Trace number 4396562

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.2? (TO) 2400.11 2367.83

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n1c1w4n.xml
MD5SUMff46b38b3e2da44b02be81a37c246a0d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark8.29703
Satisfiable
(Un)Satisfiability was proved
Number of variables127
Number of constraints87
Number of domains2
Minimum domain size40
Maximum domain size43
Distribution of domain sizes[{"size":40,"count":126},{"size":43,"count":1}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":84},{"degree":5,"count":42}]
Minimum constraint arity3
Maximum constraint arity126
Distribution of constraint arities[{"arity":3,"count":84},{"arity":43,"count":1},{"arity":126,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":42},{"type":"lex","count":1},{"type":"sum","count":42},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.78/0.56	c Concrete v3.12.2.1568380929293 running
2400.06/2367.81	Exception in thread "main" java.util.concurrent.TimeoutException
2400.06/2367.81		at concrete.MAC.mac(MAC.scala:192)
2400.06/2367.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.06/2367.81		at scala.util.Try$.apply(Try.scala:212)
2400.06/2367.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.06/2367.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.06/2367.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.06/2367.81		at concrete.MAC.oneRun(MAC.scala:265)
2400.06/2367.81		at concrete.MAC.nextSolution(MAC.scala:284)
2400.06/2367.81		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2400.06/2367.81		at concrete.ProblemState.map(ProblemState.scala:238)
2400.06/2367.81		at concrete.ProblemState.map(ProblemState.scala:212)
2400.06/2367.81		at concrete.MAC.nextSolution(MAC.scala:348)
2400.06/2367.81		at concrete.Solver.hasNext(Solver.scala:160)
2400.06/2367.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.06/2367.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.06/2367.81		at concrete.Solver.foreach(Solver.scala:67)
2400.06/2367.81		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.06/2367.81		at scala.util.Success.map(Try.scala:264)
2400.06/2367.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.06/2367.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.06/2367.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.06/2367.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.06/2367.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.06/2367.81		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.06/2367.81		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.06/2367.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.06/2367.81		at scala.App.$anonfun$main$1(App.scala:75)
2400.06/2367.81		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.06/2367.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.06/2367.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.06/2367.81		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.06/2367.81		at scala.App.main(App.scala:75)
2400.06/2367.81		at scala.App.main$(App.scala:73)
2400.06/2367.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.06/2367.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.06/2367.81	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396562-1568405861/watcher-4396562-1568405861 -o /tmp/evaluation-result-4396562-1568405861/solver-4396562-1568405861 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568399014-14828 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1518987835 HOME/instance-4396562-1568405861.xml 

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

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

solver pid=16519, runsolver pid=16516

[startup+0.100142 s]*
/proc/loadavg: 1.25 1.40 1.40 3/222 16576
/proc/meminfo: memFree=30550120/32770624 swapFree=66967472/67108860
[pid=16519] ppid=16516 vsize=9988792 memory=17344 CPUtime=0.09 cores=0,2,4,6
/proc/16519/stat : 16519 (java) S 16516 16519 14797 0 -1 1077944320 4595 13092 0 0 1 1 5 2 20 0 6 0 416835651 10228523008 4336 33554432000 4194304 4196468 140731352348016 140731352330560 139677220302583 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
/proc/16519/statm: 2497198 4336 1958 1 0 2485636 0
[pid=16519/tid=16572] ppid=16516 vsize=10055356 memory=4628420184252451238 CPUtime=0.08 cores=0,2,4,6
/proc/16519/task/16572/stat : 16572 (java) R 16516 16519 14797 0 -1 4202560 2417 13092 0 0 1 0 5 2 20 0 7 0 416835659 10296684544 4402 33554432000 4194304 4196468 140731352348016 139677192145680 139677202191280 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16573] ppid=16516 vsize=10055356 memory=5793855902063466937 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16573/stat : 16573 (java) S 16516 16519 14797 0 -1 1077944384 2 13092 0 0 0 0 5 2 20 0 7 0 416835660 10296684544 4402 33554432000 4194304 4196468 140731352348016 139677224544528 139677220312789 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16574] ppid=16516 vsize=10055356 memory=140651053573760 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16574/stat : 16574 (java) S 16516 16519 14797 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 7 0 416835660 10296684544 4402 33554432000 4194304 4196468 140731352348016 139677112818064 139677220312789 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16575] ppid=16516 vsize=10055356 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16575/stat : 16575 (java) S 16516 16519 14797 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 7 0 416835660 10296684544 4402 33554432000 4194304 4196468 140731352348016 139677111765520 139677220312789 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16576] ppid=16516 vsize=10055356 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16576/stat : 16576 (java) S 16516 16519 14797 0 -1 1077944384 2 13092 0 0 0 0 5 2 20 0 7 0 416835660 10296684544 4402 33554432000 4194304 4196468 140731352348016 139677110712976 139677220312789 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16577] ppid=16516 vsize=10055356 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16577/stat : 16577 (java) S 16516 16519 14797 0 -1 1077944384 2 13092 0 0 0 0 5 2 20 0 7 0 416835662 10296684544 4402 33554432000 4194304 4196468 140731352348016 139676223511024 139677220313730 0 0 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9988792 KiB
Current children cumulated memory: 17344 KiB

[startup+0.210604 s]*
/proc/loadavg: 1.25 1.40 1.40 5/231 16585
/proc/meminfo: memFree=30533700/32770624 swapFree=66967472/67108860
[pid=16519] ppid=16516 vsize=10819664 memory=40328 CPUtime=0.26 cores=0,2,4,6
/proc/16519/stat : 16519 (java) S 16516 16519 14797 0 -1 1077944320 7452 13092 0 0 18 1 5 2 20 0 15 0 416835651 11079335936 10082 33554432000 4194304 4196468 140731352348016 140731352330560 139677220302583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
/proc/16519/statm: 2704916 10082 3185 1 0 2667149 0
[pid=16519/tid=16572] ppid=16516 vsize=10819664 memory=-8540663193526752614 CPUtime=0.18 cores=0,2,4,6
/proc/16519/task/16572/stat : 16572 (java) R 16516 16519 14797 0 -1 4202560 3928 13092 0 0 11 0 5 2 20 0 15 0 416835659 11079335936 10082 33554432000 4194304 4196468 140731352348016 139677192133632 139677204383070 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16573] ppid=16516 vsize=10819664 memory=4211974377258364298 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16573/stat : 16573 (java) S 16516 16519 14797 0 -1 1077944384 2 13092 0 0 0 0 5 2 20 0 15 0 416835660 11079335936 10082 33554432000 4194304 4196468 140731352348016 139677224544528 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16574] ppid=16516 vsize=10819664 memory=140651053573760 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16574/stat : 16574 (java) S 16516 16519 14797 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 416835660 11079335936 10082 33554432000 4194304 4196468 140731352348016 139677112818064 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16575] ppid=16516 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16575/stat : 16575 (java) S 16516 16519 14797 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 416835660 11079335936 10082 33554432000 4194304 4196468 140731352348016 139677111765520 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16576] ppid=16516 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16576/stat : 16576 (java) S 16516 16519 14797 0 -1 1077944384 2 13092 0 0 0 0 5 2 20 0 15 0 416835660 11079335936 10082 33554432000 4194304 4196468 140731352348016 139677110712976 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16577] ppid=16516 vsize=10819664 memory=140651053573760 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16577/stat : 16577 (java) S 16516 16519 14797 0 -1 1077944384 2 13092 0 0 0 0 5 2 20 0 15 0 416835662 11079335936 10082 33554432000 4194304 4196468 140731352348016 139676223511024 139677220313730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16578] ppid=16516 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16578/stat : 16578 (java) S 16516 16519 14797 0 -1 1077944384 33 13092 0 0 0 0 5 2 20 0 15 0 416835662 11079335936 10082 33554432000 4194304 4196468 140731352348016 139676222457248 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16579] ppid=16516 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16579/stat : 16579 (java) S 16516 16519 14797 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 416835662 11079335936 10146 33554432000 4194304 4196468 140731352348016 139676094555632 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16580] ppid=16516 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16580/stat : 16580 (java) S 16516 16519 14797 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 416835665 11079335936 10146 33554432000 4194304 4196468 140731352348016 139675787156176 139677220321179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16581] ppid=16516 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16519/task/16581/stat : 16581 (java) S 16516 16519 14797 0 -1 1077944384 360 13092 0 0 1 0 5 2 20 0 15 0 416835665 11079335936 10146 33554432000 4194304 4196468 140731352348016 139676188899312 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16582] ppid=16516 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16519/task/16582/stat : 16582 (java) S 16516 16519 14797 0 -1 1077944384 301 13092 0 0 1 0 5 2 20 0 15 0 416835665 11079335936 10146 33554432000 4194304 4196468 140731352348016 139676187846768 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16583] ppid=16516 vsize=10819664 memory=140651053573760 CPUtime=0.1 cores=0,2,4,6
/proc/16519/task/16583/stat : 16583 (java) S 16516 16519 14797 0 -1 1077944384 624 13092 0 0 3 0 5 2 20 0 15 0 416835665 11079335936 10146 33554432000 4194304 4196468 140731352348016 139676186794224 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16584] ppid=16516 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16584/stat : 16584 (java) S 16516 16519 14797 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 416835665 11079335936 10146 33554432000 4194304 4196468 140731352348016 139675753597536 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16585] ppid=16516 vsize=10819664 memory=140651053573760 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16585/stat : 16585 (java) S 16516 16519 14797 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 416835665 11079335936 10146 33554432000 4194304 4196468 140731352348016 139676185742128 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 40328 KiB

[startup+0.311062 s]*
/proc/loadavg: 1.25 1.40 1.40 3/231 16585
/proc/meminfo: memFree=30521960/32770624 swapFree=66967472/67108860
[pid=16519] ppid=16516 vsize=10820148 memory=49208 CPUtime=0.4 cores=0,2,4,6
/proc/16519/stat : 16519 (java) S 16516 16519 14797 0 -1 1077944320 11088 13092 0 0 30 3 5 2 20 0 15 0 416835651 11079831552 12302 33554432000 4194304 4196468 140731352348016 140731352330560 139677220302583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
/proc/16519/statm: 2705037 12302 3316 1 0 2667149 0
[pid=16519/tid=16572] ppid=16516 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/16519/task/16572/stat : 16572 (java) R 16516 16519 14797 0 -1 4202560 7532 13092 0 0 20 2 5 2 20 0 15 0 416835659 11079831552 12302 33554432000 4194304 4196468 140731352348016 139677192102496 139677204383070 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16573] ppid=16516 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16573/stat : 16573 (java) S 16516 16519 14797 0 -1 1077944384 2 13092 0 0 0 0 5 2 20 0 15 0 416835660 11079831552 12302 33554432000 4194304 4196468 140731352348016 139677224544528 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16574] ppid=16516 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16574/stat : 16574 (java) S 16516 16519 14797 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 416835660 11079831552 12302 33554432000 4194304 4196468 140731352348016 139677112818064 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16575] ppid=16516 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16575/stat : 16575 (java) S 16516 16519 14797 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 416835660 11079831552 12302 33554432000 4194304 4196468 140731352348016 139677111765520 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16576] ppid=16516 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16576/stat : 16576 (java) S 16516 16519 14797 0 -1 1077944384 2 13092 0 0 0 0 5 2 20 0 15 0 416835660 11079831552 12302 33554432000 4194304 4196468 140731352348016 139677110712976 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16577] ppid=16516 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16577/stat : 16577 (java) S 16516 16519 14797 0 -1 1077944384 2 13092 0 0 0 0 5 2 20 0 15 0 416835662 11079831552 12302 33554432000 4194304 4196468 140731352348016 139676223511024 139677220313730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16578] ppid=16516 vsize=10820148 memory=140651053573759 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16578/stat : 16578 (java) S 16516 16519 14797 0 -1 1077944384 33 13092 0 0 0 0 5 2 20 0 15 0 416835662 11079831552 12302 33554432000 4194304 4196468 140731352348016 139676222457248 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16579] ppid=16516 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16579/stat : 16579 (java) S 16516 16519 14797 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 416835662 11079831552 12302 33554432000 4194304 4196468 140731352348016 139676094555632 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16580] ppid=16516 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16580/stat : 16580 (java) S 16516 16519 14797 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 416835665 11079831552 12302 33554432000 4194304 4196468 140731352348016 139675787156176 139677220321179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16581] ppid=16516 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16519/task/16581/stat : 16581 (java) S 16516 16519 14797 0 -1 1077944384 369 13092 0 0 2 0 5 2 20 0 15 0 416835665 11079831552 12302 33554432000 4194304 4196468 140731352348016 139676188899312 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16582] ppid=16516 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/16519/task/16582/stat : 16582 (java) S 16516 16519 14797 0 -1 1077944384 302 13092 0 0 2 0 5 2 20 0 15 0 416835665 11079831552 12302 33554432000 4194304 4196468 140731352348016 139676187846768 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16583] ppid=16516 vsize=10820148 memory=140651053573760 CPUtime=0.12 cores=0,2,4,6
/proc/16519/task/16583/stat : 16583 (java) S 16516 16519 14797 0 -1 1077944384 632 13092 0 0 5 0 5 2 20 0 15 0 416835665 11079831552 12302 33554432000 4194304 4196468 140731352348016 139676186794224 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16584] ppid=16516 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16584/stat : 16584 (java) S 16516 16519 14797 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 416835665 11079831552 12302 33554432000 4194304 4196468 140731352348016 139675753597536 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16585] ppid=16516 vsize=10820148 memory=140651053573760 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16585/stat : 16585 (java) S 16516 16519 14797 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 416835665 11079831552 12302 33554432000 4194304 4196468 140731352348016 139676185742128 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49208 KiB

[startup+0.700706 s]
/proc/loadavg: 1.25 1.40 1.40 5/231 16585
/proc/meminfo: memFree=30507972/32770624 swapFree=66967472/67108860
[pid=16519] ppid=16516 vsize=10824360 memory=81400 CPUtime=1.13 cores=0,2,4,6
/proc/16519/stat : 16519 (java) S 16516 16519 14797 0 -1 1077944320 15087 13092 0 0 101 5 5 2 20 0 15 0 416835651 11084144640 20350 33554432000 4194304 4196468 140731352348016 140731352330560 139677220302583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
/proc/16519/statm: 2706090 20350 3510 1 0 2668173 0
[pid=16519/tid=16572] ppid=16516 vsize=10824360 memory=2111001525365892 CPUtime=0.66 cores=0,2,4,6
/proc/16519/task/16572/stat : 16572 (java) R 16516 16519 14797 0 -1 4202560 10408 13092 0 0 56 3 5 2 20 0 15 0 416835659 11084144640 20350 33554432000 4194304 4196468 140731352348016 139677192126976 139677220324509 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16573] ppid=16516 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16573/stat : 16573 (java) S 16516 16519 14797 0 -1 1077944384 2 13092 0 0 0 0 5 2 20 0 15 0 416835660 11084144640 20350 33554432000 4194304 4196468 140731352348016 139677224544528 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16574] ppid=16516 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16574/stat : 16574 (java) S 16516 16519 14797 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 416835660 11084144640 20350 33554432000 4194304 4196468 140731352348016 139677112818064 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16575] ppid=16516 vsize=10824360 memory=3624 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16575/stat : 16575 (java) S 16516 16519 14797 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 416835660 11084144640 20350 33554432000 4194304 4196468 140731352348016 139677111765520 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16576] ppid=16516 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16576/stat : 16576 (java) S 16516 16519 14797 0 -1 1077944384 2 13092 0 0 0 0 5 2 20 0 15 0 416835660 11084144640 20350 33554432000 4194304 4196468 140731352348016 139677110712976 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16577] ppid=16516 vsize=10824360 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16577/stat : 16577 (java) S 16516 16519 14797 0 -1 1077944384 5 13092 0 0 0 0 5 2 20 0 15 0 416835662 11084144640 20350 33554432000 4194304 4196468 140731352348016 139676223511024 139677220313730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16578] ppid=16516 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16578/stat : 16578 (java) S 16516 16519 14797 0 -1 1077944384 33 13092 0 0 0 0 5 2 20 0 15 0 416835662 11084144640 20350 33554432000 4194304 4196468 140731352348016 139676222457248 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16579] ppid=16516 vsize=10824360 memory=9252 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16579/stat : 16579 (java) S 16516 16519 14797 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 416835662 11084144640 20350 33554432000 4194304 4196468 140731352348016 139676094555632 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16580] ppid=16516 vsize=10824360 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16580/stat : 16580 (java) S 16516 16519 14797 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 416835665 11084144640 20350 33554432000 4194304 4196468 140731352348016 139675787156176 139677220321179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16581] ppid=16516 vsize=10824360 memory=140650917937168 CPUtime=0.22 cores=0,2,4,6
/proc/16519/task/16581/stat : 16581 (java) S 16516 16519 14797 0 -1 1077944384 767 13092 0 0 15 0 5 2 20 0 15 0 416835665 11084144640 20350 33554432000 4194304 4196468 140731352348016 139676188899312 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16582] ppid=16516 vsize=10824360 memory=281301835841776 CPUtime=0.19 cores=0,2,4,6
/proc/16519/task/16582/stat : 16582 (java) S 16516 16519 14797 0 -1 1077944384 841 13092 0 0 12 0 5 2 20 0 15 0 416835665 11084144640 20350 33554432000 4194304 4196468 140731352348016 139676187846768 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16583] ppid=16516 vsize=10824360 memory=6628 CPUtime=0.23 cores=0,2,4,6
/proc/16519/task/16583/stat : 16583 (java) S 16516 16519 14797 0 -1 1077944384 814 13092 0 0 16 0 5 2 20 0 15 0 416835665 11084144640 20350 33554432000 4194304 4196468 140731352348016 139676186794224 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16584] ppid=16516 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16584/stat : 16584 (java) S 16516 16519 14797 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 416835665 11084144640 20350 33554432000 4194304 4196468 140731352348016 139675753597536 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16585] ppid=16516 vsize=10824360 memory=8319106358719820086 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16585/stat : 16585 (java) S 16516 16519 14797 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 416835665 11084144640 20350 33554432000 4194304 4196468 140731352348016 139676185742128 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81400 KiB

[startup+1.50073 s]
/proc/loadavg: 1.25 1.40 1.40 3/231 16585
/proc/meminfo: memFree=30465340/32770624 swapFree=66967472/67108860
[pid=16519] ppid=16516 vsize=10834676 memory=169144 CPUtime=2.46 cores=0,2,4,6
/proc/16519/stat : 16519 (java) S 16516 16519 14797 0 -1 1077944320 21795 13092 0 0 228 11 5 2 20 0 15 0 416835651 11094708224 42286 33554432000 4194304 4196468 140731352348016 140731352330560 139677220302583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
/proc/16519/statm: 2708669 42286 3586 1 0 2670733 0
[pid=16519/tid=16572] ppid=16516 vsize=10834676 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/16519/task/16572/stat : 16572 (java) R 16516 16519 14797 0 -1 4202560 15311 13092 0 0 129 6 5 2 20 0 15 0 416835659 11094708224 42286 33554432000 4194304 4196468 140731352348016 139677192104080 139677204383070 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16573] ppid=16516 vsize=10834676 memory=281301835910240 CPUtime=0.08 cores=0,2,4,6
/proc/16519/task/16573/stat : 16573 (java) S 16516 16519 14797 0 -1 1077944384 80 13092 0 0 1 0 5 2 20 0 15 0 416835660 11094708224 42286 33554432000 4194304 4196468 140731352348016 139677224544528 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16574] ppid=16516 vsize=10834676 memory=9130442918640451460 CPUtime=0.08 cores=0,2,4,6
/proc/16519/task/16574/stat : 16574 (java) S 16516 16519 14797 0 -1 1077944384 26 13092 0 0 1 0 5 2 20 0 15 0 416835660 11094708224 42286 33554432000 4194304 4196468 140731352348016 139677112818064 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16575] ppid=16516 vsize=10834676 memory=2608 CPUtime=0.08 cores=0,2,4,6
/proc/16519/task/16575/stat : 16575 (java) S 16516 16519 14797 0 -1 1077944384 353 13092 0 0 1 0 5 2 20 0 15 0 416835660 11094708224 42286 33554432000 4194304 4196468 140731352348016 139677111765520 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16576] ppid=16516 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16519/task/16576/stat : 16576 (java) S 16516 16519 14797 0 -1 1077944384 59 13092 0 0 1 0 5 2 20 0 15 0 416835660 11094708224 42286 33554432000 4194304 4196468 140731352348016 139677110712976 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16577] ppid=16516 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16519/task/16577/stat : 16577 (java) S 16516 16519 14797 0 -1 1077944384 140 13092 0 0 1 0 5 2 20 0 15 0 416835662 11094708224 42286 33554432000 4194304 4196468 140731352348016 139676223511024 139677220313730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16578] ppid=16516 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16578/stat : 16578 (java) S 16516 16519 14797 0 -1 1077944384 34 13092 0 0 0 0 5 2 20 0 15 0 416835662 11094708224 42286 33554432000 4194304 4196468 140731352348016 139676222457312 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16579] ppid=16516 vsize=10834676 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16579/stat : 16579 (java) S 16516 16519 14797 0 -1 1077944384 2 13092 0 0 0 0 5 2 20 0 15 0 416835662 11094708224 42286 33554432000 4194304 4196468 140731352348016 139676094555648 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16580] ppid=16516 vsize=10834676 memory=7649399375725409841 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16580/stat : 16580 (java) S 16516 16519 14797 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 416835665 11094708224 42286 33554432000 4194304 4196468 140731352348016 139675787156176 139677220321179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16581] ppid=16516 vsize=10834676 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/16519/task/16581/stat : 16581 (java) S 16516 16519 14797 0 -1 1077944384 999 13092 0 0 29 0 5 2 20 0 15 0 416835665 11094708224 42286 33554432000 4194304 4196468 140731352348016 139676188899312 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16582] ppid=16516 vsize=10834676 memory=281301836366064 CPUtime=0.28 cores=0,2,4,6
/proc/16519/task/16582/stat : 16582 (java) S 16516 16519 14797 0 -1 1077944384 911 13092 0 0 21 0 5 2 20 0 15 0 416835665 11094708224 42286 33554432000 4194304 4196468 140731352348016 139676187846768 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16583] ppid=16516 vsize=10834676 memory=140650918185600 CPUtime=0.48 cores=0,2,4,6
/proc/16519/task/16583/stat : 16583 (java) R 16516 16519 14797 0 -1 4202560 1702 13092 0 0 41 0 5 2 20 0 15 0 416835665 11094708224 42286 33554432000 4194304 4196468 140731352348016 139676186794224 139677213399419 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16584] ppid=16516 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16584/stat : 16584 (java) S 16516 16519 14797 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 416835665 11094708224 42286 33554432000 4194304 4196468 140731352348016 139675753597536 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16585] ppid=16516 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16585/stat : 16585 (java) S 16516 16519 14797 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 416835665 11094708224 42286 33554432000 4194304 4196468 140731352348016 139676185742128 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0

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

/proc/16519/task/16572/stat : 16572 (java) R 16516 16519 14797 0 -1 4202560 56241 13092 0 0 218541 30 5 2 20 0 15 0 416835659 11107311616 136954 33554432000 4194304 4196468 140731352348016 139677192137920 139676795913078 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16573] ppid=16516 vsize=10846984 memory=547808 CPUtime=7.2 cores=0,2,4,6
/proc/16519/task/16573/stat : 16573 (java) S 16516 16519 14797 0 -1 1077944384 9372 13092 0 0 675 38 5 2 20 0 15 0 416835660 11107311616 136954 33554432000 4194304 4196468 140731352348016 139677224544528 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16574] ppid=16516 vsize=10846984 memory=547808 CPUtime=7.19 cores=0,2,4,6
/proc/16519/task/16574/stat : 16574 (java) S 16516 16519 14797 0 -1 1077944384 10801 13092 0 0 677 35 5 2 20 0 15 0 416835660 11107311616 136954 33554432000 4194304 4196468 140731352348016 139677112818064 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16575] ppid=16516 vsize=10846984 memory=547808 CPUtime=7.17 cores=0,2,4,6
/proc/16519/task/16575/stat : 16575 (java) S 16516 16519 14797 0 -1 1077944384 9721 13092 0 0 676 34 5 2 20 0 15 0 416835660 11107311616 136954 33554432000 4194304 4196468 140731352348016 139677111765520 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16576] ppid=16516 vsize=10846984 memory=547816 CPUtime=7.19 cores=0,2,4,6
/proc/16519/task/16576/stat : 16576 (java) S 16516 16519 14797 0 -1 1077944384 8711 13092 0 0 681 31 5 2 20 0 15 0 416835660 11107311616 136954 33554432000 4194304 4196468 140731352348016 139677110712976 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16577] ppid=16516 vsize=10846984 memory=547808 CPUtime=6.54 cores=0,2,4,6
/proc/16519/task/16577/stat : 16577 (java) S 16516 16519 14797 0 -1 1077944384 11644 13092 0 0 616 31 5 2 20 0 15 0 416835662 11107311616 136954 33554432000 4194304 4196468 140731352348016 139676223511024 139677220313730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16578] ppid=16516 vsize=10846984 memory=547808 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16578/stat : 16578 (java) S 16516 16519 14797 0 -1 1077944384 42 13092 0 0 0 0 5 2 20 0 15 0 416835662 11107311616 136954 33554432000 4194304 4196468 140731352348016 139676222457312 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16579] ppid=16516 vsize=10846984 memory=547808 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16579/stat : 16579 (java) S 16516 16519 14797 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 416835662 11107311616 136954 33554432000 4194304 4196468 140731352348016 139676094555648 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16580] ppid=16516 vsize=10846984 memory=13790 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16580/stat : 16580 (java) S 16516 16519 14797 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 416835665 11107311616 136954 33554432000 4194304 4196468 140731352348016 139675787156176 139677220321179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16581] ppid=16516 vsize=10846984 memory=0 CPUtime=4.68 cores=0,2,4,6
/proc/16519/task/16581/stat : 16581 (java) S 16516 16519 14797 0 -1 1077944384 40006 13092 0 0 456 5 5 2 20 0 15 0 416835665 11107311616 136954 33554432000 4194304 4196468 140731352348016 139676188899312 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16582] ppid=16516 vsize=10846984 memory=107 CPUtime=4.79 cores=0,2,4,6
/proc/16519/task/16582/stat : 16582 (java) S 16516 16519 14797 0 -1 1077944384 34922 13092 0 0 466 6 5 2 20 0 15 0 416835665 11107311616 136954 33554432000 4194304 4196468 140731352348016 139676187846768 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16583] ppid=16516 vsize=10846984 memory=547816 CPUtime=2 cores=0,2,4,6
/proc/16519/task/16583/stat : 16583 (java) S 16516 16519 14797 0 -1 1077944384 19116 13092 0 0 188 5 5 2 20 0 15 0 416835665 11107311616 136954 33554432000 4194304 4196468 140731352348016 139676186794224 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16584] ppid=16516 vsize=10846984 memory=547816 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16584/stat : 16584 (java) S 16516 16519 14797 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 416835665 11107311616 136954 33554432000 4194304 4196468 140731352348016 139675753597536 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16585] ppid=16516 vsize=10846984 memory=3624 CPUtime=1.28 cores=0,2,4,6
/proc/16519/task/16585/stat : 16585 (java) S 16516 16519 14797 0 -1 1077944384 1127 13092 0 0 63 58 5 2 20 0 15 0 416835665 11107311616 136954 33554432000 4194304 4196468 140731352348016 139676185742128 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
Current children cumulated CPU time: 2233.32 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 547816 KiB

[startup+2262.3 s]
/proc/loadavg: 1.22 1.42 1.47 6/232 16929
/proc/meminfo: memFree=29460868/32770624 swapFree=66967484/67108860
[pid=16519] ppid=16516 vsize=10846984 memory=547892 CPUtime=2293.77 cores=0,2,4,6
/proc/16519/stat : 16519 (java) S 16516 16519 14797 0 -1 1077944320 205163 13092 0 0 229131 239 5 2 20 0 15 0 416835651 11107311616 136973 33554432000 4194304 4196468 140731352348016 140731352330560 139677220302583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
/proc/16519/statm: 2711746 136973 3630 1 0 2673805 0
[pid=16519/tid=16572] ppid=16516 vsize=10846984 memory=547892 CPUtime=2245.46 cores=0,2,4,6
/proc/16519/task/16572/stat : 16572 (java) R 16516 16519 14797 0 -1 4202560 56730 13092 0 0 224508 31 5 2 20 0 15 0 416835659 11107311616 136973 33554432000 4194304 4196468 140731352348016 139677192138016 139676800862707 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16573] ppid=16516 vsize=10846984 memory=547892 CPUtime=7.34 cores=0,2,4,6
/proc/16519/task/16573/stat : 16573 (java) S 16516 16519 14797 0 -1 1077944384 9573 13092 0 0 689 38 5 2 20 0 15 0 416835660 11107311616 136973 33554432000 4194304 4196468 140731352348016 139677224544528 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16574] ppid=16516 vsize=10846984 memory=547892 CPUtime=7.35 cores=0,2,4,6
/proc/16519/task/16574/stat : 16574 (java) S 16516 16519 14797 0 -1 1077944384 10896 13092 0 0 692 36 5 2 20 0 15 0 416835660 11107311616 136973 33554432000 4194304 4196468 140731352348016 139677112818064 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16575] ppid=16516 vsize=10846984 memory=547892 CPUtime=7.33 cores=0,2,4,6
/proc/16519/task/16575/stat : 16575 (java) S 16516 16519 14797 0 -1 1077944384 9776 13092 0 0 691 35 5 2 20 0 15 0 416835660 11107311616 136973 33554432000 4194304 4196468 140731352348016 139677111765520 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16576] ppid=16516 vsize=10846984 memory=547892 CPUtime=7.34 cores=0,2,4,6
/proc/16519/task/16576/stat : 16576 (java) S 16516 16519 14797 0 -1 1077944384 8892 13092 0 0 695 32 5 2 20 0 15 0 416835660 11107311616 136973 33554432000 4194304 4196468 140731352348016 139677110712976 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16577] ppid=16516 vsize=10846984 memory=547892 CPUtime=6.68 cores=0,2,4,6
/proc/16519/task/16577/stat : 16577 (java) S 16516 16519 14797 0 -1 1077944384 11847 13092 0 0 629 32 5 2 20 0 15 0 416835662 11107311616 136973 33554432000 4194304 4196468 140731352348016 139676223511024 139677220313730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16578] ppid=16516 vsize=10846984 memory=547892 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16578/stat : 16578 (java) S 16516 16519 14797 0 -1 1077944384 42 13092 0 0 0 0 5 2 20 0 15 0 416835662 11107311616 136973 33554432000 4194304 4196468 140731352348016 139676222457312 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16579] ppid=16516 vsize=10846984 memory=547892 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16579/stat : 16579 (java) S 16516 16519 14797 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 416835662 11107311616 136973 33554432000 4194304 4196468 140731352348016 139676094555648 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16580] ppid=16516 vsize=10846984 memory=547892 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16580/stat : 16580 (java) S 16516 16519 14797 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 416835665 11107311616 136973 33554432000 4194304 4196468 140731352348016 139675787156176 139677220321179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16581] ppid=16516 vsize=10846984 memory=3624 CPUtime=4.68 cores=0,2,4,6
/proc/16519/task/16581/stat : 16581 (java) S 16516 16519 14797 0 -1 1077944384 40008 13092 0 0 456 5 5 2 20 0 15 0 416835665 11107311616 136973 33554432000 4194304 4196468 140731352348016 139676188899312 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16582] ppid=16516 vsize=10846984 memory=547892 CPUtime=4.79 cores=0,2,4,6
/proc/16519/task/16582/stat : 16582 (java) S 16516 16519 14797 0 -1 1077944384 34924 13092 0 0 466 6 5 2 20 0 15 0 416835665 11107311616 136973 33554432000 4194304 4196468 140731352348016 139676187846768 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16583] ppid=16516 vsize=10846984 memory=547892 CPUtime=2 cores=0,2,4,6
/proc/16519/task/16583/stat : 16583 (java) S 16516 16519 14797 0 -1 1077944384 19118 13092 0 0 188 5 5 2 20 0 15 0 416835665 11107311616 136973 33554432000 4194304 4196468 140731352348016 139676186794224 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16584] ppid=16516 vsize=10846984 memory=3624 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16584/stat : 16584 (java) S 16516 16519 14797 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 416835665 11107311616 136973 33554432000 4194304 4196468 140731352348016 139675753597536 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16585] ppid=16516 vsize=10846984 memory=23036 CPUtime=1.32 cores=0,2,4,6
/proc/16519/task/16585/stat : 16585 (java) S 16516 16519 14797 0 -1 1077944384 1143 13092 0 0 65 60 5 2 20 0 15 0 416835665 11107311616 136973 33554432000 4194304 4196468 140731352348016 139676185742128 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
Current children cumulated CPU time: 2293.77 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 547892 KiB

[startup+2322.3 s]
/proc/loadavg: 1.54 1.47 1.48 3/233 16935
/proc/meminfo: memFree=29470444/32770624 swapFree=66967484/67108860
[pid=16519] ppid=16516 vsize=10846984 memory=549952 CPUtime=2354.23 cores=0,2,4,6
/proc/16519/stat : 16519 (java) S 16516 16519 14797 0 -1 1077944320 206044 13092 0 0 235173 243 5 2 20 0 15 0 416835651 11107311616 137488 33554432000 4194304 4196468 140731352348016 140731352330560 139677220302583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
/proc/16519/statm: 2711746 137488 3630 1 0 2673805 0
[pid=16519/tid=16572] ppid=16516 vsize=10846984 memory=549952 CPUtime=2305.12 cores=0,2,4,6
/proc/16519/task/16572/stat : 16572 (java) R 16516 16519 14797 0 -1 4202560 57131 13092 0 0 230474 31 5 2 20 0 15 0 416835659 11107311616 137488 33554432000 4194304 4196468 140731352348016 139677192137840 139676796987516 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16573] ppid=16516 vsize=10846984 memory=549952 CPUtime=7.5 cores=0,2,4,6
/proc/16519/task/16573/stat : 16573 (java) S 16516 16519 14797 0 -1 1077944384 9632 13092 0 0 704 39 5 2 20 0 15 0 416835660 11107311616 137488 33554432000 4194304 4196468 140731352348016 139677224544528 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16574] ppid=16516 vsize=10846984 memory=549952 CPUtime=7.51 cores=0,2,4,6
/proc/16519/task/16574/stat : 16574 (java) S 16516 16519 14797 0 -1 1077944384 10935 13092 0 0 707 37 5 2 20 0 15 0 416835660 11107311616 137488 33554432000 4194304 4196468 140731352348016 139677112818064 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16575] ppid=16516 vsize=10846984 memory=549952 CPUtime=7.49 cores=0,2,4,6
/proc/16519/task/16575/stat : 16575 (java) S 16516 16519 14797 0 -1 1077944384 9804 13092 0 0 706 36 5 2 20 0 15 0 416835660 11107311616 137488 33554432000 4194304 4196468 140731352348016 139677111765520 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16576] ppid=16516 vsize=10846984 memory=549952 CPUtime=7.49 cores=0,2,4,6
/proc/16519/task/16576/stat : 16576 (java) S 16516 16519 14797 0 -1 1077944384 9089 13092 0 0 709 33 5 2 20 0 15 0 416835660 11107311616 137488 33554432000 4194304 4196468 140731352348016 139677110712976 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16577] ppid=16516 vsize=10846984 memory=549952 CPUtime=6.83 cores=0,2,4,6
/proc/16519/task/16577/stat : 16577 (java) S 16516 16519 14797 0 -1 1077944384 11992 13092 0 0 643 33 5 2 20 0 15 0 416835662 11107311616 137488 33554432000 4194304 4196468 140731352348016 139676223511024 139677220313730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16578] ppid=16516 vsize=10846984 memory=303430223234596890 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16578/stat : 16578 (java) S 16516 16519 14797 0 -1 1077944384 42 13092 0 0 0 0 5 2 20 0 15 0 416835662 11107311616 137488 33554432000 4194304 4196468 140731352348016 139676222457312 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16579] ppid=16516 vsize=10846984 memory=288230596050944315 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16579/stat : 16579 (java) S 16516 16519 14797 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 416835662 11107311616 137488 33554432000 4194304 4196468 140731352348016 139676094555648 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16580] ppid=16516 vsize=10846984 memory=549952 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16580/stat : 16580 (java) S 16516 16519 14797 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 416835665 11107311616 137488 33554432000 4194304 4196468 140731352348016 139675787156176 139677220321179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16581] ppid=16516 vsize=10846984 memory=9328 CPUtime=4.68 cores=0,2,4,6
/proc/16519/task/16581/stat : 16581 (java) S 16516 16519 14797 0 -1 1077944384 40010 13092 0 0 456 5 5 2 20 0 15 0 416835665 11107311616 137488 33554432000 4194304 4196468 140731352348016 139676188899312 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16582] ppid=16516 vsize=10846984 memory=549952 CPUtime=4.79 cores=0,2,4,6
/proc/16519/task/16582/stat : 16582 (java) S 16516 16519 14797 0 -1 1077944384 34926 13092 0 0 466 6 5 2 20 0 15 0 416835665 11107311616 137488 33554432000 4194304 4196468 140731352348016 139676187846768 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16583] ppid=16516 vsize=10846984 memory=281301836748840 CPUtime=2 cores=0,2,4,6
/proc/16519/task/16583/stat : 16583 (java) S 16516 16519 14797 0 -1 1077944384 19120 13092 0 0 188 5 5 2 20 0 15 0 416835665 11107311616 137488 33554432000 4194304 4196468 140731352348016 139676186794224 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16584] ppid=16516 vsize=10846984 memory=549952 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16584/stat : 16584 (java) S 16516 16519 14797 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 416835665 11107311616 137488 33554432000 4194304 4196468 140731352348016 139675753597536 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16585] ppid=16516 vsize=10846984 memory=984 CPUtime=1.35 cores=0,2,4,6
/proc/16519/task/16585/stat : 16585 (java) S 16516 16519 14797 0 -1 1077944384 1149 13092 0 0 67 61 5 2 20 0 15 0 416835665 11107311616 137488 33554432000 4194304 4196468 140731352348016 139676185742128 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
Current children cumulated CPU time: 2354.23 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 549952 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2367.8 s]
/proc/loadavg: 1.39 1.44 1.47 3/233 16939
/proc/meminfo: memFree=29476908/32770624 swapFree=66967484/67108860
[pid=16519] ppid=16516 vsize=10846984 memory=549992 CPUtime=2400.06 cores=0,2,4,6
/proc/16519/stat : 16519 (java) S 16516 16519 14797 0 -1 1077944320 206634 13092 0 0 239752 247 5 2 20 0 15 0 416835651 11107311616 137498 33554432000 4194304 4196468 140731352348016 140731352330560 139677220302583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
/proc/16519/statm: 2711746 137498 3630 1 0 2673805 0
[pid=16519/tid=16572] ppid=16516 vsize=10846984 memory=800 CPUtime=2350.37 cores=0,2,4,6
/proc/16519/task/16572/stat : 16572 (java) R 16516 16519 14797 0 -1 4202560 57365 13092 0 0 234999 31 5 2 20 0 15 0 416835659 11107311616 137498 33554432000 4194304 4196468 140731352348016 139677192137616 139676783996632 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16573] ppid=16516 vsize=10846984 memory=1632 CPUtime=7.62 cores=0,2,4,6
/proc/16519/task/16573/stat : 16573 (java) S 16516 16519 14797 0 -1 1077944384 9680 13092 0 0 715 40 5 2 20 0 15 0 416835660 11107311616 137498 33554432000 4194304 4196468 140731352348016 139677224544528 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16574] ppid=16516 vsize=10846984 memory=1808 CPUtime=7.62 cores=0,2,4,6
/proc/16519/task/16574/stat : 16574 (java) S 16516 16519 14797 0 -1 1077944384 10998 13092 0 0 717 38 5 2 20 0 15 0 416835660 11107311616 137498 33554432000 4194304 4196468 140731352348016 139677112818064 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16575] ppid=16516 vsize=10846984 memory=924 CPUtime=7.6 cores=0,2,4,6
/proc/16519/task/16575/stat : 16575 (java) S 16516 16519 14797 0 -1 1077944384 9809 13092 0 0 716 37 5 2 20 0 15 0 416835660 11107311616 137498 33554432000 4194304 4196468 140731352348016 139677111765520 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16576] ppid=16516 vsize=10846984 memory=3848 CPUtime=7.6 cores=0,2,4,6
/proc/16519/task/16576/stat : 16576 (java) S 16516 16519 14797 0 -1 1077944384 9243 13092 0 0 720 33 5 2 20 0 15 0 416835660 11107311616 137498 33554432000 4194304 4196468 140731352348016 139677110712976 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16577] ppid=16516 vsize=10846984 memory=2608 CPUtime=6.92 cores=0,2,4,6
/proc/16519/task/16577/stat : 16577 (java) S 16516 16519 14797 0 -1 1077944384 12062 13092 0 0 652 33 5 2 20 0 15 0 416835662 11107311616 137498 33554432000 4194304 4196468 140731352348016 139676223511024 139677220313730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16578] ppid=16516 vsize=10846984 memory=2608 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16578/stat : 16578 (java) S 16516 16519 14797 0 -1 1077944384 42 13092 0 0 0 0 5 2 20 0 15 0 416835662 11107311616 137498 33554432000 4194304 4196468 140731352348016 139676222457312 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16579] ppid=16516 vsize=10846984 memory=4104 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16579/stat : 16579 (java) S 16516 16519 14797 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 416835662 11107311616 137498 33554432000 4194304 4196468 140731352348016 139676094555648 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16580] ppid=16516 vsize=10846984 memory=1412 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16580/stat : 16580 (java) S 16516 16519 14797 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 416835665 11107311616 137498 33554432000 4194304 4196468 140731352348016 139675787156176 139677220321179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16581] ppid=16516 vsize=10846984 memory=3204 CPUtime=4.69 cores=0,2,4,6
/proc/16519/task/16581/stat : 16581 (java) S 16516 16519 14797 0 -1 1077944384 40010 13092 0 0 457 5 5 2 20 0 15 0 416835665 11107311616 137498 33554432000 4194304 4196468 140731352348016 139676188899312 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16582] ppid=16516 vsize=10846984 memory=549992 CPUtime=4.79 cores=0,2,4,6
/proc/16519/task/16582/stat : 16582 (java) S 16516 16519 14797 0 -1 1077944384 34926 13092 0 0 466 6 5 2 20 0 15 0 416835665 11107311616 137498 33554432000 4194304 4196468 140731352348016 139676187846768 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16583] ppid=16516 vsize=10846984 memory=1408 CPUtime=2 cores=0,2,4,6
/proc/16519/task/16583/stat : 16583 (java) S 16516 16519 14797 0 -1 1077944384 19120 13092 0 0 188 5 5 2 20 0 15 0 416835665 11107311616 137498 33554432000 4194304 4196468 140731352348016 139676186794224 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16584] ppid=16516 vsize=10846984 memory=3044 CPUtime=0.07 cores=0,2,4,6
/proc/16519/task/16584/stat : 16584 (java) S 16516 16519 14797 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 416835665 11107311616 137498 33554432000 4194304 4196468 140731352348016 139675753597536 139677220312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
[pid=16519/tid=16585] ppid=16516 vsize=10846984 memory=854096 CPUtime=1.37 cores=0,2,4,6
/proc/16519/task/16585/stat : 16585 (java) S 16516 16519 14797 0 -1 1077944384 1165 13092 0 0 68 62 5 2 20 0 15 0 416835665 11107311616 137498 33554432000 4194304 4196468 140731352348016 139676185742128 139677220313730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34045952 140731352353519 140731352356037 140731352356037 140731352358863 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 549992 KiB

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

[startup+2367.83 s]
# the end of solver process 16519 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.6 s, system=2.5136 s

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

Child status: 143
Real time (s): 2367.83
CPU time (s): 2400.11
CPU user time (s): 2397.6
CPU system time (s): 2.5136
CPU usage (%): 101.363
Max. virtual memory (cumulated for all children) (KiB): 10849676
Max. memory (cumulated for all children) (KiB): 616448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.6
system time used= 2.5136
maximum resident set size= 616460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220529
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 199741
involuntary context switches= 7621


# summary of solver processes directly reported to runsolver:
#   pid: 16519
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2397.6
#   total CPU system time (s): 2.5136

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3244 second user time and 24.1587 second system time

The end

Launcher Data

Begin job on node135 at 2019-09-13 22:17:01
IDJOB=4396562
IDBENCH=136490
IDSOLVER=2847
FILE ID=node135/4396562-1568405861
RUNJOBID= node135-1568399014-14828
PBS_JOBID= 21701873
Free space on /tmp= 61340 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n1c1w4n.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396562-1568405861/watcher-4396562-1568405861 -o /tmp/evaluation-result-4396562-1568405861/solver-4396562-1568405861 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568399014-14828 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1518987835 HOME/instance-4396562-1568405861.xml

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

MD5SUM BENCH= ff46b38b3e2da44b02be81a37c246a0d
RANDOM SEED=1518987835

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.76
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.76
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.76
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.76
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:        30557648 kB
MemAvailable:   31561796 kB
Buffers:          155524 kB
Cached:          1116836 kB
SwapCached:        34884 kB
Active:           858156 kB
Inactive:         756568 kB
Active(anon):     314784 kB
Inactive(anon):    59764 kB
Active(file):     543372 kB
Inactive(file):   696804 kB
Unevictable:      110024 kB
Mlocked:          110024 kB
SwapTotal:      67108860 kB
SwapFree:       66967472 kB
Dirty:             35388 kB
Writeback:             0 kB
AnonPages:        419192 kB
Mapped:            49692 kB
Shmem:             23892 kB
Slab:             190752 kB
SReclaimable:     159616 kB
SUnreclaim:        31136 kB
KernelStack:        3808 kB
PageTables:         6688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1478672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    243712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61304 MiB
End job on node135 at 2019-09-13 22:56:29