Trace number 4402611

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.3? (TO) 2520.1 2451.94

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-10-06-fair.xml
MD5SUM93355dee8c41895d58696aeae14790df
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark15.4169
Satisfiable
(Un)Satisfiability was proved
Number of variables16091
Number of constraints15232
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":2156},{"size":201,"count":77},{"size":20001,"count":13858}]
Minimum variable degree2
Maximum variable degree131
Distribution of variable degrees[{"degree":2,"count":14227},{"degree":3,"count":360},{"degree":4,"count":36},{"degree":5,"count":180},{"degree":6,"count":109},{"degree":7,"count":310},{"degree":8,"count":413},{"degree":9,"count":246},{"degree":10,"count":22},{"degree":11,"count":13},{"degree":12,"count":72},{"degree":13,"count":70},{"degree":22,"count":1},{"degree":32,"count":7},{"degree":52,"count":7},{"degree":54,"count":4},{"degree":64,"count":1},{"degree":73,"count":6},{"degree":114,"count":2},{"degree":115,"count":4},{"degree":131,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2488},{"arity":3,"count":12742}]
Number of extensional constraints0
Number of intensional constraints15232
Distribution of constraint types[{"type":"intension","count":15232}]
Optimization problemNO
Type of objective

Solver Data

0.80/0.55	c Concrete v3.12.3.1568965526260 running
2520.06/2451.91	Exception in thread "main" java.util.concurrent.TimeoutException
2520.06/2451.91		at concrete.MAC.mac(MAC.scala:192)
2520.06/2451.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.06/2451.91		at scala.util.Try$.apply(Try.scala:210)
2520.06/2451.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.06/2451.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.06/2451.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.06/2451.91		at concrete.MAC.oneRun(MAC.scala:265)
2520.06/2451.91		at concrete.MAC.nextSolution(MAC.scala:284)
2520.06/2451.91		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.06/2451.91		at concrete.ProblemState.map(ProblemState.scala:238)
2520.06/2451.91		at concrete.ProblemState.map(ProblemState.scala:212)
2520.06/2451.91		at concrete.MAC.nextSolution(MAC.scala:348)
2520.06/2451.91		at concrete.Solver.hasNext(Solver.scala:160)
2520.06/2451.91		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.06/2451.91		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.06/2451.91		at concrete.Solver.nextOption(Solver.scala:67)
2520.06/2451.91		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.06/2451.91		at scala.util.Success.map(Try.scala:262)
2520.06/2451.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2451.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.06/2451.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.06/2451.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2451.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.06/2451.91		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.06/2451.91		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.06/2451.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.06/2451.91		at scala.App.$anonfun$main$1(App.scala:73)
2520.06/2451.91		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.06/2451.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.06/2451.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.06/2451.91		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.06/2451.91		at scala.App.main(App.scala:73)
2520.06/2451.91		at scala.App.main$(App.scala:71)
2520.06/2451.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.06/2451.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2451.91	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 (1337 MiB free)
  memory of node 1: 16384 MiB (2396 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402611-1568985656/watcher-4402611-1568985656 -o /var/tmp/evaluation-result-4402611-1568985656/solver-4402611-1568985656 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1568967600-16260 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1467329244 HOME/instance-4402611-1568985656.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=20852, runsolver pid=20849


[startup+0.100121 s]*
/proc/loadavg: 1.59 1.52 1.44 3/219 20909
/proc/meminfo: memFree=3818048/32770624 swapFree=66993164/67108860
[pid=20852] ppid=20849 vsize=9972712 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20849 20852 16228 0 -1 1077944320 4500 13305 0 0 1 0 5 3 20 0 6 0 474833340 10212057088 4269 33554432000 4194304 4196468 140735731267376 140735731249920 139701352189687 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
/proc/20852/statm: 2493178 4269 1934 1 0 2481616 0
[pid=20852/tid=20905] ppid=20849 vsize=9972712 memory=720575944405811505 CPUtime=0.09 cores=1,3,5,7
/proc/20852/task/20905/stat : 20905 (java) R 20849 20852 16228 0 -1 4202560 2307 13305 0 0 1 0 5 3 20 0 6 0 474833349 10212057088 4269 33554432000 4194304 4196468 140735731267376 139701324026448 139701337872213 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20906] ppid=20849 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20906/stat : 20906 (java) S 20849 20852 16228 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 6 0 474833350 10212057088 4269 33554432000 4194304 4196468 140735731267376 139701356432016 139701352199893 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20907] ppid=20849 vsize=9972712 memory=3546777799762372256 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20907/stat : 20907 (java) S 20849 20852 16228 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 6 0 474833350 10212057088 4269 33554432000 4194304 4196468 140735731267376 139700925684240 139701352199893 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20908] ppid=20849 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20908/stat : 20908 (java) S 20849 20852 16228 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 6 0 474833350 10212057088 4269 33554432000 4194304 4196468 140735731267376 139700924631440 139701352199893 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20909] ppid=20849 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20909/stat : 20909 (java) S 20849 20852 16228 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 6 0 474833350 10212057088 4269 33554432000 4194304 4196468 140735731267376 139700923578640 139701352199893 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.218243 s]*
/proc/loadavg: 1.59 1.52 1.44 4/228 20918
/proc/meminfo: memFree=3792540/32770624 swapFree=66993164/67108860
[pid=20852] ppid=20849 vsize=10821220 memory=48188 CPUtime=0.28 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20849 20852 16228 0 -1 1077944320 9806 13305 0 0 18 2 5 3 20 0 15 0 474833340 11080929280 12047 33554432000 4194304 4196468 140735731267376 140735731249920 139701352189687 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
/proc/20852/statm: 2705305 12047 3298 1 0 2667405 0
[pid=20852/tid=20905] ppid=20849 vsize=10821220 memory=753035770744996145 CPUtime=0.2 cores=1,3,5,7
/proc/20852/task/20905/stat : 20905 (java) R 20849 20852 16228 0 -1 4202560 6284 13305 0 0 11 1 5 3 20 0 15 0 474833349 11080929280 12047 33554432000 4194304 4196468 140735731267376 139701324002048 139701344869405 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20906] ppid=20849 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20906/stat : 20906 (java) S 20849 20852 16228 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 474833350 11080929280 12047 33554432000 4194304 4196468 140735731267376 139701356432016 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20907] ppid=20849 vsize=10821220 memory=3546777799762372256 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20907/stat : 20907 (java) S 20849 20852 16228 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 474833350 11080929280 12047 33554432000 4194304 4196468 140735731267376 139700925684240 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20908] ppid=20849 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20908/stat : 20908 (java) S 20849 20852 16228 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 474833350 11080929280 12047 33554432000 4194304 4196468 140735731267376 139700924631440 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20909] ppid=20849 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20909/stat : 20909 (java) S 20849 20852 16228 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 474833350 11080929280 12047 33554432000 4194304 4196468 140735731267376 139700923578640 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20910] ppid=20849 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20910/stat : 20910 (java) S 20849 20852 16228 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 474833351 11080929280 12047 33554432000 4194304 4196468 140735731267376 139700878764912 139701352200834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20911] ppid=20849 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20911/stat : 20911 (java) S 20849 20852 16228 0 -1 1077944384 13 13305 0 0 0 0 5 3 20 0 15 0 474833352 11080929280 12047 33554432000 4194304 4196468 140735731267376 139700267378208 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20912] ppid=20849 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20912/stat : 20912 (java) S 20849 20852 16228 0 -1 1077944384 21 13305 0 0 0 0 5 3 20 0 15 0 474833352 11080929280 12047 33554432000 4194304 4196468 140735731267376 139700233819504 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20913] ppid=20849 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20913/stat : 20913 (java) S 20849 20852 16228 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 474833355 11080929280 12047 33554432000 4194304 4196468 140735731267376 139700119529808 139701352208283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20914] ppid=20849 vsize=10821220 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20852/task/20914/stat : 20914 (java) S 20849 20852 16228 0 -1 1077944384 468 13305 0 0 1 0 5 3 20 0 15 0 474833355 11080929280 12047 33554432000 4194304 4196468 140735731267376 139700877711728 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20915] ppid=20849 vsize=10821220 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/20852/task/20915/stat : 20915 (java) S 20849 20852 16228 0 -1 1077944384 189 13305 0 0 1 0 5 3 20 0 15 0 474833355 11080929280 12047 33554432000 4194304 4196468 140735731267376 139700876658928 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20916] ppid=20849 vsize=10821220 memory=140071014491776 CPUtime=0.11 cores=1,3,5,7
/proc/20852/task/20916/stat : 20916 (java) S 20849 20852 16228 0 -1 1077944384 613 13305 0 0 3 0 5 3 20 0 15 0 474833355 11080929280 12047 33554432000 4194304 4196468 140735731267376 139700875606128 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20917] ppid=20849 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20917/stat : 20917 (java) S 20849 20852 16228 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 474833355 11080929280 12047 33554432000 4194304 4196468 140735731267376 139699649767648 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20918] ppid=20849 vsize=10821220 memory=140071014491776 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20918/stat : 20918 (java) S 20849 20852 16228 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 474833355 11080929280 12047 33554432000 4194304 4196468 140735731267376 139700874554544 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10821220 KiB
Current children cumulated memory: 48188 KiB

[startup+0.310819 s]*
/proc/loadavg: 1.59 1.52 1.44 4/228 20918
/proc/meminfo: memFree=3783696/32770624 swapFree=66993164/67108860
[pid=20852] ppid=20849 vsize=10820196 memory=53028 CPUtime=0.41 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20849 20852 16228 0 -1 1077944320 10945 13305 0 0 30 3 5 3 20 0 15 0 474833340 11079880704 13257 33554432000 4194304 4196468 140735731267376 140735731249920 139701352189687 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
/proc/20852/statm: 2705049 13257 3310 1 0 2667149 0
[pid=20852/tid=20905] ppid=20849 vsize=10820196 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/20852/task/20905/stat : 20905 (java) R 20849 20852 16228 0 -1 4202560 7415 13305 0 0 19 2 5 3 20 0 15 0 474833349 11079880704 13257 33554432000 4194304 4196468 140735731267376 139701323998608 139701336270174 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20906] ppid=20849 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20906/stat : 20906 (java) S 20849 20852 16228 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 474833350 11079880704 13257 33554432000 4194304 4196468 140735731267376 139701356432016 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20907] ppid=20849 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20907/stat : 20907 (java) S 20849 20852 16228 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 474833350 11079880704 13257 33554432000 4194304 4196468 140735731267376 139700925684240 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20908] ppid=20849 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20908/stat : 20908 (java) S 20849 20852 16228 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 474833350 11079880704 13257 33554432000 4194304 4196468 140735731267376 139700924631440 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20909] ppid=20849 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20909/stat : 20909 (java) S 20849 20852 16228 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 474833350 11079880704 13257 33554432000 4194304 4196468 140735731267376 139700923578640 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20910] ppid=20849 vsize=10820196 memory=140071014491775 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20910/stat : 20910 (java) S 20849 20852 16228 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 474833351 11079880704 13257 33554432000 4194304 4196468 140735731267376 139700878764912 139701352200834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20911] ppid=20849 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20911/stat : 20911 (java) S 20849 20852 16228 0 -1 1077944384 13 13305 0 0 0 0 5 3 20 0 15 0 474833352 11079880704 13257 33554432000 4194304 4196468 140735731267376 139700267378208 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20912] ppid=20849 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20912/stat : 20912 (java) S 20849 20852 16228 0 -1 1077944384 21 13305 0 0 0 0 5 3 20 0 15 0 474833352 11079880704 13257 33554432000 4194304 4196468 140735731267376 139700233819504 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20913] ppid=20849 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20913/stat : 20913 (java) S 20849 20852 16228 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 474833355 11079880704 13257 33554432000 4194304 4196468 140735731267376 139700119529808 139701352208283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20914] ppid=20849 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/20852/task/20914/stat : 20914 (java) S 20849 20852 16228 0 -1 1077944384 468 13305 0 0 2 0 5 3 20 0 15 0 474833355 11079880704 13257 33554432000 4194304 4196468 140735731267376 139700877711728 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20915] ppid=20849 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/20852/task/20915/stat : 20915 (java) S 20849 20852 16228 0 -1 1077944384 190 13305 0 0 1 0 5 3 20 0 15 0 474833355 11079880704 13257 33554432000 4194304 4196468 140735731267376 139700876658928 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20916] ppid=20849 vsize=10820196 memory=140071014491776 CPUtime=0.13 cores=1,3,5,7
/proc/20852/task/20916/stat : 20916 (java) S 20849 20852 16228 0 -1 1077944384 621 13305 0 0 5 0 5 3 20 0 15 0 474833355 11079880704 13257 33554432000 4194304 4196468 140735731267376 139700875606128 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20917] ppid=20849 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20917/stat : 20917 (java) S 20849 20852 16228 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 474833355 11079880704 13257 33554432000 4194304 4196468 140735731267376 139699649767648 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20918] ppid=20849 vsize=10820196 memory=140071014491776 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20918/stat : 20918 (java) S 20849 20852 16228 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 474833355 11079880704 13257 33554432000 4194304 4196468 140735731267376 139700874554544 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53028 KiB

[startup+0.707735 s]
/proc/loadavg: 1.59 1.52 1.44 3/228 20918
/proc/meminfo: memFree=3767444/32770624 swapFree=66993164/67108860
[pid=20852] ppid=20849 vsize=10824364 memory=86216 CPUtime=1.17 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20849 20852 16228 0 -1 1077944320 15279 13305 0 0 105 4 5 3 20 0 15 0 474833340 11084148736 21554 33554432000 4194304 4196468 140735731267376 140735731249920 139701352189687 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
/proc/20852/statm: 2706091 21554 3512 1 0 2668173 0
[pid=20852/tid=20905] ppid=20849 vsize=10824364 memory=7660742144744843625 CPUtime=0.67 cores=1,3,5,7
/proc/20852/task/20905/stat : 20905 (java) R 20849 20852 16228 0 -1 4202560 10573 13305 0 0 56 3 5 3 20 0 15 0 474833349 11084148736 21554 33554432000 4194304 4196468 140735731267376 139701324016640 139701352211613 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20906] ppid=20849 vsize=10824364 memory=1212 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20906/stat : 20906 (java) S 20849 20852 16228 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 474833350 11084148736 21554 33554432000 4194304 4196468 140735731267376 139701356432016 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20907] ppid=20849 vsize=10824364 memory=1060 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20907/stat : 20907 (java) S 20849 20852 16228 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 474833350 11084148736 21554 33554432000 4194304 4196468 140735731267376 139700925684240 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20908] ppid=20849 vsize=10824364 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20908/stat : 20908 (java) S 20849 20852 16228 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 474833350 11084148736 21554 33554432000 4194304 4196468 140735731267376 139700924631440 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20909] ppid=20849 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20909/stat : 20909 (java) S 20849 20852 16228 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 474833350 11084148736 21554 33554432000 4194304 4196468 140735731267376 139700923578640 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20910] ppid=20849 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20910/stat : 20910 (java) S 20849 20852 16228 0 -1 1077944384 5 13305 0 0 0 0 5 3 20 0 15 0 474833351 11084148736 21554 33554432000 4194304 4196468 140735731267376 139700878764912 139701352200834 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20911] ppid=20849 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20911/stat : 20911 (java) S 20849 20852 16228 0 -1 1077944384 13 13305 0 0 0 0 5 3 20 0 15 0 474833352 11084148736 21554 33554432000 4194304 4196468 140735731267376 139700267378208 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20912] ppid=20849 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20912/stat : 20912 (java) S 20849 20852 16228 0 -1 1077944384 21 13305 0 0 0 0 5 3 20 0 15 0 474833352 11084148736 21554 33554432000 4194304 4196468 140735731267376 139700233819504 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20913] ppid=20849 vsize=10825388 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20913/stat : 20913 (java) S 20849 20852 16228 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 474833355 11085197312 21554 33554432000 4194304 4196468 140735731267376 139700119529808 139701352208283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20914] ppid=20849 vsize=10825388 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/20852/task/20914/stat : 20914 (java) R 20849 20852 16228 0 -1 4202560 1103 13305 0 0 16 0 5 3 20 0 15 0 474833355 11085197312 21554 33554432000 4194304 4196468 140735731267376 139700877693744 139701345295344 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20915] ppid=20849 vsize=10825388 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/20852/task/20915/stat : 20915 (java) S 20849 20852 16228 0 -1 1077944384 558 13305 0 0 13 0 5 3 20 0 15 0 474833355 11085197312 21554 33554432000 4194304 4196468 140735731267376 139700876658928 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20916] ppid=20849 vsize=10825388 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/20852/task/20916/stat : 20916 (java) S 20849 20852 16228 0 -1 1077944384 790 13305 0 0 17 0 5 3 20 0 15 0 474833355 11085197312 21554 33554432000 4194304 4196468 140735731267376 139700875606128 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20917] ppid=20849 vsize=10825388 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20917/stat : 20917 (java) S 20849 20852 16228 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 474833355 11085197312 21572 33554432000 4194304 4196468 140735731267376 139699649767648 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20918] ppid=20849 vsize=10824364 memory=3620 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20918/stat : 20918 (java) S 20849 20852 16228 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 474833355 11084148736 21572 33554432000 4194304 4196468 140735731267376 139700874554544 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 86216 KiB

[startup+1.50273 s]
/proc/loadavg: 1.59 1.52 1.44 7/228 20918
/proc/meminfo: memFree=3691060/32770624 swapFree=66993164/67108860
[pid=20852] ppid=20849 vsize=10826488 memory=217932 CPUtime=3.61 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20849 20852 16228 0 -1 1077944320 21703 13305 0 0 343 10 5 3 20 0 15 0 474833340 11086323712 54483 33554432000 4194304 4196468 140735731267376 140735731249920 139701352189687 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
/proc/20852/statm: 2706622 54483 3577 1 0 2668685 0
[pid=20852/tid=20905] ppid=20849 vsize=10826488 memory=140070896013912 CPUtime=1.46 cores=1,3,5,7
/proc/20852/task/20905/stat : 20905 (java) R 20849 20852 16228 0 -1 4202560 11978 13305 0 0 132 6 5 3 20 0 15 0 474833349 11086323712 54483 33554432000 4194304 4196468 140735731267376 139701324020960 139701336270174 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20906] ppid=20849 vsize=10826488 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20906/stat : 20906 (java) S 20849 20852 16228 0 -1 1077944384 320 13305 0 0 0 0 5 3 20 0 15 0 474833350 11086323712 54483 33554432000 4194304 4196468 140735731267376 139701356432016 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20907] ppid=20849 vsize=10826488 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20907/stat : 20907 (java) S 20849 20852 16228 0 -1 1077944384 22 13305 0 0 0 0 5 3 20 0 15 0 474833350 11086323712 54483 33554432000 4194304 4196468 140735731267376 139700925684240 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20908] ppid=20849 vsize=10826488 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20908/stat : 20908 (java) S 20849 20852 16228 0 -1 1077944384 51 13305 0 0 0 0 5 3 20 0 15 0 474833350 11086323712 54483 33554432000 4194304 4196468 140735731267376 139700924631440 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20909] ppid=20849 vsize=10826488 memory=280141792434592 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20909/stat : 20909 (java) S 20849 20852 16228 0 -1 1077944384 63 13305 0 0 0 0 5 3 20 0 15 0 474833350 11086323712 54483 33554432000 4194304 4196468 140735731267376 139700923578640 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20910] ppid=20849 vsize=10826488 memory=229613246653214 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20910/stat : 20910 (java) S 20849 20852 16228 0 -1 1077944384 97 13305 0 0 0 0 5 3 20 0 15 0 474833351 11086323712 54483 33554432000 4194304 4196468 140735731267376 139700878764912 139701352200834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20911] ppid=20849 vsize=10826488 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20911/stat : 20911 (java) S 20849 20852 16228 0 -1 1077944384 13 13305 0 0 0 0 5 3 20 0 15 0 474833352 11086323712 54483 33554432000 4194304 4196468 140735731267376 139700267378208 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20912] ppid=20849 vsize=10826488 memory=7517785029265819448 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20912/stat : 20912 (java) S 20849 20852 16228 0 -1 1077944384 42 13305 0 0 0 0 5 3 20 0 15 0 474833352 11086323712 54483 33554432000 4194304 4196468 140735731267376 139700233819504 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20913] ppid=20849 vsize=10826488 memory=-8412658770403813517 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20913/stat : 20913 (java) S 20849 20852 16228 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 474833355 11086323712 54483 33554432000 4194304 4196468 140735731267376 139700119529808 139701352208283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20914] ppid=20849 vsize=10826488 memory=-7668917182949848256 CPUtime=0.9 cores=1,3,5,7
/proc/20852/task/20914/stat : 20914 (java) S 20849 20852 16228 0 -1 1077944384 3207 13305 0 0 82 0 5 3 20 0 15 0 474833355 11086323712 54483 33554432000 4194304 4196468 140735731267376 139700877711728 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20915] ppid=20849 vsize=10826488 memory=8514726395714956677 CPUtime=0.88 cores=1,3,5,7
/proc/20852/task/20915/stat : 20915 (java) S 20849 20852 16228 0 -1 1077944384 2243 13305 0 0 80 0 5 3 20 0 15 0 474833355 11086323712 54483 33554432000 4194304 4196468 140735731267376 139700876658928 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20916] ppid=20849 vsize=10826488 memory=7100839887184299122 CPUtime=0.52 cores=1,3,5,7
/proc/20852/task/20916/stat : 20916 (java) R 20849 20852 16228 0 -1 4202560 1457 13305 0 0 44 0 5 3 20 0 15 0 474833355 11086323712 54483 33554432000 4194304 4196468 140735731267376 139700875604088 139701330705019 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20917] ppid=20849 vsize=10826488 memory=4628420171383865741 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20917/stat : 20917 (java) S 20849 20852 16228 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 474833355 11086323712 54483 33554432000 4194304 4196468 140735731267376 139699649767648 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20918] ppid=20849 vsize=10826488 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20918/stat : 20918 (java) S 20849 20852 16228 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 474833355 11086323712 54483 33554432000 4194304 4196468 140735731267376 139700874554544 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
Current children cumulated CPU time: 3.61 s
Current children cumulated vsize: 10826488 KiB

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

/proc/20852/task/20905/stat : 20905 (java) R 20849 20852 16228 0 -1 4202560 535729 13305 0 0 235788 165 5 3 20 0 15 0 474833349 11109412864 120512 33554432000 4194304 4196468 140735731267376 139701324024912 139700963683337 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20906] ppid=20849 vsize=10849036 memory=6791534058613427641 CPUtime=14.97 cores=1,3,5,7
/proc/20852/task/20906/stat : 20906 (java) S 20849 20852 16228 0 -1 1077944384 50464 13305 0 0 1434 55 5 3 20 0 15 0 474833350 11109412864 120512 33554432000 4194304 4196468 140735731267376 139701356432016 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20907] ppid=20849 vsize=10849036 memory=478456 CPUtime=14.94 cores=1,3,5,7
/proc/20852/task/20907/stat : 20907 (java) S 20849 20852 16228 0 -1 1077944384 53547 13305 0 0 1433 53 5 3 20 0 15 0 474833350 11109412864 120512 33554432000 4194304 4196468 140735731267376 139700925684240 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20908] ppid=20849 vsize=10849036 memory=467764 CPUtime=14.96 cores=1,3,5,7
/proc/20852/task/20908/stat : 20908 (java) S 20849 20852 16228 0 -1 1077944384 50329 13305 0 0 1440 48 5 3 20 0 15 0 474833350 11109412864 120512 33554432000 4194304 4196468 140735731267376 139700924631440 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20909] ppid=20849 vsize=10849036 memory=475948 CPUtime=14.91 cores=1,3,5,7
/proc/20852/task/20909/stat : 20909 (java) S 20849 20852 16228 0 -1 1077944384 53327 13305 0 0 1431 52 5 3 20 0 15 0 474833350 11109412864 120512 33554432000 4194304 4196468 140735731267376 139700923578640 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20910] ppid=20849 vsize=10849036 memory=480512 CPUtime=5.51 cores=1,3,5,7
/proc/20852/task/20910/stat : 20910 (java) S 20849 20852 16228 0 -1 1077944384 20599 13305 0 0 470 73 5 3 20 0 15 0 474833351 11109412864 120512 33554432000 4194304 4196468 140735731267376 139700878764912 139701352200834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20911] ppid=20849 vsize=10849036 memory=476192 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20911/stat : 20911 (java) S 20849 20852 16228 0 -1 1077944384 23 13305 0 0 0 0 5 3 20 0 15 0 474833352 11109412864 120512 33554432000 4194304 4196468 140735731267376 139700267378272 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20912] ppid=20849 vsize=10849036 memory=497112 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20912/stat : 20912 (java) S 20849 20852 16228 0 -1 1077944384 49 13305 0 0 0 0 5 3 20 0 15 0 474833352 11109412864 120512 33554432000 4194304 4196468 140735731267376 139700233819520 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20913] ppid=20849 vsize=10849036 memory=489416 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20913/stat : 20913 (java) S 20849 20852 16228 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 474833355 11109412864 120512 33554432000 4194304 4196468 140735731267376 139700119529808 139701352208283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20914] ppid=20849 vsize=10849036 memory=476248 CPUtime=10.31 cores=1,3,5,7
/proc/20852/task/20914/stat : 20914 (java) S 20849 20852 16228 0 -1 1077944384 34074 13305 0 0 1020 3 5 3 20 0 15 0 474833355 11109412864 120512 33554432000 4194304 4196468 140735731267376 139700877711728 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20915] ppid=20849 vsize=10849036 memory=476764 CPUtime=9.99 cores=1,3,5,7
/proc/20852/task/20915/stat : 20915 (java) S 20849 20852 16228 0 -1 1077944384 35023 13305 0 0 987 4 5 3 20 0 15 0 474833355 11109412864 120512 33554432000 4194304 4196468 140735731267376 139700876658928 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20916] ppid=20849 vsize=10849036 memory=984 CPUtime=3.02 cores=1,3,5,7
/proc/20852/task/20916/stat : 20916 (java) S 20849 20852 16228 0 -1 1077944384 25509 13305 0 0 288 6 5 3 20 0 15 0 474833355 11109412864 120512 33554432000 4194304 4196468 140735731267376 139700875606128 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20917] ppid=20849 vsize=10849036 memory=2004 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20917/stat : 20917 (java) S 20849 20852 16228 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 474833355 11109412864 120512 33554432000 4194304 4196468 140735731267376 139699649767648 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20918] ppid=20849 vsize=10849036 memory=477276 CPUtime=1.41 cores=1,3,5,7
/proc/20852/task/20918/stat : 20918 (java) S 20849 20852 16228 0 -1 1077944384 1428 13305 0 0 59 74 5 3 20 0 15 0 474833355 11109412864 120512 33554432000 4194304 4196468 140735731267376 139700874554544 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
Current children cumulated CPU time: 2449.01 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 482048 KiB

[startup+2442.3 s]
/proc/loadavg: 1.36 1.54 1.49 3/229 21662
/proc/meminfo: memFree=5441264/32770624 swapFree=66993200/67108860
[pid=20852] ppid=20849 vsize=10849036 memory=482748 CPUtime=2510.25 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20849 20852 16228 0 -1 1077944320 871001 13305 0 0 250510 507 5 3 20 0 15 0 474833340 11109412864 120687 33554432000 4194304 4196468 140735731267376 140735731249920 139701352189687 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
/proc/20852/statm: 2712259 120687 3644 1 0 2674317 0
[pid=20852/tid=20905] ppid=20849 vsize=10849036 memory=483004 CPUtime=2418.94 cores=1,3,5,7
/proc/20852/task/20905/stat : 20905 (java) R 20849 20852 16228 0 -1 4202560 542260 13305 0 0 241720 166 5 3 20 0 15 0 474833349 11109412864 120687 33554432000 4194304 4196468 140735731267376 139701324025200 139700959550910 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20906] ppid=20849 vsize=10849036 memory=480436 CPUtime=15.41 cores=1,3,5,7
/proc/20852/task/20906/stat : 20906 (java) S 20849 20852 16228 0 -1 1077944384 50853 13305 0 0 1477 56 5 3 20 0 15 0 474833350 11109412864 120687 33554432000 4194304 4196468 140735731267376 139701356432016 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20907] ppid=20849 vsize=10849036 memory=483004 CPUtime=15.37 cores=1,3,5,7
/proc/20852/task/20907/stat : 20907 (java) S 20849 20852 16228 0 -1 1077944384 54065 13305 0 0 1475 54 5 3 20 0 15 0 474833350 11109412864 120687 33554432000 4194304 4196468 140735731267376 139700925684240 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20908] ppid=20849 vsize=10849036 memory=482748 CPUtime=15.39 cores=1,3,5,7
/proc/20852/task/20908/stat : 20908 (java) S 20849 20852 16228 0 -1 1077944384 50816 13305 0 0 1482 49 5 3 20 0 15 0 474833350 11109412864 120687 33554432000 4194304 4196468 140735731267376 139700924631440 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20909] ppid=20849 vsize=10849036 memory=482748 CPUtime=15.33 cores=1,3,5,7
/proc/20852/task/20909/stat : 20909 (java) S 20849 20852 16228 0 -1 1077944384 54029 13305 0 0 1472 53 5 3 20 0 15 0 474833350 11109412864 120687 33554432000 4194304 4196468 140735731267376 139700923578640 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20910] ppid=20849 vsize=10849036 memory=480208 CPUtime=5.67 cores=1,3,5,7
/proc/20852/task/20910/stat : 20910 (java) S 20849 20852 16228 0 -1 1077944384 20658 13305 0 0 484 75 5 3 20 0 15 0 474833351 11109412864 120687 33554432000 4194304 4196468 140735731267376 139700878764912 139701352200834 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20911] ppid=20849 vsize=10849036 memory=481236 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20911/stat : 20911 (java) S 20849 20852 16228 0 -1 1077944384 23 13305 0 0 0 0 5 3 20 0 15 0 474833352 11109412864 120687 33554432000 4194304 4196468 140735731267376 139700267378272 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20912] ppid=20849 vsize=10849036 memory=9520 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20912/stat : 20912 (java) S 20849 20852 16228 0 -1 1077944384 49 13305 0 0 0 0 5 3 20 0 15 0 474833352 11109412864 120687 33554432000 4194304 4196468 140735731267376 139700233819520 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20913] ppid=20849 vsize=10849036 memory=4076 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20913/stat : 20913 (java) S 20849 20852 16228 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 474833355 11109412864 120687 33554432000 4194304 4196468 140735731267376 139700119529808 139701352208283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20914] ppid=20849 vsize=10849036 memory=483516 CPUtime=10.31 cores=1,3,5,7
/proc/20852/task/20914/stat : 20914 (java) S 20849 20852 16228 0 -1 1077944384 34074 13305 0 0 1020 3 5 3 20 0 15 0 474833355 11109412864 120687 33554432000 4194304 4196468 140735731267376 139700877711728 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20915] ppid=20849 vsize=10849036 memory=3620 CPUtime=9.99 cores=1,3,5,7
/proc/20852/task/20915/stat : 20915 (java) S 20849 20852 16228 0 -1 1077944384 35023 13305 0 0 987 4 5 3 20 0 15 0 474833355 11109412864 120687 33554432000 4194304 4196468 140735731267376 139700876658928 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20916] ppid=20849 vsize=10849036 memory=476104 CPUtime=3.02 cores=1,3,5,7
/proc/20852/task/20916/stat : 20916 (java) S 20849 20852 16228 0 -1 1077944384 25509 13305 0 0 288 6 5 3 20 0 15 0 474833355 11109412864 120687 33554432000 4194304 4196468 140735731267376 139700875606128 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20917] ppid=20849 vsize=10849036 memory=479184 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20917/stat : 20917 (java) S 20849 20852 16228 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 474833355 11109412864 120687 33554432000 4194304 4196468 140735731267376 139699649767648 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20918] ppid=20849 vsize=10849036 memory=485852 CPUtime=1.44 cores=1,3,5,7
/proc/20852/task/20918/stat : 20918 (java) S 20849 20852 16228 0 -1 1077944384 1432 13305 0 0 60 76 5 3 20 0 15 0 474833355 11109412864 120687 33554432000 4194304 4196468 140735731267376 139700874554544 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
Current children cumulated CPU time: 2510.25 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 482748 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2451.9 s]
/proc/loadavg: 1.33 1.53 1.48 3/230 21687
/proc/meminfo: memFree=5441856/32770624 swapFree=66993212/67108860
[pid=20852] ppid=20849 vsize=10849036 memory=486276 CPUtime=2520.06 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20849 20852 16228 0 -1 1077944320 871499 13305 0 0 251489 509 5 3 20 0 15 0 474833340 11109412864 121569 33554432000 4194304 4196468 140735731267376 140735731249920 139701352189687 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
/proc/20852/statm: 2712259 121569 3644 1 0 2674317 0
[pid=20852/tid=20905] ppid=20849 vsize=10849036 memory=1228 CPUtime=2428.42 cores=1,3,5,7
/proc/20852/task/20905/stat : 20905 (java) R 20849 20852 16228 0 -1 4202560 542551 13305 0 0 242668 166 5 3 20 0 15 0 474833349 11109412864 121569 33554432000 4194304 4196468 140735731267376 139701324025520 139700959550968 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20906] ppid=20849 vsize=10849036 memory=482180 CPUtime=15.48 cores=1,3,5,7
/proc/20852/task/20906/stat : 20906 (java) S 20849 20852 16228 0 -1 1077944384 50904 13305 0 0 1484 56 5 3 20 0 15 0 474833350 11109412864 121569 33554432000 4194304 4196468 140735731267376 139701356432016 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20907] ppid=20849 vsize=10849036 memory=6791534058613427641 CPUtime=15.44 cores=1,3,5,7
/proc/20852/task/20907/stat : 20907 (java) S 20849 20852 16228 0 -1 1077944384 54119 13305 0 0 1482 54 5 3 20 0 15 0 474833350 11109412864 121569 33554432000 4194304 4196468 140735731267376 139700925684240 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20908] ppid=20849 vsize=10849036 memory=473044 CPUtime=15.45 cores=1,3,5,7
/proc/20852/task/20908/stat : 20908 (java) S 20849 20852 16228 0 -1 1077944384 50848 13305 0 0 1488 49 5 3 20 0 15 0 474833350 11109412864 121569 33554432000 4194304 4196468 140735731267376 139700924631440 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20909] ppid=20849 vsize=10849036 memory=473044 CPUtime=15.41 cores=1,3,5,7
/proc/20852/task/20909/stat : 20909 (java) S 20849 20852 16228 0 -1 1077944384 54084 13305 0 0 1480 53 5 3 20 0 15 0 474833350 11109412864 121569 33554432000 4194304 4196468 140735731267376 139700923578640 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20910] ppid=20849 vsize=10849036 memory=475608 CPUtime=5.69 cores=1,3,5,7
/proc/20852/task/20910/stat : 20910 (java) S 20849 20852 16228 0 -1 1077944384 20671 13305 0 0 486 75 5 3 20 0 15 0 474833351 11109412864 121569 33554432000 4194304 4196468 140735731267376 139700878764912 139701352200834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20911] ppid=20849 vsize=10849036 memory=475104 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20911/stat : 20911 (java) S 20849 20852 16228 0 -1 1077944384 23 13305 0 0 0 0 5 3 20 0 15 0 474833352 11109412864 121569 33554432000 4194304 4196468 140735731267376 139700267378272 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20912] ppid=20849 vsize=10849036 memory=482168 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20912/stat : 20912 (java) S 20849 20852 16228 0 -1 1077944384 49 13305 0 0 0 0 5 3 20 0 15 0 474833352 11109412864 121569 33554432000 4194304 4196468 140735731267376 139700233819520 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20913] ppid=20849 vsize=10849036 memory=479712 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20913/stat : 20913 (java) S 20849 20852 16228 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 474833355 11109412864 121569 33554432000 4194304 4196468 140735731267376 139700119529808 139701352208283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20914] ppid=20849 vsize=10849036 memory=473044 CPUtime=10.31 cores=1,3,5,7
/proc/20852/task/20914/stat : 20914 (java) S 20849 20852 16228 0 -1 1077944384 34074 13305 0 0 1020 3 5 3 20 0 15 0 474833355 11109412864 121569 33554432000 4194304 4196468 140735731267376 139700877711728 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20915] ppid=20849 vsize=10849036 memory=474068 CPUtime=9.99 cores=1,3,5,7
/proc/20852/task/20915/stat : 20915 (java) S 20849 20852 16228 0 -1 1077944384 35023 13305 0 0 987 4 5 3 20 0 15 0 474833355 11109412864 121569 33554432000 4194304 4196468 140735731267376 139700876658928 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20916] ppid=20849 vsize=10849036 memory=483516 CPUtime=3.02 cores=1,3,5,7
/proc/20852/task/20916/stat : 20916 (java) S 20849 20852 16228 0 -1 1077944384 25509 13305 0 0 288 6 5 3 20 0 15 0 474833355 11109412864 121569 33554432000 4194304 4196468 140735731267376 139700875606128 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20917] ppid=20849 vsize=10849036 memory=3620 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20917/stat : 20917 (java) S 20849 20852 16228 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 474833355 11109412864 121569 33554432000 4194304 4196468 140735731267376 139699649767648 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20918] ppid=20849 vsize=10849036 memory=482180 CPUtime=1.45 cores=1,3,5,7
/proc/20852/task/20918/stat : 20918 (java) S 20849 20852 16228 0 -1 1077944384 1434 13305 0 0 61 76 5 3 20 0 15 0 474833355 11109412864 121569 33554432000 4194304 4196468 140735731267376 139700874554544 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 486276 KiB

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

[startup+2451.94 s]
# the end of solver process 20852 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.97 s, system=5.1345 s

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

[startup+2451.9 s]
/proc/loadavg: 1.33 1.53 1.48 3/230 21687
/proc/meminfo: memFree=5441856/32770624 swapFree=66993212/67108860
[pid=20852] ppid=20849 vsize=10849036 memory=486276 CPUtime=2520.06 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20849 20852 16228 0 -1 1077944320 871499 13305 0 0 251489 509 5 3 20 0 15 0 474833340 11109412864 121569 33554432000 4194304 4196468 140735731267376 140735731249920 139701352189687 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
/proc/20852/statm: 2712259 121569 3644 1 0 2674317 0
[pid=20852/tid=20905] ppid=20849 vsize=10849036 memory=1228 CPUtime=2428.42 cores=1,3,5,7
/proc/20852/task/20905/stat : 20905 (java) R 20849 20852 16228 0 -1 4202560 542551 13305 0 0 242668 166 5 3 20 0 15 0 474833349 11109412864 121569 33554432000 4194304 4196468 140735731267376 139701324025520 139700959550968 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20906] ppid=20849 vsize=10849036 memory=482180 CPUtime=15.48 cores=1,3,5,7
/proc/20852/task/20906/stat : 20906 (java) S 20849 20852 16228 0 -1 1077944384 50904 13305 0 0 1484 56 5 3 20 0 15 0 474833350 11109412864 121569 33554432000 4194304 4196468 140735731267376 139701356432016 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20907] ppid=20849 vsize=10849036 memory=6791534058613427641 CPUtime=15.44 cores=1,3,5,7
/proc/20852/task/20907/stat : 20907 (java) S 20849 20852 16228 0 -1 1077944384 54119 13305 0 0 1482 54 5 3 20 0 15 0 474833350 11109412864 121569 33554432000 4194304 4196468 140735731267376 139700925684240 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20908] ppid=20849 vsize=10849036 memory=473044 CPUtime=15.45 cores=1,3,5,7
/proc/20852/task/20908/stat : 20908 (java) S 20849 20852 16228 0 -1 1077944384 50848 13305 0 0 1488 49 5 3 20 0 15 0 474833350 11109412864 121569 33554432000 4194304 4196468 140735731267376 139700924631440 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20909] ppid=20849 vsize=10849036 memory=473044 CPUtime=15.41 cores=1,3,5,7
/proc/20852/task/20909/stat : 20909 (java) S 20849 20852 16228 0 -1 1077944384 54084 13305 0 0 1480 53 5 3 20 0 15 0 474833350 11109412864 121569 33554432000 4194304 4196468 140735731267376 139700923578640 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20910] ppid=20849 vsize=10849036 memory=475608 CPUtime=5.69 cores=1,3,5,7
/proc/20852/task/20910/stat : 20910 (java) S 20849 20852 16228 0 -1 1077944384 20671 13305 0 0 486 75 5 3 20 0 15 0 474833351 11109412864 121569 33554432000 4194304 4196468 140735731267376 139700878764912 139701352200834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20911] ppid=20849 vsize=10849036 memory=475104 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20911/stat : 20911 (java) S 20849 20852 16228 0 -1 1077944384 23 13305 0 0 0 0 5 3 20 0 15 0 474833352 11109412864 121569 33554432000 4194304 4196468 140735731267376 139700267378272 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20912] ppid=20849 vsize=10849036 memory=482168 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20912/stat : 20912 (java) S 20849 20852 16228 0 -1 1077944384 49 13305 0 0 0 0 5 3 20 0 15 0 474833352 11109412864 121569 33554432000 4194304 4196468 140735731267376 139700233819520 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20913] ppid=20849 vsize=10849036 memory=479712 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20913/stat : 20913 (java) S 20849 20852 16228 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 474833355 11109412864 121569 33554432000 4194304 4196468 140735731267376 139700119529808 139701352208283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20914] ppid=20849 vsize=10849036 memory=473044 CPUtime=10.31 cores=1,3,5,7
/proc/20852/task/20914/stat : 20914 (java) S 20849 20852 16228 0 -1 1077944384 34074 13305 0 0 1020 3 5 3 20 0 15 0 474833355 11109412864 121569 33554432000 4194304 4196468 140735731267376 139700877711728 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20915] ppid=20849 vsize=10849036 memory=474068 CPUtime=9.99 cores=1,3,5,7
/proc/20852/task/20915/stat : 20915 (java) S 20849 20852 16228 0 -1 1077944384 35023 13305 0 0 987 4 5 3 20 0 15 0 474833355 11109412864 121569 33554432000 4194304 4196468 140735731267376 139700876658928 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20916] ppid=20849 vsize=10849036 memory=483516 CPUtime=3.02 cores=1,3,5,7
/proc/20852/task/20916/stat : 20916 (java) S 20849 20852 16228 0 -1 1077944384 25509 13305 0 0 288 6 5 3 20 0 15 0 474833355 11109412864 121569 33554432000 4194304 4196468 140735731267376 139700875606128 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20917] ppid=20849 vsize=10849036 memory=3620 CPUtime=0.08 cores=1,3,5,7
/proc/20852/task/20917/stat : 20917 (java) S 20849 20852 16228 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 474833355 11109412864 121569 33554432000 4194304 4196468 140735731267376 139699649767648 139701352199893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
[pid=20852/tid=20918] ppid=20849 vsize=10849036 memory=482180 CPUtime=1.45 cores=1,3,5,7
/proc/20852/task/20918/stat : 20918 (java) S 20849 20852 16228 0 -1 1077944384 1434 13305 0 0 61 76 5 3 20 0 15 0 474833355 11109412864 121569 33554432000 4194304 4196468 140735731267376 139700874554544 139701352200834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 19357696 140735731272291 140735731274933 140735731274933 140735731277775 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 486276 KiB

Child status: 143
Real time (s): 2451.94
CPU time (s): 2520.1
CPU user time (s): 2514.97
CPU system time (s): 5.1345
CPU usage (%): 102.78
Max. virtual memory (cumulated for all children) (KiB): 10849576
Max. memory (cumulated for all children) (KiB): 2719972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.97
system time used= 5.1345
maximum resident set size= 2720700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 886321
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 170230
involuntary context switches= 7456


# summary of solver processes directly reported to runsolver:
#   pid: 20852
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2514.97
#   total CPU system time (s): 5.1345

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9456 second user time and 19.9685 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-20 15:20:18
IDJOB=4402611
IDBENCH=139285
IDSOLVER=2861
FILE ID=node126/4402611-1568985656
RUNJOBID= node126-1568967600-16260
PBS_JOBID= 21704622
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-10-06-fair.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402611-1568985656/watcher-4402611-1568985656 -o /var/tmp/evaluation-result-4402611-1568985656/solver-4402611-1568985656 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1568967600-16260 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1467329244 HOME/instance-4402611-1568985656.xml

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

MD5SUM BENCH= 93355dee8c41895d58696aeae14790df
RANDOM SEED=1467329244

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         3823372 kB
MemAvailable:   28838404 kB
Buffers:          128716 kB
Cached:         24934680 kB
SwapCached:         7068 kB
Active:         15522812 kB
Inactive:       12565980 kB
Active(anon):    3018128 kB
Inactive(anon):    45848 kB
Active(file):   12504684 kB
Inactive(file): 12520132 kB
Unevictable:      109312 kB
Mlocked:          109312 kB
SwapTotal:      67108860 kB
SwapFree:       66993164 kB
Dirty:             36508 kB
Writeback:             0 kB
AnonPages:       3129256 kB
Mapped:            61024 kB
Shmem:             29556 kB
Slab:             447256 kB
SReclaimable:     418676 kB
SUnreclaim:        28580 kB
KernelStack:        3760 kB
PageTables:        11808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4197992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2811904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node126 at 2019-09-20 16:01:10