Trace number 4396575

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.15 2357.26

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-75.xml
MD5SUM9cdf82428becd6b5ad716031980a59d2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size47
Distribution of domain sizes[{"size":23,"count":1},{"size":47,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints22
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396575-1568406251/watcher-4396575-1568406251 -o /tmp/evaluation-result-4396575-1568406251/solver-4396575-1568406251 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568393448-7559 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1364821805 HOME/instance-4396575-1568406251.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=11222, runsolver pid=11219

[startup+0.100121 s]*
/proc/loadavg: 0.96 1.20 1.31 4/219 11279
/proc/meminfo: memFree=30196364/32770624 swapFree=66946464/67108860
[pid=11222] ppid=11219 vsize=9972712 memory=16812 CPUtime=0.09 cores=1,3,5,7
/proc/11222/stat : 11222 (java) S 11219 11222 6494 0 -1 1077944320 4447 13539 0 0 1 1 5 2 20 0 6 0 416567142 10212057088 4203 33554432000 4194304 4196468 140728735277392 140728735259936 140015222988535 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
/proc/11222/statm: 2493178 4203 1935 1 0 2481616 0
[pid=11222/tid=11275] ppid=11219 vsize=9972712 memory=7892391828772250251 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11275/stat : 11275 (java) R 11219 11222 6494 0 -1 4202560 2264 13539 0 0 0 0 5 2 20 0 6 0 416567151 10212057088 4203 33554432000 4194304 4196468 140728735277392 140015194825296 140015207069022 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11276] ppid=11219 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11276/stat : 11276 (java) S 11219 11222 6494 0 -1 1077944384 1 13539 0 0 0 0 5 2 20 0 6 0 416567152 10212057088 4203 33554432000 4194304 4196468 140728735277392 140015227230608 140015222998741 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11277] ppid=11219 vsize=9972712 memory=140164234323584 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11277/stat : 11277 (java) S 11219 11222 6494 0 -1 1077944384 1 13539 0 0 0 0 5 2 20 0 6 0 416567152 10212057088 4203 33554432000 4194304 4196468 140728735277392 140015131433232 140015222998741 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11278] ppid=11219 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11278/stat : 11278 (java) S 11219 11222 6494 0 -1 1077944384 1 13539 0 0 0 0 5 2 20 0 6 0 416567152 10212057088 4203 33554432000 4194304 4196468 140728735277392 140015130380944 140015222998741 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11279] ppid=11219 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11279/stat : 11279 (java) S 11219 11222 6494 0 -1 1077944384 2 13539 0 0 0 0 5 2 20 0 6 0 416567152 10212057088 4203 33554432000 4194304 4196468 140728735277392 140014793841168 140015222998741 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210216 s]*
/proc/loadavg: 0.96 1.20 1.31 4/228 11288
/proc/meminfo: memFree=30171124/32770624 swapFree=66946464/67108860
[pid=11222] ppid=11219 vsize=10819664 memory=43732 CPUtime=0.25 cores=1,3,5,7
/proc/11222/stat : 11222 (java) S 11219 11222 6494 0 -1 1077944320 7209 13539 0 0 16 2 5 2 20 0 15 0 416567142 11079335936 10933 33554432000 4194304 4196468 140728735277392 140728735259936 140015222988535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
/proc/11222/statm: 2704916 10933 3168 1 0 2667149 0
[pid=11222/tid=11275] ppid=11219 vsize=10819664 memory=7822038051842263955 CPUtime=0.18 cores=1,3,5,7
/proc/11222/task/11275/stat : 11275 (java) R 11219 11222 6494 0 -1 4202560 3705 13539 0 0 10 1 5 2 20 0 15 0 416567151 11079335936 10933 33554432000 4194304 4196468 140728735277392 140015194794888 140015223010461 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11276] ppid=11219 vsize=10819664 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11276/stat : 11276 (java) S 11219 11222 6494 0 -1 1077944384 1 13539 0 0 0 0 5 2 20 0 15 0 416567152 11079335936 10933 33554432000 4194304 4196468 140728735277392 140015227230608 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11277] ppid=11219 vsize=10819664 memory=140164234323584 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11277/stat : 11277 (java) S 11219 11222 6494 0 -1 1077944384 1 13539 0 0 0 0 5 2 20 0 15 0 416567152 11079335936 10933 33554432000 4194304 4196468 140728735277392 140015131433232 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11278] ppid=11219 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11278/stat : 11278 (java) S 11219 11222 6494 0 -1 1077944384 1 13539 0 0 0 0 5 2 20 0 15 0 416567152 11079335936 10933 33554432000 4194304 4196468 140728735277392 140015130380944 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11279] ppid=11219 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11279/stat : 11279 (java) S 11219 11222 6494 0 -1 1077944384 2 13539 0 0 0 0 5 2 20 0 15 0 416567152 11079335936 10933 33554432000 4194304 4196468 140728735277392 140014793841168 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11280] ppid=11219 vsize=10819664 memory=140164234323584 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11280/stat : 11280 (java) S 11219 11222 6494 0 -1 1077944384 2 13539 0 0 0 0 5 2 20 0 15 0 416567154 11079335936 10933 33554432000 4194304 4196468 140728735277392 140014749588080 140015222999682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11281] ppid=11219 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11281/stat : 11281 (java) S 11219 11222 6494 0 -1 1077944384 13 13539 0 0 0 0 5 2 20 0 15 0 416567154 11079335936 10933 33554432000 4194304 4196468 140728735277392 140014658774304 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11282] ppid=11219 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11282/stat : 11282 (java) S 11219 11222 6494 0 -1 1077944384 1 13539 0 0 0 0 5 2 20 0 15 0 416567154 11079335936 10933 33554432000 4194304 4196468 140728735277392 140014524556912 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11283] ppid=11219 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11283/stat : 11283 (java) S 11219 11222 6494 0 -1 1077944384 2 13539 0 0 0 0 5 2 20 0 15 0 416567157 11079335936 10933 33554432000 4194304 4196468 140728735277392 140013920578128 140015223007131 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11284] ppid=11219 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11222/task/11284/stat : 11284 (java) S 11219 11222 6494 0 -1 1077944384 597 13539 0 0 1 0 5 2 20 0 15 0 416567157 11079335936 10933 33554432000 4194304 4196468 140728735277392 140014748534896 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11285] ppid=11219 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11285/stat : 11285 (java) S 11219 11222 6494 0 -1 1077944384 53 13539 0 0 0 0 5 2 20 0 15 0 416567157 11079335936 10933 33554432000 4194304 4196468 140728735277392 140014747482096 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11286] ppid=11219 vsize=10819664 memory=140164234323584 CPUtime=0.1 cores=1,3,5,7
/proc/11222/task/11286/stat : 11286 (java) R 11219 11222 6494 0 -1 4202560 620 13539 0 0 3 0 5 2 20 0 15 0 416567157 11079335936 10933 33554432000 4194304 4196468 140728735277392 140014746429808 140015215225662 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11287] ppid=11219 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11287/stat : 11287 (java) S 11219 11222 6494 0 -1 1077944384 3 13539 0 0 0 0 5 2 20 0 15 0 416567157 11079335936 10933 33554432000 4194304 4196468 140728735277392 140013450815968 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11288] ppid=11219 vsize=10819664 memory=140164234323584 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11288/stat : 11288 (java) S 11219 11222 6494 0 -1 1077944384 1 13539 0 0 0 0 5 2 20 0 15 0 416567158 11079335936 10933 33554432000 4194304 4196468 140728735277392 140014745377712 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 43732 KiB

[startup+0.310402 s]*
/proc/loadavg: 0.96 1.20 1.31 3/228 11288
/proc/meminfo: memFree=30158572/32770624 swapFree=66946464/67108860
[pid=11222] ppid=11219 vsize=10820148 memory=54848 CPUtime=0.39 cores=1,3,5,7
/proc/11222/stat : 11222 (java) S 11219 11222 6494 0 -1 1077944320 10916 13539 0 0 28 4 5 2 20 0 15 0 416567142 11079831552 13712 33554432000 4194304 4196468 140728735277392 140728735259936 140015222988535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
/proc/11222/statm: 2705037 13712 3300 1 0 2667149 0
[pid=11222/tid=11275] ppid=11219 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/11222/task/11275/stat : 11275 (java) R 11219 11222 6494 0 -1 4202560 7397 13539 0 0 18 3 5 2 20 0 15 0 416567151 11079831552 13712 33554432000 4194304 4196468 140728735277392 140015194788448 140015207069022 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11276] ppid=11219 vsize=10820148 memory=5939512809353209186 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11276/stat : 11276 (java) S 11219 11222 6494 0 -1 1077944384 1 13539 0 0 0 0 5 2 20 0 15 0 416567152 11079831552 13712 33554432000 4194304 4196468 140728735277392 140015227230608 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11277] ppid=11219 vsize=10820148 memory=5787213827347079232 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11277/stat : 11277 (java) S 11219 11222 6494 0 -1 1077944384 1 13539 0 0 0 0 5 2 20 0 15 0 416567152 11079831552 13712 33554432000 4194304 4196468 140728735277392 140015131433232 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11278] ppid=11219 vsize=10820148 memory=7649539531161749441 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11278/stat : 11278 (java) S 11219 11222 6494 0 -1 1077944384 1 13539 0 0 0 0 5 2 20 0 15 0 416567152 11079831552 13712 33554432000 4194304 4196468 140728735277392 140015130380944 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11279] ppid=11219 vsize=10820148 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11279/stat : 11279 (java) S 11219 11222 6494 0 -1 1077944384 2 13539 0 0 0 0 5 2 20 0 15 0 416567152 11079831552 13712 33554432000 4194304 4196468 140728735277392 140014793841168 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11280] ppid=11219 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11280/stat : 11280 (java) S 11219 11222 6494 0 -1 1077944384 2 13539 0 0 0 0 5 2 20 0 15 0 416567154 11079831552 13712 33554432000 4194304 4196468 140728735277392 140014749588080 140015222999682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11281] ppid=11219 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11281/stat : 11281 (java) S 11219 11222 6494 0 -1 1077944384 13 13539 0 0 0 0 5 2 20 0 15 0 416567154 11079831552 13712 33554432000 4194304 4196468 140728735277392 140014658774304 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11282] ppid=11219 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11282/stat : 11282 (java) S 11219 11222 6494 0 -1 1077944384 1 13539 0 0 0 0 5 2 20 0 15 0 416567154 11079831552 13712 33554432000 4194304 4196468 140728735277392 140014524556912 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11283] ppid=11219 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11283/stat : 11283 (java) S 11219 11222 6494 0 -1 1077944384 2 13539 0 0 0 0 5 2 20 0 15 0 416567157 11079831552 13712 33554432000 4194304 4196468 140728735277392 140013920578128 140015223007131 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11284] ppid=11219 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11222/task/11284/stat : 11284 (java) S 11219 11222 6494 0 -1 1077944384 606 13539 0 0 2 0 5 2 20 0 15 0 416567157 11079831552 13712 33554432000 4194304 4196468 140728735277392 140014748534896 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11285] ppid=11219 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11222/task/11285/stat : 11285 (java) S 11219 11222 6494 0 -1 1077944384 54 13539 0 0 1 0 5 2 20 0 15 0 416567157 11079831552 13712 33554432000 4194304 4196468 140728735277392 140014747482096 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11286] ppid=11219 vsize=10820148 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/11222/task/11286/stat : 11286 (java) S 11219 11222 6494 0 -1 1077944384 628 13539 0 0 5 0 5 2 20 0 15 0 416567157 11079831552 13712 33554432000 4194304 4196468 140728735277392 140014746429808 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11287] ppid=11219 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11287/stat : 11287 (java) S 11219 11222 6494 0 -1 1077944384 3 13539 0 0 0 0 5 2 20 0 15 0 416567157 11079831552 13712 33554432000 4194304 4196468 140728735277392 140013450815968 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11288] ppid=11219 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11288/stat : 11288 (java) S 11219 11222 6494 0 -1 1077944384 1 13539 0 0 0 0 5 2 20 0 15 0 416567158 11079831552 13712 33554432000 4194304 4196468 140728735277392 140014745377712 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 54848 KiB

[startup+0.70078 s]
/proc/loadavg: 0.96 1.20 1.31 3/228 11288
/proc/meminfo: memFree=30144632/32770624 swapFree=66946464/67108860
[pid=11222] ppid=11219 vsize=10824360 memory=87628 CPUtime=1.06 cores=1,3,5,7
/proc/11222/stat : 11222 (java) S 11219 11222 6494 0 -1 1077944320 15053 13539 0 0 93 6 5 2 20 0 15 0 416567142 11084144640 21907 33554432000 4194304 4196468 140728735277392 140728735259936 140015222988535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
/proc/11222/statm: 2706090 21907 3511 1 0 2668173 0
[pid=11222/tid=11275] ppid=11219 vsize=10824360 memory=2241 CPUtime=0.65 cores=1,3,5,7
/proc/11222/task/11275/stat : 11275 (java) R 11219 11222 6494 0 -1 4202560 10479 13539 0 0 54 4 5 2 20 0 15 0 416567151 11084144640 21907 33554432000 4194304 4196468 140728735277392 140015194818080 140015207069022 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11276] ppid=11219 vsize=10824360 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11276/stat : 11276 (java) S 11219 11222 6494 0 -1 1077944384 1 13539 0 0 0 0 5 2 20 0 15 0 416567152 11084144640 21907 33554432000 4194304 4196468 140728735277392 140015227230608 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11277] ppid=11219 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11277/stat : 11277 (java) S 11219 11222 6494 0 -1 1077944384 1 13539 0 0 0 0 5 2 20 0 15 0 416567152 11084144640 21907 33554432000 4194304 4196468 140728735277392 140015131433232 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11278] ppid=11219 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11278/stat : 11278 (java) S 11219 11222 6494 0 -1 1077944384 1 13539 0 0 0 0 5 2 20 0 15 0 416567152 11084144640 21907 33554432000 4194304 4196468 140728735277392 140015130380944 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11279] ppid=11219 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11279/stat : 11279 (java) S 11219 11222 6494 0 -1 1077944384 2 13539 0 0 0 0 5 2 20 0 15 0 416567152 11084144640 21907 33554432000 4194304 4196468 140728735277392 140014793841168 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11280] ppid=11219 vsize=10824360 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11280/stat : 11280 (java) S 11219 11222 6494 0 -1 1077944384 5 13539 0 0 0 0 5 2 20 0 15 0 416567154 11084144640 21907 33554432000 4194304 4196468 140728735277392 140014749588080 140015222999682 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11281] ppid=11219 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11281/stat : 11281 (java) S 11219 11222 6494 0 -1 1077944384 13 13539 0 0 0 0 5 2 20 0 15 0 416567154 11084144640 21907 33554432000 4194304 4196468 140728735277392 140014658774304 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11282] ppid=11219 vsize=10824360 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11282/stat : 11282 (java) S 11219 11222 6494 0 -1 1077944384 1 13539 0 0 0 0 5 2 20 0 15 0 416567154 11084144640 21907 33554432000 4194304 4196468 140728735277392 140014524556912 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11283] ppid=11219 vsize=10824360 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11283/stat : 11283 (java) S 11219 11222 6494 0 -1 1077944384 2 13539 0 0 0 0 5 2 20 0 15 0 416567157 11084144640 21907 33554432000 4194304 4196468 140728735277392 140013920578128 140015223007131 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11284] ppid=11219 vsize=10824360 memory=140164110256016 CPUtime=0.19 cores=1,3,5,7
/proc/11222/task/11284/stat : 11284 (java) S 11219 11222 6494 0 -1 1077944384 1060 13539 0 0 12 0 5 2 20 0 15 0 416567157 11084144640 21907 33554432000 4194304 4196468 140728735277392 140014748534896 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11285] ppid=11219 vsize=10824360 memory=24964 CPUtime=0.16 cores=1,3,5,7
/proc/11222/task/11285/stat : 11285 (java) R 11219 11222 6494 0 -1 4202560 412 13539 0 0 9 0 5 2 20 0 15 0 416567157 11084144640 21907 33554432000 4194304 4196468 140728735277392 140014747482096 140015203690182 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11286] ppid=11219 vsize=10824360 memory=2244 CPUtime=0.24 cores=1,3,5,7
/proc/11222/task/11286/stat : 11286 (java) S 11219 11222 6494 0 -1 1077944384 864 13539 0 0 17 0 5 2 20 0 15 0 416567157 11084144640 21907 33554432000 4194304 4196468 140728735277392 140014746429808 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11287] ppid=11219 vsize=10824360 memory=140164110253424 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11287/stat : 11287 (java) S 11219 11222 6494 0 -1 1077944384 3 13539 0 0 0 0 5 2 20 0 15 0 416567157 11084144640 21907 33554432000 4194304 4196468 140728735277392 140013450815968 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11288] ppid=11219 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11288/stat : 11288 (java) S 11219 11222 6494 0 -1 1077944384 1 13539 0 0 0 0 5 2 20 0 15 0 416567158 11084144640 21907 33554432000 4194304 4196468 140728735277392 140014745377712 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
Current children cumulated CPU time: 1.06 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 87628 KiB

[startup+1.50122 s]
/proc/loadavg: 0.96 1.20 1.31 3/228 11288
/proc/meminfo: memFree=29924884/32770624 swapFree=66946464/67108860
[pid=11222] ppid=11219 vsize=10826484 memory=1109724 CPUtime=2.72 cores=1,3,5,7
/proc/11222/stat : 11222 (java) S 11219 11222 6494 0 -1 1077944320 18156 13539 0 0 218 47 5 2 20 0 15 0 416567142 11086319616 276919 33554432000 4194304 4196468 140728735277392 140728735259936 140015222988535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
/proc/11222/statm: 2706621 277431 3572 1 0 2668685 0
[pid=11222/tid=11275] ppid=11219 vsize=10826484 memory=15 CPUtime=1.32 cores=1,3,5,7
/proc/11222/task/11275/stat : 11275 (java) R 11219 11222 6494 0 -1 4202560 12351 13539 0 0 107 18 5 2 20 0 15 0 416567151 11086319616 277431 33554432000 4194304 4196468 140728735277392 140015194820304 140014812159290 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11276] ppid=11219 vsize=10826484 memory=21 CPUtime=0.18 cores=1,3,5,7
/proc/11222/task/11276/stat : 11276 (java) S 11219 11222 6494 0 -1 1077944384 229 13539 0 0 5 6 5 2 20 0 15 0 416567152 11086319616 277431 33554432000 4194304 4196468 140728735277392 140015227230608 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11277] ppid=11219 vsize=10826484 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/11222/task/11277/stat : 11277 (java) S 11219 11222 6494 0 -1 1077944384 116 13539 0 0 4 6 5 2 20 0 15 0 416567152 11086319616 277431 33554432000 4194304 4196468 140728735277392 140015131433232 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11278] ppid=11219 vsize=10826484 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/11222/task/11278/stat : 11278 (java) S 11219 11222 6494 0 -1 1077944384 116 13539 0 0 4 6 5 2 20 0 15 0 416567152 11086319616 277431 33554432000 4194304 4196468 140728735277392 140015130380944 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11279] ppid=11219 vsize=10826484 memory=186356 CPUtime=0.18 cores=1,3,5,7
/proc/11222/task/11279/stat : 11279 (java) S 11219 11222 6494 0 -1 1077944384 232 13539 0 0 5 6 5 2 20 0 15 0 416567152 11086319616 277431 33554432000 4194304 4196468 140728735277392 140014793841168 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11280] ppid=11219 vsize=10826484 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11280/stat : 11280 (java) S 11219 11222 6494 0 -1 1077944384 85 13539 0 0 0 0 5 2 20 0 15 0 416567154 11086319616 277431 33554432000 4194304 4196468 140728735277392 140014749588080 140015222999682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11281] ppid=11219 vsize=10826484 memory=6297275089713713762 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11281/stat : 11281 (java) S 11219 11222 6494 0 -1 1077944384 14 13539 0 0 0 0 5 2 20 0 15 0 416567154 11086319616 277431 33554432000 4194304 4196468 140728735277392 140014658774368 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11282] ppid=11219 vsize=10826484 memory=8099279071481324135 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11282/stat : 11282 (java) S 11219 11222 6494 0 -1 1077944384 3 13539 0 0 0 0 5 2 20 0 15 0 416567154 11086319616 277431 33554432000 4194304 4196468 140728735277392 140014524556928 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11283] ppid=11219 vsize=10826484 memory=7012792250025928553 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11283/stat : 11283 (java) S 11219 11222 6494 0 -1 1077944384 2 13539 0 0 0 0 5 2 20 0 15 0 416567157 11086319616 277431 33554432000 4194304 4196468 140728735277392 140013920578128 140015223007131 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11284] ppid=11219 vsize=10826484 memory=5789193038506583128 CPUtime=0.37 cores=1,3,5,7
/proc/11222/task/11284/stat : 11284 (java) R 11219 11222 6494 0 -1 4202560 1183 13539 0 0 30 0 5 2 20 0 15 0 416567157 11086319616 277431 33554432000 4194304 4196468 140728735277392 140014748531264 140015222989209 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11285] ppid=11219 vsize=10826484 memory=8026937807973274476 CPUtime=0.36 cores=1,3,5,7
/proc/11222/task/11285/stat : 11285 (java) R 11219 11222 6494 0 -1 4202560 474 13539 0 0 29 0 5 2 20 0 15 0 416567157 11086319616 277431 33554432000 4194304 4196468 140728735277392 140014747482096 140015207916565 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11286] ppid=11219 vsize=10826484 memory=6297275089713713762 CPUtime=0.36 cores=1,3,5,7
/proc/11222/task/11286/stat : 11286 (java) S 11219 11222 6494 0 -1 1077944384 1138 13539 0 0 29 0 5 2 20 0 15 0 416567157 11086319616 277431 33554432000 4194304 4196468 140728735277392 140014746429808 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11287] ppid=11219 vsize=10826484 memory=6297275089713713762 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11287/stat : 11287 (java) S 11219 11222 6494 0 -1 1077944384 3 13539 0 0 0 0 5 2 20 0 15 0 416567157 11086319616 277431 33554432000 4194304 4196468 140728735277392 140013450815968 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11288] ppid=11219 vsize=10826484 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11288/stat : 11288 (java) S 11219 11222 6494 0 -1 1077944384 1 13539 0 0 0 0 5 2 20 0 15 0 416567158 11086319616 277431 33554432000 4194304 4196468 140728735277392 140014745377712 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 10826484 KiB

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

/proc/11222/task/11275/stat : 11275 (java) R 11219 11222 6494 0 -1 4202560 372421 13539 0 0 219062 75 5 2 20 0 15 0 416567151 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140015194814016 140014814856129 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11276] ppid=11219 vsize=10846984 memory=4167396 CPUtime=8.5 cores=1,3,5,7
/proc/11222/task/11276/stat : 11276 (java) S 11219 11222 6494 0 -1 1077944384 39704 13539 0 0 804 39 5 2 20 0 15 0 416567152 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140015227230608 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11277] ppid=11219 vsize=10846984 memory=4167396 CPUtime=8.49 cores=1,3,5,7
/proc/11222/task/11277/stat : 11277 (java) S 11219 11222 6494 0 -1 1077944384 45043 13539 0 0 805 37 5 2 20 0 15 0 416567152 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140015131433232 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11278] ppid=11219 vsize=10846984 memory=4167396 CPUtime=8.5 cores=1,3,5,7
/proc/11222/task/11278/stat : 11278 (java) S 11219 11222 6494 0 -1 1077944384 40062 13539 0 0 803 40 5 2 20 0 15 0 416567152 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140015130380944 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11279] ppid=11219 vsize=10846984 memory=4167396 CPUtime=8.44 cores=1,3,5,7
/proc/11222/task/11279/stat : 11279 (java) S 11219 11222 6494 0 -1 1077944384 41022 13539 0 0 798 39 5 2 20 0 15 0 416567152 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014793841168 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11280] ppid=11219 vsize=10846984 memory=4167396 CPUtime=2.09 cores=1,3,5,7
/proc/11222/task/11280/stat : 11280 (java) S 11219 11222 6494 0 -1 1077944384 16596 13539 0 0 194 8 5 2 20 0 15 0 416567154 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014749588080 140015222999682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11281] ppid=11219 vsize=10846984 memory=222259 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11281/stat : 11281 (java) S 11219 11222 6494 0 -1 1077944384 25 13539 0 0 0 0 5 2 20 0 15 0 416567154 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014658774432 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11282] ppid=11219 vsize=10846984 memory=4167396 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11282/stat : 11282 (java) S 11219 11222 6494 0 -1 1077944384 14 13539 0 0 0 0 5 2 20 0 15 0 416567154 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014524556928 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11283] ppid=11219 vsize=10846984 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11283/stat : 11283 (java) S 11219 11222 6494 0 -1 1077944384 2 13539 0 0 0 0 5 2 20 0 15 0 416567157 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140013920578128 140015223007131 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11284] ppid=11219 vsize=10846984 memory=4167396 CPUtime=5.79 cores=1,3,5,7
/proc/11222/task/11284/stat : 11284 (java) S 11219 11222 6494 0 -1 1077944384 33882 13539 0 0 568 4 5 2 20 0 15 0 416567157 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014748534896 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11285] ppid=11219 vsize=10846984 memory=4167396 CPUtime=6.8 cores=1,3,5,7
/proc/11222/task/11285/stat : 11285 (java) S 11219 11222 6494 0 -1 1077944384 43572 13539 0 0 669 4 5 2 20 0 15 0 416567157 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014747482096 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11286] ppid=11219 vsize=10846984 memory=4169448 CPUtime=2.01 cores=1,3,5,7
/proc/11222/task/11286/stat : 11286 (java) S 11219 11222 6494 0 -1 1077944384 18089 13539 0 0 189 5 5 2 20 0 15 0 416567157 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014746429808 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11287] ppid=11219 vsize=10846984 memory=1552 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11287/stat : 11287 (java) S 11219 11222 6494 0 -1 1077944384 3 13539 0 0 0 0 5 2 20 0 15 0 416567157 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140013450815968 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11288] ppid=11219 vsize=10846984 memory=824 CPUtime=1.31 cores=1,3,5,7
/proc/11222/task/11288/stat : 11288 (java) S 11219 11222 6494 0 -1 1077944384 1948 13539 0 0 63 61 5 2 20 0 15 0 416567158 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014745377712 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
Current children cumulated CPU time: 2242.87 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 4167396 KiB

[startup+2262.3 s]
/proc/loadavg: 1.82 1.72 1.61 3/229 11654
/proc/meminfo: memFree=23833660/32770624 swapFree=66946588/67108860
[pid=11222] ppid=11219 vsize=10846984 memory=4167396 CPUtime=2303.73 cores=1,3,5,7
/proc/11222/stat : 11222 (java) S 11219 11222 6494 0 -1 1077944320 661349 13539 0 0 230058 308 5 2 20 0 15 0 416567142 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140728735259936 140015222988535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
/proc/11222/statm: 2711746 1041849 3628 1 0 2673805 0
[pid=11222/tid=11275] ppid=11219 vsize=10846984 memory=4167396 CPUtime=2251.15 cores=1,3,5,7
/proc/11222/task/11275/stat : 11275 (java) R 11219 11222 6494 0 -1 4202560 374424 13539 0 0 225032 76 5 2 20 0 15 0 416567151 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140015194823552 140014824723260 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11276] ppid=11219 vsize=10846984 memory=280328221587680 CPUtime=8.78 cores=1,3,5,7
/proc/11222/task/11276/stat : 11276 (java) S 11219 11222 6494 0 -1 1077944384 40153 13539 0 0 831 40 5 2 20 0 15 0 416567152 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140015227230608 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11277] ppid=11219 vsize=10846984 memory=868 CPUtime=8.76 cores=1,3,5,7
/proc/11222/task/11277/stat : 11277 (java) S 11219 11222 6494 0 -1 1077944384 45570 13539 0 0 832 37 5 2 20 0 15 0 416567152 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140015131433232 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11278] ppid=11219 vsize=10846984 memory=164 CPUtime=8.77 cores=1,3,5,7
/proc/11222/task/11278/stat : 11278 (java) S 11219 11222 6494 0 -1 1077944384 41831 13539 0 0 830 40 5 2 20 0 15 0 416567152 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140015130380944 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11279] ppid=11219 vsize=10846984 memory=4167396 CPUtime=8.72 cores=1,3,5,7
/proc/11222/task/11279/stat : 11279 (java) S 11219 11222 6494 0 -1 1077944384 42628 13539 0 0 825 40 5 2 20 0 15 0 416567152 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014793841168 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11280] ppid=11219 vsize=10846984 memory=280328222638176 CPUtime=2.11 cores=1,3,5,7
/proc/11222/task/11280/stat : 11280 (java) S 11219 11222 6494 0 -1 1077944384 16945 13539 0 0 196 8 5 2 20 0 15 0 416567154 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014749588080 140015222999682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11281] ppid=11219 vsize=10846984 memory=4167396 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11281/stat : 11281 (java) S 11219 11222 6494 0 -1 1077944384 25 13539 0 0 0 0 5 2 20 0 15 0 416567154 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014658774432 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11282] ppid=11219 vsize=10846984 memory=1808 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11282/stat : 11282 (java) S 11219 11222 6494 0 -1 1077944384 14 13539 0 0 0 0 5 2 20 0 15 0 416567154 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014524556928 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11283] ppid=11219 vsize=10846984 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11283/stat : 11283 (java) S 11219 11222 6494 0 -1 1077944384 2 13539 0 0 0 0 5 2 20 0 15 0 416567157 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140013920578128 140015223007131 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11284] ppid=11219 vsize=10846984 memory=2600 CPUtime=5.79 cores=1,3,5,7
/proc/11222/task/11284/stat : 11284 (java) S 11219 11222 6494 0 -1 1077944384 33886 13539 0 0 568 4 5 2 20 0 15 0 416567157 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014748534896 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11285] ppid=11219 vsize=10846984 memory=4167396 CPUtime=6.8 cores=1,3,5,7
/proc/11222/task/11285/stat : 11285 (java) S 11219 11222 6494 0 -1 1077944384 43578 13539 0 0 669 4 5 2 20 0 15 0 416567157 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014747482096 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11286] ppid=11219 vsize=10846984 memory=4167396 CPUtime=2.01 cores=1,3,5,7
/proc/11222/task/11286/stat : 11286 (java) S 11219 11222 6494 0 -1 1077944384 18093 13539 0 0 189 5 5 2 20 0 15 0 416567157 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014746429808 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11287] ppid=11219 vsize=10846984 memory=992 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11287/stat : 11287 (java) S 11219 11222 6494 0 -1 1077944384 3 13539 0 0 0 0 5 2 20 0 15 0 416567157 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140013450815968 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11288] ppid=11219 vsize=10846984 memory=2044 CPUtime=1.34 cores=1,3,5,7
/proc/11222/task/11288/stat : 11288 (java) S 11219 11222 6494 0 -1 1077944384 1987 13539 0 0 64 63 5 2 20 0 15 0 416567158 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014745377712 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
Current children cumulated CPU time: 2303.73 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 4167396 KiB

[startup+2322.3 s]
/proc/loadavg: 1.48 1.63 1.59 3/230 11660
/proc/meminfo: memFree=23924132/32770624 swapFree=66946588/67108860
[pid=11222] ppid=11219 vsize=10846984 memory=4167396 CPUtime=2364.63 cores=1,3,5,7
/proc/11222/stat : 11222 (java) S 11219 11222 6494 0 -1 1077944320 667803 13539 0 0 236146 310 5 2 20 0 15 0 416567142 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140728735259936 140015222988535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
/proc/11222/statm: 2711746 1041849 3628 1 0 2673805 0
[pid=11222/tid=11275] ppid=11219 vsize=10846984 memory=4167396 CPUtime=2310.81 cores=1,3,5,7
/proc/11222/task/11275/stat : 11275 (java) R 11219 11222 6494 0 -1 4202560 376180 13539 0 0 230998 76 5 2 20 0 15 0 416567151 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140015194816320 140014814856146 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11276] ppid=11219 vsize=10846984 memory=4167396 CPUtime=9.07 cores=1,3,5,7
/proc/11222/task/11276/stat : 11276 (java) S 11219 11222 6494 0 -1 1077944384 40617 13539 0 0 860 40 5 2 20 0 15 0 416567152 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140015227230608 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11277] ppid=11219 vsize=10846984 memory=4167396 CPUtime=9.05 cores=1,3,5,7
/proc/11222/task/11277/stat : 11277 (java) S 11219 11222 6494 0 -1 1077944384 47101 13539 0 0 861 37 5 2 20 0 15 0 416567152 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140015131433232 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11278] ppid=11219 vsize=10846984 memory=4167396 CPUtime=9.06 cores=1,3,5,7
/proc/11222/task/11278/stat : 11278 (java) S 11219 11222 6494 0 -1 1077944384 42345 13539 0 0 859 40 5 2 20 0 15 0 416567152 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140015130380944 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11279] ppid=11219 vsize=10846984 memory=4167396 CPUtime=9.01 cores=1,3,5,7
/proc/11222/task/11279/stat : 11279 (java) S 11219 11222 6494 0 -1 1077944384 44421 13539 0 0 854 40 5 2 20 0 15 0 416567152 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014793841168 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11280] ppid=11219 vsize=10846984 memory=16642998275760 CPUtime=2.14 cores=1,3,5,7
/proc/11222/task/11280/stat : 11280 (java) S 11219 11222 6494 0 -1 1077944384 17310 13539 0 0 199 8 5 2 20 0 15 0 416567154 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014749588080 140015222999682 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11281] ppid=11219 vsize=10846984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11281/stat : 11281 (java) S 11219 11222 6494 0 -1 1077944384 25 13539 0 0 0 0 5 2 20 0 15 0 416567154 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014658774432 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11282] ppid=11219 vsize=10846984 memory=4167396 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11282/stat : 11282 (java) S 11219 11222 6494 0 -1 1077944384 14 13539 0 0 0 0 5 2 20 0 15 0 416567154 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014524556928 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11283] ppid=11219 vsize=10846984 memory=4167396 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11283/stat : 11283 (java) S 11219 11222 6494 0 -1 1077944384 2 13539 0 0 0 0 5 2 20 0 15 0 416567157 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140013920578128 140015223007131 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11284] ppid=11219 vsize=10846984 memory=385 CPUtime=5.79 cores=1,3,5,7
/proc/11222/task/11284/stat : 11284 (java) S 11219 11222 6494 0 -1 1077944384 33889 13539 0 0 568 4 5 2 20 0 15 0 416567157 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014748534896 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11285] ppid=11219 vsize=10846984 memory=4167396 CPUtime=6.8 cores=1,3,5,7
/proc/11222/task/11285/stat : 11285 (java) S 11219 11222 6494 0 -1 1077944384 43580 13539 0 0 669 4 5 2 20 0 15 0 416567157 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014747482096 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11286] ppid=11219 vsize=10846984 memory=992 CPUtime=2.01 cores=1,3,5,7
/proc/11222/task/11286/stat : 11286 (java) S 11219 11222 6494 0 -1 1077944384 18095 13539 0 0 189 5 5 2 20 0 15 0 416567157 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014746429808 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11287] ppid=11219 vsize=10846984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11287/stat : 11287 (java) S 11219 11222 6494 0 -1 1077944384 3 13539 0 0 0 0 5 2 20 0 15 0 416567157 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140013450815968 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11288] ppid=11219 vsize=10846984 memory=4713745541279610410 CPUtime=1.38 cores=1,3,5,7
/proc/11222/task/11288/stat : 11288 (java) S 11219 11222 6494 0 -1 1077944384 2011 13539 0 0 66 65 5 2 20 0 15 0 416567158 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014745377712 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
Current children cumulated CPU time: 2364.63 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 4167396 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2357.2 s]
/proc/loadavg: 2.06 1.75 1.63 3/229 11661
/proc/meminfo: memFree=23962068/32770624 swapFree=66946588/67108860
[pid=11222] ppid=11219 vsize=10846984 memory=4167396 CPUtime=2400.07 cores=1,3,5,7
/proc/11222/stat : 11222 (java) S 11219 11222 6494 0 -1 1077944320 673461 13539 0 0 239688 312 5 2 20 0 15 0 416567142 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140728735259936 140015222988535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
/proc/11222/statm: 2711746 1041849 3628 1 0 2673805 0
[pid=11222/tid=11275] ppid=11219 vsize=10846984 memory=21204 CPUtime=2345.53 cores=1,3,5,7
/proc/11222/task/11275/stat : 11275 (java) R 11219 11222 6494 0 -1 4202560 377543 13539 0 0 234469 77 5 2 20 0 15 0 416567151 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140015194823824 140014814593168 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11276] ppid=11219 vsize=10846984 memory=992 CPUtime=9.25 cores=1,3,5,7
/proc/11222/task/11276/stat : 11276 (java) S 11219 11222 6494 0 -1 1077944384 41067 13539 0 0 878 40 5 2 20 0 15 0 416567152 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140015227230608 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11277] ppid=11219 vsize=10846984 memory=4167396 CPUtime=9.23 cores=1,3,5,7
/proc/11222/task/11277/stat : 11277 (java) S 11219 11222 6494 0 -1 1077944384 48753 13539 0 0 879 37 5 2 20 0 15 0 416567152 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140015131433232 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11278] ppid=11219 vsize=10846984 memory=6943526294502006880 CPUtime=9.25 cores=1,3,5,7
/proc/11222/task/11278/stat : 11278 (java) S 11219 11222 6494 0 -1 1077944384 42659 13539 0 0 877 41 5 2 20 0 15 0 416567152 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140015130380944 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11279] ppid=11219 vsize=10846984 memory=6944656592455359580 CPUtime=9.19 cores=1,3,5,7
/proc/11222/task/11279/stat : 11279 (java) S 11219 11222 6494 0 -1 1077944384 45925 13539 0 0 871 41 5 2 20 0 15 0 416567152 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014793841168 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11280] ppid=11219 vsize=10846984 memory=6791534058613427641 CPUtime=2.16 cores=1,3,5,7
/proc/11222/task/11280/stat : 11280 (java) S 11219 11222 6494 0 -1 1077944384 17642 13539 0 0 200 9 5 2 20 0 15 0 416567154 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014749588080 140015222999682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11281] ppid=11219 vsize=10846984 memory=4167396 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11281/stat : 11281 (java) S 11219 11222 6494 0 -1 1077944384 25 13539 0 0 0 0 5 2 20 0 15 0 416567154 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014658774432 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11282] ppid=11219 vsize=10846984 memory=280328222478448 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11282/stat : 11282 (java) S 11219 11222 6494 0 -1 1077944384 14 13539 0 0 0 0 5 2 20 0 15 0 416567154 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014524556928 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11283] ppid=11219 vsize=10846984 memory=-7655404311101385754 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11283/stat : 11283 (java) S 11219 11222 6494 0 -1 1077944384 2 13539 0 0 0 0 5 2 20 0 15 0 416567157 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140013920578128 140015223007131 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11284] ppid=11219 vsize=10846984 memory=6791534058613427641 CPUtime=5.79 cores=1,3,5,7
/proc/11222/task/11284/stat : 11284 (java) S 11219 11222 6494 0 -1 1077944384 33892 13539 0 0 568 4 5 2 20 0 15 0 416567157 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014748534896 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11285] ppid=11219 vsize=10846984 memory=4167396 CPUtime=6.8 cores=1,3,5,7
/proc/11222/task/11285/stat : 11285 (java) S 11219 11222 6494 0 -1 1077944384 43582 13539 0 0 669 4 5 2 20 0 15 0 416567157 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014747482096 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11286] ppid=11219 vsize=10846984 memory=4167396 CPUtime=2.01 cores=1,3,5,7
/proc/11222/task/11286/stat : 11286 (java) S 11219 11222 6494 0 -1 1077944384 18097 13539 0 0 189 5 5 2 20 0 15 0 416567157 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014746429808 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11287] ppid=11219 vsize=10846984 memory=12024 CPUtime=0.07 cores=1,3,5,7
/proc/11222/task/11287/stat : 11287 (java) S 11219 11222 6494 0 -1 1077944384 3 13539 0 0 0 0 5 2 20 0 15 0 416567157 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140013450815968 140015222998741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
[pid=11222/tid=11288] ppid=11219 vsize=10846984 memory=4167396 CPUtime=1.4 cores=1,3,5,7
/proc/11222/task/11288/stat : 11288 (java) S 11219 11222 6494 0 -1 1077944384 2047 13539 0 0 67 66 5 2 20 0 15 0 416567158 11107311616 1041849 33554432000 4194304 4196468 140728735277392 140014745377712 140015222999682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140728735279855 140728735282373 140728735282373 140728735285199 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 4167396 KiB

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

[startup+2357.26 s]
# the end of solver process 11222 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.97 s, system=3.18385 s

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

Child status: 143
Real time (s): 2357.26
CPU time (s): 2400.15
CPU user time (s): 2396.97
CPU system time (s): 3.18385
CPU usage (%): 101.82
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 4185652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.97
system time used= 3.18385
maximum resident set size= 4185652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 689538
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70213
involuntary context switches= 1662


# summary of solver processes directly reported to runsolver:
#   pid: 11222
#   total CPU time (s): 2400.15
#   total CPU user time (s): 2396.97
#   total CPU system time (s): 3.18385

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8965 second user time and 21.8179 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-13 22:23:30
IDJOB=4396575
IDBENCH=138083
IDSOLVER=2847
FILE ID=node117/4396575-1568406251
RUNJOBID= node117-1568393448-7559
PBS_JOBID= 21701861
Free space on /tmp= 61068 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-75.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396575-1568406251/watcher-4396575-1568406251 -o /tmp/evaluation-result-4396575-1568406251/solver-4396575-1568406251 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568393448-7559 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1364821805 HOME/instance-4396575-1568406251.xml

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

MD5SUM BENCH= 9cdf82428becd6b5ad716031980a59d2
RANDOM SEED=1364821805

node117.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.75
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.75
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.75
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.75
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:        30202440 kB
MemAvailable:   31132920 kB
Buffers:          119436 kB
Cached:          1078804 kB
SwapCached:        50136 kB
Active:          1564196 kB
Inactive:         424080 kB
Active(anon):     756964 kB
Inactive(anon):    56292 kB
Active(file):     807232 kB
Inactive(file):   367788 kB
Unevictable:      110284 kB
Mlocked:          110284 kB
SwapTotal:      67108860 kB
SwapFree:       66946464 kB
Dirty:            117984 kB
Writeback:             0 kB
AnonPages:        857444 kB
Mapped:            46156 kB
Shmem:             14404 kB
Slab:             171196 kB
SReclaimable:     142588 kB
SUnreclaim:        28608 kB
KernelStack:        3728 kB
PageTables:         7524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1979592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    673792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61032 MiB
End job on node117 at 2019-09-13 23:02:47