Trace number 4396268

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) 2520.28 2476.81

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n4c1w2b.xml
MD5SUMd888f3c6414640c595bd57a6b8e70245
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1981
Number of constraints795
Number of domains2
Minimum domain size82
Maximum domain size397
Distribution of domain sizes[{"size":82,"count":1980},{"size":397,"count":1}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":1584},{"degree":5,"count":396}]
Minimum constraint arity5
Maximum constraint arity1980
Distribution of constraint arities[{"arity":5,"count":792},{"arity":397,"count":1},{"arity":1980,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":396},{"type":"lex","count":1},{"type":"sum","count":396},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396268-1568409771/watcher-4396268-1568409771 -o /tmp/evaluation-result-4396268-1568409771/solver-4396268-1568409771 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568395860-30100 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=837520271 HOME/instance-4396268-1568409771.xml 

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

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


[startup+0.10006 s]*
/proc/loadavg: 1.42 1.42 1.41 3/219 875
/proc/meminfo: memFree=30824228/32770624 swapFree=66918936/67108860
[pid=818] ppid=815 vsize=9972712 memory=16284 CPUtime=0.09 cores=0,2,4,6
/proc/818/stat : 818 (java) S 815 818 30069 0 -1 1077944320 4321 13275 0 0 0 1 5 3 20 0 6 0 416914987 10212057088 4071 33554432000 4194304 4196468 140734811710832 140734811693376 139696599207671 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
/proc/818/statm: 2493178 4071 1920 1 0 2481616 0
[pid=818/tid=871] ppid=815 vsize=9972712 memory=8389772277269004345 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/871/stat : 871 (java) R 815 818 30069 0 -1 4202560 2245 13275 0 0 0 0 5 3 20 0 6 0 416914996 10212057088 4203 33554432000 4194304 4196468 140734811710832 139696571044432 139696584576464 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=872] ppid=815 vsize=9972712 memory=4294967641 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/872/stat : 872 (java) S 815 818 30069 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 6 0 416914997 10212057088 4203 33554432000 4194304 4196468 140734811710832 139696603450256 139696599217877 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=873] ppid=815 vsize=9972712 memory=139880492347585 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/873/stat : 873 (java) S 815 818 30069 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 6 0 416914997 10212057088 4203 33554432000 4194304 4196468 140734811710832 139696502340368 139696599217877 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=874] ppid=815 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/874/stat : 874 (java) S 815 818 30069 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 6 0 416914997 10212057088 4203 33554432000 4194304 4196468 140734811710832 139696501288080 139696599217877 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=875] ppid=815 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/875/stat : 875 (java) S 815 818 30069 0 -1 1077944384 2 13275 0 0 0 0 5 3 20 0 6 0 416914997 10212057088 4203 33554432000 4194304 4196468 140734811710832 139696500235280 139696599217877 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16284 KiB

[startup+0.210039 s]*
/proc/loadavg: 1.42 1.42 1.41 4/228 884
/proc/meminfo: memFree=30803136/32770624 swapFree=66918936/67108860
[pid=818] ppid=815 vsize=10819664 memory=39196 CPUtime=0.26 cores=0,2,4,6
/proc/818/stat : 818 (java) S 815 818 30069 0 -1 1077944320 7159 13275 0 0 16 2 5 3 20 0 15 0 416914987 11079335936 9799 33554432000 4194304 4196468 140734811710832 140734811693376 139696599207671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
/proc/818/statm: 2704916 9799 3139 1 0 2667149 0
[pid=818/tid=871] ppid=815 vsize=10819664 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/818/task/871/stat : 871 (java) R 815 818 30069 0 -1 4202560 3682 13275 0 0 10 1 5 3 20 0 15 0 416914996 11079335936 9799 33554432000 4194304 4196468 140734811710832 139696571040384 139696580771227 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=872] ppid=815 vsize=10819664 memory=4294967641 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/872/stat : 872 (java) S 815 818 30069 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 416914997 11079335936 9799 33554432000 4194304 4196468 140734811710832 139696603450256 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=873] ppid=815 vsize=10819664 memory=139880492347585 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/873/stat : 873 (java) S 815 818 30069 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 416914997 11079335936 9799 33554432000 4194304 4196468 140734811710832 139696502340368 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=874] ppid=815 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/874/stat : 874 (java) S 815 818 30069 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 416914997 11079335936 9799 33554432000 4194304 4196468 140734811710832 139696501288080 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=875] ppid=815 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/875/stat : 875 (java) S 815 818 30069 0 -1 1077944384 2 13275 0 0 0 0 5 3 20 0 15 0 416914997 11079335936 9799 33554432000 4194304 4196468 140734811710832 139696500235280 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=876] ppid=815 vsize=10819664 memory=139880492320384 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/876/stat : 876 (java) S 815 818 30069 0 -1 1077944384 2 13275 0 0 0 0 5 3 20 0 15 0 416914998 11079335936 9799 33554432000 4194304 4196468 140734811710832 139695923939440 139696599218818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=877] ppid=815 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/877/stat : 877 (java) S 815 818 30069 0 -1 1077944384 13 13275 0 0 0 0 5 3 20 0 15 0 416914999 11079335936 9799 33554432000 4194304 4196468 140734811710832 139695489016608 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=878] ppid=815 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/878/stat : 878 (java) S 815 818 30069 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 416914999 11079335936 9799 33554432000 4194304 4196468 140734811710832 139695354799216 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=879] ppid=815 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/879/stat : 879 (java) S 815 818 30069 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 416915001 11079335936 9799 33554432000 4194304 4196468 140734811710832 139695114508368 139696599226267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=880] ppid=815 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/818/task/880/stat : 880 (java) S 815 818 30069 0 -1 1077944384 462 13275 0 0 1 0 5 3 20 0 15 0 416915001 11079335936 9799 33554432000 4194304 4196468 140734811710832 139695922887280 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=881] ppid=815 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/881/stat : 881 (java) S 815 818 30069 0 -1 1077944384 182 13275 0 0 0 0 5 3 20 0 15 0 416915002 11079335936 9799 33554432000 4194304 4196468 140734811710832 139695921834480 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=882] ppid=815 vsize=10819664 memory=139880492320384 CPUtime=0.11 cores=0,2,4,6
/proc/818/task/882/stat : 882 (java) S 815 818 30069 0 -1 1077944384 622 13275 0 0 3 0 5 3 20 0 15 0 416915002 11079335936 9799 33554432000 4194304 4196468 140734811710832 139695920782192 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=883] ppid=815 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/883/stat : 883 (java) S 815 818 30069 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 416915002 11079335936 9799 33554432000 4194304 4196468 140734811710832 139695080950752 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=884] ppid=815 vsize=10819664 memory=139880492320384 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/884/stat : 884 (java) S 815 818 30069 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 416915002 11079335936 9799 33554432000 4194304 4196468 140734811710832 139695919729072 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39196 KiB

[startup+0.310781 s]*
/proc/loadavg: 1.42 1.42 1.41 3/228 884
/proc/meminfo: memFree=30790800/32770624 swapFree=66918936/67108860
[pid=818] ppid=815 vsize=10820148 memory=50584 CPUtime=0.4 cores=0,2,4,6
/proc/818/stat : 818 (java) S 815 818 30069 0 -1 1077944320 10872 13275 0 0 28 4 5 3 20 0 15 0 416914987 11079831552 12646 33554432000 4194304 4196468 140734811710832 140734811693376 139696599207671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
/proc/818/statm: 2705037 12646 3303 1 0 2667149 0
[pid=818/tid=871] ppid=815 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/818/task/871/stat : 871 (java) R 815 818 30069 0 -1 4202560 7363 13275 0 0 18 3 5 3 20 0 15 0 416914996 11079831552 12646 33554432000 4194304 4196468 140734811710832 139696571007584 139696583288158 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=872] ppid=815 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/872/stat : 872 (java) S 815 818 30069 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 416914997 11079831552 12646 33554432000 4194304 4196468 140734811710832 139696603450256 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=873] ppid=815 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/873/stat : 873 (java) S 815 818 30069 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 416914997 11079831552 12646 33554432000 4194304 4196468 140734811710832 139696502340368 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=874] ppid=815 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/874/stat : 874 (java) S 815 818 30069 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 416914997 11079831552 12646 33554432000 4194304 4196468 140734811710832 139696501288080 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=875] ppid=815 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/875/stat : 875 (java) S 815 818 30069 0 -1 1077944384 2 13275 0 0 0 0 5 3 20 0 15 0 416914997 11079831552 12646 33554432000 4194304 4196468 140734811710832 139696500235280 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=876] ppid=815 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/876/stat : 876 (java) S 815 818 30069 0 -1 1077944384 2 13275 0 0 0 0 5 3 20 0 15 0 416914998 11079831552 12646 33554432000 4194304 4196468 140734811710832 139695923939440 139696599218818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=877] ppid=815 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/877/stat : 877 (java) S 815 818 30069 0 -1 1077944384 13 13275 0 0 0 0 5 3 20 0 15 0 416914999 11079831552 12646 33554432000 4194304 4196468 140734811710832 139695489016608 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=878] ppid=815 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/878/stat : 878 (java) S 815 818 30069 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 416914999 11079831552 12646 33554432000 4194304 4196468 140734811710832 139695354799216 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=879] ppid=815 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/879/stat : 879 (java) S 815 818 30069 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 416915001 11079831552 12646 33554432000 4194304 4196468 140734811710832 139695114508368 139696599226267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=880] ppid=815 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/818/task/880/stat : 880 (java) S 815 818 30069 0 -1 1077944384 463 13275 0 0 2 0 5 3 20 0 15 0 416915001 11079831552 12646 33554432000 4194304 4196468 140734811710832 139695922887280 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=881] ppid=815 vsize=10820148 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/818/task/881/stat : 881 (java) S 815 818 30069 0 -1 1077944384 191 13275 0 0 2 0 5 3 20 0 15 0 416915002 11079831552 12646 33554432000 4194304 4196468 140734811710832 139695921834480 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=882] ppid=815 vsize=10820148 memory=139880492320384 CPUtime=0.13 cores=0,2,4,6
/proc/818/task/882/stat : 882 (java) S 815 818 30069 0 -1 1077944384 631 13275 0 0 5 0 5 3 20 0 15 0 416915002 11079831552 12646 33554432000 4194304 4196468 140734811710832 139695920782192 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=883] ppid=815 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/883/stat : 883 (java) S 815 818 30069 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 416915002 11079831552 12646 33554432000 4194304 4196468 140734811710832 139695080950752 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=884] ppid=815 vsize=10820148 memory=139880492320384 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/884/stat : 884 (java) S 815 818 30069 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 416915002 11079831552 12646 33554432000 4194304 4196468 140734811710832 139695919729072 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50584 KiB

[startup+0.700733 s]
/proc/loadavg: 1.42 1.42 1.41 3/228 884
/proc/meminfo: memFree=30776384/32770624 swapFree=66918936/67108860
[pid=818] ppid=815 vsize=10824360 memory=83112 CPUtime=1.14 cores=0,2,4,6
/proc/818/stat : 818 (java) S 815 818 30069 0 -1 1077944320 14990 13275 0 0 101 5 5 3 20 0 15 0 416914987 11084144640 20778 33554432000 4194304 4196468 140734811710832 140734811693376 139696599207671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
/proc/818/statm: 2706090 20778 3510 1 0 2668173 0
[pid=818/tid=871] ppid=815 vsize=10824360 memory=7019257425709197167 CPUtime=0.67 cores=0,2,4,6
/proc/818/task/871/stat : 871 (java) R 815 818 30069 0 -1 4202560 10358 13275 0 0 55 4 5 3 20 0 15 0 416914996 11084144640 20778 33554432000 4194304 4196468 140734811710832 139696571037216 139696599229597 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=872] ppid=815 vsize=10824360 memory=4294968111 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/872/stat : 872 (java) S 815 818 30069 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 416914997 11084144640 20778 33554432000 4194304 4196468 140734811710832 139696603450256 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=873] ppid=815 vsize=10824360 memory=139880373947158 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/873/stat : 873 (java) S 815 818 30069 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 416914997 11084144640 20778 33554432000 4194304 4196468 140734811710832 139696502340368 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=874] ppid=815 vsize=10824360 memory=139880373949431 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/874/stat : 874 (java) S 815 818 30069 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 416914997 11084144640 20778 33554432000 4194304 4196468 140734811710832 139696501288080 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=875] ppid=815 vsize=10824360 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/875/stat : 875 (java) S 815 818 30069 0 -1 1077944384 2 13275 0 0 0 0 5 3 20 0 15 0 416914997 11084144640 20778 33554432000 4194304 4196468 140734811710832 139696500235280 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=876] ppid=815 vsize=10824360 memory=8865 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/876/stat : 876 (java) S 815 818 30069 0 -1 1077944384 5 13275 0 0 0 0 5 3 20 0 15 0 416914998 11084144640 20778 33554432000 4194304 4196468 140734811710832 139695923939440 139696599218818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=877] ppid=815 vsize=10824360 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/877/stat : 877 (java) S 815 818 30069 0 -1 1077944384 13 13275 0 0 0 0 5 3 20 0 15 0 416914999 11084144640 20778 33554432000 4194304 4196468 140734811710832 139695489016608 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=878] ppid=815 vsize=10824360 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/878/stat : 878 (java) S 815 818 30069 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 416914999 11084144640 20778 33554432000 4194304 4196468 140734811710832 139695354799216 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=879] ppid=815 vsize=10824360 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/879/stat : 879 (java) S 815 818 30069 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 416915001 11084144640 20778 33554432000 4194304 4196468 140734811710832 139695114508368 139696599226267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=880] ppid=815 vsize=10824360 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/818/task/880/stat : 880 (java) R 815 818 30069 0 -1 4202560 947 13275 0 0 13 0 5 3 20 0 15 0 416915001 11084144640 20778 33554432000 4194304 4196468 140734811710832 139695922887280 139696585271648 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=881] ppid=815 vsize=10824360 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/818/task/881/stat : 881 (java) S 815 818 30069 0 -1 1077944384 600 13275 0 0 14 0 5 3 20 0 15 0 416915002 11084144640 20778 33554432000 4194304 4196468 140734811710832 139695921834480 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=882] ppid=815 vsize=10824360 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/818/task/882/stat : 882 (java) S 815 818 30069 0 -1 1077944384 849 13275 0 0 17 0 5 3 20 0 15 0 416915002 11084144640 20778 33554432000 4194304 4196468 140734811710832 139695920782192 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=883] ppid=815 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/883/stat : 883 (java) S 815 818 30069 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 416915002 11084144640 20778 33554432000 4194304 4196468 140734811710832 139695080950752 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=884] ppid=815 vsize=10824360 memory=-7093856181963027648 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/884/stat : 884 (java) S 815 818 30069 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 416915002 11084144640 20778 33554432000 4194304 4196468 140734811710832 139695919729072 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83112 KiB

[startup+1.5007 s]
/proc/loadavg: 1.42 1.42 1.41 5/228 884
/proc/meminfo: memFree=30733536/32770624 swapFree=66918936/67108860
[pid=818] ppid=815 vsize=10834676 memory=185036 CPUtime=2.78 cores=0,2,4,6
/proc/818/stat : 818 (java) S 815 818 30069 0 -1 1077944320 23499 13275 0 0 259 11 5 3 20 0 15 0 416914987 11094708224 46259 33554432000 4194304 4196468 140734811710832 140734811693376 139696599207671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
/proc/818/statm: 2708669 46259 3588 1 0 2670733 0
[pid=818/tid=871] ppid=815 vsize=10834676 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/818/task/871/stat : 871 (java) R 815 818 30069 0 -1 4202560 15279 13275 0 0 128 7 5 3 20 0 15 0 416914996 11094708224 46259 33554432000 4194304 4196468 140734811710832 139696571038800 139696584373216 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=872] ppid=815 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/818/task/872/stat : 872 (java) S 815 818 30069 0 -1 1077944384 61 13275 0 0 1 0 5 3 20 0 15 0 416914997 11094708224 46259 33554432000 4194304 4196468 140734811710832 139696603450256 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=873] ppid=815 vsize=10834676 memory=139880376780906 CPUtime=0.09 cores=0,2,4,6
/proc/818/task/873/stat : 873 (java) S 815 818 30069 0 -1 1077944384 69 13275 0 0 1 0 5 3 20 0 15 0 416914997 11094708224 46259 33554432000 4194304 4196468 140734811710832 139696502340368 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=874] ppid=815 vsize=10834676 memory=22128 CPUtime=0.09 cores=0,2,4,6
/proc/818/task/874/stat : 874 (java) S 815 818 30069 0 -1 1077944384 40 13275 0 0 1 0 5 3 20 0 15 0 416914997 11094708224 46259 33554432000 4194304 4196468 140734811710832 139696501288080 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=875] ppid=815 vsize=10834676 memory=1412 CPUtime=0.09 cores=0,2,4,6
/proc/818/task/875/stat : 875 (java) S 815 818 30069 0 -1 1077944384 328 13275 0 0 1 0 5 3 20 0 15 0 416914997 11094708224 46259 33554432000 4194304 4196468 140734811710832 139696500235280 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=876] ppid=815 vsize=10834676 memory=3236 CPUtime=0.09 cores=0,2,4,6
/proc/818/task/876/stat : 876 (java) S 815 818 30069 0 -1 1077944384 115 13275 0 0 1 0 5 3 20 0 15 0 416914998 11094708224 46259 33554432000 4194304 4196468 140734811710832 139695923939440 139696599218818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=877] ppid=815 vsize=10834676 memory=625904 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/877/stat : 877 (java) S 815 818 30069 0 -1 1077944384 14 13275 0 0 0 0 5 3 20 0 15 0 416914999 11094708224 46259 33554432000 4194304 4196468 140734811710832 139695489016672 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=878] ppid=815 vsize=10834676 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/878/stat : 878 (java) S 815 818 30069 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 416914999 11094708224 46259 33554432000 4194304 4196468 140734811710832 139695354799232 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=879] ppid=815 vsize=10834676 memory=33 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/879/stat : 879 (java) S 815 818 30069 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 416915001 11094708224 46259 33554432000 4194304 4196468 140734811710832 139695114508368 139696599226267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=880] ppid=815 vsize=10834676 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/818/task/880/stat : 880 (java) S 815 818 30069 0 -1 1077944384 1707 13275 0 0 37 0 5 3 20 0 15 0 416915001 11094708224 46259 33554432000 4194304 4196468 140734811710832 139695922887280 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=881] ppid=815 vsize=10834676 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/818/task/881/stat : 881 (java) S 815 818 30069 0 -1 1077944384 1651 13275 0 0 40 0 5 3 20 0 15 0 416915002 11094708224 46259 33554432000 4194304 4196468 140734811710832 139695921834480 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=882] ppid=815 vsize=10834676 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/818/task/882/stat : 882 (java) S 815 818 30069 0 -1 1077944384 2022 13275 0 0 44 0 5 3 20 0 15 0 416915002 11094708224 46259 33554432000 4194304 4196468 140734811710832 139695920782192 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=883] ppid=815 vsize=10834676 memory=6941569103405535568 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/883/stat : 883 (java) S 815 818 30069 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 416915002 11094708224 46259 33554432000 4194304 4196468 140734811710832 139695080950752 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=884] ppid=815 vsize=10834676 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/884/stat : 884 (java) S 815 818 30069 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 416915002 11094708224 46259 33554432000 4194304 4196468 140734811710832 139695919729072 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 10834676 KiB

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

/proc/818/task/871/stat : 871 (java) R 815 818 30069 0 -1 4202560 73206 13275 0 0 236634 40 5 3 20 0 15 0 416914996 11109408768 103150 33554432000 4194304 4196468 140734811710832 139696571040640 139696198185660 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=872] ppid=815 vsize=10849032 memory=412600 CPUtime=8.13 cores=0,2,4,6
/proc/818/task/872/stat : 872 (java) S 815 818 30069 0 -1 1077944384 18125 13275 0 0 768 37 5 3 20 0 15 0 416914997 11109408768 103150 33554432000 4194304 4196468 140734811710832 139696603450256 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=873] ppid=815 vsize=10849032 memory=412600 CPUtime=8.12 cores=0,2,4,6
/proc/818/task/873/stat : 873 (java) S 815 818 30069 0 -1 1077944384 13942 13275 0 0 772 32 5 3 20 0 15 0 416914997 11109408768 103150 33554432000 4194304 4196468 140734811710832 139696502340368 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=874] ppid=815 vsize=10849032 memory=412600 CPUtime=8.13 cores=0,2,4,6
/proc/818/task/874/stat : 874 (java) S 815 818 30069 0 -1 1077944384 12717 13275 0 0 772 33 5 3 20 0 15 0 416914997 11109408768 103150 33554432000 4194304 4196468 140734811710832 139696501288080 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=875] ppid=815 vsize=10849032 memory=412600 CPUtime=8.13 cores=0,2,4,6
/proc/818/task/875/stat : 875 (java) S 815 818 30069 0 -1 1077944384 11822 13275 0 0 769 36 5 3 20 0 15 0 416914997 11109408768 103150 33554432000 4194304 4196468 140734811710832 139696500235280 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=876] ppid=815 vsize=10849032 memory=412600 CPUtime=5.69 cores=0,2,4,6
/proc/818/task/876/stat : 876 (java) S 815 818 30069 0 -1 1077944384 15374 13275 0 0 522 39 5 3 20 0 15 0 416914998 11109408768 103150 33554432000 4194304 4196468 140734811710832 139695923939440 139696599218818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=877] ppid=815 vsize=10849032 memory=412600 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/877/stat : 877 (java) S 815 818 30069 0 -1 1077944384 26 13275 0 0 0 0 5 3 20 0 15 0 416914999 11109408768 103150 33554432000 4194304 4196468 140734811710832 139695489016736 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=878] ppid=815 vsize=10849032 memory=412600 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/878/stat : 878 (java) S 815 818 30069 0 -1 1077944384 32 13275 0 0 0 0 5 3 20 0 15 0 416914999 11109408768 103150 33554432000 4194304 4196468 140734811710832 139695354799232 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=879] ppid=815 vsize=10849032 memory=1000 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/879/stat : 879 (java) S 815 818 30069 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 416915001 11109408768 103150 33554432000 4194304 4196468 140734811710832 139695114508368 139696599226267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=880] ppid=815 vsize=10849032 memory=2012 CPUtime=7.66 cores=0,2,4,6
/proc/818/task/880/stat : 880 (java) S 815 818 30069 0 -1 1077944384 47449 13275 0 0 752 6 5 3 20 0 15 0 416915001 11109408768 103150 33554432000 4194304 4196468 140734811710832 139695922887280 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=881] ppid=815 vsize=10849032 memory=4100 CPUtime=8.43 cores=0,2,4,6
/proc/818/task/881/stat : 881 (java) S 815 818 30069 0 -1 1077944384 54553 13275 0 0 828 7 5 3 20 0 15 0 416915002 11109408768 103150 33554432000 4194304 4196468 140734811710832 139695921834480 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=882] ppid=815 vsize=10849032 memory=412600 CPUtime=2.85 cores=0,2,4,6
/proc/818/task/882/stat : 882 (java) S 815 818 30069 0 -1 1077944384 79554 13275 0 0 269 8 5 3 20 0 15 0 416915002 11109408768 103150 33554432000 4194304 4196468 140734811710832 139695920782192 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=883] ppid=815 vsize=10849032 memory=412600 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/883/stat : 883 (java) S 815 818 30069 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 416915002 11109408768 103150 33554432000 4194304 4196468 140734811710832 139695080950752 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=884] ppid=815 vsize=10849032 memory=412600 CPUtime=1.37 cores=0,2,4,6
/proc/818/task/884/stat : 884 (java) S 815 818 30069 0 -1 1077944384 1660 13275 0 0 68 61 5 3 20 0 15 0 416915002 11109408768 103150 33554432000 4194304 4196468 140734811710832 139695919729072 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
Current children cumulated CPU time: 2424.73 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 412600 KiB

[startup+2442.3 s]
/proc/loadavg: 1.18 1.27 1.34 3/228 1297
/proc/meminfo: memFree=30411476/32770624 swapFree=66918980/67108860
[pid=818] ppid=815 vsize=10849032 memory=412576 CPUtime=2485.37 cores=0,2,4,6
/proc/818/stat : 818 (java) S 815 818 30069 0 -1 1077944320 331975 13275 0 0 248254 275 5 3 20 0 15 0 416914987 11109408768 103144 33554432000 4194304 4196468 140734811710832 140734811693376 139696599207671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
/proc/818/statm: 2712258 103144 3631 1 0 2674317 0
[pid=818/tid=871] ppid=815 vsize=10849032 memory=412600 CPUtime=2426.41 cores=0,2,4,6
/proc/818/task/871/stat : 871 (java) R 815 818 30069 0 -1 4202560 73571 13275 0 0 242593 40 5 3 20 0 15 0 416914996 11109408768 103144 33554432000 4194304 4196468 140734811710832 139696571040400 139696197912869 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=872] ppid=815 vsize=10849032 memory=412600 CPUtime=8.34 cores=0,2,4,6
/proc/818/task/872/stat : 872 (java) S 815 818 30069 0 -1 1077944384 18225 13275 0 0 789 37 5 3 20 0 15 0 416914997 11109408768 103144 33554432000 4194304 4196468 140734811710832 139696603450256 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=873] ppid=815 vsize=10849032 memory=412600 CPUtime=8.34 cores=0,2,4,6
/proc/818/task/873/stat : 873 (java) S 815 818 30069 0 -1 1077944384 14008 13275 0 0 793 33 5 3 20 0 15 0 416914997 11109408768 103144 33554432000 4194304 4196468 140734811710832 139696502340368 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=874] ppid=815 vsize=10849032 memory=412576 CPUtime=8.35 cores=0,2,4,6
/proc/818/task/874/stat : 874 (java) S 815 818 30069 0 -1 1077944384 12941 13275 0 0 793 34 5 3 20 0 15 0 416914997 11109408768 103144 33554432000 4194304 4196468 140734811710832 139696501288080 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=875] ppid=815 vsize=10849032 memory=412576 CPUtime=8.35 cores=0,2,4,6
/proc/818/task/875/stat : 875 (java) S 815 818 30069 0 -1 1077944384 11887 13275 0 0 790 37 5 3 20 0 15 0 416914997 11109408768 103144 33554432000 4194304 4196468 140734811710832 139696500235280 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=876] ppid=815 vsize=10849032 memory=412576 CPUtime=5.83 cores=0,2,4,6
/proc/818/task/876/stat : 876 (java) S 815 818 30069 0 -1 1077944384 15530 13275 0 0 535 40 5 3 20 0 15 0 416914998 11109408768 103144 33554432000 4194304 4196468 140734811710832 139695923939440 139696599218818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=877] ppid=815 vsize=10849032 memory=412576 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/877/stat : 877 (java) S 815 818 30069 0 -1 1077944384 26 13275 0 0 0 0 5 3 20 0 15 0 416914999 11109408768 103144 33554432000 4194304 4196468 140734811710832 139695489016736 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=878] ppid=815 vsize=10849032 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/878/stat : 878 (java) S 815 818 30069 0 -1 1077944384 32 13275 0 0 0 0 5 3 20 0 15 0 416914999 11109408768 103144 33554432000 4194304 4196468 140734811710832 139695354799232 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=879] ppid=815 vsize=10849032 memory=412576 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/879/stat : 879 (java) S 815 818 30069 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 416915001 11109408768 103144 33554432000 4194304 4196468 140734811710832 139695114508368 139696599226267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=880] ppid=815 vsize=10849032 memory=412576 CPUtime=7.67 cores=0,2,4,6
/proc/818/task/880/stat : 880 (java) S 815 818 30069 0 -1 1077944384 47657 13275 0 0 753 6 5 3 20 0 15 0 416915001 11109408768 103144 33554432000 4194304 4196468 140734811710832 139695922887280 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=881] ppid=815 vsize=10849032 memory=3616 CPUtime=8.43 cores=0,2,4,6
/proc/818/task/881/stat : 881 (java) S 815 818 30069 0 -1 1077944384 54646 13275 0 0 828 7 5 3 20 0 15 0 416915002 11109408768 103144 33554432000 4194304 4196468 140734811710832 139695921834480 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=882] ppid=815 vsize=10849032 memory=412576 CPUtime=2.85 cores=0,2,4,6
/proc/818/task/882/stat : 882 (java) S 815 818 30069 0 -1 1077944384 79554 13275 0 0 269 8 5 3 20 0 15 0 416915002 11109408768 103144 33554432000 4194304 4196468 140734811710832 139695920782192 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=883] ppid=815 vsize=10849032 memory=412576 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/883/stat : 883 (java) S 815 818 30069 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 416915002 11109408768 103144 33554432000 4194304 4196468 140734811710832 139695080950752 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=884] ppid=815 vsize=10849032 memory=412576 CPUtime=1.4 cores=0,2,4,6
/proc/818/task/884/stat : 884 (java) S 815 818 30069 0 -1 1077944384 1687 13275 0 0 69 63 5 3 20 0 15 0 416915002 11109408768 103144 33554432000 4194304 4196468 140734811710832 139695919729072 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
Current children cumulated CPU time: 2485.37 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 412576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.6 s]
/proc/loadavg: 1.28 1.28 1.34 3/228 1300
/proc/meminfo: memFree=30411276/32770624 swapFree=66918980/67108860
[pid=818] ppid=815 vsize=10849032 memory=412436 CPUtime=2520.05 cores=0,2,4,6
/proc/818/stat : 818 (java) S 815 818 30069 0 -1 1077944320 333152 13275 0 0 251719 278 5 3 20 0 15 0 416914987 11109408768 103109 33554432000 4194304 4196468 140734811710832 140734811693376 139696599207671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
/proc/818/statm: 2712258 103109 3631 1 0 2674317 0
[pid=818/tid=871] ppid=815 vsize=10849032 memory=288230583166042426 CPUtime=2460.5 cores=0,2,4,6
/proc/818/task/871/stat : 871 (java) R 815 818 30069 0 -1 4202560 74022 13275 0 0 246001 41 5 3 20 0 15 0 416914996 11109408768 103109 33554432000 4194304 4196468 140734811710832 139696571042640 139696198184479 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=872] ppid=815 vsize=10849032 memory=16103654281184616 CPUtime=8.47 cores=0,2,4,6
/proc/818/task/872/stat : 872 (java) S 815 818 30069 0 -1 1077944384 18329 13275 0 0 801 38 5 3 20 0 15 0 416914997 11109408768 103109 33554432000 4194304 4196468 140734811710832 139696603450256 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=873] ppid=815 vsize=10849032 memory=279760747888880 CPUtime=8.46 cores=0,2,4,6
/proc/818/task/873/stat : 873 (java) S 815 818 30069 0 -1 1077944384 14043 13275 0 0 804 34 5 3 20 0 15 0 416914997 11109408768 103109 33554432000 4194304 4196468 140734811710832 139696502340368 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=874] ppid=815 vsize=10849032 memory=279760747888880 CPUtime=8.48 cores=0,2,4,6
/proc/818/task/874/stat : 874 (java) S 815 818 30069 0 -1 1077944384 12958 13275 0 0 805 35 5 3 20 0 15 0 416914997 11109408768 103109 33554432000 4194304 4196468 140734811710832 139696501288080 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=875] ppid=815 vsize=10849032 memory=279760747888880 CPUtime=8.47 cores=0,2,4,6
/proc/818/task/875/stat : 875 (java) S 815 818 30069 0 -1 1077944384 12145 13275 0 0 802 37 5 3 20 0 15 0 416914997 11109408768 103109 33554432000 4194304 4196468 140734811710832 139696500235280 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=876] ppid=815 vsize=10849032 memory=31356350842106267 CPUtime=5.91 cores=0,2,4,6
/proc/818/task/876/stat : 876 (java) S 815 818 30069 0 -1 1077944384 15568 13275 0 0 543 40 5 3 20 0 15 0 416914998 11109408768 103109 33554432000 4194304 4196468 140734811710832 139695923939440 139696599218818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=877] ppid=815 vsize=10849032 memory=2811665 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/877/stat : 877 (java) S 815 818 30069 0 -1 1077944384 26 13275 0 0 0 0 5 3 20 0 15 0 416914999 11109408768 103109 33554432000 4194304 4196468 140734811710832 139695489016736 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=878] ppid=815 vsize=10849032 memory=279760749618576 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/878/stat : 878 (java) S 815 818 30069 0 -1 1077944384 32 13275 0 0 0 0 5 3 20 0 15 0 416914999 11109408768 103109 33554432000 4194304 4196468 140734811710832 139695354799232 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=879] ppid=815 vsize=10849032 memory=8315171486948655189 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/879/stat : 879 (java) S 815 818 30069 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 416915001 11109408768 103109 33554432000 4194304 4196468 140734811710832 139695114508368 139696599226267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=880] ppid=815 vsize=10849032 memory=2811568 CPUtime=7.67 cores=0,2,4,6
/proc/818/task/880/stat : 880 (java) S 815 818 30069 0 -1 1077944384 47797 13275 0 0 753 6 5 3 20 0 15 0 416915001 11109408768 103109 33554432000 4194304 4196468 140734811710832 139695922887280 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=881] ppid=815 vsize=10849032 memory=-3472574513799858008 CPUtime=8.44 cores=0,2,4,6
/proc/818/task/881/stat : 881 (java) S 815 818 30069 0 -1 1077944384 54774 13275 0 0 829 7 5 3 20 0 15 0 416915002 11109408768 103109 33554432000 4194304 4196468 140734811710832 139695921834480 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=882] ppid=815 vsize=10849032 memory=279760747888880 CPUtime=2.85 cores=0,2,4,6
/proc/818/task/882/stat : 882 (java) S 815 818 30069 0 -1 1077944384 79556 13275 0 0 269 8 5 3 20 0 15 0 416915002 11109408768 103109 33554432000 4194304 4196468 140734811710832 139695920782192 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=883] ppid=815 vsize=10849032 memory=8315171486948655189 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/883/stat : 883 (java) S 815 818 30069 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 416915002 11109408768 103109 33554432000 4194304 4196468 140734811710832 139695080950752 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=884] ppid=815 vsize=10849032 memory=6947385649911455296 CPUtime=1.43 cores=0,2,4,6
/proc/818/task/884/stat : 884 (java) S 815 818 30069 0 -1 1077944384 1691 13275 0 0 70 65 5 3 20 0 15 0 416915002 11109408768 103109 33554432000 4194304 4196468 140734811710832 139695919729072 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 412436 KiB

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

[startup+2476.81 s]
# the end of solver process 818 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.45 s, system=2.82937 s

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

[startup+2476.8 s]
/proc/loadavg: 1.28 1.28 1.34 3/228 1300
/proc/meminfo: memFree=30411276/32770624 swapFree=66918980/67108860
[pid=818] ppid=815 vsize=11045648 memory=416632 CPUtime=2520.26 cores=0,2,4,6
/proc/818/stat : 818 (java) S 815 818 30069 0 -1 1077944320 333989 13275 0 0 251739 279 5 3 20 0 17 0 416914987 11310743552 104158 33554432000 4194304 4196468 140734811710832 140734811693376 139696599207671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
/proc/818/statm: 2761412 104158 3633 1 0 2723471 0
[pid=818/tid=871] ppid=815 vsize=11045648 memory=2012 CPUtime=2460.69 cores=0,2,4,6
/proc/818/task/871/stat : 871 (java) S 815 818 30069 0 -1 1077944384 74094 13275 0 0 246020 41 5 3 20 0 17 0 416914996 11310743552 104158 33554432000 4194304 4196468 140734811710832 139696571051184 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=872] ppid=815 vsize=11045648 memory=4100 CPUtime=8.47 cores=0,2,4,6
/proc/818/task/872/stat : 872 (java) S 815 818 30069 0 -1 1077944384 18333 13275 0 0 801 38 5 3 20 0 17 0 416914997 11310743552 104158 33554432000 4194304 4196468 140734811710832 139696603450256 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=873] ppid=815 vsize=11045648 memory=588 CPUtime=8.46 cores=0,2,4,6
/proc/818/task/873/stat : 873 (java) S 815 818 30069 0 -1 1077944384 14049 13275 0 0 804 34 5 3 20 0 17 0 416914997 11310743552 104158 33554432000 4194304 4196468 140734811710832 139696502340368 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=874] ppid=815 vsize=11045648 memory=780 CPUtime=8.48 cores=0,2,4,6
/proc/818/task/874/stat : 874 (java) S 815 818 30069 0 -1 1077944384 12958 13275 0 0 805 35 5 3 20 0 17 0 416914997 11310743552 104158 33554432000 4194304 4196468 140734811710832 139696501288080 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=875] ppid=815 vsize=11045648 memory=412436 CPUtime=8.47 cores=0,2,4,6
/proc/818/task/875/stat : 875 (java) S 815 818 30069 0 -1 1077944384 12145 13275 0 0 802 37 5 3 20 0 17 0 416914997 11310743552 104158 33554432000 4194304 4196468 140734811710832 139696500235280 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=876] ppid=815 vsize=11045648 memory=11464 CPUtime=5.91 cores=0,2,4,6
/proc/818/task/876/stat : 876 (java) S 815 818 30069 0 -1 1077944384 15568 13275 0 0 543 40 5 3 20 0 17 0 416914998 11310743552 104158 33554432000 4194304 4196468 140734811710832 139695923939440 139696599218818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=877] ppid=815 vsize=11045648 memory=14072 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/877/stat : 877 (java) S 815 818 30069 0 -1 1077944384 26 13275 0 0 0 0 5 3 20 0 17 0 416914999 11310743552 104158 33554432000 4194304 4196468 140734811710832 139695489016736 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=878] ppid=815 vsize=11045648 memory=2116 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/878/stat : 878 (java) S 815 818 30069 0 -1 1077944384 32 13275 0 0 0 0 5 3 20 0 17 0 416914999 11310743552 104158 33554432000 4194304 4196468 140734811710832 139695354799232 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=879] ppid=815 vsize=11045648 memory=8536 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/879/stat : 879 (java) S 815 818 30069 0 -1 1077944384 66 13275 0 0 0 0 5 3 20 0 17 0 416915001 11310743552 104158 33554432000 4194304 4196468 140734811710832 139695114508368 139696599226267 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=880] ppid=815 vsize=11045648 memory=6947385649911455296 CPUtime=7.67 cores=0,2,4,6
/proc/818/task/880/stat : 880 (java) S 815 818 30069 0 -1 1077944384 47801 13275 0 0 753 6 5 3 20 0 17 0 416915001 11310743552 104158 33554432000 4194304 4196468 140734811710832 139695922887280 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=881] ppid=815 vsize=11045648 memory=1448 CPUtime=8.44 cores=0,2,4,6
/proc/818/task/881/stat : 881 (java) S 815 818 30069 0 -1 1077944384 54774 13275 0 0 829 7 5 3 20 0 17 0 416915002 11310743552 104158 33554432000 4194304 4196468 140734811710832 139695921834480 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=882] ppid=815 vsize=11045648 memory=33 CPUtime=2.85 cores=0,2,4,6
/proc/818/task/882/stat : 882 (java) S 815 818 30069 0 -1 1077944384 80202 13275 0 0 269 8 5 3 20 0 17 0 416915002 11310743552 104158 33554432000 4194304 4196468 140734811710832 139695920782192 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=883] ppid=815 vsize=11045648 memory=1324 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/883/stat : 883 (java) S 815 818 30069 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 17 0 416915002 11310743552 104158 33554432000 4194304 4196468 140734811710832 139695080950752 139696599217877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
[pid=818/tid=884] ppid=815 vsize=11045648 memory=1704 CPUtime=1.43 cores=0,2,4,6
/proc/818/task/884/stat : 884 (java) S 815 818 30069 0 -1 1077944384 1691 13275 0 0 70 65 5 3 20 0 17 0 416915002 11310743552 104158 33554432000 4194304 4196468 140734811710832 139695919729072 139696599218818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30564352 140734811712240 140734811714757 140734811714757 140734811717583 0
Current children cumulated CPU time: 2520.26 s
Current children cumulated vsize: 11045648 KiB
Current children cumulated memory: 416632 KiB

Child status: 143
Real time (s): 2476.81
CPU time (s): 2520.28
CPU user time (s): 2517.45
CPU system time (s): 2.82937
CPU usage (%): 101.755
Max. virtual memory (cumulated for all children) (KiB): 11045648
Max. memory (cumulated for all children) (KiB): 1361744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.45
system time used= 2.82937
maximum resident set size= 1362276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 347401
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 180015
involuntary context switches= 5720


# summary of solver processes directly reported to runsolver:
#   pid: 818
#   total CPU time (s): 2520.28
#   total CPU user time (s): 2517.45
#   total CPU system time (s): 2.82937

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0836 second user time and 20.8439 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-13 23:22:09
IDJOB=4396268
IDBENCH=136273
IDSOLVER=2846
FILE ID=node141/4396268-1568409771
RUNJOBID= node141-1568395860-30100
PBS_JOBID= 21701869
Free space on /tmp= 58504 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n4c1w2b.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396268-1568409771/watcher-4396268-1568409771 -o /tmp/evaluation-result-4396268-1568409771/solver-4396268-1568409771 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568395860-30100 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=837520271 HOME/instance-4396268-1568409771.xml

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

MD5SUM BENCH= d888f3c6414640c595bd57a6b8e70245
RANDOM SEED=837520271

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        30830168 kB
MemAvailable:   31224380 kB
Buffers:          166616 kB
Cached:           516168 kB
SwapCached:        80644 kB
Active:           972324 kB
Inactive:         408772 kB
Active(anon):     624088 kB
Inactive(anon):   106116 kB
Active(file):     348236 kB
Inactive(file):   302656 kB
Unevictable:      109444 kB
Mlocked:          109444 kB
SwapTotal:      67108860 kB
SwapFree:       66918936 kB
Dirty:             35556 kB
Writeback:             0 kB
AnonPages:        729996 kB
Mapped:            49348 kB
Shmem:             22980 kB
Slab:             148408 kB
SReclaimable:     118312 kB
SUnreclaim:        30096 kB
KernelStack:        3712 kB
PageTables:        10776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1521580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    624640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58472 MiB
End job on node141 at 2019-09-14 00:03:26