Trace number 4392190

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.10? (TO) 2400.12 2361.83

General information on the benchmark

NameBinPacking/
BinPacking-tab-fu/BinPacking-tab-fu0120-04.xml
MD5SUM2e923e7e276bbb1d78c8186edf745710
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark2400.07
Satisfiable
(Un)Satisfiability was proved
Number of variables477
Number of constraints71
Number of domains2
Minimum domain size63
Maximum domain size69
Distribution of domain sizes[{"size":63,"count":476},{"size":69,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":408},{"degree":4,"count":68}]
Minimum constraint arity7
Maximum constraint arity476
Distribution of constraint arities[{"arity":7,"count":68},{"arity":69,"count":1},{"arity":476,"count":2}]
Number of extensional constraints68
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":68},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.70/0.55	c Concrete v3.10.1560635388952 running
2400.06/2361.82	Exception in thread "main" java.util.concurrent.TimeoutException
2400.06/2361.82		at concrete.MAC.mac(MAC.scala:189)
2400.06/2361.82		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.06/2361.82		at scala.util.Try$.apply(Try.scala:212)
2400.06/2361.82		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.06/2361.82		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.06/2361.82		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.06/2361.82		at concrete.MAC.oneRun(MAC.scala:253)
2400.06/2361.82		at concrete.MAC.nextSolution(MAC.scala:272)
2400.06/2361.82		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2400.06/2361.82		at concrete.ProblemState.map(ProblemState.scala:228)
2400.06/2361.82		at concrete.ProblemState.map(ProblemState.scala:210)
2400.06/2361.82		at concrete.MAC.nextSolution(MAC.scala:334)
2400.06/2361.82		at concrete.Solver.hasNext(Solver.scala:160)
2400.06/2361.82		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.06/2361.82		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.06/2361.82		at concrete.Solver.foreach(Solver.scala:67)
2400.06/2361.82		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.06/2361.82		at scala.util.Success.map(Try.scala:264)
2400.06/2361.82		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.06/2361.82		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.06/2361.82		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.06/2361.82		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.06/2361.82		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.06/2361.82		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.06/2361.82		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.06/2361.82		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.06/2361.82		at scala.App.$anonfun$main$1(App.scala:75)
2400.06/2361.82		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.06/2361.82		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.06/2361.82		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.06/2361.82		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.06/2361.82		at scala.App.main(App.scala:75)
2400.06/2361.82		at scala.App.main$(App.scala:73)
2400.06/2361.82		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.06/2361.82		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.06/2361.82	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 (13425 MiB free)
  memory of node 1: 16384 MiB (13733 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392190-1568324361/watcher-4392190-1568324361 -o /tmp/evaluation-result-4392190-1568324361/solver-4392190-1568324361 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568305960-30577 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1656571855 HOME/instance-4392190-1568324361.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
Current StackSize limit: 8192 KiB

solver pid=2541, runsolver pid=2538

[startup+0.109878 s]*
/proc/loadavg: 1.36 1.48 1.50 3/218 2598
/proc/meminfo: memFree=27801928/32770624 swapFree=66998520/67108860
[pid=2541] ppid=2538 vsize=10153664 memory=22376 CPUtime=0.1 cores=1,3,5,7
/proc/2541/stat : 2541 (java) S 2538 2541 10805 0 -1 1077944320 4851 13213 0 0 2 1 5 2 20 0 8 0 408705011 10397351936 5594 33554432000 4194304 4196468 140736113617184 140736113599728 140090153004791 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
/proc/2541/statm: 2538416 5594 2053 1 0 2526854 0
[pid=2541/tid=2594] ppid=2538 vsize=10355560 memory=7892391828772250251 CPUtime=0.08 cores=1,3,5,7
/proc/2541/task/2594/stat : 2594 (java) R 2538 2541 10805 0 -1 4202560 2676 13213 0 0 1 0 5 2 20 0 9 0 408705020 10604093440 6187 33554432000 4194304 4196468 140736113617184 140090124840816 140090153026717 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2595] ppid=2538 vsize=10355560 memory=7948963741541478447 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2595/stat : 2595 (java) S 2538 2541 10805 0 -1 1077944384 2 13213 0 0 0 0 5 2 20 0 9 0 408705020 10604093440 6187 33554432000 4194304 4196468 140736113617184 140090157246992 140090153014997 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2596] ppid=2538 vsize=10355560 memory=140384588084864 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2596/stat : 2596 (java) S 2538 2541 10805 0 -1 1077944384 1 13213 0 0 0 0 5 2 20 0 9 0 408705020 10604093440 6187 33554432000 4194304 4196468 140736113617184 140089726732944 140090153014997 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2597] ppid=2538 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2597/stat : 2597 (java) S 2538 2541 10805 0 -1 1077944384 1 13213 0 0 0 0 5 2 20 0 9 0 408705020 10604093440 6187 33554432000 4194304 4196468 140736113617184 140089725679888 140090153014997 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2598] ppid=2538 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2598/stat : 2598 (java) S 2538 2541 10805 0 -1 1077944384 1 13213 0 0 0 0 5 2 20 0 9 0 408705020 10604093440 6187 33554432000 4194304 4196468 140736113617184 140089724627344 140090153014997 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2599] ppid=2538 vsize=10355560 memory=140384588084864 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2599/stat : 2599 (java) S 2538 2541 10805 0 -1 1077944384 2 13213 0 0 0 0 5 2 20 0 9 0 408705022 10604093440 6187 33554432000 4194304 4196468 140736113617184 140089424874224 140090153015938 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2600] ppid=2538 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2600/stat : 2600 (java) S 2538 2541 10805 0 -1 1077944384 13 13213 0 0 0 0 5 2 20 0 9 0 408705022 10604093440 6187 33554432000 4194304 4196468 140736113617184 140089216722592 140090153014997 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2601] ppid=2538 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2601/stat : 2601 (java) S 2538 2541 10805 0 -1 1077944384 1 13213 0 0 0 0 5 2 20 0 9 0 408705023 10604093440 6187 33554432000 4194304 4196468 140736113617184 140088948286768 140090153014997 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10153664 KiB
Current children cumulated memory: 22376 KiB

[startup+0.210168 s]*
/proc/loadavg: 1.36 1.48 1.50 4/227 2607
/proc/meminfo: memFree=27783204/32770624 swapFree=66998520/67108860
[pid=2541] ppid=2538 vsize=10818940 memory=39008 CPUtime=0.26 cores=1,3,5,7
/proc/2541/stat : 2541 (java) S 2538 2541 10805 0 -1 1077944320 7075 13213 0 0 17 2 5 2 20 0 15 0 408705011 11078594560 9752 33554432000 4194304 4196468 140736113617184 140736113599728 140090153004791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
/proc/2541/statm: 2704735 9752 2983 1 0 2667149 0
[pid=2541/tid=2594] ppid=2538 vsize=10818940 memory=8389772277269004345 CPUtime=0.18 cores=1,3,5,7
/proc/2541/task/2594/stat : 2594 (java) R 2538 2541 10805 0 -1 4202560 3508 13213 0 0 10 1 5 2 20 0 15 0 408705020 11078594560 9752 33554432000 4194304 4196468 140736113617184 140090124800976 140090137085278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2595] ppid=2538 vsize=10818940 memory=4294967660 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2595/stat : 2595 (java) S 2538 2541 10805 0 -1 1077944384 2 13213 0 0 0 0 5 2 20 0 15 0 408705020 11078594560 9752 33554432000 4194304 4196468 140736113617184 140090157246992 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2596] ppid=2538 vsize=10818940 memory=3545379495890728608 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2596/stat : 2596 (java) S 2538 2541 10805 0 -1 1077944384 1 13213 0 0 0 0 5 2 20 0 15 0 408705020 11078594560 9752 33554432000 4194304 4196468 140736113617184 140089726732944 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2597] ppid=2538 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2597/stat : 2597 (java) S 2538 2541 10805 0 -1 1077944384 1 13213 0 0 0 0 5 2 20 0 15 0 408705020 11078594560 9752 33554432000 4194304 4196468 140736113617184 140089725679888 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2598] ppid=2538 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2598/stat : 2598 (java) S 2538 2541 10805 0 -1 1077944384 1 13213 0 0 0 0 5 2 20 0 15 0 408705020 11078594560 9752 33554432000 4194304 4196468 140736113617184 140089724627344 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2599] ppid=2538 vsize=10818940 memory=140384588084864 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2599/stat : 2599 (java) S 2538 2541 10805 0 -1 1077944384 2 13213 0 0 0 0 5 2 20 0 15 0 408705022 11078594560 9752 33554432000 4194304 4196468 140736113617184 140089424874224 140090153015938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2600] ppid=2538 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2600/stat : 2600 (java) S 2538 2541 10805 0 -1 1077944384 13 13213 0 0 0 0 5 2 20 0 15 0 408705022 11078594560 9752 33554432000 4194304 4196468 140736113617184 140089216722592 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2601] ppid=2538 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2601/stat : 2601 (java) S 2538 2541 10805 0 -1 1077944384 1 13213 0 0 0 0 5 2 20 0 15 0 408705023 11078594560 9752 33554432000 4194304 4196468 140736113617184 140088948286704 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2602] ppid=2538 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2602/stat : 2602 (java) S 2538 2541 10805 0 -1 1077944384 3 13213 0 0 0 0 5 2 20 0 15 0 408705025 11078594560 9752 33554432000 4194304 4196468 140736113617184 140088707996112 140090153023387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2603] ppid=2538 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2541/task/2603/stat : 2603 (java) S 2538 2541 10805 0 -1 1077944384 570 13213 0 0 1 0 5 2 20 0 15 0 408705025 11078594560 9752 33554432000 4194304 4196468 140736113617184 140089423821040 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2604] ppid=2538 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2604/stat : 2604 (java) S 2538 2541 10805 0 -1 1077944384 68 13213 0 0 0 0 5 2 20 0 15 0 408705025 11078594560 9752 33554432000 4194304 4196468 140736113617184 140089422768496 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2605] ppid=2538 vsize=10818940 memory=140384588084864 CPUtime=0.1 cores=1,3,5,7
/proc/2541/task/2605/stat : 2605 (java) S 2538 2541 10805 0 -1 1077944384 700 13213 0 0 3 0 5 2 20 0 15 0 408705025 11078594560 9752 33554432000 4194304 4196468 140736113617184 140089421715440 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2606] ppid=2538 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2606/stat : 2606 (java) S 2538 2541 10805 0 -1 1077944384 3 13213 0 0 0 0 5 2 20 0 15 0 408705025 11078594560 9752 33554432000 4194304 4196468 140736113617184 140088674437472 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2607] ppid=2538 vsize=10818940 memory=140384588084864 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2607/stat : 2607 (java) S 2538 2541 10805 0 -1 1077944384 1 13213 0 0 0 0 5 2 20 0 15 0 408705026 11078594560 9752 33554432000 4194304 4196468 140736113617184 140089420663856 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 39008 KiB

[startup+0.310888 s]*
/proc/loadavg: 1.36 1.48 1.50 4/227 2607
/proc/meminfo: memFree=27772592/32770624 swapFree=66998520/67108860
[pid=2541] ppid=2538 vsize=10820096 memory=50600 CPUtime=0.4 cores=1,3,5,7
/proc/2541/stat : 2541 (java) S 2538 2541 10805 0 -1 1077944320 10740 13213 0 0 29 4 5 2 20 0 15 0 408705011 11079778304 12650 33554432000 4194304 4196468 140736113617184 140736113599728 140090153004791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
/proc/2541/statm: 2705024 12650 3244 1 0 2667149 0
[pid=2541/tid=2594] ppid=2538 vsize=10820096 memory=7892391828772250251 CPUtime=0.28 cores=1,3,5,7
/proc/2541/task/2594/stat : 2594 (java) R 2538 2541 10805 0 -1 4202560 7114 13213 0 0 18 3 5 2 20 0 15 0 408705020 11079778304 12650 33554432000 4194304 4196468 140736113617184 140090124817232 140089757367600 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2595] ppid=2538 vsize=10820096 memory=3691042062614867976 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2595/stat : 2595 (java) S 2538 2541 10805 0 -1 1077944384 2 13213 0 0 0 0 5 2 20 0 15 0 408705020 11079778304 12650 33554432000 4194304 4196468 140736113617184 140090157246992 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2596] ppid=2538 vsize=10820096 memory=140388883052159 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2596/stat : 2596 (java) S 2538 2541 10805 0 -1 1077944384 1 13213 0 0 0 0 5 2 20 0 15 0 408705020 11079778304 12650 33554432000 4194304 4196468 140736113617184 140089726732944 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2597] ppid=2538 vsize=10820096 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2597/stat : 2597 (java) S 2538 2541 10805 0 -1 1077944384 1 13213 0 0 0 0 5 2 20 0 15 0 408705020 11079778304 12650 33554432000 4194304 4196468 140736113617184 140089725679888 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2598] ppid=2538 vsize=10820096 memory=140384428737743 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2598/stat : 2598 (java) S 2538 2541 10805 0 -1 1077944384 1 13213 0 0 0 0 5 2 20 0 15 0 408705020 11079778304 12650 33554432000 4194304 4196468 140736113617184 140089724627344 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2599] ppid=2538 vsize=10820096 memory=140384588084864 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2599/stat : 2599 (java) S 2538 2541 10805 0 -1 1077944384 2 13213 0 0 0 0 5 2 20 0 15 0 408705022 11079778304 12650 33554432000 4194304 4196468 140736113617184 140089424874224 140090153015938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2600] ppid=2538 vsize=10820096 memory=140384428744655 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2600/stat : 2600 (java) S 2538 2541 10805 0 -1 1077944384 13 13213 0 0 0 0 5 2 20 0 15 0 408705022 11079778304 12650 33554432000 4194304 4196468 140736113617184 140089216722592 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2601] ppid=2538 vsize=10820096 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2601/stat : 2601 (java) S 2538 2541 10805 0 -1 1077944384 1 13213 0 0 0 0 5 2 20 0 15 0 408705023 11079778304 12650 33554432000 4194304 4196468 140736113617184 140088948286704 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2602] ppid=2538 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2602/stat : 2602 (java) S 2538 2541 10805 0 -1 1077944384 3 13213 0 0 0 0 5 2 20 0 15 0 408705025 11079778304 12650 33554432000 4194304 4196468 140736113617184 140088707996112 140090153023387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2603] ppid=2538 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2541/task/2603/stat : 2603 (java) S 2538 2541 10805 0 -1 1077944384 574 13213 0 0 2 0 5 2 20 0 15 0 408705025 11079778304 12650 33554432000 4194304 4196468 140736113617184 140089423821040 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2604] ppid=2538 vsize=10820096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2541/task/2604/stat : 2604 (java) S 2538 2541 10805 0 -1 1077944384 73 13213 0 0 1 0 5 2 20 0 15 0 408705025 11079778304 12650 33554432000 4194304 4196468 140736113617184 140089422768496 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2605] ppid=2538 vsize=10820096 memory=140384588084864 CPUtime=0.12 cores=1,3,5,7
/proc/2541/task/2605/stat : 2605 (java) S 2538 2541 10805 0 -1 1077944384 747 13213 0 0 5 0 5 2 20 0 15 0 408705025 11079778304 12650 33554432000 4194304 4196468 140736113617184 140089421715440 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2606] ppid=2538 vsize=10820096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2606/stat : 2606 (java) S 2538 2541 10805 0 -1 1077944384 3 13213 0 0 0 0 5 2 20 0 15 0 408705025 11079778304 12650 33554432000 4194304 4196468 140736113617184 140088674437472 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2607] ppid=2538 vsize=10820096 memory=140384588084864 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2607/stat : 2607 (java) S 2538 2541 10805 0 -1 1077944384 1 13213 0 0 0 0 5 2 20 0 15 0 408705026 11079778304 12650 33554432000 4194304 4196468 140736113617184 140089420663856 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 50600 KiB

[startup+0.700721 s]
/proc/loadavg: 1.36 1.48 1.50 5/227 2607
/proc/meminfo: memFree=27759404/32770624 swapFree=66998520/67108860
[pid=2541] ppid=2538 vsize=10824340 memory=81324 CPUtime=1.12 cores=1,3,5,7
/proc/2541/stat : 2541 (java) S 2538 2541 10805 0 -1 1077944320 15081 13213 0 0 99 6 5 2 20 0 15 0 408705011 11084124160 20331 33554432000 4194304 4196468 140736113617184 140736113599728 140090153004791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
/proc/2541/statm: 2706085 20331 3488 1 0 2668173 0
[pid=2541/tid=2594] ppid=2538 vsize=10824340 memory=140385301037604 CPUtime=0.65 cores=1,3,5,7
/proc/2541/task/2594/stat : 2594 (java) R 2538 2541 10805 0 -1 4202560 10513 13213 0 0 54 4 5 2 20 0 15 0 408705020 11084124160 20331 33554432000 4194304 4196468 140736113617184 140090124834368 140090131026993 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2595] ppid=2538 vsize=10824340 memory=140385301037624 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2595/stat : 2595 (java) S 2538 2541 10805 0 -1 1077944384 2 13213 0 0 0 0 5 2 20 0 15 0 408705020 11084124160 20331 33554432000 4194304 4196468 140736113617184 140090157246992 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2596] ppid=2538 vsize=10824340 memory=140385301037626 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2596/stat : 2596 (java) S 2538 2541 10805 0 -1 1077944384 1 13213 0 0 0 0 5 2 20 0 15 0 408705020 11084124160 20331 33554432000 4194304 4196468 140736113617184 140089726732944 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2597] ppid=2538 vsize=10824340 memory=1204 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2597/stat : 2597 (java) S 2538 2541 10805 0 -1 1077944384 1 13213 0 0 0 0 5 2 20 0 15 0 408705020 11084124160 20331 33554432000 4194304 4196468 140736113617184 140089725679888 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2598] ppid=2538 vsize=10824340 memory=7740374192664044864 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2598/stat : 2598 (java) S 2538 2541 10805 0 -1 1077944384 1 13213 0 0 0 0 5 2 20 0 15 0 408705020 11084124160 20331 33554432000 4194304 4196468 140736113617184 140089724627344 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2599] ppid=2538 vsize=10824340 memory=3624 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2599/stat : 2599 (java) S 2538 2541 10805 0 -1 1077944384 5 13213 0 0 0 0 5 2 20 0 15 0 408705022 11084124160 20331 33554432000 4194304 4196468 140736113617184 140089424874224 140090153015938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2600] ppid=2538 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2600/stat : 2600 (java) S 2538 2541 10805 0 -1 1077944384 13 13213 0 0 0 0 5 2 20 0 15 0 408705022 11084124160 20331 33554432000 4194304 4196468 140736113617184 140089216722592 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2601] ppid=2538 vsize=10824340 memory=14552998433004584 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2601/stat : 2601 (java) S 2538 2541 10805 0 -1 1077944384 1 13213 0 0 0 0 5 2 20 0 15 0 408705023 11084124160 20331 33554432000 4194304 4196468 140736113617184 140088948286704 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2602] ppid=2538 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2602/stat : 2602 (java) S 2538 2541 10805 0 -1 1077944384 3 13213 0 0 0 0 5 2 20 0 15 0 408705025 11084124160 20331 33554432000 4194304 4196468 140736113617184 140088707996112 140090153023387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2603] ppid=2538 vsize=10824340 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/2541/task/2603/stat : 2603 (java) S 2538 2541 10805 0 -1 1077944384 983 13213 0 0 15 0 5 2 20 0 15 0 408705025 11084124160 20331 33554432000 4194304 4196468 140736113617184 140089423821040 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2604] ppid=2538 vsize=10824340 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/2541/task/2604/stat : 2604 (java) S 2538 2541 10805 0 -1 1077944384 307 13213 0 0 11 0 5 2 20 0 15 0 408705025 11084124160 20331 33554432000 4194304 4196468 140736113617184 140089422768496 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2605] ppid=2538 vsize=10824340 memory=7809523229951467572 CPUtime=0.24 cores=1,3,5,7
/proc/2541/task/2605/stat : 2605 (java) S 2538 2541 10805 0 -1 1077944384 1043 13213 0 0 17 0 5 2 20 0 15 0 408705025 11084124160 20331 33554432000 4194304 4196468 140736113617184 140089421715440 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2606] ppid=2538 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2606/stat : 2606 (java) S 2538 2541 10805 0 -1 1077944384 3 13213 0 0 0 0 5 2 20 0 15 0 408705025 11084124160 20331 33554432000 4194304 4196468 140736113617184 140088674437472 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2607] ppid=2538 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2607/stat : 2607 (java) S 2538 2541 10805 0 -1 1077944384 1 13213 0 0 0 0 5 2 20 0 15 0 408705026 11084124160 20331 33554432000 4194304 4196468 140736113617184 140089420663856 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 81324 KiB

[startup+1.50079 s]
/proc/loadavg: 1.36 1.48 1.50 5/227 2607
/proc/meminfo: memFree=27679980/32770624 swapFree=66998520/67108860
[pid=2541] ppid=2538 vsize=10832608 memory=229876 CPUtime=2.85 cores=1,3,5,7
/proc/2541/stat : 2541 (java) S 2538 2541 10805 0 -1 1077944320 22079 13213 0 0 267 11 5 2 20 0 15 0 408705011 11092590592 57469 33554432000 4194304 4196468 140736113617184 140736113599728 140090153004791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
/proc/2541/statm: 2708152 57469 3579 1 0 2670221 0
[pid=2541/tid=2594] ppid=2538 vsize=10832608 memory=106316 CPUtime=1.41 cores=1,3,5,7
/proc/2541/task/2594/stat : 2594 (java) R 2538 2541 10805 0 -1 4202560 15160 13213 0 0 127 7 5 2 20 0 15 0 408705020 11092590592 57469 33554432000 4194304 4196468 140736113617184 140090124837136 140090137085278 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2595] ppid=2538 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2541/task/2595/stat : 2595 (java) S 2538 2541 10805 0 -1 1077944384 45 13213 0 0 1 0 5 2 20 0 15 0 408705020 11092590592 57469 33554432000 4194304 4196468 140736113617184 140090157246992 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2596] ppid=2538 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2541/task/2596/stat : 2596 (java) S 2538 2541 10805 0 -1 1077944384 71 13213 0 0 1 0 5 2 20 0 15 0 408705020 11092590592 57469 33554432000 4194304 4196468 140736113617184 140089726732944 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2597] ppid=2538 vsize=10832608 memory=280768857614784 CPUtime=0.08 cores=1,3,5,7
/proc/2541/task/2597/stat : 2597 (java) S 2538 2541 10805 0 -1 1077944384 320 13213 0 0 1 0 5 2 20 0 15 0 408705020 11092590592 57469 33554432000 4194304 4196468 140736113617184 140089725679888 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2598] ppid=2538 vsize=10832608 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/2541/task/2598/stat : 2598 (java) S 2538 2541 10805 0 -1 1077944384 40 13213 0 0 1 0 5 2 20 0 15 0 408705020 11092590592 57469 33554432000 4194304 4196468 140736113617184 140089724627344 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2599] ppid=2538 vsize=10832608 memory=7809523229951467572 CPUtime=0.08 cores=1,3,5,7
/proc/2541/task/2599/stat : 2599 (java) S 2538 2541 10805 0 -1 1077944384 412 13213 0 0 1 0 5 2 20 0 15 0 408705022 11092590592 57469 33554432000 4194304 4196468 140736113617184 140089424874224 140090153015938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2600] ppid=2538 vsize=10832608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2600/stat : 2600 (java) S 2538 2541 10805 0 -1 1077944384 14 13213 0 0 0 0 5 2 20 0 15 0 408705022 11092590592 57469 33554432000 4194304 4196468 140736113617184 140089216722656 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2601] ppid=2538 vsize=10832608 memory=280768857284352 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2601/stat : 2601 (java) S 2538 2541 10805 0 -1 1077944384 2 13213 0 0 0 0 5 2 20 0 15 0 408705023 11092590592 57469 33554432000 4194304 4196468 140736113617184 140088948286720 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2602] ppid=2538 vsize=10832608 memory=280768857654336 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2602/stat : 2602 (java) S 2538 2541 10805 0 -1 1077944384 3 13213 0 0 0 0 5 2 20 0 15 0 408705025 11092590592 57469 33554432000 4194304 4196468 140736113617184 140088707996112 140090153023387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2603] ppid=2538 vsize=10832608 memory=288230596050944315 CPUtime=0.58 cores=1,3,5,7
/proc/2541/task/2603/stat : 2603 (java) S 2538 2541 10805 0 -1 1077944384 1534 13213 0 0 51 0 5 2 20 0 15 0 408705025 11092590592 57469 33554432000 4194304 4196468 140736113617184 140089423821040 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2604] ppid=2538 vsize=10832608 memory=16106974290904953 CPUtime=0.5 cores=1,3,5,7
/proc/2541/task/2604/stat : 2604 (java) S 2538 2541 10805 0 -1 1077944384 743 13213 0 0 43 0 5 2 20 0 15 0 408705025 11092590592 57469 33554432000 4194304 4196468 140736113617184 140089422768496 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2605] ppid=2538 vsize=10832608 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/2541/task/2605/stat : 2605 (java) S 2538 2541 10805 0 -1 1077944384 1529 13213 0 0 36 0 5 2 20 0 15 0 408705025 11092590592 57469 33554432000 4194304 4196468 140736113617184 140089421715440 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0

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

/proc/2541/task/2594/stat : 2594 (java) R 2538 2541 10805 0 -1 4202560 59068 13213 0 0 218763 36 5 2 20 0 15 0 408705020 11107291136 194271 33554432000 4194304 4196468 140736113617184 140090124839664 140089773765180 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2595] ppid=2538 vsize=10846964 memory=777084 CPUtime=6.93 cores=1,3,5,7
/proc/2541/task/2595/stat : 2595 (java) S 2538 2541 10805 0 -1 1077944384 11134 13213 0 0 650 36 5 2 20 0 15 0 408705020 11107291136 194271 33554432000 4194304 4196468 140736113617184 140090157246992 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2596] ppid=2538 vsize=10846964 memory=777084 CPUtime=6.91 cores=1,3,5,7
/proc/2541/task/2596/stat : 2596 (java) S 2538 2541 10805 0 -1 1077944384 13402 13213 0 0 643 41 5 2 20 0 15 0 408705020 11107291136 194271 33554432000 4194304 4196468 140736113617184 140089726732944 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2597] ppid=2538 vsize=10846964 memory=777084 CPUtime=6.89 cores=1,3,5,7
/proc/2541/task/2597/stat : 2597 (java) S 2538 2541 10805 0 -1 1077944384 11889 13213 0 0 643 39 5 2 20 0 15 0 408705020 11107291136 194271 33554432000 4194304 4196468 140736113617184 140089725679888 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2598] ppid=2538 vsize=10846964 memory=777084 CPUtime=6.86 cores=1,3,5,7
/proc/2541/task/2598/stat : 2598 (java) S 2538 2541 10805 0 -1 1077944384 10318 13213 0 0 640 39 5 2 20 0 15 0 408705020 11107291136 194271 33554432000 4194304 4196468 140736113617184 140089724627344 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2599] ppid=2538 vsize=10846964 memory=777084 CPUtime=5.96 cores=1,3,5,7
/proc/2541/task/2599/stat : 2599 (java) S 2538 2541 10805 0 -1 1077944384 13335 13213 0 0 553 36 5 2 20 0 15 0 408705022 11107291136 194271 33554432000 4194304 4196468 140736113617184 140089424874224 140090153015938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2600] ppid=2538 vsize=10846964 memory=3624 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2600/stat : 2600 (java) S 2538 2541 10805 0 -1 1077944384 20 13213 0 0 0 0 5 2 20 0 15 0 408705022 11107291136 194271 33554432000 4194304 4196468 140736113617184 140089216722720 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2601] ppid=2538 vsize=10846964 memory=777084 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2601/stat : 2601 (java) S 2538 2541 10805 0 -1 1077944384 15 13213 0 0 0 0 5 2 20 0 15 0 408705023 11107291136 194271 33554432000 4194304 4196468 140736113617184 140088948286720 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2602] ppid=2538 vsize=10846964 memory=777084 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2602/stat : 2602 (java) S 2538 2541 10805 0 -1 1077944384 3 13213 0 0 0 0 5 2 20 0 15 0 408705025 11107291136 194271 33554432000 4194304 4196468 140736113617184 140088707996112 140090153023387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2603] ppid=2538 vsize=10846964 memory=8112282956445269571 CPUtime=6.56 cores=1,3,5,7
/proc/2541/task/2603/stat : 2603 (java) S 2538 2541 10805 0 -1 1077944384 36504 13213 0 0 643 6 5 2 20 0 15 0 408705025 11107291136 194271 33554432000 4194304 4196468 140736113617184 140089423821040 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2604] ppid=2538 vsize=10846964 memory=777084 CPUtime=6.25 cores=1,3,5,7
/proc/2541/task/2604/stat : 2604 (java) S 2538 2541 10805 0 -1 1077944384 32252 13213 0 0 613 5 5 2 20 0 15 0 408705025 11107291136 194271 33554432000 4194304 4196468 140736113617184 140089422768496 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2605] ppid=2538 vsize=10846964 memory=777084 CPUtime=3.67 cores=1,3,5,7
/proc/2541/task/2605/stat : 2605 (java) S 2538 2541 10805 0 -1 1077944384 24772 13213 0 0 353 7 5 2 20 0 15 0 408705025 11107291136 194271 33554432000 4194304 4196468 140736113617184 140089421715440 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2606] ppid=2538 vsize=10846964 memory=1428 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2606/stat : 2606 (java) S 2538 2541 10805 0 -1 1077944384 3 13213 0 0 0 0 5 2 20 0 15 0 408705025 11107291136 194271 33554432000 4194304 4196468 140736113617184 140088674437472 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2607] ppid=2538 vsize=10846964 memory=4148 CPUtime=1.16 cores=1,3,5,7
/proc/2541/task/2607/stat : 2607 (java) S 2538 2541 10805 0 -1 1077944384 1260 13213 0 0 49 60 5 2 20 0 15 0 408705026 11107291136 194271 33554432000 4194304 4196468 140736113617184 140089420663856 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
Current children cumulated CPU time: 2238.72 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 777084 KiB

[startup+2262.3 s]
/proc/loadavg: 1.89 1.57 1.52 3/226 2990
/proc/meminfo: memFree=25018516/32770624 swapFree=66998520/67108860
[pid=2541] ppid=2538 vsize=10846964 memory=757584 CPUtime=2299.37 cores=1,3,5,7
/proc/2541/stat : 2541 (java) S 2538 2541 10805 0 -1 1077944320 218111 13213 0 0 229658 272 5 2 20 0 15 0 408705011 11107291136 189396 33554432000 4194304 4196468 140736113617184 140736113599728 140090153004791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
/proc/2541/statm: 2711741 189396 3626 1 0 2673805 0
[pid=2541/tid=2594] ppid=2538 vsize=10846964 memory=761688 CPUtime=2247.61 cores=1,3,5,7
/proc/2541/task/2594/stat : 2594 (java) R 2538 2541 10805 0 -1 4202560 59695 13213 0 0 224718 36 5 2 20 0 15 0 408705020 11107291136 189396 33554432000 4194304 4196468 140736113617184 140090124840464 140090136180427 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2595] ppid=2538 vsize=10846964 memory=760664 CPUtime=7.14 cores=1,3,5,7
/proc/2541/task/2595/stat : 2595 (java) S 2538 2541 10805 0 -1 1077944384 11231 13213 0 0 670 37 5 2 20 0 15 0 408705020 11107291136 189396 33554432000 4194304 4196468 140736113617184 140090157246992 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2596] ppid=2538 vsize=10846964 memory=757584 CPUtime=7.12 cores=1,3,5,7
/proc/2541/task/2596/stat : 2596 (java) S 2538 2541 10805 0 -1 1077944384 13506 13213 0 0 663 42 5 2 20 0 15 0 408705020 11107291136 189396 33554432000 4194304 4196468 140736113617184 140089726732944 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2597] ppid=2538 vsize=10846964 memory=757584 CPUtime=7.1 cores=1,3,5,7
/proc/2541/task/2597/stat : 2597 (java) S 2538 2541 10805 0 -1 1077944384 12091 13213 0 0 663 40 5 2 20 0 15 0 408705020 11107291136 189396 33554432000 4194304 4196468 140736113617184 140089725679888 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2598] ppid=2538 vsize=10846964 memory=757584 CPUtime=7.08 cores=1,3,5,7
/proc/2541/task/2598/stat : 2598 (java) S 2538 2541 10805 0 -1 1077944384 10634 13213 0 0 660 41 5 2 20 0 15 0 408705020 11107291136 189396 33554432000 4194304 4196468 140736113617184 140089724627344 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2599] ppid=2538 vsize=10846964 memory=7953755396008143975 CPUtime=6.15 cores=1,3,5,7
/proc/2541/task/2599/stat : 2599 (java) S 2538 2541 10805 0 -1 1077944384 13567 13213 0 0 571 37 5 2 20 0 15 0 408705022 11107291136 189396 33554432000 4194304 4196468 140736113617184 140089424874224 140090153015938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2600] ppid=2538 vsize=10846964 memory=757584 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2600/stat : 2600 (java) S 2538 2541 10805 0 -1 1077944384 20 13213 0 0 0 0 5 2 20 0 15 0 408705022 11107291136 189396 33554432000 4194304 4196468 140736113617184 140089216722720 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2601] ppid=2538 vsize=10846964 memory=757584 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2601/stat : 2601 (java) S 2538 2541 10805 0 -1 1077944384 15 13213 0 0 0 0 5 2 20 0 15 0 408705023 11107291136 189396 33554432000 4194304 4196468 140736113617184 140088948286720 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2602] ppid=2538 vsize=10846964 memory=757584 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2602/stat : 2602 (java) S 2538 2541 10805 0 -1 1077944384 3 13213 0 0 0 0 5 2 20 0 15 0 408705025 11107291136 189396 33554432000 4194304 4196468 140736113617184 140088707996112 140090153023387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2603] ppid=2538 vsize=10846964 memory=757584 CPUtime=6.56 cores=1,3,5,7
/proc/2541/task/2603/stat : 2603 (java) S 2538 2541 10805 0 -1 1077944384 36506 13213 0 0 643 6 5 2 20 0 15 0 408705025 11107291136 189396 33554432000 4194304 4196468 140736113617184 140089423821040 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2604] ppid=2538 vsize=10846964 memory=757584 CPUtime=6.25 cores=1,3,5,7
/proc/2541/task/2604/stat : 2604 (java) S 2538 2541 10805 0 -1 1077944384 32254 13213 0 0 613 5 5 2 20 0 15 0 408705025 11107291136 189396 33554432000 4194304 4196468 140736113617184 140089422768496 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2605] ppid=2538 vsize=10846964 memory=3624 CPUtime=3.67 cores=1,3,5,7
/proc/2541/task/2605/stat : 2605 (java) S 2538 2541 10805 0 -1 1077944384 25114 13213 0 0 353 7 5 2 20 0 15 0 408705025 11107291136 189396 33554432000 4194304 4196468 140736113617184 140089421715440 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2606] ppid=2538 vsize=10846964 memory=757584 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2606/stat : 2606 (java) S 2538 2541 10805 0 -1 1077944384 3 13213 0 0 0 0 5 2 20 0 15 0 408705025 11107291136 189396 33554432000 4194304 4196468 140736113617184 140088674437472 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2607] ppid=2538 vsize=10846964 memory=762204 CPUtime=1.2 cores=1,3,5,7
/proc/2541/task/2607/stat : 2607 (java) S 2538 2541 10805 0 -1 1077944384 1268 13213 0 0 51 62 5 2 20 0 15 0 408705026 11107291136 189396 33554432000 4194304 4196468 140736113617184 140089420663856 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
Current children cumulated CPU time: 2299.37 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 757584 KiB

[startup+2322.3 s]
/proc/loadavg: 2.14 1.73 1.58 3/227 2995
/proc/meminfo: memFree=25085272/32770624 swapFree=66998520/67108860
[pid=2541] ppid=2538 vsize=10846964 memory=757072 CPUtime=2360.1 cores=1,3,5,7
/proc/2541/stat : 2541 (java) S 2538 2541 10805 0 -1 1077944320 219115 13213 0 0 235726 277 5 2 20 0 15 0 408705011 11107291136 189268 33554432000 4194304 4196468 140736113617184 140736113599728 140090153004791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
/proc/2541/statm: 2711741 189268 3626 1 0 2673805 0
[pid=2541/tid=2594] ppid=2538 vsize=10846964 memory=757072 CPUtime=2307.13 cores=1,3,5,7
/proc/2541/task/2594/stat : 2594 (java) R 2538 2541 10805 0 -1 4202560 60169 13213 0 0 230669 37 5 2 20 0 15 0 408705020 11107291136 189268 33554432000 4194304 4196468 140736113617184 140090124840480 140089773765793 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2595] ppid=2538 vsize=10846964 memory=757072 CPUtime=7.4 cores=1,3,5,7
/proc/2541/task/2595/stat : 2595 (java) S 2538 2541 10805 0 -1 1077944384 11313 13213 0 0 694 39 5 2 20 0 15 0 408705020 11107291136 189268 33554432000 4194304 4196468 140736113617184 140090157246992 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2596] ppid=2538 vsize=10846964 memory=757072 CPUtime=7.38 cores=1,3,5,7
/proc/2541/task/2596/stat : 2596 (java) S 2538 2541 10805 0 -1 1077944384 13724 13213 0 0 688 43 5 2 20 0 15 0 408705020 11107291136 189268 33554432000 4194304 4196468 140736113617184 140089726732944 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2597] ppid=2538 vsize=10846964 memory=757072 CPUtime=7.35 cores=1,3,5,7
/proc/2541/task/2597/stat : 2597 (java) S 2538 2541 10805 0 -1 1077944384 12128 13213 0 0 687 41 5 2 20 0 15 0 408705020 11107291136 189268 33554432000 4194304 4196468 140736113617184 140089725679888 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2598] ppid=2538 vsize=10846964 memory=757072 CPUtime=7.31 cores=1,3,5,7
/proc/2541/task/2598/stat : 2598 (java) S 2538 2541 10805 0 -1 1077944384 10670 13213 0 0 682 42 5 2 20 0 15 0 408705020 11107291136 189268 33554432000 4194304 4196468 140736113617184 140089724627344 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2599] ppid=2538 vsize=10846964 memory=757072 CPUtime=6.36 cores=1,3,5,7
/proc/2541/task/2599/stat : 2599 (java) S 2538 2541 10805 0 -1 1077944384 13711 13213 0 0 591 38 5 2 20 0 15 0 408705022 11107291136 189268 33554432000 4194304 4196468 140736113617184 140089424874224 140090153015938 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2600] ppid=2538 vsize=10846964 memory=757072 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2600/stat : 2600 (java) S 2538 2541 10805 0 -1 1077944384 20 13213 0 0 0 0 5 2 20 0 15 0 408705022 11107291136 189268 33554432000 4194304 4196468 140736113617184 140089216722720 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2601] ppid=2538 vsize=10846964 memory=757072 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2601/stat : 2601 (java) S 2538 2541 10805 0 -1 1077944384 15 13213 0 0 0 0 5 2 20 0 15 0 408705023 11107291136 189268 33554432000 4194304 4196468 140736113617184 140088948286720 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2602] ppid=2538 vsize=10846964 memory=757072 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2602/stat : 2602 (java) S 2538 2541 10805 0 -1 1077944384 3 13213 0 0 0 0 5 2 20 0 15 0 408705025 11107291136 189268 33554432000 4194304 4196468 140736113617184 140088707996112 140090153023387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2603] ppid=2538 vsize=10846964 memory=114 CPUtime=6.56 cores=1,3,5,7
/proc/2541/task/2603/stat : 2603 (java) S 2538 2541 10805 0 -1 1077944384 36508 13213 0 0 643 6 5 2 20 0 15 0 408705025 11107291136 189268 33554432000 4194304 4196468 140736113617184 140089423821040 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2604] ppid=2538 vsize=10846964 memory=757072 CPUtime=6.25 cores=1,3,5,7
/proc/2541/task/2604/stat : 2604 (java) S 2538 2541 10805 0 -1 1077944384 32256 13213 0 0 613 5 5 2 20 0 15 0 408705025 11107291136 189268 33554432000 4194304 4196468 140736113617184 140089422768496 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2605] ppid=2538 vsize=10846964 memory=757072 CPUtime=3.68 cores=1,3,5,7
/proc/2541/task/2605/stat : 2605 (java) S 2538 2541 10805 0 -1 1077944384 25117 13213 0 0 353 8 5 2 20 0 15 0 408705025 11107291136 189268 33554432000 4194304 4196468 140736113617184 140089421715440 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2606] ppid=2538 vsize=10846964 memory=757072 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2606/stat : 2606 (java) S 2538 2541 10805 0 -1 1077944384 3 13213 0 0 0 0 5 2 20 0 15 0 408705025 11107291136 189268 33554432000 4194304 4196468 140736113617184 140088674437472 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2607] ppid=2538 vsize=10846964 memory=1056 CPUtime=1.23 cores=1,3,5,7
/proc/2541/task/2607/stat : 2607 (java) S 2538 2541 10805 0 -1 1077944384 1274 13213 0 0 52 64 5 2 20 0 15 0 408705026 11107291136 189268 33554432000 4194304 4196468 140736113617184 140089420663856 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
Current children cumulated CPU time: 2360.1 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 757072 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2361.8 s]
/proc/loadavg: 1.98 1.75 1.59 3/227 2999
/proc/meminfo: memFree=25129240/32770624 swapFree=66998520/67108860
[pid=2541] ppid=2538 vsize=10846964 memory=755532 CPUtime=2400.06 cores=1,3,5,7
/proc/2541/stat : 2541 (java) S 2538 2541 10805 0 -1 1077944320 219889 13213 0 0 239718 281 5 2 20 0 15 0 408705011 11107291136 188883 33554432000 4194304 4196468 140736113617184 140736113599728 140090153004791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
/proc/2541/statm: 2711741 188883 3626 1 0 2673805 0
[pid=2541/tid=2594] ppid=2538 vsize=10846964 memory=1204 CPUtime=2346.31 cores=1,3,5,7
/proc/2541/task/2594/stat : 2594 (java) R 2538 2541 10805 0 -1 4202560 60468 13213 0 0 234587 37 5 2 20 0 15 0 408705020 11107291136 188883 33554432000 4194304 4196468 140736113617184 140090124839232 140089773266708 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2595] ppid=2538 vsize=10846964 memory=1536 CPUtime=7.55 cores=1,3,5,7
/proc/2541/task/2595/stat : 2595 (java) S 2538 2541 10805 0 -1 1077944384 11350 13213 0 0 709 39 5 2 20 0 15 0 408705020 11107291136 188883 33554432000 4194304 4196468 140736113617184 140090157246992 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2596] ppid=2538 vsize=10846964 memory=9592 CPUtime=7.53 cores=1,3,5,7
/proc/2541/task/2596/stat : 2596 (java) S 2538 2541 10805 0 -1 1077944384 13780 13213 0 0 703 43 5 2 20 0 15 0 408705020 11107291136 188883 33554432000 4194304 4196468 140736113617184 140089726732944 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2597] ppid=2538 vsize=10846964 memory=2828 CPUtime=7.5 cores=1,3,5,7
/proc/2541/task/2597/stat : 2597 (java) S 2538 2541 10805 0 -1 1077944384 12209 13213 0 0 702 41 5 2 20 0 15 0 408705020 11107291136 188883 33554432000 4194304 4196468 140736113617184 140089725679888 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2598] ppid=2538 vsize=10846964 memory=780 CPUtime=7.47 cores=1,3,5,7
/proc/2541/task/2598/stat : 2598 (java) S 2538 2541 10805 0 -1 1077944384 10881 13213 0 0 697 43 5 2 20 0 15 0 408705020 11107291136 188883 33554432000 4194304 4196468 140736113617184 140089724627344 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2599] ppid=2538 vsize=10846964 memory=620 CPUtime=6.49 cores=1,3,5,7
/proc/2541/task/2599/stat : 2599 (java) S 2538 2541 10805 0 -1 1077944384 13787 13213 0 0 603 39 5 2 20 0 15 0 408705022 11107291136 188883 33554432000 4194304 4196468 140736113617184 140089424874224 140090153015938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2600] ppid=2538 vsize=10846964 memory=3624 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2600/stat : 2600 (java) S 2538 2541 10805 0 -1 1077944384 20 13213 0 0 0 0 5 2 20 0 15 0 408705022 11107291136 188883 33554432000 4194304 4196468 140736113617184 140089216722720 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2601] ppid=2538 vsize=10846964 memory=38320 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2601/stat : 2601 (java) S 2538 2541 10805 0 -1 1077944384 15 13213 0 0 0 0 5 2 20 0 15 0 408705023 11107291136 188883 33554432000 4194304 4196468 140736113617184 140088948286720 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2602] ppid=2538 vsize=10846964 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2602/stat : 2602 (java) S 2538 2541 10805 0 -1 1077944384 3 13213 0 0 0 0 5 2 20 0 15 0 408705025 11107291136 188883 33554432000 4194304 4196468 140736113617184 140088707996112 140090153023387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2603] ppid=2538 vsize=10846964 memory=33 CPUtime=6.56 cores=1,3,5,7
/proc/2541/task/2603/stat : 2603 (java) S 2538 2541 10805 0 -1 1077944384 36508 13213 0 0 643 6 5 2 20 0 15 0 408705025 11107291136 188883 33554432000 4194304 4196468 140736113617184 140089423821040 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2604] ppid=2538 vsize=10846964 memory=-2276395272229541278 CPUtime=6.25 cores=1,3,5,7
/proc/2541/task/2604/stat : 2604 (java) S 2538 2541 10805 0 -1 1077944384 32256 13213 0 0 613 5 5 2 20 0 15 0 408705025 11107291136 188883 33554432000 4194304 4196468 140736113617184 140089422768496 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2605] ppid=2538 vsize=10846964 memory=6943526294502006880 CPUtime=3.68 cores=1,3,5,7
/proc/2541/task/2605/stat : 2605 (java) S 2538 2541 10805 0 -1 1077944384 25117 13213 0 0 353 8 5 2 20 0 15 0 408705025 11107291136 188883 33554432000 4194304 4196468 140736113617184 140089421715440 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2606] ppid=2538 vsize=10846964 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/2541/task/2606/stat : 2606 (java) S 2538 2541 10805 0 -1 1077944384 3 13213 0 0 0 0 5 2 20 0 15 0 408705025 11107291136 188883 33554432000 4194304 4196468 140736113617184 140088674437472 140090153014997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
[pid=2541/tid=2607] ppid=2538 vsize=10846964 memory=4148 CPUtime=1.25 cores=1,3,5,7
/proc/2541/task/2607/stat : 2607 (java) S 2538 2541 10805 0 -1 1077944384 1288 13213 0 0 53 65 5 2 20 0 15 0 408705026 11107291136 188883 33554432000 4194304 4196468 140736113617184 140089420663856 140090153015938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9969664 140736113625845 140736113628357 140736113628357 140736113631183 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 755532 KiB

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

[startup+2361.83 s]
# the end of solver process 2541 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.27 s, system=2.84663 s

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

Child status: 143
Real time (s): 2361.83
CPU time (s): 2400.12
CPU user time (s): 2397.27
CPU system time (s): 2.84663
CPU usage (%): 101.621
Max. virtual memory (cumulated for all children) (KiB): 10849656
Max. memory (cumulated for all children) (KiB): 1062704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.27
system time used= 2.84663
maximum resident set size= 1064780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233865
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 198506
involuntary context switches= 7728


# summary of solver processes directly reported to runsolver:
#   pid: 2541
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2397.27
#   total CPU system time (s): 2.84663

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.93423 second user time and 26.5219 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-12 23:38:41
IDJOB=4392190
IDBENCH=137043
IDSOLVER=2837
FILE ID=node127/4392190-1568324361
RUNJOBID= node127-1568305960-30577
PBS_JOBID= 21701110
Free space on /tmp= 58788 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-fu/BinPacking-tab-fu0120-04.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392190-1568324361/watcher-4392190-1568324361 -o /tmp/evaluation-result-4392190-1568324361/solver-4392190-1568324361 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568305960-30577 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1656571855 HOME/instance-4392190-1568324361.xml

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

MD5SUM BENCH= 2e923e7e276bbb1d78c8186edf745710
RANDOM SEED=1656571855

node127.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27809712 kB
MemAvailable:   31247928 kB
Buffers:          118192 kB
Cached:          3578904 kB
SwapCached:         6780 kB
Active:          2664092 kB
Inactive:        1661128 kB
Active(anon):     620472 kB
Inactive(anon):    48964 kB
Active(file):    2043620 kB
Inactive(file):  1612164 kB
Unevictable:      108880 kB
Mlocked:          108880 kB
SwapTotal:      67108860 kB
SwapFree:       66998520 kB
Dirty:             35324 kB
Writeback:            16 kB
AnonPages:        732168 kB
Mapped:            56772 kB
Shmem:             32692 kB
Slab:             226444 kB
SReclaimable:     196532 kB
SUnreclaim:        29912 kB
KernelStack:        3712 kB
PageTables:         6600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1840680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    643072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 58752 MiB
End job on node127 at 2019-09-13 00:18:03