Trace number 4387458

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.10? (TO) 2520.1 2466.04

General information on the benchmark

NameLatinSquare/LatinSquare-xcsp2-qcp25/
qcp-25-264-08_X2.xml
MD5SUMe61b201f6225aab3795ad5f045ee307f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.73665
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints15000
Number of domains26
Minimum domain size1
Maximum domain size25
Distribution of domain sizes[{"size":1,"count":361},{"size":25,"count":264}]
Minimum variable degree48
Maximum variable degree48
Distribution of variable degrees[{"degree":48,"count":625}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":15000}]
Number of extensional constraints15000
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15000}]
Optimization problemNO
Type of objective

Solver Data

0.73/0.55	c Concrete v3.10.1560635388952 running
2520.05/2466.02	Exception in thread "main" java.util.concurrent.TimeoutException
2520.05/2466.02		at concrete.MAC.mac(MAC.scala:189)
2520.05/2466.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.05/2466.02		at scala.util.Try$.apply(Try.scala:212)
2520.05/2466.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.05/2466.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.05/2466.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.05/2466.02		at concrete.MAC.oneRun(MAC.scala:253)
2520.05/2466.02		at concrete.MAC.nextSolution(MAC.scala:272)
2520.05/2466.02		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.05/2466.02		at concrete.ProblemState.map(ProblemState.scala:228)
2520.05/2466.02		at concrete.ProblemState.map(ProblemState.scala:210)
2520.05/2466.02		at concrete.MAC.nextSolution(MAC.scala:334)
2520.05/2466.02		at concrete.Solver.hasNext(Solver.scala:160)
2520.05/2466.02		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.05/2466.02		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.05/2466.02		at concrete.Solver.nextOption(Solver.scala:67)
2520.05/2466.02		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.05/2466.02		at scala.util.Success.map(Try.scala:264)
2520.05/2466.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.05/2466.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.05/2466.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.05/2466.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2466.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.05/2466.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.05/2466.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.05/2466.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.05/2466.02		at scala.App.$anonfun$main$1(App.scala:75)
2520.05/2466.02		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.05/2466.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2466.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2466.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.05/2466.02		at scala.App.main(App.scala:75)
2520.05/2466.02		at scala.App.main$(App.scala:73)
2520.05/2466.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.05/2466.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2466.02	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 (15327 MiB free)
  memory of node 1: 16384 MiB (14822 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387458-1568305618/watcher-4387458-1568305618 -o /tmp/evaluation-result-4387458-1568305618/solver-4387458-1568305618 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568282271-6097 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1573022450 HOME/instance-4387458-1568305618.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=11891, runsolver pid=11888

[startup+0.100163 s]*
/proc/loadavg: 1.53 1.31 1.31 3/218 11948
/proc/meminfo: memFree=30865016/32770624 swapFree=66934444/67108860
[pid=11891] ppid=11888 vsize=9988792 memory=17340 CPUtime=0.09 cores=0,2,4,6
/proc/11891/stat : 11891 (java) S 11888 11891 5271 0 -1 1077944320 4603 13106 0 0 1 0 5 3 20 0 6 0 406820218 10228523008 4335 33554432000 4194304 4196468 140725724689984 140725724672528 140103657713399 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
/proc/11891/statm: 2497198 4335 1958 1 0 2485636 0
[pid=11891/tid=11944] ppid=11888 vsize=10055356 memory=-8617482348318186131 CPUtime=0.09 cores=0,2,4,6
/proc/11891/task/11944/stat : 11944 (java) R 11888 11891 5271 0 -1 4202560 2413 13106 0 0 1 0 5 3 20 0 7 0 406820227 10296684544 4401 33554432000 4194304 4196468 140725724689984 140103629556496 140103643396630 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11945] ppid=11888 vsize=10055356 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11945/stat : 11945 (java) S 11888 11891 5271 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 7 0 406820228 10296684544 4401 33554432000 4194304 4196468 140725724689984 140103661955856 140103657723605 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11946] ppid=11888 vsize=10055356 memory=140413980198528 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11946/stat : 11946 (java) S 11888 11891 5271 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 7 0 406820228 10296684544 4401 33554432000 4194304 4196468 140725724689984 140103580707728 140103657723605 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11947] ppid=11888 vsize=10055356 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11947/stat : 11947 (java) S 11888 11891 5271 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 7 0 406820228 10296684544 4401 33554432000 4194304 4196468 140725724689984 140103579655184 140103657723605 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11948] ppid=11888 vsize=10055356 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11948/stat : 11948 (java) S 11888 11891 5271 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 7 0 406820228 10296684544 4401 33554432000 4194304 4196468 140725724689984 140103228775568 140103657723605 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11949] ppid=11888 vsize=10055356 memory=140413980198528 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11949/stat : 11949 (java) S 11888 11891 5271 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 7 0 406820229 10296684544 4401 33554432000 4194304 4196468 140725724689984 140103184332784 140103657724546 0 0 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9988792 KiB
Current children cumulated memory: 17340 KiB

[startup+0.210196 s]*
/proc/loadavg: 1.53 1.31 1.31 3/227 11957
/proc/meminfo: memFree=30843160/32770624 swapFree=66934444/67108860
[pid=11891] ppid=11888 vsize=10818940 memory=42848 CPUtime=0.27 cores=0,2,4,6
/proc/11891/stat : 11891 (java) S 11888 11891 5271 0 -1 1077944320 7075 13106 0 0 17 2 5 3 20 0 15 0 406820218 11078594560 10712 33554432000 4194304 4196468 140725724689984 140725724672528 140103657713399 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
/proc/11891/statm: 2704735 10712 2964 1 0 2667149 0
[pid=11891/tid=11944] ppid=11888 vsize=10818940 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/11891/task/11944/stat : 11944 (java) R 11888 11891 5271 0 -1 4202560 3589 13106 0 0 10 1 5 3 20 0 15 0 406820227 11078594560 10712 33554432000 4194304 4196468 140725724689984 140103629546872 140103657735325 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11945] ppid=11888 vsize=10818940 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11945/stat : 11945 (java) S 11888 11891 5271 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 406820228 11078594560 10712 33554432000 4194304 4196468 140725724689984 140103661955856 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11946] ppid=11888 vsize=10818940 memory=140413983034018 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11946/stat : 11946 (java) S 11888 11891 5271 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 406820228 11078594560 10712 33554432000 4194304 4196468 140725724689984 140103580707728 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11947] ppid=11888 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11947/stat : 11947 (java) S 11888 11891 5271 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 406820228 11078594560 10712 33554432000 4194304 4196468 140725724689984 140103579655184 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11948] ppid=11888 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11948/stat : 11948 (java) S 11888 11891 5271 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 406820228 11078594560 10712 33554432000 4194304 4196468 140725724689984 140103228775568 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11949] ppid=11888 vsize=10818940 memory=140413980198528 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11949/stat : 11949 (java) S 11888 11891 5271 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 406820229 11078594560 10712 33554432000 4194304 4196468 140725724689984 140103184332784 140103657724546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11950] ppid=11888 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11950/stat : 11950 (java) S 11888 11891 5271 0 -1 1077944384 13 13106 0 0 0 0 5 3 20 0 15 0 406820230 11078594560 10712 33554432000 4194304 4196468 140725724689984 140103108256672 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11951] ppid=11888 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11951/stat : 11951 (java) S 11888 11891 5271 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 406820230 11078594560 10712 33554432000 4194304 4196468 140725724689984 140102974039024 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11952] ppid=11888 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11952/stat : 11952 (java) S 11888 11891 5271 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 406820233 11078594560 10712 33554432000 4194304 4196468 140725724689984 140102370060496 140103657731995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11953] ppid=11888 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11891/task/11953/stat : 11953 (java) S 11888 11891 5271 0 -1 1077944384 566 13106 0 0 1 0 5 3 20 0 15 0 406820233 11078594560 10712 33554432000 4194304 4196468 140725724689984 140103183280624 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11954] ppid=11888 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11954/stat : 11954 (java) S 11888 11891 5271 0 -1 1077944384 58 13106 0 0 0 0 5 3 20 0 15 0 406820233 11078594560 10712 33554432000 4194304 4196468 140725724689984 140103182228080 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11955] ppid=11888 vsize=10818940 memory=140413980198528 CPUtime=0.11 cores=0,2,4,6
/proc/11891/task/11955/stat : 11955 (java) S 11888 11891 5271 0 -1 1077944384 626 13106 0 0 3 0 5 3 20 0 15 0 406820233 11078594560 10712 33554432000 4194304 4196468 140725724689984 140103181175536 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11956] ppid=11888 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11956/stat : 11956 (java) S 11888 11891 5271 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 406820233 11078594560 10712 33554432000 4194304 4196468 140725724689984 140101900299360 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11957] ppid=11888 vsize=10818940 memory=140413980198528 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11957/stat : 11957 (java) S 11888 11891 5271 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 406820233 11078594560 10712 33554432000 4194304 4196468 140725724689984 140103180122416 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 42848 KiB

[startup+0.310627 s]*
/proc/loadavg: 1.53 1.31 1.31 4/227 11957
/proc/meminfo: memFree=30832224/32770624 swapFree=66934444/67108860
[pid=11891] ppid=11888 vsize=10820096 memory=54180 CPUtime=0.4 cores=0,2,4,6
/proc/11891/stat : 11891 (java) S 11888 11891 5271 0 -1 1077944320 10802 13106 0 0 29 3 5 3 20 0 15 0 406820218 11079778304 13545 33554432000 4194304 4196468 140725724689984 140725724672528 140103657713399 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
/proc/11891/statm: 2705024 13545 3218 1 0 2667149 0
[pid=11891/tid=11944] ppid=11888 vsize=10820096 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/11891/task/11944/stat : 11944 (java) R 11888 11891 5271 0 -1 4202560 7304 13106 0 0 19 3 5 3 20 0 15 0 406820227 11079778304 13545 33554432000 4194304 4196468 140725724689984 140103629532944 140103259290892 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11945] ppid=11888 vsize=10820096 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11945/stat : 11945 (java) S 11888 11891 5271 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 406820228 11079778304 13545 33554432000 4194304 4196468 140725724689984 140103661955856 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11946] ppid=11888 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11946/stat : 11946 (java) S 11888 11891 5271 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 406820228 11079778304 13545 33554432000 4194304 4196468 140725724689984 140103580707728 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11947] ppid=11888 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11947/stat : 11947 (java) S 11888 11891 5271 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 406820228 11079778304 13545 33554432000 4194304 4196468 140725724689984 140103579655184 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11948] ppid=11888 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11948/stat : 11948 (java) S 11888 11891 5271 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 406820228 11079778304 13545 33554432000 4194304 4196468 140725724689984 140103228775568 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11949] ppid=11888 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11949/stat : 11949 (java) S 11888 11891 5271 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 406820229 11079778304 13545 33554432000 4194304 4196468 140725724689984 140103184332784 140103657724546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11950] ppid=11888 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11950/stat : 11950 (java) S 11888 11891 5271 0 -1 1077944384 13 13106 0 0 0 0 5 3 20 0 15 0 406820230 11079778304 13545 33554432000 4194304 4196468 140725724689984 140103108256672 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11951] ppid=11888 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11951/stat : 11951 (java) S 11888 11891 5271 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 406820230 11079778304 13545 33554432000 4194304 4196468 140725724689984 140102974039024 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11952] ppid=11888 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11952/stat : 11952 (java) S 11888 11891 5271 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 406820233 11079778304 13545 33554432000 4194304 4196468 140725724689984 140102370060496 140103657731995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11953] ppid=11888 vsize=10820096 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/11891/task/11953/stat : 11953 (java) S 11888 11891 5271 0 -1 1077944384 568 13106 0 0 2 0 5 3 20 0 15 0 406820233 11079778304 13545 33554432000 4194304 4196468 140725724689984 140103183280624 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11954] ppid=11888 vsize=10820096 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/11891/task/11954/stat : 11954 (java) S 11888 11891 5271 0 -1 1077944384 58 13106 0 0 1 0 5 3 20 0 15 0 406820233 11079778304 13545 33554432000 4194304 4196468 140725724689984 140103182228080 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11955] ppid=11888 vsize=10820096 memory=140413980198528 CPUtime=0.13 cores=0,2,4,6
/proc/11891/task/11955/stat : 11955 (java) S 11888 11891 5271 0 -1 1077944384 635 13106 0 0 5 0 5 3 20 0 15 0 406820233 11079778304 13545 33554432000 4194304 4196468 140725724689984 140103181175536 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11956] ppid=11888 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11956/stat : 11956 (java) S 11888 11891 5271 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 406820233 11079778304 13545 33554432000 4194304 4196468 140725724689984 140101900299360 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11957] ppid=11888 vsize=10820096 memory=140413980198528 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11957/stat : 11957 (java) S 11888 11891 5271 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 406820233 11079778304 13545 33554432000 4194304 4196468 140725724689984 140103180122416 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 54180 KiB

[startup+0.703354 s]
/proc/loadavg: 1.53 1.31 1.31 5/227 11957
/proc/meminfo: memFree=30819156/32770624 swapFree=66934444/67108860
[pid=11891] ppid=11888 vsize=10824340 memory=84796 CPUtime=1.16 cores=0,2,4,6
/proc/11891/stat : 11891 (java) S 11888 11891 5271 0 -1 1077944320 14875 13106 0 0 102 6 5 3 20 0 15 0 406820218 11084124160 21199 33554432000 4194304 4196468 140725724689984 140725724672528 140103657713399 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
/proc/11891/statm: 2706085 21199 3505 1 0 2668173 0
[pid=11891/tid=11944] ppid=11888 vsize=10824340 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/11891/task/11944/stat : 11944 (java) R 11888 11891 5271 0 -1 4202560 10546 13106 0 0 55 5 5 3 20 0 15 0 406820227 11084124160 21199 33554432000 4194304 4196468 140725724689984 140103629540592 140103657735325 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11945] ppid=11888 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11945/stat : 11945 (java) S 11888 11891 5271 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 406820228 11084124160 21199 33554432000 4194304 4196468 140725724689984 140103661955856 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11946] ppid=11888 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11946/stat : 11946 (java) S 11888 11891 5271 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 406820228 11084124160 21199 33554432000 4194304 4196468 140725724689984 140103580707728 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11947] ppid=11888 vsize=10824340 memory=140413822452240 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11947/stat : 11947 (java) S 11888 11891 5271 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 406820228 11084124160 21199 33554432000 4194304 4196468 140725724689984 140103579655184 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11948] ppid=11888 vsize=10824340 memory=140415365808746 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11948/stat : 11948 (java) S 11888 11891 5271 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 406820228 11084124160 21199 33554432000 4194304 4196468 140725724689984 140103228775568 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11949] ppid=11888 vsize=10824340 memory=14012 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11949/stat : 11949 (java) S 11888 11891 5271 0 -1 1077944384 6 13106 0 0 0 0 5 3 20 0 15 0 406820229 11084124160 21199 33554432000 4194304 4196468 140725724689984 140103184332784 140103657724546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11950] ppid=11888 vsize=10824340 memory=6153431502485413985 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11950/stat : 11950 (java) S 11888 11891 5271 0 -1 1077944384 13 13106 0 0 0 0 5 3 20 0 15 0 406820230 11084124160 21199 33554432000 4194304 4196468 140725724689984 140103108256672 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11951] ppid=11888 vsize=10825364 memory=14056 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11951/stat : 11951 (java) S 11888 11891 5271 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 406820230 11085172736 21199 33554432000 4194304 4196468 140725724689984 140102974039024 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11952] ppid=11888 vsize=10825364 memory=2116 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11952/stat : 11952 (java) S 11888 11891 5271 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 406820233 11085172736 21199 33554432000 4194304 4196468 140725724689984 140102370060496 140103657731995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11953] ppid=11888 vsize=10825364 memory=516 CPUtime=0.22 cores=0,2,4,6
/proc/11891/task/11953/stat : 11953 (java) S 11888 11891 5271 0 -1 1077944384 900 13106 0 0 14 0 5 3 20 0 15 0 406820233 11085172736 21199 33554432000 4194304 4196468 140725724689984 140103183280624 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11954] ppid=11888 vsize=10825364 memory=1556 CPUtime=0.21 cores=0,2,4,6
/proc/11891/task/11954/stat : 11954 (java) S 11888 11891 5271 0 -1 1077944384 347 13106 0 0 13 0 5 3 20 0 15 0 406820233 11085172736 21264 33554432000 4194304 4196468 140725724689984 140103182228080 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11955] ppid=11888 vsize=10824340 memory=928 CPUtime=0.25 cores=0,2,4,6
/proc/11891/task/11955/stat : 11955 (java) S 11888 11891 5271 0 -1 1077944384 842 13106 0 0 17 0 5 3 20 0 15 0 406820233 11084124160 21237 33554432000 4194304 4196468 140725724689984 140103181175536 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11956] ppid=11888 vsize=10824340 memory=1668 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11956/stat : 11956 (java) S 11888 11891 5271 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 406820233 11084124160 21237 33554432000 4194304 4196468 140725724689984 140101900299360 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11957] ppid=11888 vsize=10824340 memory=904 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11957/stat : 11957 (java) S 11888 11891 5271 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 406820233 11084124160 21237 33554432000 4194304 4196468 140725724689984 140103180122416 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 84796 KiB

[startup+1.50072 s]
/proc/loadavg: 1.53 1.31 1.31 5/227 11957
/proc/meminfo: memFree=30771872/32770624 swapFree=66934444/67108860
[pid=11891] ppid=11888 vsize=10832608 memory=235720 CPUtime=3.21 cores=0,2,4,6
/proc/11891/stat : 11891 (java) S 11888 11891 5271 0 -1 1077944320 24426 13106 0 0 302 11 5 3 20 0 15 0 406820218 11092590592 58930 33554432000 4194304 4196468 140725724689984 140725724672528 140103657713399 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
/proc/11891/statm: 2708152 58930 3584 1 0 2670221 0
[pid=11891/tid=11944] ppid=11888 vsize=10832608 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/11891/task/11944/stat : 11944 (java) R 11888 11891 5271 0 -1 4202560 14357 13106 0 0 127 7 5 3 20 0 15 0 406820227 11092590592 58930 33554432000 4194304 4196468 140725724689984 140103629537848 140103643899297 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11945] ppid=11888 vsize=10832608 memory=280827644953024 CPUtime=0.1 cores=0,2,4,6
/proc/11891/task/11945/stat : 11945 (java) S 11888 11891 5271 0 -1 1077944384 221 13106 0 0 2 0 5 3 20 0 15 0 406820228 11092590592 58930 33554432000 4194304 4196468 140725724689984 140103661955856 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11946] ppid=11888 vsize=10832608 memory=280827644962336 CPUtime=0.11 cores=0,2,4,6
/proc/11891/task/11946/stat : 11946 (java) S 11888 11891 5271 0 -1 1077944384 43 13106 0 0 3 0 5 3 20 0 15 0 406820228 11092590592 58930 33554432000 4194304 4196468 140725724689984 140103580707728 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11947] ppid=11888 vsize=10832608 memory=140413822487024 CPUtime=0.1 cores=0,2,4,6
/proc/11891/task/11947/stat : 11947 (java) S 11888 11891 5271 0 -1 1077944384 45 13106 0 0 2 0 5 3 20 0 15 0 406820228 11092590592 58930 33554432000 4194304 4196468 140725724689984 140103579655184 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11948] ppid=11888 vsize=10832608 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/11891/task/11948/stat : 11948 (java) S 11888 11891 5271 0 -1 1077944384 19 13106 0 0 3 0 5 3 20 0 15 0 406820228 11092590592 58930 33554432000 4194304 4196468 140725724689984 140103228775568 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11949] ppid=11888 vsize=10832608 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11891/task/11949/stat : 11949 (java) S 11888 11891 5271 0 -1 1077944384 944 13106 0 0 1 0 5 3 20 0 15 0 406820229 11092590592 58930 33554432000 4194304 4196468 140725724689984 140103184332784 140103657724546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11950] ppid=11888 vsize=10832608 memory=15599321222257 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11950/stat : 11950 (java) S 11888 11891 5271 0 -1 1077944384 13 13106 0 0 0 0 5 3 20 0 15 0 406820230 11092590592 58930 33554432000 4194304 4196468 140725724689984 140103108256736 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11951] ppid=11888 vsize=10832608 memory=-9034923847013744021 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11951/stat : 11951 (java) S 11888 11891 5271 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 406820230 11092590592 58930 33554432000 4194304 4196468 140725724689984 140102974039040 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11952] ppid=11888 vsize=10832608 memory=7666081368478345580 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11952/stat : 11952 (java) S 11888 11891 5271 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 406820233 11092590592 58930 33554432000 4194304 4196468 140725724689984 140102370060496 140103657731995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11953] ppid=11888 vsize=10832608 memory=7234866145471653485 CPUtime=0.66 cores=0,2,4,6
/proc/11891/task/11953/stat : 11953 (java) R 11888 11891 5271 0 -1 4202560 2598 13106 0 0 58 0 5 3 20 0 15 0 406820233 11092590592 58930 33554432000 4194304 4196468 140725724689984 140103183266592 140103639238695 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11954] ppid=11888 vsize=10832608 memory=3472328296227736289 CPUtime=0.68 cores=0,2,4,6
/proc/11891/task/11954/stat : 11954 (java) S 11888 11891 5271 0 -1 1077944384 1946 13106 0 0 60 0 5 3 20 0 15 0 406820233 11092590592 58930 33554432000 4194304 4196468 140725724689984 140103182228080 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11955] ppid=11888 vsize=10832608 memory=6655300316396806240 CPUtime=0.49 cores=0,2,4,6
/proc/11891/task/11955/stat : 11955 (java) S 11888 11891 5271 0 -1 1077944384 2022 13106 0 0 41 0 5 3 20 0 15 0 406820233 11092590592 58930 33554432000 4194304 4196468 140725724689984 140103181175536 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11956] ppid=11888 vsize=10832608 memory=8100679879527916374 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11956/stat : 11956 (java) S 11888 11891 5271 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 406820233 11092590592 58930 33554432000 4194304 4196468 140725724689984 140101900299360 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11957] ppid=11888 vsize=10832608 memory=7163091113020124005 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11957/stat : 11957 (java) S 11888 11891 5271 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 406820233 11092590592 58930 33554432000 4194304 4196468 140725724689984 140103180122416 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0

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

/proc/11891/task/11944/stat : 11944 (java) R 11888 11891 5271 0 -1 4202560 63768 13106 0 0 229726 49 5 3 20 0 15 0 406820227 11105193984 317944 33554432000 4194304 4196468 140725724689984 140103629549248 140103274770173 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11945] ppid=11888 vsize=10844916 memory=1271776 CPUtime=13.45 cores=0,2,4,6
/proc/11891/task/11945/stat : 11945 (java) S 11888 11891 5271 0 -1 1077944384 13702 13106 0 0 1287 50 5 3 20 0 15 0 406820228 11105193984 317944 33554432000 4194304 4196468 140725724689984 140103661955856 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11946] ppid=11888 vsize=10844916 memory=1269728 CPUtime=13.51 cores=0,2,4,6
/proc/11891/task/11946/stat : 11946 (java) S 11888 11891 5271 0 -1 1077944384 12498 13106 0 0 1297 46 5 3 20 0 15 0 406820228 11105193984 317944 33554432000 4194304 4196468 140725724689984 140103580707728 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11947] ppid=11888 vsize=10844916 memory=1269716 CPUtime=13.49 cores=0,2,4,6
/proc/11891/task/11947/stat : 11947 (java) S 11888 11891 5271 0 -1 1077944384 16377 13106 0 0 1291 50 5 3 20 0 15 0 406820228 11105193984 317944 33554432000 4194304 4196468 140725724689984 140103579655184 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11948] ppid=11888 vsize=10844916 memory=1269684 CPUtime=13.44 cores=0,2,4,6
/proc/11891/task/11948/stat : 11948 (java) S 11888 11891 5271 0 -1 1077944384 12090 13106 0 0 1286 50 5 3 20 0 15 0 406820228 11105193984 317944 33554432000 4194304 4196468 140725724689984 140103228775568 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11949] ppid=11888 vsize=10844916 memory=1269716 CPUtime=9.14 cores=0,2,4,6
/proc/11891/task/11949/stat : 11949 (java) S 11888 11891 5271 0 -1 1077944384 15040 13106 0 0 861 45 5 3 20 0 15 0 406820229 11105193984 317944 33554432000 4194304 4196468 140725724689984 140103184332784 140103657724546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11950] ppid=11888 vsize=10844916 memory=1271776 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11950/stat : 11950 (java) S 11888 11891 5271 0 -1 1077944384 16 13106 0 0 0 0 5 3 20 0 15 0 406820230 11105193984 317944 33554432000 4194304 4196468 140725724689984 140103108256736 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11951] ppid=11888 vsize=10844916 memory=1271776 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11951/stat : 11951 (java) S 11888 11891 5271 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 406820230 11105193984 317944 33554432000 4194304 4196468 140725724689984 140102974039040 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11952] ppid=11888 vsize=10844916 memory=1271776 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11952/stat : 11952 (java) S 11888 11891 5271 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 406820233 11105193984 317944 33554432000 4194304 4196468 140725724689984 140102370060496 140103657731995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11953] ppid=11888 vsize=10844916 memory=1269716 CPUtime=4.34 cores=0,2,4,6
/proc/11891/task/11953/stat : 11953 (java) S 11888 11891 5271 0 -1 1077944384 14111 13106 0 0 422 4 5 3 20 0 15 0 406820233 11105193984 317944 33554432000 4194304 4196468 140725724689984 140103183280624 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11954] ppid=11888 vsize=10844916 memory=1271776 CPUtime=4.39 cores=0,2,4,6
/proc/11891/task/11954/stat : 11954 (java) S 11888 11891 5271 0 -1 1077944384 12566 13106 0 0 427 4 5 3 20 0 15 0 406820233 11105193984 317944 33554432000 4194304 4196468 140725724689984 140103182228080 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11955] ppid=11888 vsize=10844916 memory=1271776 CPUtime=3.31 cores=0,2,4,6
/proc/11891/task/11955/stat : 11955 (java) S 11888 11891 5271 0 -1 1077944384 13138 13106 0 0 318 5 5 3 20 0 15 0 406820233 11105193984 317944 33554432000 4194304 4196468 140725724689984 140103181175536 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11956] ppid=11888 vsize=10844916 memory=9208 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11956/stat : 11956 (java) S 11888 11891 5271 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 406820233 11105193984 317944 33554432000 4194304 4196468 140725724689984 140101900299360 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11957] ppid=11888 vsize=10844916 memory=616 CPUtime=1.48 cores=0,2,4,6
/proc/11891/task/11957/stat : 11957 (java) S 11888 11891 5271 0 -1 1077944384 941 13106 0 0 68 72 5 3 20 0 15 0 406820233 11105193984 317944 33554432000 4194304 4196468 140725724689984 140103180122416 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
Current children cumulated CPU time: 2373.74 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1271776 KiB

[startup+2382.3 s]
/proc/loadavg: 1.46 1.45 1.42 3/227 12457
/proc/meminfo: memFree=27968584/32770624 swapFree=66934480/67108860
[pid=11891] ppid=11888 vsize=10844916 memory=1271804 CPUtime=2434.82 cores=0,2,4,6
/proc/11891/stat : 11891 (java) S 11888 11891 5271 0 -1 1077944320 177983 13106 0 0 243139 335 5 3 20 0 15 0 406820218 11105193984 317951 33554432000 4194304 4196468 140725724689984 140725724672528 140103657713399 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
/proc/11891/statm: 2711229 317951 3631 1 0 2673293 0
[pid=11891/tid=11944] ppid=11888 vsize=10844916 memory=1271804 CPUtime=2357.18 cores=0,2,4,6
/proc/11891/task/11944/stat : 11944 (java) R 11888 11891 5271 0 -1 4202560 64572 13106 0 0 235660 50 5 3 20 0 15 0 406820227 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103629549456 140103275267444 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11945] ppid=11888 vsize=10844916 memory=1271804 CPUtime=13.8 cores=0,2,4,6
/proc/11891/task/11945/stat : 11945 (java) S 11888 11891 5271 0 -1 1077944384 13869 13106 0 0 1321 51 5 3 20 0 15 0 406820228 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103661955856 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11946] ppid=11888 vsize=10844916 memory=1271804 CPUtime=13.88 cores=0,2,4,6
/proc/11891/task/11946/stat : 11946 (java) S 11888 11891 5271 0 -1 1077944384 12729 13106 0 0 1332 48 5 3 20 0 15 0 406820228 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103580707728 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11947] ppid=11888 vsize=10844916 memory=1271776 CPUtime=13.85 cores=0,2,4,6
/proc/11891/task/11947/stat : 11947 (java) S 11888 11891 5271 0 -1 1077944384 16415 13106 0 0 1326 51 5 3 20 0 15 0 406820228 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103579655184 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11948] ppid=11888 vsize=10844916 memory=1271776 CPUtime=13.8 cores=0,2,4,6
/proc/11891/task/11948/stat : 11948 (java) S 11888 11891 5271 0 -1 1077944384 12153 13106 0 0 1321 51 5 3 20 0 15 0 406820228 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103228775568 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11949] ppid=11888 vsize=10844916 memory=1271804 CPUtime=9.38 cores=0,2,4,6
/proc/11891/task/11949/stat : 11949 (java) S 11888 11891 5271 0 -1 1077944384 15234 13106 0 0 884 46 5 3 20 0 15 0 406820229 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103184332784 140103657724546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11950] ppid=11888 vsize=10844916 memory=142 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11950/stat : 11950 (java) S 11888 11891 5271 0 -1 1077944384 16 13106 0 0 0 0 5 3 20 0 15 0 406820230 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103108256736 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11951] ppid=11888 vsize=10844916 memory=1271804 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11951/stat : 11951 (java) S 11888 11891 5271 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 406820230 11105193984 317951 33554432000 4194304 4196468 140725724689984 140102974039040 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11952] ppid=11888 vsize=10844916 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11952/stat : 11952 (java) S 11888 11891 5271 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 406820233 11105193984 317951 33554432000 4194304 4196468 140725724689984 140102370060496 140103657731995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11953] ppid=11888 vsize=10844916 memory=5924 CPUtime=4.34 cores=0,2,4,6
/proc/11891/task/11953/stat : 11953 (java) S 11888 11891 5271 0 -1 1077944384 14113 13106 0 0 422 4 5 3 20 0 15 0 406820233 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103183280624 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11954] ppid=11888 vsize=10844916 memory=1271804 CPUtime=4.39 cores=0,2,4,6
/proc/11891/task/11954/stat : 11954 (java) S 11888 11891 5271 0 -1 1077944384 12568 13106 0 0 427 4 5 3 20 0 15 0 406820233 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103182228080 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11955] ppid=11888 vsize=10844916 memory=3624 CPUtime=3.31 cores=0,2,4,6
/proc/11891/task/11955/stat : 11955 (java) S 11888 11891 5271 0 -1 1077944384 13140 13106 0 0 318 5 5 3 20 0 15 0 406820233 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103181175536 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11956] ppid=11888 vsize=10844916 memory=1271804 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11956/stat : 11956 (java) S 11888 11891 5271 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 406820233 11105193984 317951 33554432000 4194304 4196468 140725724689984 140101900299360 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11957] ppid=11888 vsize=10844916 memory=1271804 CPUtime=1.52 cores=0,2,4,6
/proc/11891/task/11957/stat : 11957 (java) S 11888 11891 5271 0 -1 1077944384 957 13106 0 0 70 74 5 3 20 0 15 0 406820233 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103180122416 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
Current children cumulated CPU time: 2434.82 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1271804 KiB

[startup+2442.3 s]
/proc/loadavg: 1.41 1.45 1.42 3/226 12461
/proc/meminfo: memFree=27983104/32770624 swapFree=66934480/67108860
[pid=11891] ppid=11888 vsize=10844916 memory=1271804 CPUtime=2495.91 cores=0,2,4,6
/proc/11891/stat : 11891 (java) S 11888 11891 5271 0 -1 1077944320 179345 13106 0 0 249241 342 5 3 20 0 15 0 406820218 11105193984 317951 33554432000 4194304 4196468 140725724689984 140725724672528 140103657713399 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
/proc/11891/statm: 2711229 317951 3631 1 0 2673293 0
[pid=11891/tid=11944] ppid=11888 vsize=10844916 memory=56 CPUtime=2416.49 cores=0,2,4,6
/proc/11891/task/11944/stat : 11944 (java) R 11888 11891 5271 0 -1 4202560 65291 13106 0 0 241591 50 5 3 20 0 15 0 406820227 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103629548480 140103274824478 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11945] ppid=11888 vsize=10844916 memory=1271804 CPUtime=14.17 cores=0,2,4,6
/proc/11891/task/11945/stat : 11945 (java) S 11888 11891 5271 0 -1 1077944384 13900 13106 0 0 1357 52 5 3 20 0 15 0 406820228 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103661955856 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11946] ppid=11888 vsize=10844916 memory=1271804 CPUtime=14.25 cores=0,2,4,6
/proc/11891/task/11946/stat : 11946 (java) S 11888 11891 5271 0 -1 1077944384 12881 13106 0 0 1368 49 5 3 20 0 15 0 406820228 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103580707728 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11947] ppid=11888 vsize=10844916 memory=1271804 CPUtime=14.21 cores=0,2,4,6
/proc/11891/task/11947/stat : 11947 (java) S 11888 11891 5271 0 -1 1077944384 16619 13106 0 0 1361 52 5 3 20 0 15 0 406820228 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103579655184 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11948] ppid=11888 vsize=10844916 memory=1271804 CPUtime=14.17 cores=0,2,4,6
/proc/11891/task/11948/stat : 11948 (java) S 11888 11891 5271 0 -1 1077944384 12186 13106 0 0 1357 52 5 3 20 0 15 0 406820228 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103228775568 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11949] ppid=11888 vsize=10844916 memory=1060 CPUtime=9.63 cores=0,2,4,6
/proc/11891/task/11949/stat : 11949 (java) S 11888 11891 5271 0 -1 1077944384 15433 13106 0 0 907 48 5 3 20 0 15 0 406820229 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103184332784 140103657724546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11950] ppid=11888 vsize=10844916 memory=14012 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11950/stat : 11950 (java) S 11888 11891 5271 0 -1 1077944384 16 13106 0 0 0 0 5 3 20 0 15 0 406820230 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103108256736 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11951] ppid=11888 vsize=10844916 memory=1271804 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11951/stat : 11951 (java) S 11888 11891 5271 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 406820230 11105193984 317951 33554432000 4194304 4196468 140725724689984 140102974039040 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11952] ppid=11888 vsize=10844916 memory=784 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11952/stat : 11952 (java) S 11888 11891 5271 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 406820233 11105193984 317951 33554432000 4194304 4196468 140725724689984 140102370060496 140103657731995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11953] ppid=11888 vsize=10844916 memory=1271804 CPUtime=4.34 cores=0,2,4,6
/proc/11891/task/11953/stat : 11953 (java) S 11888 11891 5271 0 -1 1077944384 14115 13106 0 0 422 4 5 3 20 0 15 0 406820233 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103183280624 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11954] ppid=11888 vsize=10844916 memory=1271804 CPUtime=4.39 cores=0,2,4,6
/proc/11891/task/11954/stat : 11954 (java) S 11888 11891 5271 0 -1 1077944384 12570 13106 0 0 427 4 5 3 20 0 15 0 406820233 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103182228080 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11955] ppid=11888 vsize=10844916 memory=1271804 CPUtime=3.31 cores=0,2,4,6
/proc/11891/task/11955/stat : 11955 (java) S 11888 11891 5271 0 -1 1077944384 13143 13106 0 0 318 5 5 3 20 0 15 0 406820233 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103181175536 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11956] ppid=11888 vsize=10844916 memory=1271804 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11956/stat : 11956 (java) S 11888 11891 5271 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 406820233 11105193984 317951 33554432000 4194304 4196468 140725724689984 140101900299360 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11957] ppid=11888 vsize=10844916 memory=280827646096256 CPUtime=1.56 cores=0,2,4,6
/proc/11891/task/11957/stat : 11957 (java) S 11888 11891 5271 0 -1 1077944384 974 13106 0 0 72 76 5 3 20 0 15 0 406820233 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103180122416 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
Current children cumulated CPU time: 2495.91 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1271804 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466 s]*
/proc/loadavg: 1.23 1.41 1.40 3/226 12463
/proc/meminfo: memFree=27983780/32770624 swapFree=66934480/67108860
[pid=11891] ppid=11888 vsize=10844916 memory=1271804 CPUtime=2520.05 cores=0,2,4,6
/proc/11891/stat : 11891 (java) S 11888 11891 5271 0 -1 1077944320 180303 13106 0 0 251653 344 5 3 20 0 15 0 406820218 11105193984 317951 33554432000 4194304 4196468 140725724689984 140725724672528 140103657713399 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
/proc/11891/statm: 2711229 317951 3631 1 0 2673293 0
[pid=11891/tid=11944] ppid=11888 vsize=10844916 memory=8317482817917895235 CPUtime=2439.93 cores=0,2,4,6
/proc/11891/task/11944/stat : 11944 (java) R 11888 11891 5271 0 -1 4202560 65665 13106 0 0 243934 51 5 3 20 0 15 0 406820227 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103629549248 140103640120486 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11945] ppid=11888 vsize=10844916 memory=4872558044660077418 CPUtime=14.32 cores=0,2,4,6
/proc/11891/task/11945/stat : 11945 (java) S 11888 11891 5271 0 -1 1077944384 13919 13106 0 0 1372 52 5 3 20 0 15 0 406820228 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103661955856 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11946] ppid=11888 vsize=10844916 memory=920 CPUtime=14.4 cores=0,2,4,6
/proc/11891/task/11946/stat : 11946 (java) S 11888 11891 5271 0 -1 1077944384 12963 13106 0 0 1383 49 5 3 20 0 15 0 406820228 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103580707728 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11947] ppid=11888 vsize=10844916 memory=3848 CPUtime=14.36 cores=0,2,4,6
/proc/11891/task/11947/stat : 11947 (java) S 11888 11891 5271 0 -1 1077944384 16878 13106 0 0 1376 52 5 3 20 0 15 0 406820228 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103579655184 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11948] ppid=11888 vsize=10844916 memory=2876 CPUtime=14.32 cores=0,2,4,6
/proc/11891/task/11948/stat : 11948 (java) S 11888 11891 5271 0 -1 1077944384 12199 13106 0 0 1372 52 5 3 20 0 15 0 406820228 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103228775568 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11949] ppid=11888 vsize=10844916 memory=2600 CPUtime=9.73 cores=0,2,4,6
/proc/11891/task/11949/stat : 11949 (java) S 11888 11891 5271 0 -1 1077944384 15622 13106 0 0 917 48 5 3 20 0 15 0 406820229 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103184332784 140103657724546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11950] ppid=11888 vsize=10844916 memory=4104 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11950/stat : 11950 (java) S 11888 11891 5271 0 -1 1077944384 16 13106 0 0 0 0 5 3 20 0 15 0 406820230 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103108256736 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11951] ppid=11888 vsize=10844916 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11951/stat : 11951 (java) S 11888 11891 5271 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 406820230 11105193984 317951 33554432000 4194304 4196468 140725724689984 140102974039040 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11952] ppid=11888 vsize=10844916 memory=3284 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11952/stat : 11952 (java) S 11888 11891 5271 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 406820233 11105193984 317951 33554432000 4194304 4196468 140725724689984 140102370060496 140103657731995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11953] ppid=11888 vsize=10844916 memory=1271804 CPUtime=4.34 cores=0,2,4,6
/proc/11891/task/11953/stat : 11953 (java) S 11888 11891 5271 0 -1 1077944384 14117 13106 0 0 422 4 5 3 20 0 15 0 406820233 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103183280624 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11954] ppid=11888 vsize=10844916 memory=1408 CPUtime=4.39 cores=0,2,4,6
/proc/11891/task/11954/stat : 11954 (java) S 11888 11891 5271 0 -1 1077944384 12572 13106 0 0 427 4 5 3 20 0 15 0 406820233 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103182228080 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11955] ppid=11888 vsize=10844916 memory=3084 CPUtime=3.31 cores=0,2,4,6
/proc/11891/task/11955/stat : 11955 (java) S 11888 11891 5271 0 -1 1077944384 13146 13106 0 0 318 5 5 3 20 0 15 0 406820233 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103181175536 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11956] ppid=11888 vsize=10844916 memory=2431160 CPUtime=0.08 cores=0,2,4,6
/proc/11891/task/11956/stat : 11956 (java) S 11888 11891 5271 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 406820233 11105193984 317951 33554432000 4194304 4196468 140725724689984 140101900299360 140103657723605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
[pid=11891/tid=11957] ppid=11888 vsize=10844916 memory=1160 CPUtime=1.58 cores=0,2,4,6
/proc/11891/task/11957/stat : 11957 (java) S 11888 11891 5271 0 -1 1077944384 989 13106 0 0 73 77 5 3 20 0 15 0 406820233 11105193984 317951 33554432000 4194304 4196468 140725724689984 140103180122416 140103657724546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37269504 140725724691189 140725724693701 140725724693701 140725724696527 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1271804 KiB

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

[startup+2466.04 s]
# the end of solver process 11891 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.61 s, system=3.4892 s

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

Child status: 143
Real time (s): 2466.04
CPU time (s): 2520.1
CPU user time (s): 2516.61
CPU system time (s): 3.4892
CPU usage (%): 102.192
Max. virtual memory (cumulated for all children) (KiB): 10847580
Max. memory (cumulated for all children) (KiB): 1271804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.61
system time used= 3.4892
maximum resident set size= 1275932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194731
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 268708
involuntary context switches= 11098


# summary of solver processes directly reported to runsolver:
#   pid: 11891
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.61
#   total CPU system time (s): 3.4892

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3513 second user time and 23.9979 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-12 17:25:23
IDJOB=4387458
IDBENCH=139111
IDSOLVER=2823
FILE ID=node105/4387458-1568305618
RUNJOBID= node105-1568282271-6097
PBS_JOBID= 21701089
Free space on /tmp= 54336 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/LatinSquare/LatinSquare-xcsp2-qcp25/qcp-25-264-08_X2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387458-1568305618/watcher-4387458-1568305618 -o /tmp/evaluation-result-4387458-1568305618/solver-4387458-1568305618 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568282271-6097 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1573022450 HOME/instance-4387458-1568305618.xml

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

MD5SUM BENCH= e61b201f6225aab3795ad5f045ee307f
RANDOM SEED=1573022450

node105.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.00
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.00
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.00
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.00
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:        30875036 kB
MemAvailable:   31065724 kB
Buffers:          106676 kB
Cached:           374000 kB
SwapCached:        69044 kB
Active:          1070096 kB
Inactive:         274792 kB
Active(anon):     807200 kB
Inactive(anon):    88588 kB
Active(file):     262896 kB
Inactive(file):   186204 kB
Unevictable:      111340 kB
Mlocked:          111340 kB
SwapTotal:      67108860 kB
SwapFree:       66934444 kB
Dirty:             35292 kB
Writeback:             0 kB
AnonPages:        920164 kB
Mapped:            47148 kB
Shmem:             22600 kB
Slab:             142844 kB
SReclaimable:     114848 kB
SUnreclaim:        27996 kB
KernelStack:        3984 kB
PageTables:         6964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1985632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    831488 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= 54300 MiB
End job on node105 at 2019-09-12 18:06:30