Trace number 4396555

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.09 2360.05

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t14-9.xml
MD5SUMe9ad29b6a3ec13d479e5237fa2547c44
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark669
Best CPU time to get the best result obtained on this benchmark32.4737
Satisfiable
(Un)Satisfiability was proved
Number of variables8745
Number of constraints807
Number of domains11
Minimum domain size2
Maximum domain size212
Distribution of domain sizes[{"size":2,"count":795},{"size":22,"count":795},{"size":41,"count":795},{"size":43,"count":795},{"size":46,"count":795},{"size":62,"count":795},{"size":114,"count":795},{"size":137,"count":795},{"size":155,"count":795},{"size":178,"count":795},{"size":212,"count":795}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":8745}]
Minimum constraint arity11
Maximum constraint arity7950
Distribution of constraint arities[{"arity":11,"count":795},{"arity":795,"count":11},{"arity":7950,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":805}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.79/0.55	c Concrete v3.12.2.1568380929293 running
2400.03/2360.03	Exception in thread "main" java.util.concurrent.TimeoutException
2400.03/2360.03		at concrete.MAC.mac(MAC.scala:192)
2400.03/2360.03		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.03/2360.03		at scala.util.Try$.apply(Try.scala:212)
2400.03/2360.03		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.03/2360.03		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.03/2360.03		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.03/2360.03		at concrete.MAC.oneRun(MAC.scala:265)
2400.03/2360.03		at concrete.MAC.nextSolution(MAC.scala:284)
2400.03/2360.03		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2400.03/2360.03		at concrete.ProblemState.map(ProblemState.scala:238)
2400.03/2360.03		at concrete.ProblemState.map(ProblemState.scala:212)
2400.03/2360.03		at concrete.MAC.nextSolution(MAC.scala:348)
2400.03/2360.03		at concrete.Solver.hasNext(Solver.scala:160)
2400.03/2360.03		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2360.03		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2360.03		at concrete.Solver.foreach(Solver.scala:67)
2400.03/2360.03		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.03/2360.03		at scala.util.Success.map(Try.scala:264)
2400.03/2360.03		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.03/2360.03		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.03/2360.03		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.03/2360.03		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.03/2360.03		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.03/2360.03		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.03/2360.03		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.03/2360.03		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.03/2360.03		at scala.App.$anonfun$main$1(App.scala:75)
2400.03/2360.03		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.03/2360.03		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2360.03		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2360.03		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.03/2360.03		at scala.App.main(App.scala:75)
2400.03/2360.03		at scala.App.main$(App.scala:73)
2400.03/2360.03		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.03/2360.03		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.03/2360.03	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 (14565 MiB free)
  memory of node 1: 16384 MiB (15531 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396555-1568398210/watcher-4396555-1568398210 -o /tmp/evaluation-result-4396555-1568398210/solver-4396555-1568398210 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568393447-11283 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=655402958 HOME/instance-4396555-1568398210.xml 

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

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
solver pid=12509, runsolver pid=12506
Current StackSize limit: 8192 KiB


[startup+0.110648 s]*
/proc/loadavg: 1.36 1.35 1.45 3/222 12566
/proc/meminfo: memFree=30808412/32770624 swapFree=67004060/67108860
[pid=12509] ppid=12506 vsize=10153664 memory=21960 CPUtime=0.1 cores=1,3,5,7
/proc/12509/stat : 12509 (java) S 12506 12509 9544 0 -1 1077944320 4738 13015 0 0 1 1 5 3 20 0 8 0 416060670 10397351936 5490 33554432000 4194304 4196468 140721755099648 140721755082192 139831202021111 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
/proc/12509/statm: 2538416 5490 2064 1 0 2526854 0
[pid=12509/tid=12562] ppid=12506 vsize=10355560 memory=4351193297951164040 CPUtime=0.09 cores=1,3,5,7
/proc/12509/task/12562/stat : 12562 (java) S 12506 12509 9544 0 -1 1077944384 2533 13015 0 0 1 0 5 3 20 0 9 0 416060679 10604093440 6059 33554432000 4194304 4196468 140721755099648 139831173857136 139831194717693 0 4 0 16784584 18446744071581020693 0 0 -1 3 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12563] ppid=12506 vsize=10355560 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12563/stat : 12563 (java) S 12506 12509 9544 0 -1 1077944384 1 13015 0 0 0 0 5 3 20 0 9 0 416060680 10604093440 6059 33554432000 4194304 4196468 140721755099648 139831206263312 139831202031317 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12564] ppid=12506 vsize=10355560 memory=139901967324800 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12564/stat : 12564 (java) S 12506 12509 9544 0 -1 1077944384 1 13015 0 0 0 0 5 3 20 0 9 0 416060680 10604093440 6059 33554432000 4194304 4196468 140721755099648 139831121083024 139831202031317 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12565] ppid=12506 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12565/stat : 12565 (java) S 12506 12509 9544 0 -1 1077944384 1 13015 0 0 0 0 5 3 20 0 9 0 416060680 10604093440 6059 33554432000 4194304 4196468 140721755099648 139831120029968 139831202031317 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12566] ppid=12506 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12566/stat : 12566 (java) S 12506 12509 9544 0 -1 1077944384 2 13015 0 0 0 0 5 3 20 0 9 0 416060680 10604093440 6059 33554432000 4194304 4196468 140721755099648 139831118977424 139831202031317 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12567] ppid=12506 vsize=10355560 memory=139901967324800 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12567/stat : 12567 (java) S 12506 12509 9544 0 -1 1077944384 2 13015 0 0 0 0 5 3 20 0 9 0 416060681 10604093440 6059 33554432000 4194304 4196468 140721755099648 139830728678128 139831202032258 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12568] ppid=12506 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12568/stat : 12568 (java) S 12506 12509 9544 0 -1 1077944384 13 13015 0 0 0 0 5 3 20 0 9 0 416060682 10604093440 6059 33554432000 4194304 4196468 140721755099648 139830646269600 139831202031317 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12569] ppid=12506 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12569/stat : 12569 (java) S 12506 12509 9544 0 -1 1077944384 1 13015 0 0 0 0 5 3 20 0 9 0 416060682 10604093440 6063 33554432000 4194304 4196468 140721755099648 139830512051504 139831202031317 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10153664 KiB
Current children cumulated memory: 21960 KiB

[startup+0.21162 s]*
/proc/loadavg: 1.36 1.35 1.45 3/231 12575
/proc/meminfo: memFree=30789720/32770624 swapFree=67004060/67108860
[pid=12509] ppid=12506 vsize=10819664 memory=42868 CPUtime=0.26 cores=1,3,5,7
/proc/12509/stat : 12509 (java) S 12506 12509 9544 0 -1 1077944320 7047 13015 0 0 16 2 5 3 20 0 15 0 416060670 11079335936 10717 33554432000 4194304 4196468 140721755099648 140721755082192 139831202021111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
/proc/12509/statm: 2704916 10717 3172 1 0 2667149 0
[pid=12509/tid=12562] ppid=12506 vsize=10819664 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/12509/task/12562/stat : 12562 (java) R 12506 12509 9544 0 -1 4202560 3523 13015 0 0 10 1 5 3 20 0 15 0 416060679 11079335936 10717 33554432000 4194304 4196468 140721755099648 139831173853312 139831202033046 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12563] ppid=12506 vsize=10819664 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12563/stat : 12563 (java) S 12506 12509 9544 0 -1 1077944384 1 13015 0 0 0 0 5 3 20 0 15 0 416060680 11079335936 10717 33554432000 4194304 4196468 140721755099648 139831206263312 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12564] ppid=12506 vsize=10819664 memory=139901967324800 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12564/stat : 12564 (java) S 12506 12509 9544 0 -1 1077944384 1 13015 0 0 0 0 5 3 20 0 15 0 416060680 11079335936 10717 33554432000 4194304 4196468 140721755099648 139831121083024 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12565] ppid=12506 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12565/stat : 12565 (java) S 12506 12509 9544 0 -1 1077944384 1 13015 0 0 0 0 5 3 20 0 15 0 416060680 11079335936 10717 33554432000 4194304 4196468 140721755099648 139831120029968 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12566] ppid=12506 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12566/stat : 12566 (java) S 12506 12509 9544 0 -1 1077944384 2 13015 0 0 0 0 5 3 20 0 15 0 416060680 11079335936 10717 33554432000 4194304 4196468 140721755099648 139831118977424 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12567] ppid=12506 vsize=10819664 memory=139901967324800 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12567/stat : 12567 (java) S 12506 12509 9544 0 -1 1077944384 2 13015 0 0 0 0 5 3 20 0 15 0 416060681 11079335936 10717 33554432000 4194304 4196468 140721755099648 139830728678128 139831202032258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12568] ppid=12506 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12568/stat : 12568 (java) S 12506 12509 9544 0 -1 1077944384 13 13015 0 0 0 0 5 3 20 0 15 0 416060682 11079335936 10717 33554432000 4194304 4196468 140721755099648 139830646269600 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12569] ppid=12506 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12569/stat : 12569 (java) S 12506 12509 9544 0 -1 1077944384 1 13015 0 0 0 0 5 3 20 0 15 0 416060682 11079335936 10717 33554432000 4194304 4196468 140721755099648 139830512051440 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12570] ppid=12506 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12570/stat : 12570 (java) S 12506 12509 9544 0 -1 1077944384 2 13015 0 0 0 0 5 3 20 0 15 0 416060685 11079335936 10717 33554432000 4194304 4196468 140721755099648 139829908072912 139831202039707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12571] ppid=12506 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12509/task/12571/stat : 12571 (java) S 12506 12509 9544 0 -1 1077944384 361 13015 0 0 1 0 5 3 20 0 15 0 416060685 11079335936 10717 33554432000 4194304 4196468 140721755099648 139830727624944 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12572] ppid=12506 vsize=10819664 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/12509/task/12572/stat : 12572 (java) S 12506 12509 9544 0 -1 1077944384 299 13015 0 0 1 0 5 3 20 0 15 0 416060685 11079335936 10717 33554432000 4194304 4196468 140721755099648 139830726572400 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12573] ppid=12506 vsize=10819664 memory=139901967324800 CPUtime=0.11 cores=1,3,5,7
/proc/12509/task/12573/stat : 12573 (java) R 12506 12509 9544 0 -1 4202560 632 13015 0 0 3 0 5 3 20 0 15 0 416060685 11079335936 10717 33554432000 4194304 4196468 140721755099648 139830725519344 139831186212245 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12574] ppid=12506 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12574/stat : 12574 (java) S 12506 12509 9544 0 -1 1077944384 3 13015 0 0 0 0 5 3 20 0 15 0 416060685 11079335936 10717 33554432000 4194304 4196468 140721755099648 139829438310752 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12575] ppid=12506 vsize=10819664 memory=139901967324800 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12575/stat : 12575 (java) S 12506 12509 9544 0 -1 1077944384 1 13015 0 0 0 0 5 3 20 0 15 0 416060685 11079335936 10717 33554432000 4194304 4196468 140721755099648 139830724467760 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 42868 KiB

[startup+0.31051 s]*
/proc/loadavg: 1.33 1.35 1.45 3/231 12575
/proc/meminfo: memFree=30777236/32770624 swapFree=67004060/67108860
[pid=12509] ppid=12506 vsize=10820148 memory=54016 CPUtime=0.41 cores=1,3,5,7
/proc/12509/stat : 12509 (java) S 12506 12509 9544 0 -1 1077944320 10763 13015 0 0 29 4 5 3 20 0 15 0 416060670 11079831552 13504 33554432000 4194304 4196468 140721755099648 140721755082192 139831202021111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
/proc/12509/statm: 2705037 13504 3304 1 0 2667149 0
[pid=12509/tid=12562] ppid=12506 vsize=10820148 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/12509/task/12562/stat : 12562 (java) R 12506 12509 9544 0 -1 4202560 7202 13015 0 0 19 3 5 3 20 0 15 0 416060679 11079831552 13504 33554432000 4194304 4196468 140721755099648 139831173821024 139831188207042 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12563] ppid=12506 vsize=10820148 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12563/stat : 12563 (java) S 12506 12509 9544 0 -1 1077944384 1 13015 0 0 0 0 5 3 20 0 15 0 416060680 11079831552 13504 33554432000 4194304 4196468 140721755099648 139831206263312 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12564] ppid=12506 vsize=10820148 memory=139901967331793 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12564/stat : 12564 (java) S 12506 12509 9544 0 -1 1077944384 1 13015 0 0 0 0 5 3 20 0 15 0 416060680 11079831552 13504 33554432000 4194304 4196468 140721755099648 139831121083024 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12565] ppid=12506 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12565/stat : 12565 (java) S 12506 12509 9544 0 -1 1077944384 1 13015 0 0 0 0 5 3 20 0 15 0 416060680 11079831552 13504 33554432000 4194304 4196468 140721755099648 139831120029968 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12566] ppid=12506 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12566/stat : 12566 (java) S 12506 12509 9544 0 -1 1077944384 2 13015 0 0 0 0 5 3 20 0 15 0 416060680 11079831552 13504 33554432000 4194304 4196468 140721755099648 139831118977424 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12567] ppid=12506 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12567/stat : 12567 (java) S 12506 12509 9544 0 -1 1077944384 2 13015 0 0 0 0 5 3 20 0 15 0 416060681 11079831552 13504 33554432000 4194304 4196468 140721755099648 139830728678128 139831202032258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12568] ppid=12506 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12568/stat : 12568 (java) S 12506 12509 9544 0 -1 1077944384 13 13015 0 0 0 0 5 3 20 0 15 0 416060682 11079831552 13504 33554432000 4194304 4196468 140721755099648 139830646269600 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12569] ppid=12506 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12569/stat : 12569 (java) S 12506 12509 9544 0 -1 1077944384 1 13015 0 0 0 0 5 3 20 0 15 0 416060682 11079831552 13504 33554432000 4194304 4196468 140721755099648 139830512051440 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12570] ppid=12506 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12570/stat : 12570 (java) S 12506 12509 9544 0 -1 1077944384 2 13015 0 0 0 0 5 3 20 0 15 0 416060685 11079831552 13504 33554432000 4194304 4196468 140721755099648 139829908072912 139831202039707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12571] ppid=12506 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/12509/task/12571/stat : 12571 (java) S 12506 12509 9544 0 -1 1077944384 370 13015 0 0 2 0 5 3 20 0 15 0 416060685 11079831552 13504 33554432000 4194304 4196468 140721755099648 139830727624944 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12572] ppid=12506 vsize=10820148 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/12509/task/12572/stat : 12572 (java) S 12506 12509 9544 0 -1 1077944384 300 13015 0 0 2 0 5 3 20 0 15 0 416060685 11079831552 13504 33554432000 4194304 4196468 140721755099648 139830726572400 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12573] ppid=12506 vsize=10820148 memory=139901967324800 CPUtime=0.13 cores=1,3,5,7
/proc/12509/task/12573/stat : 12573 (java) S 12506 12509 9544 0 -1 1077944384 653 13015 0 0 5 0 5 3 20 0 15 0 416060685 11079831552 13504 33554432000 4194304 4196468 140721755099648 139830725519344 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12574] ppid=12506 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12574/stat : 12574 (java) S 12506 12509 9544 0 -1 1077944384 3 13015 0 0 0 0 5 3 20 0 15 0 416060685 11079831552 13504 33554432000 4194304 4196468 140721755099648 139829438310752 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12575] ppid=12506 vsize=10820148 memory=139901967324800 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12575/stat : 12575 (java) S 12506 12509 9544 0 -1 1077944384 1 13015 0 0 0 0 5 3 20 0 15 0 416060685 11079831552 13504 33554432000 4194304 4196468 140721755099648 139830724467760 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 54016 KiB

[startup+0.700769 s]
/proc/loadavg: 1.33 1.35 1.45 5/231 12575
/proc/meminfo: memFree=30762080/32770624 swapFree=67004060/67108860
[pid=12509] ppid=12506 vsize=10824360 memory=87776 CPUtime=1.15 cores=1,3,5,7
/proc/12509/stat : 12509 (java) S 12506 12509 9544 0 -1 1077944320 15120 13015 0 0 101 6 5 3 20 0 15 0 416060670 11084144640 21944 33554432000 4194304 4196468 140721755099648 140721755082192 139831202021111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
/proc/12509/statm: 2706090 21944 3507 1 0 2668173 0
[pid=12509/tid=12562] ppid=12506 vsize=10824360 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/12509/task/12562/stat : 12562 (java) R 12506 12509 9544 0 -1 4202560 10270 13015 0 0 55 4 5 3 20 0 15 0 416060679 11084144640 21944 33554432000 4194304 4196468 140721755099648 139831173830088 139831186101598 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12563] ppid=12506 vsize=10824360 memory=14838393204907048 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12563/stat : 12563 (java) S 12506 12509 9544 0 -1 1077944384 1 13015 0 0 0 0 5 3 20 0 15 0 416060680 11084144640 21944 33554432000 4194304 4196468 140721755099648 139831206263312 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12564] ppid=12506 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12564/stat : 12564 (java) S 12506 12509 9544 0 -1 1077944384 1 13015 0 0 0 0 5 3 20 0 15 0 416060680 11084144640 21944 33554432000 4194304 4196468 140721755099648 139831121083024 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12565] ppid=12506 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12565/stat : 12565 (java) S 12506 12509 9544 0 -1 1077944384 1 13015 0 0 0 0 5 3 20 0 15 0 416060680 11084144640 21944 33554432000 4194304 4196468 140721755099648 139831120029968 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12566] ppid=12506 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12566/stat : 12566 (java) S 12506 12509 9544 0 -1 1077944384 2 13015 0 0 0 0 5 3 20 0 15 0 416060680 11084144640 21944 33554432000 4194304 4196468 140721755099648 139831118977424 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12567] ppid=12506 vsize=10824360 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12567/stat : 12567 (java) S 12506 12509 9544 0 -1 1077944384 5 13015 0 0 0 0 5 3 20 0 15 0 416060681 11084144640 21944 33554432000 4194304 4196468 140721755099648 139830728678128 139831202032258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12568] ppid=12506 vsize=10824360 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12568/stat : 12568 (java) S 12506 12509 9544 0 -1 1077944384 13 13015 0 0 0 0 5 3 20 0 15 0 416060682 11084144640 21944 33554432000 4194304 4196468 140721755099648 139830646269600 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12569] ppid=12506 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12569/stat : 12569 (java) S 12506 12509 9544 0 -1 1077944384 1 13015 0 0 0 0 5 3 20 0 15 0 416060682 11084144640 21990 33554432000 4194304 4196468 140721755099648 139830512051440 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12570] ppid=12506 vsize=10824360 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12570/stat : 12570 (java) S 12506 12509 9544 0 -1 1077944384 2 13015 0 0 0 0 5 3 20 0 15 0 416060685 11084144640 21990 33554432000 4194304 4196468 140721755099648 139829908072912 139831202039707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12571] ppid=12506 vsize=10824360 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/12509/task/12571/stat : 12571 (java) S 12506 12509 9544 0 -1 1077944384 748 13015 0 0 12 0 5 3 20 0 15 0 416060685 11084144640 21990 33554432000 4194304 4196468 140721755099648 139830727624944 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12572] ppid=12506 vsize=10824360 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/12509/task/12572/stat : 12572 (java) R 12506 12509 9544 0 -1 4202560 947 13015 0 0 15 0 5 3 20 0 15 0 416060685 11084144640 21990 33554432000 4194304 4196468 140721755099648 139830726572400 139831188173872 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12573] ppid=12506 vsize=10824360 memory=139901848815632 CPUtime=0.25 cores=1,3,5,7
/proc/12509/task/12573/stat : 12573 (java) S 12506 12509 9544 0 -1 1077944384 915 13015 0 0 17 0 5 3 20 0 15 0 416060685 11084144640 21990 33554432000 4194304 4196468 140721755099648 139830725519344 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12574] ppid=12506 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12574/stat : 12574 (java) S 12506 12509 9544 0 -1 1077944384 3 13015 0 0 0 0 5 3 20 0 15 0 416060685 11084144640 21990 33554432000 4194304 4196468 140721755099648 139829438310752 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12575] ppid=12506 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12575/stat : 12575 (java) S 12506 12509 9544 0 -1 1077944384 1 13015 0 0 0 0 5 3 20 0 15 0 416060685 11084144640 21990 33554432000 4194304 4196468 140721755099648 139830724467760 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 87776 KiB

[startup+1.50077 s]
/proc/loadavg: 1.33 1.35 1.45 6/231 12575
/proc/meminfo: memFree=30701228/32770624 swapFree=67004060/67108860
[pid=12509] ppid=12506 vsize=10832628 memory=216604 CPUtime=3.01 cores=1,3,5,7
/proc/12509/stat : 12509 (java) S 12506 12509 9544 0 -1 1077944320 24522 13015 0 0 281 12 5 3 20 0 15 0 416060670 11092611072 54151 33554432000 4194304 4196468 140721755099648 140721755082192 139831202021111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
/proc/12509/statm: 2708157 54151 3588 1 0 2670221 0
[pid=12509/tid=12562] ppid=12506 vsize=10832628 memory=122804 CPUtime=1.42 cores=1,3,5,7
/proc/12509/task/12562/stat : 12562 (java) R 12506 12509 9544 0 -1 4202560 14605 13015 0 0 128 6 5 3 20 0 15 0 416060679 11092611072 54151 33554432000 4194304 4196468 140721755099648 139831173852816 139831186101598 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12563] ppid=12506 vsize=10832628 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12509/task/12563/stat : 12563 (java) S 12506 12509 9544 0 -1 1077944384 55 13015 0 0 1 0 5 3 20 0 15 0 416060680 11092611072 54151 33554432000 4194304 4196468 140721755099648 139831206263312 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12564] ppid=12506 vsize=10832628 memory=7893295687695687954 CPUtime=0.1 cores=1,3,5,7
/proc/12509/task/12564/stat : 12564 (java) S 12506 12509 9544 0 -1 1077944384 67 13015 0 0 2 0 5 3 20 0 15 0 416060680 11092611072 54151 33554432000 4194304 4196468 140721755099648 139831121083024 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12565] ppid=12506 vsize=10832628 memory=6994781559841273980 CPUtime=0.1 cores=1,3,5,7
/proc/12509/task/12565/stat : 12565 (java) S 12506 12509 9544 0 -1 1077944384 29 13015 0 0 2 0 5 3 20 0 15 0 416060680 11092611072 54151 33554432000 4194304 4196468 140721755099648 139831120029968 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12566] ppid=12506 vsize=10832628 memory=4498404016631593314 CPUtime=0.1 cores=1,3,5,7
/proc/12509/task/12566/stat : 12566 (java) S 12506 12509 9544 0 -1 1077944384 299 13015 0 0 2 0 5 3 20 0 15 0 416060680 11092611072 54151 33554432000 4194304 4196468 140721755099648 139831118977424 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12567] ppid=12506 vsize=10832628 memory=11495892237 CPUtime=0.09 cores=1,3,5,7
/proc/12509/task/12567/stat : 12567 (java) S 12506 12509 9544 0 -1 1077944384 120 13015 0 0 1 0 5 3 20 0 15 0 416060681 11092611072 54151 33554432000 4194304 4196468 140721755099648 139830728678128 139831202032258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12568] ppid=12506 vsize=10832628 memory=279803697596952 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12568/stat : 12568 (java) S 12506 12509 9544 0 -1 1077944384 14 13015 0 0 0 0 5 3 20 0 15 0 416060682 11092611072 54151 33554432000 4194304 4196468 140721755099648 139830646269664 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12569] ppid=12506 vsize=10832628 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12569/stat : 12569 (java) S 12506 12509 9544 0 -1 1077944384 1 13015 0 0 0 0 5 3 20 0 15 0 416060682 11092611072 54151 33554432000 4194304 4196468 140721755099648 139830512051440 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12570] ppid=12506 vsize=10832628 memory=288230583166042426 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12570/stat : 12570 (java) S 12506 12509 9544 0 -1 1077944384 2 13015 0 0 0 0 5 3 20 0 15 0 416060685 11092611072 54151 33554432000 4194304 4196468 140721755099648 139829908072912 139831202039707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12571] ppid=12506 vsize=10832628 memory=14694080391154107 CPUtime=0.54 cores=1,3,5,7
/proc/12509/task/12571/stat : 12571 (java) S 12506 12509 9544 0 -1 1077944384 1721 13015 0 0 46 0 5 3 20 0 15 0 416060685 11092611072 54151 33554432000 4194304 4196468 140721755099648 139830727624944 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12572] ppid=12506 vsize=10832628 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/12509/task/12572/stat : 12572 (java) S 12506 12509 9544 0 -1 1077944384 3089 13015 0 0 53 0 5 3 20 0 15 0 416060685 11092611072 54151 33554432000 4194304 4196468 140721755099648 139830726572400 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12573] ppid=12506 vsize=10832628 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/12509/task/12573/stat : 12573 (java) S 12506 12509 9544 0 -1 1077944384 2305 13015 0 0 42 1 5 3 20 0 15 0 416060685 11092611072 54151 33554432000 4194304 4196468 140721755099648 139830725519344 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0

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

/proc/12509/task/12562/stat : 12562 (java) R 12506 12509 9544 0 -1 4202560 130726 13015 0 0 219105 47 5 3 20 0 15 0 416060679 11107311616 493502 33554432000 4194304 4196468 140721755099648 139831173856864 139830818034755 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12563] ppid=12506 vsize=10846984 memory=1974008 CPUtime=7.31 cores=1,3,5,7
/proc/12509/task/12563/stat : 12563 (java) S 12506 12509 9544 0 -1 1077944384 26632 13015 0 0 672 51 5 3 20 0 15 0 416060680 11107311616 493502 33554432000 4194304 4196468 140721755099648 139831206263312 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12564] ppid=12506 vsize=10846984 memory=1974008 CPUtime=7.35 cores=1,3,5,7
/proc/12509/task/12564/stat : 12564 (java) S 12506 12509 9544 0 -1 1077944384 23801 13015 0 0 677 50 5 3 20 0 15 0 416060680 11107311616 493502 33554432000 4194304 4196468 140721755099648 139831121083024 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12565] ppid=12506 vsize=10846984 memory=279803698804608 CPUtime=7.3 cores=1,3,5,7
/proc/12509/task/12565/stat : 12565 (java) S 12506 12509 9544 0 -1 1077944384 26326 13015 0 0 672 50 5 3 20 0 15 0 416060680 11107311616 493502 33554432000 4194304 4196468 140721755099648 139831120029968 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12566] ppid=12506 vsize=10846984 memory=1974008 CPUtime=7.38 cores=1,3,5,7
/proc/12509/task/12566/stat : 12566 (java) S 12506 12509 9544 0 -1 1077944384 29246 13015 0 0 680 50 5 3 20 0 15 0 416060680 11107311616 493502 33554432000 4194304 4196468 140721755099648 139831118977424 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12567] ppid=12506 vsize=10846984 memory=1974008 CPUtime=2.85 cores=1,3,5,7
/proc/12509/task/12567/stat : 12567 (java) S 12506 12509 9544 0 -1 1077944384 26166 13015 0 0 255 22 5 3 20 0 15 0 416060681 11107311616 493502 33554432000 4194304 4196468 140721755099648 139830728678128 139831202032258 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12568] ppid=12506 vsize=10846984 memory=1974008 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12568/stat : 12568 (java) S 12506 12509 9544 0 -1 1077944384 26 13015 0 0 0 0 5 3 20 0 15 0 416060682 11107311616 493502 33554432000 4194304 4196468 140721755099648 139830646269664 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12569] ppid=12506 vsize=10846984 memory=1974008 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12569/stat : 12569 (java) S 12506 12509 9544 0 -1 1077944384 6 13015 0 0 0 0 5 3 20 0 15 0 416060682 11107311616 493502 33554432000 4194304 4196468 140721755099648 139830512051456 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12570] ppid=12506 vsize=10846984 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12570/stat : 12570 (java) S 12506 12509 9544 0 -1 1077944384 2 13015 0 0 0 0 5 3 20 0 15 0 416060685 11107311616 493502 33554432000 4194304 4196468 140721755099648 139829908072912 139831202039707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12571] ppid=12506 vsize=10846984 memory=2832 CPUtime=7.17 cores=1,3,5,7
/proc/12509/task/12571/stat : 12571 (java) S 12506 12509 9544 0 -1 1077944384 43497 13015 0 0 703 6 5 3 20 0 15 0 416060685 11107311616 493502 33554432000 4194304 4196468 140721755099648 139830727624944 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12572] ppid=12506 vsize=10846984 memory=1974008 CPUtime=7.01 cores=1,3,5,7
/proc/12509/task/12572/stat : 12572 (java) S 12506 12509 9544 0 -1 1077944384 40886 13015 0 0 689 4 5 3 20 0 15 0 416060685 11107311616 493502 33554432000 4194304 4196468 140721755099648 139830726572400 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12573] ppid=12506 vsize=10846984 memory=1974008 CPUtime=2.69 cores=1,3,5,7
/proc/12509/task/12573/stat : 12573 (java) S 12506 12509 9544 0 -1 1077944384 33734 13015 0 0 254 7 5 3 20 0 15 0 416060685 11107311616 493502 33554432000 4194304 4196468 140721755099648 139830725519344 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12574] ppid=12506 vsize=10846984 memory=1974008 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12574/stat : 12574 (java) S 12506 12509 9544 0 -1 1077944384 3 13015 0 0 0 0 5 3 20 0 15 0 416060685 11107311616 493502 33554432000 4194304 4196468 140721755099648 139829438310752 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12575] ppid=12506 vsize=10846984 memory=1974008 CPUtime=1.23 cores=1,3,5,7
/proc/12509/task/12575/stat : 12575 (java) S 12506 12509 9544 0 -1 1077944384 3002 13015 0 0 57 58 5 3 20 0 15 0 416060685 11107311616 493502 33554432000 4194304 4196468 140721755099648 139830724467760 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
Current children cumulated CPU time: 2241.27 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1974008 KiB

[startup+2262.3 s]
/proc/loadavg: 1.27 1.33 1.39 3/230 12938
/proc/meminfo: memFree=28881012/32770624 swapFree=67004068/67108860
[pid=12509] ppid=12506 vsize=10846984 memory=1974008 CPUtime=2301.66 cores=1,3,5,7
/proc/12509/stat : 12509 (java) S 12506 12509 9544 0 -1 1077944320 388728 13015 0 0 229832 326 5 3 20 0 15 0 416060670 11107311616 493502 33554432000 4194304 4196468 140721755099648 140721755082192 139831202021111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
/proc/12509/statm: 2711746 493502 3636 1 0 2673805 0
[pid=12509/tid=12562] ppid=12506 vsize=10846984 memory=1974008 CPUtime=2251.35 cores=1,3,5,7
/proc/12509/task/12562/stat : 12562 (java) R 12506 12509 9544 0 -1 4202560 131485 13015 0 0 225079 48 5 3 20 0 15 0 416060679 11107311616 493502 33554432000 4194304 4196468 140721755099648 139831173856496 139830805856422 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12563] ppid=12506 vsize=10846984 memory=1974008 CPUtime=7.44 cores=1,3,5,7
/proc/12509/task/12563/stat : 12563 (java) S 12506 12509 9544 0 -1 1077944384 26998 13015 0 0 684 52 5 3 20 0 15 0 416060680 11107311616 493502 33554432000 4194304 4196468 140721755099648 139831206263312 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12564] ppid=12506 vsize=10846984 memory=1974008 CPUtime=7.48 cores=1,3,5,7
/proc/12509/task/12564/stat : 12564 (java) S 12506 12509 9544 0 -1 1077944384 23988 13015 0 0 690 50 5 3 20 0 15 0 416060680 11107311616 493502 33554432000 4194304 4196468 140721755099648 139831121083024 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12565] ppid=12506 vsize=10846984 memory=1974008 CPUtime=7.42 cores=1,3,5,7
/proc/12509/task/12565/stat : 12565 (java) S 12506 12509 9544 0 -1 1077944384 26698 13015 0 0 683 51 5 3 20 0 15 0 416060680 11107311616 493502 33554432000 4194304 4196468 140721755099648 139831120029968 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12566] ppid=12506 vsize=10846984 memory=1974008 CPUtime=7.5 cores=1,3,5,7
/proc/12509/task/12566/stat : 12566 (java) S 12506 12509 9544 0 -1 1077944384 29569 13015 0 0 692 50 5 3 20 0 15 0 416060680 11107311616 493502 33554432000 4194304 4196468 140721755099648 139831118977424 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12567] ppid=12506 vsize=10846984 memory=1974008 CPUtime=2.95 cores=1,3,5,7
/proc/12509/task/12567/stat : 12567 (java) S 12506 12509 9544 0 -1 1077944384 26579 13015 0 0 264 23 5 3 20 0 15 0 416060681 11107311616 493502 33554432000 4194304 4196468 140721755099648 139830728678128 139831202032258 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12568] ppid=12506 vsize=10846984 memory=1974008 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12568/stat : 12568 (java) S 12506 12509 9544 0 -1 1077944384 26 13015 0 0 0 0 5 3 20 0 15 0 416060682 11107311616 493502 33554432000 4194304 4196468 140721755099648 139830646269664 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12569] ppid=12506 vsize=10846984 memory=1540 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12569/stat : 12569 (java) S 12506 12509 9544 0 -1 1077944384 6 13015 0 0 0 0 5 3 20 0 15 0 416060682 11107311616 493502 33554432000 4194304 4196468 140721755099648 139830512051456 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12570] ppid=12506 vsize=10846984 memory=1974008 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12570/stat : 12570 (java) S 12506 12509 9544 0 -1 1077944384 2 13015 0 0 0 0 5 3 20 0 15 0 416060685 11107311616 493502 33554432000 4194304 4196468 140721755099648 139829908072912 139831202039707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12571] ppid=12506 vsize=10846984 memory=3280 CPUtime=7.17 cores=1,3,5,7
/proc/12509/task/12571/stat : 12571 (java) S 12506 12509 9544 0 -1 1077944384 43501 13015 0 0 703 6 5 3 20 0 15 0 416060685 11107311616 493502 33554432000 4194304 4196468 140721755099648 139830727624944 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12572] ppid=12506 vsize=10846984 memory=1974008 CPUtime=7.01 cores=1,3,5,7
/proc/12509/task/12572/stat : 12572 (java) S 12506 12509 9544 0 -1 1077944384 40890 13015 0 0 689 4 5 3 20 0 15 0 416060685 11107311616 493502 33554432000 4194304 4196468 140721755099648 139830726572400 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12573] ppid=12506 vsize=10846984 memory=1974008 CPUtime=2.69 cores=1,3,5,7
/proc/12509/task/12573/stat : 12573 (java) S 12506 12509 9544 0 -1 1077944384 33738 13015 0 0 254 7 5 3 20 0 15 0 416060685 11107311616 493502 33554432000 4194304 4196468 140721755099648 139830725519344 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12574] ppid=12506 vsize=10846984 memory=1440 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12574/stat : 12574 (java) S 12506 12509 9544 0 -1 1077944384 3 13015 0 0 0 0 5 3 20 0 15 0 416060685 11107311616 493502 33554432000 4194304 4196468 140721755099648 139829438310752 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12575] ppid=12506 vsize=10846984 memory=1984 CPUtime=1.27 cores=1,3,5,7
/proc/12509/task/12575/stat : 12575 (java) S 12506 12509 9544 0 -1 1077944384 3034 13015 0 0 59 60 5 3 20 0 15 0 416060685 11107311616 493502 33554432000 4194304 4196468 140721755099648 139830724467760 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
Current children cumulated CPU time: 2301.66 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1974008 KiB

[startup+2322.3 s]
/proc/loadavg: 1.34 1.33 1.39 3/230 12942
/proc/meminfo: memFree=28898368/32770624 swapFree=67004068/67108860
[pid=12509] ppid=12506 vsize=10846984 memory=1951948 CPUtime=2362.09 cores=1,3,5,7
/proc/12509/stat : 12509 (java) S 12506 12509 9544 0 -1 1077944320 391464 13015 0 0 235871 330 5 3 20 0 15 0 416060670 11107311616 487987 33554432000 4194304 4196468 140721755099648 140721755082192 139831202021111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
/proc/12509/statm: 2711746 487987 3636 1 0 2673805 0
[pid=12509/tid=12562] ppid=12506 vsize=10846984 memory=1951948 CPUtime=2311.07 cores=1,3,5,7
/proc/12509/task/12562/stat : 12562 (java) S 12506 12509 9544 0 -1 1077944384 132301 13015 0 0 231051 48 5 3 20 0 15 0 416060679 11107311616 487987 33554432000 4194304 4196468 140721755099648 139831173856544 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12563] ppid=12506 vsize=10846984 memory=1951948 CPUtime=7.58 cores=1,3,5,7
/proc/12509/task/12563/stat : 12563 (java) R 12506 12509 9544 0 -1 4202560 27496 13015 0 0 698 52 5 3 20 0 15 0 416060680 11107311616 487987 33554432000 4194304 4196468 140721755099648 139831206263312 139831181216141 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12564] ppid=12506 vsize=10846984 memory=1951948 CPUtime=7.61 cores=1,3,5,7
/proc/12509/task/12564/stat : 12564 (java) R 12506 12509 9544 0 -1 4202560 24310 13015 0 0 703 50 5 3 20 0 15 0 416060680 11107311616 487987 33554432000 4194304 4196468 140721755099648 139831121083024 139831181216141 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12565] ppid=12506 vsize=10846984 memory=1951948 CPUtime=7.57 cores=1,3,5,7
/proc/12509/task/12565/stat : 12565 (java) R 12506 12509 9544 0 -1 4202560 27136 13015 0 0 697 52 5 3 20 0 15 0 416060680 11107311616 487987 33554432000 4194304 4196468 140721755099648 139831120029968 139831181216141 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12566] ppid=12506 vsize=10846984 memory=1951948 CPUtime=7.64 cores=1,3,5,7
/proc/12509/task/12566/stat : 12566 (java) R 12506 12509 9544 0 -1 1077944384 29775 13015 0 0 705 51 5 3 20 0 15 0 416060680 11107311616 487987 33554432000 4194304 4196468 140721755099648 139831118977424 139831202031317 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12567] ppid=12506 vsize=10846984 memory=1960672 CPUtime=3.05 cores=1,3,5,7
/proc/12509/task/12567/stat : 12567 (java) S 12506 12509 9544 0 -1 1077944384 27002 13015 0 0 274 23 5 3 20 0 15 0 416060681 11107311616 487987 33554432000 4194304 4196468 140721755099648 139830728676640 139831202031317 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12568] ppid=12506 vsize=10846984 memory=1951948 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12568/stat : 12568 (java) S 12506 12509 9544 0 -1 1077944384 26 13015 0 0 0 0 5 3 20 0 15 0 416060682 11107311616 487987 33554432000 4194304 4196468 140721755099648 139830646269664 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12569] ppid=12506 vsize=10846984 memory=1951948 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12569/stat : 12569 (java) S 12506 12509 9544 0 -1 1077944384 6 13015 0 0 0 0 5 3 20 0 15 0 416060682 11107311616 487987 33554432000 4194304 4196468 140721755099648 139830512051456 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12570] ppid=12506 vsize=10846984 memory=1951948 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12570/stat : 12570 (java) S 12506 12509 9544 0 -1 1077944384 2 13015 0 0 0 0 5 3 20 0 15 0 416060685 11107311616 487987 33554432000 4194304 4196468 140721755099648 139829908072912 139831202039707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12571] ppid=12506 vsize=10846984 memory=1951948 CPUtime=7.17 cores=1,3,5,7
/proc/12509/task/12571/stat : 12571 (java) S 12506 12509 9544 0 -1 1077944384 43505 13015 0 0 703 6 5 3 20 0 15 0 416060685 11107311616 487987 33554432000 4194304 4196468 140721755099648 139830727624944 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12572] ppid=12506 vsize=10846984 memory=1951948 CPUtime=7.01 cores=1,3,5,7
/proc/12509/task/12572/stat : 12572 (java) S 12506 12509 9544 0 -1 1077944384 40894 13015 0 0 689 4 5 3 20 0 15 0 416060685 11107311616 487987 33554432000 4194304 4196468 140721755099648 139830726572400 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12573] ppid=12506 vsize=10846984 memory=792 CPUtime=2.69 cores=1,3,5,7
/proc/12509/task/12573/stat : 12573 (java) S 12506 12509 9544 0 -1 1077944384 33742 13015 0 0 254 7 5 3 20 0 15 0 416060685 11107311616 487987 33554432000 4194304 4196468 140721755099648 139830725519344 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12574] ppid=12506 vsize=10846984 memory=1951948 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12574/stat : 12574 (java) S 12506 12509 9544 0 -1 1077944384 3 13015 0 0 0 0 5 3 20 0 15 0 416060685 11107311616 487987 33554432000 4194304 4196468 140721755099648 139829438310752 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12575] ppid=12506 vsize=10846984 memory=1951948 CPUtime=1.29 cores=1,3,5,7
/proc/12509/task/12575/stat : 12575 (java) S 12506 12509 9544 0 -1 1077944384 3055 13015 0 0 60 61 5 3 20 0 15 0 416060685 11107311616 487987 33554432000 4194304 4196468 140721755099648 139830724467760 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
Current children cumulated CPU time: 2362.09 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1951948 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2360 s]*
/proc/loadavg: 1.36 1.34 1.40 3/230 12945
/proc/meminfo: memFree=28898672/32770624 swapFree=67004068/67108860
[pid=12509] ppid=12506 vsize=10846984 memory=1951948 CPUtime=2400.03 cores=1,3,5,7
/proc/12509/stat : 12509 (java) S 12506 12509 9544 0 -1 1077944320 392986 13015 0 0 239663 332 5 3 20 0 15 0 416060670 11107311616 487987 33554432000 4194304 4196468 140721755099648 140721755082192 139831202021111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
/proc/12509/statm: 2711746 487987 3636 1 0 2673805 0
[pid=12509/tid=12562] ppid=12506 vsize=10846984 memory=4000 CPUtime=2348.6 cores=1,3,5,7
/proc/12509/task/12562/stat : 12562 (java) R 12506 12509 9544 0 -1 4202560 132814 13015 0 0 234804 48 5 3 20 0 15 0 416060679 11107311616 487987 33554432000 4194304 4196468 140721755099648 139831173856432 139830818033596 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12563] ppid=12506 vsize=10846984 memory=2832 CPUtime=7.67 cores=1,3,5,7
/proc/12509/task/12563/stat : 12563 (java) S 12506 12509 9544 0 -1 1077944384 27695 13015 0 0 706 53 5 3 20 0 15 0 416060680 11107311616 487987 33554432000 4194304 4196468 140721755099648 139831206263312 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12564] ppid=12506 vsize=10846984 memory=1212 CPUtime=7.71 cores=1,3,5,7
/proc/12509/task/12564/stat : 12564 (java) S 12506 12509 9544 0 -1 1077944384 24644 13015 0 0 712 51 5 3 20 0 15 0 416060680 11107311616 487987 33554432000 4194304 4196468 140721755099648 139831121083024 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12565] ppid=12506 vsize=10846984 memory=4872558044660077418 CPUtime=7.65 cores=1,3,5,7
/proc/12509/task/12565/stat : 12565 (java) S 12506 12509 9544 0 -1 1077944384 27234 13015 0 0 705 52 5 3 20 0 15 0 416060680 11107311616 487987 33554432000 4194304 4196468 140721755099648 139831120029968 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12566] ppid=12506 vsize=10846984 memory=728 CPUtime=7.72 cores=1,3,5,7
/proc/12509/task/12566/stat : 12566 (java) S 12506 12509 9544 0 -1 1077944384 29911 13015 0 0 713 51 5 3 20 0 15 0 416060680 11107311616 487987 33554432000 4194304 4196468 140721755099648 139831118977424 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12567] ppid=12506 vsize=10846984 memory=4000 CPUtime=3.12 cores=1,3,5,7
/proc/12509/task/12567/stat : 12567 (java) S 12506 12509 9544 0 -1 1077944384 27223 13015 0 0 280 24 5 3 20 0 15 0 416060681 11107311616 487987 33554432000 4194304 4196468 140721755099648 139830728678128 139831202032258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12568] ppid=12506 vsize=10846984 memory=2832 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12568/stat : 12568 (java) S 12506 12509 9544 0 -1 1077944384 26 13015 0 0 0 0 5 3 20 0 15 0 416060682 11107311616 487987 33554432000 4194304 4196468 140721755099648 139830646269664 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12569] ppid=12506 vsize=10846984 memory=1212 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12569/stat : 12569 (java) S 12506 12509 9544 0 -1 1077944384 6 13015 0 0 0 0 5 3 20 0 15 0 416060682 11107311616 487987 33554432000 4194304 4196468 140721755099648 139830512051456 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12570] ppid=12506 vsize=10846984 memory=1036 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12570/stat : 12570 (java) S 12506 12509 9544 0 -1 1077944384 2 13015 0 0 0 0 5 3 20 0 15 0 416060685 11107311616 487987 33554432000 4194304 4196468 140721755099648 139829908072912 139831202039707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12571] ppid=12506 vsize=10846984 memory=14008 CPUtime=7.17 cores=1,3,5,7
/proc/12509/task/12571/stat : 12571 (java) S 12506 12509 9544 0 -1 1077944384 43507 13015 0 0 703 6 5 3 20 0 15 0 416060685 11107311616 487987 33554432000 4194304 4196468 140721755099648 139830727624944 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12572] ppid=12506 vsize=10846984 memory=12024 CPUtime=7.01 cores=1,3,5,7
/proc/12509/task/12572/stat : 12572 (java) S 12506 12509 9544 0 -1 1077944384 40896 13015 0 0 689 4 5 3 20 0 15 0 416060685 11107311616 487987 33554432000 4194304 4196468 140721755099648 139830726572400 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12573] ppid=12506 vsize=10846984 memory=2116 CPUtime=2.69 cores=1,3,5,7
/proc/12509/task/12573/stat : 12573 (java) S 12506 12509 9544 0 -1 1077944384 33744 13015 0 0 254 7 5 3 20 0 15 0 416060685 11107311616 487987 33554432000 4194304 4196468 140721755099648 139830725519344 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12574] ppid=12506 vsize=10846984 memory=21232 CPUtime=0.08 cores=1,3,5,7
/proc/12509/task/12574/stat : 12574 (java) S 12506 12509 9544 0 -1 1077944384 3 13015 0 0 0 0 5 3 20 0 15 0 416060685 11107311616 487987 33554432000 4194304 4196468 140721755099648 139829438310752 139831202031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
[pid=12509/tid=12575] ppid=12506 vsize=10846984 memory=496 CPUtime=1.31 cores=1,3,5,7
/proc/12509/task/12575/stat : 12575 (java) S 12506 12509 9544 0 -1 1077944384 3070 13015 0 0 61 62 5 3 20 0 15 0 416060685 11107311616 487987 33554432000 4194304 4196468 140721755099648 139830724467760 139831202032258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26595328 140721755101936 140721755104453 140721755104453 140721755107279 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1951948 KiB

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

[startup+2360.05 s]
# the end of solver process 12509 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.72 s, system=3.37218 s

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

Child status: 143
Real time (s): 2360.05
CPU time (s): 2400.09
CPU user time (s): 2396.72
CPU system time (s): 3.37218
CPU usage (%): 101.697
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 2534640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.72
system time used= 3.37218
maximum resident set size= 2534792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 407075
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113053
involuntary context switches= 4094


# summary of solver processes directly reported to runsolver:
#   pid: 12509
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2396.72
#   total CPU system time (s): 3.37218

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6078 second user time and 23.1639 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-13 20:09:31
IDJOB=4396555
IDBENCH=124173
IDSOLVER=2847
FILE ID=node133/4396555-1568398210
RUNJOBID= node133-1568393447-11283
PBS_JOBID= 21701853
Free space on /tmp= 59380 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t14-9.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396555-1568398210/watcher-4396555-1568398210 -o /tmp/evaluation-result-4396555-1568398210/solver-4396555-1568398210 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568393447-11283 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=655402958 HOME/instance-4396555-1568398210.xml

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

MD5SUM BENCH= e9ad29b6a3ec13d479e5237fa2547c44
RANDOM SEED=655402958

node133.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.18
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.18
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.18
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.18
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:        30819600 kB
MemAvailable:   31231828 kB
Buffers:          175260 kB
Cached:           521216 kB
SwapCached:         3412 kB
Active:          1073356 kB
Inactive:         294256 kB
Active(anon):     694832 kB
Inactive(anon):    16032 kB
Active(file):     378524 kB
Inactive(file):   278224 kB
Unevictable:      111228 kB
Mlocked:          111228 kB
SwapTotal:      67108860 kB
SwapFree:       67004060 kB
Dirty:             35616 kB
Writeback:            24 kB
AnonPages:        766484 kB
Mapped:            57576 kB
Shmem:             31440 kB
Slab:             171436 kB
SReclaimable:     142632 kB
SUnreclaim:        28804 kB
KernelStack:        3936 kB
PageTables:         7636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1816236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    645120 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= 59344 MiB
End job on node133 at 2019-09-13 20:48:51