Trace number 4387366

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.10? (TO) 2520.16 2449.04

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K106.xml
MD5SUM5d95bf0924f574ebe5a8a8a61c057e43
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 benchmark53.7139
Satisfiable
(Un)Satisfiability was proved
Number of variables7208
Number of constraints7422
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":7208}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":183},{"degree":5,"count":1276},{"degree":6,"count":2825},{"degree":7,"count":1774},{"degree":8,"count":731},{"degree":9,"count":210},{"degree":10,"count":208}]
Minimum constraint arity1
Maximum constraint arity106
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1365},{"arity":3,"count":2835},{"arity":4,"count":1890},{"arity":5,"count":630},{"arity":6,"count":210},{"arity":7,"count":210},{"arity":68,"count":212},{"arity":106,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":7422}]
Optimization problemNO
Type of objective

Solver Data

0.74/0.55	c Concrete v3.10.1560635388952 running
2520.10/2449.01	Exception in thread "main" java.util.concurrent.TimeoutException
2520.10/2449.01		at concrete.MAC.mac(MAC.scala:189)
2520.10/2449.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.10/2449.01		at scala.util.Try$.apply(Try.scala:212)
2520.10/2449.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.10/2449.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.10/2449.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.10/2449.02		at concrete.MAC.oneRun(MAC.scala:253)
2520.10/2449.02		at concrete.MAC.nextSolution(MAC.scala:272)
2520.10/2449.02		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.10/2449.02		at concrete.ProblemState.map(ProblemState.scala:228)
2520.10/2449.02		at concrete.ProblemState.map(ProblemState.scala:210)
2520.10/2449.02		at concrete.MAC.nextSolution(MAC.scala:334)
2520.10/2449.02		at concrete.Solver.hasNext(Solver.scala:160)
2520.10/2449.02		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.10/2449.02		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.10/2449.02		at concrete.Solver.nextOption(Solver.scala:67)
2520.10/2449.02		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.10/2449.02		at scala.util.Success.map(Try.scala:264)
2520.10/2449.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.10/2449.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.10/2449.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.10/2449.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.10/2449.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.10/2449.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.10/2449.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.10/2449.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.10/2449.02		at scala.App.$anonfun$main$1(App.scala:75)
2520.10/2449.02		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.10/2449.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.10/2449.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.10/2449.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.10/2449.02		at scala.App.main(App.scala:75)
2520.10/2449.02		at scala.App.main$(App.scala:73)
2520.10/2449.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.10/2449.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.10/2449.02	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387366-1568301255/watcher-4387366-1568301255 -o /tmp/evaluation-result-4387366-1568301255/solver-4387366-1568301255 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568285927-6016 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=172698544 HOME/instance-4387366-1568301255.xml 

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

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


[startup+0.100091 s]*
/proc/loadavg: 1.40 1.46 1.52 3/221 11310
/proc/meminfo: memFree=29908124/32770624 swapFree=66916348/67108860
[pid=11253] ppid=11250 vsize=9972712 memory=16812 CPUtime=0.1 cores=0,2,4,6
/proc/11253/stat : 11253 (java) S 11250 11253 5064 0 -1 1077944320 4473 13133 0 0 1 1 5 3 20 0 6 0 406063487 10212057088 4203 33554432000 4194304 4196468 140727045968864 140727045951408 140136362913527 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
/proc/11253/statm: 2493178 4203 1935 1 0 2481616 0
[pid=11253/tid=11306] ppid=11250 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11306/stat : 11306 (java) R 11250 11253 5064 0 -1 4202560 2281 13133 0 0 0 0 5 3 20 0 6 0 406063497 10212057088 4269 33554432000 4194304 4196468 140727045968864 140136334750288 140136346994014 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11307] ppid=11250 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11307/stat : 11307 (java) S 11250 11253 5064 0 -1 1077944384 1 13133 0 0 0 0 5 3 20 0 6 0 406063497 10212057088 4269 33554432000 4194304 4196468 140727045968864 140136367155728 140136362923733 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11308] ppid=11250 vsize=9972712 memory=140248159041152 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11308/stat : 11308 (java) S 11250 11253 5064 0 -1 1077944384 1 13133 0 0 0 0 5 3 20 0 6 0 406063497 10212057088 4269 33554432000 4194304 4196468 140727045968864 140136266046096 140136362923733 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11309] ppid=11250 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11309/stat : 11309 (java) S 11250 11253 5064 0 -1 1077944384 2 13133 0 0 0 0 5 3 20 0 6 0 406063497 10212057088 4269 33554432000 4194304 4196468 140727045968864 140136264993040 140136362923733 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11310] ppid=11250 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11310/stat : 11310 (java) S 11250 11253 5064 0 -1 1077944384 2 13133 0 0 0 0 5 3 20 0 6 0 406063497 10212057088 4269 33554432000 4194304 4196468 140727045968864 140136263940496 140136362923733 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210295 s]*
/proc/loadavg: 1.40 1.46 1.52 3/230 11319
/proc/meminfo: memFree=29888436/32770624 swapFree=66916348/67108860
[pid=11253] ppid=11250 vsize=10818940 memory=38976 CPUtime=0.26 cores=0,2,4,6
/proc/11253/stat : 11253 (java) S 11250 11253 5064 0 -1 1077944320 7038 13133 0 0 16 2 5 3 20 0 15 0 406063487 11078594560 9744 33554432000 4194304 4196468 140727045968864 140727045951408 140136362913527 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
/proc/11253/statm: 2704735 9744 2983 1 0 2667149 0
[pid=11253/tid=11306] ppid=11250 vsize=10818940 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/11253/task/11306/stat : 11306 (java) R 11250 11253 5064 0 -1 4202560 3572 13133 0 0 11 1 5 3 20 0 15 0 406063497 11078594560 9744 33554432000 4194304 4196468 140727045968864 140136334749408 140136346994014 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11307] ppid=11250 vsize=10818940 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11307/stat : 11307 (java) S 11250 11253 5064 0 -1 1077944384 1 13133 0 0 0 0 5 3 20 0 15 0 406063497 11078594560 9744 33554432000 4194304 4196468 140727045968864 140136367155728 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11308] ppid=11250 vsize=10818940 memory=140248159052399 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11308/stat : 11308 (java) S 11250 11253 5064 0 -1 1077944384 1 13133 0 0 0 0 5 3 20 0 15 0 406063497 11078594560 9744 33554432000 4194304 4196468 140727045968864 140136266046096 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11309] ppid=11250 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11309/stat : 11309 (java) S 11250 11253 5064 0 -1 1077944384 2 13133 0 0 0 0 5 3 20 0 15 0 406063497 11078594560 9744 33554432000 4194304 4196468 140727045968864 140136264993040 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11310] ppid=11250 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11310/stat : 11310 (java) S 11250 11253 5064 0 -1 1077944384 2 13133 0 0 0 0 5 3 20 0 15 0 406063497 11078594560 9744 33554432000 4194304 4196468 140727045968864 140136263940496 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11311] ppid=11250 vsize=10818940 memory=140248159041152 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11311/stat : 11311 (java) S 11250 11253 5064 0 -1 1077944384 2 13133 0 0 0 0 5 3 20 0 15 0 406063499 11078594560 9744 33554432000 4194304 4196468 140727045968864 140135822408432 140136362924674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11312] ppid=11250 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11312/stat : 11312 (java) S 11250 11253 5064 0 -1 1077944384 13 13133 0 0 0 0 5 3 20 0 15 0 406063499 11078594560 9744 33554432000 4194304 4196468 140727045968864 140135253403296 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11313] ppid=11250 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11313/stat : 11313 (java) S 11250 11253 5064 0 -1 1077944384 1 13133 0 0 0 0 5 3 20 0 15 0 406063499 11078594560 9744 33554432000 4194304 4196468 140727045968864 140135119185136 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11314] ppid=11250 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11314/stat : 11314 (java) S 11250 11253 5064 0 -1 1077944384 3 13133 0 0 0 0 5 3 20 0 15 0 406063502 11078594560 9744 33554432000 4194304 4196468 140727045968864 140134878894544 140136362932123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11315] ppid=11250 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11253/task/11315/stat : 11315 (java) S 11250 11253 5064 0 -1 1077944384 477 13133 0 0 1 0 5 3 20 0 15 0 406063502 11078594560 9744 33554432000 4194304 4196468 140727045968864 140135821355248 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11316] ppid=11250 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11316/stat : 11316 (java) S 11250 11253 5064 0 -1 1077944384 133 13133 0 0 0 0 5 3 20 0 15 0 406063502 11078594560 9744 33554432000 4194304 4196468 140727045968864 140135820302704 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11317] ppid=11250 vsize=10818940 memory=140248159041152 CPUtime=0.11 cores=0,2,4,6
/proc/11253/task/11317/stat : 11317 (java) R 11250 11253 5064 0 -1 4202560 620 13133 0 0 3 0 5 3 20 0 15 0 406063502 11078594560 9744 33554432000 4194304 4196468 140727045968864 140135819249648 140136362934874 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11318] ppid=11250 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11318/stat : 11318 (java) S 11250 11253 5064 0 -1 1077944384 3 13133 0 0 0 0 5 3 20 0 15 0 406063502 11078594560 9744 33554432000 4194304 4196468 140727045968864 140134845335904 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11319] ppid=11250 vsize=10818940 memory=140248159041152 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11319/stat : 11319 (java) S 11250 11253 5064 0 -1 1077944384 1 13133 0 0 0 0 5 3 20 0 15 0 406063503 11078594560 9744 33554432000 4194304 4196468 140727045968864 140135818198064 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38976 KiB

[startup+0.310616 s]*
/proc/loadavg: 1.40 1.46 1.52 4/230 11319
/proc/meminfo: memFree=29876880/32770624 swapFree=66916348/67108860
[pid=11253] ppid=11250 vsize=10820096 memory=50348 CPUtime=0.41 cores=0,2,4,6
/proc/11253/stat : 11253 (java) S 11250 11253 5064 0 -1 1077944320 10787 13133 0 0 29 4 5 3 20 0 15 0 406063487 11079778304 12587 33554432000 4194304 4196468 140727045968864 140727045951408 140136362913527 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
/proc/11253/statm: 2705024 12587 3237 1 0 2667149 0
[pid=11253/tid=11306] ppid=11250 vsize=10820096 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/11253/task/11306/stat : 11306 (java) R 11250 11253 5064 0 -1 4202560 7304 13133 0 0 19 3 5 3 20 0 15 0 406063497 11079778304 12587 33554432000 4194304 4196468 140727045968864 140136334726672 140135941374695 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11307] ppid=11250 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11307/stat : 11307 (java) S 11250 11253 5064 0 -1 1077944384 1 13133 0 0 0 0 5 3 20 0 15 0 406063497 11079778304 12587 33554432000 4194304 4196468 140727045968864 140136367155728 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11308] ppid=11250 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11308/stat : 11308 (java) S 11250 11253 5064 0 -1 1077944384 1 13133 0 0 0 0 5 3 20 0 15 0 406063497 11079778304 12587 33554432000 4194304 4196468 140727045968864 140136266046096 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11309] ppid=11250 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11309/stat : 11309 (java) S 11250 11253 5064 0 -1 1077944384 2 13133 0 0 0 0 5 3 20 0 15 0 406063497 11079778304 12587 33554432000 4194304 4196468 140727045968864 140136264993040 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11310] ppid=11250 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11310/stat : 11310 (java) S 11250 11253 5064 0 -1 1077944384 2 13133 0 0 0 0 5 3 20 0 15 0 406063497 11079778304 12587 33554432000 4194304 4196468 140727045968864 140136263940496 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11311] ppid=11250 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11311/stat : 11311 (java) S 11250 11253 5064 0 -1 1077944384 2 13133 0 0 0 0 5 3 20 0 15 0 406063499 11079778304 12587 33554432000 4194304 4196468 140727045968864 140135822408432 140136362924674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11312] ppid=11250 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11312/stat : 11312 (java) S 11250 11253 5064 0 -1 1077944384 13 13133 0 0 0 0 5 3 20 0 15 0 406063499 11079778304 12587 33554432000 4194304 4196468 140727045968864 140135253403296 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11313] ppid=11250 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11313/stat : 11313 (java) S 11250 11253 5064 0 -1 1077944384 1 13133 0 0 0 0 5 3 20 0 15 0 406063499 11079778304 12587 33554432000 4194304 4196468 140727045968864 140135119185136 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11314] ppid=11250 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11314/stat : 11314 (java) S 11250 11253 5064 0 -1 1077944384 3 13133 0 0 0 0 5 3 20 0 15 0 406063502 11079778304 12587 33554432000 4194304 4196468 140727045968864 140134878894544 140136362932123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11315] ppid=11250 vsize=10820096 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/11253/task/11315/stat : 11315 (java) S 11250 11253 5064 0 -1 1077944384 478 13133 0 0 2 0 5 3 20 0 15 0 406063502 11079778304 12587 33554432000 4194304 4196468 140727045968864 140135821355248 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11316] ppid=11250 vsize=10820096 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/11253/task/11316/stat : 11316 (java) S 11250 11253 5064 0 -1 1077944384 136 13133 0 0 1 0 5 3 20 0 15 0 406063502 11079778304 12587 33554432000 4194304 4196468 140727045968864 140135820302704 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11317] ppid=11250 vsize=10820096 memory=140248159041152 CPUtime=0.13 cores=0,2,4,6
/proc/11253/task/11317/stat : 11317 (java) S 11250 11253 5064 0 -1 1077944384 629 13133 0 0 5 0 5 3 20 0 15 0 406063502 11079778304 12587 33554432000 4194304 4196468 140727045968864 140135819249648 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11318] ppid=11250 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11318/stat : 11318 (java) S 11250 11253 5064 0 -1 1077944384 3 13133 0 0 0 0 5 3 20 0 15 0 406063502 11079778304 12587 33554432000 4194304 4196468 140727045968864 140134845335904 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11319] ppid=11250 vsize=10820096 memory=140248159041152 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11319/stat : 11319 (java) S 11250 11253 5064 0 -1 1077944384 1 13133 0 0 0 0 5 3 20 0 15 0 406063503 11079778304 12587 33554432000 4194304 4196468 140727045968864 140135818198064 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 50348 KiB

[startup+0.701039 s]
/proc/loadavg: 1.40 1.46 1.52 5/230 11319
/proc/meminfo: memFree=29861960/32770624 swapFree=66916348/67108860
[pid=11253] ppid=11250 vsize=10824340 memory=80640 CPUtime=1.15 cores=0,2,4,6
/proc/11253/stat : 11253 (java) S 11250 11253 5064 0 -1 1077944320 14849 13133 0 0 102 5 5 3 20 0 15 0 406063487 11084124160 20160 33554432000 4194304 4196468 140727045968864 140727045951408 140136362913527 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
/proc/11253/statm: 2706085 20160 3507 1 0 2668173 0
[pid=11253/tid=11306] ppid=11250 vsize=10824340 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/11253/task/11306/stat : 11306 (java) R 11250 11253 5064 0 -1 4202560 10543 13133 0 0 55 4 5 3 20 0 15 0 406063497 11084124160 20160 33554432000 4194304 4196468 140727045968864 140136334740848 140136346271928 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11307] ppid=11250 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11307/stat : 11307 (java) S 11250 11253 5064 0 -1 1077944384 1 13133 0 0 0 0 5 3 20 0 15 0 406063497 11084124160 20160 33554432000 4194304 4196468 140727045968864 140136367155728 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11308] ppid=11250 vsize=10824340 memory=68 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11308/stat : 11308 (java) S 11250 11253 5064 0 -1 1077944384 1 13133 0 0 0 0 5 3 20 0 15 0 406063497 11084124160 20160 33554432000 4194304 4196468 140727045968864 140136266046096 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11309] ppid=11250 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11309/stat : 11309 (java) S 11250 11253 5064 0 -1 1077944384 2 13133 0 0 0 0 5 3 20 0 15 0 406063497 11084124160 20160 33554432000 4194304 4196468 140727045968864 140136264993040 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11310] ppid=11250 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11310/stat : 11310 (java) S 11250 11253 5064 0 -1 1077944384 2 13133 0 0 0 0 5 3 20 0 15 0 406063497 11084124160 20160 33554432000 4194304 4196468 140727045968864 140136263940496 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11311] ppid=11250 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11311/stat : 11311 (java) S 11250 11253 5064 0 -1 1077944384 5 13133 0 0 0 0 5 3 20 0 15 0 406063499 11084124160 20160 33554432000 4194304 4196468 140727045968864 140135822408432 140136362924674 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11312] ppid=11250 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11312/stat : 11312 (java) S 11250 11253 5064 0 -1 1077944384 13 13133 0 0 0 0 5 3 20 0 15 0 406063499 11084124160 20160 33554432000 4194304 4196468 140727045968864 140135253403296 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11313] ppid=11250 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11313/stat : 11313 (java) S 11250 11253 5064 0 -1 1077944384 1 13133 0 0 0 0 5 3 20 0 15 0 406063499 11084124160 20160 33554432000 4194304 4196468 140727045968864 140135119185136 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11314] ppid=11250 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11314/stat : 11314 (java) S 11250 11253 5064 0 -1 1077944384 3 13133 0 0 0 0 5 3 20 0 15 0 406063502 11084124160 20160 33554432000 4194304 4196468 140727045968864 140134878894544 140136362932123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11315] ppid=11250 vsize=10824340 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/11253/task/11315/stat : 11315 (java) S 11250 11253 5064 0 -1 1077944384 733 13133 0 0 13 0 5 3 20 0 15 0 406063502 11084124160 20160 33554432000 4194304 4196468 140727045968864 140135821355248 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11316] ppid=11250 vsize=10824340 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/11253/task/11316/stat : 11316 (java) S 11250 11253 5064 0 -1 1077944384 503 13133 0 0 14 0 5 3 20 0 15 0 406063502 11084124160 20160 33554432000 4194304 4196468 140727045968864 140135820302704 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11317] ppid=11250 vsize=10824340 memory=3616 CPUtime=0.25 cores=0,2,4,6
/proc/11253/task/11317/stat : 11317 (java) S 11250 11253 5064 0 -1 1077944384 827 13133 0 0 17 0 5 3 20 0 15 0 406063502 11084124160 20160 33554432000 4194304 4196468 140727045968864 140135819249648 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11318] ppid=11250 vsize=10824340 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11318/stat : 11318 (java) S 11250 11253 5064 0 -1 1077944384 3 13133 0 0 0 0 5 3 20 0 15 0 406063502 11084124160 20160 33554432000 4194304 4196468 140727045968864 140134845335904 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11319] ppid=11250 vsize=10824340 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11319/stat : 11319 (java) S 11250 11253 5064 0 -1 1077944384 1 13133 0 0 0 0 5 3 20 0 15 0 406063503 11084124160 20160 33554432000 4194304 4196468 140727045968864 140135818198064 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80640 KiB

[startup+1.5011 s]
/proc/loadavg: 1.40 1.46 1.52 5/230 11319
/proc/meminfo: memFree=29796088/32770624 swapFree=66916348/67108860
[pid=11253] ppid=11250 vsize=10830560 memory=230988 CPUtime=3.5 cores=0,2,4,6
/proc/11253/stat : 11253 (java) S 11250 11253 5064 0 -1 1077944320 29961 13133 0 0 331 11 5 3 20 0 15 0 406063487 11090493440 57747 33554432000 4194304 4196468 140727045968864 140727045951408 140136362913527 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
/proc/11253/statm: 2707640 57747 3571 1 0 2669709 0
[pid=11253/tid=11306] ppid=11250 vsize=10830560 memory=2811011 CPUtime=1.45 cores=0,2,4,6
/proc/11253/task/11306/stat : 11306 (java) R 11250 11253 5064 0 -1 4202560 14088 13133 0 0 130 7 5 3 20 0 15 0 406063497 11090493440 57747 33554432000 4194304 4196468 140727045968864 140136334725472 140136348593712 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11307] ppid=11250 vsize=10830560 memory=2812297 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11307/stat : 11307 (java) S 11250 11253 5064 0 -1 1077944384 48 13133 0 0 0 0 5 3 20 0 15 0 406063497 11090493440 57747 33554432000 4194304 4196468 140727045968864 140136367155728 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11308] ppid=11250 vsize=10830560 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11308/stat : 11308 (java) S 11250 11253 5064 0 -1 1077944384 1 13133 0 0 0 0 5 3 20 0 15 0 406063497 11090493440 57747 33554432000 4194304 4196468 140727045968864 140136266046096 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11309] ppid=11250 vsize=10830560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11309/stat : 11309 (java) S 11250 11253 5064 0 -1 1077944384 57 13133 0 0 0 0 5 3 20 0 15 0 406063497 11090493440 57747 33554432000 4194304 4196468 140727045968864 140136264993040 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11310] ppid=11250 vsize=10830560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11310/stat : 11310 (java) S 11250 11253 5064 0 -1 1077944384 232 13133 0 0 0 0 5 3 20 0 15 0 406063497 11090493440 57747 33554432000 4194304 4196468 140727045968864 140136263940496 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11311] ppid=11250 vsize=10830560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11311/stat : 11311 (java) S 11250 11253 5064 0 -1 1077944384 104 13133 0 0 0 0 5 3 20 0 15 0 406063499 11090493440 57747 33554432000 4194304 4196468 140727045968864 140135822408432 140136362924674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11312] ppid=11250 vsize=10830560 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11312/stat : 11312 (java) S 11250 11253 5064 0 -1 1077944384 14 13133 0 0 0 0 5 3 20 0 15 0 406063499 11090493440 57747 33554432000 4194304 4196468 140727045968864 140135253403296 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11313] ppid=11250 vsize=10830560 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11313/stat : 11313 (java) S 11250 11253 5064 0 -1 1077944384 3 13133 0 0 0 0 5 3 20 0 15 0 406063499 11090493440 57747 33554432000 4194304 4196468 140727045968864 140135119185136 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11314] ppid=11250 vsize=10830560 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11314/stat : 11314 (java) S 11250 11253 5064 0 -1 1077944384 3 13133 0 0 0 0 5 3 20 0 15 0 406063502 11090493440 57747 33554432000 4194304 4196468 140727045968864 140134878894544 140136362932123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11315] ppid=11250 vsize=10830560 memory=1172 CPUtime=0.87 cores=0,2,4,6
/proc/11253/task/11315/stat : 11315 (java) R 11250 11253 5064 0 -1 4202560 6061 13133 0 0 79 0 5 3 20 0 15 0 406063502 11090493440 57747 33554432000 4194304 4196468 140727045968864 140135821355248 140136344434934 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11316] ppid=11250 vsize=10830560 memory=14008 CPUtime=0.84 cores=0,2,4,6
/proc/11253/task/11316/stat : 11316 (java) S 11250 11253 5064 0 -1 1077944384 4620 13133 0 0 76 0 5 3 20 0 15 0 406063502 11090493440 57747 33554432000 4194304 4196468 140727045968864 140135820302704 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11317] ppid=11250 vsize=10830560 memory=14072 CPUtime=0.49 cores=0,2,4,6
/proc/11253/task/11317/stat : 11317 (java) S 11250 11253 5064 0 -1 1077944384 2513 13133 0 0 41 0 5 3 20 0 15 0 406063502 11090493440 57747 33554432000 4194304 4196468 140727045968864 140135819249648 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11318] ppid=11250 vsize=10830560 memory=2116 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11318/stat : 11318 (java) S 11250 11253 5064 0 -1 1077944384 3 13133 0 0 0 0 5 3 20 0 15 0 406063502 11090493440 57747 33554432000 4194304 4196468 140727045968864 140134845335904 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11319] ppid=11250 vsize=10830560 memory=6792 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11319/stat : 11319 (java) S 11250 11253 5064 0 -1 1077944384 3 13133 0 0 0 0 5 3 20 0 15 0 406063503 11090493440 57747 33554432000 4194304 4196468 140727045968864 140135818198064 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
Current children cumulated CPU time: 3.5 s
Current children cumulated vsize: 10830560 KiB

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

/proc/11253/task/11306/stat : 11306 (java) R 11250 11253 5064 0 -1 4202560 93279 13133 0 0 229831 74 5 3 20 0 15 0 406063497 11107291136 317987 33554432000 4194304 4196468 140727045968864 140136334749376 140135960391381 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11307] ppid=11250 vsize=10846964 memory=1280672 CPUtime=12.69 cores=0,2,4,6
/proc/11253/task/11307/stat : 11307 (java) S 11250 11253 5064 0 -1 1077944384 35186 13133 0 0 1210 51 5 3 20 0 15 0 406063497 11107291136 317987 33554432000 4194304 4196468 140727045968864 140136367155728 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11308] ppid=11250 vsize=10846964 memory=1316580 CPUtime=12.67 cores=0,2,4,6
/proc/11253/task/11308/stat : 11308 (java) S 11250 11253 5064 0 -1 1077944384 30496 13133 0 0 1211 48 5 3 20 0 15 0 406063497 11107291136 317987 33554432000 4194304 4196468 140727045968864 140136266046096 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11309] ppid=11250 vsize=10846964 memory=1284776 CPUtime=12.7 cores=0,2,4,6
/proc/11253/task/11309/stat : 11309 (java) S 11250 11253 5064 0 -1 1077944384 30823 13133 0 0 1217 45 5 3 20 0 15 0 406063497 11107291136 317987 33554432000 4194304 4196468 140727045968864 140136264993040 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11310] ppid=11250 vsize=10846964 memory=1283236 CPUtime=12.66 cores=0,2,4,6
/proc/11253/task/11310/stat : 11310 (java) S 11250 11253 5064 0 -1 1077944384 25088 13133 0 0 1211 47 5 3 20 0 15 0 406063497 11107291136 317987 33554432000 4194304 4196468 140727045968864 140136263940496 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11311] ppid=11250 vsize=10846964 memory=1280672 CPUtime=7.8 cores=0,2,4,6
/proc/11253/task/11311/stat : 11311 (java) S 11250 11253 5064 0 -1 1077944384 29222 13133 0 0 715 57 5 3 20 0 15 0 406063499 11107291136 317987 33554432000 4194304 4196468 140727045968864 140135822408432 140136362924674 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11312] ppid=11250 vsize=10846964 memory=1271948 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11312/stat : 11312 (java) S 11250 11253 5064 0 -1 1077944384 18 13133 0 0 0 0 5 3 20 0 15 0 406063499 11107291136 317987 33554432000 4194304 4196468 140727045968864 140135253403360 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11313] ppid=11250 vsize=10846964 memory=280495993991056 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11313/stat : 11313 (java) S 11250 11253 5064 0 -1 1077944384 4 13133 0 0 0 0 5 3 20 0 15 0 406063499 11107291136 317987 33554432000 4194304 4196468 140727045968864 140135119185152 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11314] ppid=11250 vsize=10846964 memory=1301192 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11314/stat : 11314 (java) S 11250 11253 5064 0 -1 1077944384 3 13133 0 0 0 0 5 3 20 0 15 0 406063502 11107291136 317987 33554432000 4194304 4196468 140727045968864 140134878894544 140136362932123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11315] ppid=11250 vsize=10846964 memory=571 CPUtime=13.43 cores=0,2,4,6
/proc/11253/task/11315/stat : 11315 (java) S 11250 11253 5064 0 -1 1077944384 25927 13133 0 0 1329 6 5 3 20 0 15 0 406063502 11107291136 317987 33554432000 4194304 4196468 140727045968864 140135821355248 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11316] ppid=11250 vsize=10846964 memory=1279132 CPUtime=13.27 cores=0,2,4,6
/proc/11253/task/11316/stat : 11316 (java) S 11250 11253 5064 0 -1 1077944384 23180 13133 0 0 1313 6 5 3 20 0 15 0 406063502 11107291136 317987 33554432000 4194304 4196468 140727045968864 140135820302704 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11317] ppid=11250 vsize=10846964 memory=800 CPUtime=5.79 cores=0,2,4,6
/proc/11253/task/11317/stat : 11317 (java) S 11250 11253 5064 0 -1 1077944384 22184 13133 0 0 562 9 5 3 20 0 15 0 406063502 11107291136 317987 33554432000 4194304 4196468 140727045968864 140135819249648 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11318] ppid=11250 vsize=10846964 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11318/stat : 11318 (java) S 11250 11253 5064 0 -1 1077944384 3 13133 0 0 0 0 5 3 20 0 15 0 406063502 11107291136 317987 33554432000 4194304 4196468 140727045968864 140134845335904 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11319] ppid=11250 vsize=10846964 memory=17696 CPUtime=1.49 cores=0,2,4,6
/proc/11253/task/11319/stat : 11319 (java) S 11250 11253 5064 0 -1 1077944384 1856 13133 0 0 72 69 5 3 20 0 15 0 406063503 11107291136 317987 33554432000 4194304 4196468 140727045968864 140135818198064 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
Current children cumulated CPU time: 2391.02 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1271948 KiB

[startup+2382.3 s]
/proc/loadavg: 1.18 1.37 1.40 3/229 11689
/proc/meminfo: memFree=29868400/32770624 swapFree=66916384/67108860
[pid=11253] ppid=11250 vsize=10846964 memory=1210388 CPUtime=2452.13 cores=0,2,4,6
/proc/11253/stat : 11253 (java) S 11250 11253 5064 0 -1 1077944320 321232 13133 0 0 244826 379 5 3 20 0 15 0 406063487 11107291136 302597 33554432000 4194304 4196468 140727045968864 140727045951408 140136362913527 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
/proc/11253/statm: 2711741 302597 3636 1 0 2673805 0
[pid=11253/tid=11306] ppid=11250 vsize=10846964 memory=1218084 CPUtime=2358.42 cores=0,2,4,6
/proc/11253/task/11306/stat : 11306 (java) R 11250 11253 5064 0 -1 4202560 94022 13133 0 0 235760 74 5 3 20 0 15 0 406063497 11107291136 302597 33554432000 4194304 4196468 140727045968864 140136334749616 140135960871625 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11307] ppid=11250 vsize=10846964 memory=1211928 CPUtime=13.08 cores=0,2,4,6
/proc/11253/task/11307/stat : 11307 (java) S 11250 11253 5064 0 -1 1077944384 35370 13133 0 0 1248 52 5 3 20 0 15 0 406063497 11107291136 302597 33554432000 4194304 4196468 140727045968864 140136367155728 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11308] ppid=11250 vsize=10846964 memory=1211416 CPUtime=13.05 cores=0,2,4,6
/proc/11253/task/11308/stat : 11308 (java) S 11250 11253 5064 0 -1 1077944384 30590 13133 0 0 1248 49 5 3 20 0 15 0 406063497 11107291136 302597 33554432000 4194304 4196468 140727045968864 140136266046096 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11309] ppid=11250 vsize=10846964 memory=1210904 CPUtime=13.08 cores=0,2,4,6
/proc/11253/task/11309/stat : 11309 (java) S 11250 11253 5064 0 -1 1077944384 31214 13133 0 0 1254 46 5 3 20 0 15 0 406063497 11107291136 302597 33554432000 4194304 4196468 140727045968864 140136264993040 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11310] ppid=11250 vsize=10846964 memory=164 CPUtime=13.04 cores=0,2,4,6
/proc/11253/task/11310/stat : 11310 (java) S 11250 11253 5064 0 -1 1077944384 25193 13133 0 0 1247 49 5 3 20 0 15 0 406063497 11107291136 302597 33554432000 4194304 4196468 140727045968864 140136263940496 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11311] ppid=11250 vsize=10846964 memory=1210388 CPUtime=8.02 cores=0,2,4,6
/proc/11253/task/11311/stat : 11311 (java) S 11250 11253 5064 0 -1 1077944384 29444 13133 0 0 735 59 5 3 20 0 15 0 406063499 11107291136 302597 33554432000 4194304 4196468 140727045968864 140135822408432 140136362924674 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11312] ppid=11250 vsize=10846964 memory=280495993991056 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11312/stat : 11312 (java) S 11250 11253 5064 0 -1 1077944384 18 13133 0 0 0 0 5 3 20 0 15 0 406063499 11107291136 302597 33554432000 4194304 4196468 140727045968864 140135253403360 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11313] ppid=11250 vsize=10846964 memory=1560 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11313/stat : 11313 (java) S 11250 11253 5064 0 -1 1077944384 4 13133 0 0 0 0 5 3 20 0 15 0 406063499 11107291136 302597 33554432000 4194304 4196468 140727045968864 140135119185152 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11314] ppid=11250 vsize=10846964 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11314/stat : 11314 (java) S 11250 11253 5064 0 -1 1077944384 3 13133 0 0 0 0 5 3 20 0 15 0 406063502 11107291136 302597 33554432000 4194304 4196468 140727045968864 140134878894544 140136362932123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11315] ppid=11250 vsize=10846964 memory=1324 CPUtime=13.43 cores=0,2,4,6
/proc/11253/task/11315/stat : 11315 (java) S 11250 11253 5064 0 -1 1077944384 25929 13133 0 0 1329 6 5 3 20 0 15 0 406063502 11107291136 302597 33554432000 4194304 4196468 140727045968864 140135821355248 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11316] ppid=11250 vsize=10846964 memory=1210388 CPUtime=13.28 cores=0,2,4,6
/proc/11253/task/11316/stat : 11316 (java) S 11250 11253 5064 0 -1 1077944384 23182 13133 0 0 1313 7 5 3 20 0 15 0 406063502 11107291136 302597 33554432000 4194304 4196468 140727045968864 140135820302704 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11317] ppid=11250 vsize=10846964 memory=1210388 CPUtime=5.79 cores=0,2,4,6
/proc/11253/task/11317/stat : 11317 (java) S 11250 11253 5064 0 -1 1077944384 22186 13133 0 0 562 9 5 3 20 0 15 0 406063502 11107291136 302597 33554432000 4194304 4196468 140727045968864 140135819249648 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11318] ppid=11250 vsize=10846964 memory=17696 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11318/stat : 11318 (java) S 11250 11253 5064 0 -1 1077944384 3 13133 0 0 0 0 5 3 20 0 15 0 406063502 11107291136 302597 33554432000 4194304 4196468 140727045968864 140134845335904 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11319] ppid=11250 vsize=10846964 memory=988 CPUtime=1.52 cores=0,2,4,6
/proc/11253/task/11319/stat : 11319 (java) S 11250 11253 5064 0 -1 1077944384 1863 13133 0 0 73 71 5 3 20 0 15 0 406063503 11107291136 302597 33554432000 4194304 4196468 140727045968864 140135818198064 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
Current children cumulated CPU time: 2452.13 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1210388 KiB

[startup+2442.3 s]
/proc/loadavg: 1.37 1.38 1.41 3/229 11695
/proc/meminfo: memFree=29922648/32770624 swapFree=66916384/67108860
[pid=11253] ppid=11250 vsize=10846964 memory=1154984 CPUtime=2513.26 cores=0,2,4,6
/proc/11253/stat : 11253 (java) S 11250 11253 5064 0 -1 1077944320 322976 13133 0 0 250933 385 5 3 20 0 15 0 406063487 11107291136 288746 33554432000 4194304 4196468 140727045968864 140727045951408 140136362913527 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
/proc/11253/statm: 2711741 288746 3636 1 0 2673805 0
[pid=11253/tid=11306] ppid=11250 vsize=10846964 memory=1157552 CPUtime=2417.75 cores=0,2,4,6
/proc/11253/task/11306/stat : 11306 (java) R 11250 11253 5064 0 -1 4202560 94734 13133 0 0 241693 74 5 3 20 0 15 0 406063497 11107291136 288746 33554432000 4194304 4196468 140727045968864 140136334748672 140136345321122 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11307] ppid=11250 vsize=10846964 memory=1169864 CPUtime=13.47 cores=0,2,4,6
/proc/11253/task/11307/stat : 11307 (java) S 11250 11253 5064 0 -1 1077944384 35772 13133 0 0 1286 53 5 3 20 0 15 0 406063497 11107291136 288746 33554432000 4194304 4196468 140727045968864 140136367155728 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11308] ppid=11250 vsize=10846964 memory=1163192 CPUtime=13.44 cores=0,2,4,6
/proc/11253/task/11308/stat : 11308 (java) S 11250 11253 5064 0 -1 1077944384 30697 13133 0 0 1286 50 5 3 20 0 15 0 406063497 11107291136 288746 33554432000 4194304 4196468 140727045968864 140136266046096 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11309] ppid=11250 vsize=10846964 memory=1160628 CPUtime=13.47 cores=0,2,4,6
/proc/11253/task/11309/stat : 11309 (java) S 11250 11253 5064 0 -1 1077944384 31363 13133 0 0 1292 47 5 3 20 0 15 0 406063497 11107291136 288746 33554432000 4194304 4196468 140727045968864 140136264993040 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11310] ppid=11250 vsize=10846964 memory=1173968 CPUtime=13.43 cores=0,2,4,6
/proc/11253/task/11310/stat : 11310 (java) S 11250 11253 5064 0 -1 1077944384 25308 13133 0 0 1285 50 5 3 20 0 15 0 406063497 11107291136 288746 33554432000 4194304 4196468 140727045968864 140136263940496 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11311] ppid=11250 vsize=10846964 memory=1158064 CPUtime=8.25 cores=0,2,4,6
/proc/11253/task/11311/stat : 11311 (java) S 11250 11253 5064 0 -1 1077944384 29681 13133 0 0 756 61 5 3 20 0 15 0 406063499 11107291136 288746 33554432000 4194304 4196468 140727045968864 140135822408432 140136362924674 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11312] ppid=11250 vsize=10846964 memory=1157036 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11312/stat : 11312 (java) S 11250 11253 5064 0 -1 1077944384 18 13133 0 0 0 0 5 3 20 0 15 0 406063499 11107291136 288746 33554432000 4194304 4196468 140727045968864 140135253403360 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11313] ppid=11250 vsize=10846964 memory=1154984 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11313/stat : 11313 (java) S 11250 11253 5064 0 -1 1077944384 4 13133 0 0 0 0 5 3 20 0 15 0 406063499 11107291136 288746 33554432000 4194304 4196468 140727045968864 140135119185152 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11314] ppid=11250 vsize=10846964 memory=1157552 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11314/stat : 11314 (java) S 11250 11253 5064 0 -1 1077944384 3 13133 0 0 0 0 5 3 20 0 15 0 406063502 11107291136 288746 33554432000 4194304 4196468 140727045968864 140134878894544 140136362932123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11315] ppid=11250 vsize=10846964 memory=3616 CPUtime=13.43 cores=0,2,4,6
/proc/11253/task/11315/stat : 11315 (java) S 11250 11253 5064 0 -1 1077944384 25933 13133 0 0 1329 6 5 3 20 0 15 0 406063502 11107291136 288746 33554432000 4194304 4196468 140727045968864 140135821355248 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11316] ppid=11250 vsize=10846964 memory=17696 CPUtime=13.28 cores=0,2,4,6
/proc/11253/task/11316/stat : 11316 (java) S 11250 11253 5064 0 -1 1077944384 23186 13133 0 0 1313 7 5 3 20 0 15 0 406063502 11107291136 288746 33554432000 4194304 4196468 140727045968864 140135820302704 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11317] ppid=11250 vsize=10846964 memory=988 CPUtime=5.79 cores=0,2,4,6
/proc/11253/task/11317/stat : 11317 (java) S 11250 11253 5064 0 -1 1077944384 22190 13133 0 0 562 9 5 3 20 0 15 0 406063502 11107291136 288746 33554432000 4194304 4196468 140727045968864 140135819249648 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11318] ppid=11250 vsize=10846964 memory=1160628 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11318/stat : 11318 (java) S 11250 11253 5064 0 -1 1077944384 3 13133 0 0 0 0 5 3 20 0 15 0 406063502 11107291136 288746 33554432000 4194304 4196468 140727045968864 140134845335904 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11319] ppid=11250 vsize=10846964 memory=3616 CPUtime=1.56 cores=0,2,4,6
/proc/11253/task/11319/stat : 11319 (java) S 11250 11253 5064 0 -1 1077944384 1873 13133 0 0 75 73 5 3 20 0 15 0 406063503 11107291136 288746 33554432000 4194304 4196468 140727045968864 140135818198064 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
Current children cumulated CPU time: 2513.26 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1154984 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2449 s]*
/proc/loadavg: 1.39 1.38 1.41 3/229 11695
/proc/meminfo: memFree=29931452/32770624 swapFree=66916384/67108860
[pid=11253] ppid=11250 vsize=10846964 memory=1147292 CPUtime=2520.1 cores=0,2,4,6
/proc/11253/stat : 11253 (java) S 11250 11253 5064 0 -1 1077944320 323447 13133 0 0 251616 386 5 3 20 0 15 0 406063487 11107291136 286823 33554432000 4194304 4196468 140727045968864 140727045951408 140136362913527 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
/proc/11253/statm: 2711741 286823 3636 1 0 2673805 0
[pid=11253/tid=11306] ppid=11250 vsize=10846964 memory=8317482817917895235 CPUtime=2424.38 cores=0,2,4,6
/proc/11253/task/11306/stat : 11306 (java) R 11250 11253 5064 0 -1 4202560 94870 13133 0 0 242355 75 5 3 20 0 15 0 406063497 11107291136 286823 33554432000 4194304 4196468 140727045968864 140136334749344 140136345321617 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11307] ppid=11250 vsize=10846964 memory=4126316290023845779 CPUtime=13.52 cores=0,2,4,6
/proc/11253/task/11307/stat : 11307 (java) S 11250 11253 5064 0 -1 1077944384 35794 13133 0 0 1291 53 5 3 20 0 15 0 406063497 11107291136 286823 33554432000 4194304 4196468 140727045968864 140136367155728 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11308] ppid=11250 vsize=10846964 memory=7235103601363281778 CPUtime=13.48 cores=0,2,4,6
/proc/11253/task/11308/stat : 11308 (java) S 11250 11253 5064 0 -1 1077944384 30786 13133 0 0 1290 50 5 3 20 0 15 0 406063497 11107291136 286823 33554432000 4194304 4196468 140727045968864 140136266046096 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11309] ppid=11250 vsize=10846964 memory=7235103601363281778 CPUtime=13.51 cores=0,2,4,6
/proc/11253/task/11309/stat : 11309 (java) S 11250 11253 5064 0 -1 1077944384 31407 13133 0 0 1296 47 5 3 20 0 15 0 406063497 11107291136 286823 33554432000 4194304 4196468 140727045968864 140136264993040 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11310] ppid=11250 vsize=10846964 memory=7235103601363281778 CPUtime=13.48 cores=0,2,4,6
/proc/11253/task/11310/stat : 11310 (java) S 11250 11253 5064 0 -1 1077944384 25313 13133 0 0 1290 50 5 3 20 0 15 0 406063497 11107291136 286823 33554432000 4194304 4196468 140727045968864 140136263940496 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11311] ppid=11250 vsize=10846964 memory=8242827843766610023 CPUtime=8.27 cores=0,2,4,6
/proc/11253/task/11311/stat : 11311 (java) S 11250 11253 5064 0 -1 1077944384 29845 13133 0 0 758 61 5 3 20 0 15 0 406063499 11107291136 286823 33554432000 4194304 4196468 140727045968864 140135822408432 140136362924674 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11312] ppid=11250 vsize=10846964 memory=5931910764534592100 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11312/stat : 11312 (java) S 11250 11253 5064 0 -1 1077944384 18 13133 0 0 0 0 5 3 20 0 15 0 406063499 11107291136 286823 33554432000 4194304 4196468 140727045968864 140135253403360 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11313] ppid=11250 vsize=10846964 memory=7156873336178828914 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11313/stat : 11313 (java) S 11250 11253 5064 0 -1 1077944384 4 13133 0 0 0 0 5 3 20 0 15 0 406063499 11107291136 286823 33554432000 4194304 4196468 140727045968864 140135119185152 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11314] ppid=11250 vsize=10846964 memory=7156873336178828914 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11314/stat : 11314 (java) S 11250 11253 5064 0 -1 1077944384 3 13133 0 0 0 0 5 3 20 0 15 0 406063502 11107291136 286823 33554432000 4194304 4196468 140727045968864 140134878894544 140136362932123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11315] ppid=11250 vsize=10846964 memory=8242827843766610023 CPUtime=13.43 cores=0,2,4,6
/proc/11253/task/11315/stat : 11315 (java) S 11250 11253 5064 0 -1 1077944384 25933 13133 0 0 1329 6 5 3 20 0 15 0 406063502 11107291136 286823 33554432000 4194304 4196468 140727045968864 140135821355248 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11316] ppid=11250 vsize=10846964 memory=8242827843766610023 CPUtime=13.28 cores=0,2,4,6
/proc/11253/task/11316/stat : 11316 (java) S 11250 11253 5064 0 -1 1077944384 23186 13133 0 0 1313 7 5 3 20 0 15 0 406063502 11107291136 286823 33554432000 4194304 4196468 140727045968864 140135820302704 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11317] ppid=11250 vsize=10846964 memory=7382073138133362792 CPUtime=5.79 cores=0,2,4,6
/proc/11253/task/11317/stat : 11317 (java) S 11250 11253 5064 0 -1 1077944384 22190 13133 0 0 562 9 5 3 20 0 15 0 406063502 11107291136 286823 33554432000 4194304 4196468 140727045968864 140135819249648 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11318] ppid=11250 vsize=10846964 memory=7156873336178828914 CPUtime=0.08 cores=0,2,4,6
/proc/11253/task/11318/stat : 11318 (java) S 11250 11253 5064 0 -1 1077944384 3 13133 0 0 0 0 5 3 20 0 15 0 406063502 11107291136 286823 33554432000 4194304 4196468 140727045968864 140134845335904 140136362923733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
[pid=11253/tid=11319] ppid=11250 vsize=10846964 memory=3616 CPUtime=1.57 cores=0,2,4,6
/proc/11253/task/11319/stat : 11319 (java) S 11250 11253 5064 0 -1 1077944384 1884 13133 0 0 76 73 5 3 20 0 15 0 406063503 11107291136 286823 33554432000 4194304 4196468 140727045968864 140135818198064 140136362924674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22925312 140727045970678 140727045973189 140727045973189 140727045976015 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1147292 KiB

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

[startup+2449.04 s]
# the end of solver process 11253 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.25 s, system=3.91274 s

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

Child status: 143
Real time (s): 2449.04
CPU time (s): 2520.16
CPU user time (s): 2516.25
CPU system time (s): 3.91274
CPU usage (%): 102.904
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 2945008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.25
system time used= 3.91274
maximum resident set size= 2945008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 337825
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 243258
involuntary context switches= 8163


# summary of solver processes directly reported to runsolver:
#   pid: 11253
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2516.25
#   total CPU system time (s): 3.91274

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0689 second user time and 22.7144 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-12 17:13:34
IDJOB=4387366
IDBENCH=135046
IDSOLVER=2823
FILE ID=node141/4387366-1568301255
RUNJOBID= node141-1568285927-6016
PBS_JOBID= 21701068
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-sptate/Pb-Tate-K106.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387366-1568301255/watcher-4387366-1568301255 -o /tmp/evaluation-result-4387366-1568301255/solver-4387366-1568301255 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568285927-6016 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=172698544 HOME/instance-4387366-1568301255.xml

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

MD5SUM BENCH= 5d95bf0924f574ebe5a8a8a61c057e43
RANDOM SEED=172698544

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        29915192 kB
MemAvailable:   30114804 kB
Buffers:          102740 kB
Cached:           397112 kB
SwapCached:        82016 kB
Active:          2015116 kB
Inactive:         313320 kB
Active(anon):    1751788 kB
Inactive(anon):   106172 kB
Active(file):     263328 kB
Inactive(file):   207148 kB
Unevictable:      108408 kB
Mlocked:          108408 kB
SwapTotal:      67108860 kB
SwapFree:       66916348 kB
Dirty:             35252 kB
Writeback:             0 kB
AnonPages:       1855344 kB
Mapped:            45484 kB
Shmem:             20880 kB
Slab:             119312 kB
SReclaimable:      89944 kB
SUnreclaim:        29368 kB
KernelStack:        3728 kB
PageTables:         9656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2890164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1675264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 53744 MiB
End job on node141 at 2019-09-12 17:54:23