Trace number 4295737

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 NameAnswerCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13? (TO) 2520.16 2436.55

General information on the benchmark

NameSportsScheduling/
SportsScheduling-24_c18.xml
MD5SUM160b6465c319713d06d2dfba6c5298ba
Bench CategoryCSP (decision 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 variables852
Number of constraints372
Number of domains2
Minimum domain size24
Maximum domain size276
Distribution of domain sizes[{"size":24,"count":576},{"size":276,"count":276}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":288},{"degree":4,"count":564}]
Minimum constraint arity1
Maximum constraint arity276
Distribution of constraint arities[{"arity":1,"count":12},{"arity":2,"count":12},{"arity":3,"count":276},{"arity":12,"count":23},{"arity":24,"count":24},{"arity":46,"count":12},{"arity":48,"count":12},{"arity":276,"count":1}]
Number of extensional constraints276
Number of intensional constraints24
Distribution of constraint types[{"type":"extension","count":276},{"type":"intension","count":24},{"type":"allDifferent","count":25},{"type":"count","count":23},{"type":"cardinality","count":24}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.75	c Concrete v3.8.1528841891564 running
2520.09/2436.51	Exception in thread "main" java.util.concurrent.TimeoutException
2520.09/2436.51		at concrete.MAC.mac(MAC.scala:188)
2520.09/2436.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.09/2436.51		at scala.util.Try$.apply(Try.scala:209)
2520.09/2436.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.09/2436.51		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.09/2436.51		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.09/2436.51		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.09/2436.51		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.09/2436.51		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.09/2436.51		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.09/2436.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.09/2436.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.09/2436.51		at concrete.MAC.oneRun(MAC.scala:253)
2520.09/2436.51		at concrete.MAC.nextSolution(MAC.scala:272)
2520.09/2436.51		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.09/2436.51		at concrete.ProblemState.map(ProblemState.scala:221)
2520.09/2436.51		at concrete.ProblemState.map(ProblemState.scala:204)
2520.09/2436.51		at concrete.MAC.nextSolution(MAC.scala:334)
2520.09/2436.51		at concrete.Solver.hasNext(Solver.scala:166)
2520.09/2436.51		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.09/2436.51		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.09/2436.51		at concrete.Solver.toStream(Solver.scala:68)
2520.09/2436.51		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.09/2436.51		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.09/2436.51		at concrete.Solver.toIterable(Solver.scala:68)
2520.09/2436.51		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.09/2436.51		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.09/2436.51		at scala.util.Success.map(Try.scala:209)
2520.09/2436.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2436.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.09/2436.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.09/2436.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2436.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.09/2436.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.09/2436.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.09/2436.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.09/2436.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.09/2436.51		at scala.collection.immutable.List.foreach(List.scala:389)
2520.09/2436.51		at scala.App.main(App.scala:76)
2520.09/2436.51		at scala.App.main$(App.scala:74)
2520.09/2436.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.09/2436.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2436.51	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 (6680 MiB free)
  memory of node 1: 16384 MiB (9612 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295737-1532592603/watcher-4295737-1532592603 -o /tmp/evaluation-result-4295737-1532592603/solver-4295737-1532592603 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532582651-32591 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1256850846 -superng HOME/instance-4295737-1532592603.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
Current StackSize limit: 8192 KiB

solver pid=1964, runsolver pid=1961

[startup+0.103034 s]*
/proc/loadavg: 1.41 1.41 1.43 2/207 2021
/proc/meminfo: memFree=16676448/32770624 swapFree=67108796/67108860
[pid=1964] ppid=1961 vsize=9972712 memory=16424 CPUtime=0.09 cores=0,2,4,6
/proc/1964/stat : 1964 (java) S 1961 1964 32560 0 -1 1077944320 4269 13155 0 0 1 0 5 3 20 0 6 0 76823460 10212057088 4106 33554432000 4194304 4196468 140729422741376 140729422723920 139740046065399 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
/proc/1964/statm: 2493178 4106 1930 1 0 2481616 0
[pid=1964/tid=2017] ppid=1961 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2017/stat : 2017 (java) R 1961 1964 32560 0 -1 4202560 2096 13155 0 0 0 0 5 3 20 0 6 0 76823470 10212057088 4106 33554432000 4194304 4196468 140729422741376 139740017902160 139740027459133 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2018] ppid=1961 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2018/stat : 2018 (java) S 1961 1964 32560 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 6 0 76823470 10212057088 4106 33554432000 4194304 4196468 140729422741376 139740050307728 139740046075605 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2019] ppid=1961 vsize=9972712 memory=139637523314304 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2019/stat : 2019 (java) S 1961 1964 32560 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 6 0 76823470 10212057088 4106 33554432000 4194304 4196468 140729422741376 139739619789328 139740046075605 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2020] ppid=1961 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2020/stat : 2020 (java) S 1961 1964 32560 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 6 0 76823470 10212057088 4106 33554432000 4194304 4196468 140729422741376 139739618736528 139740046075605 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2021] ppid=1961 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2021/stat : 2021 (java) S 1961 1964 32560 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 6 0 76823470 10212057088 4106 33554432000 4194304 4196468 140729422741376 139739617683728 139740046075605 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16424 KiB

[startup+0.209929 s]*
/proc/loadavg: 1.41 1.41 1.43 3/216 2030
/proc/meminfo: memFree=16654808/32770624 swapFree=67108796/67108860
[pid=1964] ppid=1961 vsize=10818856 memory=43768 CPUtime=0.26 cores=0,2,4,6
/proc/1964/stat : 1964 (java) S 1961 1964 32560 0 -1 1077944320 8314 13155 0 0 16 2 5 3 20 0 15 0 76823460 11078508544 10942 33554432000 4194304 4196468 140729422741376 140729422723920 139740046065399 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
/proc/1964/statm: 2704714 10942 2955 1 0 2667149 0
[pid=1964/tid=2017] ppid=1961 vsize=10818856 memory=-8171376296011865461 CPUtime=0.19 cores=0,2,4,6
/proc/1964/task/2017/stat : 2017 (java) R 1961 1964 32560 0 -1 4202560 4871 13155 0 0 10 1 5 3 20 0 15 0 76823470 11078508544 10942 33554432000 4194304 4196468 140729422741376 139740017863056 139740026341067 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2018] ppid=1961 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2018/stat : 2018 (java) S 1961 1964 32560 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 76823470 11078508544 10942 33554432000 4194304 4196468 140729422741376 139740050307728 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2019] ppid=1961 vsize=10818856 memory=139637523314304 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2019/stat : 2019 (java) S 1961 1964 32560 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 76823470 11078508544 10942 33554432000 4194304 4196468 140729422741376 139739619789328 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2020] ppid=1961 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2020/stat : 2020 (java) S 1961 1964 32560 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 76823470 11078508544 10942 33554432000 4194304 4196468 140729422741376 139739618736528 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2021] ppid=1961 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2021/stat : 2021 (java) S 1961 1964 32560 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 76823470 11078508544 10942 33554432000 4194304 4196468 140729422741376 139739617683728 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2022] ppid=1961 vsize=10818856 memory=139637523314304 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2022/stat : 2022 (java) S 1961 1964 32560 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 76823472 11078508544 10942 33554432000 4194304 4196468 140729422741376 139739116043120 139740046076546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2023] ppid=1961 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2023/stat : 2023 (java) S 1961 1964 32560 0 -1 1077944384 13 13155 0 0 0 0 5 3 20 0 15 0 76823472 11078508544 10942 33554432000 4194304 4196468 140729422741376 139739042670112 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2024] ppid=1961 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2024/stat : 2024 (java) S 1961 1964 32560 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 76823473 11078508544 10942 33554432000 4194304 4196468 140729422741376 139738841343344 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2025] ppid=1961 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2025/stat : 2025 (java) S 1961 1964 32560 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 76823475 11078508544 10942 33554432000 4194304 4196468 140729422741376 139738601052496 139740046083995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2026] ppid=1961 vsize=10818856 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1964/task/2026/stat : 2026 (java) S 1961 1964 32560 0 -1 1077944384 539 13155 0 0 1 0 5 3 20 0 15 0 76823475 11078508544 10942 33554432000 4194304 4196468 140729422741376 139739114989936 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2027] ppid=1961 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2027/stat : 2027 (java) S 1961 1964 32560 0 -1 1077944384 60 13155 0 0 0 0 5 3 20 0 15 0 76823475 11078508544 10942 33554432000 4194304 4196468 140729422741376 139739113937136 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2028] ppid=1961 vsize=10818856 memory=139637523314304 CPUtime=0.11 cores=0,2,4,6
/proc/1964/task/2028/stat : 2028 (java) S 1961 1964 32560 0 -1 1077944384 622 13155 0 0 3 0 5 3 20 0 15 0 76823475 11078508544 10942 33554432000 4194304 4196468 140729422741376 139739112884336 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2029] ppid=1961 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2029/stat : 2029 (java) S 1961 1964 32560 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 76823476 11078508544 10942 33554432000 4194304 4196468 140729422741376 139738567493856 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2030] ppid=1961 vsize=10818856 memory=139637523314304 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2030/stat : 2030 (java) S 1961 1964 32560 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 76823476 11078508544 10942 33554432000 4194304 4196468 140729422741376 139739111832752 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 43768 KiB

[startup+0.310412 s]*
/proc/loadavg: 1.41 1.41 1.43 3/216 2030
/proc/meminfo: memFree=16645256/32770624 swapFree=67108796/67108860
[pid=1964] ppid=1961 vsize=10819352 memory=55124 CPUtime=0.39 cores=0,2,4,6
/proc/1964/stat : 1964 (java) S 1961 1964 32560 0 -1 1077944320 10349 13155 0 0 28 3 5 3 20 0 15 0 76823460 11079016448 13781 33554432000 4194304 4196468 140729422741376 140729422723920 139740046065399 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
/proc/1964/statm: 2704838 13781 3086 1 0 2667149 0
[pid=1964/tid=2017] ppid=1961 vsize=10819352 memory=279274745495792 CPUtime=0.28 cores=0,2,4,6
/proc/1964/task/2017/stat : 2017 (java) R 1961 1964 32560 0 -1 4202560 6889 13155 0 0 19 1 5 3 20 0 15 0 76823470 11079016448 13781 33554432000 4194304 4196468 140729422741376 139740017877408 139740030145886 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2018] ppid=1961 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2018/stat : 2018 (java) S 1961 1964 32560 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 76823470 11079016448 13781 33554432000 4194304 4196468 140729422741376 139740050307728 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2019] ppid=1961 vsize=10819352 memory=279274745736704 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2019/stat : 2019 (java) S 1961 1964 32560 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 76823470 11079016448 13781 33554432000 4194304 4196468 140729422741376 139739619789328 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2020] ppid=1961 vsize=10819352 memory=279274745638920 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2020/stat : 2020 (java) S 1961 1964 32560 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 76823470 11079016448 13781 33554432000 4194304 4196468 140729422741376 139739618736528 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2021] ppid=1961 vsize=10819352 memory=139637372882207 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2021/stat : 2021 (java) S 1961 1964 32560 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 76823470 11079016448 13781 33554432000 4194304 4196468 140729422741376 139739617683728 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2022] ppid=1961 vsize=10819352 memory=139637523314303 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2022/stat : 2022 (java) S 1961 1964 32560 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 76823472 11079016448 13781 33554432000 4194304 4196468 140729422741376 139739116043120 139740046076546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2023] ppid=1961 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2023/stat : 2023 (java) S 1961 1964 32560 0 -1 1077944384 13 13155 0 0 0 0 5 3 20 0 15 0 76823472 11079016448 13781 33554432000 4194304 4196468 140729422741376 139739042670112 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2024] ppid=1961 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2024/stat : 2024 (java) S 1961 1964 32560 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 76823473 11079016448 13781 33554432000 4194304 4196468 140729422741376 139738841343344 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2025] ppid=1961 vsize=10819352 memory=139637523314304 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2025/stat : 2025 (java) S 1961 1964 32560 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 76823475 11079016448 13781 33554432000 4194304 4196468 140729422741376 139738601052496 139740046083995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2026] ppid=1961 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/1964/task/2026/stat : 2026 (java) S 1961 1964 32560 0 -1 1077944384 544 13155 0 0 2 0 5 3 20 0 15 0 76823475 11079016448 13781 33554432000 4194304 4196468 140729422741376 139739114989936 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2027] ppid=1961 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1964/task/2027/stat : 2027 (java) S 1961 1964 32560 0 -1 1077944384 64 13155 0 0 1 0 5 3 20 0 15 0 76823475 11079016448 13781 33554432000 4194304 4196468 140729422741376 139739113937136 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2028] ppid=1961 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/1964/task/2028/stat : 2028 (java) S 1961 1964 32560 0 -1 1077944384 647 13155 0 0 5 0 5 3 20 0 15 0 76823475 11079016448 13781 33554432000 4194304 4196468 140729422741376 139739112884336 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2029] ppid=1961 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2029/stat : 2029 (java) S 1961 1964 32560 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 76823476 11079016448 13781 33554432000 4194304 4196468 140729422741376 139738567493856 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2030] ppid=1961 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2030/stat : 2030 (java) S 1961 1964 32560 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 76823476 11079016448 13781 33554432000 4194304 4196468 140729422741376 139739111832752 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 55124 KiB

[startup+0.700748 s]
/proc/loadavg: 1.41 1.41 1.43 3/216 2030
/proc/meminfo: memFree=16633844/32770624 swapFree=67108796/67108860
[pid=1964] ppid=1961 vsize=10819352 memory=88060 CPUtime=0.98 cores=0,2,4,6
/proc/1964/stat : 1964 (java) S 1961 1964 32560 0 -1 1077944320 16675 13155 0 0 86 4 5 3 20 0 15 0 76823460 11079016448 22015 33554432000 4194304 4196468 140729422741376 140729422723920 139740046065399 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
/proc/1964/statm: 2704838 22015 3236 1 0 2667149 0
[pid=1964/tid=2017] ppid=1961 vsize=10819352 memory=3708 CPUtime=0.66 cores=0,2,4,6
/proc/1964/task/2017/stat : 2017 (java) R 1961 1964 32560 0 -1 4202560 12161 13155 0 0 55 3 5 3 20 0 15 0 76823470 11079016448 22015 33554432000 4194304 4196468 140729422741376 139740017860184 139740026340729 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2018] ppid=1961 vsize=10819352 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2018/stat : 2018 (java) S 1961 1964 32560 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 76823470 11079016448 22015 33554432000 4194304 4196468 140729422741376 139740050307728 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2019] ppid=1961 vsize=10819352 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2019/stat : 2019 (java) S 1961 1964 32560 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 76823470 11079016448 22015 33554432000 4194304 4196468 140729422741376 139739619789328 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2020] ppid=1961 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2020/stat : 2020 (java) S 1961 1964 32560 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 76823470 11079016448 22015 33554432000 4194304 4196468 140729422741376 139739618736528 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2021] ppid=1961 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2021/stat : 2021 (java) S 1961 1964 32560 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 76823470 11079016448 22015 33554432000 4194304 4196468 140729422741376 139739617683728 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2022] ppid=1961 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2022/stat : 2022 (java) S 1961 1964 32560 0 -1 1077944384 5 13155 0 0 0 0 5 3 20 0 15 0 76823472 11079016448 22015 33554432000 4194304 4196468 140729422741376 139739116043120 139740046076546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2023] ppid=1961 vsize=10819352 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2023/stat : 2023 (java) S 1961 1964 32560 0 -1 1077944384 13 13155 0 0 0 0 5 3 20 0 15 0 76823472 11079016448 22015 33554432000 4194304 4196468 140729422741376 139739042670112 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2024] ppid=1961 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2024/stat : 2024 (java) S 1961 1964 32560 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 76823473 11079016448 22015 33554432000 4194304 4196468 140729422741376 139738841343344 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2025] ppid=1961 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2025/stat : 2025 (java) S 1961 1964 32560 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 76823475 11079016448 22015 33554432000 4194304 4196468 140729422741376 139738601052496 139740046083995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2026] ppid=1961 vsize=10819352 memory=279274745495792 CPUtime=0.14 cores=0,2,4,6
/proc/1964/task/2026/stat : 2026 (java) S 1961 1964 32560 0 -1 1077944384 786 13155 0 0 6 0 5 3 20 0 15 0 76823475 11079016448 22015 33554432000 4194304 4196468 140729422741376 139739114989936 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2027] ppid=1961 vsize=10819352 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/1964/task/2027/stat : 2027 (java) S 1961 1964 32560 0 -1 1077944384 695 13155 0 0 10 0 5 3 20 0 15 0 76823475 11079016448 22015 33554432000 4194304 4196468 140729422741376 139739113937136 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2028] ppid=1961 vsize=10819352 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/1964/task/2028/stat : 2028 (java) S 1961 1964 32560 0 -1 1077944384 808 13155 0 0 13 0 5 3 20 0 15 0 76823475 11079016448 22015 33554432000 4194304 4196468 140729422741376 139739112884336 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2029] ppid=1961 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2029/stat : 2029 (java) S 1961 1964 32560 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 76823476 11079016448 22015 33554432000 4194304 4196468 140729422741376 139738567493856 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2030] ppid=1961 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2030/stat : 2030 (java) S 1961 1964 32560 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 76823476 11079016448 22015 33554432000 4194304 4196468 140729422741376 139739111832752 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88060 KiB

[startup+1.50079 s]
/proc/loadavg: 1.41 1.41 1.43 3/216 2030
/proc/meminfo: memFree=16577132/32770624 swapFree=67108796/67108860
[pid=1964] ppid=1961 vsize=10834252 memory=183552 CPUtime=2.38 cores=0,2,4,6
/proc/1964/stat : 1964 (java) S 1961 1964 32560 0 -1 1077944320 24117 13155 0 0 220 10 5 3 20 0 15 0 76823460 11094274048 45888 33554432000 4194304 4196468 140729422741376 140729422723920 139740046065399 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
/proc/1964/statm: 2708563 45888 3471 1 0 2670221 0
[pid=1964/tid=2017] ppid=1961 vsize=10834252 memory=8 CPUtime=1.42 cores=0,2,4,6
/proc/1964/task/2017/stat : 2017 (java) R 1961 1964 32560 0 -1 4202560 17407 13155 0 0 128 6 5 3 20 0 15 0 76823470 11094274048 45888 33554432000 4194304 4196468 140729422741376 139740017872200 139740027628990 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2018] ppid=1961 vsize=10834252 memory=2673 CPUtime=0.09 cores=0,2,4,6
/proc/1964/task/2018/stat : 2018 (java) S 1961 1964 32560 0 -1 1077944384 65 13155 0 0 1 0 5 3 20 0 15 0 76823470 11094274048 45888 33554432000 4194304 4196468 140729422741376 139740050307728 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2019] ppid=1961 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1964/task/2019/stat : 2019 (java) S 1961 1964 32560 0 -1 1077944384 185 13155 0 0 1 0 5 3 20 0 15 0 76823470 11094274048 45888 33554432000 4194304 4196468 140729422741376 139739619789328 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2020] ppid=1961 vsize=10834252 memory=7667211705336877667 CPUtime=0.09 cores=0,2,4,6
/proc/1964/task/2020/stat : 2020 (java) S 1961 1964 32560 0 -1 1077944384 19 13155 0 0 1 0 5 3 20 0 15 0 76823470 11094274048 45888 33554432000 4194304 4196468 140729422741376 139739618736528 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2021] ppid=1961 vsize=10834252 memory=7380671248541445222 CPUtime=0.09 cores=0,2,4,6
/proc/1964/task/2021/stat : 2021 (java) S 1961 1964 32560 0 -1 1077944384 21 13155 0 0 1 0 5 3 20 0 15 0 76823470 11094274048 45888 33554432000 4194304 4196468 140729422741376 139739617683728 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2022] ppid=1961 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1964/task/2022/stat : 2022 (java) S 1961 1964 32560 0 -1 1077944384 458 13155 0 0 1 0 5 3 20 0 15 0 76823472 11094274048 45888 33554432000 4194304 4196468 140729422741376 139739116043120 139740046076546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2023] ppid=1961 vsize=10834252 memory=279274746067008 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2023/stat : 2023 (java) S 1961 1964 32560 0 -1 1077944384 13 13155 0 0 0 0 5 3 20 0 15 0 76823472 11094274048 45888 33554432000 4194304 4196468 140729422741376 139739042670176 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2024] ppid=1961 vsize=10834252 memory=3540021859292046368 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2024/stat : 2024 (java) S 1961 1964 32560 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 76823473 11094274048 45888 33554432000 4194304 4196468 140729422741376 139738841343360 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2025] ppid=1961 vsize=10834252 memory=6945747320724078694 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2025/stat : 2025 (java) S 1961 1964 32560 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 76823475 11094274048 45888 33554432000 4194304 4196468 140729422741376 139738601052496 139740046083995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2026] ppid=1961 vsize=10834252 memory=6075726850433241682 CPUtime=0.26 cores=0,2,4,6
/proc/1964/task/2026/stat : 2026 (java) S 1961 1964 32560 0 -1 1077944384 943 13155 0 0 18 0 5 3 20 0 15 0 76823475 11094274048 45888 33554432000 4194304 4196468 140729422741376 139739114989936 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2027] ppid=1961 vsize=10834252 memory=6363956058621372501 CPUtime=0.36 cores=0,2,4,6
/proc/1964/task/2027/stat : 2027 (java) S 1961 1964 32560 0 -1 1077944384 1190 13155 0 0 28 0 5 3 20 0 15 0 76823475 11094274048 45888 33554432000 4194304 4196468 140729422741376 139739113937136 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2028] ppid=1961 vsize=10834252 memory=7012755875661107288 CPUtime=0.45 cores=0,2,4,6
/proc/1964/task/2028/stat : 2028 (java) S 1961 1964 32560 0 -1 1077944384 1616 13155 0 0 37 0 5 3 20 0 15 0 76823475 11094274048 45888 33554432000 4194304 4196468 140729422741376 139739112884336 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2029] ppid=1961 vsize=10834252 memory=7518866584057697872 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2029/stat : 2029 (java) S 1961 1964 32560 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 76823476 11094274048 45888 33554432000 4194304 4196468 140729422741376 139738567493856 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2030] ppid=1961 vsize=10834252 memory=5787495302158181184 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2030/stat : 2030 (java) S 1961 1964 32560 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 76823476 11094274048 45888 33554432000 4194304 4196468 140729422741376 139739111832752 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
Current children cumulated CPU time: 2.38 s
Current children cumulated vsize: 10834252 KiB

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

/proc/1964/task/2017/stat : 2017 (java) R 1961 1964 32560 0 -1 4202560 242517 13155 0 0 229972 74 5 3 20 0 15 0 76823470 11111071744 1077727 33554432000 4194304 4196468 140729422741376 139740017899136 139739670652044 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2018] ppid=1961 vsize=10850656 memory=4312960 CPUtime=20.75 cores=0,2,4,6
/proc/1964/task/2018/stat : 2018 (java) S 1961 1964 32560 0 -1 1077944384 38337 13155 0 0 2007 60 5 3 20 0 15 0 76823470 11111071744 1077727 33554432000 4194304 4196468 140729422741376 139740050307728 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2019] ppid=1961 vsize=10850656 memory=4312960 CPUtime=20.66 cores=0,2,4,6
/proc/1964/task/2019/stat : 2019 (java) S 1961 1964 32560 0 -1 1077944384 35562 13155 0 0 1998 60 5 3 20 0 15 0 76823470 11111071744 1077727 33554432000 4194304 4196468 140729422741376 139739619789328 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2020] ppid=1961 vsize=10850656 memory=4312960 CPUtime=20.74 cores=0,2,4,6
/proc/1964/task/2020/stat : 2020 (java) S 1961 1964 32560 0 -1 1077944384 41608 13155 0 0 2009 57 5 3 20 0 15 0 76823470 11111071744 1077727 33554432000 4194304 4196468 140729422741376 139739618736528 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2021] ppid=1961 vsize=10850656 memory=4310908 CPUtime=20.72 cores=0,2,4,6
/proc/1964/task/2021/stat : 2021 (java) S 1961 1964 32560 0 -1 1077944384 34007 13155 0 0 2002 62 5 3 20 0 15 0 76823470 11111071744 1077727 33554432000 4194304 4196468 140729422741376 139739617683728 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2022] ppid=1961 vsize=10850656 memory=4317576 CPUtime=0.72 cores=0,2,4,6
/proc/1964/task/2022/stat : 2022 (java) S 1961 1964 32560 0 -1 1077944384 56217 13155 0 0 56 8 5 3 20 0 15 0 76823472 11111071744 1077727 33554432000 4194304 4196468 140729422741376 139739116043120 139740046076546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2023] ppid=1961 vsize=10850656 memory=4317576 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2023/stat : 2023 (java) S 1961 1964 32560 0 -1 1077944384 21 13155 0 0 0 0 5 3 20 0 15 0 76823472 11111071744 1077727 33554432000 4194304 4196468 140729422741376 139739042670176 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2024] ppid=1961 vsize=10850656 memory=4310908 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2024/stat : 2024 (java) S 1961 1964 32560 0 -1 1077944384 6 13155 0 0 0 0 5 3 20 0 15 0 76823473 11111071744 1077727 33554432000 4194304 4196468 140729422741376 139738841343360 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2025] ppid=1961 vsize=10850656 memory=4310908 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2025/stat : 2025 (java) S 1961 1964 32560 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 76823475 11111071744 1077727 33554432000 4194304 4196468 140729422741376 139738601052496 139740046083995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2026] ppid=1961 vsize=10850656 memory=4310908 CPUtime=8.9 cores=0,2,4,6
/proc/1964/task/2026/stat : 2026 (java) S 1961 1964 32560 0 -1 1077944384 50211 13155 0 0 877 5 5 3 20 0 15 0 76823475 11111071744 1077727 33554432000 4194304 4196468 140729422741376 139739114989936 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2027] ppid=1961 vsize=10850656 memory=4310908 CPUtime=8.35 cores=0,2,4,6
/proc/1964/task/2027/stat : 2027 (java) S 1961 1964 32560 0 -1 1077944384 48765 13155 0 0 822 5 5 3 20 0 15 0 76823475 11111071744 1077727 33554432000 4194304 4196468 140729422741376 139739113937136 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2028] ppid=1961 vsize=10850656 memory=4310908 CPUtime=2.73 cores=0,2,4,6
/proc/1964/task/2028/stat : 2028 (java) S 1961 1964 32560 0 -1 1077944384 33372 13155 0 0 259 6 5 3 20 0 15 0 76823475 11111071744 1077727 33554432000 4194304 4196468 140729422741376 139739112884336 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2029] ppid=1961 vsize=10850656 memory=4310908 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2029/stat : 2029 (java) S 1961 1964 32560 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 76823476 11111071744 1077727 33554432000 4194304 4196468 140729422741376 139738567493856 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2030] ppid=1961 vsize=10850656 memory=4310908 CPUtime=1.44 cores=0,2,4,6
/proc/1964/task/2030/stat : 2030 (java) S 1961 1964 32560 0 -1 1077944384 4266 13155 0 0 68 68 5 3 20 0 15 0 76823476 11111071744 1077727 33554432000 4194304 4196468 140729422741376 139739111832752 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
Current children cumulated CPU time: 2404.93 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 4310908 KiB

[startup+2382.3 s]
/proc/loadavg: 1.55 1.63 1.58 3/215 2101
/proc/meminfo: memFree=12086392/32770624 swapFree=67108796/67108860
[pid=1964] ppid=1961 vsize=10850656 memory=4357112 CPUtime=2465.48 cores=0,2,4,6
/proc/1964/stat : 1964 (java) S 1961 1964 32560 0 -1 1077944320 600222 13155 0 0 246141 399 5 3 20 0 15 0 76823460 11111071744 1089278 33554432000 4194304 4196468 140729422741376 140729422723920 139740046065399 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
/proc/1964/statm: 2712664 1089278 3533 1 0 2674317 0
[pid=1964/tid=2017] ppid=1961 vsize=10850656 memory=3708 CPUtime=2360.36 cores=0,2,4,6
/proc/1964/task/2017/stat : 2017 (java) R 1961 1964 32560 0 -1 4202560 248247 13155 0 0 235953 75 5 3 20 0 15 0 76823470 11111071744 1089278 33554432000 4194304 4196468 140729422741376 139740017899392 139739671507766 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2018] ppid=1961 vsize=10850656 memory=4357112 CPUtime=20.91 cores=0,2,4,6
/proc/1964/task/2018/stat : 2018 (java) S 1961 1964 32560 0 -1 1077944384 39858 13155 0 0 2022 61 5 3 20 0 15 0 76823470 11111071744 1089278 33554432000 4194304 4196468 140729422741376 139740050307728 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2019] ppid=1961 vsize=10850656 memory=4356892 CPUtime=20.83 cores=0,2,4,6
/proc/1964/task/2019/stat : 2019 (java) S 1961 1964 32560 0 -1 1077944384 38112 13155 0 0 2013 62 5 3 20 0 15 0 76823470 11111071744 1089278 33554432000 4194304 4196468 140729422741376 139739619789328 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2020] ppid=1961 vsize=10850656 memory=4357112 CPUtime=20.92 cores=0,2,4,6
/proc/1964/task/2020/stat : 2020 (java) S 1961 1964 32560 0 -1 1077944384 42208 13155 0 0 2025 59 5 3 20 0 15 0 76823470 11111071744 1089278 33554432000 4194304 4196468 140729422741376 139739618736528 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2021] ppid=1961 vsize=10850656 memory=4357112 CPUtime=20.89 cores=0,2,4,6
/proc/1964/task/2021/stat : 2021 (java) S 1961 1964 32560 0 -1 1077944384 34641 13155 0 0 2018 63 5 3 20 0 15 0 76823470 11111071744 1089278 33554432000 4194304 4196468 140729422741376 139739617683728 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2022] ppid=1961 vsize=10850656 memory=4357112 CPUtime=0.73 cores=0,2,4,6
/proc/1964/task/2022/stat : 2022 (java) S 1961 1964 32560 0 -1 1077944384 56586 13155 0 0 57 8 5 3 20 0 15 0 76823472 11111071744 1089278 33554432000 4194304 4196468 140729422741376 139739116043120 139740046076546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2023] ppid=1961 vsize=10850656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2023/stat : 2023 (java) S 1961 1964 32560 0 -1 1077944384 21 13155 0 0 0 0 5 3 20 0 15 0 76823472 11111071744 1089278 33554432000 4194304 4196468 140729422741376 139739042670176 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2024] ppid=1961 vsize=10850656 memory=4357112 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2024/stat : 2024 (java) S 1961 1964 32560 0 -1 1077944384 6 13155 0 0 0 0 5 3 20 0 15 0 76823473 11111071744 1089278 33554432000 4194304 4196468 140729422741376 139738841343360 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2025] ppid=1961 vsize=10850656 memory=22800 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2025/stat : 2025 (java) S 1961 1964 32560 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 76823475 11111071744 1089278 33554432000 4194304 4196468 140729422741376 139738601052496 139740046083995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2026] ppid=1961 vsize=10850656 memory=2088 CPUtime=8.9 cores=0,2,4,6
/proc/1964/task/2026/stat : 2026 (java) S 1961 1964 32560 0 -1 1077944384 50213 13155 0 0 877 5 5 3 20 0 15 0 76823475 11111071744 1089278 33554432000 4194304 4196468 140729422741376 139739114989936 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2027] ppid=1961 vsize=10850656 memory=8112282956445269571 CPUtime=8.35 cores=0,2,4,6
/proc/1964/task/2027/stat : 2027 (java) S 1961 1964 32560 0 -1 1077944384 48767 13155 0 0 822 5 5 3 20 0 15 0 76823475 11111071744 1089278 33554432000 4194304 4196468 140729422741376 139739113937136 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2028] ppid=1961 vsize=10850656 memory=1088 CPUtime=2.73 cores=0,2,4,6
/proc/1964/task/2028/stat : 2028 (java) S 1961 1964 32560 0 -1 1077944384 35061 13155 0 0 259 6 5 3 20 0 15 0 76823475 11111071744 1089278 33554432000 4194304 4196468 140729422741376 139739112884336 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2029] ppid=1961 vsize=10850656 memory=4357112 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2029/stat : 2029 (java) S 1961 1964 32560 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 76823476 11111071744 1089278 33554432000 4194304 4196468 140729422741376 139738567493856 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2030] ppid=1961 vsize=10850656 memory=4016 CPUtime=1.46 cores=0,2,4,6
/proc/1964/task/2030/stat : 2030 (java) S 1961 1964 32560 0 -1 1077944384 4305 13155 0 0 69 69 5 3 20 0 15 0 76823476 11111071744 1089278 33554432000 4194304 4196468 140729422741376 139739111832752 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
Current children cumulated CPU time: 2465.48 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 4357112 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2436.5 s]
/proc/loadavg: 1.77 1.68 1.60 3/216 2110
/proc/meminfo: memFree=12113752/32770624 swapFree=67108796/67108860
[pid=1964] ppid=1961 vsize=10850656 memory=4357128 CPUtime=2520.09 cores=0,2,4,6
/proc/1964/stat : 1964 (java) S 1961 1964 32560 0 -1 1077944320 609646 13155 0 0 251600 401 5 3 20 0 15 0 76823460 11111071744 1089282 33554432000 4194304 4196468 140729422741376 140729422723920 139740046065399 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
/proc/1964/statm: 2712664 1089282 3533 1 0 2674317 0
[pid=1964/tid=2017] ppid=1961 vsize=10850656 memory=4357128 CPUtime=2414.43 cores=0,2,4,6
/proc/1964/task/2017/stat : 2017 (java) R 1961 1964 32560 0 -1 4202560 253390 13155 0 0 241358 77 5 3 20 0 15 0 76823470 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139740017899392 139739670267968 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2018] ppid=1961 vsize=10850656 memory=4357128 CPUtime=21.04 cores=0,2,4,6
/proc/1964/task/2018/stat : 2018 (java) S 1961 1964 32560 0 -1 1077944384 41982 13155 0 0 2035 61 5 3 20 0 15 0 76823470 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139740050307728 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2019] ppid=1961 vsize=10850656 memory=4357128 CPUtime=20.96 cores=0,2,4,6
/proc/1964/task/2019/stat : 2019 (java) S 1961 1964 32560 0 -1 1077944384 38559 13155 0 0 2026 62 5 3 20 0 15 0 76823470 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139739619789328 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2020] ppid=1961 vsize=10850656 memory=4357128 CPUtime=21.05 cores=0,2,4,6
/proc/1964/task/2020/stat : 2020 (java) S 1961 1964 32560 0 -1 1077944384 43279 13155 0 0 2038 59 5 3 20 0 15 0 76823470 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139739618736528 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2021] ppid=1961 vsize=10850656 memory=4357128 CPUtime=21.02 cores=0,2,4,6
/proc/1964/task/2021/stat : 2021 (java) S 1961 1964 32560 0 -1 1077944384 34899 13155 0 0 2031 63 5 3 20 0 15 0 76823470 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139739617683728 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2022] ppid=1961 vsize=10850656 memory=4357128 CPUtime=0.73 cores=0,2,4,6
/proc/1964/task/2022/stat : 2022 (java) S 1961 1964 32560 0 -1 1077944384 56914 13155 0 0 57 8 5 3 20 0 15 0 76823472 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139739116043120 139740046076546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2023] ppid=1961 vsize=10850656 memory=4357128 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2023/stat : 2023 (java) S 1961 1964 32560 0 -1 1077944384 21 13155 0 0 0 0 5 3 20 0 15 0 76823472 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139739042670176 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2024] ppid=1961 vsize=10850656 memory=644 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2024/stat : 2024 (java) S 1961 1964 32560 0 -1 1077944384 6 13155 0 0 0 0 5 3 20 0 15 0 76823473 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139738841343360 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2025] ppid=1961 vsize=10850656 memory=3708 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2025/stat : 2025 (java) S 1961 1964 32560 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 76823475 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139738601052496 139740046083995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2026] ppid=1961 vsize=10850656 memory=22804 CPUtime=8.9 cores=0,2,4,6
/proc/1964/task/2026/stat : 2026 (java) S 1961 1964 32560 0 -1 1077944384 50221 13155 0 0 877 5 5 3 20 0 15 0 76823475 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139739114989936 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2027] ppid=1961 vsize=10850656 memory=4357128 CPUtime=8.35 cores=0,2,4,6
/proc/1964/task/2027/stat : 2027 (java) S 1961 1964 32560 0 -1 1077944384 48771 13155 0 0 822 5 5 3 20 0 15 0 76823475 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139739113937136 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2028] ppid=1961 vsize=10850656 memory=4357128 CPUtime=2.73 cores=0,2,4,6
/proc/1964/task/2028/stat : 2028 (java) S 1961 1964 32560 0 -1 1077944384 35065 13155 0 0 259 6 5 3 20 0 15 0 76823475 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139739112884336 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2029] ppid=1961 vsize=10850656 memory=4357128 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2029/stat : 2029 (java) S 1961 1964 32560 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 76823476 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139738567493856 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2030] ppid=1961 vsize=10850656 memory=4357128 CPUtime=1.5 cores=0,2,4,6
/proc/1964/task/2030/stat : 2030 (java) S 1961 1964 32560 0 -1 1077944384 4342 13155 0 0 71 71 5 3 20 0 15 0 76823476 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139739111832752 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 4357128 KiB

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

[startup+2436.55 s]
# the end of solver process 1964 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.08 s, system=4.07712 s

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

[startup+2436.5 s]
/proc/loadavg: 1.77 1.68 1.60 3/216 2110
/proc/meminfo: memFree=12113752/32770624 swapFree=67108796/67108860
[pid=1964] ppid=1961 vsize=10850656 memory=4357128 CPUtime=2520.09 cores=0,2,4,6
/proc/1964/stat : 1964 (java) S 1961 1964 32560 0 -1 1077944320 609646 13155 0 0 251600 401 5 3 20 0 15 0 76823460 11111071744 1089282 33554432000 4194304 4196468 140729422741376 140729422723920 139740046065399 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
/proc/1964/statm: 2712664 1089282 3533 1 0 2674317 0
[pid=1964/tid=2017] ppid=1961 vsize=10850656 memory=4357128 CPUtime=2414.43 cores=0,2,4,6
/proc/1964/task/2017/stat : 2017 (java) R 1961 1964 32560 0 -1 4202560 253390 13155 0 0 241358 77 5 3 20 0 15 0 76823470 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139740017899392 139739670267968 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2018] ppid=1961 vsize=10850656 memory=4357128 CPUtime=21.04 cores=0,2,4,6
/proc/1964/task/2018/stat : 2018 (java) S 1961 1964 32560 0 -1 1077944384 41982 13155 0 0 2035 61 5 3 20 0 15 0 76823470 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139740050307728 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2019] ppid=1961 vsize=10850656 memory=4357128 CPUtime=20.96 cores=0,2,4,6
/proc/1964/task/2019/stat : 2019 (java) S 1961 1964 32560 0 -1 1077944384 38559 13155 0 0 2026 62 5 3 20 0 15 0 76823470 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139739619789328 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2020] ppid=1961 vsize=10850656 memory=4357128 CPUtime=21.05 cores=0,2,4,6
/proc/1964/task/2020/stat : 2020 (java) S 1961 1964 32560 0 -1 1077944384 43279 13155 0 0 2038 59 5 3 20 0 15 0 76823470 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139739618736528 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2021] ppid=1961 vsize=10850656 memory=4357128 CPUtime=21.02 cores=0,2,4,6
/proc/1964/task/2021/stat : 2021 (java) S 1961 1964 32560 0 -1 1077944384 34899 13155 0 0 2031 63 5 3 20 0 15 0 76823470 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139739617683728 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2022] ppid=1961 vsize=10850656 memory=4357128 CPUtime=0.73 cores=0,2,4,6
/proc/1964/task/2022/stat : 2022 (java) S 1961 1964 32560 0 -1 1077944384 56914 13155 0 0 57 8 5 3 20 0 15 0 76823472 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139739116043120 139740046076546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2023] ppid=1961 vsize=10850656 memory=4357128 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2023/stat : 2023 (java) S 1961 1964 32560 0 -1 1077944384 21 13155 0 0 0 0 5 3 20 0 15 0 76823472 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139739042670176 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2024] ppid=1961 vsize=10850656 memory=644 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2024/stat : 2024 (java) S 1961 1964 32560 0 -1 1077944384 6 13155 0 0 0 0 5 3 20 0 15 0 76823473 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139738841343360 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2025] ppid=1961 vsize=10850656 memory=3708 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2025/stat : 2025 (java) S 1961 1964 32560 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 76823475 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139738601052496 139740046083995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2026] ppid=1961 vsize=10850656 memory=22804 CPUtime=8.9 cores=0,2,4,6
/proc/1964/task/2026/stat : 2026 (java) S 1961 1964 32560 0 -1 1077944384 50221 13155 0 0 877 5 5 3 20 0 15 0 76823475 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139739114989936 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2027] ppid=1961 vsize=10850656 memory=4357128 CPUtime=8.35 cores=0,2,4,6
/proc/1964/task/2027/stat : 2027 (java) S 1961 1964 32560 0 -1 1077944384 48771 13155 0 0 822 5 5 3 20 0 15 0 76823475 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139739113937136 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2028] ppid=1961 vsize=10850656 memory=4357128 CPUtime=2.73 cores=0,2,4,6
/proc/1964/task/2028/stat : 2028 (java) S 1961 1964 32560 0 -1 1077944384 35065 13155 0 0 259 6 5 3 20 0 15 0 76823475 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139739112884336 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2029] ppid=1961 vsize=10850656 memory=4357128 CPUtime=0.08 cores=0,2,4,6
/proc/1964/task/2029/stat : 2029 (java) S 1961 1964 32560 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 76823476 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139738567493856 139740046075605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
[pid=1964/tid=2030] ppid=1961 vsize=10850656 memory=4357128 CPUtime=1.5 cores=0,2,4,6
/proc/1964/task/2030/stat : 2030 (java) S 1961 1964 32560 0 -1 1077944384 4342 13155 0 0 71 71 5 3 20 0 15 0 76823476 11111071744 1089282 33554432000 4194304 4196468 140729422741376 139739111832752 139740046076546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21880832 140729422743723 140729422746972 140729422746972 140729422749647 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 4357128 KiB

Child status: 143
Real time (s): 2436.55
CPU time (s): 2520.16
CPU user time (s): 2516.08
CPU system time (s): 4.07712
CPU usage (%): 103.431
Max. virtual memory (cumulated for all children) (KiB): 10853368
Max. memory (cumulated for all children) (KiB): 4508864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.08
system time used= 4.07712
maximum resident set size= 4508864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 627109
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 67900
involuntary context switches= 3504


# summary of solver processes directly reported to runsolver:
#   pid: 1964
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2516.08
#   total CPU system time (s): 4.07712

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.4517 second user time and 20.8835 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-26 10:10:03
IDJOB=4295737
IDBENCH=141596
IDSOLVER=2751
FILE ID=node138/4295737-1532592603
RUNJOBID= node138-1532582651-32591
PBS_JOBID= 21021963
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/SportsScheduling/SportsScheduling-24_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295737-1532592603/watcher-4295737-1532592603 -o /tmp/evaluation-result-4295737-1532592603/solver-4295737-1532592603 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532582651-32591 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1256850846 -superng HOME/instance-4295737-1532592603.xml

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

MD5SUM BENCH= 160b6465c319713d06d2dfba6c5298ba
RANDOM SEED=1256850846

node138.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.71
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.71
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.71
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.71
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:        16685288 kB
MemAvailable:   31023884 kB
Buffers:          186408 kB
Cached:         14297204 kB
SwapCached:           44 kB
Active:          3299532 kB
Inactive:       12142564 kB
Active(anon):     909260 kB
Inactive(anon):    77320 kB
Active(file):    2390272 kB
Inactive(file): 12065244 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26588 kB
Writeback:             0 kB
AnonPages:       1076304 kB
Mapped:            48776 kB
Shmem:             25164 kB
Slab:             339756 kB
SReclaimable:     311540 kB
SUnreclaim:        28216 kB
KernelStack:        3824 kB
PageTables:         6564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2122812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    821248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53748 MiB
End job on node138 at 2018-07-26 10:50:40