Trace number 4304838

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.9.2-SuperNG? (TO) 2520.1 2494.93

General information on the benchmark

NameColouredQueens/
ColouredQueens-16_c18.xml
MD5SUMca60191094dbbdd7cca22b5ebea1cb75
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints90
Number of domains1
Minimum domain size16
Maximum domain size16
Distribution of domain sizes[{"size":16,"count":256}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":252}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":4},{"arity":14,"count":4},{"arity":15,"count":4},{"arity":16,"count":34}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":90}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304838-1534038702/watcher-4304838-1534038702 -o /tmp/evaluation-result-4304838-1534038702/solver-4304838-1534038702 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534038702-32058 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=54387709 -superng HOME/instance-4304838-1534038702.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=32091, runsolver pid=32084
Current StackSize limit: 8192 KiB


[startup+0.100201 s]*
/proc/loadavg: 1.79 1.97 2.03 4/216 32164
/proc/meminfo: memFree=18260084/32770624 swapFree=67108688/67108860
[pid=32091] ppid=32084 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/32091/stat : 32091 (bash) S 32084 32091 30627 0 -1 4202496 886 5674 0 0 0 0 0 1 20 0 1 0 221433425 115974144 403 33554432000 4194304 5098028 140720802195104 140720802189112 140226261502976 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 2 0 0 7196144 7232144 14716928 140720802198692 140720802198824 140720802198824 140720802201582 0
/proc/32091/statm: 28314 403 319 221 0 119 0
[pid=32143] ppid=32091 vsize=113256 memory=716 CPUtime=0 cores=0,2,4,6
/proc/32143/stat : 32143 (bash) S 32091 32091 30627 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 221433431 115974144 179 33554432000 4194304 5098028 140720802195104 140720802187784 140226261328508 0 65536 4096 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 14716928 140720802198692 140720802198824 140720802198824 140720802201582 0
/proc/32143/statm: 28314 179 95 221 0 119 0
[pid=32145] ppid=32143 vsize=10260324 memory=20536 CPUtime=0.04 cores=0,2,4,6
/proc/32145/stat : 32145 (java) S 32143 32091 30627 0 -1 1077944320 3961 0 0 0 3 1 0 0 20 0 9 0 221433431 10506571776 5134 33554432000 4194304 4196468 140734577981200 140734577963744 140387441802999 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30576640 140734577984803 140734577984817 140734577984817 140734577987535 0
/proc/32145/statm: 2565081 5134 2160 1 0 2527622 0
[pid=32145/tid=32150] ppid=32143 vsize=10260324 memory=7751702667093440019 CPUtime=0.03 cores=0,2,4,6
/proc/32145/task/32150/stat : 32150 (java) R 32143 32091 30627 0 -1 4202560 2625 0 0 0 3 0 0 0 20 0 9 0 221433432 10506571776 5199 33554432000 4194304 4196468 140734577981200 140387446038392 140387425883486 0 4 0 16800971 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30576640 140734577984803 140734577984817 140734577984817 140734577987535 0
[pid=32145/tid=32151] ppid=32143 vsize=10260324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32151/stat : 32151 (java) S 32143 32091 30627 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 221433432 10506571776 5199 33554432000 4194304 4196468 140734577981200 140387383806992 140387441813205 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30576640 140734577984803 140734577984817 140734577984817 140734577987535 0
[pid=32145/tid=32152] ppid=32143 vsize=10260324 memory=140180713281152 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32152/stat : 32152 (java) S 32143 32091 30627 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 221433432 10506571776 5199 33554432000 4194304 4196468 140734577981200 140387382754448 140387441813205 0 4 0 16800971 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30576640 140734577984803 140734577984817 140734577984817 140734577987535 0
[pid=32145/tid=32154] ppid=32143 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32154/stat : 32154 (java) S 32143 32091 30627 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 221433432 10506571776 5199 33554432000 4194304 4196468 140734577981200 140387046710032 140387441813205 0 4 0 16800971 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30576640 140734577984803 140734577984817 140734577984817 140734577987535 0
[pid=32145/tid=32156] ppid=32143 vsize=10260324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32156/stat : 32156 (java) S 32143 32091 30627 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 221433432 10506571776 5199 33554432000 4194304 4196468 140734577981200 140387045657488 140387441813205 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30576640 140734577984803 140734577984817 140734577984817 140734577987535 0
[pid=32145/tid=32160] ppid=32143 vsize=10260324 memory=140180713281152 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32160/stat : 32160 (java) S 32143 32091 30627 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 221433434 10506571776 5199 33554432000 4194304 4196468 140734577981200 140387000977648 140387441814146 0 0 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30576640 140734577984803 140734577984817 140734577984817 140734577987535 0
[pid=32145/tid=32162] ppid=32143 vsize=10260324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32162/stat : 32162 (java) S 32143 32091 30627 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 221433434 10506571776 5199 33554432000 4194304 4196468 140734577981200 140386999923872 140387441813205 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30576640 140734577984803 140734577984817 140734577984817 140734577987535 0
[pid=32145/tid=32163] ppid=32143 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32145/task/32163/stat : 32163 (java) S 32143 32091 30627 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 221433434 10506571776 5199 33554432000 4194304 4196468 140734577981200 140386998870768 140387441813205 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30576640 140734577984803 140734577984817 140734577984817 140734577987535 0
[pid=32146] ppid=32143 vsize=113488 memory=968 CPUtime=0 cores=0,2,4,6
/proc/32146/stat : 32146 (awk) S 32143 32091 30627 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 221433431 116211712 242 33554432000 4194304 4609284 140723408215472 140723408214648 140644760538112 0 0 4096 1216 18446744071580971376 0 0 17 6 0 0 0 0 0 6708720 6711756 22867968 140723408217427 140723408217457 140723408217457 140723408220143 0
/proc/32146/statm: 28372 242 204 102 0 88 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 23832 KiB

[startup+0.211784 s]*
/proc/loadavg: 1.79 1.97 2.03 6/222 32222
/proc/meminfo: memFree=18245236/32770624 swapFree=67108688/67108860
[pid=32091] ppid=32084 vsize=10982696 memory=34616 CPUtime=0.19 cores=0,2,4,6
/proc/32091/stat : 32091 (java) S 32084 32091 30627 0 -1 1077944320 6882 12961 0 0 10 1 5 3 20 0 15 0 221433425 11246280704 8654 33554432000 4194304 4196468 140734487022688 140734487005232 139960866217719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
/proc/32091/statm: 2745674 8654 2911 1 0 2708109 0
[pid=32091/tid=32195] ppid=32084 vsize=10982696 memory=7022364594140610616 CPUtime=0.15 cores=0,2,4,6
/proc/32091/task/32195/stat : 32195 (java) R 32084 32091 30627 0 -1 1077944384 3424 12961 0 0 6 1 5 3 20 0 15 0 221433438 11246280704 8654 33554432000 4194304 4196468 140734487022688 139960838041584 139960866227925 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32197] ppid=32084 vsize=10982696 memory=365 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32197/stat : 32197 (java) S 32084 32091 30627 0 -1 1077944384 2 12961 0 0 0 0 5 3 20 0 15 0 221433439 11246280704 8654 33554432000 4194304 4196468 140734487022688 139960870460176 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32198] ppid=32084 vsize=10982696 memory=140180713307980 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32198/stat : 32198 (java) S 32084 32091 30627 0 -1 1077944384 1 12961 0 0 0 0 5 3 20 0 15 0 221433439 11246280704 8654 33554432000 4194304 4196468 140734487022688 139960405822352 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32199] ppid=32084 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32199/stat : 32199 (java) S 32084 32091 30627 0 -1 1077944384 2 12961 0 0 0 0 5 3 20 0 15 0 221433439 11246280704 8654 33554432000 4194304 4196468 140734487022688 139960404769808 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32200] ppid=32084 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32200/stat : 32200 (java) S 32084 32091 30627 0 -1 1077944384 1 12961 0 0 0 0 5 3 20 0 15 0 221433439 11246280704 8654 33554432000 4194304 4196468 140734487022688 139960403717264 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32205] ppid=32084 vsize=10982696 memory=140180713281152 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32205/stat : 32205 (java) S 32084 32091 30627 0 -1 1077944384 2 12961 0 0 0 0 5 3 20 0 15 0 221433441 11246280704 8654 33554432000 4194304 4196468 140734487022688 139960292038640 139960866228866 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32207] ppid=32084 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32207/stat : 32207 (java) S 32084 32091 30627 0 -1 1077944384 13 12961 0 0 0 0 5 3 20 0 15 0 221433441 11246280704 8654 33554432000 4194304 4196468 140734487022688 139959643136928 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32209] ppid=32084 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32209/stat : 32209 (java) S 32084 32091 30627 0 -1 1077944384 1 12961 0 0 0 0 5 3 20 0 15 0 221433441 11246280704 8654 33554432000 4194304 4196468 140734487022688 139959495287792 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32214] ppid=32084 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32214/stat : 32214 (java) S 32084 32091 30627 0 -1 1077944384 3 12961 0 0 0 0 5 3 20 0 15 0 221433444 11246280704 8654 33554432000 4194304 4196468 140734487022688 139959187888336 139960866236315 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32216] ppid=32084 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32216/stat : 32216 (java) R 32084 32091 30627 0 -1 4202560 467 12961 0 0 0 0 5 3 20 0 15 0 221433444 11246280704 8654 33554432000 4194304 4196468 140734487022688 139960290986576 139960850614113 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32217] ppid=32084 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32217/stat : 32217 (java) R 32084 32091 30627 0 -1 4202560 169 12961 0 0 0 0 5 3 20 0 15 0 221433444 11246280704 8654 33554432000 4194304 4196468 140734487022688 139960289925264 139960845463991 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32218] ppid=32084 vsize=10982696 memory=140180713281152 CPUtime=0.09 cores=0,2,4,6
/proc/32091/task/32218/stat : 32218 (java) R 32084 32091 30627 0 -1 4202560 596 12961 0 0 1 0 5 3 20 0 15 0 221433444 11246280704 8654 33554432000 4194304 4196468 140734487022688 139960288877336 139960844877396 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32220] ppid=32084 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32220/stat : 32220 (java) S 32084 32091 30627 0 -1 1077944384 3 12961 0 0 0 0 5 3 20 0 15 0 221433444 11246280704 8654 33554432000 4194304 4196468 140734487022688 139958757092448 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32222] ppid=32084 vsize=10982696 memory=140180713281152 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32222/stat : 32222 (java) S 32084 32091 30627 0 -1 1077944384 1 12961 0 0 0 0 5 3 20 0 15 0 221433445 11246280704 8654 33554432000 4194304 4196468 140734487022688 139960287828272 139960866228866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 34616 KiB

[startup+0.310609 s]*
/proc/loadavg: 1.79 1.97 2.03 4/222 32222
/proc/meminfo: memFree=18212088/32770624 swapFree=67108688/67108860
[pid=32091] ppid=32084 vsize=10983192 memory=50700 CPUtime=0.33 cores=0,2,4,6
/proc/32091/stat : 32091 (java) S 32084 32091 30627 0 -1 1077944320 10094 12961 0 0 23 2 5 3 20 0 15 0 221433425 11246788608 12675 33554432000 4194304 4196468 140734487022688 140734487005232 139960866217719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
/proc/32091/statm: 2745798 12675 3090 1 0 2708109 0
[pid=32091/tid=32195] ppid=32084 vsize=10983192 memory=7311146985107750967 CPUtime=0.24 cores=0,2,4,6
/proc/32091/task/32195/stat : 32195 (java) R 32084 32091 30627 0 -1 4202560 6533 12961 0 0 15 1 5 3 20 0 15 0 221433438 11246788608 12675 33554432000 4194304 4196468 140734487022688 139960838038832 139960846493064 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32197] ppid=32084 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32197/stat : 32197 (java) S 32084 32091 30627 0 -1 1077944384 2 12961 0 0 0 0 5 3 20 0 15 0 221433439 11246788608 12675 33554432000 4194304 4196468 140734487022688 139960870460176 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32198] ppid=32084 vsize=10983192 memory=3761127141396473081 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32198/stat : 32198 (java) S 32084 32091 30627 0 -1 1077944384 1 12961 0 0 0 0 5 3 20 0 15 0 221433439 11246788608 12675 33554432000 4194304 4196468 140734487022688 139960405822352 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32199] ppid=32084 vsize=10983192 memory=43757089588 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32199/stat : 32199 (java) S 32084 32091 30627 0 -1 1077944384 2 12961 0 0 0 0 5 3 20 0 15 0 221433439 11246788608 12675 33554432000 4194304 4196468 140734487022688 139960404769808 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32200] ppid=32084 vsize=10983192 memory=3976735856566284341 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32200/stat : 32200 (java) S 32084 32091 30627 0 -1 1077944384 1 12961 0 0 0 0 5 3 20 0 15 0 221433439 11246788608 12675 33554432000 4194304 4196468 140734487022688 139960403717264 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32205] ppid=32084 vsize=10983192 memory=140224470371255 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32205/stat : 32205 (java) S 32084 32091 30627 0 -1 1077944384 2 12961 0 0 0 0 5 3 20 0 15 0 221433441 11246788608 12675 33554432000 4194304 4196468 140734487022688 139960292038640 139960866228866 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32207] ppid=32084 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32207/stat : 32207 (java) S 32084 32091 30627 0 -1 1077944384 13 12961 0 0 0 0 5 3 20 0 15 0 221433441 11246788608 12675 33554432000 4194304 4196468 140734487022688 139959643136928 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32209] ppid=32084 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32209/stat : 32209 (java) S 32084 32091 30627 0 -1 1077944384 1 12961 0 0 0 0 5 3 20 0 15 0 221433441 11246788608 12675 33554432000 4194304 4196468 140734487022688 139959495287792 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32214] ppid=32084 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32214/stat : 32214 (java) S 32084 32091 30627 0 -1 1077944384 3 12961 0 0 0 0 5 3 20 0 15 0 221433444 11246788608 12675 33554432000 4194304 4196468 140734487022688 139959187888336 139960866236315 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32216] ppid=32084 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32091/task/32216/stat : 32216 (java) S 32084 32091 30627 0 -1 1077944384 487 12961 0 0 1 0 5 3 20 0 15 0 221433444 11246788608 12675 33554432000 4194304 4196468 140734487022688 139960290986480 139960866228866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32217] ppid=32084 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/32091/task/32217/stat : 32217 (java) S 32084 32091 30627 0 -1 1077944384 178 12961 0 0 1 0 5 3 20 0 15 0 221433444 11246788608 12675 33554432000 4194304 4196468 140734487022688 139960289933936 139960866228866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32218] ppid=32084 vsize=10983192 memory=140180713281152 CPUtime=0.12 cores=0,2,4,6
/proc/32091/task/32218/stat : 32218 (java) S 32084 32091 30627 0 -1 1077944384 670 12961 0 0 4 0 5 3 20 0 15 0 221433444 11246788608 12675 33554432000 4194304 4196468 140734487022688 139960288881392 139960866228866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32220] ppid=32084 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32220/stat : 32220 (java) S 32084 32091 30627 0 -1 1077944384 3 12961 0 0 0 0 5 3 20 0 15 0 221433444 11246788608 12675 33554432000 4194304 4196468 140734487022688 139958757092448 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32222] ppid=32084 vsize=10983192 memory=140180713281152 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32222/stat : 32222 (java) S 32084 32091 30627 0 -1 1077944384 1 12961 0 0 0 0 5 3 20 0 15 0 221433445 11246788608 12675 33554432000 4194304 4196468 140734487022688 139960287828272 139960866228866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 50700 KiB

[startup+0.700839 s]
/proc/loadavg: 1.79 1.97 2.03 4/222 32222
/proc/meminfo: memFree=18188600/32770624 swapFree=67108688/67108860
[pid=32091] ppid=32084 vsize=10983192 memory=84440 CPUtime=0.89 cores=0,2,4,6
/proc/32091/stat : 32091 (java) S 32084 32091 30627 0 -1 1077944320 16810 12961 0 0 76 5 5 3 20 0 15 0 221433425 11246788608 21110 33554432000 4194304 4196468 140734487022688 140734487005232 139960866217719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
/proc/32091/statm: 2745798 21110 3236 1 0 2708109 0
[pid=32091/tid=32195] ppid=32084 vsize=10983192 memory=1809590519297 CPUtime=0.6 cores=0,2,4,6
/proc/32091/task/32195/stat : 32195 (java) R 32084 32091 30627 0 -1 4202560 12319 12961 0 0 49 3 5 3 20 0 15 0 221433438 11246788608 21110 33554432000 4194304 4196468 140734487022688 139960838038008 139960850298206 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32197] ppid=32084 vsize=10983192 memory=1938439538177 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32197/stat : 32197 (java) S 32084 32091 30627 0 -1 1077944384 2 12961 0 0 0 0 5 3 20 0 15 0 221433439 11246788608 21110 33554432000 4194304 4196468 140734487022688 139960870460176 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32198] ppid=32084 vsize=10983192 memory=3824 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32198/stat : 32198 (java) S 32084 32091 30627 0 -1 1077944384 1 12961 0 0 0 0 5 3 20 0 15 0 221433439 11246788608 21110 33554432000 4194304 4196468 140734487022688 139960405822352 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32199] ppid=32084 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32199/stat : 32199 (java) S 32084 32091 30627 0 -1 1077944384 2 12961 0 0 0 0 5 3 20 0 15 0 221433439 11246788608 21110 33554432000 4194304 4196468 140734487022688 139960404769808 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32200] ppid=32084 vsize=10983192 memory=140180551922496 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32200/stat : 32200 (java) S 32084 32091 30627 0 -1 1077944384 1 12961 0 0 0 0 5 3 20 0 15 0 221433439 11246788608 21110 33554432000 4194304 4196468 140734487022688 139960403717264 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32205] ppid=32084 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32205/stat : 32205 (java) S 32084 32091 30627 0 -1 1077944384 6 12961 0 0 0 0 5 3 20 0 15 0 221433441 11246788608 21110 33554432000 4194304 4196468 140734487022688 139960292038640 139960866228866 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32207] ppid=32084 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32207/stat : 32207 (java) S 32084 32091 30627 0 -1 1077944384 13 12961 0 0 0 0 5 3 20 0 15 0 221433441 11246788608 21110 33554432000 4194304 4196468 140734487022688 139959643136928 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32209] ppid=32084 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32209/stat : 32209 (java) S 32084 32091 30627 0 -1 1077944384 1 12961 0 0 0 0 5 3 20 0 15 0 221433441 11246788608 21110 33554432000 4194304 4196468 140734487022688 139959495287792 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32214] ppid=32084 vsize=10983192 memory=7809523229951467576 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32214/stat : 32214 (java) S 32084 32091 30627 0 -1 1077944384 3 12961 0 0 0 0 5 3 20 0 15 0 221433444 11246788608 21110 33554432000 4194304 4196468 140734487022688 139959187888336 139960866236315 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32216] ppid=32084 vsize=10983192 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/32091/task/32216/stat : 32216 (java) S 32084 32091 30627 0 -1 1077944384 912 12961 0 0 6 0 5 3 20 0 15 0 221433444 11246788608 21110 33554432000 4194304 4196468 140734487022688 139960290986480 139960866228866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32217] ppid=32084 vsize=10983192 memory=-3472574513799858008 CPUtime=0.14 cores=0,2,4,6
/proc/32091/task/32217/stat : 32217 (java) S 32084 32091 30627 0 -1 1077944384 514 12961 0 0 6 0 5 3 20 0 15 0 221433444 11246788608 21110 33554432000 4194304 4196468 140734487022688 139960289933936 139960866228866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32218] ppid=32084 vsize=10983192 memory=6944656575208382560 CPUtime=0.21 cores=0,2,4,6
/proc/32091/task/32218/stat : 32218 (java) R 32084 32091 30627 0 -1 4202560 835 12961 0 0 13 0 5 3 20 0 15 0 221433444 11246788608 21110 33554432000 4194304 4196468 140734487022688 139960288881392 139960844333712 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32220] ppid=32084 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32220/stat : 32220 (java) S 32084 32091 30627 0 -1 1077944384 3 12961 0 0 0 0 5 3 20 0 15 0 221433444 11246788608 21110 33554432000 4194304 4196468 140734487022688 139958757092448 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32222] ppid=32084 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32222/stat : 32222 (java) S 32084 32091 30627 0 -1 1077944384 1 12961 0 0 0 0 5 3 20 0 15 0 221433445 11246788608 21110 33554432000 4194304 4196468 140734487022688 139960287828272 139960866228866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
Current children cumulated CPU time: 0.89 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 84440 KiB

[startup+1.50067 s]
/proc/loadavg: 1.79 1.97 2.03 2/222 32222
/proc/meminfo: memFree=18109148/32770624 swapFree=67108688/67108860
[pid=32091] ppid=32084 vsize=10996044 memory=137644 CPUtime=1.97 cores=0,2,4,6
/proc/32091/stat : 32091 (java) S 32084 32091 30627 0 -1 1077944320 22583 12961 0 0 181 8 5 3 20 0 15 0 221433425 11259949056 34411 33554432000 4194304 4196468 140734487022688 140734487005232 139960866217719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
/proc/32091/statm: 2749011 34411 3441 1 0 2710669 0
[pid=32091/tid=32195] ppid=32084 vsize=10996044 memory=56 CPUtime=1.23 cores=0,2,4,6
/proc/32091/task/32195/stat : 32195 (java) R 32084 32091 30627 0 -1 4202560 16653 12961 0 0 109 6 5 3 20 0 15 0 221433438 11259949056 34411 33554432000 4194304 4196468 140734487022688 139960838026864 139960852383020 0 4 0 16800975 0 0 0 -1 0 0 0 19 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32197] ppid=32084 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32197/stat : 32197 (java) S 32084 32091 30627 0 -1 1077944384 2 12961 0 0 0 0 5 3 20 0 15 0 221433439 11259949056 34411 33554432000 4194304 4196468 140734487022688 139960870460176 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32198] ppid=32084 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32198/stat : 32198 (java) S 32084 32091 30627 0 -1 1077944384 1 12961 0 0 0 0 5 3 20 0 15 0 221433439 11259949056 34411 33554432000 4194304 4196468 140734487022688 139960405822352 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32199] ppid=32084 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32199/stat : 32199 (java) S 32084 32091 30627 0 -1 1077944384 2 12961 0 0 0 0 5 3 20 0 15 0 221433439 11259949056 34411 33554432000 4194304 4196468 140734487022688 139960404769808 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32200] ppid=32084 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32200/stat : 32200 (java) S 32084 32091 30627 0 -1 1077944384 1 12961 0 0 0 0 5 3 20 0 15 0 221433439 11259949056 34411 33554432000 4194304 4196468 140734487022688 139960403717264 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32205] ppid=32084 vsize=10996044 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32205/stat : 32205 (java) S 32084 32091 30627 0 -1 1077944384 6 12961 0 0 0 0 5 3 20 0 15 0 221433441 11259949056 34411 33554432000 4194304 4196468 140734487022688 139960292038640 139960866228866 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32207] ppid=32084 vsize=10996044 memory=2110531159221956 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32207/stat : 32207 (java) S 32084 32091 30627 0 -1 1077944384 13 12961 0 0 0 0 5 3 20 0 15 0 221433441 11259949056 34411 33554432000 4194304 4196468 140734487022688 139959643136928 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32209] ppid=32084 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6

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

/proc/32091/task/32195/stat : 32195 (java) R 32084 32091 30627 0 -1 4202560 81757 12961 1 0 237320 31 5 3 20 0 15 0 221433438 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960838051504 139960453225492 0 4 0 16800975 0 0 0 -1 4 0 0 31 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32197] ppid=32084 vsize=11077984 memory=489968 CPUtime=5 cores=0,2,4,6
/proc/32091/task/32197/stat : 32197 (java) S 32084 32091 30627 0 -1 1077944384 7605 12961 0 0 459 33 5 3 20 0 15 0 221433439 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960870460176 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32198] ppid=32084 vsize=11077984 memory=1832 CPUtime=4.99 cores=0,2,4,6
/proc/32091/task/32198/stat : 32198 (java) S 32084 32091 30627 0 -1 1077944384 9436 12961 0 0 457 34 5 3 20 0 15 0 221433439 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960405822352 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32199] ppid=32084 vsize=11077984 memory=489968 CPUtime=4.99 cores=0,2,4,6
/proc/32091/task/32199/stat : 32199 (java) S 32084 32091 30627 0 -1 1077944384 9765 12961 0 0 454 37 5 3 20 0 15 0 221433439 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960404769808 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32200] ppid=32084 vsize=11077984 memory=488816 CPUtime=5 cores=0,2,4,6
/proc/32091/task/32200/stat : 32200 (java) S 32084 32091 30627 0 -1 1077944384 8803 12961 0 0 457 35 5 3 20 0 15 0 221433439 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960403717264 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32205] ppid=32084 vsize=11077984 memory=0 CPUtime=2.26 cores=0,2,4,6
/proc/32091/task/32205/stat : 32205 (java) S 32084 32091 30627 0 -1 1077944384 10738 12961 0 0 201 17 5 3 20 0 15 0 221433441 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960292038640 139960866228866 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32207] ppid=32084 vsize=11077984 memory=489968 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32207/stat : 32207 (java) S 32084 32091 30627 0 -1 1077944384 27 12961 0 0 0 0 5 3 20 0 15 0 221433441 11343855616 122492 33554432000 4194304 4196468 140734487022688 139959643137056 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32209] ppid=32084 vsize=11077984 memory=489968 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32209/stat : 32209 (java) S 32084 32091 30627 0 -1 1077944384 4 12961 0 0 0 0 5 3 20 0 15 0 221433441 11343855616 122492 33554432000 4194304 4196468 140734487022688 139959495287808 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32214] ppid=32084 vsize=11077984 memory=60364 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32214/stat : 32214 (java) S 32084 32091 30627 0 -1 1077944384 3 12961 0 0 0 0 5 3 20 0 15 0 221433444 11343855616 122492 33554432000 4194304 4196468 140734487022688 139959187888336 139960866236315 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32216] ppid=32084 vsize=11077984 memory=489968 CPUtime=4.24 cores=0,2,4,6
/proc/32091/task/32216/stat : 32216 (java) S 32084 32091 30627 0 -1 1077944384 25308 12961 0 0 413 3 5 3 20 0 15 0 221433444 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960290986480 139960866228866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32217] ppid=32084 vsize=11077984 memory=489968 CPUtime=3.98 cores=0,2,4,6
/proc/32091/task/32217/stat : 32217 (java) S 32084 32091 30627 0 -1 1077944384 21250 12961 0 0 387 3 5 3 20 0 15 0 221433444 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960289933936 139960866228866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32218] ppid=32084 vsize=11077984 memory=489968 CPUtime=1.84 cores=0,2,4,6
/proc/32091/task/32218/stat : 32218 (java) S 32084 32091 30627 0 -1 1077944384 16698 12961 0 0 172 4 5 3 20 0 15 0 221433444 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960288881392 139960866228866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32220] ppid=32084 vsize=11077984 memory=489968 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32220/stat : 32220 (java) S 32084 32091 30627 0 -1 1077944384 3 12961 0 0 0 0 5 3 20 0 15 0 221433444 11343855616 122492 33554432000 4194304 4196468 140734487022688 139958757092448 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32222] ppid=32084 vsize=11077984 memory=508 CPUtime=1.44 cores=0,2,4,6
/proc/32091/task/32222/stat : 32222 (java) S 32084 32091 30627 0 -1 1077944384 1008 12961 0 0 70 66 5 3 20 0 15 0 221433445 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960287828272 139960866228866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
Current children cumulated CPU time: 2406.7 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 489968 KiB

[startup+2442.3 s]
/proc/loadavg: 2.55 1.71 1.57 4/221 32330
/proc/meminfo: memFree=17299128/32770624 swapFree=67108688/67108860
[pid=32091] ppid=32084 vsize=11077984 memory=489968 CPUtime=2467.11 cores=0,2,4,6
/proc/32091/stat : 32091 (java) S 32084 32091 30627 0 -1 1077944320 195456 12961 1 0 246465 238 5 3 20 0 15 0 221433425 11343855616 122492 33554432000 4194304 4196468 140734487022688 140734487005232 139960866217719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
/proc/32091/statm: 2769496 122492 3524 1 0 2731149 0
[pid=32091/tid=32195] ppid=32084 vsize=11077984 memory=489968 CPUtime=2433.36 cores=0,2,4,6
/proc/32091/task/32195/stat : 32195 (java) R 32084 32091 30627 0 -1 4202560 82108 12961 1 0 243297 31 5 3 20 0 15 0 221433438 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960838052160 139960451867686 0 4 0 16800975 0 0 0 -1 2 0 0 31 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32197] ppid=32084 vsize=11077984 memory=489968 CPUtime=5.13 cores=0,2,4,6
/proc/32091/task/32197/stat : 32197 (java) S 32084 32091 30627 0 -1 1077944384 7614 12961 0 0 472 33 5 3 20 0 15 0 221433439 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960870460176 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32198] ppid=32084 vsize=11077984 memory=489968 CPUtime=5.12 cores=0,2,4,6
/proc/32091/task/32198/stat : 32198 (java) S 32084 32091 30627 0 -1 1077944384 9574 12961 0 0 470 34 5 3 20 0 15 0 221433439 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960405822352 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32199] ppid=32084 vsize=11077984 memory=488816 CPUtime=5.12 cores=0,2,4,6
/proc/32091/task/32199/stat : 32199 (java) S 32084 32091 30627 0 -1 1077944384 9864 12961 0 0 467 37 5 3 20 0 15 0 221433439 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960404769808 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32200] ppid=32084 vsize=11077984 memory=489968 CPUtime=5.14 cores=0,2,4,6
/proc/32091/task/32200/stat : 32200 (java) S 32084 32091 30627 0 -1 1077944384 8889 12961 0 0 470 36 5 3 20 0 15 0 221433439 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960403717264 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32205] ppid=32084 vsize=11077984 memory=0 CPUtime=2.32 cores=0,2,4,6
/proc/32091/task/32205/stat : 32205 (java) S 32084 32091 30627 0 -1 1077944384 10874 12961 0 0 207 17 5 3 20 0 15 0 221433441 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960292038640 139960866228866 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32207] ppid=32084 vsize=11077984 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32207/stat : 32207 (java) S 32084 32091 30627 0 -1 1077944384 27 12961 0 0 0 0 5 3 20 0 15 0 221433441 11343855616 122492 33554432000 4194304 4196468 140734487022688 139959643137056 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32209] ppid=32084 vsize=11077984 memory=489968 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32209/stat : 32209 (java) S 32084 32091 30627 0 -1 1077944384 4 12961 0 0 0 0 5 3 20 0 15 0 221433441 11343855616 122492 33554432000 4194304 4196468 140734487022688 139959495287808 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32214] ppid=32084 vsize=11077984 memory=489968 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32214/stat : 32214 (java) S 32084 32091 30627 0 -1 1077944384 3 12961 0 0 0 0 5 3 20 0 15 0 221433444 11343855616 122492 33554432000 4194304 4196468 140734487022688 139959187888336 139960866236315 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32216] ppid=32084 vsize=11077984 memory=489968 CPUtime=4.24 cores=0,2,4,6
/proc/32091/task/32216/stat : 32216 (java) S 32084 32091 30627 0 -1 1077944384 25310 12961 0 0 413 3 5 3 20 0 15 0 221433444 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960290986480 139960866228866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32217] ppid=32084 vsize=11077984 memory=489968 CPUtime=3.98 cores=0,2,4,6
/proc/32091/task/32217/stat : 32217 (java) S 32084 32091 30627 0 -1 1077944384 21252 12961 0 0 387 3 5 3 20 0 15 0 221433444 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960289933936 139960866228866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32218] ppid=32084 vsize=11077984 memory=489968 CPUtime=1.84 cores=0,2,4,6
/proc/32091/task/32218/stat : 32218 (java) S 32084 32091 30627 0 -1 1077944384 16700 12961 0 0 172 4 5 3 20 0 15 0 221433444 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960288881392 139960866228866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32220] ppid=32084 vsize=11077984 memory=489968 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32220/stat : 32220 (java) S 32084 32091 30627 0 -1 1077944384 3 12961 0 0 0 0 5 3 20 0 15 0 221433444 11343855616 122492 33554432000 4194304 4196468 140734487022688 139958757092448 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32222] ppid=32084 vsize=11077984 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/32091/task/32222/stat : 32222 (java) S 32084 32091 30627 0 -1 1077944384 1037 12961 0 0 72 67 5 3 20 0 15 0 221433445 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960287828272 139960866228866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
Current children cumulated CPU time: 2467.11 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 489968 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2494.9 s]
/proc/loadavg: 2.03 1.71 1.58 4/220 32331
/proc/meminfo: memFree=17299708/32770624 swapFree=67108688/67108860
[pid=32091] ppid=32084 vsize=11077984 memory=489968 CPUtime=2520.05 cores=0,2,4,6
/proc/32091/stat : 32091 (java) S 32084 32091 30627 0 -1 1077944320 196583 12961 1 0 251756 241 5 3 20 0 15 0 221433425 11343855616 122492 33554432000 4194304 4196468 140734487022688 140734487005232 139960866217719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
/proc/32091/statm: 2769496 122492 3524 1 0 2731149 0
[pid=32091/tid=32195] ppid=32084 vsize=11077984 memory=489968 CPUtime=2485.77 cores=0,2,4,6
/proc/32091/task/32195/stat : 32195 (java) R 32084 32091 30627 0 -1 4202560 82452 12961 1 0 248537 32 5 3 20 0 15 0 221433438 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960838051392 139960453225145 0 4 0 16800975 0 0 0 -1 6 0 0 31 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32197] ppid=32084 vsize=11077984 memory=489968 CPUtime=5.24 cores=0,2,4,6
/proc/32091/task/32197/stat : 32197 (java) S 32084 32091 30627 0 -1 1077944384 7710 12961 0 0 483 33 5 3 20 0 15 0 221433439 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960870460176 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32198] ppid=32084 vsize=11077984 memory=489968 CPUtime=5.25 cores=0,2,4,6
/proc/32091/task/32198/stat : 32198 (java) S 32084 32091 30627 0 -1 1077944384 9596 12961 0 0 482 35 5 3 20 0 15 0 221433439 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960405822352 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32199] ppid=32084 vsize=11077984 memory=489968 CPUtime=5.24 cores=0,2,4,6
/proc/32091/task/32199/stat : 32199 (java) S 32084 32091 30627 0 -1 1077944384 10011 12961 0 0 479 37 5 3 20 0 15 0 221433439 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960404769808 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32200] ppid=32084 vsize=11077984 memory=489968 CPUtime=5.25 cores=0,2,4,6
/proc/32091/task/32200/stat : 32200 (java) S 32084 32091 30627 0 -1 1077944384 9233 12961 0 0 481 36 5 3 20 0 15 0 221433439 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960403717264 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32205] ppid=32084 vsize=11077984 memory=489968 CPUtime=2.37 cores=0,2,4,6
/proc/32091/task/32205/stat : 32205 (java) S 32084 32091 30627 0 -1 1077944384 11024 12961 0 0 212 17 5 3 20 0 15 0 221433441 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960292038640 139960866228866 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32207] ppid=32084 vsize=11077984 memory=489968 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32207/stat : 32207 (java) S 32084 32091 30627 0 -1 1077944384 27 12961 0 0 0 0 5 3 20 0 15 0 221433441 11343855616 122492 33554432000 4194304 4196468 140734487022688 139959643137056 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32209] ppid=32084 vsize=11077984 memory=489968 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32209/stat : 32209 (java) S 32084 32091 30627 0 -1 1077944384 4 12961 0 0 0 0 5 3 20 0 15 0 221433441 11343855616 122492 33554432000 4194304 4196468 140734487022688 139959495287808 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32214] ppid=32084 vsize=11077984 memory=489968 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32214/stat : 32214 (java) S 32084 32091 30627 0 -1 1077944384 3 12961 0 0 0 0 5 3 20 0 15 0 221433444 11343855616 122492 33554432000 4194304 4196468 140734487022688 139959187888336 139960866236315 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32216] ppid=32084 vsize=11077984 memory=3824 CPUtime=4.24 cores=0,2,4,6
/proc/32091/task/32216/stat : 32216 (java) S 32084 32091 30627 0 -1 1077944384 25312 12961 0 0 413 3 5 3 20 0 15 0 221433444 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960290986480 139960866228866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32217] ppid=32084 vsize=11077984 memory=489968 CPUtime=3.98 cores=0,2,4,6
/proc/32091/task/32217/stat : 32217 (java) S 32084 32091 30627 0 -1 1077944384 21254 12961 0 0 387 3 5 3 20 0 15 0 221433444 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960289933936 139960866228866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32218] ppid=32084 vsize=11077984 memory=489968 CPUtime=1.84 cores=0,2,4,6
/proc/32091/task/32218/stat : 32218 (java) S 32084 32091 30627 0 -1 1077944384 16702 12961 0 0 172 4 5 3 20 0 15 0 221433444 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960288881392 139960866228866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32220] ppid=32084 vsize=11077984 memory=489968 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32220/stat : 32220 (java) S 32084 32091 30627 0 -1 1077944384 3 12961 0 0 0 0 5 3 20 0 15 0 221433444 11343855616 122492 33554432000 4194304 4196468 140734487022688 139958757092448 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32222] ppid=32084 vsize=11077984 memory=3824 CPUtime=1.5 cores=0,2,4,6
/proc/32091/task/32222/stat : 32222 (java) S 32084 32091 30627 0 -1 1077944384 1055 12961 0 0 73 69 5 3 20 0 15 0 221433445 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960287828272 139960866228866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 489968 KiB

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

[startup+2494.93 s]
# the end of solver process 32091 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.64 s, system=2.4597 s

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

[startup+2494.9 s]
/proc/loadavg: 2.03 1.71 1.58 4/220 32331
/proc/meminfo: memFree=17299708/32770624 swapFree=67108688/67108860
[pid=32091] ppid=32084 vsize=11077984 memory=489968 CPUtime=2520.05 cores=0,2,4,6
/proc/32091/stat : 32091 (java) S 32084 32091 30627 0 -1 1077944320 196583 12961 1 0 251756 241 5 3 20 0 15 0 221433425 11343855616 122492 33554432000 4194304 4196468 140734487022688 140734487005232 139960866217719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
/proc/32091/statm: 2769496 122492 3524 1 0 2731149 0
[pid=32091/tid=32195] ppid=32084 vsize=11077984 memory=489968 CPUtime=2485.77 cores=0,2,4,6
/proc/32091/task/32195/stat : 32195 (java) R 32084 32091 30627 0 -1 4202560 82452 12961 1 0 248537 32 5 3 20 0 15 0 221433438 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960838051392 139960453225145 0 4 0 16800975 0 0 0 -1 6 0 0 31 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32197] ppid=32084 vsize=11077984 memory=489968 CPUtime=5.24 cores=0,2,4,6
/proc/32091/task/32197/stat : 32197 (java) S 32084 32091 30627 0 -1 1077944384 7710 12961 0 0 483 33 5 3 20 0 15 0 221433439 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960870460176 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32198] ppid=32084 vsize=11077984 memory=489968 CPUtime=5.25 cores=0,2,4,6
/proc/32091/task/32198/stat : 32198 (java) S 32084 32091 30627 0 -1 1077944384 9596 12961 0 0 482 35 5 3 20 0 15 0 221433439 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960405822352 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32199] ppid=32084 vsize=11077984 memory=489968 CPUtime=5.24 cores=0,2,4,6
/proc/32091/task/32199/stat : 32199 (java) S 32084 32091 30627 0 -1 1077944384 10011 12961 0 0 479 37 5 3 20 0 15 0 221433439 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960404769808 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32200] ppid=32084 vsize=11077984 memory=489968 CPUtime=5.25 cores=0,2,4,6
/proc/32091/task/32200/stat : 32200 (java) S 32084 32091 30627 0 -1 1077944384 9233 12961 0 0 481 36 5 3 20 0 15 0 221433439 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960403717264 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32205] ppid=32084 vsize=11077984 memory=489968 CPUtime=2.37 cores=0,2,4,6
/proc/32091/task/32205/stat : 32205 (java) S 32084 32091 30627 0 -1 1077944384 11024 12961 0 0 212 17 5 3 20 0 15 0 221433441 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960292038640 139960866228866 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32207] ppid=32084 vsize=11077984 memory=489968 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32207/stat : 32207 (java) S 32084 32091 30627 0 -1 1077944384 27 12961 0 0 0 0 5 3 20 0 15 0 221433441 11343855616 122492 33554432000 4194304 4196468 140734487022688 139959643137056 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32209] ppid=32084 vsize=11077984 memory=489968 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32209/stat : 32209 (java) S 32084 32091 30627 0 -1 1077944384 4 12961 0 0 0 0 5 3 20 0 15 0 221433441 11343855616 122492 33554432000 4194304 4196468 140734487022688 139959495287808 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32214] ppid=32084 vsize=11077984 memory=489968 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32214/stat : 32214 (java) S 32084 32091 30627 0 -1 1077944384 3 12961 0 0 0 0 5 3 20 0 15 0 221433444 11343855616 122492 33554432000 4194304 4196468 140734487022688 139959187888336 139960866236315 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32216] ppid=32084 vsize=11077984 memory=3824 CPUtime=4.24 cores=0,2,4,6
/proc/32091/task/32216/stat : 32216 (java) S 32084 32091 30627 0 -1 1077944384 25312 12961 0 0 413 3 5 3 20 0 15 0 221433444 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960290986480 139960866228866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32217] ppid=32084 vsize=11077984 memory=489968 CPUtime=3.98 cores=0,2,4,6
/proc/32091/task/32217/stat : 32217 (java) S 32084 32091 30627 0 -1 1077944384 21254 12961 0 0 387 3 5 3 20 0 15 0 221433444 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960289933936 139960866228866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32218] ppid=32084 vsize=11077984 memory=489968 CPUtime=1.84 cores=0,2,4,6
/proc/32091/task/32218/stat : 32218 (java) S 32084 32091 30627 0 -1 1077944384 16702 12961 0 0 172 4 5 3 20 0 15 0 221433444 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960288881392 139960866228866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32220] ppid=32084 vsize=11077984 memory=489968 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32220/stat : 32220 (java) S 32084 32091 30627 0 -1 1077944384 3 12961 0 0 0 0 5 3 20 0 15 0 221433444 11343855616 122492 33554432000 4194304 4196468 140734487022688 139958757092448 139960866227925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
[pid=32091/tid=32222] ppid=32084 vsize=11077984 memory=3824 CPUtime=1.5 cores=0,2,4,6
/proc/32091/task/32222/stat : 32222 (java) S 32084 32091 30627 0 -1 1077944384 1055 12961 0 0 73 69 5 3 20 0 15 0 221433445 11343855616 122492 33554432000 4194304 4196468 140734487022688 139960287828272 139960866228866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15298560 140734487030373 140734487033180 140734487033180 140734487035855 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 489968 KiB

Child status: 143
Real time (s): 2494.93
CPU time (s): 2520.1
CPU user time (s): 2517.64
CPU system time (s): 2.4597
CPU usage (%): 101.009
Max. virtual memory (cumulated for all children) (KiB): 11078644
Max. memory (cumulated for all children) (KiB): 1495540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.64
system time used= 2.4597
maximum resident set size= 1507840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210470
page faults= 1
swaps= 0
block input operations= 1376
block output operations= 3000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106528
involuntary context switches= 5558


# summary of solver processes directly reported to runsolver:
#   pid: 32091
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.64
#   total CPU system time (s): 2.4597

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.466 second user time and 23.9739 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-12 03:51:42
IDJOB=4304838
IDBENCH=141020
IDSOLVER=2781
FILE ID=node134/4304838-1534038702
RUNJOBID= node134-1534038702-32058
PBS_JOBID= 21036961
Free space on /tmp= 42316 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-16_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304838-1534038702/watcher-4304838-1534038702 -o /tmp/evaluation-result-4304838-1534038702/solver-4304838-1534038702 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534038702-32058 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=54387709 -superng HOME/instance-4304838-1534038702.xml

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

MD5SUM BENCH= ca60191094dbbdd7cca22b5ebea1cb75
RANDOM SEED=54387709

node134.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.68
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.68
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.68
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.68
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:        18286784 kB
MemAvailable:   31903196 kB
Buffers:          178284 kB
Cached:         13586764 kB
SwapCached:           52 kB
Active:          4501224 kB
Inactive:        9317608 kB
Active(anon):       3712 kB
Inactive(anon):   103128 kB
Active(file):    4497512 kB
Inactive(file):  9214480 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             52888 kB
Writeback:             0 kB
AnonPages:         62080 kB
Mapped:            53664 kB
Shmem:             49652 kB
Slab:             361524 kB
SReclaimable:     332880 kB
SUnreclaim:        28644 kB
KernelStack:        3232 kB
PageTables:         5380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 42260 MiB
End job on node134 at 2018-08-12 04:33:17