Trace number 4294888

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.8 2018-06-13? (TO) 2520.15 2500.35

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-13-14_c18.xml
MD5SUM1e3f313ec943efeca8787f022e591dae
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables182
Number of constraints27
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":182}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":182}]
Minimum constraint arity13
Maximum constraint arity14
Distribution of constraint arities[{"arity":13,"count":14},{"arity":14,"count":13}]
Number of extensional constraints27
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":27}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294888-1532494861/watcher-4294888-1532494861 -o /tmp/evaluation-result-4294888-1532494861/solver-4294888-1532494861 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19936 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=635895223 HOME/instance-4294888-1532494861.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=25961, runsolver pid=25958

[startup+0.100168 s]*
/proc/loadavg: 1.71 1.67 1.52 2/207 26014
/proc/meminfo: memFree=19200988/32770624 swapFree=67108860/67108860
[pid=25961] ppid=25958 vsize=9972712 memory=16548 CPUtime=0.08 cores=0,2,4,6
/proc/25961/stat : 25961 (java) S 25958 25961 19905 0 -1 1077944320 4298 13279 0 0 1 0 5 2 20 0 6 0 67049294 10212057088 4137 33554432000 4194304 4196468 140727442141296 140727442123840 139854239764215 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
/proc/25961/statm: 2493178 4137 1932 1 0 2481616 0
[pid=25961/tid=26014] ppid=25958 vsize=9972712 memory=4279135704047321741 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26014/stat : 26014 (java) R 25958 25961 19905 0 -1 4202560 2104 13279 0 0 0 0 5 2 20 0 6 0 67049304 10212057088 4137 33554432000 4194304 4196468 140727442141296 139854211600976 139854223844702 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26015] ppid=25958 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26015/stat : 26015 (java) S 25958 25961 19905 0 -1 1077944384 1 13279 0 0 0 0 5 2 20 0 6 0 67049304 10212057088 4137 33554432000 4194304 4196468 140727442141296 139854244006928 139854239774421 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26016] ppid=25958 vsize=9972712 memory=139690379171456 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26016/stat : 26016 (java) S 25958 25961 19905 0 -1 1077944384 1 13279 0 0 0 0 5 2 20 0 6 0 67049304 10212057088 4137 33554432000 4194304 4196468 140727442141296 139854142897296 139854239774421 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26017] ppid=25958 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26017/stat : 26017 (java) S 25958 25961 19905 0 -1 1077944384 2 13279 0 0 0 0 5 2 20 0 6 0 67049304 10212057088 4137 33554432000 4194304 4196468 140727442141296 139854141844240 139854239774421 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26018] ppid=25958 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26018/stat : 26018 (java) S 25958 25961 19905 0 -1 1077944384 1 13279 0 0 0 0 5 2 20 0 6 0 67049305 10212057088 4137 33554432000 4194304 4196468 140727442141296 139854140791696 139854239774421 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210299 s]*
/proc/loadavg: 1.71 1.67 1.52 3/220 26027
/proc/meminfo: memFree=19177888/32770624 swapFree=67108860/67108860
[pid=25961] ppid=25958 vsize=10818904 memory=42092 CPUtime=0.25 cores=0,2,4,6
/proc/25961/stat : 25961 (java) S 25958 25961 19905 0 -1 1077944320 7759 13279 0 0 17 1 5 2 20 0 15 0 67049294 11078557696 10523 33554432000 4194304 4196468 140727442141296 140727442123840 139854239764215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
/proc/25961/statm: 2704726 10523 2982 1 0 2667149 0
[pid=25961/tid=26014] ppid=25958 vsize=10818904 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/25961/task/26014/stat : 26014 (java) R 25958 25961 19905 0 -1 4202560 4346 13279 0 0 11 0 5 2 20 0 15 0 67049304 11078557696 10589 33554432000 4194304 4196468 140727442141296 139854211561136 139854220039936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26015] ppid=25958 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26015/stat : 26015 (java) S 25958 25961 19905 0 -1 1077944384 1 13279 0 0 0 0 5 2 20 0 15 0 67049304 11078557696 10589 33554432000 4194304 4196468 140727442141296 139854244006928 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26016] ppid=25958 vsize=10818904 memory=139690379171456 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26016/stat : 26016 (java) S 25958 25961 19905 0 -1 1077944384 1 13279 0 0 0 0 5 2 20 0 15 0 67049304 11078557696 10589 33554432000 4194304 4196468 140727442141296 139854142897296 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26017] ppid=25958 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26017/stat : 26017 (java) S 25958 25961 19905 0 -1 1077944384 2 13279 0 0 0 0 5 2 20 0 15 0 67049304 11078557696 10589 33554432000 4194304 4196468 140727442141296 139854141844240 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26018] ppid=25958 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26018/stat : 26018 (java) S 25958 25961 19905 0 -1 1077944384 1 13279 0 0 0 0 5 2 20 0 15 0 67049305 11078557696 10589 33554432000 4194304 4196468 140727442141296 139854140791696 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26019] ppid=25958 vsize=10818904 memory=139690379171456 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26019/stat : 26019 (java) S 25958 25961 19905 0 -1 1077944384 2 13279 0 0 0 0 5 2 20 0 15 0 67049306 11078557696 10589 33554432000 4194304 4196468 140727442141296 139853698984176 139854239775362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26020] ppid=25958 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26020/stat : 26020 (java) S 25958 25961 19905 0 -1 1077944384 13 13279 0 0 0 0 5 2 20 0 15 0 67049306 11078557696 10589 33554432000 4194304 4196468 140727442141296 139853127738528 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26021] ppid=25958 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26021/stat : 26021 (java) S 25958 25961 19905 0 -1 1077944384 1 13279 0 0 0 0 5 2 20 0 15 0 67049307 11078557696 10589 33554432000 4194304 4196468 140727442141296 139852993520368 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26022] ppid=25958 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26022/stat : 26022 (java) S 25958 25961 19905 0 -1 1077944384 3 13279 0 0 0 0 5 2 20 0 15 0 67049309 11078557696 10589 33554432000 4194304 4196468 140727442141296 139852753229776 139854239782811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26023] ppid=25958 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25961/task/26023/stat : 26023 (java) S 25958 25961 19905 0 -1 1077944384 557 13279 0 0 1 0 5 2 20 0 15 0 67049309 11078557696 10589 33554432000 4194304 4196468 140727442141296 139853697932016 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26024] ppid=25958 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25961/task/26024/stat : 26024 (java) S 25958 25961 19905 0 -1 1077944384 66 13279 0 0 1 0 5 2 20 0 15 0 67049309 11078557696 10589 33554432000 4194304 4196468 140727442141296 139853696879472 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26025] ppid=25958 vsize=10818904 memory=139690379171456 CPUtime=0.1 cores=0,2,4,6
/proc/25961/task/26025/stat : 26025 (java) S 25958 25961 19905 0 -1 1077944384 593 13279 0 0 3 0 5 2 20 0 15 0 67049309 11078557696 10655 33554432000 4194304 4196468 140727442141296 139853695826416 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26026] ppid=25958 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26026/stat : 26026 (java) S 25958 25961 19905 0 -1 1077944384 3 13279 0 0 0 0 5 2 20 0 15 0 67049309 11078557696 10655 33554432000 4194304 4196468 140727442141296 139852719672160 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26027] ppid=25958 vsize=10818904 memory=139690379171456 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26027/stat : 26027 (java) S 25958 25961 19905 0 -1 1077944384 1 13279 0 0 0 0 5 2 20 0 15 0 67049310 11078557696 10655 33554432000 4194304 4196468 140727442141296 139853694773808 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42092 KiB

[startup+0.310647 s]*
/proc/loadavg: 1.71 1.67 1.52 3/220 26027
/proc/meminfo: memFree=19164740/32770624 swapFree=67108860/67108860
[pid=25961] ppid=25958 vsize=10819352 memory=54176 CPUtime=0.37 cores=0,2,4,6
/proc/25961/stat : 25961 (java) S 25958 25961 19905 0 -1 1077944320 10541 13279 0 0 28 2 5 2 20 0 15 0 67049294 11079016448 13544 33554432000 4194304 4196468 140727442141296 140727442123840 139854239764215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
/proc/25961/statm: 2704838 13544 3115 1 0 2667149 0
[pid=25961/tid=26014] ppid=25958 vsize=10819352 memory=6791534058613427641 CPUtime=0.27 cores=0,2,4,6
/proc/25961/task/26014/stat : 26014 (java) R 25958 25961 19905 0 -1 4202560 7091 13279 0 0 19 1 5 2 20 0 15 0 67049304 11079016448 13544 33554432000 4194304 4196468 140727442141296 139854211576224 139854239778102 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26015] ppid=25958 vsize=10819352 memory=7373043845850746960 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26015/stat : 26015 (java) S 25958 25961 19905 0 -1 1077944384 1 13279 0 0 0 0 5 2 20 0 15 0 67049304 11079016448 13544 33554432000 4194304 4196468 140727442141296 139854244006928 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26016] ppid=25958 vsize=10819352 memory=2080 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26016/stat : 26016 (java) S 25958 25961 19905 0 -1 1077944384 1 13279 0 0 0 0 5 2 20 0 15 0 67049304 11079016448 13544 33554432000 4194304 4196468 140727442141296 139854142897296 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26017] ppid=25958 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26017/stat : 26017 (java) S 25958 25961 19905 0 -1 1077944384 2 13279 0 0 0 0 5 2 20 0 15 0 67049304 11079016448 13544 33554432000 4194304 4196468 140727442141296 139854141844240 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26018] ppid=25958 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26018/stat : 26018 (java) S 25958 25961 19905 0 -1 1077944384 1 13279 0 0 0 0 5 2 20 0 15 0 67049305 11079016448 13544 33554432000 4194304 4196468 140727442141296 139854140791696 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26019] ppid=25958 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26019/stat : 26019 (java) S 25958 25961 19905 0 -1 1077944384 2 13279 0 0 0 0 5 2 20 0 15 0 67049306 11079016448 13544 33554432000 4194304 4196468 140727442141296 139853698984176 139854239775362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26020] ppid=25958 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26020/stat : 26020 (java) S 25958 25961 19905 0 -1 1077944384 13 13279 0 0 0 0 5 2 20 0 15 0 67049306 11079016448 13544 33554432000 4194304 4196468 140727442141296 139853127738528 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26021] ppid=25958 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26021/stat : 26021 (java) S 25958 25961 19905 0 -1 1077944384 1 13279 0 0 0 0 5 2 20 0 15 0 67049307 11079016448 13544 33554432000 4194304 4196468 140727442141296 139852993520368 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26022] ppid=25958 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26022/stat : 26022 (java) S 25958 25961 19905 0 -1 1077944384 3 13279 0 0 0 0 5 2 20 0 15 0 67049309 11079016448 13544 33554432000 4194304 4196468 140727442141296 139852753229776 139854239782811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26023] ppid=25958 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25961/task/26023/stat : 26023 (java) S 25958 25961 19905 0 -1 1077944384 559 13279 0 0 1 0 5 2 20 0 15 0 67049309 11079016448 13544 33554432000 4194304 4196468 140727442141296 139853697932016 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26024] ppid=25958 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25961/task/26024/stat : 26024 (java) S 25958 25961 19905 0 -1 1077944384 66 13279 0 0 1 0 5 2 20 0 15 0 67049309 11079016448 13544 33554432000 4194304 4196468 140727442141296 139853696879472 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26025] ppid=25958 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/25961/task/26025/stat : 26025 (java) S 25958 25961 19905 0 -1 1077944384 604 13279 0 0 5 0 5 2 20 0 15 0 67049309 11079016448 13544 33554432000 4194304 4196468 140727442141296 139853695826416 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26026] ppid=25958 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26026/stat : 26026 (java) S 25958 25961 19905 0 -1 1077944384 3 13279 0 0 0 0 5 2 20 0 15 0 67049309 11079016448 13544 33554432000 4194304 4196468 140727442141296 139852719672160 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26027] ppid=25958 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26027/stat : 26027 (java) S 25958 25961 19905 0 -1 1077944384 1 13279 0 0 0 0 5 2 20 0 15 0 67049310 11079016448 13544 33554432000 4194304 4196468 140727442141296 139853694773808 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54176 KiB

[startup+0.700819 s]
/proc/loadavg: 1.71 1.67 1.52 4/220 26027
/proc/meminfo: memFree=19154072/32770624 swapFree=67108860/67108860
[pid=25961] ppid=25958 vsize=10819352 memory=86184 CPUtime=0.98 cores=0,2,4,6
/proc/25961/stat : 25961 (java) S 25958 25961 19905 0 -1 1077944320 16718 13279 0 0 87 4 5 2 20 0 15 0 67049294 11079016448 21546 33554432000 4194304 4196468 140727442141296 140727442123840 139854239764215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
/proc/25961/statm: 2704838 21546 3238 1 0 2667149 0
[pid=25961/tid=26014] ppid=25958 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/25961/task/26014/stat : 26014 (java) R 25958 25961 19905 0 -1 4202560 12236 13279 0 0 56 3 5 2 20 0 15 0 67049304 11079016448 21546 33554432000 4194304 4196468 140727442141296 139854211585040 139854239786141 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26015] ppid=25958 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26015/stat : 26015 (java) S 25958 25961 19905 0 -1 1077944384 1 13279 0 0 0 0 5 2 20 0 15 0 67049304 11079016448 21546 33554432000 4194304 4196468 140727442141296 139854244006928 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26016] ppid=25958 vsize=10819352 memory=4036 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26016/stat : 26016 (java) S 25958 25961 19905 0 -1 1077944384 1 13279 0 0 0 0 5 2 20 0 15 0 67049304 11079016448 21546 33554432000 4194304 4196468 140727442141296 139854142897296 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26017] ppid=25958 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26017/stat : 26017 (java) S 25958 25961 19905 0 -1 1077944384 2 13279 0 0 0 0 5 2 20 0 15 0 67049304 11079016448 21546 33554432000 4194304 4196468 140727442141296 139854141844240 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26018] ppid=25958 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26018/stat : 26018 (java) S 25958 25961 19905 0 -1 1077944384 1 13279 0 0 0 0 5 2 20 0 15 0 67049305 11079016448 21546 33554432000 4194304 4196468 140727442141296 139854140791696 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26019] ppid=25958 vsize=10819352 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26019/stat : 26019 (java) S 25958 25961 19905 0 -1 1077944384 5 13279 0 0 0 0 5 2 20 0 15 0 67049306 11079016448 21546 33554432000 4194304 4196468 140727442141296 139853698984176 139854239775362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26020] ppid=25958 vsize=10819352 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26020/stat : 26020 (java) S 25958 25961 19905 0 -1 1077944384 13 13279 0 0 0 0 5 2 20 0 15 0 67049306 11079016448 21610 33554432000 4194304 4196468 140727442141296 139853127738528 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26021] ppid=25958 vsize=10819352 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26021/stat : 26021 (java) S 25958 25961 19905 0 -1 1077944384 1 13279 0 0 0 0 5 2 20 0 15 0 67049307 11079016448 21610 33554432000 4194304 4196468 140727442141296 139852993520368 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26022] ppid=25958 vsize=10819352 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26022/stat : 26022 (java) S 25958 25961 19905 0 -1 1077944384 3 13279 0 0 0 0 5 2 20 0 15 0 67049309 11079016448 21610 33554432000 4194304 4196468 140727442141296 139852753229776 139854239782811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26023] ppid=25958 vsize=10819352 memory=13252 CPUtime=0.17 cores=0,2,4,6
/proc/25961/task/26023/stat : 26023 (java) S 25958 25961 19905 0 -1 1077944384 1160 13279 0 0 10 0 5 2 20 0 15 0 67049309 11079016448 21610 33554432000 4194304 4196468 140727442141296 139853697932016 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26024] ppid=25958 vsize=10819352 memory=15460 CPUtime=0.13 cores=0,2,4,6
/proc/25961/task/26024/stat : 26024 (java) S 25958 25961 19905 0 -1 1077944384 428 13279 0 0 6 0 5 2 20 0 15 0 67049309 11079016448 21610 33554432000 4194304 4196468 140727442141296 139853696879472 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26025] ppid=25958 vsize=10819352 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/25961/task/26025/stat : 26025 (java) R 25958 25961 19905 0 -1 4202560 670 13279 0 0 13 0 5 2 20 0 15 0 67049309 11079016448 21610 33554432000 4194304 4196468 140727442141296 139853695826416 139854218421344 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26026] ppid=25958 vsize=10819352 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26026/stat : 26026 (java) S 25958 25961 19905 0 -1 1077944384 3 13279 0 0 0 0 5 2 20 0 15 0 67049309 11079016448 21610 33554432000 4194304 4196468 140727442141296 139852719672160 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26027] ppid=25958 vsize=10819352 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26027/stat : 26027 (java) S 25958 25961 19905 0 -1 1077944384 1 13279 0 0 0 0 5 2 20 0 15 0 67049310 11079016448 21610 33554432000 4194304 4196468 140727442141296 139853694773808 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86184 KiB

[startup+1.50081 s]
/proc/loadavg: 1.71 1.67 1.52 3/220 26027
/proc/meminfo: memFree=19108420/32770624 swapFree=67108860/67108860
[pid=25961] ppid=25958 vsize=10828108 memory=273976 CPUtime=2.73 cores=0,2,4,6
/proc/25961/stat : 25961 (java) S 25958 25961 19905 0 -1 1077944320 22084 13279 0 0 253 13 5 2 20 0 15 0 67049294 11087982592 68494 33554432000 4194304 4196468 140727442141296 140727442123840 139854239764215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
/proc/25961/statm: 2707027 68494 3472 1 0 2668685 0
[pid=25961/tid=26014] ppid=25958 vsize=10828108 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/25961/task/26014/stat : 26014 (java) S 25958 25961 19905 0 -1 1077944384 14847 13279 0 0 129 6 5 2 20 0 15 0 67049304 11087982592 68494 33554432000 4194304 4196468 140727442141296 139854211598512 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26015] ppid=25958 vsize=10828108 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25961/task/26015/stat : 26015 (java) S 25958 25961 19905 0 -1 1077944384 68 13279 0 0 1 1 5 2 20 0 15 0 67049304 11087982592 68494 33554432000 4194304 4196468 140727442141296 139854244006928 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26016] ppid=25958 vsize=10828108 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25961/task/26016/stat : 26016 (java) S 25958 25961 19905 0 -1 1077944384 221 13279 0 0 1 1 5 2 20 0 15 0 67049304 11087982592 68494 33554432000 4194304 4196468 140727442141296 139854142897296 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26017] ppid=25958 vsize=10828108 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25961/task/26017/stat : 26017 (java) S 25958 25961 19905 0 -1 1077944384 394 13279 0 0 1 1 5 2 20 0 15 0 67049304 11087982592 68494 33554432000 4194304 4196468 140727442141296 139854141844240 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26018] ppid=25958 vsize=10828108 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25961/task/26018/stat : 26018 (java) S 25958 25961 19905 0 -1 1077944384 64 13279 0 0 1 1 5 2 20 0 15 0 67049305 11087982592 68494 33554432000 4194304 4196468 140727442141296 139854140791696 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26019] ppid=25958 vsize=10828108 memory=-7965959130280075168 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26019/stat : 26019 (java) R 25958 25961 19905 0 -1 4202560 93 13279 0 0 0 0 5 2 20 0 15 0 67049306 11087982592 68494 33554432000 4194304 4196468 140727442141296 139853698982688 139854239785562 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26020] ppid=25958 vsize=10828108 memory=279380509141248 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26020/stat : 26020 (java) S 25958 25961 19905 0 -1 1077944384 14 13279 0 0 0 0 5 2 20 0 15 0 67049306 11087982592 68494 33554432000 4194304 4196468 140727442141296 139853127738592 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26021] ppid=25958 vsize=10828108 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26021/stat : 26021 (java) S 25958 25961 19905 0 -1 1077944384 2 13279 0 0 0 0 5 2 20 0 15 0 67049307 11087982592 68494 33554432000 4194304 4196468 140727442141296 139852993520368 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26022] ppid=25958 vsize=10828108 memory=13056 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26022/stat : 26022 (java) S 25958 25961 19905 0 -1 1077944384 3 13279 0 0 0 0 5 2 20 0 15 0 67049309 11087982592 68494 33554432000 4194304 4196468 140727442141296 139852753229776 139854239782811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26023] ppid=25958 vsize=10828108 memory=5788 CPUtime=0.48 cores=0,2,4,6
/proc/25961/task/26023/stat : 26023 (java) S 25958 25961 19905 0 -1 1077944384 1827 13279 0 0 41 0 5 2 20 0 15 0 67049309 11087982592 68494 33554432000 4194304 4196468 140727442141296 139853697932016 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26024] ppid=25958 vsize=10828108 memory=4620 CPUtime=0.47 cores=0,2,4,6
/proc/25961/task/26024/stat : 26024 (java) S 25958 25961 19905 0 -1 1077944384 1059 13279 0 0 40 0 5 2 20 0 15 0 67049309 11087982592 68494 33554432000 4194304 4196468 140727442141296 139853696879472 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26025] ppid=25958 vsize=10828108 memory=1424 CPUtime=0.41 cores=0,2,4,6
/proc/25961/task/26025/stat : 26025 (java) S 25958 25961 19905 0 -1 1077944384 1295 13279 0 0 34 0 5 2 20 0 15 0 67049309 11087982592 68494 33554432000 4194304 4196468 140727442141296 139853695826416 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26026] ppid=25958 vsize=10828108 memory=1232 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26026/stat : 26026 (java) S 25958 25961 19905 0 -1 1077944384 3 13279 0 0 0 0 5 2 20 0 15 0 67049309 11087982592 68494 33554432000 4194304 4196468 140727442141296 139852719672160 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26027] ppid=25958 vsize=10828108 memory=1012 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26027/stat : 26027 (java) S 25958 25961 19905 0 -1 1077944384 1 13279 0 0 0 0 5 2 20 0 15 0 67049310 11087982592 68494 33554432000 4194304 4196468 140727442141296 139853694773808 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 10828108 KiB

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

/proc/25961/task/26014/stat : 26014 (java) R 25958 25961 19905 0 -1 4202560 157877 13279 0 0 237575 60 5 2 20 0 15 0 67049304 11176083456 608390 33554432000 4194304 4196468 140727442141296 139854211594608 139853819113925 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26015] ppid=25958 vsize=10914144 memory=2433560 CPUtime=2.71 cores=0,2,4,6
/proc/25961/task/26015/stat : 26015 (java) S 25958 25961 19905 0 -1 1077944384 31061 13279 0 0 241 23 5 2 20 0 15 0 67049304 11176083456 608390 33554432000 4194304 4196468 140727442141296 139854244006928 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26016] ppid=25958 vsize=10914144 memory=2433560 CPUtime=2.68 cores=0,2,4,6
/proc/25961/task/26016/stat : 26016 (java) S 25958 25961 19905 0 -1 1077944384 38524 13279 0 0 239 22 5 2 20 0 15 0 67049304 11176083456 608390 33554432000 4194304 4196468 140727442141296 139854142897296 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26017] ppid=25958 vsize=10914144 memory=2433560 CPUtime=2.69 cores=0,2,4,6
/proc/25961/task/26017/stat : 26017 (java) S 25958 25961 19905 0 -1 1077944384 31664 13279 0 0 242 20 5 2 20 0 15 0 67049304 11176083456 608390 33554432000 4194304 4196468 140727442141296 139854141844240 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26018] ppid=25958 vsize=10914144 memory=2433560 CPUtime=2.71 cores=0,2,4,6
/proc/25961/task/26018/stat : 26018 (java) S 25958 25961 19905 0 -1 1077944384 47617 13279 0 0 241 23 5 2 20 0 15 0 67049305 11176083456 608390 33554432000 4194304 4196468 140727442141296 139854140791696 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26019] ppid=25958 vsize=10914144 memory=0 CPUtime=2.41 cores=0,2,4,6
/proc/25961/task/26019/stat : 26019 (java) S 25958 25961 19905 0 -1 1077944384 29305 13279 0 0 218 16 5 2 20 0 15 0 67049306 11176083456 608390 33554432000 4194304 4196468 140727442141296 139853698984176 139854239775362 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26020] ppid=25958 vsize=10914144 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26020/stat : 26020 (java) S 25958 25961 19905 0 -1 1077944384 26 13279 0 0 0 0 5 2 20 0 15 0 67049306 11176083456 608390 33554432000 4194304 4196468 140727442141296 139853127738656 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26021] ppid=25958 vsize=10914144 memory=2324 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26021/stat : 26021 (java) S 25958 25961 19905 0 -1 1077944384 19 13279 0 0 0 0 5 2 20 0 15 0 67049307 11176083456 608390 33554432000 4194304 4196468 140727442141296 139852993520384 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26022] ppid=25958 vsize=10914144 memory=1844 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26022/stat : 26022 (java) S 25958 25961 19905 0 -1 1077944384 3 13279 0 0 0 0 5 2 20 0 15 0 67049309 11176083456 608390 33554432000 4194304 4196468 140727442141296 139852753229776 139854239782811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26023] ppid=25958 vsize=10914144 memory=2433552 CPUtime=4.56 cores=0,2,4,6
/proc/25961/task/26023/stat : 26023 (java) S 25958 25961 19905 0 -1 1077944384 59115 13279 0 0 443 6 5 2 20 0 15 0 67049309 11176083456 608390 33554432000 4194304 4196468 140727442141296 139853697932016 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26024] ppid=25958 vsize=10914144 memory=1232 CPUtime=4.58 cores=0,2,4,6
/proc/25961/task/26024/stat : 26024 (java) S 25958 25961 19905 0 -1 1077944384 51167 13279 0 0 445 6 5 2 20 0 15 0 67049309 11176083456 608390 33554432000 4194304 4196468 140727442141296 139853696879472 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26025] ppid=25958 vsize=10914144 memory=2433560 CPUtime=1.8 cores=0,2,4,6
/proc/25961/task/26025/stat : 26025 (java) S 25958 25961 19905 0 -1 1077944384 32936 13279 0 0 168 5 5 2 20 0 15 0 67049309 11176083456 608390 33554432000 4194304 4196468 140727442141296 139853695826416 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26026] ppid=25958 vsize=10914144 memory=2433560 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26026/stat : 26026 (java) S 25958 25961 19905 0 -1 1077944384 3 13279 0 0 0 0 5 2 20 0 15 0 67049309 11176083456 608390 33554432000 4194304 4196468 140727442141296 139852719672160 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26027] ppid=25958 vsize=10914144 memory=2432608 CPUtime=1.49 cores=0,2,4,6
/proc/25961/task/26027/stat : 26027 (java) S 25958 25961 19905 0 -1 1077944384 3720 13279 0 0 75 67 5 2 20 0 15 0 67049310 11176083456 608390 33554432000 4194304 4196468 140727442141296 139853694773808 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
Current children cumulated CPU time: 2401.54 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 2433560 KiB

[startup+2442.3 s]
/proc/loadavg: 1.35 1.46 1.50 3/219 26256
/proc/meminfo: memFree=16752888/32770624 swapFree=67108860/67108860
[pid=25961] ppid=25958 vsize=10914144 memory=2435644 CPUtime=2461.8 cores=0,2,4,6
/proc/25961/stat : 25961 (java) S 25958 25961 19905 0 -1 1077944320 489509 13279 0 0 245952 221 5 2 20 0 15 0 67049294 11176083456 608911 33554432000 4194304 4196468 140727442141296 140727442123840 139854239764215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
/proc/25961/statm: 2728536 608911 3520 1 0 2690189 0
[pid=25961/tid=26014] ppid=25958 vsize=10914144 memory=2435640 CPUtime=2436.24 cores=0,2,4,6
/proc/25961/task/26014/stat : 26014 (java) R 25958 25961 19905 0 -1 4202560 159207 13279 0 0 243557 60 5 2 20 0 15 0 67049304 11176083456 608911 33554432000 4194304 4196468 140727442141296 139854211593248 139853819113791 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26015] ppid=25958 vsize=10914144 memory=2435640 CPUtime=2.79 cores=0,2,4,6
/proc/25961/task/26015/stat : 26015 (java) S 25958 25961 19905 0 -1 1077944384 31857 13279 0 0 249 23 5 2 20 0 15 0 67049304 11176083456 608911 33554432000 4194304 4196468 140727442141296 139854244006928 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26016] ppid=25958 vsize=10914144 memory=2435640 CPUtime=2.77 cores=0,2,4,6
/proc/25961/task/26016/stat : 26016 (java) S 25958 25961 19905 0 -1 1077944384 39377 13279 0 0 247 23 5 2 20 0 15 0 67049304 11176083456 608911 33554432000 4194304 4196468 140727442141296 139854142897296 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26017] ppid=25958 vsize=10914144 memory=2435644 CPUtime=2.78 cores=0,2,4,6
/proc/25961/task/26017/stat : 26017 (java) S 25958 25961 19905 0 -1 1077944384 32122 13279 0 0 250 21 5 2 20 0 15 0 67049304 11176083456 608911 33554432000 4194304 4196468 140727442141296 139854141844240 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26018] ppid=25958 vsize=10914144 memory=2435640 CPUtime=2.79 cores=0,2,4,6
/proc/25961/task/26018/stat : 26018 (java) S 25958 25961 19905 0 -1 1077944384 47797 13279 0 0 249 23 5 2 20 0 15 0 67049305 11176083456 608911 33554432000 4194304 4196468 140727442141296 139854140791696 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26019] ppid=25958 vsize=10914144 memory=2435644 CPUtime=2.49 cores=0,2,4,6
/proc/25961/task/26019/stat : 26019 (java) S 25958 25961 19905 0 -1 1077944384 29907 13279 0 0 226 16 5 2 20 0 15 0 67049306 11176083456 608911 33554432000 4194304 4196468 140727442141296 139853698984176 139854239775362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26020] ppid=25958 vsize=10914144 memory=2435640 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26020/stat : 26020 (java) S 25958 25961 19905 0 -1 1077944384 26 13279 0 0 0 0 5 2 20 0 15 0 67049306 11176083456 608911 33554432000 4194304 4196468 140727442141296 139853127738656 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26021] ppid=25958 vsize=10914144 memory=2435644 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26021/stat : 26021 (java) S 25958 25961 19905 0 -1 1077944384 19 13279 0 0 0 0 5 2 20 0 15 0 67049307 11176083456 608911 33554432000 4194304 4196468 140727442141296 139852993520384 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26022] ppid=25958 vsize=10914144 memory=2435632 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26022/stat : 26022 (java) S 25958 25961 19905 0 -1 1077944384 3 13279 0 0 0 0 5 2 20 0 15 0 67049309 11176083456 608911 33554432000 4194304 4196468 140727442141296 139852753229776 139854239782811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26023] ppid=25958 vsize=10914144 memory=2435644 CPUtime=4.56 cores=0,2,4,6
/proc/25961/task/26023/stat : 26023 (java) S 25958 25961 19905 0 -1 1077944384 59119 13279 0 0 443 6 5 2 20 0 15 0 67049309 11176083456 608911 33554432000 4194304 4196468 140727442141296 139853697932016 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26024] ppid=25958 vsize=10914144 memory=2435644 CPUtime=4.58 cores=0,2,4,6
/proc/25961/task/26024/stat : 26024 (java) S 25958 25961 19905 0 -1 1077944384 51173 13279 0 0 445 6 5 2 20 0 15 0 67049309 11176083456 608911 33554432000 4194304 4196468 140727442141296 139853696879472 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26025] ppid=25958 vsize=10914144 memory=4620 CPUtime=1.8 cores=0,2,4,6
/proc/25961/task/26025/stat : 26025 (java) S 25958 25961 19905 0 -1 1077944384 32942 13279 0 0 168 5 5 2 20 0 15 0 67049309 11176083456 608911 33554432000 4194304 4196468 140727442141296 139853695826416 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26026] ppid=25958 vsize=10914144 memory=1424 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26026/stat : 26026 (java) S 25958 25961 19905 0 -1 1077944384 3 13279 0 0 0 0 5 2 20 0 15 0 67049309 11176083456 608911 33554432000 4194304 4196468 140727442141296 139852719672160 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26027] ppid=25958 vsize=10914144 memory=2435644 CPUtime=1.54 cores=0,2,4,6
/proc/25961/task/26027/stat : 26027 (java) S 25958 25961 19905 0 -1 1077944384 3764 13279 0 0 77 70 5 2 20 0 15 0 67049310 11176083456 608911 33554432000 4194304 4196468 140727442141296 139853694773808 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
Current children cumulated CPU time: 2461.8 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 2435644 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2500.3 s]
/proc/loadavg: 1.31 1.42 1.48 3/219 26257
/proc/meminfo: memFree=16753216/32770624 swapFree=67108860/67108860
[pid=25961] ppid=25958 vsize=10914144 memory=2435684 CPUtime=2520.06 cores=0,2,4,6
/proc/25961/stat : 25961 (java) S 25958 25961 19905 0 -1 1077944320 495855 13279 0 0 251775 224 5 2 20 0 15 0 67049294 11176083456 608921 33554432000 4194304 4196468 140727442141296 140727442123840 139854239764215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
/proc/25961/statm: 2728536 608921 3520 1 0 2690189 0
[pid=25961/tid=26014] ppid=25958 vsize=10914144 memory=2435684 CPUtime=2494.07 cores=0,2,4,6
/proc/25961/task/26014/stat : 26014 (java) R 25958 25961 19905 0 -1 4202560 160906 13279 0 0 249340 60 5 2 20 0 15 0 67049304 11176083456 608921 33554432000 4194304 4196468 140727442141296 139854211593904 139853819113254 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26015] ppid=25958 vsize=10914144 memory=2435684 CPUtime=2.87 cores=0,2,4,6
/proc/25961/task/26015/stat : 26015 (java) S 25958 25961 19905 0 -1 1077944384 32509 13279 0 0 256 24 5 2 20 0 15 0 67049304 11176083456 608921 33554432000 4194304 4196468 140727442141296 139854244006928 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26016] ppid=25958 vsize=10914144 memory=2435684 CPUtime=2.84 cores=0,2,4,6
/proc/25961/task/26016/stat : 26016 (java) S 25958 25961 19905 0 -1 1077944384 40173 13279 0 0 254 23 5 2 20 0 15 0 67049304 11176083456 608921 33554432000 4194304 4196468 140727442141296 139854142897296 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26017] ppid=25958 vsize=10914144 memory=2435684 CPUtime=2.86 cores=0,2,4,6
/proc/25961/task/26017/stat : 26017 (java) S 25958 25961 19905 0 -1 1077944384 32472 13279 0 0 258 21 5 2 20 0 15 0 67049304 11176083456 608921 33554432000 4194304 4196468 140727442141296 139854141844240 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26018] ppid=25958 vsize=10914144 memory=4036 CPUtime=2.86 cores=0,2,4,6
/proc/25961/task/26018/stat : 26018 (java) S 25958 25961 19905 0 -1 1077944384 48671 13279 0 0 256 23 5 2 20 0 15 0 67049305 11176083456 608921 33554432000 4194304 4196468 140727442141296 139854140791696 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26019] ppid=25958 vsize=10914144 memory=20476 CPUtime=2.55 cores=0,2,4,6
/proc/25961/task/26019/stat : 26019 (java) S 25958 25961 19905 0 -1 1077944384 30769 13279 0 0 232 16 5 2 20 0 15 0 67049306 11176083456 608921 33554432000 4194304 4196468 140727442141296 139853698984176 139854239775362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26020] ppid=25958 vsize=10914144 memory=2435676 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26020/stat : 26020 (java) S 25958 25961 19905 0 -1 1077944384 26 13279 0 0 0 0 5 2 20 0 15 0 67049306 11176083456 608921 33554432000 4194304 4196468 140727442141296 139853127738656 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26021] ppid=25958 vsize=10914144 memory=2435676 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26021/stat : 26021 (java) S 25958 25961 19905 0 -1 1077944384 19 13279 0 0 0 0 5 2 20 0 15 0 67049307 11176083456 608921 33554432000 4194304 4196468 140727442141296 139852993520384 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26022] ppid=25958 vsize=10914144 memory=2435684 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26022/stat : 26022 (java) S 25958 25961 19905 0 -1 1077944384 3 13279 0 0 0 0 5 2 20 0 15 0 67049309 11176083456 608921 33554432000 4194304 4196468 140727442141296 139852753229776 139854239782811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26023] ppid=25958 vsize=10914144 memory=1204 CPUtime=4.56 cores=0,2,4,6
/proc/25961/task/26023/stat : 26023 (java) S 25958 25961 19905 0 -1 1077944384 59126 13279 0 0 443 6 5 2 20 0 15 0 67049309 11176083456 608921 33554432000 4194304 4196468 140727442141296 139853697932016 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26024] ppid=25958 vsize=10914144 memory=2435676 CPUtime=4.59 cores=0,2,4,6
/proc/25961/task/26024/stat : 26024 (java) S 25958 25961 19905 0 -1 1077944384 52179 13279 0 0 446 6 5 2 20 0 15 0 67049309 11176083456 608921 33554432000 4194304 4196468 140727442141296 139853696879472 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26025] ppid=25958 vsize=10914144 memory=2435676 CPUtime=1.8 cores=0,2,4,6
/proc/25961/task/26025/stat : 26025 (java) S 25958 25961 19905 0 -1 1077944384 32951 13279 0 0 168 5 5 2 20 0 15 0 67049309 11176083456 608921 33554432000 4194304 4196468 140727442141296 139853695826416 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26026] ppid=25958 vsize=10914144 memory=2435668 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26026/stat : 26026 (java) S 25958 25961 19905 0 -1 1077944384 3 13279 0 0 0 0 5 2 20 0 15 0 67049309 11176083456 608921 33554432000 4194304 4196468 140727442141296 139852719672160 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26027] ppid=25958 vsize=10914144 memory=2435668 CPUtime=1.56 cores=0,2,4,6
/proc/25961/task/26027/stat : 26027 (java) S 25958 25961 19905 0 -1 1077944384 3855 13279 0 0 78 71 5 2 20 0 15 0 67049310 11176083456 608921 33554432000 4194304 4196468 140727442141296 139853694773808 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 2435684 KiB

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

[startup+2500.35 s]
# the end of solver process 25961 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.85 s, system=2.29736 s

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

[startup+2500.3 s]
/proc/loadavg: 1.31 1.42 1.48 3/219 26257
/proc/meminfo: memFree=16753216/32770624 swapFree=67108860/67108860
[pid=25961] ppid=25958 vsize=10914144 memory=2435684 CPUtime=2520.06 cores=0,2,4,6
/proc/25961/stat : 25961 (java) S 25958 25961 19905 0 -1 1077944320 495855 13279 0 0 251775 224 5 2 20 0 15 0 67049294 11176083456 608921 33554432000 4194304 4196468 140727442141296 140727442123840 139854239764215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
/proc/25961/statm: 2728536 608921 3520 1 0 2690189 0
[pid=25961/tid=26014] ppid=25958 vsize=10914144 memory=2435684 CPUtime=2494.07 cores=0,2,4,6
/proc/25961/task/26014/stat : 26014 (java) R 25958 25961 19905 0 -1 4202560 160906 13279 0 0 249340 60 5 2 20 0 15 0 67049304 11176083456 608921 33554432000 4194304 4196468 140727442141296 139854211593904 139853819113254 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26015] ppid=25958 vsize=10914144 memory=2435684 CPUtime=2.87 cores=0,2,4,6
/proc/25961/task/26015/stat : 26015 (java) S 25958 25961 19905 0 -1 1077944384 32509 13279 0 0 256 24 5 2 20 0 15 0 67049304 11176083456 608921 33554432000 4194304 4196468 140727442141296 139854244006928 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26016] ppid=25958 vsize=10914144 memory=2435684 CPUtime=2.84 cores=0,2,4,6
/proc/25961/task/26016/stat : 26016 (java) S 25958 25961 19905 0 -1 1077944384 40173 13279 0 0 254 23 5 2 20 0 15 0 67049304 11176083456 608921 33554432000 4194304 4196468 140727442141296 139854142897296 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26017] ppid=25958 vsize=10914144 memory=2435684 CPUtime=2.86 cores=0,2,4,6
/proc/25961/task/26017/stat : 26017 (java) S 25958 25961 19905 0 -1 1077944384 32472 13279 0 0 258 21 5 2 20 0 15 0 67049304 11176083456 608921 33554432000 4194304 4196468 140727442141296 139854141844240 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26018] ppid=25958 vsize=10914144 memory=4036 CPUtime=2.86 cores=0,2,4,6
/proc/25961/task/26018/stat : 26018 (java) S 25958 25961 19905 0 -1 1077944384 48671 13279 0 0 256 23 5 2 20 0 15 0 67049305 11176083456 608921 33554432000 4194304 4196468 140727442141296 139854140791696 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26019] ppid=25958 vsize=10914144 memory=20476 CPUtime=2.55 cores=0,2,4,6
/proc/25961/task/26019/stat : 26019 (java) S 25958 25961 19905 0 -1 1077944384 30769 13279 0 0 232 16 5 2 20 0 15 0 67049306 11176083456 608921 33554432000 4194304 4196468 140727442141296 139853698984176 139854239775362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26020] ppid=25958 vsize=10914144 memory=2435676 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26020/stat : 26020 (java) S 25958 25961 19905 0 -1 1077944384 26 13279 0 0 0 0 5 2 20 0 15 0 67049306 11176083456 608921 33554432000 4194304 4196468 140727442141296 139853127738656 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26021] ppid=25958 vsize=10914144 memory=2435676 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26021/stat : 26021 (java) S 25958 25961 19905 0 -1 1077944384 19 13279 0 0 0 0 5 2 20 0 15 0 67049307 11176083456 608921 33554432000 4194304 4196468 140727442141296 139852993520384 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26022] ppid=25958 vsize=10914144 memory=2435684 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26022/stat : 26022 (java) S 25958 25961 19905 0 -1 1077944384 3 13279 0 0 0 0 5 2 20 0 15 0 67049309 11176083456 608921 33554432000 4194304 4196468 140727442141296 139852753229776 139854239782811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26023] ppid=25958 vsize=10914144 memory=1204 CPUtime=4.56 cores=0,2,4,6
/proc/25961/task/26023/stat : 26023 (java) S 25958 25961 19905 0 -1 1077944384 59126 13279 0 0 443 6 5 2 20 0 15 0 67049309 11176083456 608921 33554432000 4194304 4196468 140727442141296 139853697932016 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26024] ppid=25958 vsize=10914144 memory=2435676 CPUtime=4.59 cores=0,2,4,6
/proc/25961/task/26024/stat : 26024 (java) S 25958 25961 19905 0 -1 1077944384 52179 13279 0 0 446 6 5 2 20 0 15 0 67049309 11176083456 608921 33554432000 4194304 4196468 140727442141296 139853696879472 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26025] ppid=25958 vsize=10914144 memory=2435676 CPUtime=1.8 cores=0,2,4,6
/proc/25961/task/26025/stat : 26025 (java) S 25958 25961 19905 0 -1 1077944384 32951 13279 0 0 168 5 5 2 20 0 15 0 67049309 11176083456 608921 33554432000 4194304 4196468 140727442141296 139853695826416 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26026] ppid=25958 vsize=10914144 memory=2435668 CPUtime=0.07 cores=0,2,4,6
/proc/25961/task/26026/stat : 26026 (java) S 25958 25961 19905 0 -1 1077944384 3 13279 0 0 0 0 5 2 20 0 15 0 67049309 11176083456 608921 33554432000 4194304 4196468 140727442141296 139852719672160 139854239774421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
[pid=25961/tid=26027] ppid=25958 vsize=10914144 memory=2435668 CPUtime=1.56 cores=0,2,4,6
/proc/25961/task/26027/stat : 26027 (java) S 25958 25961 19905 0 -1 1077944384 3855 13279 0 0 78 71 5 2 20 0 15 0 67049310 11176083456 608921 33554432000 4194304 4196468 140727442141296 139853694773808 139854239775362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11321344 140727442147951 140727442150748 140727442150748 140727442153423 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 2435684 KiB

Child status: 143
Real time (s): 2500.35
CPU time (s): 2520.15
CPU user time (s): 2517.85
CPU system time (s): 2.29736
CPU usage (%): 100.792
Max. virtual memory (cumulated for all children) (KiB): 10916780
Max. memory (cumulated for all children) (KiB): 2802032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.85
system time used= 2.29736
maximum resident set size= 2803480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 513071
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110793
involuntary context switches= 4906


# summary of solver processes directly reported to runsolver:
#   pid: 25961
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2517.85
#   total CPU system time (s): 2.29736

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.4988 second user time and 20.3236 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-25 07:01:01
IDJOB=4294888
IDBENCH=141441
IDSOLVER=2750
FILE ID=node133/4294888-1532494861
RUNJOBID= node133-1532466433-19936
PBS_JOBID= 21021582
Free space on /tmp= 48228 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-13-14_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294888-1532494861/watcher-4294888-1532494861 -o /tmp/evaluation-result-4294888-1532494861/solver-4294888-1532494861 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19936 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=635895223 HOME/instance-4294888-1532494861.xml

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

MD5SUM BENCH= 1e3f313ec943efeca8787f022e591dae
RANDOM SEED=635895223

node133.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.24
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.24
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.24
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.24
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:        19204688 kB
MemAvailable:   30294224 kB
Buffers:          167112 kB
Cached:         11083036 kB
SwapCached:            0 kB
Active:          4339112 kB
Inactive:        8605360 kB
Active(anon):    1645460 kB
Inactive(anon):    68468 kB
Active(file):    2693652 kB
Inactive(file):  8536892 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             30300 kB
Writeback:             0 kB
AnonPages:       1700800 kB
Mapped:            52216 kB
Shmem:             17056 kB
Slab:             315440 kB
SReclaimable:     287452 kB
SUnreclaim:        27988 kB
KernelStack:        3664 kB
PageTables:         8960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2512420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1478656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48204 MiB
End job on node133 at 2018-07-25 07:42:42