Trace number 4402491

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.3? (TO) 2520.06 2474.14

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-armies/
Pb-army11-17ls.xml
MD5SUM3a369118bc0c88105fbaeba7564c3313
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 benchmark18.4026
Satisfiable
(Un)Satisfiability was proved
Number of variables370
Number of constraints557
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":370}]
Minimum variable degree3
Maximum variable degree13
Distribution of variable degrees[{"degree":3,"count":8},{"degree":4,"count":8},{"degree":5,"count":8},{"degree":6,"count":8},{"degree":7,"count":250},{"degree":8,"count":8},{"degree":9,"count":8},{"degree":10,"count":8},{"degree":11,"count":8},{"degree":12,"count":8},{"degree":13,"count":48}]
Minimum constraint arity2
Maximum constraint arity121
Distribution of constraint arities[{"arity":2,"count":193},{"arity":3,"count":8},{"arity":4,"count":8},{"arity":5,"count":250},{"arity":6,"count":8},{"arity":7,"count":8},{"arity":8,"count":8},{"arity":9,"count":8},{"arity":10,"count":8},{"arity":11,"count":8},{"arity":12,"count":48},{"arity":121,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":557}]
Optimization problemNO
Type of objective

Solver Data

0.80/0.55	c Concrete v3.12.3.1568965526260 running
2520.02/2474.11	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2474.11		at concrete.MAC.mac(MAC.scala:192)
2520.02/2474.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2474.11		at scala.util.Try$.apply(Try.scala:210)
2520.02/2474.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2474.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2474.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2474.11		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2474.11		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2474.11		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.02/2474.11		at concrete.ProblemState.map(ProblemState.scala:238)
2520.02/2474.11		at concrete.ProblemState.map(ProblemState.scala:212)
2520.02/2474.11		at concrete.MAC.nextSolution(MAC.scala:348)
2520.02/2474.11		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2474.11		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.02/2474.11		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.02/2474.11		at concrete.Solver.nextOption(Solver.scala:67)
2520.02/2474.11		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.02/2474.12		at scala.util.Success.map(Try.scala:262)
2520.02/2474.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2474.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2474.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2474.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2474.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2474.12		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2474.12		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2474.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2474.12		at scala.App.$anonfun$main$1(App.scala:73)
2520.02/2474.12		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.02/2474.12		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.02/2474.12		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.02/2474.12		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.02/2474.12		at scala.App.main(App.scala:73)
2520.02/2474.12		at scala.App.main$(App.scala:71)
2520.02/2474.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2474.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2474.12	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (2369 MiB free)
  memory of node 1: 16384 MiB (2851 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402491-1568980832/watcher-4402491-1568980832 -o /var/tmp/evaluation-result-4402491-1568980832/solver-4402491-1568980832 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node147-1568967593-29695 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=541250212 HOME/instance-4402491-1568980832.xml 

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

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

solver pid=1105, runsolver pid=1102

[startup+0.10014 s]*
/proc/loadavg: 1.25 1.36 1.39 3/218 1162
/proc/meminfo: memFree=5337900/32770624 swapFree=66935820/67108860
[pid=1105] ppid=1102 vsize=9972712 memory=16808 CPUtime=0.1 cores=1,3,5,7
/proc/1105/stat : 1105 (java) S 1102 1105 29663 0 -1 1077944320 4427 13090 0 0 1 1 5 3 20 0 6 0 473997044 10212057088 4202 33554432000 4194304 4196468 140733533692064 140733533674608 140382898061047 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
/proc/1105/statm: 2493178 4202 1934 1 0 2481616 0
[pid=1105/tid=1158] ppid=1102 vsize=9972712 memory=8389772277269004345 CPUtime=0.09 cores=1,3,5,7
/proc/1105/task/1158/stat : 1158 (java) R 1102 1105 29663 0 -1 4202560 2347 13090 0 0 1 0 5 3 20 0 6 0 473997053 10212057088 4334 33554432000 4194304 4196468 140733533692064 140382869897808 140382883373049 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1159] ppid=1102 vsize=9972712 memory=4294967641 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1159/stat : 1159 (java) S 1102 1105 29663 0 -1 1077944384 1 13090 0 0 0 0 5 3 20 0 6 0 473997054 10212057088 4334 33554432000 4194304 4196468 140733533692064 140382902303760 140382898071253 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1160] ppid=1102 vsize=9972712 memory=3545377168947742368 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1160/stat : 1160 (java) S 1102 1105 29663 0 -1 1077944384 2 13090 0 0 0 0 5 3 20 0 6 0 473997054 10212057088 4334 33554432000 4194304 4196468 140733533692064 140382821055632 140382898071253 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1161] ppid=1102 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1161/stat : 1161 (java) S 1102 1105 29663 0 -1 1077944384 1 13090 0 0 0 0 5 3 20 0 6 0 473997054 10212057088 4334 33554432000 4194304 4196468 140733533692064 140382820002576 140382898071253 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1162] ppid=1102 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1162/stat : 1162 (java) S 1102 1105 29663 0 -1 1077944384 2 13090 0 0 0 0 5 3 20 0 6 0 473997054 10212057088 4334 33554432000 4194304 4196468 140733533692064 140382468758416 140382898071253 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16808 KiB

[startup+0.209958 s]*
/proc/loadavg: 1.25 1.36 1.39 5/227 1171
/proc/meminfo: memFree=5317064/32770624 swapFree=66935820/67108860
[pid=1105] ppid=1102 vsize=10820196 memory=42180 CPUtime=0.26 cores=1,3,5,7
/proc/1105/stat : 1105 (java) S 1102 1105 29663 0 -1 1077944320 7367 13090 0 0 17 1 5 3 20 0 15 0 473997044 11079880704 10545 33554432000 4194304 4196468 140733533692064 140733533674608 140382898061047 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
/proc/1105/statm: 2705049 10545 3300 1 0 2667149 0
[pid=1105/tid=1158] ppid=1102 vsize=10820196 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/1105/task/1158/stat : 1158 (java) R 1102 1105 29663 0 -1 4202560 4025 13090 0 0 11 1 5 3 20 0 15 0 473997053 11079880704 10610 33554432000 4194304 4196468 140733533692064 140382869892288 140382882141534 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1159] ppid=1102 vsize=10820196 memory=4294967641 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1159/stat : 1159 (java) S 1102 1105 29663 0 -1 1077944384 1 13090 0 0 0 0 5 3 20 0 15 0 473997054 11079880704 10610 33554432000 4194304 4196468 140733533692064 140382902303760 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1160] ppid=1102 vsize=10820196 memory=3545377168947742368 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1160/stat : 1160 (java) S 1102 1105 29663 0 -1 1077944384 2 13090 0 0 0 0 5 3 20 0 15 0 473997054 11079880704 10610 33554432000 4194304 4196468 140733533692064 140382821055632 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1161] ppid=1102 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1161/stat : 1161 (java) S 1102 1105 29663 0 -1 1077944384 1 13090 0 0 0 0 5 3 20 0 15 0 473997054 11079880704 10610 33554432000 4194304 4196468 140733533692064 140382820002576 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1162] ppid=1102 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1162/stat : 1162 (java) S 1102 1105 29663 0 -1 1077944384 2 13090 0 0 0 0 5 3 20 0 15 0 473997054 11079880704 10610 33554432000 4194304 4196468 140733533692064 140382468758416 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1163] ppid=1102 vsize=10820196 memory=140239471707776 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1163/stat : 1163 (java) S 1102 1105 29663 0 -1 1077944384 2 13090 0 0 0 0 5 3 20 0 15 0 473997055 11079880704 10610 33554432000 4194304 4196468 140733533692064 140382424664304 140382898072194 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1164] ppid=1102 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1164/stat : 1164 (java) S 1102 1105 29663 0 -1 1077944384 13 13090 0 0 0 0 5 3 20 0 15 0 473997056 11079880704 10610 33554432000 4194304 4196468 140733533692064 140382348240032 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1165] ppid=1102 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1165/stat : 1165 (java) S 1102 1105 29663 0 -1 1077944384 1 13090 0 0 0 0 5 3 20 0 15 0 473997056 11079880704 10610 33554432000 4194304 4196468 140733533692064 140381744259824 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1166] ppid=1102 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1166/stat : 1166 (java) S 1102 1105 29663 0 -1 1077944384 3 13090 0 0 0 0 5 3 20 0 15 0 473997059 11079880704 10610 33554432000 4194304 4196468 140733533692064 140381436860368 140382898079643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1167] ppid=1102 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1105/task/1167/stat : 1167 (java) S 1102 1105 29663 0 -1 1077944384 462 13090 0 0 1 0 5 3 20 0 15 0 473997059 11079880704 10610 33554432000 4194304 4196468 140733533692064 140382423612144 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1168] ppid=1102 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/1105/task/1168/stat : 1168 (java) S 1102 1105 29663 0 -1 1077944384 198 13090 0 0 1 0 5 3 20 0 15 0 473997059 11079880704 10610 33554432000 4194304 4196468 140733533692064 140382422559600 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1169] ppid=1102 vsize=10820196 memory=140239471707776 CPUtime=0.11 cores=1,3,5,7
/proc/1105/task/1169/stat : 1169 (java) R 1102 1105 29663 0 -1 4202560 486 13090 0 0 3 0 5 3 20 0 15 0 473997059 11079880704 10610 33554432000 4194304 4196468 140733533692064 140382421506544 140382877413998 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1170] ppid=1102 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1170/stat : 1170 (java) S 1102 1105 29663 0 -1 1077944384 3 13090 0 0 0 0 5 3 20 0 15 0 473997059 11079880704 10610 33554432000 4194304 4196468 140733533692064 140381403302752 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1171] ppid=1102 vsize=10820196 memory=140239471707776 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1171/stat : 1171 (java) S 1102 1105 29663 0 -1 1077944384 1 13090 0 0 0 0 5 3 20 0 15 0 473997059 11079880704 10610 33554432000 4194304 4196468 140733533692064 140382420453936 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 42180 KiB

[startup+0.310428 s]*
/proc/loadavg: 1.25 1.36 1.39 3/227 1171
/proc/meminfo: memFree=5307904/32770624 swapFree=66935820/67108860
[pid=1105] ppid=1102 vsize=10820196 memory=50576 CPUtime=0.41 cores=1,3,5,7
/proc/1105/stat : 1105 (java) S 1102 1105 29663 0 -1 1077944320 10852 13090 0 0 30 3 5 3 20 0 15 0 473997044 11079880704 12644 33554432000 4194304 4196468 140733533692064 140733533674608 140382898061047 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
/proc/1105/statm: 2705049 12644 3311 1 0 2667149 0
[pid=1105/tid=1158] ppid=1102 vsize=10820196 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/1105/task/1158/stat : 1158 (java) R 1102 1105 29663 0 -1 4202560 7453 13090 0 0 19 2 5 3 20 0 15 0 473997053 11079880704 12644 33554432000 4194304 4196468 140733533692064 140382869871296 140382898084637 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1159] ppid=1102 vsize=10820196 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1159/stat : 1159 (java) S 1102 1105 29663 0 -1 1077944384 1 13090 0 0 0 0 5 3 20 0 15 0 473997054 11079880704 12644 33554432000 4194304 4196468 140733533692064 140382902303760 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1160] ppid=1102 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1160/stat : 1160 (java) S 1102 1105 29663 0 -1 1077944384 2 13090 0 0 0 0 5 3 20 0 15 0 473997054 11079880704 12644 33554432000 4194304 4196468 140733533692064 140382821055632 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1161] ppid=1102 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1161/stat : 1161 (java) S 1102 1105 29663 0 -1 1077944384 1 13090 0 0 0 0 5 3 20 0 15 0 473997054 11079880704 12644 33554432000 4194304 4196468 140733533692064 140382820002576 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1162] ppid=1102 vsize=10820196 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1162/stat : 1162 (java) S 1102 1105 29663 0 -1 1077944384 2 13090 0 0 0 0 5 3 20 0 15 0 473997054 11079880704 12644 33554432000 4194304 4196468 140733533692064 140382468758416 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1163] ppid=1102 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1163/stat : 1163 (java) S 1102 1105 29663 0 -1 1077944384 2 13090 0 0 0 0 5 3 20 0 15 0 473997055 11079880704 12644 33554432000 4194304 4196468 140733533692064 140382424664304 140382898072194 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1164] ppid=1102 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1164/stat : 1164 (java) S 1102 1105 29663 0 -1 1077944384 13 13090 0 0 0 0 5 3 20 0 15 0 473997056 11079880704 12644 33554432000 4194304 4196468 140733533692064 140382348240032 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1165] ppid=1102 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1165/stat : 1165 (java) S 1102 1105 29663 0 -1 1077944384 1 13090 0 0 0 0 5 3 20 0 15 0 473997056 11079880704 12644 33554432000 4194304 4196468 140733533692064 140381744259824 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1166] ppid=1102 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1166/stat : 1166 (java) S 1102 1105 29663 0 -1 1077944384 3 13090 0 0 0 0 5 3 20 0 15 0 473997059 11079880704 12644 33554432000 4194304 4196468 140733533692064 140381436860368 140382898079643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1167] ppid=1102 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/1105/task/1167/stat : 1167 (java) S 1102 1105 29663 0 -1 1077944384 462 13090 0 0 2 0 5 3 20 0 15 0 473997059 11079880704 12644 33554432000 4194304 4196468 140733533692064 140382423612144 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1168] ppid=1102 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/1105/task/1168/stat : 1168 (java) S 1102 1105 29663 0 -1 1077944384 210 13090 0 0 2 0 5 3 20 0 15 0 473997059 11079880704 12644 33554432000 4194304 4196468 140733533692064 140382422559600 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1169] ppid=1102 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/1105/task/1169/stat : 1169 (java) S 1102 1105 29663 0 -1 1077944384 496 13090 0 0 5 0 5 3 20 0 15 0 473997059 11079880704 12644 33554432000 4194304 4196468 140733533692064 140382421506544 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1170] ppid=1102 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1170/stat : 1170 (java) S 1102 1105 29663 0 -1 1077944384 3 13090 0 0 0 0 5 3 20 0 15 0 473997059 11079880704 12644 33554432000 4194304 4196468 140733533692064 140381403302752 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1171] ppid=1102 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1171/stat : 1171 (java) S 1102 1105 29663 0 -1 1077944384 1 13090 0 0 0 0 5 3 20 0 15 0 473997059 11079880704 12644 33554432000 4194304 4196468 140733533692064 140382420453936 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50576 KiB

[startup+0.702798 s]
/proc/loadavg: 1.25 1.36 1.39 4/227 1171
/proc/meminfo: memFree=5292880/32770624 swapFree=66935820/67108860
[pid=1105] ppid=1102 vsize=10824364 memory=84272 CPUtime=1.14 cores=1,3,5,7
/proc/1105/stat : 1105 (java) S 1102 1105 29663 0 -1 1077944320 15372 13090 0 0 101 5 5 3 20 0 15 0 473997044 11084148736 21068 33554432000 4194304 4196468 140733533692064 140733533674608 140382898061047 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
/proc/1105/statm: 2706091 21068 3505 1 0 2668173 0
[pid=1105/tid=1158] ppid=1102 vsize=10824364 memory=55 CPUtime=0.67 cores=1,3,5,7
/proc/1105/task/1158/stat : 1158 (java) R 1102 1105 29663 0 -1 4202560 10824 13090 0 0 56 3 5 3 20 0 15 0 473997053 11084148736 21068 33554432000 4194304 4196468 140733533692064 140382869890976 140382882141534 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1159] ppid=1102 vsize=10824364 memory=1368 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1159/stat : 1159 (java) S 1102 1105 29663 0 -1 1077944384 1 13090 0 0 0 0 5 3 20 0 15 0 473997054 11084148736 21068 33554432000 4194304 4196468 140733533692064 140382902303760 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1160] ppid=1102 vsize=10824364 memory=1056 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1160/stat : 1160 (java) S 1102 1105 29663 0 -1 1077944384 2 13090 0 0 0 0 5 3 20 0 15 0 473997054 11084148736 21068 33554432000 4194304 4196468 140733533692064 140382821055632 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1161] ppid=1102 vsize=10824364 memory=1716 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1161/stat : 1161 (java) S 1102 1105 29663 0 -1 1077944384 1 13090 0 0 0 0 5 3 20 0 15 0 473997054 11084148736 21068 33554432000 4194304 4196468 140733533692064 140382820002576 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1162] ppid=1102 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1162/stat : 1162 (java) S 1102 1105 29663 0 -1 1077944384 2 13090 0 0 0 0 5 3 20 0 15 0 473997054 11084148736 21068 33554432000 4194304 4196468 140733533692064 140382468758416 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1163] ppid=1102 vsize=10824364 memory=4638778420076171600 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1163/stat : 1163 (java) S 1102 1105 29663 0 -1 1077944384 5 13090 0 0 0 0 5 3 20 0 15 0 473997055 11084148736 21068 33554432000 4194304 4196468 140733533692064 140382424664304 140382898072194 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1164] ppid=1102 vsize=10824364 memory=7250080924377825376 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1164/stat : 1164 (java) S 1102 1105 29663 0 -1 1077944384 13 13090 0 0 0 0 5 3 20 0 15 0 473997056 11084148736 21068 33554432000 4194304 4196468 140733533692064 140382348240032 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1165] ppid=1102 vsize=10824364 memory=3048982485348486448 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1165/stat : 1165 (java) S 1102 1105 29663 0 -1 1077944384 1 13090 0 0 0 0 5 3 20 0 15 0 473997056 11084148736 21068 33554432000 4194304 4196468 140733533692064 140381744259824 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1166] ppid=1102 vsize=10824364 memory=3049007661150388272 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1166/stat : 1166 (java) S 1102 1105 29663 0 -1 1077944384 3 13090 0 0 0 0 5 3 20 0 15 0 473997059 11084148736 21068 33554432000 4194304 4196468 140733533692064 140381436860368 140382898079643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1167] ppid=1102 vsize=10824364 memory=4638778398332698720 CPUtime=0.21 cores=1,3,5,7
/proc/1105/task/1167/stat : 1167 (java) S 1102 1105 29663 0 -1 1077944384 956 13090 0 0 13 0 5 3 20 0 15 0 473997059 11084148736 21068 33554432000 4194304 4196468 140733533692064 140382423612144 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1168] ppid=1102 vsize=10824364 memory=-7768662764328828832 CPUtime=0.21 cores=1,3,5,7
/proc/1105/task/1168/stat : 1168 (java) S 1102 1105 29663 0 -1 1077944384 678 13090 0 0 13 0 5 3 20 0 15 0 473997059 11084148736 21068 33554432000 4194304 4196468 140733533692064 140382422559600 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1169] ppid=1102 vsize=10824364 memory=7512092415608500266 CPUtime=0.25 cores=1,3,5,7
/proc/1105/task/1169/stat : 1169 (java) S 1102 1105 29663 0 -1 1077944384 677 13090 0 0 17 0 5 3 20 0 15 0 473997059 11084148736 21068 33554432000 4194304 4196468 140733533692064 140382421506544 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1170] ppid=1102 vsize=10824364 memory=6935649255759568960 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1170/stat : 1170 (java) S 1102 1105 29663 0 -1 1077944384 3 13090 0 0 0 0 5 3 20 0 15 0 473997059 11084148736 21068 33554432000 4194304 4196468 140733533692064 140381403302752 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1171] ppid=1102 vsize=10824364 memory=6225193150778982496 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1171/stat : 1171 (java) S 1102 1105 29663 0 -1 1077944384 1 13090 0 0 0 0 5 3 20 0 15 0 473997059 11084148736 21068 33554432000 4194304 4196468 140733533692064 140382420453936 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 84272 KiB

[startup+1.50065 s]
/proc/loadavg: 1.25 1.36 1.39 3/227 1171
/proc/meminfo: memFree=5252764/32770624 swapFree=66935820/67108860
[pid=1105] ppid=1102 vsize=10834680 memory=173520 CPUtime=2.59 cores=1,3,5,7
/proc/1105/stat : 1105 (java) S 1102 1105 29663 0 -1 1077944320 22765 13090 0 0 240 11 5 3 20 0 15 0 473997044 11094712320 43380 33554432000 4194304 4196468 140733533692064 140733533674608 140382898061047 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
/proc/1105/statm: 2708670 43380 3584 1 0 2670733 0
[pid=1105/tid=1158] ppid=1102 vsize=10834680 memory=116 CPUtime=1.44 cores=1,3,5,7
/proc/1105/task/1158/stat : 1158 (java) R 1102 1105 29663 0 -1 4202560 16062 13090 0 0 130 6 5 3 20 0 15 0 473997053 11094712320 43380 33554432000 4194304 4196468 140733533692064 140382869879440 140382882115099 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1159] ppid=1102 vsize=10834680 memory=1368 CPUtime=0.09 cores=1,3,5,7
/proc/1105/task/1159/stat : 1159 (java) S 1102 1105 29663 0 -1 1077944384 356 13090 0 0 1 0 5 3 20 0 15 0 473997054 11094712320 43380 33554432000 4194304 4196468 140733533692064 140382902303760 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1160] ppid=1102 vsize=10834680 memory=1056 CPUtime=0.09 cores=1,3,5,7
/proc/1105/task/1160/stat : 1160 (java) S 1102 1105 29663 0 -1 1077944384 64 13090 0 0 1 0 5 3 20 0 15 0 473997054 11094712320 43380 33554432000 4194304 4196468 140733533692064 140382821055632 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1161] ppid=1102 vsize=10834680 memory=1716 CPUtime=0.09 cores=1,3,5,7
/proc/1105/task/1161/stat : 1161 (java) S 1102 1105 29663 0 -1 1077944384 25 13090 0 0 1 0 5 3 20 0 15 0 473997054 11094712320 43380 33554432000 4194304 4196468 140733533692064 140382820002576 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1162] ppid=1102 vsize=10834680 memory=140239272150188 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1162/stat : 1162 (java) S 1102 1105 29663 0 -1 1077944384 78 13090 0 0 0 0 5 3 20 0 15 0 473997054 11094712320 43380 33554432000 4194304 4196468 140733533692064 140382468758416 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1163] ppid=1102 vsize=10834680 memory=7234303152781525078 CPUtime=0.09 cores=1,3,5,7
/proc/1105/task/1163/stat : 1163 (java) S 1102 1105 29663 0 -1 1077944384 280 13090 0 0 1 0 5 3 20 0 15 0 473997055 11094712320 43380 33554432000 4194304 4196468 140733533692064 140382424664304 140382898072194 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1164] ppid=1102 vsize=10834680 memory=288283398412436337 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1164/stat : 1164 (java) S 1102 1105 29663 0 -1 1077944384 14 13090 0 0 0 0 5 3 20 0 15 0 473997056 11094712320 43380 33554432000 4194304 4196468 140733533692064 140382348240096 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1165] ppid=1102 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1165/stat : 1165 (java) S 1102 1105 29663 0 -1 1077944384 1 13090 0 0 0 0 5 3 20 0 15 0 473997056 11094712320 43380 33554432000 4194304 4196468 140733533692064 140381744259840 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1166] ppid=1102 vsize=10834680 memory=49809 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1166/stat : 1166 (java) S 1102 1105 29663 0 -1 1077944384 3 13090 0 0 0 0 5 3 20 0 15 0 473997059 11094712320 43380 33554432000 4194304 4196468 140733533692064 140381436860368 140382898079643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1167] ppid=1102 vsize=10834680 memory=47601 CPUtime=0.33 cores=1,3,5,7
/proc/1105/task/1167/stat : 1167 (java) S 1102 1105 29663 0 -1 1077944384 1124 13090 0 0 25 0 5 3 20 0 15 0 473997059 11094712320 43380 33554432000 4194304 4196468 140733533692064 140382423612144 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1168] ppid=1102 vsize=10834680 memory=45393 CPUtime=0.41 cores=1,3,5,7
/proc/1105/task/1168/stat : 1168 (java) R 1102 1105 29663 0 -1 1077944384 1036 13090 0 0 33 0 5 3 20 0 15 0 473997059 11094712320 43380 33554432000 4194304 4196468 140733533692064 140382422559600 140382898072982 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1169] ppid=1102 vsize=10834680 memory=43185 CPUtime=0.51 cores=1,3,5,7
/proc/1105/task/1169/stat : 1169 (java) S 1102 1105 29663 0 -1 1077944384 1512 13090 0 0 43 0 5 3 20 0 15 0 473997059 11094712320 43380 33554432000 4194304 4196468 140733533692064 140382421506544 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1170] ppid=1102 vsize=10834680 memory=40977 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1170/stat : 1170 (java) S 1102 1105 29663 0 -1 1077944384 3 13090 0 0 0 0 5 3 20 0 15 0 473997059 11094712320 43380 33554432000 4194304 4196468 140733533692064 140381403302752 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1171] ppid=1102 vsize=10834680 memory=38769 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1171/stat : 1171 (java) S 1102 1105 29663 0 -1 1077944384 1 13090 0 0 0 0 5 3 20 0 15 0 473997059 11094712320 43380 33554432000 4194304 4196468 140733533692064 140382420453936 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 10834680 KiB

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

/proc/1105/task/1158/stat : 1158 (java) R 1102 1105 29663 0 -1 4202560 62735 13090 0 0 235564 50 5 3 20 0 15 0 473997053 11107315712 219699 33554432000 4194304 4196468 140733533692064 140382869896480 140382516237959 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1159] ppid=1102 vsize=10846988 memory=880336 CPUtime=12.6 cores=1,3,5,7
/proc/1105/task/1159/stat : 1159 (java) S 1102 1105 29663 0 -1 1077944384 15161 13090 0 0 1187 65 5 3 20 0 15 0 473997054 11107315712 219699 33554432000 4194304 4196468 140733533692064 140382902303760 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1160] ppid=1102 vsize=10846988 memory=879312 CPUtime=12.54 cores=1,3,5,7
/proc/1105/task/1160/stat : 1160 (java) S 1102 1105 29663 0 -1 1077944384 8406 13090 0 0 1184 62 5 3 20 0 15 0 473997054 11107315712 219699 33554432000 4194304 4196468 140733533692064 140382821055632 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1161] ppid=1102 vsize=10846988 memory=8112282956445269571 CPUtime=12.55 cores=1,3,5,7
/proc/1105/task/1161/stat : 1161 (java) S 1102 1105 29663 0 -1 1077944384 13242 13090 0 0 1187 60 5 3 20 0 15 0 473997054 11107315712 219699 33554432000 4194304 4196468 140733533692064 140382820002576 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1162] ppid=1102 vsize=10846988 memory=8112282956445269571 CPUtime=12.54 cores=1,3,5,7
/proc/1105/task/1162/stat : 1162 (java) S 1102 1105 29663 0 -1 1077944384 15666 13090 0 0 1187 59 5 3 20 0 15 0 473997054 11107315712 219699 33554432000 4194304 4196468 140733533692064 140382468758416 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1163] ppid=1102 vsize=10846988 memory=880248 CPUtime=11.13 cores=1,3,5,7
/proc/1105/task/1163/stat : 1163 (java) S 1102 1105 29663 0 -1 1077944384 14614 13090 0 0 1036 69 5 3 20 0 15 0 473997055 11107315712 219699 33554432000 4194304 4196468 140733533692064 140382424664304 140382898072194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1164] ppid=1102 vsize=10846988 memory=880200 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1164/stat : 1164 (java) S 1102 1105 29663 0 -1 1077944384 15 13090 0 0 0 0 5 3 20 0 15 0 473997056 11107315712 219699 33554432000 4194304 4196468 140733533692064 140382348240096 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1165] ppid=1102 vsize=10846988 memory=880248 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1165/stat : 1165 (java) S 1102 1105 29663 0 -1 1077944384 1 13090 0 0 0 0 5 3 20 0 15 0 473997056 11107315712 219699 33554432000 4194304 4196468 140733533692064 140381744259840 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1166] ppid=1102 vsize=10846988 memory=881852 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1166/stat : 1166 (java) S 1102 1105 29663 0 -1 1077944384 3 13090 0 0 0 0 5 3 20 0 15 0 473997059 11107315712 219699 33554432000 4194304 4196468 140733533692064 140381436860368 140382898079643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1167] ppid=1102 vsize=10846988 memory=280478679075360 CPUtime=3.2 cores=1,3,5,7
/proc/1105/task/1167/stat : 1167 (java) S 1102 1105 29663 0 -1 1077944384 13341 13090 0 0 310 2 5 3 20 0 15 0 473997059 11107315712 219699 33554432000 4194304 4196468 140733533692064 140382423612144 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1168] ppid=1102 vsize=10846988 memory=880336 CPUtime=3.16 cores=1,3,5,7
/proc/1105/task/1168/stat : 1168 (java) S 1102 1105 29663 0 -1 1077944384 8590 13090 0 0 304 4 5 3 20 0 15 0 473997059 11107315712 219699 33554432000 4194304 4196468 140733533692064 140382422559600 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1169] ppid=1102 vsize=10846988 memory=880248 CPUtime=1.95 cores=1,3,5,7
/proc/1105/task/1169/stat : 1169 (java) S 1102 1105 29663 0 -1 1077944384 10934 13090 0 0 183 4 5 3 20 0 15 0 473997059 11107315712 219699 33554432000 4194304 4196468 140733533692064 140382421506544 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1170] ppid=1102 vsize=10846988 memory=879312 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1170/stat : 1170 (java) S 1102 1105 29663 0 -1 1077944384 3 13090 0 0 0 0 5 3 20 0 15 0 473997059 11107315712 219699 33554432000 4194304 4196468 140733533692064 140381403302752 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1171] ppid=1102 vsize=10846988 memory=164 CPUtime=1.44 cores=1,3,5,7
/proc/1105/task/1171/stat : 1171 (java) S 1102 1105 29663 0 -1 1077944384 1080 13090 0 0 64 72 5 3 20 0 15 0 473997059 11107315712 219699 33554432000 4194304 4196468 140733533692064 140382420453936 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
Current children cumulated CPU time: 2426.72 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 878796 KiB

[startup+2442.3 s]
/proc/loadavg: 1.64 1.39 1.36 3/229 1569
/proc/meminfo: memFree=4180448/32770624 swapFree=66935828/67108860
[pid=1105] ppid=1102 vsize=10846988 memory=874716 CPUtime=2487.68 cores=1,3,5,7
/proc/1105/stat : 1105 (java) S 1102 1105 29663 0 -1 1077944320 167503 13090 0 0 248367 393 5 3 20 0 15 0 473997044 11107315712 218679 33554432000 4194304 4196468 140733533692064 140733533674608 140382898061047 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
/proc/1105/statm: 2711747 218679 3623 1 0 2673805 0
[pid=1105/tid=1158] ppid=1102 vsize=10846988 memory=874708 CPUtime=2415.55 cores=1,3,5,7
/proc/1105/task/1158/stat : 1158 (java) R 1102 1105 29663 0 -1 4202560 63520 13090 0 0 241496 51 5 3 20 0 15 0 473997053 11107315712 218679 33554432000 4194304 4196468 140733533692064 140382869896576 140382516238006 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1159] ppid=1102 vsize=10846988 memory=874716 CPUtime=12.92 cores=1,3,5,7
/proc/1105/task/1159/stat : 1159 (java) S 1102 1105 29663 0 -1 1077944384 15212 13090 0 0 1218 66 5 3 20 0 15 0 473997054 11107315712 218679 33554432000 4194304 4196468 140733533692064 140382902303760 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1160] ppid=1102 vsize=10846988 memory=874716 CPUtime=12.87 cores=1,3,5,7
/proc/1105/task/1160/stat : 1160 (java) S 1102 1105 29663 0 -1 1077944384 8773 13090 0 0 1216 63 5 3 20 0 15 0 473997054 11107315712 218679 33554432000 4194304 4196468 140733533692064 140382821055632 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1161] ppid=1102 vsize=10846988 memory=874716 CPUtime=12.88 cores=1,3,5,7
/proc/1105/task/1161/stat : 1161 (java) S 1102 1105 29663 0 -1 1077944384 13297 13090 0 0 1219 61 5 3 20 0 15 0 473997054 11107315712 218679 33554432000 4194304 4196468 140733533692064 140382820002576 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1162] ppid=1102 vsize=10846988 memory=874716 CPUtime=12.88 cores=1,3,5,7
/proc/1105/task/1162/stat : 1162 (java) S 1102 1105 29663 0 -1 1077944384 15680 13090 0 0 1219 61 5 3 20 0 15 0 473997054 11107315712 218679 33554432000 4194304 4196468 140733533692064 140382468758416 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1163] ppid=1102 vsize=10846988 memory=874716 CPUtime=11.41 cores=1,3,5,7
/proc/1105/task/1163/stat : 1163 (java) S 1102 1105 29663 0 -1 1077944384 14824 13090 0 0 1062 71 5 3 20 0 15 0 473997055 11107315712 218679 33554432000 4194304 4196468 140733533692064 140382424664304 140382898072194 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1164] ppid=1102 vsize=10846988 memory=874716 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1164/stat : 1164 (java) S 1102 1105 29663 0 -1 1077944384 15 13090 0 0 0 0 5 3 20 0 15 0 473997056 11107315712 218679 33554432000 4194304 4196468 140733533692064 140382348240096 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1165] ppid=1102 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1165/stat : 1165 (java) S 1102 1105 29663 0 -1 1077944384 1 13090 0 0 0 0 5 3 20 0 15 0 473997056 11107315712 218679 33554432000 4194304 4196468 140733533692064 140381744259840 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1166] ppid=1102 vsize=10846988 memory=874716 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1166/stat : 1166 (java) S 1102 1105 29663 0 -1 1077944384 3 13090 0 0 0 0 5 3 20 0 15 0 473997059 11107315712 218679 33554432000 4194304 4196468 140733533692064 140381436860368 140382898079643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1167] ppid=1102 vsize=10846988 memory=3512 CPUtime=3.2 cores=1,3,5,7
/proc/1105/task/1167/stat : 1167 (java) S 1102 1105 29663 0 -1 1077944384 13343 13090 0 0 310 2 5 3 20 0 15 0 473997059 11107315712 218679 33554432000 4194304 4196468 140733533692064 140382423612144 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1168] ppid=1102 vsize=10846988 memory=874716 CPUtime=3.16 cores=1,3,5,7
/proc/1105/task/1168/stat : 1168 (java) S 1102 1105 29663 0 -1 1077944384 8592 13090 0 0 304 4 5 3 20 0 15 0 473997059 11107315712 218679 33554432000 4194304 4196468 140733533692064 140382422559600 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1169] ppid=1102 vsize=10846988 memory=874716 CPUtime=1.95 cores=1,3,5,7
/proc/1105/task/1169/stat : 1169 (java) S 1102 1105 29663 0 -1 1077944384 10936 13090 0 0 183 4 5 3 20 0 15 0 473997059 11107315712 218679 33554432000 4194304 4196468 140733533692064 140382421506544 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1170] ppid=1102 vsize=10846988 memory=874716 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1170/stat : 1170 (java) S 1102 1105 29663 0 -1 1077944384 3 13090 0 0 0 0 5 3 20 0 15 0 473997059 11107315712 218679 33554432000 4194304 4196468 140733533692064 140381403302752 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1171] ppid=1102 vsize=10846988 memory=874716 CPUtime=1.47 cores=1,3,5,7
/proc/1105/task/1171/stat : 1171 (java) S 1102 1105 29663 0 -1 1077944384 1097 13090 0 0 65 74 5 3 20 0 15 0 473997059 11107315712 218679 33554432000 4194304 4196468 140733533692064 140382420453936 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
Current children cumulated CPU time: 2487.68 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 874716 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.11 s]
/proc/loadavg: 1.62 1.41 1.36 3/228 1571
/proc/meminfo: memFree=4179376/32770624 swapFree=66935828/67108860
[pid=1105] ppid=1102 vsize=10846988 memory=874752 CPUtime=2520.02 cores=1,3,5,7
/proc/1105/stat : 1105 (java) S 1102 1105 29663 0 -1 1077944320 168725 13090 0 0 251596 398 5 3 20 0 15 0 473997044 11107315712 218688 33554432000 4194304 4196468 140733533692064 140733533674608 140382898061047 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
/proc/1105/statm: 2711747 218688 3623 1 0 2673805 0
[pid=1105/tid=1158] ppid=1102 vsize=10846988 memory=874752 CPUtime=2446.99 cores=1,3,5,7
/proc/1105/task/1158/stat : 1158 (java) R 1102 1105 29663 0 -1 4202560 64074 13090 0 0 244639 52 5 3 20 0 15 0 473997053 11107315712 218688 33554432000 4194304 4196468 140733533692064 140382869896512 140382516570609 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1159] ppid=1102 vsize=10846988 memory=874752 CPUtime=13.11 cores=1,3,5,7
/proc/1105/task/1159/stat : 1159 (java) S 1102 1105 29663 0 -1 1077944384 15401 13090 0 0 1236 67 5 3 20 0 15 0 473997054 11107315712 218688 33554432000 4194304 4196468 140733533692064 140382902303760 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1160] ppid=1102 vsize=10846988 memory=874752 CPUtime=13.05 cores=1,3,5,7
/proc/1105/task/1160/stat : 1160 (java) S 1102 1105 29663 0 -1 1077944384 8959 13090 0 0 1233 64 5 3 20 0 15 0 473997054 11107315712 218688 33554432000 4194304 4196468 140733533692064 140382821055632 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1161] ppid=1102 vsize=10846988 memory=874752 CPUtime=13.06 cores=1,3,5,7
/proc/1105/task/1161/stat : 1161 (java) S 1102 1105 29663 0 -1 1077944384 13349 13090 0 0 1236 62 5 3 20 0 15 0 473997054 11107315712 218688 33554432000 4194304 4196468 140733533692064 140382820002576 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1162] ppid=1102 vsize=10846988 memory=874752 CPUtime=13.06 cores=1,3,5,7
/proc/1105/task/1162/stat : 1162 (java) S 1102 1105 29663 0 -1 1077944384 15696 13090 0 0 1236 62 5 3 20 0 15 0 473997054 11107315712 218688 33554432000 4194304 4196468 140733533692064 140382468758416 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1163] ppid=1102 vsize=10846988 memory=874752 CPUtime=11.56 cores=1,3,5,7
/proc/1105/task/1163/stat : 1163 (java) S 1102 1105 29663 0 -1 1077944384 15027 13090 0 0 1077 71 5 3 20 0 15 0 473997055 11107315712 218688 33554432000 4194304 4196468 140733533692064 140382424664304 140382898072194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1164] ppid=1102 vsize=10846988 memory=874752 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1164/stat : 1164 (java) S 1102 1105 29663 0 -1 1077944384 15 13090 0 0 0 0 5 3 20 0 15 0 473997056 11107315712 218688 33554432000 4194304 4196468 140733533692064 140382348240096 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1165] ppid=1102 vsize=10846988 memory=6024 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1165/stat : 1165 (java) S 1102 1105 29663 0 -1 1077944384 1 13090 0 0 0 0 5 3 20 0 15 0 473997056 11107315712 218688 33554432000 4194304 4196468 140733533692064 140381744259840 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1166] ppid=1102 vsize=10846988 memory=874752 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1166/stat : 1166 (java) S 1102 1105 29663 0 -1 1077944384 3 13090 0 0 0 0 5 3 20 0 15 0 473997059 11107315712 218688 33554432000 4194304 4196468 140733533692064 140381436860368 140382898079643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1167] ppid=1102 vsize=10846988 memory=988 CPUtime=3.2 cores=1,3,5,7
/proc/1105/task/1167/stat : 1167 (java) S 1102 1105 29663 0 -1 1077944384 13345 13090 0 0 310 2 5 3 20 0 15 0 473997059 11107315712 218688 33554432000 4194304 4196468 140733533692064 140382423612144 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1168] ppid=1102 vsize=10846988 memory=874740 CPUtime=3.16 cores=1,3,5,7
/proc/1105/task/1168/stat : 1168 (java) S 1102 1105 29663 0 -1 1077944384 8594 13090 0 0 304 4 5 3 20 0 15 0 473997059 11107315712 218688 33554432000 4194304 4196468 140733533692064 140382422559600 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1169] ppid=1102 vsize=10846988 memory=3512 CPUtime=1.95 cores=1,3,5,7
/proc/1105/task/1169/stat : 1169 (java) S 1102 1105 29663 0 -1 1077944384 10938 13090 0 0 183 4 5 3 20 0 15 0 473997059 11107315712 218688 33554432000 4194304 4196468 140733533692064 140382421506544 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1170] ppid=1102 vsize=10846988 memory=874752 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1170/stat : 1170 (java) S 1102 1105 29663 0 -1 1077944384 3 13090 0 0 0 0 5 3 20 0 15 0 473997059 11107315712 218688 33554432000 4194304 4196468 140733533692064 140381403302752 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1171] ppid=1102 vsize=10846988 memory=288230583166042426 CPUtime=1.49 cores=1,3,5,7
/proc/1105/task/1171/stat : 1171 (java) S 1102 1105 29663 0 -1 1077944384 1113 13090 0 0 66 75 5 3 20 0 15 0 473997059 11107315712 218688 33554432000 4194304 4196468 140733533692064 140382420453936 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 874752 KiB

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

[startup+2474.14 s]
# the end of solver process 1105 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.04 s, system=4.01875 s

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

[startup+2474.11 s]
/proc/loadavg: 1.62 1.41 1.36 3/228 1571
/proc/meminfo: memFree=4179376/32770624 swapFree=66935828/67108860
[pid=1105] ppid=1102 vsize=10846988 memory=874752 CPUtime=2520.02 cores=1,3,5,7
/proc/1105/stat : 1105 (java) S 1102 1105 29663 0 -1 1077944320 168725 13090 0 0 251596 398 5 3 20 0 15 0 473997044 11107315712 218688 33554432000 4194304 4196468 140733533692064 140733533674608 140382898061047 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
/proc/1105/statm: 2711747 218688 3623 1 0 2673805 0
[pid=1105/tid=1158] ppid=1102 vsize=10846988 memory=874752 CPUtime=2446.99 cores=1,3,5,7
/proc/1105/task/1158/stat : 1158 (java) R 1102 1105 29663 0 -1 4202560 64074 13090 0 0 244639 52 5 3 20 0 15 0 473997053 11107315712 218688 33554432000 4194304 4196468 140733533692064 140382869896512 140382516570609 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1159] ppid=1102 vsize=10846988 memory=874752 CPUtime=13.11 cores=1,3,5,7
/proc/1105/task/1159/stat : 1159 (java) S 1102 1105 29663 0 -1 1077944384 15401 13090 0 0 1236 67 5 3 20 0 15 0 473997054 11107315712 218688 33554432000 4194304 4196468 140733533692064 140382902303760 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1160] ppid=1102 vsize=10846988 memory=874752 CPUtime=13.05 cores=1,3,5,7
/proc/1105/task/1160/stat : 1160 (java) S 1102 1105 29663 0 -1 1077944384 8959 13090 0 0 1233 64 5 3 20 0 15 0 473997054 11107315712 218688 33554432000 4194304 4196468 140733533692064 140382821055632 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1161] ppid=1102 vsize=10846988 memory=874752 CPUtime=13.06 cores=1,3,5,7
/proc/1105/task/1161/stat : 1161 (java) S 1102 1105 29663 0 -1 1077944384 13349 13090 0 0 1236 62 5 3 20 0 15 0 473997054 11107315712 218688 33554432000 4194304 4196468 140733533692064 140382820002576 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1162] ppid=1102 vsize=10846988 memory=874752 CPUtime=13.06 cores=1,3,5,7
/proc/1105/task/1162/stat : 1162 (java) S 1102 1105 29663 0 -1 1077944384 15696 13090 0 0 1236 62 5 3 20 0 15 0 473997054 11107315712 218688 33554432000 4194304 4196468 140733533692064 140382468758416 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1163] ppid=1102 vsize=10846988 memory=874752 CPUtime=11.56 cores=1,3,5,7
/proc/1105/task/1163/stat : 1163 (java) S 1102 1105 29663 0 -1 1077944384 15027 13090 0 0 1077 71 5 3 20 0 15 0 473997055 11107315712 218688 33554432000 4194304 4196468 140733533692064 140382424664304 140382898072194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1164] ppid=1102 vsize=10846988 memory=874752 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1164/stat : 1164 (java) S 1102 1105 29663 0 -1 1077944384 15 13090 0 0 0 0 5 3 20 0 15 0 473997056 11107315712 218688 33554432000 4194304 4196468 140733533692064 140382348240096 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1165] ppid=1102 vsize=10846988 memory=6024 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1165/stat : 1165 (java) S 1102 1105 29663 0 -1 1077944384 1 13090 0 0 0 0 5 3 20 0 15 0 473997056 11107315712 218688 33554432000 4194304 4196468 140733533692064 140381744259840 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1166] ppid=1102 vsize=10846988 memory=874752 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1166/stat : 1166 (java) S 1102 1105 29663 0 -1 1077944384 3 13090 0 0 0 0 5 3 20 0 15 0 473997059 11107315712 218688 33554432000 4194304 4196468 140733533692064 140381436860368 140382898079643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1167] ppid=1102 vsize=10846988 memory=988 CPUtime=3.2 cores=1,3,5,7
/proc/1105/task/1167/stat : 1167 (java) S 1102 1105 29663 0 -1 1077944384 13345 13090 0 0 310 2 5 3 20 0 15 0 473997059 11107315712 218688 33554432000 4194304 4196468 140733533692064 140382423612144 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1168] ppid=1102 vsize=10846988 memory=874740 CPUtime=3.16 cores=1,3,5,7
/proc/1105/task/1168/stat : 1168 (java) S 1102 1105 29663 0 -1 1077944384 8594 13090 0 0 304 4 5 3 20 0 15 0 473997059 11107315712 218688 33554432000 4194304 4196468 140733533692064 140382422559600 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1169] ppid=1102 vsize=10846988 memory=3512 CPUtime=1.95 cores=1,3,5,7
/proc/1105/task/1169/stat : 1169 (java) S 1102 1105 29663 0 -1 1077944384 10938 13090 0 0 183 4 5 3 20 0 15 0 473997059 11107315712 218688 33554432000 4194304 4196468 140733533692064 140382421506544 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1170] ppid=1102 vsize=10846988 memory=874752 CPUtime=0.08 cores=1,3,5,7
/proc/1105/task/1170/stat : 1170 (java) S 1102 1105 29663 0 -1 1077944384 3 13090 0 0 0 0 5 3 20 0 15 0 473997059 11107315712 218688 33554432000 4194304 4196468 140733533692064 140381403302752 140382898071253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
[pid=1105/tid=1171] ppid=1102 vsize=10846988 memory=288230583166042426 CPUtime=1.49 cores=1,3,5,7
/proc/1105/task/1171/stat : 1171 (java) S 1102 1105 29663 0 -1 1077944384 1113 13090 0 0 66 75 5 3 20 0 15 0 473997059 11107315712 218688 33554432000 4194304 4196468 140733533692064 140382420453936 140382898072194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31195136 140733533694564 140733533697205 140733533697205 140733533700047 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 874752 KiB

Child status: 143
Real time (s): 2474.14
CPU time (s): 2520.06
CPU user time (s): 2516.04
CPU system time (s): 4.01875
CPU usage (%): 101.856
Max. virtual memory (cumulated for all children) (KiB): 10849636
Max. memory (cumulated for all children) (KiB): 1003640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.04
system time used= 4.01875
maximum resident set size= 1004132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183077
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 298060
involuntary context switches= 6378


# summary of solver processes directly reported to runsolver:
#   pid: 1105
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.04
#   total CPU system time (s): 4.01875

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7097 second user time and 24.4726 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-20 13:59:49
IDJOB=4402491
IDBENCH=134844
IDSOLVER=2861
FILE ID=node147/4402491-1568980832
RUNJOBID= node147-1568967593-29695
PBS_JOBID= 21704613
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-armies/Pb-army11-17ls.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402491-1568980832/watcher-4402491-1568980832 -o /var/tmp/evaluation-result-4402491-1568980832/solver-4402491-1568980832 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node147-1568967593-29695 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=541250212 HOME/instance-4402491-1568980832.xml

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

MD5SUM BENCH= 3a369118bc0c88105fbaeba7564c3313
RANDOM SEED=541250212

node147.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.52
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.52
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.52
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.52
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:         5345708 kB
MemAvailable:   31366104 kB
Buffers:          147016 kB
Cached:         25798604 kB
SwapCached:        68668 kB
Active:         13347964 kB
Inactive:       13088708 kB
Active(anon):     422224 kB
Inactive(anon):   118348 kB
Active(file):   12925740 kB
Inactive(file): 12970360 kB
Unevictable:      109104 kB
Mlocked:          109104 kB
SwapTotal:      67108860 kB
SwapFree:       66935820 kB
Dirty:             35428 kB
Writeback:             0 kB
AnonPages:        542908 kB
Mapped:            65988 kB
Shmem:             40772 kB
Slab:             582152 kB
SReclaimable:     552756 kB
SUnreclaim:        29396 kB
KernelStack:        3984 kB
PageTables:         8052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1573020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    442368 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 /var/tmp at the end= 13440 MiB
End job on node147 at 2019-09-20 14:41:03