Trace number 4396319

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.1 2450.05

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396319-1568393098/watcher-4396319-1568393098 -o /tmp/evaluation-result-4396319-1568393098/solver-4396319-1568393098 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568393055-22030 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1194437813 HOME/instance-4396319-1568393098.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=22060, runsolver pid=22057
Current StackSize limit: 8192 KiB


[startup+0.100129 s]*
/proc/loadavg: 1.42 1.45 1.42 5/206 22148
/proc/meminfo: memFree=31120484/32770624 swapFree=66966948/67108860
[pid=22060] ppid=22057 vsize=113256 memory=1620 CPUtime=0.07 cores=0,2,4,6
/proc/22060/stat : 22060 (bash) S 22057 22060 19747 0 -1 4202496 958 11644 0 2 0 0 5 2 20 0 1 0 415576661 115974144 405 33554432000 4194304 5098028 140732710398208 140732710391192 140033853062144 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 1 0 0 7196144 7232144 29143040 140732710405140 140732710405265 140732710405265 140732710408174 0
/proc/22060/statm: 28314 405 321 221 0 119 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1620 KiB

[startup+0.210074 s]*
/proc/loadavg: 1.42 1.45 1.42 5/227 22191
/proc/meminfo: memFree=31087380/32770624 swapFree=66966948/67108860
[pid=22060] ppid=22057 vsize=10819664 memory=41136 CPUtime=0.21 cores=0,2,4,6
/proc/22060/stat : 22060 (java) S 22057 22060 19747 0 -1 1077944320 6634 13006 0 2 12 1 5 3 20 0 15 0 415576661 11079335936 10284 33554432000 4194304 4196468 140729738755264 140729738737808 139880700710647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
/proc/22060/statm: 2704916 10284 3108 1 0 2667149 0
[pid=22060/tid=22164] ppid=22057 vsize=10819664 memory=7900017517374083699 CPUtime=0.16 cores=0,2,4,6
/proc/22060/task/22164/stat : 22164 (java) R 22057 22060 19747 0 -1 4202560 3199 13006 0 2 8 0 5 3 20 0 15 0 415576673 11079335936 10284 33554432000 4194304 4196468 140729738755264 139880672540640 139880700722582 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22167] ppid=22057 vsize=10819664 memory=4211973789830278538 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22167/stat : 22167 (java) S 22057 22060 19747 0 -1 1077944384 1 13006 0 2 0 0 5 3 20 0 15 0 415576674 11079335936 10284 33554432000 4194304 4196468 140729738755264 139880704952976 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22169] ppid=22057 vsize=10819664 memory=140063625488000 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22169/stat : 22169 (java) S 22057 22060 19747 0 -1 1077944384 1 13006 0 2 0 0 5 3 20 0 15 0 415576674 11079335936 10284 33554432000 4194304 4196468 140729738755264 139880593226256 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22172] ppid=22057 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22172/stat : 22172 (java) S 22057 22060 19747 0 -1 1077944384 1 13006 0 2 0 0 5 3 20 0 15 0 415576674 11079335936 10284 33554432000 4194304 4196468 140729738755264 139880592173456 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22173] ppid=22057 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22173/stat : 22173 (java) S 22057 22060 19747 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 15 0 415576674 11079335936 10284 33554432000 4194304 4196468 140729738755264 139880591120656 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22175] ppid=22057 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22175/stat : 22175 (java) S 22057 22060 19747 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 15 0 415576675 11079335936 10284 33554432000 4194304 4196468 140729738755264 139880159980400 139880700721794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22177] ppid=22057 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22177/stat : 22177 (java) S 22057 22060 19747 0 -1 1077944384 33 13006 0 2 0 0 5 3 20 0 15 0 415576676 11079335936 10284 33554432000 4194304 4196468 140729738755264 139880158926368 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22179] ppid=22057 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22179/stat : 22179 (java) S 22057 22060 19747 0 -1 1077944384 1 13006 0 2 0 0 5 3 20 0 15 0 415576676 11079335936 10284 33554432000 4194304 4196468 140729738755264 139880038393200 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22181] ppid=22057 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22181/stat : 22181 (java) S 22057 22060 19747 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 15 0 415576679 11079335936 10284 33554432000 4194304 4196468 140729738755264 139879434414416 139880700729243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22183] ppid=22057 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22183/stat : 22183 (java) R 22057 22060 19747 0 -1 1077944384 390 13006 0 2 0 0 5 3 20 0 15 0 415576679 11079335936 10284 33554432000 4194304 4196468 140729738755264 139880125368688 139880700721794 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22185] ppid=22057 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22185/stat : 22185 (java) R 22057 22060 19747 0 -1 4202560 183 13006 0 2 0 0 5 3 20 0 15 0 415576679 11079335936 10284 33554432000 4194304 4196468 140729738755264 139880124315072 139880682254370 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22187] ppid=22057 vsize=10819664 memory=140063625488000 CPUtime=0.09 cores=0,2,4,6
/proc/22060/task/22187/stat : 22187 (java) R 22057 22060 19747 0 -1 4202560 617 13006 0 2 1 0 5 3 20 0 15 0 415576679 11079335936 10284 33554432000 4194304 4196468 140729738755264 139880123259456 139880678736056 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22189] ppid=22057 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22189/stat : 22189 (java) S 22057 22060 19747 0 -1 1077944384 3 13006 0 2 0 0 5 3 20 0 15 0 415576679 11079335936 10284 33554432000 4194304 4196468 140729738755264 139878964652256 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22190] ppid=22057 vsize=10819664 memory=140063625488000 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22190/stat : 22190 (java) S 22057 22060 19747 0 -1 1077944384 1 13006 0 2 0 0 5 3 20 0 15 0 415576679 11079335936 10284 33554432000 4194304 4196468 140729738755264 139880122211504 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 41136 KiB

[startup+0.310405 s]*
/proc/loadavg: 1.42 1.45 1.42 5/227 22191
/proc/meminfo: memFree=31056024/32770624 swapFree=66966948/67108860
[pid=22060] ppid=22057 vsize=10820148 memory=53128 CPUtime=0.37 cores=0,2,4,6
/proc/22060/stat : 22060 (java) S 22057 22060 19747 0 -1 1077944320 10444 13006 0 2 26 3 5 3 20 0 15 0 415576661 11079831552 13282 33554432000 4194304 4196468 140729738755264 140729738737808 139880700710647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
/proc/22060/statm: 2705037 13282 3316 1 0 2667149 0
[pid=22060/tid=22164] ppid=22057 vsize=10820148 memory=576567874760998942 CPUtime=0.26 cores=0,2,4,6
/proc/22060/task/22164/stat : 22164 (java) R 22057 22060 19747 0 -1 4202560 6934 13006 0 2 16 2 5 3 20 0 15 0 415576673 11079831552 13282 33554432000 4194304 4196468 140729738755264 139880672510560 139880684791134 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22167] ppid=22057 vsize=10820148 memory=300 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22167/stat : 22167 (java) S 22057 22060 19747 0 -1 1077944384 1 13006 0 2 0 0 5 3 20 0 15 0 415576674 11079831552 13282 33554432000 4194304 4196468 140729738755264 139880704952976 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22169] ppid=22057 vsize=10820148 memory=297412960997804160 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22169/stat : 22169 (java) S 22057 22060 19747 0 -1 1077944384 1 13006 0 2 0 0 5 3 20 0 15 0 415576674 11079831552 13282 33554432000 4194304 4196468 140729738755264 139880593226256 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22172] ppid=22057 vsize=10820148 memory=-7457052372387209120 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22172/stat : 22172 (java) S 22057 22060 19747 0 -1 1077944384 1 13006 0 2 0 0 5 3 20 0 15 0 415576674 11079831552 13282 33554432000 4194304 4196468 140729738755264 139880592173456 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22173] ppid=22057 vsize=10820148 memory=3544385890265608239 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22173/stat : 22173 (java) S 22057 22060 19747 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 15 0 415576674 11079831552 13282 33554432000 4194304 4196468 140729738755264 139880591120656 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22175] ppid=22057 vsize=10820148 memory=7008596710827284144 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22175/stat : 22175 (java) S 22057 22060 19747 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 15 0 415576675 11079831552 13282 33554432000 4194304 4196468 140729738755264 139880159980400 139880700721794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22177] ppid=22057 vsize=10820148 memory=7378595185890260846 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22177/stat : 22177 (java) S 22057 22060 19747 0 -1 1077944384 33 13006 0 2 0 0 5 3 20 0 15 0 415576676 11079831552 13282 33554432000 4194304 4196468 140729738755264 139880158926368 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22179] ppid=22057 vsize=10820148 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22179/stat : 22179 (java) S 22057 22060 19747 0 -1 1077944384 1 13006 0 2 0 0 5 3 20 0 15 0 415576676 11079831552 13282 33554432000 4194304 4196468 140729738755264 139880038393200 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22181] ppid=22057 vsize=10820148 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22181/stat : 22181 (java) S 22057 22060 19747 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 15 0 415576679 11079831552 13282 33554432000 4194304 4196468 140729738755264 139879434414416 139880700729243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22183] ppid=22057 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22060/task/22183/stat : 22183 (java) S 22057 22060 19747 0 -1 1077944384 414 13006 0 2 1 0 5 3 20 0 15 0 415576679 11079831552 13282 33554432000 4194304 4196468 140729738755264 139880125368688 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22185] ppid=22057 vsize=10820148 memory=734122165027282991 CPUtime=0.1 cores=0,2,4,6
/proc/22060/task/22185/stat : 22185 (java) R 22057 22060 19747 0 -1 1077944384 207 13006 0 2 2 0 5 3 20 0 15 0 415576679 11079831552 13282 33554432000 4194304 4196468 140729738755264 139880124315888 139880700721794 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22187] ppid=22057 vsize=10820148 memory=140063625488000 CPUtime=0.13 cores=0,2,4,6
/proc/22060/task/22187/stat : 22187 (java) S 22057 22060 19747 0 -1 1077944384 635 13006 0 2 5 0 5 3 20 0 15 0 415576679 11079831552 13282 33554432000 4194304 4196468 140729738755264 139880123263088 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22189] ppid=22057 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22189/stat : 22189 (java) S 22057 22060 19747 0 -1 1077944384 3 13006 0 2 0 0 5 3 20 0 15 0 415576679 11079831552 13282 33554432000 4194304 4196468 140729738755264 139878964652256 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22190] ppid=22057 vsize=10820148 memory=140063625488000 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22190/stat : 22190 (java) S 22057 22060 19747 0 -1 1077944384 1 13006 0 2 0 0 5 3 20 0 15 0 415576679 11079831552 13282 33554432000 4194304 4196468 140729738755264 139880122211504 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 53128 KiB

[startup+0.700708 s]
/proc/loadavg: 1.42 1.45 1.42 4/227 22191
/proc/meminfo: memFree=31031056/32770624 swapFree=66966948/67108860
[pid=22060] ppid=22057 vsize=10822312 memory=80196 CPUtime=1.05 cores=0,2,4,6
/proc/22060/stat : 22060 (java) S 22057 22060 19747 0 -1 1077944320 14240 13006 0 2 91 6 5 3 20 0 15 0 415576661 11082047488 20049 33554432000 4194304 4196468 140729738755264 140729738737808 139880700710647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
/proc/22060/statm: 2705578 20049 3498 1 0 2667661 0
[pid=22060/tid=22164] ppid=22057 vsize=10822312 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/22060/task/22164/stat : 22164 (java) R 22057 22060 19747 0 -1 4202560 9607 13006 0 2 51 4 5 3 20 0 15 0 415576673 11082047488 20049 33554432000 4194304 4196468 140729738755264 139880672540800 139880700732573 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22167] ppid=22057 vsize=10822312 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22167/stat : 22167 (java) S 22057 22060 19747 0 -1 1077944384 1 13006 0 2 0 0 5 3 20 0 15 0 415576674 11082047488 20049 33554432000 4194304 4196468 140729738755264 139880704952976 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22169] ppid=22057 vsize=10822312 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22169/stat : 22169 (java) S 22057 22060 19747 0 -1 1077944384 1 13006 0 2 0 0 5 3 20 0 15 0 415576674 11082047488 20049 33554432000 4194304 4196468 140729738755264 139880593226256 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22172] ppid=22057 vsize=10822312 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22172/stat : 22172 (java) S 22057 22060 19747 0 -1 1077944384 1 13006 0 2 0 0 5 3 20 0 15 0 415576674 11082047488 20049 33554432000 4194304 4196468 140729738755264 139880592173456 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22173] ppid=22057 vsize=10822312 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22173/stat : 22173 (java) S 22057 22060 19747 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 15 0 415576674 11082047488 20049 33554432000 4194304 4196468 140729738755264 139880591120656 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22175] ppid=22057 vsize=10822312 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22175/stat : 22175 (java) S 22057 22060 19747 0 -1 1077944384 5 13006 0 2 0 0 5 3 20 0 15 0 415576675 11082047488 20049 33554432000 4194304 4196468 140729738755264 139880159980400 139880700721794 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22177] ppid=22057 vsize=10822312 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22177/stat : 22177 (java) S 22057 22060 19747 0 -1 1077944384 33 13006 0 2 0 0 5 3 20 0 15 0 415576676 11082047488 20049 33554432000 4194304 4196468 140729738755264 139880158926368 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22179] ppid=22057 vsize=10822312 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22179/stat : 22179 (java) S 22057 22060 19747 0 -1 1077944384 1 13006 0 2 0 0 5 3 20 0 15 0 415576676 11082047488 20049 33554432000 4194304 4196468 140729738755264 139880038393200 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22181] ppid=22057 vsize=10822312 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22181/stat : 22181 (java) S 22057 22060 19747 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 15 0 415576679 11082047488 20049 33554432000 4194304 4196468 140729738755264 139879434414416 139880700729243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22183] ppid=22057 vsize=10822312 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/22060/task/22183/stat : 22183 (java) S 22057 22060 19747 0 -1 1077944384 849 13006 0 2 10 0 5 3 20 0 15 0 415576679 11082047488 20049 33554432000 4194304 4196468 140729738755264 139880125368688 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22185] ppid=22057 vsize=10822312 memory=288370439665753136 CPUtime=0.21 cores=0,2,4,6
/proc/22060/task/22185/stat : 22185 (java) R 22057 22060 19747 0 -1 4202560 682 13006 0 2 13 0 5 3 20 0 15 0 415576679 11082047488 20049 33554432000 4194304 4196468 140729738755264 139880124315888 139880686724944 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22187] ppid=22057 vsize=10822312 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/22060/task/22187/stat : 22187 (java) S 22057 22060 19747 0 -1 1077944384 840 13006 0 2 16 0 5 3 20 0 15 0 415576679 11082047488 20049 33554432000 4194304 4196468 140729738755264 139880123263088 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22189] ppid=22057 vsize=10822312 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22189/stat : 22189 (java) S 22057 22060 19747 0 -1 1077944384 3 13006 0 2 0 0 5 3 20 0 15 0 415576679 11082047488 20049 33554432000 4194304 4196468 140729738755264 139878964652256 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22190] ppid=22057 vsize=10822312 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22190/stat : 22190 (java) S 22057 22060 19747 0 -1 1077944384 3 13006 0 2 0 0 5 3 20 0 15 0 415576679 11082047488 20049 33554432000 4194304 4196468 140729738755264 139880122211504 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 10822312 KiB
Current children cumulated memory: 80196 KiB

[startup+1.50078 s]
/proc/loadavg: 1.42 1.45 1.42 5/227 22191
/proc/meminfo: memFree=30914244/32770624 swapFree=66966948/67108860
[pid=22060] ppid=22057 vsize=10834676 memory=193524 CPUtime=2.96 cores=0,2,4,6
/proc/22060/stat : 22060 (java) S 22057 22060 19747 0 -1 1077944320 29592 13006 0 2 275 13 5 3 20 0 15 0 415576661 11094708224 48381 33554432000 4194304 4196468 140729738755264 140729738737808 139880700710647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
/proc/22060/statm: 2708669 48381 3583 1 0 2670733 0
[pid=22060/tid=22164] ppid=22057 vsize=10834676 memory=0 CPUtime=1.39 cores=0,2,4,6
/proc/22060/task/22164/stat : 22164 (java) R 22057 22060 19747 0 -1 4202560 15726 13006 0 2 125 6 5 3 20 0 15 0 415576673 11094708224 48381 33554432000 4194304 4196468 140729738755264 139880672520976 139880684791134 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22167] ppid=22057 vsize=10834676 memory=4567366080549834840 CPUtime=0.09 cores=0,2,4,6
/proc/22060/task/22167/stat : 22167 (java) S 22057 22060 19747 0 -1 1077944384 73 13006 0 2 1 0 5 3 20 0 15 0 415576674 11094708224 48381 33554432000 4194304 4196468 140729738755264 139880704952976 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22169] ppid=22057 vsize=10834676 memory=-8175879895639241819 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22169/stat : 22169 (java) S 22057 22060 19747 0 -1 1077944384 6 13006 0 2 0 0 5 3 20 0 15 0 415576674 11094708224 48381 33554432000 4194304 4196468 140729738755264 139880593226256 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22172] ppid=22057 vsize=10834676 memory=8514726395714820750 CPUtime=0.09 cores=0,2,4,6
/proc/22060/task/22172/stat : 22172 (java) S 22057 22060 19747 0 -1 1077944384 342 13006 0 2 1 0 5 3 20 0 15 0 415576674 11094708224 48381 33554432000 4194304 4196468 140729738755264 139880592173456 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22173] ppid=22057 vsize=10834676 memory=280127028378928 CPUtime=0.09 cores=0,2,4,6
/proc/22060/task/22173/stat : 22173 (java) S 22057 22060 19747 0 -1 1077944384 84 13006 0 2 1 0 5 3 20 0 15 0 415576674 11094708224 48381 33554432000 4194304 4196468 140729738755264 139880591120656 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22175] ppid=22057 vsize=10834676 memory=288230583166042426 CPUtime=0.09 cores=0,2,4,6
/proc/22060/task/22175/stat : 22175 (java) S 22057 22060 19747 0 -1 1077944384 196 13006 0 2 1 0 5 3 20 0 15 0 415576675 11094708224 48381 33554432000 4194304 4196468 140729738755264 139880159980400 139880700721794 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22177] ppid=22057 vsize=10834676 memory=15537410121403872 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22177/stat : 22177 (java) S 22057 22060 19747 0 -1 1077944384 34 13006 0 2 0 0 5 3 20 0 15 0 415576676 11094708224 48381 33554432000 4194304 4196468 140729738755264 139880158926368 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22179] ppid=22057 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22179/stat : 22179 (java) S 22057 22060 19747 0 -1 1077944384 1 13006 0 2 0 0 5 3 20 0 15 0 415576676 11094708224 48381 33554432000 4194304 4196468 140729738755264 139880038393200 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22181] ppid=22057 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22181/stat : 22181 (java) S 22057 22060 19747 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 15 0 415576679 11094708224 48381 33554432000 4194304 4196468 140729738755264 139879434414416 139880700729243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22183] ppid=22057 vsize=10834676 memory=664970774541871002 CPUtime=0.45 cores=0,2,4,6
/proc/22060/task/22183/stat : 22183 (java) S 22057 22060 19747 0 -1 1077944384 1736 13006 0 2 37 0 5 3 20 0 15 0 415576679 11094708224 48381 33554432000 4194304 4196468 140729738755264 139880125368688 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22185] ppid=22057 vsize=10834676 memory=80196 CPUtime=0.72 cores=0,2,4,6
/proc/22060/task/22185/stat : 22185 (java) S 22057 22060 19747 0 -1 1077944384 7173 13006 0 2 62 2 5 3 20 0 15 0 415576679 11094708224 48381 33554432000 4194304 4196468 140729738755264 139880124315888 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22187] ppid=22057 vsize=10834676 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/22060/task/22187/stat : 22187 (java) S 22057 22060 19747 0 -1 1077944384 2004 13006 0 2 43 1 5 3 20 0 15 0 415576679 11094708224 48381 33554432000 4194304 4196468 140729738755264 139880123263088 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22189] ppid=22057 vsize=10834676 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22189/stat : 22189 (java) S 22057 22060 19747 0 -1 1077944384 3 13006 0 2 0 0 5 3 20 0 15 0 415576679 11094708224 48381 33554432000 4194304 4196468 140729738755264 139878964652256 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22190] ppid=22057 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22190/stat : 22190 (java) S 22057 22060 19747 0 -1 1077944384 3 13006 0 2 0 0 5 3 20 0 15 0 415576679 11094708224 48381 33554432000 4194304 4196468 140729738755264 139880122211504 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
Current children cumulated CPU time: 2.96 s
Current children cumulated vsize: 10834676 KiB
Current children cumulated memory: 193524 KiB

[startup+3.11189 s]
/proc/loadavg: 1.42 1.45 1.42 6/227 22191
/proc/meminfo: memFree=30678468/32770624 swapFree=66966948/67108860
[pid=22060] ppid=22057 vsize=10842888 memory=240800 CPUtime=7.48 cores=0,2,4,6
/proc/22060/stat : 22060 (java) S 22057 22060 19747 0 -1 1077944320 44088 13006 0 2 723 17 5 3 20 0 15 0 415576661 11103117312 60200 33554432000 4194304 4196468 140729738755264 140729738737808 139880700710647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
/proc/22060/statm: 2710722 60200 3606 1 0 2672781 0
[pid=22060/tid=22164] ppid=22057 vsize=10842888 memory=6944656592455350634 CPUtime=2.99 cores=0,2,4,6
/proc/22060/task/22164/stat : 22164 (java) R 22057 22060 19747 0 -1 4202560 21636 13006 0 2 283 8 5 3 20 0 15 0 415576673 11103117312 60200 33554432000 4194304 4196468 140729738755264 139880672539720 139880680421088 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0

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

/proc/22060/task/22164/stat : 22164 (java) R 22057 22060 19747 0 -1 4202560 138962 13006 0 2 230057 53 5 3 20 0 15 0 415576673 11113615360 153398 33554432000 4194304 4196468 140729738755264 139880672544944 139880263105818 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22167] ppid=22057 vsize=10853140 memory=623340 CPUtime=13 cores=0,2,4,6
/proc/22060/task/22167/stat : 22167 (java) S 22057 22060 19747 0 -1 1077944384 20544 13006 0 2 1237 55 5 3 20 0 15 0 415576674 11113615360 153398 33554432000 4194304 4196468 140729738755264 139880704952976 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22169] ppid=22057 vsize=10853140 memory=614616 CPUtime=13.05 cores=0,2,4,6
/proc/22060/task/22169/stat : 22169 (java) S 22057 22060 19747 0 -1 1077944384 20715 13006 0 2 1242 55 5 3 20 0 15 0 415576674 11113615360 153398 33554432000 4194304 4196468 140729738755264 139880593226256 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22172] ppid=22057 vsize=10853140 memory=613592 CPUtime=13.01 cores=0,2,4,6
/proc/22060/task/22172/stat : 22172 (java) S 22057 22060 19747 0 -1 1077944384 21269 13006 0 2 1242 51 5 3 20 0 15 0 415576674 11113615360 153398 33554432000 4194304 4196468 140729738755264 139880592173456 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22173] ppid=22057 vsize=10853140 memory=631032 CPUtime=13.06 cores=0,2,4,6
/proc/22060/task/22173/stat : 22173 (java) S 22057 22060 19747 0 -1 1077944384 17711 13006 0 2 1246 52 5 3 20 0 15 0 415576674 11113615360 153398 33554432000 4194304 4196468 140729738755264 139880591120656 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22175] ppid=22057 vsize=10853140 memory=984 CPUtime=6.14 cores=0,2,4,6
/proc/22060/task/22175/stat : 22175 (java) S 22057 22060 19747 0 -1 1077944384 15059 13006 0 2 552 54 5 3 20 0 15 0 415576675 11113615360 153398 33554432000 4194304 4196468 140729738755264 139880159980400 139880700721794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22177] ppid=22057 vsize=10853140 memory=617184 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22177/stat : 22177 (java) S 22057 22060 19747 0 -1 1077944384 61 13006 0 2 0 0 5 3 20 0 15 0 415576676 11113615360 153398 33554432000 4194304 4196468 140729738755264 139880158926432 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22179] ppid=22057 vsize=10853140 memory=626928 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22179/stat : 22179 (java) S 22057 22060 19747 0 -1 1077944384 25 13006 0 2 0 0 5 3 20 0 15 0 415576676 11113615360 153398 33554432000 4194304 4196468 140729738755264 139880038393216 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22181] ppid=22057 vsize=10853140 memory=619236 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22181/stat : 22181 (java) S 22057 22060 19747 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 15 0 415576679 11113615360 153398 33554432000 4194304 4196468 140729738755264 139879434414416 139880700729243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22183] ppid=22057 vsize=10853140 memory=619236 CPUtime=12.08 cores=0,2,4,6
/proc/22060/task/22183/stat : 22183 (java) S 22057 22060 19747 0 -1 1077944384 67717 13006 0 2 1192 8 5 3 20 0 15 0 415576679 11113615360 153398 33554432000 4194304 4196468 140729738755264 139880125368688 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22185] ppid=22057 vsize=10853140 memory=617184 CPUtime=11.69 cores=0,2,4,6
/proc/22060/task/22185/stat : 22185 (java) S 22057 22060 19747 0 -1 1077944384 69884 13006 0 2 1151 10 5 3 20 0 15 0 415576679 11113615360 153398 33554432000 4194304 4196468 140729738755264 139880124315888 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22187] ppid=22057 vsize=10853140 memory=3620 CPUtime=5.53 cores=0,2,4,6
/proc/22060/task/22187/stat : 22187 (java) S 22057 22060 19747 0 -1 1077944384 83739 13006 0 2 533 12 5 3 20 0 15 0 415576679 11113615360 153398 33554432000 4194304 4196468 140729738755264 139880123263088 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22189] ppid=22057 vsize=10853140 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22189/stat : 22189 (java) S 22057 22060 19747 0 -1 1077944384 3 13006 0 2 0 0 5 3 20 0 15 0 415576679 11113615360 153398 33554432000 4194304 4196468 140729738755264 139878964652256 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22190] ppid=22057 vsize=10853140 memory=1060 CPUtime=1.44 cores=0,2,4,6
/proc/22060/task/22190/stat : 22190 (java) S 22057 22060 19747 0 -1 1077944384 1479 13006 0 2 66 70 5 3 20 0 15 0 415576679 11113615360 153398 33554432000 4194304 4196468 140729738755264 139880122211504 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
Current children cumulated CPU time: 2389.55 s
Current children cumulated vsize: 10853140 KiB
Current children cumulated memory: 613592 KiB

[startup+2382.3 s]
/proc/loadavg: 1.35 1.38 1.40 7/227 22429
/proc/meminfo: memFree=29671240/32770624 swapFree=66966956/67108860
[pid=22060] ppid=22057 vsize=10853140 memory=601788 CPUtime=2450.87 cores=0,2,4,6
/proc/22060/stat : 22060 (java) S 22057 22060 19747 0 -1 1077944320 463741 13006 0 2 244689 390 5 3 20 0 15 0 415576661 11113615360 150447 33554432000 4194304 4196468 140729738755264 140729738737808 139880700710647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
/proc/22060/statm: 2713285 150447 3635 1 0 2675341 0
[pid=22060/tid=22164] ppid=22057 vsize=10853140 memory=597956 CPUtime=2360.53 cores=0,2,4,6
/proc/22060/task/22164/stat : 22164 (java) R 22057 22060 19747 0 -1 4202560 140208 13006 0 2 235991 54 5 3 20 0 15 0 415576673 11113615360 150447 33554432000 4194304 4196468 140729738755264 139880672545120 139880263107041 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22167] ppid=22057 vsize=10853140 memory=603840 CPUtime=13.43 cores=0,2,4,6
/proc/22060/task/22167/stat : 22167 (java) S 22057 22060 19747 0 -1 1077944384 21470 13006 0 2 1279 56 5 3 20 0 15 0 415576674 11113615360 150447 33554432000 4194304 4196468 140729738755264 139880704952976 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22169] ppid=22057 vsize=10853140 memory=601088 CPUtime=13.48 cores=0,2,4,6
/proc/22060/task/22169/stat : 22169 (java) S 22057 22060 19747 0 -1 1077944384 21179 13006 0 2 1284 56 5 3 20 0 15 0 415576674 11113615360 150447 33554432000 4194304 4196468 140729738755264 139880593226256 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22172] ppid=22057 vsize=10853140 memory=297237782420783418 CPUtime=13.43 cores=0,2,4,6
/proc/22060/task/22172/stat : 22172 (java) S 22057 22060 19747 0 -1 1077944384 21757 13006 0 2 1284 51 5 3 20 0 15 0 415576674 11113615360 150447 33554432000 4194304 4196468 140729738755264 139880592173456 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22173] ppid=22057 vsize=10853140 memory=3620 CPUtime=13.5 cores=0,2,4,6
/proc/22060/task/22173/stat : 22173 (java) S 22057 22060 19747 0 -1 1077944384 18279 13006 0 2 1288 54 5 3 20 0 15 0 415576674 11113615360 150447 33554432000 4194304 4196468 140729738755264 139880591120656 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22175] ppid=22057 vsize=10853140 memory=38792 CPUtime=6.31 cores=0,2,4,6
/proc/22060/task/22175/stat : 22175 (java) S 22057 22060 19747 0 -1 1077944384 15291 13006 0 2 567 56 5 3 20 0 15 0 415576675 11113615360 150447 33554432000 4194304 4196468 140729738755264 139880159980400 139880700721794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22177] ppid=22057 vsize=10853140 memory=602816 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22177/stat : 22177 (java) S 22057 22060 19747 0 -1 1077944384 61 13006 0 2 0 0 5 3 20 0 15 0 415576676 11113615360 150447 33554432000 4194304 4196468 140729738755264 139880158926432 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22179] ppid=22057 vsize=10853140 memory=603328 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22179/stat : 22179 (java) S 22057 22060 19747 0 -1 1077944384 25 13006 0 2 0 0 5 3 20 0 15 0 415576676 11113615360 150447 33554432000 4194304 4196468 140729738755264 139880038393216 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22181] ppid=22057 vsize=10853140 memory=601788 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22181/stat : 22181 (java) S 22057 22060 19747 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 15 0 415576679 11113615360 150447 33554432000 4194304 4196468 140729738755264 139879434414416 139880700729243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22183] ppid=22057 vsize=10853140 memory=3620 CPUtime=12.11 cores=0,2,4,6
/proc/22060/task/22183/stat : 22183 (java) S 22057 22060 19747 0 -1 1077944384 68133 13006 0 2 1195 8 5 3 20 0 15 0 415576679 11113615360 150447 33554432000 4194304 4196468 140729738755264 139880125368688 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22185] ppid=22057 vsize=10853140 memory=600008 CPUtime=11.69 cores=0,2,4,6
/proc/22060/task/22185/stat : 22185 (java) S 22057 22060 19747 0 -1 1077944384 69886 13006 0 2 1151 10 5 3 20 0 15 0 415576679 11113615360 150447 33554432000 4194304 4196468 140729738755264 139880124315888 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22187] ppid=22057 vsize=10853140 memory=600008 CPUtime=5.53 cores=0,2,4,6
/proc/22060/task/22187/stat : 22187 (java) S 22057 22060 19747 0 -1 1077944384 83741 13006 0 2 533 12 5 3 20 0 15 0 415576679 11113615360 150447 33554432000 4194304 4196468 140729738755264 139880123263088 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22189] ppid=22057 vsize=10853140 memory=38792 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22189/stat : 22189 (java) S 22057 22060 19747 0 -1 1077944384 3 13006 0 2 0 0 5 3 20 0 15 0 415576679 11113615360 150447 33554432000 4194304 4196468 140729738755264 139878964652256 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22190] ppid=22057 vsize=10853140 memory=984 CPUtime=1.47 cores=0,2,4,6
/proc/22060/task/22190/stat : 22190 (java) S 22057 22060 19747 0 -1 1077944384 1496 13006 0 2 67 72 5 3 20 0 15 0 415576679 11113615360 150447 33554432000 4194304 4196468 140729738755264 139880122211504 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
Current children cumulated CPU time: 2450.87 s
Current children cumulated vsize: 10853140 KiB
Current children cumulated memory: 601788 KiB

[startup+2442.3 s]
/proc/loadavg: 1.38 1.39 1.40 4/227 22435
/proc/meminfo: memFree=29663176/32770624 swapFree=66966956/67108860
[pid=22060] ppid=22057 vsize=10853140 memory=607424 CPUtime=2512.16 cores=0,2,4,6
/proc/22060/stat : 22060 (java) S 22057 22060 19747 0 -1 1077944320 468122 13006 0 2 250811 397 5 3 20 0 15 0 415576661 11113615360 151856 33554432000 4194304 4196468 140729738755264 140729738737808 139880700710647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
/proc/22060/statm: 2713285 151856 3635 1 0 2675341 0
[pid=22060/tid=22164] ppid=22057 vsize=10853140 memory=607936 CPUtime=2419.87 cores=0,2,4,6
/proc/22060/task/22164/stat : 22164 (java) R 22057 22060 19747 0 -1 4202560 142810 13006 0 2 241924 55 5 3 20 0 15 0 415576673 11113615360 151856 33554432000 4194304 4196468 140729738755264 139880672545200 139880271317215 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22167] ppid=22057 vsize=10853140 memory=6791534058613427641 CPUtime=13.87 cores=0,2,4,6
/proc/22060/task/22167/stat : 22167 (java) S 22057 22060 19747 0 -1 1077944384 21805 13006 0 2 1322 57 5 3 20 0 15 0 415576674 11113615360 151856 33554432000 4194304 4196468 140729738755264 139880704952976 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22169] ppid=22057 vsize=10853140 memory=615836 CPUtime=13.91 cores=0,2,4,6
/proc/22060/task/22169/stat : 22169 (java) S 22057 22060 19747 0 -1 1077944384 21638 13006 0 2 1327 56 5 3 20 0 15 0 415576674 11113615360 151856 33554432000 4194304 4196468 140729738755264 139880593226256 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22172] ppid=22057 vsize=10853140 memory=607424 CPUtime=13.86 cores=0,2,4,6
/proc/22060/task/22172/stat : 22172 (java) S 22057 22060 19747 0 -1 1077944384 22275 13006 0 2 1326 52 5 3 20 0 15 0 415576674 11113615360 151856 33554432000 4194304 4196468 140729738755264 139880592173456 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22173] ppid=22057 vsize=10853140 memory=612252 CPUtime=13.94 cores=0,2,4,6
/proc/22060/task/22173/stat : 22173 (java) S 22057 22060 19747 0 -1 1077944384 18483 13006 0 2 1331 55 5 3 20 0 15 0 415576674 11113615360 151856 33554432000 4194304 4196468 140729738755264 139880591120656 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22175] ppid=22057 vsize=10853140 memory=3620 CPUtime=6.47 cores=0,2,4,6
/proc/22060/task/22175/stat : 22175 (java) S 22057 22060 19747 0 -1 1077944384 15530 13006 0 2 582 57 5 3 20 0 15 0 415576675 11113615360 151856 33554432000 4194304 4196468 140729738755264 139880159980400 139880700721794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22177] ppid=22057 vsize=10853140 memory=38792 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22177/stat : 22177 (java) S 22057 22060 19747 0 -1 1077944384 61 13006 0 2 0 0 5 3 20 0 15 0 415576676 11113615360 151856 33554432000 4194304 4196468 140729738755264 139880158926432 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22179] ppid=22057 vsize=10853140 memory=608448 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22179/stat : 22179 (java) S 22057 22060 19747 0 -1 1077944384 25 13006 0 2 0 0 5 3 20 0 15 0 415576676 11113615360 151856 33554432000 4194304 4196468 140729738755264 139880038393216 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22181] ppid=22057 vsize=10853140 memory=610192 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22181/stat : 22181 (java) S 22057 22060 19747 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 15 0 415576679 11113615360 151856 33554432000 4194304 4196468 140729738755264 139879434414416 139880700729243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22183] ppid=22057 vsize=10853140 memory=14004 CPUtime=12.11 cores=0,2,4,6
/proc/22060/task/22183/stat : 22183 (java) S 22057 22060 19747 0 -1 1077944384 68135 13006 0 2 1195 8 5 3 20 0 15 0 415576679 11113615360 151856 33554432000 4194304 4196468 140729738755264 139880125368688 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22185] ppid=22057 vsize=10853140 memory=11824 CPUtime=11.69 cores=0,2,4,6
/proc/22060/task/22185/stat : 22185 (java) S 22057 22060 19747 0 -1 1077944384 69888 13006 0 2 1151 10 5 3 20 0 15 0 415576679 11113615360 151856 33554432000 4194304 4196468 140729738755264 139880124315888 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22187] ppid=22057 vsize=10853140 memory=607936 CPUtime=5.53 cores=0,2,4,6
/proc/22060/task/22187/stat : 22187 (java) S 22057 22060 19747 0 -1 1077944384 83743 13006 0 2 533 12 5 3 20 0 15 0 415576679 11113615360 151856 33554432000 4194304 4196468 140729738755264 139880123263088 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22189] ppid=22057 vsize=10853140 memory=607936 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22189/stat : 22189 (java) S 22057 22060 19747 0 -1 1077944384 3 13006 0 2 0 0 5 3 20 0 15 0 415576679 11113615360 151856 33554432000 4194304 4196468 140729738755264 139878964652256 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22190] ppid=22057 vsize=10853140 memory=604036 CPUtime=1.52 cores=0,2,4,6
/proc/22060/task/22190/stat : 22190 (java) S 22057 22060 19747 0 -1 1077944384 1514 13006 0 2 70 74 5 3 20 0 15 0 415576679 11113615360 151856 33554432000 4194304 4196468 140729738755264 139880122211504 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
Current children cumulated CPU time: 2512.16 s
Current children cumulated vsize: 10853140 KiB
Current children cumulated memory: 607424 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2450 s]*
/proc/loadavg: 1.40 1.39 1.40 4/227 22436
/proc/meminfo: memFree=29657852/32770624 swapFree=66966956/67108860
[pid=22060] ppid=22057 vsize=10853140 memory=614532 CPUtime=2520.04 cores=0,2,4,6
/proc/22060/stat : 22060 (java) S 22057 22060 19747 0 -1 1077944320 468909 13006 0 2 251598 398 5 3 20 0 15 0 415576661 11113615360 153633 33554432000 4194304 4196468 140729738755264 140729738737808 139880700710647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
/proc/22060/statm: 2713285 153633 3635 1 0 2675341 0
[pid=22060/tid=22164] ppid=22057 vsize=10853140 memory=8317482817917895235 CPUtime=2427.49 cores=0,2,4,6
/proc/22060/task/22164/stat : 22164 (java) R 22057 22060 19747 0 -1 4202560 143486 13006 0 2 242686 55 5 3 20 0 15 0 415576673 11113615360 153633 33554432000 4194304 4196468 140729738755264 139880672544704 139880272743720 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22167] ppid=22057 vsize=10853140 memory=-7003737579269690708 CPUtime=13.93 cores=0,2,4,6
/proc/22060/task/22167/stat : 22167 (java) S 22057 22060 19747 0 -1 1077944384 21807 13006 0 2 1328 57 5 3 20 0 15 0 415576674 11113615360 153633 33554432000 4194304 4196468 140729738755264 139880704952976 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22169] ppid=22057 vsize=10853140 memory=2308 CPUtime=13.97 cores=0,2,4,6
/proc/22060/task/22169/stat : 22169 (java) S 22057 22060 19747 0 -1 1077944384 21664 13006 0 2 1333 56 5 3 20 0 15 0 415576674 11113615360 153633 33554432000 4194304 4196468 140729738755264 139880593226256 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22172] ppid=22057 vsize=10853140 memory=2308 CPUtime=13.92 cores=0,2,4,6
/proc/22060/task/22172/stat : 22172 (java) S 22057 22060 19747 0 -1 1077944384 22311 13006 0 2 1332 52 5 3 20 0 15 0 415576674 11113615360 153633 33554432000 4194304 4196468 140729738755264 139880592173456 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22173] ppid=22057 vsize=10853140 memory=1408 CPUtime=14 cores=0,2,4,6
/proc/22060/task/22173/stat : 22173 (java) S 22057 22060 19747 0 -1 1077944384 18517 13006 0 2 1337 55 5 3 20 0 15 0 415576674 11113615360 153633 33554432000 4194304 4196468 140729738755264 139880591120656 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22175] ppid=22057 vsize=10853140 memory=3176 CPUtime=6.49 cores=0,2,4,6
/proc/22060/task/22175/stat : 22175 (java) S 22057 22060 19747 0 -1 1077944384 15543 13006 0 2 584 57 5 3 20 0 15 0 415576675 11113615360 153633 33554432000 4194304 4196468 140729738755264 139880159980400 139880700721794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22177] ppid=22057 vsize=10853140 memory=874992 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22177/stat : 22177 (java) S 22057 22060 19747 0 -1 1077944384 61 13006 0 2 0 0 5 3 20 0 15 0 415576676 11113615360 153633 33554432000 4194304 4196468 140729738755264 139880158926432 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22179] ppid=22057 vsize=10853140 memory=1412 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22179/stat : 22179 (java) S 22057 22060 19747 0 -1 1077944384 25 13006 0 2 0 0 5 3 20 0 15 0 415576676 11113615360 153633 33554432000 4194304 4196468 140729738755264 139880038393216 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22181] ppid=22057 vsize=10853140 memory=3188 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22181/stat : 22181 (java) S 22057 22060 19747 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 15 0 415576679 11113615360 153633 33554432000 4194304 4196468 140729738755264 139879434414416 139880700729243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22183] ppid=22057 vsize=10853140 memory=603836 CPUtime=12.11 cores=0,2,4,6
/proc/22060/task/22183/stat : 22183 (java) S 22057 22060 19747 0 -1 1077944384 68135 13006 0 2 1195 8 5 3 20 0 15 0 415576679 11113615360 153633 33554432000 4194304 4196468 140729738755264 139880125368688 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22185] ppid=22057 vsize=10853140 memory=1732 CPUtime=11.69 cores=0,2,4,6
/proc/22060/task/22185/stat : 22185 (java) S 22057 22060 19747 0 -1 1077944384 69888 13006 0 2 1151 10 5 3 20 0 15 0 415576679 11113615360 153633 33554432000 4194304 4196468 140729738755264 139880124315888 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22187] ppid=22057 vsize=10853140 memory=8317482817917895235 CPUtime=5.53 cores=0,2,4,6
/proc/22060/task/22187/stat : 22187 (java) S 22057 22060 19747 0 -1 1077944384 83743 13006 0 2 533 12 5 3 20 0 15 0 415576679 11113615360 153633 33554432000 4194304 4196468 140729738755264 139880123263088 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22189] ppid=22057 vsize=10853140 memory=-7003737579269690708 CPUtime=0.08 cores=0,2,4,6
/proc/22060/task/22189/stat : 22189 (java) S 22057 22060 19747 0 -1 1077944384 3 13006 0 2 0 0 5 3 20 0 15 0 415576679 11113615360 153633 33554432000 4194304 4196468 140729738755264 139878964652256 139880700720853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
[pid=22060/tid=22190] ppid=22057 vsize=10853140 memory=984 CPUtime=1.52 cores=0,2,4,6
/proc/22060/task/22190/stat : 22190 (java) S 22057 22060 19747 0 -1 1077944384 1514 13006 0 2 70 74 5 3 20 0 15 0 415576679 11113615360 153633 33554432000 4194304 4196468 140729738755264 139880122211504 139880700721794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140729738758895 140729738761413 140729738761413 140729738764239 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10853140 KiB
Current children cumulated memory: 614532 KiB

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

[startup+2450.05 s]
# the end of solver process 22060 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.07 s, system=4.02565 s

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

Child status: 143
Real time (s): 2450.05
CPU time (s): 2520.1
CPU user time (s): 2516.07
CPU system time (s): 4.02565
CPU usage (%): 102.859
Max. virtual memory (cumulated for all children) (KiB): 10853932
Max. memory (cumulated for all children) (KiB): 1980056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.07
system time used= 4.02565
maximum resident set size= 1983684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 483176
page faults= 2
swaps= 0
block input operations= 7152
block output operations= 4728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 191182
involuntary context switches= 6613


# summary of solver processes directly reported to runsolver:
#   pid: 22060
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.07
#   total CPU system time (s): 4.02565

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8248 second user time and 21.8414 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-13 18:44:15
IDJOB=4396319
IDBENCH=115801
IDSOLVER=2846
FILE ID=node125/4396319-1568393098
RUNJOBID= node125-1568393055-22030
PBS_JOBID= 21701839
Free space on /tmp= 59780 MiB

SOLVER NAME= Concrete 3.12.2
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-4396319-1568393098/watcher-4396319-1568393098 -o /tmp/evaluation-result-4396319-1568393098/solver-4396319-1568393098 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568393055-22030 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1194437813 HOME/instance-4396319-1568393098.xml

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

MD5SUM BENCH= 8b9c4e6e7c9e88d5c00f06b3f0219a0c
RANDOM SEED=1194437813

node125.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.29
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.29
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.29
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.29
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:        31139488 kB
MemAvailable:   31885272 kB
Buffers:          103532 kB
Cached:           940804 kB
SwapCached:        38260 kB
Active:           537796 kB
Inactive:         548552 kB
Active(anon):      19712 kB
Inactive(anon):    61836 kB
Active(file):     518084 kB
Inactive(file):   486716 kB
Unevictable:      106848 kB
Mlocked:          106848 kB
SwapTotal:      67108860 kB
SwapFree:       66966948 kB
Dirty:             70348 kB
Writeback:             0 kB
AnonPages:        112204 kB
Mapped:            43428 kB
Shmem:             31180 kB
Slab:             141980 kB
SReclaimable:     113636 kB
SUnreclaim:        28344 kB
KernelStack:        3376 kB
PageTables:         5300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     503364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 59708 MiB
End job on node125 at 2019-09-13 19:25:06