Trace number 4396267

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.35 2159.34

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-05-0350_c18.xml
MD5SUM51b7f32ab0afbf3da7a228f765e579fa
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark521763705
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables7232
Number of constraints4665
Number of domains18
Minimum domain size1
Maximum domain size135
Distribution of domain sizes[{"size":1,"count":3},{"size":2,"count":2524},{"size":11,"count":2177},{"size":12,"count":1},{"size":25,"count":55},{"size":33,"count":45},{"size":44,"count":26},{"size":48,"count":22},{"size":51,"count":17},{"size":55,"count":31},{"size":91,"count":204},{"size":102,"count":203},{"size":106,"count":126},{"size":135,"count":1798}]
Minimum variable degree2
Maximum variable degree2178
Distribution of variable degrees[{"degree":2,"count":6532},{"degree":3,"count":5},{"degree":4,"count":7},{"degree":5,"count":11},{"degree":6,"count":11},{"degree":7,"count":19},{"degree":8,"count":26},{"degree":9,"count":28},{"degree":10,"count":31},{"degree":11,"count":40},{"degree":12,"count":48},{"degree":13,"count":50},{"degree":14,"count":80},{"degree":15,"count":109},{"degree":16,"count":148},{"degree":17,"count":81},{"degree":18,"count":2},{"degree":19,"count":2},{"degree":21,"count":1},{"degree":2178,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":311},{"arity":3,"count":2177},{"arity":6,"count":2177}]
Number of extensional constraints4665
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4665}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396267-1568412992/watcher-4396267-1568412992 -o /tmp/evaluation-result-4396267-1568412992/solver-4396267-1568412992 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568389496-7295 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1729282426 HOME/instance-4396267-1568412992.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=12073, runsolver pid=12070
Current StackSize limit: 8192 KiB


[startup+0.100161 s]*
/proc/loadavg: 1.33 1.47 1.50 3/218 12130
/proc/meminfo: memFree=29602012/32770624 swapFree=66997452/67108860
[pid=12073] ppid=12070 vsize=9972712 memory=14700 CPUtime=0.07 cores=0,2,4,6
/proc/12073/stat : 12073 (java) S 12070 12073 7264 0 -1 1077944320 3941 13010 0 0 0 0 5 2 20 0 6 0 417554117 10212057088 3675 33554432000 4194304 4196468 140730907730576 140730907713120 139712107179767 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
/proc/12073/statm: 2493178 3675 1609 1 0 2481616 0
[pid=12073/tid=12126] ppid=12070 vsize=9972712 memory=720575944405811505 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12126/stat : 12126 (java) R 12070 12073 7264 0 -1 4202560 1897 13010 0 0 0 0 5 2 20 0 6 0 417554126 10212057088 3873 33554432000 4194304 4196468 140730907730576 139712079016528 139712030256707 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12127] ppid=12070 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12127/stat : 12127 (java) S 12070 12073 7264 0 -1 1077944384 1 13010 0 0 0 0 5 2 20 0 6 0 417554127 10212057088 3873 33554432000 4194304 4196468 140730907730576 139712111422480 139712107189973 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12128] ppid=12070 vsize=9972712 memory=3474161574990186144 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12128/stat : 12128 (java) S 12070 12073 7264 0 -1 1077944384 1 13010 0 0 0 0 5 2 20 0 6 0 417554127 10212057088 3873 33554432000 4194304 4196468 140730907730576 139711999696016 139712107189973 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12129] ppid=12070 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12129/stat : 12129 (java) S 12070 12073 7264 0 -1 1077944384 1 13010 0 0 0 0 5 2 20 0 6 0 417554127 10212057088 3873 33554432000 4194304 4196468 140730907730576 139711679032080 139712107189973 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12130] ppid=12070 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12130/stat : 12130 (java) S 12070 12073 7264 0 -1 1077944384 2 13010 0 0 0 0 5 2 20 0 6 0 417554127 10212057088 3873 33554432000 4194304 4196468 140730907730576 139711677979536 139712107189973 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14700 KiB

[startup+0.210591 s]*
/proc/loadavg: 1.33 1.47 1.50 6/227 12139
/proc/meminfo: memFree=29577944/32770624 swapFree=66997452/67108860
[pid=12073] ppid=12070 vsize=10819664 memory=38780 CPUtime=0.24 cores=0,2,4,6
/proc/12073/stat : 12073 (java) S 12070 12073 7264 0 -1 1077944320 7033 13010 0 0 16 1 5 2 20 0 15 0 417554117 11079335936 9695 33554432000 4194304 4196468 140730907730576 140730907713120 139712107179767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
/proc/12073/statm: 2704916 9695 3170 1 0 2667149 0
[pid=12073/tid=12126] ppid=12070 vsize=10819664 memory=729618466009055537 CPUtime=0.17 cores=0,2,4,6
/proc/12073/task/12126/stat : 12126 (java) R 12070 12073 7264 0 -1 4202560 3488 13010 0 0 10 0 5 2 20 0 15 0 417554126 11079335936 9695 33554432000 4194304 4196468 140730907730576 139712079012400 139712091260254 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12127] ppid=12070 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12127/stat : 12127 (java) S 12070 12073 7264 0 -1 1077944384 1 13010 0 0 0 0 5 2 20 0 15 0 417554127 11079335936 9695 33554432000 4194304 4196468 140730907730576 139712111422480 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12128] ppid=12070 vsize=10819664 memory=3474161574990186144 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12128/stat : 12128 (java) S 12070 12073 7264 0 -1 1077944384 1 13010 0 0 0 0 5 2 20 0 15 0 417554127 11079335936 9695 33554432000 4194304 4196468 140730907730576 139711999696016 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12129] ppid=12070 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12129/stat : 12129 (java) S 12070 12073 7264 0 -1 1077944384 1 13010 0 0 0 0 5 2 20 0 15 0 417554127 11079335936 9695 33554432000 4194304 4196468 140730907730576 139711679032080 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12130] ppid=12070 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12130/stat : 12130 (java) S 12070 12073 7264 0 -1 1077944384 2 13010 0 0 0 0 5 2 20 0 15 0 417554127 11079335936 9695 33554432000 4194304 4196468 140730907730576 139711677979536 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12131] ppid=12070 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12131/stat : 12131 (java) S 12070 12073 7264 0 -1 1077944384 2 13010 0 0 0 0 5 2 20 0 15 0 417554129 11079335936 9695 33554432000 4194304 4196468 140730907730576 139711432370416 139712107190914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12132] ppid=12070 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12132/stat : 12132 (java) S 12070 12073 7264 0 -1 1077944384 33 13010 0 0 0 0 5 2 20 0 15 0 417554129 11079335936 9695 33554432000 4194304 4196468 140730907730576 139711431316640 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12133] ppid=12070 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12133/stat : 12133 (java) S 12070 12073 7264 0 -1 1077944384 1 13010 0 0 0 0 5 2 20 0 15 0 417554130 11079335936 9695 33554432000 4194304 4196468 140730907730576 139710991164144 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12134] ppid=12070 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12134/stat : 12134 (java) S 12070 12073 7264 0 -1 1077944384 3 13010 0 0 0 0 5 2 20 0 15 0 417554132 11079335936 9695 33554432000 4194304 4196468 140730907730576 139710683764688 139712107198363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12135] ppid=12070 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12073/task/12135/stat : 12135 (java) S 12070 12073 7264 0 -1 1077944384 625 13010 0 0 1 0 5 2 20 0 15 0 417554132 11079335936 9695 33554432000 4194304 4196468 140730907730576 139711397759728 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12136] ppid=12070 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12136/stat : 12136 (java) S 12070 12073 7264 0 -1 1077944384 43 13010 0 0 0 0 5 2 20 0 15 0 417554132 11079335936 9695 33554432000 4194304 4196468 140730907730576 139711396707184 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12137] ppid=12070 vsize=10819664 memory=140026546882176 CPUtime=0.09 cores=0,2,4,6
/proc/12073/task/12137/stat : 12137 (java) R 12070 12073 7264 0 -1 4202560 621 13010 0 0 2 0 5 2 20 0 15 0 417554132 11079335936 9695 33554432000 4194304 4196468 140730907730576 139711395652088 139712089321559 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12138] ppid=12070 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12138/stat : 12138 (java) S 12070 12073 7264 0 -1 1077944384 3 13010 0 0 0 0 5 2 20 0 15 0 417554133 11079335936 9695 33554432000 4194304 4196468 140730907730576 139710650207072 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12139] ppid=12070 vsize=10819664 memory=140026546882176 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12139/stat : 12139 (java) S 12070 12073 7264 0 -1 1077944384 1 13010 0 0 0 0 5 2 20 0 15 0 417554133 11079335936 9695 33554432000 4194304 4196468 140730907730576 139711071906352 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38780 KiB

[startup+0.310344 s]*
/proc/loadavg: 1.33 1.47 1.50 3/227 12139
/proc/meminfo: memFree=29569880/32770624 swapFree=66997452/67108860
[pid=12073] ppid=12070 vsize=10820148 memory=49920 CPUtime=0.38 cores=0,2,4,6
/proc/12073/stat : 12073 (java) S 12070 12073 7264 0 -1 1077944320 10751 13010 0 0 28 3 5 2 20 0 15 0 417554117 11079831552 12480 33554432000 4194304 4196468 140730907730576 140730907713120 139712107179767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
/proc/12073/statm: 2705037 12480 3302 1 0 2667149 0
[pid=12073/tid=12126] ppid=12070 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/12073/task/12126/stat : 12126 (java) R 12070 12073 7264 0 -1 4202560 7169 13010 0 0 19 2 5 2 20 0 15 0 417554126 11079831552 12480 33554432000 4194304 4196468 140730907730576 139712078979680 139712107201693 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12127] ppid=12070 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12127/stat : 12127 (java) S 12070 12073 7264 0 -1 1077944384 1 13010 0 0 0 0 5 2 20 0 15 0 417554127 11079831552 12480 33554432000 4194304 4196468 140730907730576 139712111422480 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12128] ppid=12070 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12128/stat : 12128 (java) S 12070 12073 7264 0 -1 1077944384 1 13010 0 0 0 0 5 2 20 0 15 0 417554127 11079831552 12480 33554432000 4194304 4196468 140730907730576 139711999696016 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12129] ppid=12070 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12129/stat : 12129 (java) S 12070 12073 7264 0 -1 1077944384 1 13010 0 0 0 0 5 2 20 0 15 0 417554127 11079831552 12480 33554432000 4194304 4196468 140730907730576 139711679032080 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12130] ppid=12070 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12130/stat : 12130 (java) S 12070 12073 7264 0 -1 1077944384 2 13010 0 0 0 0 5 2 20 0 15 0 417554127 11079831552 12480 33554432000 4194304 4196468 140730907730576 139711677979536 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12131] ppid=12070 vsize=10820148 memory=140026546882175 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12131/stat : 12131 (java) S 12070 12073 7264 0 -1 1077944384 2 13010 0 0 0 0 5 2 20 0 15 0 417554129 11079831552 12480 33554432000 4194304 4196468 140730907730576 139711432370416 139712107190914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12132] ppid=12070 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12132/stat : 12132 (java) S 12070 12073 7264 0 -1 1077944384 33 13010 0 0 0 0 5 2 20 0 15 0 417554129 11079831552 12480 33554432000 4194304 4196468 140730907730576 139711431316640 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12133] ppid=12070 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12133/stat : 12133 (java) S 12070 12073 7264 0 -1 1077944384 1 13010 0 0 0 0 5 2 20 0 15 0 417554130 11079831552 12480 33554432000 4194304 4196468 140730907730576 139710991164144 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12134] ppid=12070 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12134/stat : 12134 (java) S 12070 12073 7264 0 -1 1077944384 3 13010 0 0 0 0 5 2 20 0 15 0 417554132 11079831552 12480 33554432000 4194304 4196468 140730907730576 139710683764688 139712107198363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12135] ppid=12070 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12073/task/12135/stat : 12135 (java) S 12070 12073 7264 0 -1 1077944384 626 13010 0 0 2 0 5 2 20 0 15 0 417554132 11079831552 12480 33554432000 4194304 4196468 140730907730576 139711397759728 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12136] ppid=12070 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12073/task/12136/stat : 12136 (java) S 12070 12073 7264 0 -1 1077944384 49 13010 0 0 1 0 5 2 20 0 15 0 417554132 11079831552 12480 33554432000 4194304 4196468 140730907730576 139711396707184 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12137] ppid=12070 vsize=10820148 memory=140026546882176 CPUtime=0.12 cores=0,2,4,6
/proc/12073/task/12137/stat : 12137 (java) R 12070 12073 7264 0 -1 4202560 652 13010 0 0 5 0 5 2 20 0 15 0 417554132 11079831552 12480 33554432000 4194304 4196468 140730907730576 139711395654128 139712107201114 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12138] ppid=12070 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12138/stat : 12138 (java) S 12070 12073 7264 0 -1 1077944384 3 13010 0 0 0 0 5 2 20 0 15 0 417554133 11079831552 12480 33554432000 4194304 4196468 140730907730576 139710650207072 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12139] ppid=12070 vsize=10820148 memory=140026546882176 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12139/stat : 12139 (java) S 12070 12073 7264 0 -1 1077944384 1 13010 0 0 0 0 5 2 20 0 15 0 417554133 11079831552 12480 33554432000 4194304 4196468 140730907730576 139711071906352 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49920 KiB

[startup+0.700672 s]
/proc/loadavg: 1.33 1.47 1.50 3/227 12139
/proc/meminfo: memFree=29555752/32770624 swapFree=66997452/67108860
[pid=12073] ppid=12070 vsize=10824360 memory=83712 CPUtime=1.12 cores=0,2,4,6
/proc/12073/stat : 12073 (java) S 12070 12073 7264 0 -1 1077944320 15183 13010 0 0 99 6 5 2 20 0 15 0 417554117 11084144640 20928 33554432000 4194304 4196468 140730907730576 140730907713120 139712107179767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
/proc/12073/statm: 2706090 20928 3510 1 0 2668173 0
[pid=12073/tid=12126] ppid=12070 vsize=10824360 memory=7810487918915055718 CPUtime=0.66 cores=0,2,4,6
/proc/12073/task/12126/stat : 12126 (java) R 12070 12073 7264 0 -1 4202560 10326 13010 0 0 55 4 5 2 20 0 15 0 417554126 11084144640 20928 33554432000 4194304 4196468 140730907730576 139712079009312 139712107201693 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12127] ppid=12070 vsize=10824360 memory=1380 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12127/stat : 12127 (java) S 12070 12073 7264 0 -1 1077944384 1 13010 0 0 0 0 5 2 20 0 15 0 417554127 11084144640 20928 33554432000 4194304 4196468 140730907730576 139712111422480 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12128] ppid=12070 vsize=10824360 memory=1128 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12128/stat : 12128 (java) S 12070 12073 7264 0 -1 1077944384 1 13010 0 0 0 0 5 2 20 0 15 0 417554127 11084144640 20928 33554432000 4194304 4196468 140730907730576 139711999696016 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12129] ppid=12070 vsize=10824360 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12129/stat : 12129 (java) S 12070 12073 7264 0 -1 1077944384 1 13010 0 0 0 0 5 2 20 0 15 0 417554127 11084144640 20928 33554432000 4194304 4196468 140730907730576 139711679032080 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12130] ppid=12070 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12130/stat : 12130 (java) S 12070 12073 7264 0 -1 1077944384 2 13010 0 0 0 0 5 2 20 0 15 0 417554127 11084144640 20928 33554432000 4194304 4196468 140730907730576 139711677979536 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12131] ppid=12070 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12131/stat : 12131 (java) S 12070 12073 7264 0 -1 1077944384 5 13010 0 0 0 0 5 2 20 0 15 0 417554129 11084144640 20928 33554432000 4194304 4196468 140730907730576 139711432370416 139712107190914 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12132] ppid=12070 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12132/stat : 12132 (java) S 12070 12073 7264 0 -1 1077944384 33 13010 0 0 0 0 5 2 20 0 15 0 417554129 11084144640 20928 33554432000 4194304 4196468 140730907730576 139711431316640 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12133] ppid=12070 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12133/stat : 12133 (java) S 12070 12073 7264 0 -1 1077944384 1 13010 0 0 0 0 5 2 20 0 15 0 417554130 11084144640 20928 33554432000 4194304 4196468 140730907730576 139710991164144 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12134] ppid=12070 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12134/stat : 12134 (java) S 12070 12073 7264 0 -1 1077944384 3 13010 0 0 0 0 5 2 20 0 15 0 417554132 11084144640 20928 33554432000 4194304 4196468 140730907730576 139710683764688 139712107198363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12135] ppid=12070 vsize=10824360 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/12073/task/12135/stat : 12135 (java) S 12070 12073 7264 0 -1 1077944384 1187 13010 0 0 16 0 5 2 20 0 15 0 417554132 11084144640 20928 33554432000 4194304 4196468 140730907730576 139711397759728 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12136] ppid=12070 vsize=10824360 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/12073/task/12136/stat : 12136 (java) S 12070 12073 7264 0 -1 1077944384 553 13010 0 0 11 0 5 2 20 0 15 0 417554132 11084144640 20928 33554432000 4194304 4196468 140730907730576 139711396707184 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12137] ppid=12070 vsize=10824360 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/12073/task/12137/stat : 12137 (java) S 12070 12073 7264 0 -1 1077944384 856 13010 0 0 16 0 5 2 20 0 15 0 417554132 11084144640 20928 33554432000 4194304 4196468 140730907730576 139711395654128 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12138] ppid=12070 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12138/stat : 12138 (java) S 12070 12073 7264 0 -1 1077944384 3 13010 0 0 0 0 5 2 20 0 15 0 417554133 11084144640 20928 33554432000 4194304 4196468 140730907730576 139710650207072 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12139] ppid=12070 vsize=10824360 memory=3624 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12139/stat : 12139 (java) S 12070 12073 7264 0 -1 1077944384 1 13010 0 0 0 0 5 2 20 0 15 0 417554133 11084144640 20928 33554432000 4194304 4196468 140730907730576 139711071906352 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83712 KiB

[startup+1.50163 s]
/proc/loadavg: 1.33 1.47 1.50 4/227 12139
/proc/meminfo: memFree=29351996/32770624 swapFree=66997452/67108860
[pid=12073] ppid=12070 vsize=10824360 memory=530848 CPUtime=2.85 cores=0,2,4,6
/proc/12073/stat : 12073 (java) S 12070 12073 7264 0 -1 1077944320 18066 13010 0 0 237 41 5 2 20 0 15 0 417554117 11084144640 132712 33554432000 4194304 4196468 140730907730576 140730907713120 139712107179767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
/proc/12073/statm: 2706090 132712 3551 1 0 2668173 0
[pid=12073/tid=12126] ppid=12070 vsize=10824360 memory=7161658445176204646 CPUtime=1.27 cores=0,2,4,6
/proc/12073/task/12126/stat : 12126 (java) R 12070 12073 7264 0 -1 4202560 11068 13010 0 0 108 12 5 2 20 0 15 0 417554126 11084144640 132712 33554432000 4194304 4196468 140730907730576 139712079008512 139712107201693 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12127] ppid=12070 vsize=10824360 memory=7161658445176204646 CPUtime=0.23 cores=0,2,4,6
/proc/12073/task/12127/stat : 12127 (java) S 12070 12073 7264 0 -1 1077944384 206 13010 0 0 10 6 5 2 20 0 15 0 417554127 11084144640 132712 33554432000 4194304 4196468 140730907730576 139712111422480 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12128] ppid=12070 vsize=10824360 memory=7305792226132191085 CPUtime=0.23 cores=0,2,4,6
/proc/12073/task/12128/stat : 12128 (java) S 12070 12073 7264 0 -1 1077944384 228 13010 0 0 10 6 5 2 20 0 15 0 417554127 11084144640 132712 33554432000 4194304 4196468 140730907730576 139711999696016 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12129] ppid=12070 vsize=10824360 memory=473504 CPUtime=0.21 cores=0,2,4,6
/proc/12073/task/12129/stat : 12129 (java) S 12070 12073 7264 0 -1 1077944384 158 13010 0 0 8 6 5 2 20 0 15 0 417554127 11084144640 132712 33554432000 4194304 4196468 140730907730576 139711679032080 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12130] ppid=12070 vsize=10824360 memory=104213086494406 CPUtime=0.2 cores=0,2,4,6
/proc/12073/task/12130/stat : 12130 (java) S 12070 12073 7264 0 -1 1077944384 194 13010 0 0 8 5 5 2 20 0 15 0 417554127 11084144640 132712 33554432000 4194304 4196468 140730907730576 139711677979536 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12131] ppid=12070 vsize=10824360 memory=280052805678176 CPUtime=0.08 cores=0,2,4,6
/proc/12073/task/12131/stat : 12131 (java) S 12070 12073 7264 0 -1 1077944384 262 13010 0 0 1 0 5 2 20 0 15 0 417554129 11084144640 132712 33554432000 4194304 4196468 140730907730576 139711432370416 139712107190914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12132] ppid=12070 vsize=10824360 memory=280052805680416 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12132/stat : 12132 (java) S 12070 12073 7264 0 -1 1077944384 34 13010 0 0 0 0 5 2 20 0 15 0 417554129 11084144640 132712 33554432000 4194304 4196468 140730907730576 139711431316640 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12133] ppid=12070 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12133/stat : 12133 (java) S 12070 12073 7264 0 -1 1077944384 2 13010 0 0 0 0 5 2 20 0 15 0 417554130 11084144640 132712 33554432000 4194304 4196468 140730907730576 139710991164144 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12134] ppid=12070 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12134/stat : 12134 (java) S 12070 12073 7264 0 -1 1077944384 3 13010 0 0 0 0 5 2 20 0 15 0 417554132 11084144640 132712 33554432000 4194304 4196468 140730907730576 139710683764688 139712107198363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12135] ppid=12070 vsize=10824360 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/12073/task/12135/stat : 12135 (java) S 12070 12073 7264 0 -1 1077944384 1911 13010 0 0 38 0 5 2 20 0 15 0 417554132 11084144640 132712 33554432000 4194304 4196468 140730907730576 139711397759728 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12136] ppid=12070 vsize=10824360 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/12073/task/12136/stat : 12136 (java) S 12070 12073 7264 0 -1 1077944384 756 13010 0 0 26 0 5 2 20 0 15 0 417554132 11084144640 132712 33554432000 4194304 4196468 140730907730576 139711396707184 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12137] ppid=12070 vsize=10824360 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/12073/task/12137/stat : 12137 (java) S 12070 12073 7264 0 -1 1077944384 1030 13010 0 0 24 0 5 2 20 0 15 0 417554132 11084144640 132712 33554432000 4194304 4196468 140730907730576 139711395654128 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12138] ppid=12070 vsize=10824360 memory=280052806230016 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12138/stat : 12138 (java) S 12070 12073 7264 0 -1 1077944384 3 13010 0 0 0 0 5 2 20 0 15 0 417554133 11084144640 132712 33554432000 4194304 4196468 140730907730576 139710650207072 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12139] ppid=12070 vsize=10824360 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12139/stat : 12139 (java) S 12070 12073 7264 0 -1 1077944384 1 13010 0 0 0 0 5 2 20 0 15 0 417554133 11084144640 132712 33554432000 4194304 4196468 140730907730576 139711071906352 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 10824360 KiB

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

[pid=12073/tid=12130] ppid=12070 vsize=10849032 memory=4800664 CPUtime=114.87 cores=0,2,4,6
/proc/12073/task/12130/stat : 12130 (java) S 12070 12073 7264 0 -1 1077944384 87580 13010 0 0 11292 188 5 2 20 0 15 0 417554127 11109408768 1200623 33554432000 4194304 4196468 140730907730576 139711677979536 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12131] ppid=12070 vsize=10849032 memory=4800664 CPUtime=4.28 cores=0,2,4,6
/proc/12073/task/12131/stat : 12131 (java) S 12070 12073 7264 0 -1 1077944384 70828 13010 0 0 409 12 5 2 20 0 15 0 417554129 11109408768 1200623 33554432000 4194304 4196468 140730907730576 139711432370416 139712107190914 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12132] ppid=12070 vsize=10849032 memory=4800664 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12132/stat : 12132 (java) S 12070 12073 7264 0 -1 1077944384 94 13010 0 0 0 0 5 2 20 0 15 0 417554129 11109408768 1200623 33554432000 4194304 4196468 140730907730576 139711431316704 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12133] ppid=12070 vsize=10849032 memory=4800664 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12133/stat : 12133 (java) S 12070 12073 7264 0 -1 1077944384 11 13010 0 0 0 0 5 2 20 0 15 0 417554130 11109408768 1200623 33554432000 4194304 4196468 140730907730576 139710991164160 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12134] ppid=12070 vsize=10849032 memory=4800664 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12134/stat : 12134 (java) S 12070 12073 7264 0 -1 1077944384 3 13010 0 0 0 0 5 2 20 0 15 0 417554132 11109408768 1200623 33554432000 4194304 4196468 140730907730576 139710683764688 139712107198363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12135] ppid=12070 vsize=10849032 memory=4802276 CPUtime=7.16 cores=0,2,4,6
/proc/12073/task/12135/stat : 12135 (java) S 12070 12073 7264 0 -1 1077944384 34366 13010 0 0 703 6 5 2 20 0 15 0 417554132 11109408768 1200623 33554432000 4194304 4196468 140730907730576 139711397759728 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12136] ppid=12070 vsize=10849032 memory=4802276 CPUtime=7.22 cores=0,2,4,6
/proc/12073/task/12136/stat : 12136 (java) S 12070 12073 7264 0 -1 1077944384 43456 13010 0 0 708 7 5 2 20 0 15 0 417554132 11109408768 1200623 33554432000 4194304 4196468 140730907730576 139711396707184 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12137] ppid=12070 vsize=10849032 memory=4802276 CPUtime=2.61 cores=0,2,4,6
/proc/12073/task/12137/stat : 12137 (java) S 12070 12073 7264 0 -1 1077944384 72836 13010 0 0 245 9 5 2 20 0 15 0 417554132 11109408768 1200623 33554432000 4194304 4196468 140730907730576 139711395654128 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12138] ppid=12070 vsize=10849032 memory=4802276 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12138/stat : 12138 (java) S 12070 12073 7264 0 -1 1077944384 3 13010 0 0 0 0 5 2 20 0 15 0 417554133 11109408768 1200623 33554432000 4194304 4196468 140730907730576 139710650207072 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12139] ppid=12070 vsize=10849032 memory=4802276 CPUtime=1.28 cores=0,2,4,6
/proc/12073/task/12139/stat : 12139 (java) S 12070 12073 7264 0 -1 1077944384 1713 13010 0 0 58 63 5 2 20 0 15 0 417554133 11109408768 1200623 33554432000 4194304 4196468 140730907730576 139711071906352 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
Current children cumulated CPU time: 2442.75 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 4802492 KiB

[startup+2142.3 s]
/proc/loadavg: 1.50 1.48 1.50 3/226 12467
/proc/meminfo: memFree=24439112/32770624 swapFree=66997488/67108860
[pid=12073] ppid=12070 vsize=10849032 memory=4824232 CPUtime=2503.17 cores=0,2,4,6
/proc/12073/stat : 12073 (java) S 12070 12073 7264 0 -1 1077944320 2791106 13010 0 0 249327 983 5 2 20 0 15 0 417554117 11109408768 1206058 33554432000 4194304 4196468 140730907730576 140730907713120 139712107179767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
/proc/12073/statm: 2712258 1206058 3652 1 0 2674317 0
[pid=12073/tid=12126] ppid=12070 vsize=10849032 memory=4818228 CPUtime=2021.07 cores=0,2,4,6
/proc/12073/task/12126/stat : 12126 (java) R 12070 12073 7264 0 -1 4202560 2227543 13010 0 0 201956 144 5 2 20 0 15 0 417554126 11109408768 1206058 33554432000 4194304 4196468 140730907730576 139712078996416 139711696179321 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12127] ppid=12070 vsize=10849032 memory=4820552 CPUtime=115.15 cores=0,2,4,6
/proc/12073/task/12127/stat : 12127 (java) S 12070 12073 7264 0 -1 1077944384 80809 13010 0 0 11327 181 5 2 20 0 15 0 417554127 11109408768 1206058 33554432000 4194304 4196468 140730907730576 139712111422480 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12128] ppid=12070 vsize=10849032 memory=4818228 CPUtime=114.89 cores=0,2,4,6
/proc/12073/task/12128/stat : 12128 (java) S 12070 12073 7264 0 -1 1077944384 82117 13010 0 0 11290 192 5 2 20 0 15 0 417554127 11109408768 1206058 33554432000 4194304 4196468 140730907730576 139711999696016 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12129] ppid=12070 vsize=10849032 memory=0 CPUtime=114.95 cores=0,2,4,6
/proc/12073/task/12129/stat : 12129 (java) S 12070 12073 7264 0 -1 1077944384 85337 13010 0 0 11293 195 5 2 20 0 15 0 417554127 11109408768 1206058 33554432000 4194304 4196468 140730907730576 139711679032080 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12130] ppid=12070 vsize=10849032 memory=4824232 CPUtime=115.01 cores=0,2,4,6
/proc/12073/task/12130/stat : 12130 (java) S 12070 12073 7264 0 -1 1077944384 89411 13010 0 0 11305 189 5 2 20 0 15 0 417554127 11109408768 1206058 33554432000 4194304 4196468 140730907730576 139711677979536 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12131] ppid=12070 vsize=10849032 memory=4824232 CPUtime=4.3 cores=0,2,4,6
/proc/12073/task/12131/stat : 12131 (java) S 12070 12073 7264 0 -1 1077944384 71166 13010 0 0 411 12 5 2 20 0 15 0 417554129 11109408768 1206058 33554432000 4194304 4196468 140730907730576 139711432370416 139712107190914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12132] ppid=12070 vsize=10849032 memory=3624 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12132/stat : 12132 (java) S 12070 12073 7264 0 -1 1077944384 94 13010 0 0 0 0 5 2 20 0 15 0 417554129 11109408768 1206058 33554432000 4194304 4196468 140730907730576 139711431316704 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12133] ppid=12070 vsize=10849032 memory=4824232 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12133/stat : 12133 (java) S 12070 12073 7264 0 -1 1077944384 11 13010 0 0 0 0 5 2 20 0 15 0 417554130 11109408768 1206058 33554432000 4194304 4196468 140730907730576 139710991164160 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12134] ppid=12070 vsize=10849032 memory=4802276 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12134/stat : 12134 (java) S 12070 12073 7264 0 -1 1077944384 3 13010 0 0 0 0 5 2 20 0 15 0 417554132 11109408768 1206058 33554432000 4194304 4196468 140730907730576 139710683764688 139712107198363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12135] ppid=12070 vsize=10849032 memory=4823972 CPUtime=7.16 cores=0,2,4,6
/proc/12073/task/12135/stat : 12135 (java) S 12070 12073 7264 0 -1 1077944384 34368 13010 0 0 703 6 5 2 20 0 15 0 417554132 11109408768 1206058 33554432000 4194304 4196468 140730907730576 139711397759728 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12136] ppid=12070 vsize=10849032 memory=4822560 CPUtime=7.22 cores=0,2,4,6
/proc/12073/task/12136/stat : 12136 (java) S 12070 12073 7264 0 -1 1077944384 43459 13010 0 0 708 7 5 2 20 0 15 0 417554132 11109408768 1206058 33554432000 4194304 4196468 140730907730576 139711396707184 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12137] ppid=12070 vsize=10849032 memory=4824232 CPUtime=2.61 cores=0,2,4,6
/proc/12073/task/12137/stat : 12137 (java) S 12070 12073 7264 0 -1 1077944384 72838 13010 0 0 245 9 5 2 20 0 15 0 417554132 11109408768 1206058 33554432000 4194304 4196468 140730907730576 139711395654128 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12138] ppid=12070 vsize=10849032 memory=1556 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12138/stat : 12138 (java) S 12070 12073 7264 0 -1 1077944384 3 13010 0 0 0 0 5 2 20 0 15 0 417554133 11109408768 1206058 33554432000 4194304 4196468 140730907730576 139710650207072 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12139] ppid=12070 vsize=10849032 memory=3624 CPUtime=1.31 cores=0,2,4,6
/proc/12073/task/12139/stat : 12139 (java) S 12070 12073 7264 0 -1 1077944384 1737 13010 0 0 59 65 5 2 20 0 15 0 417554133 11109408768 1206058 33554432000 4194304 4196468 140730907730576 139711071906352 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
Current children cumulated CPU time: 2503.17 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 4824232 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2159.11 s]
/proc/loadavg: 1.53 1.49 1.51 3/226 12467
/proc/meminfo: memFree=24433844/32770624 swapFree=66997488/67108860
[pid=12073] ppid=12070 vsize=10849032 memory=4830512 CPUtime=2520.08 cores=0,2,4,6
/proc/12073/stat : 12073 (java) S 12070 12073 7264 0 -1 1077944320 2794095 13010 0 0 251017 984 5 2 20 0 15 0 417554117 11109408768 1207628 33554432000 4194304 4196468 140730907730576 140730907713120 139712107179767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
/proc/12073/statm: 2712258 1207628 3652 1 0 2674317 0
[pid=12073/tid=12126] ppid=12070 vsize=10849032 memory=4830268 CPUtime=2037.83 cores=0,2,4,6
/proc/12073/task/12126/stat : 12126 (java) R 12070 12073 7264 0 -1 4202560 2230252 13010 0 0 203632 144 5 2 20 0 15 0 417554126 11109408768 1207628 33554432000 4194304 4196468 140730907730576 139712079001264 139711696181444 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12127] ppid=12070 vsize=10849032 memory=4830512 CPUtime=115.19 cores=0,2,4,6
/proc/12073/task/12127/stat : 12127 (java) S 12070 12073 7264 0 -1 1077944384 80811 13010 0 0 11331 181 5 2 20 0 15 0 417554127 11109408768 1207628 33554432000 4194304 4196468 140730907730576 139712111422480 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12128] ppid=12070 vsize=10849032 memory=4827832 CPUtime=114.93 cores=0,2,4,6
/proc/12073/task/12128/stat : 12128 (java) S 12070 12073 7264 0 -1 1077944384 82207 13010 0 0 11294 192 5 2 20 0 15 0 417554127 11109408768 1207628 33554432000 4194304 4196468 140730907730576 139711999696016 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12129] ppid=12070 vsize=10849032 memory=4828312 CPUtime=114.98 cores=0,2,4,6
/proc/12073/task/12129/stat : 12129 (java) S 12070 12073 7264 0 -1 1077944384 85437 13010 0 0 11296 195 5 2 20 0 15 0 417554127 11109408768 1207628 33554432000 4194304 4196468 140730907730576 139711679032080 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12130] ppid=12070 vsize=10849032 memory=4828312 CPUtime=115.04 cores=0,2,4,6
/proc/12073/task/12130/stat : 12130 (java) S 12070 12073 7264 0 -1 1077944384 89496 13010 0 0 11308 189 5 2 20 0 15 0 417554127 11109408768 1207628 33554432000 4194304 4196468 140730907730576 139711677979536 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12131] ppid=12070 vsize=10849032 memory=4830512 CPUtime=4.31 cores=0,2,4,6
/proc/12073/task/12131/stat : 12131 (java) S 12070 12073 7264 0 -1 1077944384 71169 13010 0 0 412 12 5 2 20 0 15 0 417554129 11109408768 1207628 33554432000 4194304 4196468 140730907730576 139711432370416 139712107190914 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12132] ppid=12070 vsize=10849032 memory=280052806797704 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12132/stat : 12132 (java) S 12070 12073 7264 0 -1 1077944384 94 13010 0 0 0 0 5 2 20 0 15 0 417554129 11109408768 1207628 33554432000 4194304 4196468 140730907730576 139711431316704 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12133] ppid=12070 vsize=10849032 memory=4830512 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12133/stat : 12133 (java) S 12070 12073 7264 0 -1 1077944384 11 13010 0 0 0 0 5 2 20 0 15 0 417554130 11109408768 1207628 33554432000 4194304 4196468 140730907730576 139710991164160 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12134] ppid=12070 vsize=10849032 memory=3624 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12134/stat : 12134 (java) S 12070 12073 7264 0 -1 1077944384 3 13010 0 0 0 0 5 2 20 0 15 0 417554132 11109408768 1207628 33554432000 4194304 4196468 140730907730576 139710683764688 139712107198363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12135] ppid=12070 vsize=10849032 memory=4830268 CPUtime=7.16 cores=0,2,4,6
/proc/12073/task/12135/stat : 12135 (java) S 12070 12073 7264 0 -1 1077944384 34368 13010 0 0 703 6 5 2 20 0 15 0 417554132 11109408768 1207628 33554432000 4194304 4196468 140730907730576 139711397759728 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12136] ppid=12070 vsize=10849032 memory=3624 CPUtime=7.22 cores=0,2,4,6
/proc/12073/task/12136/stat : 12136 (java) S 12070 12073 7264 0 -1 1077944384 43459 13010 0 0 708 7 5 2 20 0 15 0 417554132 11109408768 1207628 33554432000 4194304 4196468 140730907730576 139711396707184 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12137] ppid=12070 vsize=10849032 memory=3624 CPUtime=2.61 cores=0,2,4,6
/proc/12073/task/12137/stat : 12137 (java) S 12070 12073 7264 0 -1 1077944384 72838 13010 0 0 245 9 5 2 20 0 15 0 417554132 11109408768 1207628 33554432000 4194304 4196468 140730907730576 139711395654128 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12138] ppid=12070 vsize=10849032 memory=26280 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12138/stat : 12138 (java) S 12070 12073 7264 0 -1 1077944384 3 13010 0 0 0 0 5 2 20 0 15 0 417554133 11109408768 1207628 33554432000 4194304 4196468 140730907730576 139710650207072 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12139] ppid=12070 vsize=10849032 memory=984 CPUtime=1.32 cores=0,2,4,6
/proc/12073/task/12139/stat : 12139 (java) S 12070 12073 7264 0 -1 1077944384 1737 13010 0 0 59 66 5 2 20 0 15 0 417554133 11109408768 1207628 33554432000 4194304 4196468 140730907730576 139711071906352 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 4830512 KiB

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

[startup+2159.34 s]
# the end of solver process 12073 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2510.42 s, system=9.93621 s

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

[startup+2159.21 s]
/proc/loadavg: 1.53 1.49 1.51 3/226 12467
/proc/meminfo: memFree=24433844/32770624 swapFree=66997488/67108860
[pid=12073] ppid=12070 vsize=11045648 memory=4834704 CPUtime=2520.19 cores=0,2,4,6
/proc/12073/stat : 12073 (java) S 12070 12073 7264 0 -1 1077944320 2794575 13010 0 0 251028 984 5 2 20 0 17 0 417554117 11310743552 1208676 33554432000 4194304 4196468 140730907730576 140730907713120 139712107179767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
/proc/12073/statm: 2761412 1208676 3653 1 0 2723471 0
[pid=12073/tid=12126] ppid=12070 vsize=11045648 memory=1380 CPUtime=2037.92 cores=0,2,4,6
/proc/12073/task/12126/stat : 12126 (java) R 12070 12073 7264 0 -1 4202560 2230252 13010 0 0 203641 144 5 2 20 0 17 0 417554126 11310743552 1208676 33554432000 4194304 4196468 140730907730576 139712078988176 139711696179458 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12127] ppid=12070 vsize=11045648 memory=1128 CPUtime=115.19 cores=0,2,4,6
/proc/12073/task/12127/stat : 12127 (java) S 12070 12073 7264 0 -1 1077944384 80812 13010 0 0 11331 181 5 2 20 0 17 0 417554127 11310743552 1208676 33554432000 4194304 4196468 140730907730576 139712111422480 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12128] ppid=12070 vsize=11045648 memory=6791534058613427641 CPUtime=114.93 cores=0,2,4,6
/proc/12073/task/12128/stat : 12128 (java) S 12070 12073 7264 0 -1 1077944384 82228 13010 0 0 11294 192 5 2 20 0 17 0 417554127 11310743552 1208676 33554432000 4194304 4196468 140730907730576 139711999696016 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12129] ppid=12070 vsize=11045648 memory=800 CPUtime=114.99 cores=0,2,4,6
/proc/12073/task/12129/stat : 12129 (java) S 12070 12073 7264 0 -1 1077944384 85447 13010 0 0 11297 195 5 2 20 0 17 0 417554127 11310743552 1208676 33554432000 4194304 4196468 140730907730576 139711679032080 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12130] ppid=12070 vsize=11045648 memory=1804 CPUtime=115.05 cores=0,2,4,6
/proc/12073/task/12130/stat : 12130 (java) S 12070 12073 7264 0 -1 1077944384 89523 13010 0 0 11309 189 5 2 20 0 17 0 417554127 11310743552 1208676 33554432000 4194304 4196468 140730907730576 139711677979536 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12131] ppid=12070 vsize=11045648 memory=916 CPUtime=4.31 cores=0,2,4,6
/proc/12073/task/12131/stat : 12131 (java) S 12070 12073 7264 0 -1 1077944384 71171 13010 0 0 412 12 5 2 20 0 17 0 417554129 11310743552 1208676 33554432000 4194304 4196468 140730907730576 139711432370416 139712107190914 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12132] ppid=12070 vsize=11045648 memory=9404 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12132/stat : 12132 (java) S 12070 12073 7264 0 -1 1077944384 94 13010 0 0 0 0 5 2 20 0 17 0 417554129 11310743552 1208676 33554432000 4194304 4196468 140730907730576 139711431316704 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12133] ppid=12070 vsize=11045648 memory=1548 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12133/stat : 12133 (java) S 12070 12073 7264 0 -1 1077944384 11 13010 0 0 0 0 5 2 20 0 17 0 417554130 11310743552 1208676 33554432000 4194304 4196468 140730907730576 139710991164160 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12134] ppid=12070 vsize=11045648 memory=628 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12134/stat : 12134 (java) S 12070 12073 7264 0 -1 1077944384 228 13010 0 0 0 0 5 2 20 0 17 0 417554132 11310743552 1208676 33554432000 4194304 4196468 140730907730576 139710683764688 139712107198363 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12135] ppid=12070 vsize=11045648 memory=1056 CPUtime=7.16 cores=0,2,4,6
/proc/12073/task/12135/stat : 12135 (java) S 12070 12073 7264 0 -1 1077944384 34368 13010 0 0 703 6 5 2 20 0 17 0 417554132 11310743552 1208676 33554432000 4194304 4196468 140730907730576 139711397759728 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12136] ppid=12070 vsize=11045648 memory=1556 CPUtime=7.22 cores=0,2,4,6
/proc/12073/task/12136/stat : 12136 (java) S 12070 12073 7264 0 -1 1077944384 43459 13010 0 0 708 7 5 2 20 0 17 0 417554132 11310743552 1208676 33554432000 4194304 4196468 140730907730576 139711396707184 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12137] ppid=12070 vsize=11045648 memory=5924 CPUtime=2.61 cores=0,2,4,6
/proc/12073/task/12137/stat : 12137 (java) S 12070 12073 7264 0 -1 1077944384 72838 13010 0 0 245 9 5 2 20 0 17 0 417554132 11310743552 1208676 33554432000 4194304 4196468 140730907730576 139711395654128 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12138] ppid=12070 vsize=11045648 memory=14012 CPUtime=0.07 cores=0,2,4,6
/proc/12073/task/12138/stat : 12138 (java) S 12070 12073 7264 0 -1 1077944384 3 13010 0 0 0 0 5 2 20 0 17 0 417554133 11310743552 1208676 33554432000 4194304 4196468 140730907730576 139710650207072 139712107189973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
[pid=12073/tid=12139] ppid=12070 vsize=11045648 memory=2116 CPUtime=1.32 cores=0,2,4,6
/proc/12073/task/12139/stat : 12139 (java) S 12070 12073 7264 0 -1 1077944384 1737 13010 0 0 59 66 5 2 20 0 17 0 417554133 11310743552 1208676 33554432000 4194304 4196468 140730907730576 139711071906352 139712107190914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29224960 140730907732719 140730907735237 140730907735237 140730907738063 0
Current children cumulated CPU time: 2520.19 s
Current children cumulated vsize: 11045648 KiB
Current children cumulated memory: 4834704 KiB

[startup+2159.3 s]*
/proc/loadavg: 1.49 1.48 1.50 3/213 12469
/proc/meminfo: memFree=28374364/32770624 swapFree=66997488/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2159.34
CPU time (s): 2520.35
CPU user time (s): 2510.42
CPU system time (s): 9.93621
CPU usage (%): 116.719
Max. virtual memory (cumulated for all children) (KiB): 11045648
Max. memory (cumulated for all children) (KiB): 8335024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2510.42
system time used= 9.93621
maximum resident set size= 8335024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2810855
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76737
involuntary context switches= 11177


# summary of solver processes directly reported to runsolver:
#   pid: 12073
#   total CPU time (s): 2520.35
#   total CPU user time (s): 2510.42
#   total CPU system time (s): 9.93621

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0109 second user time and 20.5991 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-13 23:15:17
IDJOB=4396267
IDBENCH=141284
IDSOLVER=2846
FILE ID=node106/4396267-1568412992
RUNJOBID= node106-1568389496-7295
PBS_JOBID= 21701863
Free space on /tmp= 58508 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-05-0350_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396267-1568412992/watcher-4396267-1568412992 -o /tmp/evaluation-result-4396267-1568412992/solver-4396267-1568412992 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568389496-7295 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1729282426 HOME/instance-4396267-1568412992.xml

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

MD5SUM BENCH= 51b7f32ab0afbf3da7a228f765e579fa
RANDOM SEED=1729282426

node106.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.79
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.79
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.79
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.79
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:        29603552 kB
MemAvailable:   31469612 kB
Buffers:          173712 kB
Cached:          1965888 kB
SwapCached:         9428 kB
Active:          1463912 kB
Inactive:        1074568 kB
Active(anon):     398796 kB
Inactive(anon):    33772 kB
Active(file):    1065116 kB
Inactive(file):  1040796 kB
Unevictable:      107756 kB
Mlocked:          107756 kB
SwapTotal:      67108860 kB
SwapFree:       66997452 kB
Dirty:            372916 kB
Writeback:         76240 kB
AnonPages:        497952 kB
Mapped:            51404 kB
Shmem:             25072 kB
Slab:             224484 kB
SReclaimable:     151964 kB
SUnreclaim:        72520 kB
KernelStack:        3680 kB
PageTables:         8432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1526000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    331776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 58472 MiB
End job on node106 at 2019-09-13 23:51:17