Trace number 4392239

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10? (TO) 2400.12 2327.73

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-5.xml
MD5SUM8b9c4e6e7c9e88d5c00f06b3f0219a0c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1058
Best CPU time to get the best result obtained on this benchmark2400.17
Satisfiable
(Un)Satisfiability was proved
Number of variables915
Number of constraints720
Number of domains17
Minimum domain size13
Maximum domain size1059
Distribution of domain sizes[{"size":13,"count":30},{"size":14,"count":90},{"size":15,"count":330},{"size":1059,"count":465}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":240},{"degree":3,"count":450},{"degree":16,"count":225}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":3,"count":225},{"arity":15,"count":30},{"arity":17,"count":225}]
Number of extensional constraints225
Number of intensional constraints240
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":240},{"type":"allDifferent","count":15},{"type":"noOverlap","count":15},{"type":"element","count":225}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.64/0.59	c Concrete v3.10.1560635388952 running
2400.07/2327.70	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.07/2327.70		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.07/2327.70		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.07/2327.70		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2400.07/2327.70		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:249)
2400.07/2327.70		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:16)
2400.07/2327.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2400.07/2327.70		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2400.07/2327.70		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2400.07/2327.70		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.07/2327.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.07/2327.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.07/2327.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.07/2327.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.07/2327.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.07/2327.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.07/2327.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.07/2327.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.07/2327.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.07/2327.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.07/2327.71		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.07/2327.71		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.07/2327.71		at scala.Option.map(Option.scala:243)
2400.07/2327.71		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.07/2327.71		at concrete.MAC.mac(MAC.scala:204)
2400.07/2327.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.07/2327.71		at scala.util.Try$.apply(Try.scala:212)
2400.07/2327.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.07/2327.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.07/2327.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.07/2327.71		at concrete.MAC.oneRun(MAC.scala:253)
2400.07/2327.71		at concrete.MAC.nextSolution(MAC.scala:272)
2400.07/2327.71		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2400.07/2327.71		at concrete.ProblemState.map(ProblemState.scala:228)
2400.07/2327.71		at concrete.ProblemState.map(ProblemState.scala:210)
2400.07/2327.71		at concrete.MAC.nextSolution(MAC.scala:334)
2400.07/2327.71		at concrete.Solver.hasNext(Solver.scala:160)
2400.07/2327.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.07/2327.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.07/2327.71		at concrete.Solver.foreach(Solver.scala:67)
2400.07/2327.71		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.07/2327.71		at scala.util.Success.map(Try.scala:264)
2400.07/2327.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.07/2327.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.07/2327.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.07/2327.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.07/2327.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.07/2327.71		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.07/2327.71		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.07/2327.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.07/2327.71		at scala.App.$anonfun$main$1(App.scala:75)
2400.07/2327.71		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.07/2327.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.07/2327.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.07/2327.71		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.07/2327.71		at scala.App.main(App.scala:75)
2400.07/2327.71		at scala.App.main$(App.scala:73)
2400.07/2327.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.07/2327.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.07/2327.71	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 (15302 MiB free)
  memory of node 1: 16384 MiB (15636 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392239-1568301461/watcher-4392239-1568301461 -o /tmp/evaluation-result-4392239-1568301461/solver-4392239-1568301461 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568301421-20991 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1536362655 HOME/instance-4392239-1568301461.xml 

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

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


[startup+0.100159 s]*
/proc/loadavg: 1.04 1.15 1.56 3/227 21093
/proc/meminfo: memFree=31653292/32770624 swapFree=67003320/67108860
[pid=21016] ppid=21011 vsize=113256 memory=1612 CPUtime=0.01 cores=1,3,5,7
/proc/21016/stat : 21016 (bash) S 21011 21016 20959 0 -1 4202496 889 5700 0 0 0 0 0 1 20 0 1 0 406385767 115974144 403 33554432000 4194304 5098028 140729685888848 140729685882856 140617134402560 0 0 4100 65536 18446744071580971376 0 0 17 7 0 0 1 0 0 7196144 7232144 32215040 140729685890068 140729685890193 140729685890193 140729685893102 0
/proc/21016/statm: 28314 403 320 221 0 119 0
[pid=21073] ppid=21016 vsize=113256 memory=708 CPUtime=0 cores=1,3,5,7
/proc/21073/stat : 21073 (bash) S 21016 21016 20959 0 -1 4202560 157 0 0 0 0 0 0 0 20 0 1 0 406385772 115974144 177 33554432000 4194304 5098028 140729685888848 140729685881528 140617134228092 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32215040 140729685890068 140729685890193 140729685890193 140729685893102 0
/proc/21073/statm: 28314 177 94 221 0 119 0
[pid=21077] ppid=21073 vsize=113492 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/21077/stat : 21077 (awk) S 21073 21016 20959 0 -1 4202496 448 0 0 0 0 0 0 0 20 0 1 0 406385772 116215808 306 33554432000 4194304 4609284 140731116342176 140731116341352 140083261283328 0 0 4096 1216 18446744071580971376 0 0 17 1 0 0 0 0 0 6708720 6711756 15486976 140731116344508 140731116344538 140731116344538 140731116347375 0
/proc/21077/statm: 28373 306 255 102 0 89 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340004 KiB
Current children cumulated memory: 3544 KiB

[startup+0.210777 s]*
/proc/loadavg: 1.04 1.15 1.56 5/233 21151
/proc/meminfo: memFree=31643300/32770624 swapFree=67003320/67108860
[pid=21016] ppid=21011 vsize=10818900 memory=32504 CPUtime=0.18 cores=1,3,5,7
/proc/21016/stat : 21016 (java) S 21011 21016 20959 0 -1 1077944320 6485 13309 0 1 9 1 5 3 20 0 15 0 406385767 11078553600 8126 33554432000 4194304 4196468 140735059607072 140735059589616 139859453460215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
/proc/21016/statm: 2704725 8126 2915 1 0 2667149 0
[pid=21016/tid=21124] ppid=21011 vsize=10818900 memory=7022364594140610616 CPUtime=0.16 cores=1,3,5,7
/proc/21016/task/21124/stat : 21124 (java) R 21011 21016 20959 0 -1 4202560 3104 13309 0 1 7 1 5 3 20 0 15 0 406385780 11078553600 8126 33554432000 4194304 4196468 140735059607072 139859425293248 139859437540702 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21126] ppid=21011 vsize=10818900 memory=343 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21126/stat : 21126 (java) S 21011 21016 20959 0 -1 1077944384 1 13309 0 1 0 0 5 3 20 0 15 0 406385781 11078553600 8126 33554432000 4194304 4196468 140735059607072 139859457703056 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21127] ppid=21011 vsize=10818900 memory=140199262886046 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21127/stat : 21127 (java) S 21011 21016 20959 0 -1 1077944384 1 13309 0 1 0 0 5 3 20 0 15 0 406385781 11078553600 8126 33554432000 4194304 4196468 140735059607072 139859372522512 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21128] ppid=21011 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21128/stat : 21128 (java) S 21011 21016 20959 0 -1 1077944384 1 13309 0 1 0 0 5 3 20 0 15 0 406385781 11078553600 8126 33554432000 4194304 4196468 140735059607072 139859371469712 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21130] ppid=21011 vsize=10818900 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21130/stat : 21130 (java) S 21011 21016 20959 0 -1 1077944384 2 13309 0 1 0 0 5 3 20 0 15 0 406385781 11078553600 8126 33554432000 4194304 4196468 140735059607072 139859370416912 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21134] ppid=21011 vsize=10818900 memory=140199262865024 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21134/stat : 21134 (java) S 21011 21016 20959 0 -1 1077944384 2 13309 0 1 0 0 5 3 20 0 15 0 406385782 11078553600 8126 33554432000 4194304 4196468 140735059607072 139858980026736 139859453471362 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21137] ppid=21011 vsize=10818900 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21137/stat : 21137 (java) S 21011 21016 20959 0 -1 1077944384 13 13309 0 1 0 0 5 3 20 0 15 0 406385783 11078553600 8126 33554432000 4194304 4196468 140735059607072 139858429338656 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21139] ppid=21011 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21139/stat : 21139 (java) S 21011 21016 20959 0 -1 1077944384 1 13309 0 1 0 0 5 3 20 0 15 0 406385783 11078553600 8126 33554432000 4194304 4196468 140735059607072 139858228011888 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21141] ppid=21011 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21141/stat : 21141 (java) S 21011 21016 20959 0 -1 1077944384 3 13309 0 1 0 0 5 3 20 0 15 0 406385786 11078553600 8126 33554432000 4194304 4196468 140735059607072 139857987721040 139859453478811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21142] ppid=21011 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21142/stat : 21142 (java) R 21011 21016 20959 0 -1 1077944384 297 13309 0 1 0 0 5 3 20 0 15 0 406385786 11078553600 8126 33554432000 4194304 4196468 140735059607072 139858978974576 139859453471362 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21144] ppid=21011 vsize=10818900 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21144/stat : 21144 (java) R 21011 21016 20959 0 -1 4202560 258 13309 0 1 0 0 5 3 20 0 15 0 406385786 11078553600 8126 33554432000 4194304 4196468 140735059607072 139858977914408 139859436692880 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21146] ppid=21011 vsize=10818900 memory=140199262865024 CPUtime=0.09 cores=1,3,5,7
/proc/21016/task/21146/stat : 21146 (java) R 21011 21016 20959 0 -1 4202560 617 13309 0 1 1 0 5 3 20 0 15 0 406385786 11078553600 8126 33554432000 4194304 4196468 140735059607072 139858976866072 139859432090763 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21148] ppid=21011 vsize=10818900 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21148/stat : 21148 (java) S 21011 21016 20959 0 -1 1077944384 3 13309 0 1 0 0 5 3 20 0 15 0 406385786 11078553600 8192 33554432000 4194304 4196468 140735059607072 139857954163424 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21150] ppid=21011 vsize=10818900 memory=140199262865024 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21150/stat : 21150 (java) S 21011 21016 20959 0 -1 1077944384 1 13309 0 1 0 0 5 3 20 0 15 0 406385786 11078553600 8192 33554432000 4194304 4196468 140735059607072 139858975816368 139859453471362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 32504 KiB

[startup+0.310888 s]*
/proc/loadavg: 1.04 1.15 1.56 3/233 21151
/proc/meminfo: memFree=31611728/32770624 swapFree=67003320/67108860
[pid=21016] ppid=21011 vsize=10819084 memory=44156 CPUtime=0.33 cores=1,3,5,7
/proc/21016/stat : 21016 (java) S 21011 21016 20959 0 -1 1077944320 9768 13309 0 1 23 2 5 3 20 0 15 0 406385767 11078742016 11039 33554432000 4194304 4196468 140735059607072 140735059589616 139859453460215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
/proc/21016/statm: 2704771 11039 3030 1 0 2667149 0
[pid=21016/tid=21124] ppid=21011 vsize=10819084 memory=6791534058613427641 CPUtime=0.25 cores=1,3,5,7
/proc/21016/task/21124/stat : 21124 (java) R 21011 21016 20959 0 -1 4202560 6258 13309 0 1 15 2 5 3 20 0 15 0 406385780 11078742016 11039 33554432000 4194304 4196468 140735059607072 139859425272224 139859437540702 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21126] ppid=21011 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21126/stat : 21126 (java) S 21011 21016 20959 0 -1 1077944384 1 13309 0 1 0 0 5 3 20 0 15 0 406385781 11078742016 11039 33554432000 4194304 4196468 140735059607072 139859457703056 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21127] ppid=21011 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21127/stat : 21127 (java) S 21011 21016 20959 0 -1 1077944384 1 13309 0 1 0 0 5 3 20 0 15 0 406385781 11078742016 11039 33554432000 4194304 4196468 140735059607072 139859372522512 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21128] ppid=21011 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21128/stat : 21128 (java) S 21011 21016 20959 0 -1 1077944384 1 13309 0 1 0 0 5 3 20 0 15 0 406385781 11078742016 11039 33554432000 4194304 4196468 140735059607072 139859371469712 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21130] ppid=21011 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21130/stat : 21130 (java) S 21011 21016 20959 0 -1 1077944384 2 13309 0 1 0 0 5 3 20 0 15 0 406385781 11078742016 11039 33554432000 4194304 4196468 140735059607072 139859370416912 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21134] ppid=21011 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21134/stat : 21134 (java) S 21011 21016 20959 0 -1 1077944384 2 13309 0 1 0 0 5 3 20 0 15 0 406385782 11078742016 11039 33554432000 4194304 4196468 140735059607072 139858980026736 139859453471362 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21137] ppid=21011 vsize=10819084 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21137/stat : 21137 (java) S 21011 21016 20959 0 -1 1077944384 13 13309 0 1 0 0 5 3 20 0 15 0 406385783 11078742016 11039 33554432000 4194304 4196468 140735059607072 139858429338656 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21139] ppid=21011 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21139/stat : 21139 (java) S 21011 21016 20959 0 -1 1077944384 1 13309 0 1 0 0 5 3 20 0 15 0 406385783 11078742016 11039 33554432000 4194304 4196468 140735059607072 139858228011888 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21141] ppid=21011 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21141/stat : 21141 (java) S 21011 21016 20959 0 -1 1077944384 3 13309 0 1 0 0 5 3 20 0 15 0 406385786 11078742016 11039 33554432000 4194304 4196468 140735059607072 139857987721040 139859453478811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21142] ppid=21011 vsize=10819084 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21016/task/21142/stat : 21142 (java) S 21011 21016 20959 0 -1 1077944384 321 13309 0 1 1 0 5 3 20 0 15 0 406385786 11078742016 11039 33554432000 4194304 4196468 140735059607072 139858978974576 139859453471362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21144] ppid=21011 vsize=10819084 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/21016/task/21144/stat : 21144 (java) R 21011 21016 20959 0 -1 4202560 299 13309 0 1 1 0 5 3 20 0 15 0 406385786 11078742016 11039 33554432000 4194304 4196468 140735059607072 139858977921776 139859436947024 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21146] ppid=21011 vsize=10819084 memory=140199262865024 CPUtime=0.12 cores=1,3,5,7
/proc/21016/task/21146/stat : 21146 (java) R 21011 21016 20959 0 -1 1077944384 665 13309 0 1 4 0 5 3 20 0 15 0 406385786 11078742016 11039 33554432000 4194304 4196468 140735059607072 139858976868976 139859453471362 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21148] ppid=21011 vsize=10819084 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21148/stat : 21148 (java) S 21011 21016 20959 0 -1 1077944384 3 13309 0 1 0 0 5 3 20 0 15 0 406385786 11078742016 11039 33554432000 4194304 4196468 140735059607072 139857954163424 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21150] ppid=21011 vsize=10819084 memory=140199262865024 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21150/stat : 21150 (java) S 21011 21016 20959 0 -1 1077944384 1 13309 0 1 0 0 5 3 20 0 15 0 406385786 11078742016 11039 33554432000 4194304 4196468 140735059607072 139858975816368 139859453471362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 44156 KiB

[startup+0.700763 s]
/proc/loadavg: 1.04 1.15 1.56 3/233 21151
/proc/meminfo: memFree=31585948/32770624 swapFree=67003320/67108860
[pid=21016] ppid=21011 vsize=10822292 memory=76396 CPUtime=1.02 cores=1,3,5,7
/proc/21016/stat : 21016 (java) S 21011 21016 20959 0 -1 1077944320 14368 13309 0 1 90 4 5 3 20 0 15 0 406385767 11082027008 19099 33554432000 4194304 4196468 140735059607072 140735059589616 139859453460215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
/proc/21016/statm: 2705573 19099 3483 1 0 2667661 0
[pid=21016/tid=21124] ppid=21011 vsize=10822292 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/21016/task/21124/stat : 21124 (java) R 21011 21016 20959 0 -1 4202560 10076 13309 0 1 50 3 5 3 20 0 15 0 406385780 11082027008 19099 33554432000 4194304 4196468 140735059607072 139859425282176 139859453482141 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21126] ppid=21011 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21126/stat : 21126 (java) S 21011 21016 20959 0 -1 1077944384 1 13309 0 1 0 0 5 3 20 0 15 0 406385781 11082027008 19099 33554432000 4194304 4196468 140735059607072 139859457703056 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21127] ppid=21011 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21127/stat : 21127 (java) S 21011 21016 20959 0 -1 1077944384 1 13309 0 1 0 0 5 3 20 0 15 0 406385781 11082027008 19099 33554432000 4194304 4196468 140735059607072 139859372522512 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21128] ppid=21011 vsize=10822292 memory=140199141194096 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21128/stat : 21128 (java) S 21011 21016 20959 0 -1 1077944384 1 13309 0 1 0 0 5 3 20 0 15 0 406385781 11082027008 19099 33554432000 4194304 4196468 140735059607072 139859371469712 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21130] ppid=21011 vsize=10822292 memory=140200617443920 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21130/stat : 21130 (java) S 21011 21016 20959 0 -1 1077944384 2 13309 0 1 0 0 5 3 20 0 15 0 406385781 11082027008 19099 33554432000 4194304 4196468 140735059607072 139859370416912 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21134] ppid=21011 vsize=10822292 memory=1212 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21134/stat : 21134 (java) S 21011 21016 20959 0 -1 1077944384 5 13309 0 1 0 0 5 3 20 0 15 0 406385782 11082027008 19099 33554432000 4194304 4196468 140735059607072 139858980026736 139859453471362 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21137] ppid=21011 vsize=10822292 memory=4639098309541128548 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21137/stat : 21137 (java) S 21011 21016 20959 0 -1 1077944384 13 13309 0 1 0 0 5 3 20 0 15 0 406385783 11082027008 19099 33554432000 4194304 4196468 140735059607072 139858429338656 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21139] ppid=21011 vsize=10822292 memory=6081102367496366441 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21139/stat : 21139 (java) S 21011 21016 20959 0 -1 1077944384 1 13309 0 1 0 0 5 3 20 0 15 0 406385783 11082027008 19099 33554432000 4194304 4196468 140735059607072 139858228011888 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21141] ppid=21011 vsize=10822292 memory=7236547281622689387 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21141/stat : 21141 (java) S 21011 21016 20959 0 -1 1077944384 3 13309 0 1 0 0 5 3 20 0 15 0 406385786 11082027008 19099 33554432000 4194304 4196468 140735059607072 139857987721040 139859453478811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21142] ppid=21011 vsize=10822292 memory=2116 CPUtime=0.18 cores=1,3,5,7
/proc/21016/task/21142/stat : 21142 (java) R 21011 21016 20959 0 -1 4202560 558 13309 0 1 10 0 5 3 20 0 15 0 406385786 11082027008 19099 33554432000 4194304 4196468 140735059607072 139858978964368 139859435004391 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21144] ppid=21011 vsize=10822292 memory=19836 CPUtime=0.21 cores=1,3,5,7
/proc/21016/task/21144/stat : 21144 (java) R 21011 21016 20959 0 -1 4202560 648 13309 0 1 13 0 5 3 20 0 15 0 406385786 11082027008 19099 33554432000 4194304 4196468 140735059607072 139858977899136 139859432707343 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21146] ppid=21011 vsize=10822292 memory=496 CPUtime=0.24 cores=1,3,5,7
/proc/21016/task/21146/stat : 21146 (java) S 21011 21016 20959 0 -1 1077944384 855 13309 0 1 16 0 5 3 20 0 15 0 406385786 11082027008 19099 33554432000 4194304 4196468 140735059607072 139858976868976 139859453471362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21148] ppid=21011 vsize=10822292 memory=1564 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21148/stat : 21148 (java) S 21011 21016 20959 0 -1 1077944384 3 13309 0 1 0 0 5 3 20 0 15 0 406385786 11082027008 19099 33554432000 4194304 4196468 140735059607072 139857954163424 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21150] ppid=21011 vsize=10822292 memory=928 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21150/stat : 21150 (java) S 21011 21016 20959 0 -1 1077944384 1 13309 0 1 0 0 5 3 20 0 15 0 406385786 11082027008 19099 33554432000 4194304 4196468 140735059607072 139858975816368 139859453471362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 76396 KiB

[startup+1.50071 s]
/proc/loadavg: 1.04 1.15 1.56 9/233 21151
/proc/meminfo: memFree=31496308/32770624 swapFree=67003320/67108860
[pid=21016] ppid=21011 vsize=10832608 memory=206760 CPUtime=3.02 cores=1,3,5,7
/proc/21016/stat : 21016 (java) S 21011 21016 20959 0 -1 1077944320 35959 13309 0 1 283 11 5 3 20 0 15 0 406385767 11092590592 51690 33554432000 4194304 4196468 140735059607072 140735059589616 139859453460215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
/proc/21016/statm: 2708152 51690 3576 1 0 2670221 0
[pid=21016/tid=21124] ppid=21011 vsize=10832608 memory=546658466 CPUtime=1.37 cores=1,3,5,7
/proc/21016/task/21124/stat : 21124 (java) R 21011 21016 20959 0 -1 4202560 16413 13309 0 1 123 6 5 3 20 0 15 0 406385780 11092590592 51690 33554432000 4194304 4196468 140735059607072 139859425291008 139859453481562 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21126] ppid=21011 vsize=10834656 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/21016/task/21126/stat : 21126 (java) S 21011 21016 20959 0 -1 1077944384 319 13309 0 1 1 0 5 3 20 0 15 0 406385781 11094687744 51690 33554432000 4194304 4196468 140735059607072 139859457703056 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21127] ppid=21011 vsize=10834656 memory=280398282656256 CPUtime=0.09 cores=1,3,5,7
/proc/21016/task/21127/stat : 21127 (java) S 21011 21016 20959 0 -1 1077944384 38 13309 0 1 1 0 5 3 20 0 15 0 406385781 11094687744 51690 33554432000 4194304 4196468 140735059607072 139859372522512 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21128] ppid=21011 vsize=10834656 memory=-7233780906022716832 CPUtime=0.09 cores=1,3,5,7
/proc/21016/task/21128/stat : 21128 (java) S 21011 21016 20959 0 -1 1077944384 66 13309 0 1 1 0 5 3 20 0 15 0 406385781 11094687744 51690 33554432000 4194304 4196468 140735059607072 139859371469712 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21130] ppid=21011 vsize=10834656 memory=6944656425123290226 CPUtime=0.09 cores=1,3,5,7
/proc/21016/task/21130/stat : 21130 (java) S 21011 21016 20959 0 -1 1077944384 48 13309 0 1 1 0 5 3 20 0 15 0 406385781 11094687744 51690 33554432000 4194304 4196468 140735059607072 139859370416912 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21134] ppid=21011 vsize=10834656 memory=-7449383003082255507 CPUtime=0.09 cores=1,3,5,7
/proc/21016/task/21134/stat : 21134 (java) S 21011 21016 20959 0 -1 1077944384 108 13309 0 1 1 0 5 3 20 0 15 0 406385782 11094687744 51690 33554432000 4194304 4196468 140735059607072 139858980026736 139859453471362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21137] ppid=21011 vsize=10834656 memory=-7466299265176673180 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21137/stat : 21137 (java) S 21011 21016 20959 0 -1 1077944384 14 13309 0 1 0 0 5 3 20 0 15 0 406385783 11094687744 51690 33554432000 4194304 4196468 140735059607072 139858429338720 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21139] ppid=21011 vsize=10834656 memory=-7812193691855986592 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21139/stat : 21139 (java) S 21011 21016 20959 0 -1 1077944384 2 13309 0 1 0 0 5 3 20 0 15 0 406385783 11094687744 51690 33554432000 4194304 4196468 140735059607072 139858228011904 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21141] ppid=21011 vsize=10834656 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21141/stat : 21141 (java) S 21011 21016 20959 0 -1 1077944384 3 13309 0 1 0 0 5 3 20 0 15 0 406385786 11094687744 51690 33554432000 4194304 4196468 140735059607072 139857987721040 139859453478811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21142] ppid=21011 vsize=10834656 memory=6656426216303648864 CPUtime=0.61 cores=1,3,5,7
/proc/21016/task/21142/stat : 21142 (java) S 21011 21016 20959 0 -1 1077944384 7009 13309 0 1 52 1 5 3 20 0 15 0 406385786 11094687744 51690 33554432000 4194304 4196468 140735059607072 139858978974576 139859453471362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21144] ppid=21011 vsize=10834656 memory=8029758089809586007 CPUtime=0.65 cores=1,3,5,7
/proc/21016/task/21144/stat : 21144 (java) S 21011 21016 20959 0 -1 1077944384 7135 13309 0 1 57 0 5 3 20 0 15 0 406385786 11094687744 51690 33554432000 4194304 4196468 140735059607072 139858977921776 139859453471362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21146] ppid=21011 vsize=10834656 memory=7301862670358769508 CPUtime=0.5 cores=1,3,5,7
/proc/21016/task/21146/stat : 21146 (java) R 21011 21016 20959 0 -1 4202560 2608 13309 0 1 41 1 5 3 20 0 15 0 406385786 11094687744 51690 33554432000 4194304 4196468 140735059607072 139858976868976 139859437503845 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21148] ppid=21011 vsize=10834656 memory=3280 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21148/stat : 21148 (java) S 21011 21016 20959 0 -1 1077944384 3 13309 0 1 0 0 5 3 20 0 15 0 406385786 11094687744 51690 33554432000 4194304 4196468 140735059607072 139857954163424 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21150] ppid=21011 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21150/stat : 21150 (java) S 21011 21016 20959 0 -1 1077944384 1 13309 0 1 0 0 5 3 20 0 15 0 406385786 11094687744 51690 33554432000 4194304 4196468 140735059607072 139858975816368 139859453471362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 10832608 KiB
Current children cumulated memory: 206760 KiB

[startup+3.11139 s]
/proc/loadavg: 1.04 1.15 1.56 4/233 21151

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

/proc/21016/task/21124/stat : 21124 (java) R 21011 21016 20959 0 -1 4202560 121417 13309 0 1 223765 74 5 3 20 0 15 0 406385780 11111497728 435472 33554432000 4194304 4196468 140735059607072 139859425295120 139859051222835 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21126] ppid=21011 vsize=10851072 memory=1741888 CPUtime=15.21 cores=1,3,5,7
/proc/21016/task/21126/stat : 21126 (java) S 21011 21016 20959 0 -1 1077944384 36671 13309 0 1 1475 38 5 3 20 0 15 0 406385781 11111497728 435472 33554432000 4194304 4196468 140735059607072 139859457703056 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21127] ppid=21011 vsize=10851072 memory=140199141426145 CPUtime=15.26 cores=1,3,5,7
/proc/21016/task/21127/stat : 21127 (java) S 21011 21016 20959 0 -1 1077944384 36657 13309 0 1 1478 40 5 3 20 0 15 0 406385781 11111497728 435472 33554432000 4194304 4196468 140735059607072 139859372522512 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21128] ppid=21011 vsize=10851072 memory=1741888 CPUtime=15.27 cores=1,3,5,7
/proc/21016/task/21128/stat : 21128 (java) S 21011 21016 20959 0 -1 1077944384 34681 13309 0 1 1482 37 5 3 20 0 15 0 406385781 11111497728 435472 33554432000 4194304 4196468 140735059607072 139859371469712 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21130] ppid=21011 vsize=10851072 memory=1741888 CPUtime=15.27 cores=1,3,5,7
/proc/21016/task/21130/stat : 21130 (java) S 21011 21016 20959 0 -1 1077944384 26472 13309 0 1 1477 42 5 3 20 0 15 0 406385781 11111497728 435472 33554432000 4194304 4196468 140735059607072 139859370416912 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21134] ppid=21011 vsize=10851072 memory=1741888 CPUtime=6.47 cores=1,3,5,7
/proc/21016/task/21134/stat : 21134 (java) S 21011 21016 20959 0 -1 1077944384 27578 13309 0 1 590 49 5 3 20 0 15 0 406385782 11111497728 435472 33554432000 4194304 4196468 140735059607072 139858980026736 139859453471362 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21137] ppid=21011 vsize=10851072 memory=1741888 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21137/stat : 21137 (java) S 21011 21016 20959 0 -1 1077944384 21 13309 0 1 0 0 5 3 20 0 15 0 406385783 11111497728 435472 33554432000 4194304 4196468 140735059607072 139858429338784 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21139] ppid=21011 vsize=10851072 memory=1741888 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21139/stat : 21139 (java) S 21011 21016 20959 0 -1 1077944384 18 13309 0 1 0 0 5 3 20 0 15 0 406385783 11111497728 435472 33554432000 4194304 4196468 140735059607072 139858228011904 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21141] ppid=21011 vsize=10851072 memory=1741888 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21141/stat : 21141 (java) S 21011 21016 20959 0 -1 1077944384 3 13309 0 1 0 0 5 3 20 0 15 0 406385786 11111497728 435472 33554432000 4194304 4196468 140735059607072 139857987721040 139859453478811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21142] ppid=21011 vsize=10851072 memory=1741888 CPUtime=10.99 cores=1,3,5,7
/proc/21016/task/21142/stat : 21142 (java) S 21011 21016 20959 0 -1 1077944384 68410 13309 0 1 1081 10 5 3 20 0 15 0 406385786 11111497728 435472 33554432000 4194304 4196468 140735059607072 139858978974576 139859453471362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21144] ppid=21011 vsize=10851072 memory=2832 CPUtime=10.92 cores=1,3,5,7
/proc/21016/task/21144/stat : 21144 (java) S 21011 21016 20959 0 -1 1077944384 70305 13309 0 1 1075 9 5 3 20 0 15 0 406385786 11111497728 435472 33554432000 4194304 4196468 140735059607072 139858977921776 139859453471362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21146] ppid=21011 vsize=10851072 memory=303430223234596890 CPUtime=4.56 cores=1,3,5,7
/proc/21016/task/21146/stat : 21146 (java) S 21011 21016 20959 0 -1 1077944384 44628 13309 0 1 439 9 5 3 20 0 15 0 406385786 11111497728 435472 33554432000 4194304 4196468 140735059607072 139858976868976 139859453471362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21148] ppid=21011 vsize=10851072 memory=288230621803970871 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21148/stat : 21148 (java) S 21011 21016 20959 0 -1 1077944384 3 13309 0 1 0 0 5 3 20 0 15 0 406385786 11111497728 435472 33554432000 4194304 4196468 140735059607072 139857954163424 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21150] ppid=21011 vsize=10851072 memory=1741888 CPUtime=1.46 cores=1,3,5,7
/proc/21016/task/21150/stat : 21150 (java) S 21011 21016 20959 0 -1 1077944384 3367 13309 0 1 65 73 5 3 20 0 15 0 406385786 11111497728 435472 33554432000 4194304 4196468 140735059607072 139858975816368 139859453471362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
Current children cumulated CPU time: 2333.27 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1741888 KiB

[startup+2322.3 s]
/proc/loadavg: 1.29 1.29 1.39 3/231 21502
/proc/meminfo: memFree=28978300/32770624 swapFree=67003320/67108860
[pid=21016] ppid=21011 vsize=10851072 memory=1726492 CPUtime=2394.55 cores=1,3,5,7
/proc/21016/stat : 21016 (java) S 21011 21016 20959 0 -1 1077944320 476342 13309 0 1 239088 359 5 3 20 0 15 0 406385767 11111497728 431623 33554432000 4194304 4196468 140735059607072 140735059589616 139859453460215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
/proc/21016/statm: 2712768 431623 3639 1 0 2674829 0
[pid=21016/tid=21124] ppid=21011 vsize=10851072 memory=1729060 CPUtime=2297.81 cores=1,3,5,7
/proc/21016/task/21124/stat : 21124 (java) R 21011 21016 20959 0 -1 4202560 122613 13309 0 1 229698 75 5 3 20 0 15 0 406385780 11111497728 431623 33554432000 4194304 4196468 140735059607072 139859425294496 139859055078966 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21126] ppid=21011 vsize=10851072 memory=1735216 CPUtime=15.65 cores=1,3,5,7
/proc/21016/task/21126/stat : 21126 (java) S 21011 21016 20959 0 -1 1077944384 37297 13309 0 1 1518 39 5 3 20 0 15 0 406385781 11111497728 431623 33554432000 4194304 4196468 140735059607072 139859457703056 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21127] ppid=21011 vsize=10851072 memory=1729572 CPUtime=15.69 cores=1,3,5,7
/proc/21016/task/21127/stat : 21127 (java) S 21011 21016 20959 0 -1 1077944384 37556 13309 0 1 1520 41 5 3 20 0 15 0 406385781 11111497728 431623 33554432000 4194304 4196468 140735059607072 139859372522512 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21128] ppid=21011 vsize=10851072 memory=1729572 CPUtime=15.71 cores=1,3,5,7
/proc/21016/task/21128/stat : 21128 (java) S 21011 21016 20959 0 -1 1077944384 35015 13309 0 1 1525 38 5 3 20 0 15 0 406385781 11111497728 431623 33554432000 4194304 4196468 140735059607072 139859371469712 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21130] ppid=21011 vsize=10851072 memory=1726492 CPUtime=15.7 cores=1,3,5,7
/proc/21016/task/21130/stat : 21130 (java) S 21011 21016 20959 0 -1 1077944384 26849 13309 0 1 1518 44 5 3 20 0 15 0 406385781 11111497728 431623 33554432000 4194304 4196468 140735059607072 139859370416912 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21134] ppid=21011 vsize=10851072 memory=1726492 CPUtime=6.64 cores=1,3,5,7
/proc/21016/task/21134/stat : 21134 (java) S 21011 21016 20959 0 -1 1077944384 28011 13309 0 1 605 51 5 3 20 0 15 0 406385782 11111497728 431623 33554432000 4194304 4196468 140735059607072 139858980026736 139859453471362 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21137] ppid=21011 vsize=10851072 memory=164 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21137/stat : 21137 (java) S 21011 21016 20959 0 -1 1077944384 21 13309 0 1 0 0 5 3 20 0 15 0 406385783 11111497728 431623 33554432000 4194304 4196468 140735059607072 139858429338784 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21139] ppid=21011 vsize=10851072 memory=1731624 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21139/stat : 21139 (java) S 21011 21016 20959 0 -1 1077944384 18 13309 0 1 0 0 5 3 20 0 15 0 406385783 11111497728 431623 33554432000 4194304 4196468 140735059607072 139858228011904 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21141] ppid=21011 vsize=10851072 memory=280398283056608 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21141/stat : 21141 (java) S 21011 21016 20959 0 -1 1077944384 3 13309 0 1 0 0 5 3 20 0 15 0 406385786 11111497728 431623 33554432000 4194304 4196468 140735059607072 139857987721040 139859453478811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21142] ppid=21011 vsize=10851072 memory=1727520 CPUtime=10.99 cores=1,3,5,7
/proc/21016/task/21142/stat : 21142 (java) S 21011 21016 20959 0 -1 1077944384 68414 13309 0 1 1081 10 5 3 20 0 15 0 406385786 11111497728 431623 33554432000 4194304 4196468 140735059607072 139858978974576 139859453471362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21144] ppid=21011 vsize=10851072 memory=1728032 CPUtime=10.92 cores=1,3,5,7
/proc/21016/task/21144/stat : 21144 (java) S 21011 21016 20959 0 -1 1077944384 70309 13309 0 1 1075 9 5 3 20 0 15 0 406385786 11111497728 431623 33554432000 4194304 4196468 140735059607072 139858977921776 139859453471362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21146] ppid=21011 vsize=10851072 memory=1727520 CPUtime=4.56 cores=1,3,5,7
/proc/21016/task/21146/stat : 21146 (java) S 21011 21016 20959 0 -1 1077944384 44632 13309 0 1 439 9 5 3 20 0 15 0 406385786 11111497728 431623 33554432000 4194304 4196468 140735059607072 139858976868976 139859453471362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21148] ppid=21011 vsize=10851072 memory=1727520 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21148/stat : 21148 (java) S 21011 21016 20959 0 -1 1077944384 3 13309 0 1 0 0 5 3 20 0 15 0 406385786 11111497728 431623 33554432000 4194304 4196468 140735059607072 139857954163424 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21150] ppid=21011 vsize=10851072 memory=1726492 CPUtime=1.49 cores=1,3,5,7
/proc/21016/task/21150/stat : 21150 (java) S 21011 21016 20959 0 -1 1077944384 3397 13309 0 1 66 75 5 3 20 0 15 0 406385786 11111497728 431623 33554432000 4194304 4196468 140735059607072 139858975816368 139859453471362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
Current children cumulated CPU time: 2394.55 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1726492 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2327.7 s]
/proc/loadavg: 1.34 1.31 1.39 3/232 21504
/proc/meminfo: memFree=28982040/32770624 swapFree=67003320/67108860
[pid=21016] ppid=21011 vsize=10851072 memory=1721876 CPUtime=2400.07 cores=1,3,5,7
/proc/21016/stat : 21016 (java) S 21011 21016 20959 0 -1 1077944320 476495 13309 0 1 239640 359 5 3 20 0 15 0 406385767 11111497728 430469 33554432000 4194304 4196468 140735059607072 140735059589616 139859453460215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
/proc/21016/statm: 2712768 430469 3639 1 0 2674829 0
[pid=21016/tid=21124] ppid=21011 vsize=10851072 memory=1722388 CPUtime=2303.15 cores=1,3,5,7
/proc/21016/task/21124/stat : 21124 (java) R 21011 21016 20959 0 -1 4202560 122652 13309 0 1 230232 75 5 3 20 0 15 0 406385780 11111497728 430469 33554432000 4194304 4196468 140735059607072 139859425295520 139859056795998 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21126] ppid=21011 vsize=10851072 memory=1722388 CPUtime=15.69 cores=1,3,5,7
/proc/21016/task/21126/stat : 21126 (java) S 21011 21016 20959 0 -1 1077944384 37326 13309 0 1 1522 39 5 3 20 0 15 0 406385781 11111497728 430469 33554432000 4194304 4196468 140735059607072 139859457703056 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21127] ppid=21011 vsize=10851072 memory=1729572 CPUtime=15.73 cores=1,3,5,7
/proc/21016/task/21127/stat : 21127 (java) S 21011 21016 20959 0 -1 1077944384 37575 13309 0 1 1524 41 5 3 20 0 15 0 406385781 11111497728 430469 33554432000 4194304 4196468 140735059607072 139859372522512 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21128] ppid=21011 vsize=10851072 memory=1735216 CPUtime=15.75 cores=1,3,5,7
/proc/21016/task/21128/stat : 21128 (java) S 21011 21016 20959 0 -1 1077944384 35079 13309 0 1 1529 38 5 3 20 0 15 0 406385781 11111497728 430469 33554432000 4194304 4196468 140735059607072 139859371469712 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21130] ppid=21011 vsize=10851072 memory=1721876 CPUtime=15.74 cores=1,3,5,7
/proc/21016/task/21130/stat : 21130 (java) S 21011 21016 20959 0 -1 1077944384 26850 13309 0 1 1522 44 5 3 20 0 15 0 406385781 11111497728 430469 33554432000 4194304 4196468 140735059607072 139859370416912 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21134] ppid=21011 vsize=10851072 memory=1731624 CPUtime=6.65 cores=1,3,5,7
/proc/21016/task/21134/stat : 21134 (java) S 21011 21016 20959 0 -1 1077944384 28011 13309 0 1 606 51 5 3 20 0 15 0 406385782 11111497728 430469 33554432000 4194304 4196468 140735059607072 139858980026736 139859453471362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21137] ppid=21011 vsize=10851072 memory=164 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21137/stat : 21137 (java) S 21011 21016 20959 0 -1 1077944384 21 13309 0 1 0 0 5 3 20 0 15 0 406385783 11111497728 430469 33554432000 4194304 4196468 140735059607072 139858429338784 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21139] ppid=21011 vsize=10851072 memory=1722388 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21139/stat : 21139 (java) S 21011 21016 20959 0 -1 1077944384 18 13309 0 1 0 0 5 3 20 0 15 0 406385783 11111497728 430469 33554432000 4194304 4196468 140735059607072 139858228011904 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21141] ppid=21011 vsize=10851072 memory=1722904 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21141/stat : 21141 (java) S 21011 21016 20959 0 -1 1077944384 3 13309 0 1 0 0 5 3 20 0 15 0 406385786 11111497728 430469 33554432000 4194304 4196468 140735059607072 139857987721040 139859453478811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21142] ppid=21011 vsize=10851072 memory=1723416 CPUtime=10.99 cores=1,3,5,7
/proc/21016/task/21142/stat : 21142 (java) S 21011 21016 20959 0 -1 1077944384 68415 13309 0 1 1081 10 5 3 20 0 15 0 406385786 11111497728 430469 33554432000 4194304 4196468 140735059607072 139858978974576 139859453471362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21144] ppid=21011 vsize=10851072 memory=1727520 CPUtime=10.92 cores=1,3,5,7
/proc/21016/task/21144/stat : 21144 (java) S 21011 21016 20959 0 -1 1077944384 70309 13309 0 1 1075 9 5 3 20 0 15 0 406385786 11111497728 430469 33554432000 4194304 4196468 140735059607072 139858977921776 139859453471362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21146] ppid=21011 vsize=10851072 memory=1727520 CPUtime=4.56 cores=1,3,5,7
/proc/21016/task/21146/stat : 21146 (java) S 21011 21016 20959 0 -1 1077944384 44632 13309 0 1 439 9 5 3 20 0 15 0 406385786 11111497728 430469 33554432000 4194304 4196468 140735059607072 139858976868976 139859453471362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21148] ppid=21011 vsize=10851072 memory=1540 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21148/stat : 21148 (java) S 21011 21016 20959 0 -1 1077944384 3 13309 0 1 0 0 5 3 20 0 15 0 406385786 11111497728 430469 33554432000 4194304 4196468 140735059607072 139857954163424 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21150] ppid=21011 vsize=10851072 memory=728 CPUtime=1.5 cores=1,3,5,7
/proc/21016/task/21150/stat : 21150 (java) S 21011 21016 20959 0 -1 1077944384 3397 13309 0 1 67 75 5 3 20 0 15 0 406385786 11111497728 430469 33554432000 4194304 4196468 140735059607072 139858975816368 139859453471362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1721876 KiB

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

[startup+2327.73 s]
# the end of solver process 21016 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.47 s, system=3.64713 s

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

[startup+2327.7 s]
/proc/loadavg: 1.34 1.31 1.39 3/232 21504
/proc/meminfo: memFree=28982040/32770624 swapFree=67003320/67108860
[pid=21016] ppid=21011 vsize=10851072 memory=1721876 CPUtime=2400.07 cores=1,3,5,7
/proc/21016/stat : 21016 (java) S 21011 21016 20959 0 -1 1077944320 476495 13309 0 1 239640 359 5 3 20 0 15 0 406385767 11111497728 430469 33554432000 4194304 4196468 140735059607072 140735059589616 139859453460215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
/proc/21016/statm: 2712768 430469 3639 1 0 2674829 0
[pid=21016/tid=21124] ppid=21011 vsize=10851072 memory=1722388 CPUtime=2303.15 cores=1,3,5,7
/proc/21016/task/21124/stat : 21124 (java) R 21011 21016 20959 0 -1 4202560 122652 13309 0 1 230232 75 5 3 20 0 15 0 406385780 11111497728 430469 33554432000 4194304 4196468 140735059607072 139859425295520 139859056795998 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21126] ppid=21011 vsize=10851072 memory=1722388 CPUtime=15.69 cores=1,3,5,7
/proc/21016/task/21126/stat : 21126 (java) S 21011 21016 20959 0 -1 1077944384 37326 13309 0 1 1522 39 5 3 20 0 15 0 406385781 11111497728 430469 33554432000 4194304 4196468 140735059607072 139859457703056 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21127] ppid=21011 vsize=10851072 memory=1729572 CPUtime=15.73 cores=1,3,5,7
/proc/21016/task/21127/stat : 21127 (java) S 21011 21016 20959 0 -1 1077944384 37575 13309 0 1 1524 41 5 3 20 0 15 0 406385781 11111497728 430469 33554432000 4194304 4196468 140735059607072 139859372522512 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21128] ppid=21011 vsize=10851072 memory=1735216 CPUtime=15.75 cores=1,3,5,7
/proc/21016/task/21128/stat : 21128 (java) S 21011 21016 20959 0 -1 1077944384 35079 13309 0 1 1529 38 5 3 20 0 15 0 406385781 11111497728 430469 33554432000 4194304 4196468 140735059607072 139859371469712 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21130] ppid=21011 vsize=10851072 memory=1721876 CPUtime=15.74 cores=1,3,5,7
/proc/21016/task/21130/stat : 21130 (java) S 21011 21016 20959 0 -1 1077944384 26850 13309 0 1 1522 44 5 3 20 0 15 0 406385781 11111497728 430469 33554432000 4194304 4196468 140735059607072 139859370416912 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21134] ppid=21011 vsize=10851072 memory=1731624 CPUtime=6.65 cores=1,3,5,7
/proc/21016/task/21134/stat : 21134 (java) S 21011 21016 20959 0 -1 1077944384 28011 13309 0 1 606 51 5 3 20 0 15 0 406385782 11111497728 430469 33554432000 4194304 4196468 140735059607072 139858980026736 139859453471362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21137] ppid=21011 vsize=10851072 memory=164 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21137/stat : 21137 (java) S 21011 21016 20959 0 -1 1077944384 21 13309 0 1 0 0 5 3 20 0 15 0 406385783 11111497728 430469 33554432000 4194304 4196468 140735059607072 139858429338784 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21139] ppid=21011 vsize=10851072 memory=1722388 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21139/stat : 21139 (java) S 21011 21016 20959 0 -1 1077944384 18 13309 0 1 0 0 5 3 20 0 15 0 406385783 11111497728 430469 33554432000 4194304 4196468 140735059607072 139858228011904 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21141] ppid=21011 vsize=10851072 memory=1722904 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21141/stat : 21141 (java) S 21011 21016 20959 0 -1 1077944384 3 13309 0 1 0 0 5 3 20 0 15 0 406385786 11111497728 430469 33554432000 4194304 4196468 140735059607072 139857987721040 139859453478811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21142] ppid=21011 vsize=10851072 memory=1723416 CPUtime=10.99 cores=1,3,5,7
/proc/21016/task/21142/stat : 21142 (java) S 21011 21016 20959 0 -1 1077944384 68415 13309 0 1 1081 10 5 3 20 0 15 0 406385786 11111497728 430469 33554432000 4194304 4196468 140735059607072 139858978974576 139859453471362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21144] ppid=21011 vsize=10851072 memory=1727520 CPUtime=10.92 cores=1,3,5,7
/proc/21016/task/21144/stat : 21144 (java) S 21011 21016 20959 0 -1 1077944384 70309 13309 0 1 1075 9 5 3 20 0 15 0 406385786 11111497728 430469 33554432000 4194304 4196468 140735059607072 139858977921776 139859453471362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21146] ppid=21011 vsize=10851072 memory=1727520 CPUtime=4.56 cores=1,3,5,7
/proc/21016/task/21146/stat : 21146 (java) S 21011 21016 20959 0 -1 1077944384 44632 13309 0 1 439 9 5 3 20 0 15 0 406385786 11111497728 430469 33554432000 4194304 4196468 140735059607072 139858976868976 139859453471362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21148] ppid=21011 vsize=10851072 memory=1540 CPUtime=0.08 cores=1,3,5,7
/proc/21016/task/21148/stat : 21148 (java) S 21011 21016 20959 0 -1 1077944384 3 13309 0 1 0 0 5 3 20 0 15 0 406385786 11111497728 430469 33554432000 4194304 4196468 140735059607072 139857954163424 139859453470421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
[pid=21016/tid=21150] ppid=21011 vsize=10851072 memory=728 CPUtime=1.5 cores=1,3,5,7
/proc/21016/task/21150/stat : 21150 (java) S 21011 21016 20959 0 -1 1077944384 3397 13309 0 1 67 75 5 3 20 0 15 0 406385786 11111497728 430469 33554432000 4194304 4196468 140735059607072 139858975816368 139859453471362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16379904 140735059610357 140735059612869 140735059612869 140735059615695 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1721876 KiB

Child status: 143
Real time (s): 2327.73
CPU time (s): 2400.12
CPU user time (s): 2396.47
CPU system time (s): 3.64713
CPU usage (%): 103.11
Max. virtual memory (cumulated for all children) (KiB): 10851072
Max. memory (cumulated for all children) (KiB): 2833856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.47
system time used= 3.64713
maximum resident set size= 2833856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 490940
page faults= 1
swaps= 0
block input operations= 4184
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 192412
involuntary context switches= 7075


# summary of solver processes directly reported to runsolver:
#   pid: 21016
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2396.47
#   total CPU system time (s): 3.64713

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4292 second user time and 22.5475 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-12 17:17:02
IDJOB=4392239
IDBENCH=115801
IDSOLVER=2837
FILE ID=node133/4392239-1568301461
RUNJOBID= node133-1568301421-20991
PBS_JOBID= 21701111
Free space on /tmp= 55116 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-15-15-5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392239-1568301461/watcher-4392239-1568301461 -o /tmp/evaluation-result-4392239-1568301461/solver-4392239-1568301461 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568301421-20991 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1536362655 HOME/instance-4392239-1568301461.xml

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

MD5SUM BENCH= 8b9c4e6e7c9e88d5c00f06b3f0219a0c
RANDOM SEED=1536362655

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31683144 kB
MemAvailable:   31903648 kB
Buffers:          106280 kB
Cached:           398864 kB
SwapCached:         3564 kB
Active:           308356 kB
Inactive:         199220 kB
Active(anon):      26860 kB
Inactive(anon):    15924 kB
Active(file):     281496 kB
Inactive(file):   183296 kB
Unevictable:      111500 kB
Mlocked:          111500 kB
SwapTotal:      67108860 kB
SwapFree:       67003320 kB
Dirty:             70296 kB
Writeback:             0 kB
AnonPages:        111844 kB
Mapped:            42232 kB
Shmem:             31184 kB
Slab:             171288 kB
SReclaimable:     143096 kB
SUnreclaim:        28192 kB
KernelStack:        3376 kB
PageTables:         5636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 55044 MiB
End job on node133 at 2019-09-12 17:55:50