Trace number 4400652

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.12.2? (TO) 2520.14 2470.15

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-24-071.xml
MD5SUMc8960cc0de41b37a4760da710336f2ef
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.03116
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints276
Number of domains24
Minimum domain size48
Maximum domain size71
Distribution of domain sizes[{"size":48,"count":2},{"size":49,"count":2},{"size":50,"count":2},{"size":51,"count":2},{"size":52,"count":2},{"size":53,"count":2},{"size":54,"count":2},{"size":55,"count":2},{"size":56,"count":2},{"size":57,"count":2},{"size":58,"count":2},{"size":59,"count":2},{"size":60,"count":2},{"size":61,"count":2},{"size":62,"count":2},{"size":63,"count":2},{"size":64,"count":2},{"size":65,"count":2},{"size":66,"count":2},{"size":67,"count":2},{"size":68,"count":2},{"size":69,"count":2},{"size":70,"count":2},{"size":71,"count":2}]
Minimum variable degree23
Maximum variable degree23
Distribution of variable degrees[{"degree":23,"count":48}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":276}]
Number of extensional constraints0
Number of intensional constraints276
Distribution of constraint types[{"type":"intension","count":276}]
Optimization problemNO
Type of objective

Solver Data

0.73/0.54	c Concrete v3.12.2.1568631193530 running
2520.08/2470.11	Exception in thread "main" java.util.concurrent.TimeoutException
2520.08/2470.12		at concrete.MAC.mac(MAC.scala:192)
2520.08/2470.12		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.08/2470.12		at scala.util.Try$.apply(Try.scala:212)
2520.08/2470.12		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.08/2470.12		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.08/2470.12		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.08/2470.12		at concrete.MAC.oneRun(MAC.scala:265)
2520.08/2470.12		at concrete.MAC.nextSolution(MAC.scala:284)
2520.08/2470.12		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.08/2470.12		at concrete.ProblemState.map(ProblemState.scala:238)
2520.08/2470.12		at concrete.ProblemState.map(ProblemState.scala:212)
2520.08/2470.12		at concrete.MAC.nextSolution(MAC.scala:348)
2520.08/2470.12		at concrete.Solver.hasNext(Solver.scala:160)
2520.08/2470.12		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.08/2470.12		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.08/2470.12		at concrete.Solver.nextOption(Solver.scala:67)
2520.08/2470.12		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.08/2470.12		at scala.util.Success.map(Try.scala:264)
2520.08/2470.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2470.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.08/2470.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.08/2470.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2470.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.08/2470.12		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.08/2470.12		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.08/2470.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.08/2470.12		at scala.App.$anonfun$main$1(App.scala:75)
2520.08/2470.12		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.08/2470.12		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2470.12		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2470.12		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.08/2470.12		at scala.App.main(App.scala:75)
2520.08/2470.12		at scala.App.main$(App.scala:73)
2520.08/2470.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.08/2470.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2470.12	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 (13928 MiB free)
  memory of node 1: 16384 MiB (15427 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400652-1568696334/watcher-4400652-1568696334 -o /tmp/evaluation-result-4400652-1568696334/solver-4400652-1568696334 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568673294-11995 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1910530933 HOME/instance-4400652-1568696334.xml 

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

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=19765, runsolver pid=19762

[startup+0.10799 s]*
/proc/loadavg: 1.24 1.32 1.40 3/220 19823
/proc/meminfo: memFree=30051332/32770624 swapFree=67004312/67108860
[pid=19765] ppid=19762 vsize=10355560 memory=22684 CPUtime=0.1 cores=1,3,5,7
/proc/19765/stat : 19765 (java) S 19762 19765 11963 0 -1 1077944320 4917 13148 0 0 2 1 4 3 20 0 9 0 445795042 10604093440 5671 33554432000 4194304 4196468 140734180881040 140734180863584 140072869617399 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
/proc/19765/statm: 2588890 5671 2102 1 0 2551431 0
[pid=19765/tid=19818] ppid=19762 vsize=10355560 memory=720575944405811505 CPUtime=0.09 cores=1,3,5,7
/proc/19765/task/19818/stat : 19818 (java) R 19762 19765 11963 0 -1 4202560 2698 13148 0 0 2 0 4 3 20 0 9 0 445795051 10604093440 5671 33554432000 4194304 4196468 140734180881040 140072841453424 140072853697886 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19819] ppid=19762 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19819/stat : 19819 (java) S 19762 19765 11963 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 9 0 445795052 10604093440 5671 33554432000 4194304 4196468 140734180881040 140072873859600 140072869627605 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19820] ppid=19762 vsize=10355560 memory=140014342049334 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19820/stat : 19820 (java) S 19762 19765 11963 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 9 0 445795052 10604093440 5671 33554432000 4194304 4196468 140734180881040 140072778062480 140072869627605 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19821] ppid=19762 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19821/stat : 19821 (java) S 19762 19765 11963 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 9 0 445795052 10604093440 5671 33554432000 4194304 4196468 140734180881040 140072777009424 140072869627605 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19822] ppid=19762 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19822/stat : 19822 (java) S 19762 19765 11963 0 -1 1077944384 2 13148 0 0 0 0 4 3 20 0 9 0 445795052 10604093440 5671 33554432000 4194304 4196468 140734180881040 140072440355216 140072869627605 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19823] ppid=19762 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19823/stat : 19823 (java) S 19762 19765 11963 0 -1 1077944384 2 13148 0 0 0 0 4 3 20 0 9 0 445795053 10604093440 5671 33554432000 4194304 4196468 140734180881040 140072396262128 140072869628546 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19824] ppid=19762 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19824/stat : 19824 (java) S 19762 19765 11963 0 -1 1077944384 13 13148 0 0 0 0 4 3 20 0 9 0 445795053 10604093440 5671 33554432000 4194304 4196468 140734180881040 140071768417952 140072869627605 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19825] ppid=19762 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19825/stat : 19825 (java) S 19762 19765 11963 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 9 0 445795054 10604093440 5671 33554432000 4194304 4196468 140734180881040 140071634199856 140072869627605 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 22684 KiB

[startup+0.217347 s]*
/proc/loadavg: 1.24 1.32 1.40 4/228 19831
/proc/meminfo: memFree=30031796/32770624 swapFree=67004312/67108860
[pid=19765] ppid=19762 vsize=10820196 memory=42780 CPUtime=0.27 cores=1,3,5,7
/proc/19765/stat : 19765 (java) S 19762 19765 11963 0 -1 1077944320 7657 13148 0 0 19 1 4 3 20 0 15 0 445795042 11079880704 10695 33554432000 4194304 4196468 140734180881040 140734180863584 140072869617399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
/proc/19765/statm: 2705049 10695 3305 1 0 2667149 0
[pid=19765/tid=19818] ppid=19762 vsize=10820196 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/19765/task/19818/stat : 19818 (java) R 19762 19765 11963 0 -1 4202560 4158 13148 0 0 12 0 4 3 20 0 15 0 445795051 11079880704 10695 33554432000 4194304 4196468 140734180881040 140072841438512 140072869639325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19819] ppid=19762 vsize=10820196 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19819/stat : 19819 (java) S 19762 19765 11963 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 445795052 11079880704 10695 33554432000 4194304 4196468 140734180881040 140072873859600 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19820] ppid=19762 vsize=10820196 memory=288370390493742720 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19820/stat : 19820 (java) S 19762 19765 11963 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 445795052 11079880704 10695 33554432000 4194304 4196468 140734180881040 140072778062480 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19821] ppid=19762 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19821/stat : 19821 (java) S 19762 19765 11963 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 445795052 11079880704 10695 33554432000 4194304 4196468 140734180881040 140072777009424 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19822] ppid=19762 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19822/stat : 19822 (java) S 19762 19765 11963 0 -1 1077944384 2 13148 0 0 0 0 4 3 20 0 15 0 445795052 11079880704 10695 33554432000 4194304 4196468 140734180881040 140072440355216 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19823] ppid=19762 vsize=10821220 memory=140014342030976 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19823/stat : 19823 (java) S 19762 19765 11963 0 -1 1077944384 2 13148 0 0 0 0 4 3 20 0 15 0 445795053 11080929280 10695 33554432000 4194304 4196468 140734180881040 140072396262128 140072869628546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19824] ppid=19762 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19824/stat : 19824 (java) S 19762 19765 11963 0 -1 1077944384 13 13148 0 0 0 0 4 3 20 0 15 0 445795053 11080929280 10695 33554432000 4194304 4196468 140734180881040 140071768417952 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19825] ppid=19762 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19825/stat : 19825 (java) S 19762 19765 11963 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 445795054 11080929280 10695 33554432000 4194304 4196468 140734180881040 140071634199792 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19826] ppid=19762 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19826/stat : 19826 (java) S 19762 19765 11963 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 445795056 11080929280 10695 33554432000 4194304 4196468 140734180881040 140071393909200 140072869635995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19827] ppid=19762 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19765/task/19827/stat : 19827 (java) S 19762 19765 11963 0 -1 1077944384 630 13148 0 0 1 0 4 3 20 0 15 0 445795056 11080929280 10760 33554432000 4194304 4196468 140734180881040 140072395208944 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19828] ppid=19762 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19828/stat : 19828 (java) S 19762 19765 11963 0 -1 1077944384 46 13148 0 0 0 0 4 3 20 0 15 0 445795056 11080929280 10760 33554432000 4194304 4196468 140734180881040 140072394156400 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19829] ppid=19762 vsize=10821220 memory=140014342030976 CPUtime=0.1 cores=1,3,5,7
/proc/19765/task/19829/stat : 19829 (java) S 19762 19765 11963 0 -1 1077944384 590 13148 0 0 3 0 4 3 20 0 15 0 445795056 11080929280 10760 33554432000 4194304 4196468 140734180881040 140072393103344 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19830] ppid=19762 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19830/stat : 19830 (java) S 19762 19765 11963 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 445795057 11080929280 10760 33554432000 4194304 4196468 140734180881040 140071360350560 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19831] ppid=19762 vsize=10821220 memory=140014342030976 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19831/stat : 19831 (java) S 19762 19765 11963 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 445795057 11080929280 10826 33554432000 4194304 4196468 140734180881040 140072392051760 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 42780 KiB

[startup+0.31042 s]*
/proc/loadavg: 1.24 1.32 1.40 3/228 19831
/proc/meminfo: memFree=30021660/32770624 swapFree=67004312/67108860
[pid=19765] ppid=19762 vsize=10820268 memory=51048 CPUtime=0.4 cores=1,3,5,7
/proc/19765/stat : 19765 (java) S 19762 19765 11963 0 -1 1077944320 10952 13148 0 0 30 3 4 3 20 0 15 0 445795042 11079954432 12762 33554432000 4194304 4196468 140734180881040 140734180863584 140072869617399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
/proc/19765/statm: 2705067 12762 3327 1 0 2667149 0
[pid=19765/tid=19818] ppid=19762 vsize=10820268 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/19765/task/19818/stat : 19818 (java) R 19762 19765 11963 0 -1 4202560 7446 13148 0 0 20 2 4 3 20 0 15 0 445795051 11079954432 12762 33554432000 4194304 4196468 140734180881040 140072841437616 140072869639325 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19819] ppid=19762 vsize=10820268 memory=-6957061461084680038 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19819/stat : 19819 (java) S 19762 19765 11963 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 445795052 11079954432 12762 33554432000 4194304 4196468 140734180881040 140072873859600 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19820] ppid=19762 vsize=10820268 memory=1398720917958146503 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19820/stat : 19820 (java) S 19762 19765 11963 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 445795052 11079954432 12762 33554432000 4194304 4196468 140734180881040 140072778062480 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19821] ppid=19762 vsize=10820268 memory=140014342037969 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19821/stat : 19821 (java) S 19762 19765 11963 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 445795052 11079954432 12762 33554432000 4194304 4196468 140734180881040 140072777009424 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19822] ppid=19762 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19822/stat : 19822 (java) S 19762 19765 11963 0 -1 1077944384 2 13148 0 0 0 0 4 3 20 0 15 0 445795052 11079954432 12762 33554432000 4194304 4196468 140734180881040 140072440355216 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19823] ppid=19762 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19823/stat : 19823 (java) S 19762 19765 11963 0 -1 1077944384 2 13148 0 0 0 0 4 3 20 0 15 0 445795053 11079954432 12762 33554432000 4194304 4196468 140734180881040 140072396262128 140072869628546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19824] ppid=19762 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19824/stat : 19824 (java) S 19762 19765 11963 0 -1 1077944384 13 13148 0 0 0 0 4 3 20 0 15 0 445795053 11079954432 12762 33554432000 4194304 4196468 140734180881040 140071768417952 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19825] ppid=19762 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19825/stat : 19825 (java) S 19762 19765 11963 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 445795054 11079954432 12762 33554432000 4194304 4196468 140734180881040 140071634199792 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19826] ppid=19762 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19826/stat : 19826 (java) S 19762 19765 11963 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 445795056 11079954432 12762 33554432000 4194304 4196468 140734180881040 140071393909200 140072869635995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19827] ppid=19762 vsize=10820268 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19765/task/19827/stat : 19827 (java) S 19762 19765 11963 0 -1 1077944384 630 13148 0 0 2 0 4 3 20 0 15 0 445795056 11079954432 12762 33554432000 4194304 4196468 140734180881040 140072395208944 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19828] ppid=19762 vsize=10820268 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19765/task/19828/stat : 19828 (java) S 19762 19765 11963 0 -1 1077944384 47 13148 0 0 1 0 4 3 20 0 15 0 445795056 11079954432 12762 33554432000 4194304 4196468 140734180881040 140072394156400 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19829] ppid=19762 vsize=10820268 memory=140014342030976 CPUtime=0.12 cores=1,3,5,7
/proc/19765/task/19829/stat : 19829 (java) S 19762 19765 11963 0 -1 1077944384 598 13148 0 0 5 0 4 3 20 0 15 0 445795056 11079954432 12762 33554432000 4194304 4196468 140734180881040 140072393103344 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19830] ppid=19762 vsize=10820268 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19830/stat : 19830 (java) S 19762 19765 11963 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 445795057 11079954432 12762 33554432000 4194304 4196468 140734180881040 140071360350560 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19831] ppid=19762 vsize=10820268 memory=140014342030976 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19831/stat : 19831 (java) S 19762 19765 11963 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 445795057 11079954432 12762 33554432000 4194304 4196468 140734180881040 140072392051760 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 51048 KiB

[startup+0.701261 s]
/proc/loadavg: 1.24 1.32 1.40 3/228 19831
/proc/meminfo: memFree=30007604/32770624 swapFree=67004312/67108860
[pid=19765] ppid=19762 vsize=10824364 memory=83260 CPUtime=1.1 cores=1,3,5,7
/proc/19765/stat : 19765 (java) S 19762 19765 11963 0 -1 1077944320 15087 13148 0 0 98 5 4 3 20 0 15 0 445795042 11084148736 20815 33554432000 4194304 4196468 140734180881040 140734180863584 140072869617399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
/proc/19765/statm: 2706091 20815 3507 1 0 2668173 0
[pid=19765/tid=19818] ppid=19762 vsize=10824364 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/19765/task/19818/stat : 19818 (java) R 19762 19765 11963 0 -1 4202560 10534 13148 0 0 55 3 4 3 20 0 15 0 445795051 11084148736 20815 33554432000 4194304 4196468 140734180881040 140072841444560 140072869639325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19819] ppid=19762 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19819/stat : 19819 (java) S 19762 19765 11963 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 445795052 11084148736 20815 33554432000 4194304 4196468 140734180881040 140072873859600 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19820] ppid=19762 vsize=10824364 memory=280028378123040 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19820/stat : 19820 (java) S 19762 19765 11963 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 445795052 11084148736 20815 33554432000 4194304 4196468 140734180881040 140072778062480 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19821] ppid=19762 vsize=10824364 memory=1391 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19821/stat : 19821 (java) S 19762 19765 11963 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 445795052 11084148736 20815 33554432000 4194304 4196468 140734180881040 140072777009424 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19822] ppid=19762 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19822/stat : 19822 (java) S 19762 19765 11963 0 -1 1077944384 2 13148 0 0 0 0 4 3 20 0 15 0 445795052 11084148736 20815 33554432000 4194304 4196468 140734180881040 140072440355216 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19823] ppid=19762 vsize=10824364 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19823/stat : 19823 (java) S 19762 19765 11963 0 -1 1077944384 5 13148 0 0 0 0 4 3 20 0 15 0 445795053 11084148736 20815 33554432000 4194304 4196468 140734180881040 140072396262128 140072869628546 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19824] ppid=19762 vsize=10824364 memory=776 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19824/stat : 19824 (java) S 19762 19765 11963 0 -1 1077944384 13 13148 0 0 0 0 4 3 20 0 15 0 445795053 11084148736 20815 33554432000 4194304 4196468 140734180881040 140071768417952 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19825] ppid=19762 vsize=10824364 memory=1160 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19825/stat : 19825 (java) S 19762 19765 11963 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 445795054 11084148736 20815 33554432000 4194304 4196468 140734180881040 140071634199792 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19826] ppid=19762 vsize=10824364 memory=1720 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19826/stat : 19826 (java) S 19762 19765 11963 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 445795056 11084148736 20815 33554432000 4194304 4196468 140734180881040 140071393909200 140072869635995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19827] ppid=19762 vsize=10824364 memory=1096 CPUtime=0.2 cores=1,3,5,7
/proc/19765/task/19827/stat : 19827 (java) R 19762 19765 11963 0 -1 4202560 1051 13148 0 0 13 0 4 3 20 0 15 0 445795056 11084148736 20815 33554432000 4194304 4196468 140734180881040 140072395208944 140072854004512 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19828] ppid=19762 vsize=10824364 memory=5988 CPUtime=0.18 cores=1,3,5,7
/proc/19765/task/19828/stat : 19828 (java) R 19762 19765 11963 0 -1 4202560 486 13148 0 0 11 0 4 3 20 0 15 0 445795056 11084148736 20815 33554432000 4194304 4196468 140734180881040 140072394142496 140072848863726 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19829] ppid=19762 vsize=10824364 memory=14012 CPUtime=0.24 cores=1,3,5,7
/proc/19765/task/19829/stat : 19829 (java) R 19762 19765 11963 0 -1 4202560 784 13148 0 0 17 0 4 3 20 0 15 0 445795056 11084148736 20815 33554432000 4194304 4196468 140734180881040 140072393103344 140072861854526 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19830] ppid=19762 vsize=10824364 memory=23636 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19830/stat : 19830 (java) S 19762 19765 11963 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 445795057 11084148736 20815 33554432000 4194304 4196468 140734180881040 140071360350560 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19831] ppid=19762 vsize=10824364 memory=1940 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19831/stat : 19831 (java) S 19762 19765 11963 0 -1 1077944384 1 13148 0 0 0 0 4 3 20 0 15 0 445795057 11084148736 20815 33554432000 4194304 4196468 140734180881040 140072392051760 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83260 KiB

[startup+1.50076 s]
/proc/loadavg: 1.30 1.34 1.40 3/228 19831
/proc/meminfo: memFree=29954400/32770624 swapFree=67004312/67108860
[pid=19765] ppid=19762 vsize=10834680 memory=173076 CPUtime=2.47 cores=1,3,5,7
/proc/19765/stat : 19765 (java) S 19762 19765 11963 0 -1 1077944320 21643 13148 0 0 231 9 4 3 20 0 15 0 445795042 11094712320 43269 33554432000 4194304 4196468 140734180881040 140734180863584 140072869617399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
/proc/19765/statm: 2708670 43269 3580 1 0 2670733 0
[pid=19765/tid=19818] ppid=19762 vsize=10834680 memory=2832 CPUtime=1.43 cores=1,3,5,7
/proc/19765/task/19818/stat : 19818 (java) R 19762 19765 11963 0 -1 4202560 15341 13148 0 0 131 5 4 3 20 0 15 0 445795051 11094712320 43269 33554432000 4194304 4196468 140734180881040 140072841412192 140072853661029 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19819] ppid=19762 vsize=10834680 memory=776 CPUtime=0.08 cores=1,3,5,7
/proc/19765/task/19819/stat : 19819 (java) S 19762 19765 11963 0 -1 1077944384 45 13148 0 0 1 0 4 3 20 0 15 0 445795052 11094712320 43269 33554432000 4194304 4196468 140734180881040 140072873859600 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19820] ppid=19762 vsize=10834680 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19820/stat : 19820 (java) S 19762 19765 11963 0 -1 1077944384 314 13148 0 0 0 0 4 3 20 0 15 0 445795052 11094712320 43269 33554432000 4194304 4196468 140734180881040 140072778062480 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19821] ppid=19762 vsize=10834680 memory=1448 CPUtime=0.08 cores=1,3,5,7
/proc/19765/task/19821/stat : 19821 (java) S 19762 19765 11963 0 -1 1077944384 28 13148 0 0 1 0 4 3 20 0 15 0 445795052 11094712320 43269 33554432000 4194304 4196468 140734180881040 140072777009424 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19822] ppid=19762 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19765/task/19822/stat : 19822 (java) S 19762 19765 11963 0 -1 1077944384 80 13148 0 0 1 0 4 3 20 0 15 0 445795052 11094712320 43269 33554432000 4194304 4196468 140734180881040 140072440355216 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19823] ppid=19762 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19765/task/19823/stat : 19823 (java) S 19762 19765 11963 0 -1 1077944384 117 13148 0 0 1 0 4 3 20 0 15 0 445795053 11094712320 43269 33554432000 4194304 4196468 140734180881040 140072396262128 140072869628546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19824] ppid=19762 vsize=10834680 memory=3184237934265208192 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19824/stat : 19824 (java) S 19762 19765 11963 0 -1 1077944384 14 13148 0 0 0 0 4 3 20 0 15 0 445795053 11094712320 43269 33554432000 4194304 4196468 140734180881040 140071768418016 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19825] ppid=19762 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19825/stat : 19825 (java) S 19762 19765 11963 0 -1 1077944384 2 13148 0 0 0 0 4 3 20 0 15 0 445795054 11094712320 43269 33554432000 4194304 4196468 140734180881040 140071634199808 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19826] ppid=19762 vsize=10834680 memory=3588 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19826/stat : 19826 (java) S 19762 19765 11963 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 445795056 11094712320 43269 33554432000 4194304 4196468 140734180881040 140071393909200 140072869635995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19827] ppid=19762 vsize=10834680 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/19765/task/19827/stat : 19827 (java) S 19762 19765 11963 0 -1 1077944384 1217 13148 0 0 24 0 4 3 20 0 15 0 445795056 11094712320 43269 33554432000 4194304 4196468 140734180881040 140072395208944 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19828] ppid=19762 vsize=10834680 memory=140014189211528 CPUtime=0.33 cores=1,3,5,7
/proc/19765/task/19828/stat : 19828 (java) S 19762 19765 11963 0 -1 1077944384 622 13148 0 0 26 0 4 3 20 0 15 0 445795056 11094712320 43269 33554432000 4194304 4196468 140734180881040 140072394156400 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19829] ppid=19762 vsize=10834680 memory=140014189211668 CPUtime=0.5 cores=1,3,5,7
/proc/19765/task/19829/stat : 19829 (java) R 19762 19765 11963 0 -1 4202560 1654 13148 0 0 43 0 4 3 20 0 15 0 445795056 11094712320 43269 33554432000 4194304 4196468 140734180881040 140072393103472 140072848740808 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0

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

/proc/19765/task/19818/stat : 19818 (java) R 19762 19765 11963 0 -1 4202560 72859 13148 0 0 235614 53 4 3 20 0 15 0 445795051 11107315712 286048 33554432000 4194304 4196468 140734180881040 140072841453152 140072464335317 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19819] ppid=19762 vsize=10846988 memory=1144192 CPUtime=12.2 cores=1,3,5,7
/proc/19765/task/19819/stat : 19819 (java) S 19762 19765 11963 0 -1 1077944384 20715 13148 0 0 1155 58 4 3 20 0 15 0 445795052 11107315712 286048 33554432000 4194304 4196468 140734180881040 140072873859600 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19820] ppid=19762 vsize=10846988 memory=1144192 CPUtime=12.17 cores=1,3,5,7
/proc/19765/task/19820/stat : 19820 (java) S 19762 19765 11963 0 -1 1077944384 17742 13148 0 0 1156 54 4 3 20 0 15 0 445795052 11107315712 286048 33554432000 4194304 4196468 140734180881040 140072778062480 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19821] ppid=19762 vsize=10846988 memory=1144192 CPUtime=12.2 cores=1,3,5,7
/proc/19765/task/19821/stat : 19821 (java) S 19762 19765 11963 0 -1 1077944384 18798 13148 0 0 1159 54 4 3 20 0 15 0 445795052 11107315712 286048 33554432000 4194304 4196468 140734180881040 140072777009424 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19822] ppid=19762 vsize=10846988 memory=1144192 CPUtime=12.13 cores=1,3,5,7
/proc/19765/task/19822/stat : 19822 (java) S 19762 19765 11963 0 -1 1077944384 19253 13148 0 0 1150 56 4 3 20 0 15 0 445795052 11107315712 286048 33554432000 4194304 4196468 140734180881040 140072440355216 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19823] ppid=19762 vsize=10846988 memory=1144192 CPUtime=10.62 cores=1,3,5,7
/proc/19765/task/19823/stat : 19823 (java) S 19762 19765 11963 0 -1 1077944384 19918 13148 0 0 992 63 4 3 20 0 15 0 445795053 11107315712 286048 33554432000 4194304 4196468 140734180881040 140072396262128 140072869628546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19824] ppid=19762 vsize=10846988 memory=1096 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19824/stat : 19824 (java) S 19762 19765 11963 0 -1 1077944384 21 13148 0 0 0 0 4 3 20 0 15 0 445795053 11107315712 286048 33554432000 4194304 4196468 140734180881040 140071768418016 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19825] ppid=19762 vsize=10846988 memory=1144192 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19825/stat : 19825 (java) S 19762 19765 11963 0 -1 1077944384 12 13148 0 0 0 0 4 3 20 0 15 0 445795054 11107315712 286048 33554432000 4194304 4196468 140734180881040 140071634199808 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19826] ppid=19762 vsize=10846988 memory=140014189994392 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19826/stat : 19826 (java) S 19762 19765 11963 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 445795056 11107315712 286048 33554432000 4194304 4196468 140734180881040 140071393909200 140072869635995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19827] ppid=19762 vsize=10846988 memory=1144192 CPUtime=5.78 cores=1,3,5,7
/proc/19765/task/19827/stat : 19827 (java) S 19762 19765 11963 0 -1 1077944384 23949 13148 0 0 568 3 4 3 20 0 15 0 445795056 11107315712 286048 33554432000 4194304 4196468 140734180881040 140072395208944 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19828] ppid=19762 vsize=10846988 memory=1144192 CPUtime=5.82 cores=1,3,5,7
/proc/19765/task/19828/stat : 19828 (java) S 19762 19765 11963 0 -1 1077944384 22770 13148 0 0 571 4 4 3 20 0 15 0 445795056 11107315712 286048 33554432000 4194304 4196468 140734180881040 140072394156400 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19829] ppid=19762 vsize=10846988 memory=1144192 CPUtime=2.31 cores=1,3,5,7
/proc/19765/task/19829/stat : 19829 (java) S 19762 19765 11963 0 -1 1077944384 15467 13148 0 0 220 4 4 3 20 0 15 0 445795056 11107315712 286048 33554432000 4194304 4196468 140734180881040 140072393103344 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19830] ppid=19762 vsize=10846988 memory=1964 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19830/stat : 19830 (java) S 19762 19765 11963 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 445795057 11107315712 286048 33554432000 4194304 4196468 140734180881040 140071360350560 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19831] ppid=19762 vsize=10846988 memory=2456 CPUtime=1.47 cores=1,3,5,7
/proc/19765/task/19831/stat : 19831 (java) S 19762 19765 11963 0 -1 1077944384 2411 13148 0 0 57 83 4 3 20 0 15 0 445795057 11107315712 286048 33554432000 4194304 4196468 140734180881040 140072392051760 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
Current children cumulated CPU time: 2430.91 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1144192 KiB

[startup+2442.3 s]
/proc/loadavg: 0.68 0.73 1.06 2/206 20124
/proc/meminfo: memFree=29868316/32770624 swapFree=67004312/67108860
[pid=19765] ppid=19762 vsize=10846988 memory=1144336 CPUtime=2491.82 cores=1,3,5,7
/proc/19765/stat : 19765 (java) S 19762 19765 11963 0 -1 1077944320 237942 13148 0 0 248800 375 4 3 20 0 15 0 445795042 11107315712 286084 33554432000 4194304 4196468 140734180881040 140734180863584 140072869617399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
/proc/19765/statm: 2711747 286084 3630 1 0 2673805 0
[pid=19765/tid=19818] ppid=19762 vsize=10846988 memory=1144288 CPUtime=2416.12 cores=1,3,5,7
/proc/19765/task/19818/stat : 19818 (java) R 19762 19765 11963 0 -1 4202560 73717 13148 0 0 241551 54 4 3 20 0 15 0 445795051 11107315712 286084 33554432000 4194304 4196468 140734180881040 140072841453136 140072457845029 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19819] ppid=19762 vsize=10846988 memory=1144276 CPUtime=12.51 cores=1,3,5,7
/proc/19765/task/19819/stat : 19819 (java) S 19762 19765 11963 0 -1 1077944384 20798 13148 0 0 1184 60 4 3 20 0 15 0 445795052 11107315712 286084 33554432000 4194304 4196468 140734180881040 140072873859600 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19820] ppid=19762 vsize=10846988 memory=1144276 CPUtime=12.48 cores=1,3,5,7
/proc/19765/task/19820/stat : 19820 (java) S 19762 19765 11963 0 -1 1077944384 17841 13148 0 0 1185 56 4 3 20 0 15 0 445795052 11107315712 286084 33554432000 4194304 4196468 140734180881040 140072778062480 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19821] ppid=19762 vsize=10846988 memory=1144192 CPUtime=12.52 cores=1,3,5,7
/proc/19765/task/19821/stat : 19821 (java) S 19762 19765 11963 0 -1 1077944384 19186 13148 0 0 1190 55 4 3 20 0 15 0 445795052 11107315712 286084 33554432000 4194304 4196468 140734180881040 140072777009424 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19822] ppid=19762 vsize=10846988 memory=1144288 CPUtime=12.44 cores=1,3,5,7
/proc/19765/task/19822/stat : 19822 (java) S 19762 19765 11963 0 -1 1077944384 19396 13148 0 0 1179 58 4 3 20 0 15 0 445795052 11107315712 286084 33554432000 4194304 4196468 140734180881040 140072440355216 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19823] ppid=19762 vsize=10846988 memory=1144288 CPUtime=10.88 cores=1,3,5,7
/proc/19765/task/19823/stat : 19823 (java) S 19762 19765 11963 0 -1 1077944384 20140 13148 0 0 1017 64 4 3 20 0 15 0 445795053 11107315712 286084 33554432000 4194304 4196468 140734180881040 140072396262128 140072869628546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19824] ppid=19762 vsize=10846988 memory=1144336 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19824/stat : 19824 (java) S 19762 19765 11963 0 -1 1077944384 21 13148 0 0 0 0 4 3 20 0 15 0 445795053 11107315712 286084 33554432000 4194304 4196468 140734180881040 140071768418016 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19825] ppid=19762 vsize=10846988 memory=1144336 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19825/stat : 19825 (java) S 19762 19765 11963 0 -1 1077944384 12 13148 0 0 0 0 4 3 20 0 15 0 445795054 11107315712 286084 33554432000 4194304 4196468 140734180881040 140071634199808 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19826] ppid=19762 vsize=10846988 memory=1144336 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19826/stat : 19826 (java) S 19762 19765 11963 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 445795056 11107315712 286084 33554432000 4194304 4196468 140734180881040 140071393909200 140072869635995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19827] ppid=19762 vsize=10846988 memory=1144288 CPUtime=5.78 cores=1,3,5,7
/proc/19765/task/19827/stat : 19827 (java) S 19762 19765 11963 0 -1 1077944384 23951 13148 0 0 568 3 4 3 20 0 15 0 445795056 11107315712 286084 33554432000 4194304 4196468 140734180881040 140072395208944 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19828] ppid=19762 vsize=10846988 memory=1144280 CPUtime=5.82 cores=1,3,5,7
/proc/19765/task/19828/stat : 19828 (java) S 19762 19765 11963 0 -1 1077944384 22772 13148 0 0 571 4 4 3 20 0 15 0 445795056 11107315712 286084 33554432000 4194304 4196468 140734180881040 140072394156400 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19829] ppid=19762 vsize=10846988 memory=1144288 CPUtime=2.31 cores=1,3,5,7
/proc/19765/task/19829/stat : 19829 (java) S 19762 19765 11963 0 -1 1077944384 15469 13148 0 0 220 4 4 3 20 0 15 0 445795056 11107315712 286084 33554432000 4194304 4196468 140734180881040 140072393103344 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19830] ppid=19762 vsize=10846988 memory=1144288 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19830/stat : 19830 (java) S 19762 19765 11963 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 445795057 11107315712 286084 33554432000 4194304 4196468 140734180881040 140071360350560 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19831] ppid=19762 vsize=10846988 memory=1144288 CPUtime=1.5 cores=1,3,5,7
/proc/19765/task/19831/stat : 19831 (java) S 19762 19765 11963 0 -1 1077944384 2428 13148 0 0 58 85 4 3 20 0 15 0 445795057 11107315712 286084 33554432000 4194304 4196468 140734180881040 140072392051760 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
Current children cumulated CPU time: 2491.82 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1144336 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470.11 s]
/proc/loadavg: 0.79 0.76 1.06 2/206 20126
/proc/meminfo: memFree=29865948/32770624 swapFree=67004312/67108860
[pid=19765] ppid=19762 vsize=10846988 memory=1146416 CPUtime=2520.08 cores=1,3,5,7
/proc/19765/stat : 19765 (java) S 19762 19765 11963 0 -1 1077944320 238862 13148 0 0 251621 380 4 3 20 0 15 0 445795042 11107315712 286604 33554432000 4194304 4196468 140734180881040 140734180863584 140072869617399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
/proc/19765/statm: 2711747 286604 3630 1 0 2673805 0
[pid=19765/tid=19818] ppid=19762 vsize=10846988 memory=1146416 CPUtime=2443.61 cores=1,3,5,7
/proc/19765/task/19818/stat : 19818 (java) R 19762 19765 11963 0 -1 4202560 74126 13148 0 0 244299 55 4 3 20 0 15 0 445795051 11107315712 286604 33554432000 4194304 4196468 140734180881040 140072841453248 140072477031976 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19819] ppid=19762 vsize=10846988 memory=1146412 CPUtime=12.67 cores=1,3,5,7
/proc/19765/task/19819/stat : 19819 (java) S 19762 19765 11963 0 -1 1077944384 20942 13148 0 0 1199 61 4 3 20 0 15 0 445795052 11107315712 286604 33554432000 4194304 4196468 140734180881040 140072873859600 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19820] ppid=19762 vsize=10846988 memory=1146412 CPUtime=12.64 cores=1,3,5,7
/proc/19765/task/19820/stat : 19820 (java) S 19762 19765 11963 0 -1 1077944384 17862 13148 0 0 1200 57 4 3 20 0 15 0 445795052 11107315712 286604 33554432000 4194304 4196468 140734180881040 140072778062480 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19821] ppid=19762 vsize=10846988 memory=1146416 CPUtime=12.67 cores=1,3,5,7
/proc/19765/task/19821/stat : 19821 (java) S 19762 19765 11963 0 -1 1077944384 19269 13148 0 0 1204 56 4 3 20 0 15 0 445795052 11107315712 286604 33554432000 4194304 4196468 140734180881040 140072777009424 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19822] ppid=19762 vsize=10846988 memory=1146416 CPUtime=12.58 cores=1,3,5,7
/proc/19765/task/19822/stat : 19822 (java) S 19762 19765 11963 0 -1 1077944384 19456 13148 0 0 1193 58 4 3 20 0 15 0 445795052 11107315712 286604 33554432000 4194304 4196468 140734180881040 140072440355216 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19823] ppid=19762 vsize=10846988 memory=1146412 CPUtime=11 cores=1,3,5,7
/proc/19765/task/19823/stat : 19823 (java) S 19762 19765 11963 0 -1 1077944384 20323 13148 0 0 1029 64 4 3 20 0 15 0 445795053 11107315712 286604 33554432000 4194304 4196468 140734180881040 140072396262128 140072869628546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19824] ppid=19762 vsize=10846988 memory=1144192 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19824/stat : 19824 (java) S 19762 19765 11963 0 -1 1077944384 21 13148 0 0 0 0 4 3 20 0 15 0 445795053 11107315712 286604 33554432000 4194304 4196468 140734180881040 140071768418016 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19825] ppid=19762 vsize=10846988 memory=1146412 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19825/stat : 19825 (java) S 19762 19765 11963 0 -1 1077944384 12 13148 0 0 0 0 4 3 20 0 15 0 445795054 11107315712 286604 33554432000 4194304 4196468 140734180881040 140071634199808 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19826] ppid=19762 vsize=10846988 memory=1146412 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19826/stat : 19826 (java) S 19762 19765 11963 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 445795056 11107315712 286604 33554432000 4194304 4196468 140734180881040 140071393909200 140072869635995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19827] ppid=19762 vsize=10846988 memory=1146412 CPUtime=5.78 cores=1,3,5,7
/proc/19765/task/19827/stat : 19827 (java) S 19762 19765 11963 0 -1 1077944384 23953 13148 0 0 568 3 4 3 20 0 15 0 445795056 11107315712 286604 33554432000 4194304 4196468 140734180881040 140072395208944 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19828] ppid=19762 vsize=10846988 memory=14012 CPUtime=5.82 cores=1,3,5,7
/proc/19765/task/19828/stat : 19828 (java) S 19762 19765 11963 0 -1 1077944384 22774 13148 0 0 571 4 4 3 20 0 15 0 445795056 11107315712 286604 33554432000 4194304 4196468 140734180881040 140072394156400 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19829] ppid=19762 vsize=10846988 memory=23676 CPUtime=2.31 cores=1,3,5,7
/proc/19765/task/19829/stat : 19829 (java) S 19762 19765 11963 0 -1 1077944384 15471 13148 0 0 220 4 4 3 20 0 15 0 445795056 11107315712 286604 33554432000 4194304 4196468 140734180881040 140072393103344 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19830] ppid=19762 vsize=10846988 memory=1146416 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19830/stat : 19830 (java) S 19762 19765 11963 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 445795057 11107315712 286604 33554432000 4194304 4196468 140734180881040 140071360350560 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19831] ppid=19762 vsize=10846988 memory=1146416 CPUtime=1.52 cores=1,3,5,7
/proc/19765/task/19831/stat : 19831 (java) S 19762 19765 11963 0 -1 1077944384 2442 13148 0 0 59 86 4 3 20 0 15 0 445795057 11107315712 286604 33554432000 4194304 4196468 140734180881040 140072392051760 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1146416 KiB

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

[startup+2470.15 s]
# the end of solver process 19765 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.3 s, system=3.84672 s

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

[startup+2470.11 s]
/proc/loadavg: 0.79 0.76 1.06 2/206 20126
/proc/meminfo: memFree=29865948/32770624 swapFree=67004312/67108860
[pid=19765] ppid=19762 vsize=10846988 memory=1146416 CPUtime=2520.08 cores=1,3,5,7
/proc/19765/stat : 19765 (java) S 19762 19765 11963 0 -1 1077944320 238862 13148 0 0 251621 380 4 3 20 0 15 0 445795042 11107315712 286604 33554432000 4194304 4196468 140734180881040 140734180863584 140072869617399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
/proc/19765/statm: 2711747 286604 3630 1 0 2673805 0
[pid=19765/tid=19818] ppid=19762 vsize=10846988 memory=1146416 CPUtime=2443.61 cores=1,3,5,7
/proc/19765/task/19818/stat : 19818 (java) R 19762 19765 11963 0 -1 4202560 74126 13148 0 0 244299 55 4 3 20 0 15 0 445795051 11107315712 286604 33554432000 4194304 4196468 140734180881040 140072841453248 140072477031976 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19819] ppid=19762 vsize=10846988 memory=1146412 CPUtime=12.67 cores=1,3,5,7
/proc/19765/task/19819/stat : 19819 (java) S 19762 19765 11963 0 -1 1077944384 20942 13148 0 0 1199 61 4 3 20 0 15 0 445795052 11107315712 286604 33554432000 4194304 4196468 140734180881040 140072873859600 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19820] ppid=19762 vsize=10846988 memory=1146412 CPUtime=12.64 cores=1,3,5,7
/proc/19765/task/19820/stat : 19820 (java) S 19762 19765 11963 0 -1 1077944384 17862 13148 0 0 1200 57 4 3 20 0 15 0 445795052 11107315712 286604 33554432000 4194304 4196468 140734180881040 140072778062480 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19821] ppid=19762 vsize=10846988 memory=1146416 CPUtime=12.67 cores=1,3,5,7
/proc/19765/task/19821/stat : 19821 (java) S 19762 19765 11963 0 -1 1077944384 19269 13148 0 0 1204 56 4 3 20 0 15 0 445795052 11107315712 286604 33554432000 4194304 4196468 140734180881040 140072777009424 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19822] ppid=19762 vsize=10846988 memory=1146416 CPUtime=12.58 cores=1,3,5,7
/proc/19765/task/19822/stat : 19822 (java) S 19762 19765 11963 0 -1 1077944384 19456 13148 0 0 1193 58 4 3 20 0 15 0 445795052 11107315712 286604 33554432000 4194304 4196468 140734180881040 140072440355216 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19823] ppid=19762 vsize=10846988 memory=1146412 CPUtime=11 cores=1,3,5,7
/proc/19765/task/19823/stat : 19823 (java) S 19762 19765 11963 0 -1 1077944384 20323 13148 0 0 1029 64 4 3 20 0 15 0 445795053 11107315712 286604 33554432000 4194304 4196468 140734180881040 140072396262128 140072869628546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19824] ppid=19762 vsize=10846988 memory=1144192 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19824/stat : 19824 (java) S 19762 19765 11963 0 -1 1077944384 21 13148 0 0 0 0 4 3 20 0 15 0 445795053 11107315712 286604 33554432000 4194304 4196468 140734180881040 140071768418016 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19825] ppid=19762 vsize=10846988 memory=1146412 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19825/stat : 19825 (java) S 19762 19765 11963 0 -1 1077944384 12 13148 0 0 0 0 4 3 20 0 15 0 445795054 11107315712 286604 33554432000 4194304 4196468 140734180881040 140071634199808 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19826] ppid=19762 vsize=10846988 memory=1146412 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19826/stat : 19826 (java) S 19762 19765 11963 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 445795056 11107315712 286604 33554432000 4194304 4196468 140734180881040 140071393909200 140072869635995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19827] ppid=19762 vsize=10846988 memory=1146412 CPUtime=5.78 cores=1,3,5,7
/proc/19765/task/19827/stat : 19827 (java) S 19762 19765 11963 0 -1 1077944384 23953 13148 0 0 568 3 4 3 20 0 15 0 445795056 11107315712 286604 33554432000 4194304 4196468 140734180881040 140072395208944 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19828] ppid=19762 vsize=10846988 memory=14012 CPUtime=5.82 cores=1,3,5,7
/proc/19765/task/19828/stat : 19828 (java) S 19762 19765 11963 0 -1 1077944384 22774 13148 0 0 571 4 4 3 20 0 15 0 445795056 11107315712 286604 33554432000 4194304 4196468 140734180881040 140072394156400 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19829] ppid=19762 vsize=10846988 memory=23676 CPUtime=2.31 cores=1,3,5,7
/proc/19765/task/19829/stat : 19829 (java) S 19762 19765 11963 0 -1 1077944384 15471 13148 0 0 220 4 4 3 20 0 15 0 445795056 11107315712 286604 33554432000 4194304 4196468 140734180881040 140072393103344 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19830] ppid=19762 vsize=10846988 memory=1146416 CPUtime=0.07 cores=1,3,5,7
/proc/19765/task/19830/stat : 19830 (java) S 19762 19765 11963 0 -1 1077944384 3 13148 0 0 0 0 4 3 20 0 15 0 445795057 11107315712 286604 33554432000 4194304 4196468 140734180881040 140071360350560 140072869627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
[pid=19765/tid=19831] ppid=19762 vsize=10846988 memory=1146416 CPUtime=1.52 cores=1,3,5,7
/proc/19765/task/19831/stat : 19831 (java) S 19762 19765 11963 0 -1 1077944384 2442 13148 0 0 59 86 4 3 20 0 15 0 445795057 11107315712 286604 33554432000 4194304 4196468 140734180881040 140072392051760 140072869628546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19136512 140734180887279 140734180889797 140734180889797 140734180892623 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1146416 KiB

Child status: 143
Real time (s): 2470.15
CPU time (s): 2520.14
CPU user time (s): 2516.3
CPU system time (s): 3.84672
CPU usage (%): 102.024
Max. virtual memory (cumulated for all children) (KiB): 10849636
Max. memory (cumulated for all children) (KiB): 1146416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.3
system time used= 3.84672
maximum resident set size= 1150628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252913
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 291440
involuntary context switches= 6680


# summary of solver processes directly reported to runsolver:
#   pid: 19765
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2516.3
#   total CPU system time (s): 3.84672

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9019 second user time and 22.5229 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-17 06:58:18
IDJOB=4400652
IDBENCH=141713
IDSOLVER=2857
FILE ID=node148/4400652-1568696334
RUNJOBID= node148-1568673294-11995
PBS_JOBID= 21703774
Free space on /tmp= 61276 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-24-071.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400652-1568696334/watcher-4400652-1568696334 -o /tmp/evaluation-result-4400652-1568696334/solver-4400652-1568696334 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568673294-11995 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1910530933 HOME/instance-4400652-1568696334.xml

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

MD5SUM BENCH= c8960cc0de41b37a4760da710336f2ef
RANDOM SEED=1910530933

node148.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.13
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.13
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.13
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.13
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:        30061080 kB
MemAvailable:   30996460 kB
Buffers:          157840 kB
Cached:          1080280 kB
SwapCached:         3732 kB
Active:          1439644 kB
Inactive:         709612 kB
Active(anon):     907992 kB
Inactive(anon):    52652 kB
Active(file):     531652 kB
Inactive(file):   656960 kB
Unevictable:      108184 kB
Mlocked:          108184 kB
SwapTotal:      67108860 kB
SwapFree:       67004312 kB
Dirty:             35312 kB
Writeback:            16 kB
AnonPages:       1017168 kB
Mapped:            61856 kB
Shmem:             40624 kB
Slab:             154280 kB
SReclaimable:     125204 kB
SUnreclaim:        29076 kB
KernelStack:        3728 kB
PageTables:         7580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2184960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    854016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61276 MiB
End job on node148 at 2019-09-17 07:39:28