Trace number 4396077

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.09 2483.15

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-3.xml
MD5SUM95a2ddfb0d7ed65af35b4a4f8b00191d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark41.2255
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size4
Maximum domain size25
Distribution of domain sizes[{"size":4,"count":11},{"size":5,"count":11},{"size":6,"count":2},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.76/0.56	c Concrete v3.12.2.1568380929293 running
2520.02/2483.12	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2483.12		at concrete.MAC.mac(MAC.scala:192)
2520.02/2483.12		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2483.12		at scala.util.Try$.apply(Try.scala:212)
2520.02/2483.12		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2483.12		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2483.12		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2483.12		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2483.12		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2483.12		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2520.02/2483.12		at concrete.ProblemState.map(ProblemState.scala:238)
2520.02/2483.12		at concrete.ProblemState.map(ProblemState.scala:212)
2520.02/2483.12		at concrete.MAC.nextSolution(MAC.scala:348)
2520.02/2483.12		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2483.12		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2483.12		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2483.12		at concrete.Solver.foreach(Solver.scala:67)
2520.02/2483.12		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.02/2483.12		at scala.util.Success.map(Try.scala:264)
2520.02/2483.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2483.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2483.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2483.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2483.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2483.12		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2483.12		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2483.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2483.12		at scala.App.$anonfun$main$1(App.scala:75)
2520.02/2483.12		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.02/2483.12		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2483.12		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2483.12		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.02/2483.12		at scala.App.main(App.scala:75)
2520.02/2483.12		at scala.App.main$(App.scala:73)
2520.02/2483.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2483.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2483.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 (15444 MiB free)
  memory of node 1: 16384 MiB (12398 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396077-1568401577/watcher-4396077-1568401577 -o /tmp/evaluation-result-4396077-1568401577/solver-4396077-1568401577 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568394139-25058 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=243526212 HOME/instance-4396077-1568401577.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=26657, runsolver pid=26654
Current StackSize limit: 8192 KiB


[startup+0.100174 s]*
/proc/loadavg: 1.22 1.27 1.35 3/221 26714
/proc/meminfo: memFree=28504112/32770624 swapFree=66958232/67108860
[pid=26657] ppid=26654 vsize=9972712 memory=18864 CPUtime=0.09 cores=0,2,4,6
/proc/26657/stat : 26657 (java) S 26654 26657 25027 0 -1 1077944320 4469 13316 0 0 1 1 4 3 20 0 6 0 416094226 10212057088 4716 33554432000 4194304 4196468 140724358662752 140724358645296 139856235273975 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
/proc/26657/statm: 2493178 4716 1935 1 0 2481616 0
[pid=26657/tid=26710] ppid=26654 vsize=9972712 memory=4279135703980344719 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26710/stat : 26710 (java) R 26654 26657 25027 0 -1 4202560 2262 13316 0 0 0 0 4 3 20 0 6 0 416094235 10212057088 4716 33554432000 4194304 4196468 140724358662752 139856207110736 139856220956501 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26711] ppid=26654 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26711/stat : 26711 (java) S 26654 26657 25027 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 6 0 416094235 10212057088 4716 33554432000 4194304 4196468 140724358662752 139856239516688 139856235284181 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26712] ppid=26654 vsize=9972712 memory=139684905305728 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26712/stat : 26712 (java) S 26654 26657 25027 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 6 0 416094235 10212057088 4716 33554432000 4194304 4196468 140724358662752 139856154336400 139856235284181 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26713] ppid=26654 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26713/stat : 26713 (java) S 26654 26657 25027 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 6 0 416094235 10212057088 4716 33554432000 4194304 4196468 140724358662752 139856153283344 139856235284181 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26714] ppid=26654 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26714/stat : 26714 (java) S 26654 26657 25027 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 6 0 416094235 10212057088 4716 33554432000 4194304 4196468 140724358662752 139856152230800 139856235284181 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18864 KiB

[startup+0.215428 s]*
/proc/loadavg: 1.22 1.27 1.35 3/230 26723
/proc/meminfo: memFree=28480736/32770624 swapFree=66958232/67108860
[pid=26657] ppid=26654 vsize=10819664 memory=42876 CPUtime=0.26 cores=0,2,4,6
/proc/26657/stat : 26657 (java) S 26654 26657 25027 0 -1 1077944320 7031 13316 0 0 17 2 4 3 20 0 15 0 416094226 11079335936 10719 33554432000 4194304 4196468 140724358662752 140724358645296 139856235273975 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
/proc/26657/statm: 2704916 10719 3165 1 0 2667149 0
[pid=26657/tid=26710] ppid=26654 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/26657/task/26710/stat : 26710 (java) R 26654 26657 25027 0 -1 4202560 3516 13316 0 0 11 1 4 3 20 0 15 0 416094235 11079335936 10719 33554432000 4194304 4196468 140724358662752 139856207095656 139856235295901 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26711] ppid=26654 vsize=10819664 memory=331 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26711/stat : 26711 (java) S 26654 26657 25027 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416094235 11079335936 10719 33554432000 4194304 4196468 140724358662752 139856239516688 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26712] ppid=26654 vsize=10819664 memory=288370061057017472 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26712/stat : 26712 (java) S 26654 26657 25027 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416094235 11079335936 10719 33554432000 4194304 4196468 140724358662752 139856154336400 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26713] ppid=26654 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26713/stat : 26713 (java) S 26654 26657 25027 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416094235 11079335936 10719 33554432000 4194304 4196468 140724358662752 139856153283344 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26714] ppid=26654 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26714/stat : 26714 (java) S 26654 26657 25027 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 416094235 11079335936 10719 33554432000 4194304 4196468 140724358662752 139856152230800 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26715] ppid=26654 vsize=10819664 memory=139684905305728 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26715/stat : 26715 (java) S 26654 26657 25027 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 416094237 11079335936 10719 33554432000 4194304 4196468 140724358662752 139855761950960 139856235285122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26716] ppid=26654 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26716/stat : 26716 (java) S 26654 26657 25027 0 -1 1077944384 13 13316 0 0 0 0 4 3 20 0 15 0 416094237 11079335936 10719 33554432000 4194304 4196468 140724358662752 139855677875360 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26717] ppid=26654 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26717/stat : 26717 (java) S 26654 26657 25027 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416094238 11079335936 10719 33554432000 4194304 4196468 140724358662752 139855543657200 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26718] ppid=26654 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26718/stat : 26718 (java) S 26654 26657 25027 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 416094240 11079335936 10719 33554432000 4194304 4196468 140724358662752 139854939678672 139856235292571 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26719] ppid=26654 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26657/task/26719/stat : 26719 (java) S 26654 26657 25027 0 -1 1077944384 600 13316 0 0 1 0 4 3 20 0 15 0 416094240 11079335936 10719 33554432000 4194304 4196468 140724358662752 139855760898800 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26720] ppid=26654 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26720/stat : 26720 (java) S 26654 26657 25027 0 -1 1077944384 64 13316 0 0 0 0 4 3 20 0 15 0 416094240 11079335936 10719 33554432000 4194304 4196468 140724358662752 139855759846256 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26721] ppid=26654 vsize=10819664 memory=139684905305728 CPUtime=0.1 cores=0,2,4,6
/proc/26657/task/26721/stat : 26721 (java) R 26654 26657 25027 0 -1 4202560 618 13316 0 0 3 0 4 3 20 0 15 0 416094240 11079335936 10719 33554432000 4194304 4196468 140724358662752 139855758793200 139856213913484 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26722] ppid=26654 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26722/stat : 26722 (java) S 26654 26657 25027 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 416094241 11079335936 10719 33554432000 4194304 4196468 140724358662752 139854469917536 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26723] ppid=26654 vsize=10819664 memory=139684905305728 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26723/stat : 26723 (java) S 26654 26657 25027 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416094241 11079335936 10719 33554432000 4194304 4196468 140724358662752 139855757740592 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 42876 KiB

[startup+0.310619 s]*
/proc/loadavg: 1.22 1.27 1.35 3/230 26723
/proc/meminfo: memFree=28468012/32770624 swapFree=66958232/67108860
[pid=26657] ppid=26654 vsize=10820148 memory=53984 CPUtime=0.39 cores=0,2,4,6
/proc/26657/stat : 26657 (java) S 26654 26657 25027 0 -1 1077944320 10704 13316 0 0 28 4 4 3 20 0 15 0 416094226 11079831552 13496 33554432000 4194304 4196468 140724358662752 140724358645296 139856235273975 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
/proc/26657/statm: 2705037 13496 3297 1 0 2667149 0
[pid=26657/tid=26710] ppid=26654 vsize=10820148 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/26657/task/26710/stat : 26710 (java) R 26654 26657 25027 0 -1 4202560 7161 13316 0 0 19 2 4 3 20 0 15 0 416094235 11079831552 13496 33554432000 4194304 4196468 140724358662752 139856207073888 139856221523768 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26711] ppid=26654 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26711/stat : 26711 (java) S 26654 26657 25027 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416094235 11079831552 13496 33554432000 4194304 4196468 140724358662752 139856239516688 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26712] ppid=26654 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26712/stat : 26712 (java) S 26654 26657 25027 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416094235 11079831552 13496 33554432000 4194304 4196468 140724358662752 139856154336400 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26713] ppid=26654 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26713/stat : 26713 (java) S 26654 26657 25027 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416094235 11079831552 13496 33554432000 4194304 4196468 140724358662752 139856153283344 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26714] ppid=26654 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26714/stat : 26714 (java) S 26654 26657 25027 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 416094235 11079831552 13496 33554432000 4194304 4196468 140724358662752 139856152230800 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26715] ppid=26654 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26715/stat : 26715 (java) S 26654 26657 25027 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 416094237 11079831552 13496 33554432000 4194304 4196468 140724358662752 139855761950960 139856235285122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26716] ppid=26654 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26716/stat : 26716 (java) S 26654 26657 25027 0 -1 1077944384 13 13316 0 0 0 0 4 3 20 0 15 0 416094237 11079831552 13496 33554432000 4194304 4196468 140724358662752 139855677875360 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26717] ppid=26654 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26717/stat : 26717 (java) S 26654 26657 25027 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416094238 11079831552 13496 33554432000 4194304 4196468 140724358662752 139855543657200 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26718] ppid=26654 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26718/stat : 26718 (java) S 26654 26657 25027 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 416094240 11079831552 13496 33554432000 4194304 4196468 140724358662752 139854939678672 139856235292571 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26719] ppid=26654 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26657/task/26719/stat : 26719 (java) S 26654 26657 25027 0 -1 1077944384 609 13316 0 0 2 0 4 3 20 0 15 0 416094240 11079831552 13496 33554432000 4194304 4196468 140724358662752 139855760898800 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26720] ppid=26654 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26657/task/26720/stat : 26720 (java) R 26654 26657 25027 0 -1 1077944384 65 13316 0 0 1 0 4 3 20 0 15 0 416094240 11079831552 13496 33554432000 4194304 4196468 140724358662752 139855759846256 139856235285122 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26721] ppid=26654 vsize=10820148 memory=139684905305728 CPUtime=0.12 cores=0,2,4,6
/proc/26657/task/26721/stat : 26721 (java) S 26654 26657 25027 0 -1 1077944384 638 13316 0 0 5 0 4 3 20 0 15 0 416094240 11079831552 13496 33554432000 4194304 4196468 140724358662752 139855758793200 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26722] ppid=26654 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26722/stat : 26722 (java) S 26654 26657 25027 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 416094241 11079831552 13496 33554432000 4194304 4196468 140724358662752 139854469917536 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26723] ppid=26654 vsize=10820148 memory=139684905305728 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26723/stat : 26723 (java) S 26654 26657 25027 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416094241 11079831552 13496 33554432000 4194304 4196468 140724358662752 139855757740592 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 53984 KiB

[startup+0.700725 s]
/proc/loadavg: 1.22 1.27 1.35 3/230 26723
/proc/meminfo: memFree=28453656/32770624 swapFree=66958232/67108860
[pid=26657] ppid=26654 vsize=10824360 memory=87248 CPUtime=1.12 cores=0,2,4,6
/proc/26657/stat : 26657 (java) S 26654 26657 25027 0 -1 1077944320 15022 13316 0 0 99 6 4 3 20 0 15 0 416094226 11084144640 21812 33554432000 4194304 4196468 140724358662752 140724358645296 139856235273975 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
/proc/26657/statm: 2706090 21812 3507 1 0 2668173 0
[pid=26657/tid=26710] ppid=26654 vsize=10824360 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/26657/task/26710/stat : 26710 (java) R 26654 26657 25027 0 -1 4202560 10290 13316 0 0 55 4 4 3 20 0 15 0 416094235 11084144640 21812 33554432000 4194304 4196468 140724358662752 139856207103520 139856235295901 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26711] ppid=26654 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26711/stat : 26711 (java) S 26654 26657 25027 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416094235 11084144640 21812 33554432000 4194304 4196468 140724358662752 139856239516688 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26712] ppid=26654 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26712/stat : 26712 (java) S 26654 26657 25027 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416094235 11084144640 21812 33554432000 4194304 4196468 140724358662752 139856154336400 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26713] ppid=26654 vsize=10824360 memory=139684751749904 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26713/stat : 26713 (java) S 26654 26657 25027 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416094235 11084144640 21812 33554432000 4194304 4196468 140724358662752 139856153283344 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26714] ppid=26654 vsize=10824360 memory=139685221368398 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26714/stat : 26714 (java) S 26654 26657 25027 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 416094235 11084144640 21812 33554432000 4194304 4196468 140724358662752 139856152230800 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26715] ppid=26654 vsize=10824360 memory=7976 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26715/stat : 26715 (java) S 26654 26657 25027 0 -1 1077944384 5 13316 0 0 0 0 4 3 20 0 15 0 416094237 11084144640 21812 33554432000 4194304 4196468 140724358662752 139855761950960 139856235285122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26716] ppid=26654 vsize=10824360 memory=7518026621751088994 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26716/stat : 26716 (java) S 26654 26657 25027 0 -1 1077944384 13 13316 0 0 0 0 4 3 20 0 15 0 416094237 11084144640 21812 33554432000 4194304 4196468 140724358662752 139855677875360 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26717] ppid=26654 vsize=10824360 memory=6081102367496366441 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26717/stat : 26717 (java) S 26654 26657 25027 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416094238 11084144640 21812 33554432000 4194304 4196468 140724358662752 139855543657200 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26718] ppid=26654 vsize=10824360 memory=14080 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26718/stat : 26718 (java) S 26654 26657 25027 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 416094240 11084144640 21812 33554432000 4194304 4196468 140724358662752 139854939678672 139856235292571 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26719] ppid=26654 vsize=10824360 memory=21476 CPUtime=0.2 cores=0,2,4,6
/proc/26657/task/26719/stat : 26719 (java) S 26654 26657 25027 0 -1 1077944384 1067 13316 0 0 13 0 4 3 20 0 15 0 416094240 11084144640 21812 33554432000 4194304 4196468 140724358662752 139855760898800 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26720] ppid=26654 vsize=10824360 memory=2120 CPUtime=0.21 cores=0,2,4,6
/proc/26657/task/26720/stat : 26720 (java) S 26654 26657 25027 0 -1 1077944384 512 13316 0 0 14 0 4 3 20 0 15 0 416094240 11084144640 21812 33554432000 4194304 4196468 140724358662752 139855759846256 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26721] ppid=26654 vsize=10824360 memory=508 CPUtime=0.23 cores=0,2,4,6
/proc/26657/task/26721/stat : 26721 (java) S 26654 26657 25027 0 -1 1077944384 917 13316 0 0 16 0 4 3 20 0 15 0 416094240 11084144640 21812 33554432000 4194304 4196468 140724358662752 139855758793200 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26722] ppid=26654 vsize=10824360 memory=1560 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26722/stat : 26722 (java) S 26654 26657 25027 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 416094241 11084144640 21812 33554432000 4194304 4196468 140724358662752 139854469917536 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26723] ppid=26654 vsize=10824360 memory=932 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26723/stat : 26723 (java) S 26654 26657 25027 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416094241 11084144640 21812 33554432000 4194304 4196468 140724358662752 139855757740592 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 87248 KiB

[startup+1.50078 s]
/proc/loadavg: 1.22 1.27 1.35 5/230 26723
/proc/meminfo: memFree=28392604/32770624 swapFree=66958232/67108860
[pid=26657] ppid=26654 vsize=10832628 memory=225400 CPUtime=2.97 cores=0,2,4,6
/proc/26657/stat : 26657 (java) S 26654 26657 25027 0 -1 1077944320 24434 13316 0 0 280 10 4 3 20 0 15 0 416094226 11092611072 56350 33554432000 4194304 4196468 140724358662752 140724358645296 139856235273975 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
/proc/26657/statm: 2708157 56350 3584 1 0 2670221 0
[pid=26657/tid=26710] ppid=26654 vsize=10832628 memory=71480 CPUtime=1.42 cores=0,2,4,6
/proc/26657/task/26710/stat : 26710 (java) R 26654 26657 25027 0 -1 4202560 14995 13316 0 0 130 5 4 3 20 0 15 0 416094235 11092611072 56350 33554432000 4194304 4196468 140724358662752 139856207092240 139856219354462 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26711] ppid=26654 vsize=10832628 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/26657/task/26711/stat : 26711 (java) S 26654 26657 25027 0 -1 1077944384 64 13316 0 0 1 0 4 3 20 0 15 0 416094235 11092611072 56350 33554432000 4194304 4196468 140724358662752 139856239516688 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26712] ppid=26654 vsize=10832628 memory=279369503531168 CPUtime=0.08 cores=0,2,4,6
/proc/26657/task/26712/stat : 26712 (java) S 26654 26657 25027 0 -1 1077944384 21 13316 0 0 1 0 4 3 20 0 15 0 416094235 11092611072 56350 33554432000 4194304 4196468 140724358662752 139856154336400 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26713] ppid=26654 vsize=10832628 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26657/task/26713/stat : 26713 (java) S 26654 26657 25027 0 -1 1077944384 47 13316 0 0 1 0 4 3 20 0 15 0 416094235 11092611072 56350 33554432000 4194304 4196468 140724358662752 139856153283344 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26714] ppid=26654 vsize=10832628 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26657/task/26714/stat : 26714 (java) S 26654 26657 25027 0 -1 1077944384 280 13316 0 0 1 0 4 3 20 0 15 0 416094235 11092611072 56350 33554432000 4194304 4196468 140724358662752 139856152230800 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26715] ppid=26654 vsize=10832628 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26657/task/26715/stat : 26715 (java) S 26654 26657 25027 0 -1 1077944384 112 13316 0 0 1 0 4 3 20 0 15 0 416094237 11092611072 56350 33554432000 4194304 4196468 140724358662752 139855761950960 139856235285122 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26716] ppid=26654 vsize=10832628 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26716/stat : 26716 (java) S 26654 26657 25027 0 -1 1077944384 14 13316 0 0 0 0 4 3 20 0 15 0 416094237 11092611072 56350 33554432000 4194304 4196468 140724358662752 139855677875424 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26717] ppid=26654 vsize=10832628 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26717/stat : 26717 (java) S 26654 26657 25027 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416094238 11092611072 56350 33554432000 4194304 4196468 140724358662752 139855543657216 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26718] ppid=26654 vsize=10832628 memory=-2245088631185882904 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26718/stat : 26718 (java) S 26654 26657 25027 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 416094240 11092611072 56350 33554432000 4194304 4196468 140724358662752 139854939678672 139856235292571 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26719] ppid=26654 vsize=10832628 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/26657/task/26719/stat : 26719 (java) S 26654 26657 25027 0 -1 1077944384 3219 13316 0 0 55 0 4 3 20 0 15 0 416094240 11092611072 56350 33554432000 4194304 4196468 140724358662752 139855760898800 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26720] ppid=26654 vsize=10832628 memory=10 CPUtime=0.58 cores=0,2,4,6
/proc/26657/task/26720/stat : 26720 (java) S 26654 26657 25027 0 -1 1077944384 1566 13316 0 0 51 0 4 3 20 0 15 0 416094240 11092611072 56350 33554432000 4194304 4196468 140724358662752 139855759846256 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26721] ppid=26654 vsize=10832628 memory=6791534058613427641 CPUtime=0.44 cores=0,2,4,6
/proc/26657/task/26721/stat : 26721 (java) S 26654 26657 25027 0 -1 1077944384 1906 13316 0 0 36 1 4 3 20 0 15 0 416094240 11092611072 56350 33554432000 4194304 4196468 140724358662752 139855758793200 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26722] ppid=26654 vsize=10832628 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26722/stat : 26722 (java) S 26654 26657 25027 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 416094241 11092611072 56350 33554432000 4194304 4196468 140724358662752 139854469917536 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26723] ppid=26654 vsize=10832628 memory=279369503775616 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26723/stat : 26723 (java) S 26654 26657 25027 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416094241 11092611072 56350 33554432000 4194304 4196468 140724358662752 139855757740592 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
Current children cumulated CPU time: 2.97 s
Current children cumulated vsize: 10832628 KiB

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

/proc/26657/task/26710/stat : 26710 (java) R 26654 26657 25027 0 -1 4202560 126498 13316 0 0 230654 58 4 3 20 0 15 0 416094235 11109408768 607548 33554432000 4194304 4196468 140724358662752 139856207097872 139855844323689 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26711] ppid=26654 vsize=10849032 memory=15821079809624400 CPUtime=7.64 cores=0,2,4,6
/proc/26657/task/26711/stat : 26711 (java) S 26654 26657 25027 0 -1 1077944384 45009 13316 0 0 720 37 4 3 20 0 15 0 416094235 11109408768 607548 33554432000 4194304 4196468 140724358662752 139856239516688 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26712] ppid=26654 vsize=10849032 memory=111636 CPUtime=7.64 cores=0,2,4,6
/proc/26657/task/26712/stat : 26712 (java) S 26654 26657 25027 0 -1 1077944384 37807 13316 0 0 722 35 4 3 20 0 15 0 416094235 11109408768 607548 33554432000 4194304 4196468 140724358662752 139856154336400 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26713] ppid=26654 vsize=10849032 memory=804 CPUtime=7.65 cores=0,2,4,6
/proc/26657/task/26713/stat : 26713 (java) S 26654 26657 25027 0 -1 1077944384 47332 13316 0 0 719 39 4 3 20 0 15 0 416094235 11109408768 607548 33554432000 4194304 4196468 140724358662752 139856153283344 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26714] ppid=26654 vsize=10849032 memory=10428 CPUtime=7.69 cores=0,2,4,6
/proc/26657/task/26714/stat : 26714 (java) S 26654 26657 25027 0 -1 1077944384 48438 13316 0 0 728 34 4 3 20 0 15 0 416094235 11109408768 607548 33554432000 4194304 4196468 140724358662752 139856152230800 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26715] ppid=26654 vsize=10849032 memory=14012 CPUtime=5.79 cores=0,2,4,6
/proc/26657/task/26715/stat : 26715 (java) S 26654 26657 25027 0 -1 1077944384 34535 13316 0 0 538 34 4 3 20 0 15 0 416094237 11109408768 607548 33554432000 4194304 4196468 140724358662752 139855761950960 139856235285122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26716] ppid=26654 vsize=10849032 memory=14080 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26716/stat : 26716 (java) S 26654 26657 25027 0 -1 1077944384 18 13316 0 0 0 0 4 3 20 0 15 0 416094237 11109408768 607548 33554432000 4194304 4196468 140724358662752 139855677875488 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26717] ppid=26654 vsize=10849032 memory=21516 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26717/stat : 26717 (java) S 26654 26657 25027 0 -1 1077944384 22 13316 0 0 0 0 4 3 20 0 15 0 416094238 11109408768 607548 33554432000 4194304 4196468 140724358662752 139855543657376 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26718] ppid=26654 vsize=10849032 memory=2120 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26718/stat : 26718 (java) S 26654 26657 25027 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 416094240 11109408768 607548 33554432000 4194304 4196468 140724358662752 139854939678672 139856235292571 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26719] ppid=26654 vsize=10849032 memory=508 CPUtime=5.26 cores=0,2,4,6
/proc/26657/task/26719/stat : 26719 (java) S 26654 26657 25027 0 -1 1077944384 32359 13316 0 0 515 4 4 3 20 0 15 0 416094240 11109408768 607548 33554432000 4194304 4196468 140724358662752 139855760898800 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26720] ppid=26654 vsize=10849032 memory=1560 CPUtime=5.61 cores=0,2,4,6
/proc/26657/task/26720/stat : 26720 (java) S 26654 26657 25027 0 -1 1077944384 32313 13316 0 0 550 4 4 3 20 0 15 0 416094240 11109408768 607548 33554432000 4194304 4196468 140724358662752 139855759846256 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26721] ppid=26654 vsize=10849032 memory=932 CPUtime=2 cores=0,2,4,6
/proc/26657/task/26721/stat : 26721 (java) S 26654 26657 25027 0 -1 1077944384 23299 13316 0 0 187 6 4 3 20 0 15 0 416094240 11109408768 607548 33554432000 4194304 4196468 140724358662752 139855758793200 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26722] ppid=26654 vsize=10849032 memory=1568 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26722/stat : 26722 (java) S 26654 26657 25027 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 416094241 11109408768 607548 33554432000 4194304 4196468 140724358662752 139854469917536 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26723] ppid=26654 vsize=10849032 memory=3612 CPUtime=1.42 cores=0,2,4,6
/proc/26657/task/26723/stat : 26723 (java) S 26654 26657 25027 0 -1 1077944384 2549 13316 0 0 65 70 4 3 20 0 15 0 416094241 11109408768 607548 33554432000 4194304 4196468 140724358662752 139855757740592 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
Current children cumulated CPU time: 2357.37 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 2430192 KiB

[startup+2382.3 s]
/proc/loadavg: 1.47 1.44 1.45 3/228 27093
/proc/meminfo: memFree=25108324/32770624 swapFree=66958232/67108860
[pid=26657] ppid=26654 vsize=10849032 memory=2430192 CPUtime=2418.07 cores=0,2,4,6
/proc/26657/stat : 26657 (java) S 26654 26657 25027 0 -1 1077944320 441952 13316 0 0 241509 291 4 3 20 0 15 0 416094226 11109408768 607548 33554432000 4194304 4196468 140724358662752 140724358645296 139856235273975 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
/proc/26657/statm: 2712258 607548 3624 1 0 2674317 0
[pid=26657/tid=26710] ppid=26654 vsize=10849032 memory=1552 CPUtime=2366.7 cores=0,2,4,6
/proc/26657/task/26710/stat : 26710 (java) R 26654 26657 25027 0 -1 4202560 128939 13316 0 0 236604 59 4 3 20 0 15 0 416094235 11109408768 607548 33554432000 4194304 4196468 140724358662752 139856207108432 139855844418401 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26711] ppid=26654 vsize=10849032 memory=1556 CPUtime=7.89 cores=0,2,4,6
/proc/26657/task/26711/stat : 26711 (java) S 26654 26657 25027 0 -1 1077944384 45776 13316 0 0 743 39 4 3 20 0 15 0 416094235 11109408768 607548 33554432000 4194304 4196468 140724358662752 139856239516688 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26712] ppid=26654 vsize=10849032 memory=1196 CPUtime=7.88 cores=0,2,4,6
/proc/26657/task/26712/stat : 26712 (java) S 26654 26657 25027 0 -1 1077944384 39286 13316 0 0 745 36 4 3 20 0 15 0 416094235 11109408768 607548 33554432000 4194304 4196468 140724358662752 139856154336400 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26713] ppid=26654 vsize=10849032 memory=1044 CPUtime=7.89 cores=0,2,4,6
/proc/26657/task/26713/stat : 26713 (java) S 26654 26657 25027 0 -1 1077944384 48141 13316 0 0 742 40 4 3 20 0 15 0 416094235 11109408768 607548 33554432000 4194304 4196468 140724358662752 139856153283344 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26714] ppid=26654 vsize=10849032 memory=712 CPUtime=7.94 cores=0,2,4,6
/proc/26657/task/26714/stat : 26714 (java) S 26654 26657 25027 0 -1 1077944384 51389 13316 0 0 752 35 4 3 20 0 15 0 416094235 11109408768 607548 33554432000 4194304 4196468 140724358662752 139856152230800 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26715] ppid=26654 vsize=10849032 memory=2832 CPUtime=5.98 cores=0,2,4,6
/proc/26657/task/26715/stat : 26715 (java) S 26654 26657 25027 0 -1 1077944384 35581 13316 0 0 556 35 4 3 20 0 15 0 416094237 11109408768 607548 33554432000 4194304 4196468 140724358662752 139855761950960 139856235285122 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26716] ppid=26654 vsize=10849032 memory=8000 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26716/stat : 26716 (java) S 26654 26657 25027 0 -1 1077944384 18 13316 0 0 0 0 4 3 20 0 15 0 416094237 11109408768 607548 33554432000 4194304 4196468 140724358662752 139855677875488 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26717] ppid=26654 vsize=10849032 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26717/stat : 26717 (java) S 26654 26657 25027 0 -1 1077944384 22 13316 0 0 0 0 4 3 20 0 15 0 416094238 11109408768 607548 33554432000 4194304 4196468 140724358662752 139855543657376 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26718] ppid=26654 vsize=10849032 memory=3546082445029290835 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26718/stat : 26718 (java) S 26654 26657 25027 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 416094240 11109408768 607548 33554432000 4194304 4196468 140724358662752 139854939678672 139856235292571 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26719] ppid=26654 vsize=10849032 memory=288230574492221466 CPUtime=5.26 cores=0,2,4,6
/proc/26657/task/26719/stat : 26719 (java) S 26654 26657 25027 0 -1 1077944384 32366 13316 0 0 515 4 4 3 20 0 15 0 416094240 11109408768 607548 33554432000 4194304 4196468 140724358662752 139855760898800 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26720] ppid=26654 vsize=10849032 memory=303430266251378998 CPUtime=5.61 cores=0,2,4,6
/proc/26657/task/26720/stat : 26720 (java) S 26654 26657 25027 0 -1 1077944384 32321 13316 0 0 550 4 4 3 20 0 15 0 416094240 11109408768 607548 33554432000 4194304 4196468 140724358662752 139855759846256 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26721] ppid=26654 vsize=10849032 memory=15821079809624400 CPUtime=2 cores=0,2,4,6
/proc/26657/task/26721/stat : 26721 (java) S 26654 26657 25027 0 -1 1077944384 23305 13316 0 0 187 6 4 3 20 0 15 0 416094240 11109408768 607548 33554432000 4194304 4196468 140724358662752 139855758793200 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26722] ppid=26654 vsize=10849032 memory=3848 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26722/stat : 26722 (java) S 26654 26657 25027 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 416094241 11109408768 607548 33554432000 4194304 4196468 140724358662752 139854469917536 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26723] ppid=26654 vsize=10849032 memory=2732 CPUtime=1.45 cores=0,2,4,6
/proc/26657/task/26723/stat : 26723 (java) S 26654 26657 25027 0 -1 1077944384 2597 13316 0 0 66 72 4 3 20 0 15 0 416094241 11109408768 607548 33554432000 4194304 4196468 140724358662752 139855757740592 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
Current children cumulated CPU time: 2418.07 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 2430192 KiB

[startup+2442.3 s]
/proc/loadavg: 1.63 1.47 1.45 5/228 27358
/proc/meminfo: memFree=26845468/32770624 swapFree=66958232/67108860
[pid=26657] ppid=26654 vsize=10849032 memory=2430192 CPUtime=2478.75 cores=0,2,4,6
/proc/26657/stat : 26657 (java) S 26654 26657 25027 0 -1 1077944320 448621 13316 0 0 247571 297 4 3 20 0 15 0 416094226 11109408768 607548 33554432000 4194304 4196468 140724358662752 140724358645296 139856235273975 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
/proc/26657/statm: 2712258 607548 3624 1 0 2674317 0
[pid=26657/tid=26710] ppid=26654 vsize=10849032 memory=288230617509003574 CPUtime=2426.27 cores=0,2,4,6
/proc/26657/task/26710/stat : 26710 (java) R 26654 26657 25027 0 -1 4202560 130784 13316 0 0 242560 60 4 3 20 0 15 0 416094235 11109408768 607548 33554432000 4194304 4196468 140724358662752 139856207105664 139855844323259 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26711] ppid=26654 vsize=10849032 memory=15821079809624400 CPUtime=8.12 cores=0,2,4,6
/proc/26657/task/26711/stat : 26711 (java) S 26654 26657 25027 0 -1 1077944384 46912 13316 0 0 765 40 4 3 20 0 15 0 416094235 11109408768 607548 33554432000 4194304 4196468 140724358662752 139856239516688 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26712] ppid=26654 vsize=10849032 memory=2608 CPUtime=8.1 cores=0,2,4,6
/proc/26657/task/26712/stat : 26712 (java) S 26654 26657 25027 0 -1 1077944384 40250 13316 0 0 767 36 4 3 20 0 15 0 416094235 11109408768 607548 33554432000 4194304 4196468 140724358662752 139856154336400 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26713] ppid=26654 vsize=10849032 memory=1660 CPUtime=8.12 cores=0,2,4,6
/proc/26657/task/26713/stat : 26713 (java) S 26654 26657 25027 0 -1 1077944384 49891 13316 0 0 764 41 4 3 20 0 15 0 416094235 11109408768 607548 33554432000 4194304 4196468 140724358662752 139856153283344 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26714] ppid=26654 vsize=10849032 memory=1408 CPUtime=8.16 cores=0,2,4,6
/proc/26657/task/26714/stat : 26714 (java) S 26654 26657 25027 0 -1 1077944384 51603 13316 0 0 774 35 4 3 20 0 15 0 416094235 11109408768 607548 33554432000 4194304 4196468 140724358662752 139856152230800 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26715] ppid=26654 vsize=10849032 memory=3288 CPUtime=6.15 cores=0,2,4,6
/proc/26657/task/26715/stat : 26715 (java) S 26654 26657 25027 0 -1 1077944384 36283 13316 0 0 572 36 4 3 20 0 15 0 416094237 11109408768 607548 33554432000 4194304 4196468 140724358662752 139855761950960 139856235285122 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26716] ppid=26654 vsize=10849032 memory=2430192 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26716/stat : 26716 (java) S 26654 26657 25027 0 -1 1077944384 18 13316 0 0 0 0 4 3 20 0 15 0 416094237 11109408768 607548 33554432000 4194304 4196468 140724358662752 139855677875488 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26717] ppid=26654 vsize=10849032 memory=164 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26717/stat : 26717 (java) S 26654 26657 25027 0 -1 1077944384 22 13316 0 0 0 0 4 3 20 0 15 0 416094238 11109408768 607548 33554432000 4194304 4196468 140724358662752 139855543657376 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26718] ppid=26654 vsize=10849032 memory=8514726395715349656 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26718/stat : 26718 (java) S 26654 26657 25027 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 416094240 11109408768 607548 33554432000 4194304 4196468 140724358662752 139854939678672 139856235292571 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26719] ppid=26654 vsize=10849032 memory=7596562572239988840 CPUtime=5.26 cores=0,2,4,6
/proc/26657/task/26719/stat : 26719 (java) S 26654 26657 25027 0 -1 1077944384 32371 13316 0 0 515 4 4 3 20 0 15 0 416094240 11109408768 607548 33554432000 4194304 4196468 140724358662752 139855760898800 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26720] ppid=26654 vsize=10849032 memory=7379826754927879784 CPUtime=5.61 cores=0,2,4,6
/proc/26657/task/26720/stat : 26720 (java) S 26654 26657 25027 0 -1 1077944384 32326 13316 0 0 550 4 4 3 20 0 15 0 416094240 11109408768 607548 33554432000 4194304 4196468 140724358662752 139855759846256 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26721] ppid=26654 vsize=10849032 memory=7595673046529632114 CPUtime=2 cores=0,2,4,6
/proc/26657/task/26721/stat : 26721 (java) S 26654 26657 25027 0 -1 1077944384 23309 13316 0 0 187 6 4 3 20 0 15 0 416094240 11109408768 607548 33554432000 4194304 4196468 140724358662752 139855758793200 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26722] ppid=26654 vsize=10849032 memory=7595673046529632114 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26722/stat : 26722 (java) S 26654 26657 25027 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 416094241 11109408768 607548 33554432000 4194304 4196468 140724358662752 139854469917536 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26723] ppid=26654 vsize=10849032 memory=285336 CPUtime=1.48 cores=0,2,4,6
/proc/26657/task/26723/stat : 26723 (java) S 26654 26657 25027 0 -1 1077944384 2641 13316 0 0 68 73 4 3 20 0 15 0 416094241 11109408768 607548 33554432000 4194304 4196468 140724358662752 139855757740592 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
Current children cumulated CPU time: 2478.75 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 2430192 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2483.1 s]*
/proc/loadavg: 1.79 1.54 1.48 3/228 27621
/proc/meminfo: memFree=26548944/32770624 swapFree=66958232/67108860
[pid=26657] ppid=26654 vsize=10849032 memory=2432240 CPUtime=2520.02 cores=0,2,4,6
/proc/26657/stat : 26657 (java) S 26654 26657 25027 0 -1 1077944320 454977 13316 0 0 251691 304 4 3 20 0 15 0 416094226 11109408768 608060 33554432000 4194304 4196468 140724358662752 140724358645296 139856235273975 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
/proc/26657/statm: 2712258 608060 3624 1 0 2674317 0
[pid=26657/tid=26710] ppid=26654 vsize=10849032 memory=-6517102902069810590 CPUtime=2466.77 cores=0,2,4,6
/proc/26657/task/26710/stat : 26710 (java) R 26654 26657 25027 0 -1 4202560 132326 13316 0 0 246607 63 4 3 20 0 15 0 416094235 11109408768 608060 33554432000 4194304 4196468 140724358662752 139856207108624 139855844324358 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26711] ppid=26654 vsize=10849032 memory=4122819170707441977 CPUtime=8.28 cores=0,2,4,6
/proc/26657/task/26711/stat : 26711 (java) S 26654 26657 25027 0 -1 1077944384 48230 13316 0 0 780 41 4 3 20 0 15 0 416094235 11109408768 608060 33554432000 4194304 4196468 140724358662752 139856239516688 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26712] ppid=26654 vsize=10849032 memory=3760962274519317428 CPUtime=8.27 cores=0,2,4,6
/proc/26657/task/26712/stat : 26712 (java) S 26654 26657 25027 0 -1 1077944384 40422 13316 0 0 782 38 4 3 20 0 15 0 416094235 11109408768 608060 33554432000 4194304 4196468 140724358662752 139856154336400 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26713] ppid=26654 vsize=10849032 memory=5787219359366729808 CPUtime=8.29 cores=0,2,4,6
/proc/26657/task/26713/stat : 26713 (java) S 26654 26657 25027 0 -1 1077944384 51083 13316 0 0 780 42 4 3 20 0 15 0 416094235 11109408768 608060 33554432000 4194304 4196468 140724358662752 139856153283344 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26714] ppid=26654 vsize=10849032 memory=3539920704711716456 CPUtime=8.32 cores=0,2,4,6
/proc/26657/task/26714/stat : 26714 (java) S 26654 26657 25027 0 -1 1077944384 52983 13316 0 0 789 36 4 3 20 0 15 0 416094235 11109408768 608060 33554432000 4194304 4196468 140724358662752 139856152230800 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26715] ppid=26654 vsize=10849032 memory=4049192637836328113 CPUtime=6.27 cores=0,2,4,6
/proc/26657/task/26715/stat : 26715 (java) S 26654 26657 25027 0 -1 1077944384 36975 13316 0 0 583 37 4 3 20 0 15 0 416094237 11109408768 608060 33554432000 4194304 4196468 140724358662752 139855761950960 139856235285122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26716] ppid=26654 vsize=10849032 memory=3546356232350021171 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26716/stat : 26716 (java) S 26654 26657 25027 0 -1 1077944384 18 13316 0 0 0 0 4 3 20 0 15 0 416094237 11109408768 608060 33554432000 4194304 4196468 140724358662752 139855677875488 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26717] ppid=26654 vsize=10849032 memory=6153444774036007529 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26717/stat : 26717 (java) S 26654 26657 25027 0 -1 1077944384 22 13316 0 0 0 0 4 3 20 0 15 0 416094238 11109408768 608060 33554432000 4194304 4196468 140724358662752 139855543657376 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26718] ppid=26654 vsize=10849032 memory=116668021869290 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26718/stat : 26718 (java) S 26654 26657 25027 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 416094240 11109408768 608060 33554432000 4194304 4196468 140724358662752 139854939678672 139856235292571 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26719] ppid=26654 vsize=10849032 memory=0 CPUtime=5.26 cores=0,2,4,6
/proc/26657/task/26719/stat : 26719 (java) S 26654 26657 25027 0 -1 1077944384 32373 13316 0 0 515 4 4 3 20 0 15 0 416094240 11109408768 608060 33554432000 4194304 4196468 140724358662752 139855760898800 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26720] ppid=26654 vsize=10849032 memory=2432240 CPUtime=5.61 cores=0,2,4,6
/proc/26657/task/26720/stat : 26720 (java) S 26654 26657 25027 0 -1 1077944384 32329 13316 0 0 550 4 4 3 20 0 15 0 416094240 11109408768 608060 33554432000 4194304 4196468 140724358662752 139855759846256 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26721] ppid=26654 vsize=10849032 memory=279369505600032 CPUtime=2 cores=0,2,4,6
/proc/26657/task/26721/stat : 26721 (java) S 26654 26657 25027 0 -1 1077944384 23311 13316 0 0 187 6 4 3 20 0 15 0 416094240 11109408768 608060 33554432000 4194304 4196468 140724358662752 139855758793200 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26722] ppid=26654 vsize=10849032 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/26657/task/26722/stat : 26722 (java) S 26654 26657 25027 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 416094241 11109408768 608060 33554432000 4194304 4196468 140724358662752 139854469917536 139856235284181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
[pid=26657/tid=26723] ppid=26654 vsize=10849032 memory=6943526294502006880 CPUtime=1.51 cores=0,2,4,6
/proc/26657/task/26723/stat : 26723 (java) S 26654 26657 25027 0 -1 1077944384 2694 13316 0 0 70 74 4 3 20 0 15 0 416094241 11109408768 608060 33554432000 4194304 4196468 140724358662752 139855757740592 139856235285122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37351424 140724358666992 140724358669509 140724358669509 140724358672335 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 2432240 KiB

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

[startup+2483.15 s]
# the end of solver process 26657 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.99 s, system=3.0996 s

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

Child status: 143
Real time (s): 2483.15
CPU time (s): 2520.09
CPU user time (s): 2516.99
CPU system time (s): 3.0996
CPU usage (%): 101.488
Max. virtual memory (cumulated for all children) (KiB): 10849032
Max. memory (cumulated for all children) (KiB): 2432240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.99
system time used= 3.0996
maximum resident set size= 2436392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 471083
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 189328
involuntary context switches= 6016


# summary of solver processes directly reported to runsolver:
#   pid: 26657
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.99
#   total CPU system time (s): 3.0996

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3634 second user time and 23.5201 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-13 21:05:35
IDJOB=4396077
IDBENCH=127998
IDSOLVER=2846
FILE ID=node145/4396077-1568401577
RUNJOBID= node145-1568394139-25058
PBS_JOBID= 21701867
Free space on /tmp= 59472 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-3.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396077-1568401577/watcher-4396077-1568401577 -o /tmp/evaluation-result-4396077-1568401577/solver-4396077-1568401577 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568394139-25058 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=243526212 HOME/instance-4396077-1568401577.xml

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

MD5SUM BENCH= 95a2ddfb0d7ed65af35b4a4f8b00191d
RANDOM SEED=243526212

node145.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.59
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.59
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.59
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.59
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:        28511384 kB
MemAvailable:   30789588 kB
Buffers:          110828 kB
Cached:          2452984 kB
SwapCached:        41020 kB
Active:          2322208 kB
Inactive:        1356024 kB
Active(anon):    1077524 kB
Inactive(anon):    78564 kB
Active(file):    1244684 kB
Inactive(file):  1277460 kB
Unevictable:      109272 kB
Mlocked:          109272 kB
SwapTotal:      67108860 kB
SwapFree:       66958232 kB
Dirty:             36072 kB
Writeback:             0 kB
AnonPages:       1288376 kB
Mapped:            57492 kB
Shmem:             32360 kB
Slab:             172000 kB
SReclaimable:     143788 kB
SUnreclaim:        28212 kB
KernelStack:        4032 kB
PageTables:         7700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2347400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1110016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 59436 MiB
End job on node145 at 2019-09-13 21:46:59