Trace number 4401455

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.08 2357.55

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.76/0.61	c Concrete v3.12.2.1568631193530 running
2400.02/2357.50	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.02/2357.50		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.02/2357.50		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.02/2357.50		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2400.02/2357.51		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.02/2357.51		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.02/2357.51		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2400.02/2357.51		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.02/2357.51		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.02/2357.51		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2357.51		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.02/2357.51		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.02/2357.51		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2357.51		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.02/2357.51		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.02/2357.51		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2357.51		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.02/2357.51		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.02/2357.51		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2357.51		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.02/2357.51		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.02/2357.51		at scala.Option.map(Option.scala:243)
2400.02/2357.51		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.02/2357.51		at concrete.MAC.mac(MAC.scala:216)
2400.02/2357.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.02/2357.51		at scala.util.Try$.apply(Try.scala:212)
2400.02/2357.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.02/2357.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.02/2357.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.02/2357.51		at concrete.MAC.oneRun(MAC.scala:265)
2400.02/2357.51		at concrete.MAC.nextSolution(MAC.scala:284)
2400.02/2357.51		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2400.02/2357.51		at concrete.ProblemState.map(ProblemState.scala:238)
2400.02/2357.51		at concrete.ProblemState.map(ProblemState.scala:212)
2400.02/2357.51		at concrete.MAC.nextSolution(MAC.scala:348)
2400.02/2357.51		at concrete.Solver.hasNext(Solver.scala:160)
2400.02/2357.51		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2357.51		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2357.51		at concrete.Solver.foreach(Solver.scala:67)
2400.02/2357.51		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.02/2357.51		at scala.util.Success.map(Try.scala:264)
2400.02/2357.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.02/2357.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.02/2357.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.02/2357.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.02/2357.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.02/2357.51		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.02/2357.51		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.02/2357.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.02/2357.51		at scala.App.$anonfun$main$1(App.scala:75)
2400.02/2357.51		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.02/2357.51		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2357.51		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2357.51		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.02/2357.51		at scala.App.main(App.scala:75)
2400.02/2357.51		at scala.App.main$(App.scala:73)
2400.02/2357.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.02/2357.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.02/2357.52	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: 16375 MiB (14338 MiB free)
  memory of node 1: 16384 MiB (15126 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401455-1568687999/watcher-4401455-1568687999 -o /tmp/evaluation-result-4401455-1568687999/solver-4401455-1568687999 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568673291-31568 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=434527036 HOME/instance-4401455-1568687999.xml 

running on 4 cores: 0-3

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=2966, runsolver pid=2963

[startup+0.100141 s]*
/proc/loadavg: 1.63 1.44 1.44 3/214 3019
/proc/meminfo: memFree=30170080/32770688 swapFree=66961208/67108860
[pid=2966] ppid=2963 vsize=9972712 memory=13652 CPUtime=0.1 cores=0-3
/proc/2966/stat : 2966 (java) S 2963 2966 31537 0 -1 1077944320 3689 13521 0 0 0 1 6 3 20 0 6 0 444741612 10212057088 3413 33554432000 4194304 4196468 140722926144752 140722926127296 139842885222135 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
/proc/2966/statm: 2493178 3413 1380 1 0 2481616 0
[pid=2966/tid=3019] ppid=2963 vsize=9972712 memory=-8171376296011865461 CPUtime=0.09 cores=0-3
/proc/2966/task/3019/stat : 3019 (java) R 2963 2966 31537 0 -1 4202560 1904 13521 0 0 0 0 6 3 20 0 6 0 444741622 10212057088 3875 33554432000 4194304 4196468 140722926144752 139842857058896 139842808299075 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3020] ppid=2963 vsize=9972712 memory=7948963741541478447 CPUtime=0.09 cores=0-3
/proc/2966/task/3020/stat : 3020 (java) S 2963 2966 31537 0 -1 1077944384 1 13521 0 0 0 0 6 3 20 0 6 0 444741623 10212057088 3875 33554432000 4194304 4196468 140722926144752 139842889464208 139842885232341 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3021] ppid=2963 vsize=9972712 memory=140669567231616 CPUtime=0.09 cores=0-3
/proc/2966/task/3021/stat : 3021 (java) S 2963 2966 31537 0 -1 1077944384 1 13521 0 0 0 0 6 3 20 0 6 0 444741623 10212057088 3875 33554432000 4194304 4196468 140722926144752 139842458278160 139842885232341 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3022] ppid=2963 vsize=9972712 memory=0 CPUtime=0.09 cores=0-3
/proc/2966/task/3022/stat : 3022 (java) S 2963 2966 31537 0 -1 1077944384 2 13521 0 0 0 0 6 3 20 0 6 0 444741623 10212057088 3875 33554432000 4194304 4196468 140722926144752 139842457225872 139842885232341 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3023] ppid=2963 vsize=9972712 memory=-1 CPUtime=0.09 cores=0-3
/proc/2966/task/3023/stat : 3023 (java) S 2963 2966 31537 0 -1 1077944384 1 13521 0 0 0 0 6 3 20 0 6 0 444741623 10212057088 3875 33554432000 4194304 4196468 140722926144752 139842456173072 139842885232341 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 13652 KiB

[startup+0.213984 s]*
/proc/loadavg: 1.63 1.44 1.44 3/227 3032
/proc/meminfo: memFree=30146584/32770688 swapFree=66961208/67108860
[pid=2966] ppid=2963 vsize=10819712 memory=39664 CPUtime=0.27 cores=0-3
/proc/2966/stat : 2966 (java) S 2963 2966 31537 0 -1 1077944320 7200 13521 0 0 16 2 6 3 20 0 15 0 444741612 11079385088 9916 33554432000 4194304 4196468 140722926144752 140722926127296 139842885222135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
/proc/2966/statm: 2704928 9916 3186 1 0 2667149 0
[pid=2966/tid=3019] ppid=2963 vsize=10819712 memory=8389772277269004345 CPUtime=0.21 cores=0-3
/proc/2966/task/3019/stat : 3019 (java) R 2963 2966 31537 0 -1 4202560 3713 13521 0 0 11 1 6 3 20 0 15 0 444741622 11079385088 9916 33554432000 4194304 4196468 140722926144752 139842857027216 139842885234070 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3020] ppid=2963 vsize=10819712 memory=4294967661 CPUtime=0.09 cores=0-3
/proc/2966/task/3020/stat : 3020 (java) S 2963 2966 31537 0 -1 1077944384 1 13521 0 0 0 0 6 3 20 0 15 0 444741623 11079385088 9916 33554432000 4194304 4196468 140722926144752 139842889464208 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3021] ppid=2963 vsize=10819712 memory=140669570266684 CPUtime=0.09 cores=0-3
/proc/2966/task/3021/stat : 3021 (java) S 2963 2966 31537 0 -1 1077944384 1 13521 0 0 0 0 6 3 20 0 15 0 444741623 11079385088 9916 33554432000 4194304 4196468 140722926144752 139842458278160 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3022] ppid=2963 vsize=10819712 memory=0 CPUtime=0.09 cores=0-3
/proc/2966/task/3022/stat : 3022 (java) S 2963 2966 31537 0 -1 1077944384 2 13521 0 0 0 0 6 3 20 0 15 0 444741623 11079385088 9916 33554432000 4194304 4196468 140722926144752 139842457225872 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3023] ppid=2963 vsize=10819712 memory=-1 CPUtime=0.09 cores=0-3
/proc/2966/task/3023/stat : 3023 (java) S 2963 2966 31537 0 -1 1077944384 1 13521 0 0 0 0 6 3 20 0 15 0 444741623 11079385088 9916 33554432000 4194304 4196468 140722926144752 139842456173072 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3024] ppid=2963 vsize=10819712 memory=140669567231616 CPUtime=0.09 cores=0-3
/proc/2966/task/3024/stat : 3024 (java) S 2963 2966 31537 0 -1 1077944384 2 13521 0 0 0 0 6 3 20 0 15 0 444741625 11079385088 9916 33554432000 4194304 4196468 140722926144752 139842411866736 139842885233282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3025] ppid=2963 vsize=10819712 memory=-1 CPUtime=0.09 cores=0-3
/proc/2966/task/3025/stat : 3025 (java) S 2963 2966 31537 0 -1 1077944384 13 13521 0 0 0 0 6 3 20 0 15 0 444741625 11079385088 9916 33554432000 4194304 4196468 140722926144752 139842188993824 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3026] ppid=2963 vsize=10819712 memory=0 CPUtime=0.09 cores=0-3
/proc/2966/task/3026/stat : 3026 (java) S 2963 2966 31537 0 -1 1077944384 1 13521 0 0 0 0 6 3 20 0 15 0 444741625 11079385088 9916 33554432000 4194304 4196468 140722926144752 139841719232112 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3027] ppid=2963 vsize=10819712 memory=0 CPUtime=0.09 cores=0-3
/proc/2966/task/3027/stat : 3027 (java) S 2963 2966 31537 0 -1 1077944384 3 13521 0 0 0 0 6 3 20 0 15 0 444741628 11079385088 9916 33554432000 4194304 4196468 140722926144752 139841411832400 139842885240731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3028] ppid=2963 vsize=10819712 memory=0 CPUtime=0.1 cores=0-3
/proc/2966/task/3028/stat : 3028 (java) S 2963 2966 31537 0 -1 1077944384 609 13521 0 0 1 0 6 3 20 0 15 0 444741628 11079385088 9916 33554432000 4194304 4196468 140722926144752 139842410813552 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3029] ppid=2963 vsize=10819712 memory=-1 CPUtime=0.09 cores=0-3
/proc/2966/task/3029/stat : 3029 (java) S 2963 2966 31537 0 -1 1077944384 46 13521 0 0 0 0 6 3 20 0 15 0 444741628 11079385088 9916 33554432000 4194304 4196468 140722926144752 139842409760752 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3030] ppid=2963 vsize=10819712 memory=140669567231616 CPUtime=0.12 cores=0-3
/proc/2966/task/3030/stat : 3030 (java) R 2963 2966 31537 0 -1 4202560 597 13521 0 0 3 0 6 3 20 0 15 0 444741628 11079385088 9916 33554432000 4194304 4196468 140722926144752 139842408708464 139842885243482 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3031] ppid=2963 vsize=10819712 memory=-1 CPUtime=0.09 cores=0-3
/proc/2966/task/3031/stat : 3031 (java) S 2963 2966 31537 0 -1 1077944384 3 13521 0 0 0 0 6 3 20 0 15 0 444741629 11079385088 9916 33554432000 4194304 4196468 140722926144752 139841378273760 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3032] ppid=2963 vsize=10819712 memory=140669567231616 CPUtime=0.09 cores=0-3
/proc/2966/task/3032/stat : 3032 (java) S 2963 2966 31537 0 -1 1077944384 1 13521 0 0 0 0 6 3 20 0 15 0 444741629 11079385088 9916 33554432000 4194304 4196468 140722926144752 139842407656368 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 39664 KiB

[startup+0.312527 s]*
/proc/loadavg: 1.63 1.44 1.44 3/227 3032
/proc/meminfo: memFree=30133432/32770688 swapFree=66961208/67108860
[pid=2966] ppid=2963 vsize=10820196 memory=50576 CPUtime=0.41 cores=0-3
/proc/2966/stat : 2966 (java) S 2963 2966 31537 0 -1 1077944320 10664 13521 0 0 29 3 6 3 20 0 15 0 444741612 11079880704 12644 33554432000 4194304 4196468 140722926144752 140722926127296 139842885222135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
/proc/2966/statm: 2705049 12644 3315 1 0 2667149 0
[pid=2966/tid=3019] ppid=2963 vsize=10820196 memory=6935054825532540783 CPUtime=0.29 cores=0-3
/proc/2966/task/3019/stat : 3019 (java) R 2963 2966 31537 0 -1 4202560 7190 13521 0 0 19 1 6 3 20 0 15 0 444741622 11079880704 12644 33554432000 4194304 4196468 140722926144752 139842857027104 139842870477038 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3020] ppid=2963 vsize=10820196 memory=4126316290023845779 CPUtime=0.09 cores=0-3
/proc/2966/task/3020/stat : 3020 (java) S 2963 2966 31537 0 -1 1077944384 1 13521 0 0 0 0 6 3 20 0 15 0 444741623 11079880704 12644 33554432000 4194304 4196468 140722926144752 139842889464208 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3021] ppid=2963 vsize=10820196 memory=-2843876205256098974 CPUtime=0.09 cores=0-3
/proc/2966/task/3021/stat : 3021 (java) S 2963 2966 31537 0 -1 1077944384 1 13521 0 0 0 0 6 3 20 0 15 0 444741623 11079880704 12644 33554432000 4194304 4196468 140722926144752 139842458278160 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3022] ppid=2963 vsize=10820196 memory=-8412656567334364540 CPUtime=0.09 cores=0-3
/proc/2966/task/3022/stat : 3022 (java) S 2963 2966 31537 0 -1 1077944384 2 13521 0 0 0 0 6 3 20 0 15 0 444741623 11079880704 12644 33554432000 4194304 4196468 140722926144752 139842457225872 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3023] ppid=2963 vsize=10820196 memory=-1 CPUtime=0.09 cores=0-3
/proc/2966/task/3023/stat : 3023 (java) S 2963 2966 31537 0 -1 1077944384 1 13521 0 0 0 0 6 3 20 0 15 0 444741623 11079880704 12644 33554432000 4194304 4196468 140722926144752 139842456173072 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3024] ppid=2963 vsize=10821220 memory=0 CPUtime=0.09 cores=0-3
/proc/2966/task/3024/stat : 3024 (java) S 2963 2966 31537 0 -1 1077944384 2 13521 0 0 0 0 6 3 20 0 15 0 444741625 11080929280 12644 33554432000 4194304 4196468 140722926144752 139842411866736 139842885233282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3025] ppid=2963 vsize=10821220 memory=0 CPUtime=0.09 cores=0-3
/proc/2966/task/3025/stat : 3025 (java) S 2963 2966 31537 0 -1 1077944384 13 13521 0 0 0 0 6 3 20 0 15 0 444741625 11080929280 12644 33554432000 4194304 4196468 140722926144752 139842188993824 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3026] ppid=2963 vsize=10820196 memory=0 CPUtime=0.09 cores=0-3
/proc/2966/task/3026/stat : 3026 (java) S 2963 2966 31537 0 -1 1077944384 1 13521 0 0 0 0 6 3 20 0 15 0 444741625 11079880704 12649 33554432000 4194304 4196468 140722926144752 139841719232112 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3027] ppid=2963 vsize=10820196 memory=0 CPUtime=0.09 cores=0-3
/proc/2966/task/3027/stat : 3027 (java) S 2963 2966 31537 0 -1 1077944384 3 13521 0 0 0 0 6 3 20 0 15 0 444741628 11079880704 12649 33554432000 4194304 4196468 140722926144752 139841411832400 139842885240731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3028] ppid=2963 vsize=10821220 memory=0 CPUtime=0.11 cores=0-3
/proc/2966/task/3028/stat : 3028 (java) S 2963 2966 31537 0 -1 1077944384 610 13521 0 0 2 0 6 3 20 0 15 0 444741628 11080929280 12649 33554432000 4194304 4196468 140722926144752 139842410813552 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3029] ppid=2963 vsize=10821220 memory=0 CPUtime=0.1 cores=0-3
/proc/2966/task/3029/stat : 3029 (java) S 2963 2966 31537 0 -1 1077944384 55 13521 0 0 1 0 6 3 20 0 15 0 444741628 11080929280 12649 33554432000 4194304 4196468 140722926144752 139842409760752 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3030] ppid=2963 vsize=10821220 memory=0 CPUtime=0.14 cores=0-3
/proc/2966/task/3030/stat : 3030 (java) S 2963 2966 31537 0 -1 1077944384 606 13521 0 0 5 0 6 3 20 0 15 0 444741628 11080929280 12649 33554432000 4194304 4196468 140722926144752 139842408708464 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3031] ppid=2963 vsize=10820196 memory=0 CPUtime=0.09 cores=0-3
/proc/2966/task/3031/stat : 3031 (java) S 2963 2966 31537 0 -1 1077944384 3 13521 0 0 0 0 6 3 20 0 15 0 444741629 11079880704 12649 33554432000 4194304 4196468 140722926144752 139841378273760 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3032] ppid=2963 vsize=10820196 memory=0 CPUtime=0.09 cores=0-3
/proc/2966/task/3032/stat : 3032 (java) S 2963 2966 31537 0 -1 1077944384 1 13521 0 0 0 0 6 3 20 0 15 0 444741629 11079880704 12649 33554432000 4194304 4196468 140722926144752 139842407656368 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50576 KiB

[startup+0.703482 s]
/proc/loadavg: 1.63 1.44 1.44 3/227 3032
/proc/meminfo: memFree=30122468/32770688 swapFree=66961208/67108860
[pid=2966] ppid=2963 vsize=10822316 memory=77364 CPUtime=1.06 cores=0-3
/proc/2966/stat : 2966 (java) S 2963 2966 31537 0 -1 1077944320 14598 13521 0 0 92 5 6 3 20 0 15 0 444741612 11082051584 19341 33554432000 4194304 4196468 140722926144752 140722926127296 139842885222135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
/proc/2966/statm: 2705579 19341 3486 1 0 2667661 0
[pid=2966/tid=3019] ppid=2963 vsize=10822316 memory=0 CPUtime=0.68 cores=0-3
/proc/2966/task/3019/stat : 3019 (java) R 2963 2966 31537 0 -1 4202560 10018 13521 0 0 56 3 6 3 20 0 15 0 444741622 11082051584 19341 33554432000 4194304 4196468 140722926144752 139842857051504 139842870389376 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3020] ppid=2963 vsize=10822316 memory=0 CPUtime=0.09 cores=0-3
/proc/2966/task/3020/stat : 3020 (java) S 2963 2966 31537 0 -1 1077944384 1 13521 0 0 0 0 6 3 20 0 15 0 444741623 11082051584 19341 33554432000 4194304 4196468 140722926144752 139842889464208 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3021] ppid=2963 vsize=10822316 memory=0 CPUtime=0.09 cores=0-3
/proc/2966/task/3021/stat : 3021 (java) S 2963 2966 31537 0 -1 1077944384 1 13521 0 0 0 0 6 3 20 0 15 0 444741623 11082051584 19341 33554432000 4194304 4196468 140722926144752 139842458278160 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3022] ppid=2963 vsize=10822316 memory=281338879938320 CPUtime=0.09 cores=0-3
/proc/2966/task/3022/stat : 3022 (java) S 2963 2966 31537 0 -1 1077944384 2 13521 0 0 0 0 6 3 20 0 15 0 444741623 11082051584 19341 33554432000 4194304 4196468 140722926144752 139842457225872 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3023] ppid=2963 vsize=10822316 memory=2465982318337 CPUtime=0.09 cores=0-3
/proc/2966/task/3023/stat : 3023 (java) S 2963 2966 31537 0 -1 1077944384 1 13521 0 0 0 0 6 3 20 0 15 0 444741623 11082051584 19341 33554432000 4194304 4196468 140722926144752 139842456173072 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3024] ppid=2963 vsize=10822316 memory=2470277285633 CPUtime=0.09 cores=0-3
/proc/2966/task/3024/stat : 3024 (java) S 2963 2966 31537 0 -1 1077944384 5 13521 0 0 0 0 6 3 20 0 15 0 444741625 11082051584 19341 33554432000 4194304 4196468 140722926144752 139842411866736 139842885233282 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3025] ppid=2963 vsize=10822316 memory=2474572252929 CPUtime=0.09 cores=0-3
/proc/2966/task/3025/stat : 3025 (java) S 2963 2966 31537 0 -1 1077944384 13 13521 0 0 0 0 6 3 20 0 15 0 444741625 11082051584 19341 33554432000 4194304 4196468 140722926144752 139842188993824 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3026] ppid=2963 vsize=10822316 memory=448689960 CPUtime=0.09 cores=0-3
/proc/2966/task/3026/stat : 3026 (java) S 2963 2966 31537 0 -1 1077944384 1 13521 0 0 0 0 6 3 20 0 15 0 444741625 11082051584 19341 33554432000 4194304 4196468 140722926144752 139841719232112 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3027] ppid=2963 vsize=10822316 memory=4641337133689313955 CPUtime=0.09 cores=0-3
/proc/2966/task/3027/stat : 3027 (java) S 2963 2966 31537 0 -1 1077944384 3 13521 0 0 0 0 6 3 20 0 15 0 444741628 11082051584 19341 33554432000 4194304 4196468 140722926144752 139841411832400 139842885240731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3028] ppid=2963 vsize=10822316 memory=8169908374042923619 CPUtime=0.19 cores=0-3
/proc/2966/task/3028/stat : 3028 (java) R 2963 2966 31537 0 -1 4202560 1108 13521 0 0 10 0 6 3 20 0 15 0 444741628 11082051584 19341 33554432000 4194304 4196468 140722926144752 139842410803664 139842870347376 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3029] ppid=2963 vsize=10822316 memory=7881696724453321575 CPUtime=0.16 cores=0-3
/proc/2966/task/3029/stat : 3029 (java) R 2963 2966 31537 0 -1 4202560 430 13521 0 0 7 0 6 3 20 0 15 0 444741628 11082051584 19341 33554432000 4194304 4196468 140722926144752 139842409751584 139842868609040 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3030] ppid=2963 vsize=10822316 memory=8500 CPUtime=0.26 cores=0-3
/proc/2966/task/3030/stat : 3030 (java) S 2963 2966 31537 0 -1 1077944384 800 13521 0 0 17 0 6 3 20 0 15 0 444741628 11082051584 19341 33554432000 4194304 4196468 140722926144752 139842408708464 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3031] ppid=2963 vsize=10822316 memory=281338880501312 CPUtime=0.09 cores=0-3
/proc/2966/task/3031/stat : 3031 (java) S 2963 2966 31537 0 -1 1077944384 3 13521 0 0 0 0 6 3 20 0 15 0 444741629 11082051584 19341 33554432000 4194304 4196468 140722926144752 139841378273760 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3032] ppid=2963 vsize=10822316 memory=140673063846489 CPUtime=0.09 cores=0-3
/proc/2966/task/3032/stat : 3032 (java) S 2963 2966 31537 0 -1 1077944384 1 13521 0 0 0 0 6 3 20 0 15 0 444741629 11082051584 19341 33554432000 4194304 4196468 140722926144752 139842407656368 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
Current children cumulated CPU time: 1.06 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 77364 KiB

[startup+1.50085 s]
/proc/loadavg: 1.63 1.44 1.44 6/227 3032
/proc/meminfo: memFree=29973540/32770688 swapFree=66961208/67108860
[pid=2966] ppid=2963 vsize=10826488 memory=1020840 CPUtime=2.59 cores=0-3
/proc/2966/stat : 2966 (java) S 2963 2966 31537 0 -1 1077944320 17966 13521 0 0 209 41 6 3 20 0 15 0 444741612 11086323712 255210 33554432000 4194304 4196468 140722926144752 140722926127296 139842885222135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
/proc/2966/statm: 2706622 255210 3561 1 0 2668685 0
[pid=2966/tid=3019] ppid=2963 vsize=10826488 memory=-7966001967407402336 CPUtime=1.35 cores=0-3
/proc/2966/task/3019/stat : 3019 (java) R 2963 2966 31537 0 -1 4202560 12239 13521 0 0 111 15 6 3 20 0 15 0 444741622 11086323712 255210 33554432000 4194304 4196468 140722926144752 139842857056704 139842474550022 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3020] ppid=2963 vsize=10826488 memory=0 CPUtime=0.2 cores=0-3
/proc/2966/task/3020/stat : 3020 (java) S 2963 2966 31537 0 -1 1077944384 117 13521 0 0 5 6 6 3 20 0 15 0 444741623 11086323712 255210 33554432000 4194304 4196468 140722926144752 139842889464208 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3021] ppid=2963 vsize=10826488 memory=6944652177228980320 CPUtime=0.19 cores=0-3
/proc/2966/task/3021/stat : 3021 (java) S 2963 2966 31537 0 -1 1077944384 137 13521 0 0 5 5 6 3 20 0 15 0 444741623 11086323712 255210 33554432000 4194304 4196468 140722926144752 139842458278160 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3022] ppid=2963 vsize=10826488 memory=0 CPUtime=0.19 cores=0-3
/proc/2966/task/3022/stat : 3022 (java) S 2963 2966 31537 0 -1 1077944384 247 13521 0 0 5 5 6 3 20 0 15 0 444741623 11086323712 255210 33554432000 4194304 4196468 140722926144752 139842457225872 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3023] ppid=2963 vsize=10826488 memory=0 CPUtime=0.18 cores=0-3
/proc/2966/task/3023/stat : 3023 (java) S 2963 2966 31537 0 -1 1077944384 218 13521 0 0 4 5 6 3 20 0 15 0 444741623 11086323712 255210 33554432000 4194304 4196468 140722926144752 139842456173072 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3024] ppid=2963 vsize=10826488 memory=281338880006576 CPUtime=0.09 cores=0-3
/proc/2966/task/3024/stat : 3024 (java) S 2963 2966 31537 0 -1 1077944384 85 13521 0 0 0 0 6 3 20 0 15 0 444741625 11086323712 255210 33554432000 4194304 4196468 140722926144752 139842411866736 139842885233282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3025] ppid=2963 vsize=10826488 memory=140669440094752 CPUtime=0.09 cores=0-3
/proc/2966/task/3025/stat : 3025 (java) S 2963 2966 31537 0 -1 1077944384 14 13521 0 0 0 0 6 3 20 0 15 0 444741625 11086323712 255210 33554432000 4194304 4196468 140722926144752 139842188993888 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3026] ppid=2963 vsize=10826488 memory=0 CPUtime=0.09 cores=0-3
/proc/2966/task/3026/stat : 3026 (java) S 2963 2966 31537 0 -1 1077944384 3 13521 0 0 0 0 6 3 20 0 15 0 444741625 11086323712 255210 33554432000 4194304 4196468 140722926144752 139841719232128 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3027] ppid=2963 vsize=10826488 memory=2319389199337275488 CPUtime=0.09 cores=0-3
/proc/2966/task/3027/stat : 3027 (java) S 2963 2966 31537 0 -1 1077944384 3 13521 0 0 0 0 6 3 20 0 15 0 444741628 11086323712 255210 33554432000 4194304 4196468 140722926144752 139841411832400 139842885240731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3028] ppid=2963 vsize=10826488 memory=281338880189952 CPUtime=0.36 cores=0-3
/proc/2966/task/3028/stat : 3028 (java) S 2963 2966 31537 0 -1 1077944384 1172 13521 0 0 27 0 6 3 20 0 15 0 444741628 11086323712 255210 33554432000 4194304 4196468 140722926144752 139842410813552 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3029] ppid=2963 vsize=10826488 memory=-7026283297063673248 CPUtime=0.3 cores=0-3
/proc/2966/task/3029/stat : 3029 (java) S 2963 2966 31537 0 -1 1077944384 538 13521 0 0 21 0 6 3 20 0 15 0 444741628 11086323712 255210 33554432000 4194304 4196468 140722926144752 139842409760752 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3030] ppid=2963 vsize=10826488 memory=8292095139715588497 CPUtime=0.36 cores=0-3
/proc/2966/task/3030/stat : 3030 (java) S 2963 2966 31537 0 -1 1077944384 978 13521 0 0 27 0 6 3 20 0 15 0 444741628 11086323712 255210 33554432000 4194304 4196468 140722926144752 139842408708464 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3031] ppid=2963 vsize=10826488 memory=1399943076115485043 CPUtime=0.09 cores=0-3
/proc/2966/task/3031/stat : 3031 (java) S 2963 2966 31537 0 -1 1077944384 3 13521 0 0 0 0 6 3 20 0 15 0 444741629 11086323712 255210 33554432000 4194304 4196468 140722926144752 139841378273760 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3032] ppid=2963 vsize=10826488 memory=143010197186755 CPUtime=0.09 cores=0-3
/proc/2966/task/3032/stat : 3032 (java) S 2963 2966 31537 0 -1 1077944384 1 13521 0 0 0 0 6 3 20 0 15 0 444741629 11086323712 255210 33554432000 4194304 4196468 140722926144752 139842407656368 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 10826488 KiB

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

/proc/2966/task/3019/stat : 3019 (java) R 2963 2966 31537 0 -1 4202560 446713 13521 0 0 225044 82 6 3 20 0 15 0 444741622 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842857054808 139842477611749 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3020] ppid=2963 vsize=10846988 memory=0 CPUtime=8.69 cores=0-3
/proc/2966/task/3020/stat : 3020 (java) S 2963 2966 31537 0 -1 1077944384 45499 13521 0 0 822 38 6 3 20 0 15 0 444741623 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842889464208 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3021] ppid=2963 vsize=10846988 memory=4179320 CPUtime=8.68 cores=0-3
/proc/2966/task/3021/stat : 3021 (java) S 2963 2966 31537 0 -1 1077944384 31168 13521 0 0 822 37 6 3 20 0 15 0 444741623 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842458278160 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3022] ppid=2963 vsize=10846988 memory=4179320 CPUtime=8.68 cores=0-3
/proc/2966/task/3022/stat : 3022 (java) S 2963 2966 31537 0 -1 1077944384 42843 13521 0 0 821 38 6 3 20 0 15 0 444741623 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842457225872 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3023] ppid=2963 vsize=10846988 memory=4179320 CPUtime=8.67 cores=0-3
/proc/2966/task/3023/stat : 3023 (java) S 2963 2966 31537 0 -1 1077944384 47813 13521 0 0 817 41 6 3 20 0 15 0 444741623 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842456173072 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3024] ppid=2963 vsize=10846988 memory=4179320 CPUtime=2.29 cores=0-3
/proc/2966/task/3024/stat : 3024 (java) S 2963 2966 31537 0 -1 1077944384 16021 13521 0 0 214 6 6 3 20 0 15 0 444741625 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842411866736 139842885233282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3025] ppid=2963 vsize=10846988 memory=4179320 CPUtime=0.09 cores=0-3
/proc/2966/task/3025/stat : 3025 (java) S 2963 2966 31537 0 -1 1077944384 18 13521 0 0 0 0 6 3 20 0 15 0 444741625 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842188993952 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3026] ppid=2963 vsize=10846988 memory=281338880447040 CPUtime=0.09 cores=0-3
/proc/2966/task/3026/stat : 3026 (java) S 2963 2966 31537 0 -1 1077944384 5 13521 0 0 0 0 6 3 20 0 15 0 444741625 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139841719232128 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3027] ppid=2963 vsize=10846988 memory=4179320 CPUtime=0.09 cores=0-3
/proc/2966/task/3027/stat : 3027 (java) S 2963 2966 31537 0 -1 1077944384 3 13521 0 0 0 0 6 3 20 0 15 0 444741628 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139841411832400 139842885240731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3028] ppid=2963 vsize=10846988 memory=4180860 CPUtime=6.5 cores=0-3
/proc/2966/task/3028/stat : 3028 (java) S 2963 2966 31537 0 -1 1077944384 34773 13521 0 0 637 4 6 3 20 0 15 0 444741628 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842410813552 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3029] ppid=2963 vsize=10846988 memory=6944656592455097440 CPUtime=5.99 cores=0-3
/proc/2966/task/3029/stat : 3029 (java) S 2963 2966 31537 0 -1 1077944384 32008 13521 0 0 585 5 6 3 20 0 15 0 444741628 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842409760752 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3030] ppid=2963 vsize=10846988 memory=4179320 CPUtime=2.02 cores=0-3
/proc/2966/task/3030/stat : 3030 (java) S 2963 2966 31537 0 -1 1077944384 15458 13521 0 0 188 5 6 3 20 0 15 0 444741628 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842408708464 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3031] ppid=2963 vsize=10846988 memory=3612 CPUtime=0.09 cores=0-3
/proc/2966/task/3031/stat : 3031 (java) S 2963 2966 31537 0 -1 1077944384 3 13521 0 0 0 0 6 3 20 0 15 0 444741629 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139841378273760 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3032] ppid=2963 vsize=10846988 memory=4179320 CPUtime=1.24 cores=0-3
/proc/2966/task/3032/stat : 3032 (java) S 2963 2966 31537 0 -1 1077944384 1428 13521 0 0 60 55 6 3 20 0 15 0 444741629 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842407656368 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
Current children cumulated CPU time: 2303.44 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 4179320 KiB

[startup+2322.3 s]
/proc/loadavg: 1.56 1.69 1.68 3/227 3401
/proc/meminfo: memFree=24193760/32770688 swapFree=66961208/67108860
[pid=2966] ppid=2963 vsize=10846988 memory=4179320 CPUtime=2364.31 cores=0-3
/proc/2966/stat : 2966 (java) S 2963 2966 31537 0 -1 1077944320 722470 13521 0 0 236115 307 6 3 20 0 15 0 444741612 11107315712 1044830 33554432000 4194304 4196468 140722926144752 140722926127296 139842885222135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
/proc/2966/statm: 2711747 1044830 3625 1 0 2673805 0
[pid=2966/tid=3019] ppid=2963 vsize=10846988 memory=1408 CPUtime=2311.05 cores=0-3
/proc/2966/task/3019/stat : 3019 (java) R 2963 2966 31537 0 -1 4202560 448717 13521 0 0 231013 83 6 3 20 0 15 0 444741622 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842857057936 139842488677707 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3020] ppid=2963 vsize=10846988 memory=4179320 CPUtime=8.97 cores=0-3
/proc/2966/task/3020/stat : 3020 (java) S 2963 2966 31537 0 -1 1077944384 46039 13521 0 0 850 38 6 3 20 0 15 0 444741623 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842889464208 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3021] ppid=2963 vsize=10846988 memory=4179320 CPUtime=8.96 cores=0-3
/proc/2966/task/3021/stat : 3021 (java) S 2963 2966 31537 0 -1 1077944384 31568 13521 0 0 850 37 6 3 20 0 15 0 444741623 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842458278160 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3022] ppid=2963 vsize=10846988 memory=4179320 CPUtime=8.96 cores=0-3
/proc/2966/task/3022/stat : 3022 (java) S 2963 2966 31537 0 -1 1077944384 43214 13521 0 0 849 38 6 3 20 0 15 0 444741623 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842457225872 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3023] ppid=2963 vsize=10846988 memory=4179320 CPUtime=8.95 cores=0-3
/proc/2966/task/3023/stat : 3023 (java) S 2963 2966 31537 0 -1 1077944384 50642 13521 0 0 845 41 6 3 20 0 15 0 444741623 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842456173072 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3024] ppid=2963 vsize=10846988 memory=4179320 CPUtime=2.31 cores=0-3
/proc/2966/task/3024/stat : 3024 (java) S 2963 2966 31537 0 -1 1077944384 16344 13521 0 0 216 6 6 3 20 0 15 0 444741625 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842411866736 139842885233282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3025] ppid=2963 vsize=10846988 memory=4179320 CPUtime=0.09 cores=0-3
/proc/2966/task/3025/stat : 3025 (java) S 2963 2966 31537 0 -1 1077944384 18 13521 0 0 0 0 6 3 20 0 15 0 444741625 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842188993952 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3026] ppid=2963 vsize=10846988 memory=4179320 CPUtime=0.09 cores=0-3
/proc/2966/task/3026/stat : 3026 (java) S 2963 2966 31537 0 -1 1077944384 5 13521 0 0 0 0 6 3 20 0 15 0 444741625 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139841719232128 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3027] ppid=2963 vsize=10846988 memory=4179320 CPUtime=0.09 cores=0-3
/proc/2966/task/3027/stat : 3027 (java) S 2963 2966 31537 0 -1 1077944384 3 13521 0 0 0 0 6 3 20 0 15 0 444741628 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139841411832400 139842885240731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3028] ppid=2963 vsize=10846988 memory=4179320 CPUtime=6.5 cores=0-3
/proc/2966/task/3028/stat : 3028 (java) S 2963 2966 31537 0 -1 1077944384 34778 13521 0 0 637 4 6 3 20 0 15 0 444741628 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842410813552 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3029] ppid=2963 vsize=10846988 memory=4179320 CPUtime=5.99 cores=0-3
/proc/2966/task/3029/stat : 3029 (java) S 2963 2966 31537 0 -1 1077944384 32011 13521 0 0 585 5 6 3 20 0 15 0 444741628 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842409760752 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3030] ppid=2963 vsize=10846988 memory=4179320 CPUtime=2.02 cores=0-3
/proc/2966/task/3030/stat : 3030 (java) S 2963 2966 31537 0 -1 1077944384 15465 13521 0 0 188 5 6 3 20 0 15 0 444741628 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842408708464 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3031] ppid=2963 vsize=10846988 memory=281338881065600 CPUtime=0.09 cores=0-3
/proc/2966/task/3031/stat : 3031 (java) S 2963 2966 31537 0 -1 1077944384 3 13521 0 0 0 0 6 3 20 0 15 0 444741629 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139841378273760 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3032] ppid=2963 vsize=10846988 memory=4179320 CPUtime=1.27 cores=0-3
/proc/2966/task/3032/stat : 3032 (java) S 2963 2966 31537 0 -1 1077944384 1452 13521 0 0 61 57 6 3 20 0 15 0 444741629 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842407656368 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
Current children cumulated CPU time: 2364.31 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 4179320 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2357.5 s]
/proc/loadavg: 1.49 1.66 1.67 3/227 3405
/proc/meminfo: memFree=24193456/32770688 swapFree=66961208/67108860
[pid=2966] ppid=2963 vsize=10846988 memory=4179320 CPUtime=2400.02 cores=0-3
/proc/2966/stat : 2966 (java) S 2963 2966 31537 0 -1 1077944320 728472 13521 0 0 239685 308 6 3 20 0 15 0 444741612 11107315712 1044830 33554432000 4194304 4196468 140722926144752 140722926127296 139842885222135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
/proc/2966/statm: 2711747 1044830 3625 1 0 2673805 0
[pid=2966/tid=3019] ppid=2963 vsize=10846988 memory=4179320 CPUtime=2346.06 cores=0-3
/proc/2966/task/3019/stat : 3019 (java) R 2963 2966 31537 0 -1 4202560 450521 13521 0 0 234514 83 6 3 20 0 15 0 444741622 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842857044720 139842477612949 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3020] ppid=2963 vsize=10846988 memory=4179320 CPUtime=9.14 cores=0-3
/proc/2966/task/3020/stat : 3020 (java) S 2963 2966 31537 0 -1 1077944384 46422 13521 0 0 866 39 6 3 20 0 15 0 444741623 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842889464208 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3021] ppid=2963 vsize=10846988 memory=46576 CPUtime=9.12 cores=0-3
/proc/2966/task/3021/stat : 3021 (java) S 2963 2966 31537 0 -1 1077944384 32029 13521 0 0 866 37 6 3 20 0 15 0 444741623 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842458278160 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3022] ppid=2963 vsize=10846988 memory=4179320 CPUtime=9.13 cores=0-3
/proc/2966/task/3022/stat : 3022 (java) S 2963 2966 31537 0 -1 1077944384 44527 13521 0 0 866 38 6 3 20 0 15 0 444741623 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842457225872 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3023] ppid=2963 vsize=10846988 memory=4179320 CPUtime=9.12 cores=0-3
/proc/2966/task/3023/stat : 3023 (java) S 2963 2966 31537 0 -1 1077944384 52321 13521 0 0 861 42 6 3 20 0 15 0 444741623 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842456173072 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3024] ppid=2963 vsize=10846988 memory=4179320 CPUtime=2.33 cores=0-3
/proc/2966/task/3024/stat : 3024 (java) S 2963 2966 31537 0 -1 1077944384 16662 13521 0 0 218 6 6 3 20 0 15 0 444741625 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842411866736 139842885233282 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3025] ppid=2963 vsize=10846988 memory=0 CPUtime=0.09 cores=0-3
/proc/2966/task/3025/stat : 3025 (java) S 2963 2966 31537 0 -1 1077944384 18 13521 0 0 0 0 6 3 20 0 15 0 444741625 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842188993952 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3026] ppid=2963 vsize=10846988 memory=4179320 CPUtime=0.09 cores=0-3
/proc/2966/task/3026/stat : 3026 (java) S 2963 2966 31537 0 -1 1077944384 5 13521 0 0 0 0 6 3 20 0 15 0 444741625 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139841719232128 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3027] ppid=2963 vsize=10846988 memory=4179320 CPUtime=0.09 cores=0-3
/proc/2966/task/3027/stat : 3027 (java) S 2963 2966 31537 0 -1 1077944384 3 13521 0 0 0 0 6 3 20 0 15 0 444741628 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139841411832400 139842885240731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3028] ppid=2963 vsize=10846988 memory=4179320 CPUtime=6.5 cores=0-3
/proc/2966/task/3028/stat : 3028 (java) S 2963 2966 31537 0 -1 1077944384 34781 13521 0 0 637 4 6 3 20 0 15 0 444741628 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842410813552 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3029] ppid=2963 vsize=10846988 memory=0 CPUtime=5.99 cores=0-3
/proc/2966/task/3029/stat : 3029 (java) S 2963 2966 31537 0 -1 1077944384 32013 13521 0 0 585 5 6 3 20 0 15 0 444741628 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842409760752 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3030] ppid=2963 vsize=10846988 memory=55 CPUtime=2.02 cores=0-3
/proc/2966/task/3030/stat : 3030 (java) S 2963 2966 31537 0 -1 1077944384 15467 13521 0 0 188 5 6 3 20 0 15 0 444741628 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842408708464 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3031] ppid=2963 vsize=10846988 memory=4179320 CPUtime=0.09 cores=0-3
/proc/2966/task/3031/stat : 3031 (java) S 2963 2966 31537 0 -1 1077944384 3 13521 0 0 0 0 6 3 20 0 15 0 444741629 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139841378273760 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3032] ppid=2963 vsize=10846988 memory=4179320 CPUtime=1.29 cores=0-3
/proc/2966/task/3032/stat : 3032 (java) S 2963 2966 31537 0 -1 1077944384 1489 13521 0 0 62 58 6 3 20 0 15 0 444741629 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842407656368 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 4179320 KiB

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

[startup+2357.55 s]
# the end of solver process 2966 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.94 s, system=3.14638 s

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

[startup+2357.5 s]
/proc/loadavg: 1.49 1.66 1.67 3/227 3405
/proc/meminfo: memFree=24193456/32770688 swapFree=66961208/67108860
[pid=2966] ppid=2963 vsize=10846988 memory=4179320 CPUtime=2400.02 cores=0-3
/proc/2966/stat : 2966 (java) S 2963 2966 31537 0 -1 1077944320 728472 13521 0 0 239685 308 6 3 20 0 15 0 444741612 11107315712 1044830 33554432000 4194304 4196468 140722926144752 140722926127296 139842885222135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
/proc/2966/statm: 2711747 1044830 3625 1 0 2673805 0
[pid=2966/tid=3019] ppid=2963 vsize=10846988 memory=4179320 CPUtime=2346.06 cores=0-3
/proc/2966/task/3019/stat : 3019 (java) R 2963 2966 31537 0 -1 4202560 450521 13521 0 0 234514 83 6 3 20 0 15 0 444741622 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842857044720 139842477612949 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3020] ppid=2963 vsize=10846988 memory=4179320 CPUtime=9.14 cores=0-3
/proc/2966/task/3020/stat : 3020 (java) S 2963 2966 31537 0 -1 1077944384 46422 13521 0 0 866 39 6 3 20 0 15 0 444741623 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842889464208 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3021] ppid=2963 vsize=10846988 memory=46576 CPUtime=9.12 cores=0-3
/proc/2966/task/3021/stat : 3021 (java) S 2963 2966 31537 0 -1 1077944384 32029 13521 0 0 866 37 6 3 20 0 15 0 444741623 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842458278160 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3022] ppid=2963 vsize=10846988 memory=4179320 CPUtime=9.13 cores=0-3
/proc/2966/task/3022/stat : 3022 (java) S 2963 2966 31537 0 -1 1077944384 44527 13521 0 0 866 38 6 3 20 0 15 0 444741623 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842457225872 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3023] ppid=2963 vsize=10846988 memory=4179320 CPUtime=9.12 cores=0-3
/proc/2966/task/3023/stat : 3023 (java) S 2963 2966 31537 0 -1 1077944384 52321 13521 0 0 861 42 6 3 20 0 15 0 444741623 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842456173072 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3024] ppid=2963 vsize=10846988 memory=4179320 CPUtime=2.33 cores=0-3
/proc/2966/task/3024/stat : 3024 (java) S 2963 2966 31537 0 -1 1077944384 16662 13521 0 0 218 6 6 3 20 0 15 0 444741625 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842411866736 139842885233282 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3025] ppid=2963 vsize=10846988 memory=0 CPUtime=0.09 cores=0-3
/proc/2966/task/3025/stat : 3025 (java) S 2963 2966 31537 0 -1 1077944384 18 13521 0 0 0 0 6 3 20 0 15 0 444741625 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842188993952 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3026] ppid=2963 vsize=10846988 memory=4179320 CPUtime=0.09 cores=0-3
/proc/2966/task/3026/stat : 3026 (java) S 2963 2966 31537 0 -1 1077944384 5 13521 0 0 0 0 6 3 20 0 15 0 444741625 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139841719232128 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3027] ppid=2963 vsize=10846988 memory=4179320 CPUtime=0.09 cores=0-3
/proc/2966/task/3027/stat : 3027 (java) S 2963 2966 31537 0 -1 1077944384 3 13521 0 0 0 0 6 3 20 0 15 0 444741628 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139841411832400 139842885240731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3028] ppid=2963 vsize=10846988 memory=4179320 CPUtime=6.5 cores=0-3
/proc/2966/task/3028/stat : 3028 (java) S 2963 2966 31537 0 -1 1077944384 34781 13521 0 0 637 4 6 3 20 0 15 0 444741628 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842410813552 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3029] ppid=2963 vsize=10846988 memory=0 CPUtime=5.99 cores=0-3
/proc/2966/task/3029/stat : 3029 (java) S 2963 2966 31537 0 -1 1077944384 32013 13521 0 0 585 5 6 3 20 0 15 0 444741628 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842409760752 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3030] ppid=2963 vsize=10846988 memory=55 CPUtime=2.02 cores=0-3
/proc/2966/task/3030/stat : 3030 (java) S 2963 2966 31537 0 -1 1077944384 15467 13521 0 0 188 5 6 3 20 0 15 0 444741628 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842408708464 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3031] ppid=2963 vsize=10846988 memory=4179320 CPUtime=0.09 cores=0-3
/proc/2966/task/3031/stat : 3031 (java) S 2963 2966 31537 0 -1 1077944384 3 13521 0 0 0 0 6 3 20 0 15 0 444741629 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139841378273760 139842885232341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
[pid=2966/tid=3032] ppid=2963 vsize=10846988 memory=4179320 CPUtime=1.29 cores=0-3
/proc/2966/task/3032/stat : 3032 (java) S 2963 2966 31537 0 -1 1077944384 1489 13521 0 0 62 58 6 3 20 0 15 0 444741629 11107315712 1044830 33554432000 4194304 4196468 140722926144752 139842407656368 139842885233282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13766656 140722926152432 140722926154949 140722926154949 140722926157775 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 4179320 KiB

Child status: 143
Real time (s): 2357.55
CPU time (s): 2400.08
CPU user time (s): 2396.94
CPU system time (s): 3.14638
CPU usage (%): 101.804
Max. virtual memory (cumulated for all children) (KiB): 10849652
Max. memory (cumulated for all children) (KiB): 4196764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.94
system time used= 3.14638
maximum resident set size= 4196764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 745492
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 68717
involuntary context switches= 2559


# summary of solver processes directly reported to runsolver:
#   pid: 2966
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2396.94
#   total CPU system time (s): 3.14638

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6832 second user time and 25.3851 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-17 04:39:18
IDJOB=4401455
IDBENCH=138083
IDSOLVER=2858
FILE ID=node116/4401455-1568687999
RUNJOBID= node116-1568673291-31568
PBS_JOBID= 21703792
Free space on /tmp= 61116 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-4401455-1568687999/watcher-4401455-1568687999 -o /tmp/evaluation-result-4401455-1568687999/solver-4401455-1568687999 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568673291-31568 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=434527036 HOME/instance-4401455-1568687999.xml

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

MD5SUM BENCH= 9cdf82428becd6b5ad716031980a59d2
RANDOM SEED=434527036

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        30172664 kB
MemAvailable:   31503320 kB
Buffers:          141396 kB
Cached:          1483312 kB
SwapCached:        46588 kB
Active:          1465052 kB
Inactive:         554900 kB
Active(anon):     349132 kB
Inactive(anon):    94964 kB
Active(file):    1115920 kB
Inactive(file):   459936 kB
Unevictable:      110568 kB
Mlocked:          110568 kB
SwapTotal:      67108860 kB
SwapFree:       66961208 kB
Dirty:            117880 kB
Writeback:             0 kB
AnonPages:        460240 kB
Mapped:            61428 kB
Shmem:             40292 kB
Slab:             170412 kB
SReclaimable:     141272 kB
SUnreclaim:        29140 kB
KernelStack:        3696 kB
PageTables:         6936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1478388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    364544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61080 MiB
End job on node116 at 2019-09-17 05:18:36