Trace number 4402615

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.3? (TO) 2520.12 2470.04

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-29-093.xml
MD5SUMbf633c2727f59b2e783fa7e248dd5fc9
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables58
Number of constraints406
Number of domains29
Minimum domain size65
Maximum domain size93
Distribution of domain sizes[{"size":65,"count":2},{"size":66,"count":2},{"size":67,"count":2},{"size":68,"count":2},{"size":69,"count":2},{"size":70,"count":2},{"size":71,"count":2},{"size":72,"count":2},{"size":73,"count":2},{"size":74,"count":2},{"size":75,"count":2},{"size":76,"count":2},{"size":77,"count":2},{"size":78,"count":2},{"size":79,"count":2},{"size":80,"count":2},{"size":81,"count":2},{"size":82,"count":2},{"size":83,"count":2},{"size":84,"count":2},{"size":85,"count":2},{"size":86,"count":2},{"size":87,"count":2},{"size":88,"count":2},{"size":89,"count":2},{"size":90,"count":2},{"size":91,"count":2},{"size":92,"count":2},{"size":93,"count":2}]
Minimum variable degree28
Maximum variable degree28
Distribution of variable degrees[{"degree":28,"count":58}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":406}]
Number of extensional constraints0
Number of intensional constraints406
Distribution of constraint types[{"type":"intension","count":406}]
Optimization problemNO
Type of objective

Solver Data

0.79/0.56	c Concrete v3.12.3.1568965526260 running
2520.06/2470.01	Exception in thread "main" java.util.concurrent.TimeoutException
2520.06/2470.01		at concrete.MAC.mac(MAC.scala:192)
2520.06/2470.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.06/2470.01		at scala.util.Try$.apply(Try.scala:210)
2520.06/2470.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.06/2470.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.06/2470.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.06/2470.01		at concrete.MAC.oneRun(MAC.scala:265)
2520.06/2470.01		at concrete.MAC.nextSolution(MAC.scala:284)
2520.06/2470.01		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.06/2470.01		at concrete.ProblemState.map(ProblemState.scala:238)
2520.06/2470.01		at concrete.ProblemState.map(ProblemState.scala:212)
2520.06/2470.01		at concrete.MAC.nextSolution(MAC.scala:348)
2520.06/2470.01		at concrete.Solver.hasNext(Solver.scala:160)
2520.06/2470.01		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.06/2470.01		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.06/2470.01		at concrete.Solver.nextOption(Solver.scala:67)
2520.06/2470.01		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.06/2470.01		at scala.util.Success.map(Try.scala:262)
2520.06/2470.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2470.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.06/2470.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.06/2470.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2470.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.06/2470.01		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.06/2470.01		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.06/2470.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.06/2470.01		at scala.App.$anonfun$main$1(App.scala:73)
2520.06/2470.01		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.06/2470.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.06/2470.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.06/2470.01		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.06/2470.01		at scala.App.main(App.scala:73)
2520.06/2470.01		at scala.App.main$(App.scala:71)
2520.06/2470.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.06/2470.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2470.01	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 (6050 MiB free)
  memory of node 1: 16384 MiB (4228 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402615-1568989311/watcher-4402615-1568989311 -o /var/tmp/evaluation-result-4402615-1568989311/solver-4402615-1568989311 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node105-1568963940-19972 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1215834442 HOME/instance-4402615-1568989311.xml 

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

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


[startup+0.102293 s]*
/proc/loadavg: 1.43 1.45 1.47 3/217 26371
/proc/meminfo: memFree=10518388/32770624 swapFree=66955296/67108860
[pid=26314] ppid=26311 vsize=9972712 memory=18860 CPUtime=0.09 cores=0,2,4,6
/proc/26314/stat : 26314 (java) S 26311 26314 19941 0 -1 1077944320 4481 13242 0 0 1 0 5 3 20 0 6 0 475189123 10212057088 4715 33554432000 4194304 4196468 140724678364080 140724678346624 140233856851703 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
/proc/26314/statm: 2493178 4715 1934 1 0 2481616 0
[pid=26314/tid=26367] ppid=26311 vsize=9972712 memory=-8617482348318186131 CPUtime=0.09 cores=0,2,4,6
/proc/26314/task/26367/stat : 26367 (java) R 26311 26314 19941 0 -1 4202560 2272 13242 0 0 1 0 5 3 20 0 6 0 475189132 10212057088 4715 33554432000 4194304 4196468 140724678364080 140233828688464 140233856873629 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26368] ppid=26311 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26368/stat : 26368 (java) S 26311 26314 19941 0 -1 1077944384 1 13242 0 0 0 0 5 3 20 0 6 0 475189133 10212057088 4780 33554432000 4194304 4196468 140724678364080 140233861094288 140233856861909 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26369] ppid=26311 vsize=9972712 memory=140529131361920 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26369/stat : 26369 (java) S 26311 26314 19941 0 -1 1077944384 1 13242 0 0 0 0 5 3 20 0 6 0 475189133 10212057088 4780 33554432000 4194304 4196468 140724678364080 140233775913744 140233856861909 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26370] ppid=26311 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26370/stat : 26370 (java) S 26311 26314 19941 0 -1 1077944384 1 13242 0 0 0 0 5 3 20 0 6 0 475189133 10212057088 4780 33554432000 4194304 4196468 140724678364080 140233774861456 140233856861909 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26371] ppid=26311 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26371/stat : 26371 (java) S 26311 26314 19941 0 -1 1077944384 2 13242 0 0 0 0 5 3 20 0 6 0 475189133 10212057088 4780 33554432000 4194304 4196468 140724678364080 140233773808656 140233856861909 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.210143 s]*
/proc/loadavg: 1.43 1.45 1.47 4/226 26380
/proc/meminfo: memFree=10500628/32770624 swapFree=66955296/67108860
[pid=26314] ppid=26311 vsize=10819856 memory=41184 CPUtime=0.26 cores=0,2,4,6
/proc/26314/stat : 26314 (java) S 26311 26314 19941 0 -1 1077944320 7223 13242 0 0 17 1 5 3 20 0 15 0 475189123 11079532544 10296 33554432000 4194304 4196468 140724678364080 140724678346624 140233856851703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
/proc/26314/statm: 2705000 10296 3184 1 0 2667149 0
[pid=26314/tid=26367] ppid=26311 vsize=10820164 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/26314/task/26367/stat : 26367 (java) R 26311 26314 19941 0 -1 4202560 3800 13242 0 0 11 0 5 3 20 0 15 0 475189132 11079847936 10361 33554432000 4194304 4196468 140724678364080 140233828662736 140233779928643 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26368] ppid=26311 vsize=10820164 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26368/stat : 26368 (java) S 26311 26314 19941 0 -1 1077944384 1 13242 0 0 0 0 5 3 20 0 15 0 475189133 11079847936 10361 33554432000 4194304 4196468 140724678364080 140233861094288 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26369] ppid=26311 vsize=10820164 memory=140529131386445 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26369/stat : 26369 (java) S 26311 26314 19941 0 -1 1077944384 1 13242 0 0 0 0 5 3 20 0 15 0 475189133 11079847936 10361 33554432000 4194304 4196468 140724678364080 140233775913744 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26370] ppid=26311 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26370/stat : 26370 (java) S 26311 26314 19941 0 -1 1077944384 1 13242 0 0 0 0 5 3 20 0 15 0 475189133 11079847936 10361 33554432000 4194304 4196468 140724678364080 140233774861456 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26371] ppid=26311 vsize=10820164 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26371/stat : 26371 (java) S 26311 26314 19941 0 -1 1077944384 2 13242 0 0 0 0 5 3 20 0 15 0 475189133 11079847936 10361 33554432000 4194304 4196468 140724678364080 140233773808656 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26372] ppid=26311 vsize=10820164 memory=140529131361920 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26372/stat : 26372 (java) S 26311 26314 19941 0 -1 1077944384 2 13242 0 0 0 0 5 3 20 0 15 0 475189134 11079847936 10427 33554432000 4194304 4196468 140724678364080 140233383528560 140233856862850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26373] ppid=26311 vsize=10820164 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26373/stat : 26373 (java) S 26311 26314 19941 0 -1 1077944384 13 13242 0 0 0 0 5 3 20 0 15 0 475189135 11079847936 10427 33554432000 4194304 4196468 140724678364080 140232762581792 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26374] ppid=26311 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26374/stat : 26374 (java) S 26311 26314 19941 0 -1 1077944384 1 13242 0 0 0 0 5 3 20 0 15 0 475189135 11079847936 10427 33554432000 4194304 4196468 140724678364080 140232628364400 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26375] ppid=26311 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26375/stat : 26375 (java) S 26311 26314 19941 0 -1 1077944384 3 13242 0 0 0 0 5 3 20 0 15 0 475189138 11079847936 10427 33554432000 4194304 4196468 140724678364080 140232388073552 140233856870299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26376] ppid=26311 vsize=10820164 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26314/task/26376/stat : 26376 (java) S 26311 26314 19941 0 -1 1077944384 473 13242 0 0 1 0 5 3 20 0 15 0 475189138 11079847936 10427 33554432000 4194304 4196468 140724678364080 140233382476400 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26377] ppid=26311 vsize=10820164 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/26314/task/26377/stat : 26377 (java) S 26311 26314 19941 0 -1 1077944384 177 13242 0 0 1 0 5 3 20 0 15 0 475189138 11079847936 10427 33554432000 4194304 4196468 140724678364080 140233381423600 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26378] ppid=26311 vsize=10820164 memory=140529131361920 CPUtime=0.11 cores=0,2,4,6
/proc/26314/task/26378/stat : 26378 (java) R 26311 26314 19941 0 -1 4202560 600 13242 0 0 3 0 5 3 20 0 15 0 475189138 11079847936 10427 33554432000 4194304 4196468 140724678364080 140233380371312 140233841161560 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26379] ppid=26311 vsize=10820164 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26379/stat : 26379 (java) S 26311 26314 19941 0 -1 1077944384 3 13242 0 0 0 0 5 3 20 0 15 0 475189138 11079847936 10427 33554432000 4194304 4196468 140724678364080 140232354515936 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26380] ppid=26311 vsize=10820164 memory=140529131361920 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26380/stat : 26380 (java) S 26311 26314 19941 0 -1 1077944384 1 13242 0 0 0 0 5 3 20 0 15 0 475189138 11079847936 10427 33554432000 4194304 4196468 140724678364080 140233379318192 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819856 KiB
Current children cumulated memory: 41184 KiB

[startup+0.310474 s]*
/proc/loadavg: 1.43 1.45 1.47 3/226 26380
/proc/meminfo: memFree=10487972/32770624 swapFree=66955296/67108860
[pid=26314] ppid=26311 vsize=10820196 memory=50040 CPUtime=0.4 cores=0,2,4,6
/proc/26314/stat : 26314 (java) S 26311 26314 19941 0 -1 1077944320 10743 13242 0 0 29 3 5 3 20 0 15 0 475189123 11079880704 12510 33554432000 4194304 4196468 140724678364080 140724678346624 140233856851703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
/proc/26314/statm: 2705049 12510 3310 1 0 2667149 0
[pid=26314/tid=26367] ppid=26311 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/26314/task/26367/stat : 26367 (java) R 26311 26314 19941 0 -1 4202560 7231 13242 0 0 19 2 5 3 20 0 15 0 475189132 11079880704 12510 33554432000 4194304 4196468 140724678364080 140233828660624 140233842546752 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26368] ppid=26311 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26368/stat : 26368 (java) S 26311 26314 19941 0 -1 1077944384 1 13242 0 0 0 0 5 3 20 0 15 0 475189133 11079880704 12510 33554432000 4194304 4196468 140724678364080 140233861094288 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26369] ppid=26311 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26369/stat : 26369 (java) S 26311 26314 19941 0 -1 1077944384 1 13242 0 0 0 0 5 3 20 0 15 0 475189133 11079880704 12510 33554432000 4194304 4196468 140724678364080 140233775913744 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26370] ppid=26311 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26370/stat : 26370 (java) S 26311 26314 19941 0 -1 1077944384 1 13242 0 0 0 0 5 3 20 0 15 0 475189133 11079880704 12510 33554432000 4194304 4196468 140724678364080 140233774861456 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26371] ppid=26311 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26371/stat : 26371 (java) S 26311 26314 19941 0 -1 1077944384 2 13242 0 0 0 0 5 3 20 0 15 0 475189133 11079880704 12510 33554432000 4194304 4196468 140724678364080 140233773808656 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26372] ppid=26311 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26372/stat : 26372 (java) S 26311 26314 19941 0 -1 1077944384 2 13242 0 0 0 0 5 3 20 0 15 0 475189134 11079880704 12510 33554432000 4194304 4196468 140724678364080 140233383528560 140233856862850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26373] ppid=26311 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26373/stat : 26373 (java) S 26311 26314 19941 0 -1 1077944384 13 13242 0 0 0 0 5 3 20 0 15 0 475189135 11079880704 12510 33554432000 4194304 4196468 140724678364080 140232762581792 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26374] ppid=26311 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26374/stat : 26374 (java) S 26311 26314 19941 0 -1 1077944384 1 13242 0 0 0 0 5 3 20 0 15 0 475189135 11079880704 12510 33554432000 4194304 4196468 140724678364080 140232628364400 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26375] ppid=26311 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26375/stat : 26375 (java) S 26311 26314 19941 0 -1 1077944384 3 13242 0 0 0 0 5 3 20 0 15 0 475189138 11079880704 12510 33554432000 4194304 4196468 140724678364080 140232388073552 140233856870299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26376] ppid=26311 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26314/task/26376/stat : 26376 (java) S 26311 26314 19941 0 -1 1077944384 473 13242 0 0 1 0 5 3 20 0 15 0 475189138 11079880704 12510 33554432000 4194304 4196468 140724678364080 140233382476400 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26377] ppid=26311 vsize=10820196 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/26314/task/26377/stat : 26377 (java) S 26311 26314 19941 0 -1 1077944384 187 13242 0 0 2 0 5 3 20 0 15 0 475189138 11079880704 12510 33554432000 4194304 4196468 140724678364080 140233381423600 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26378] ppid=26311 vsize=10820196 memory=140529131361920 CPUtime=0.13 cores=0,2,4,6
/proc/26314/task/26378/stat : 26378 (java) S 26311 26314 19941 0 -1 1077944384 619 13242 0 0 5 0 5 3 20 0 15 0 475189138 11079880704 12510 33554432000 4194304 4196468 140724678364080 140233380371312 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26379] ppid=26311 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26379/stat : 26379 (java) S 26311 26314 19941 0 -1 1077944384 3 13242 0 0 0 0 5 3 20 0 15 0 475189138 11079880704 12510 33554432000 4194304 4196468 140724678364080 140232354515936 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26380] ppid=26311 vsize=10820196 memory=140529131361920 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26380/stat : 26380 (java) S 26311 26314 19941 0 -1 1077944384 1 13242 0 0 0 0 5 3 20 0 15 0 475189138 11079880704 12510 33554432000 4194304 4196468 140724678364080 140233379318192 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50040 KiB

[startup+0.700743 s]
/proc/loadavg: 1.43 1.45 1.47 3/226 26380
/proc/meminfo: memFree=10472528/32770624 swapFree=66955296/67108860
[pid=26314] ppid=26311 vsize=10824364 memory=83368 CPUtime=1.15 cores=0,2,4,6
/proc/26314/stat : 26314 (java) S 26311 26314 19941 0 -1 1077944320 15059 13242 0 0 102 5 5 3 20 0 15 0 475189123 11084148736 20842 33554432000 4194304 4196468 140724678364080 140724678346624 140233856851703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
/proc/26314/statm: 2706091 20842 3503 1 0 2668173 0
[pid=26314/tid=26367] ppid=26311 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/26314/task/26367/stat : 26367 (java) R 26311 26314 19941 0 -1 4202560 10435 13242 0 0 55 4 5 3 20 0 15 0 475189132 11084148736 20842 33554432000 4194304 4196468 140724678364080 140233828681248 140233856873629 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26368] ppid=26311 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26368/stat : 26368 (java) S 26311 26314 19941 0 -1 1077944384 1 13242 0 0 0 0 5 3 20 0 15 0 475189133 11084148736 20842 33554432000 4194304 4196468 140724678364080 140233861094288 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26369] ppid=26311 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26369/stat : 26369 (java) S 26311 26314 19941 0 -1 1077944384 1 13242 0 0 0 0 5 3 20 0 15 0 475189133 11084148736 20842 33554432000 4194304 4196468 140724678364080 140233775913744 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26370] ppid=26311 vsize=10824364 memory=140528981258448 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26370/stat : 26370 (java) S 26311 26314 19941 0 -1 1077944384 1 13242 0 0 0 0 5 3 20 0 15 0 475189133 11084148736 20842 33554432000 4194304 4196468 140724678364080 140233774861456 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26371] ppid=26311 vsize=10824364 memory=140531329925737 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26371/stat : 26371 (java) S 26311 26314 19941 0 -1 1077944384 2 13242 0 0 0 0 5 3 20 0 15 0 475189133 11084148736 20842 33554432000 4194304 4196468 140724678364080 140233773808656 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26372] ppid=26311 vsize=10824364 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26372/stat : 26372 (java) S 26311 26314 19941 0 -1 1077944384 5 13242 0 0 0 0 5 3 20 0 15 0 475189134 11084148736 20842 33554432000 4194304 4196468 140724678364080 140233383528560 140233856862850 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26373] ppid=26311 vsize=10824364 memory=7014751519667017297 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26373/stat : 26373 (java) S 26311 26314 19941 0 -1 1077944384 13 13242 0 0 0 0 5 3 20 0 15 0 475189135 11084148736 20842 33554432000 4194304 4196468 140724678364080 140232762581792 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26374] ppid=26311 vsize=10824364 memory=7811586378207159911 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26374/stat : 26374 (java) S 26311 26314 19941 0 -1 1077944384 1 13242 0 0 0 0 5 3 20 0 15 0 475189135 11084148736 20842 33554432000 4194304 4196468 140724678364080 140232628364400 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26375] ppid=26311 vsize=10824364 memory=14056 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26375/stat : 26375 (java) S 26311 26314 19941 0 -1 1077944384 3 13242 0 0 0 0 5 3 20 0 15 0 475189138 11084148736 20842 33554432000 4194304 4196468 140724678364080 140232388073552 140233856870299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26376] ppid=26311 vsize=10824364 memory=2116 CPUtime=0.22 cores=0,2,4,6
/proc/26314/task/26376/stat : 26376 (java) S 26311 26314 19941 0 -1 1077944384 970 13242 0 0 14 0 5 3 20 0 15 0 475189138 11084148736 20842 33554432000 4194304 4196468 140724678364080 140233382476400 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26377] ppid=26311 vsize=10824364 memory=516 CPUtime=0.22 cores=0,2,4,6
/proc/26314/task/26377/stat : 26377 (java) R 26311 26314 19941 0 -1 4202560 612 13242 0 0 14 0 5 3 20 0 15 0 475189138 11084148736 20842 33554432000 4194304 4196468 140724678364080 140233381423600 140233842463723 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26378] ppid=26311 vsize=10824364 memory=1556 CPUtime=0.25 cores=0,2,4,6
/proc/26314/task/26378/stat : 26378 (java) S 26311 26314 19941 0 -1 1077944384 804 13242 0 0 17 0 5 3 20 0 15 0 475189138 11084148736 20842 33554432000 4194304 4196468 140724678364080 140233380371312 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26379] ppid=26311 vsize=10824364 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26379/stat : 26379 (java) S 26311 26314 19941 0 -1 1077944384 3 13242 0 0 0 0 5 3 20 0 15 0 475189138 11084148736 20842 33554432000 4194304 4196468 140724678364080 140232354515936 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26380] ppid=26311 vsize=10824364 memory=1772 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26380/stat : 26380 (java) S 26311 26314 19941 0 -1 1077944384 1 13242 0 0 0 0 5 3 20 0 15 0 475189138 11084148736 20842 33554432000 4194304 4196468 140724678364080 140233379318192 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83368 KiB

[startup+1.50077 s]
/proc/loadavg: 1.43 1.45 1.47 4/226 26380
/proc/meminfo: memFree=10431832/32770624 swapFree=66955296/67108860
[pid=26314] ppid=26311 vsize=10834680 memory=176972 CPUtime=2.68 cores=0,2,4,6
/proc/26314/stat : 26314 (java) S 26311 26314 19941 0 -1 1077944320 24880 13242 0 0 250 10 5 3 20 0 15 0 475189123 11094712320 44243 33554432000 4194304 4196468 140724678364080 140724678346624 140233856851703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
/proc/26314/statm: 2708670 44243 3584 1 0 2670733 0
[pid=26314/tid=26367] ppid=26311 vsize=10834680 memory=173336 CPUtime=1.43 cores=0,2,4,6
/proc/26314/task/26367/stat : 26367 (java) R 26311 26314 19941 0 -1 4202560 16521 13242 0 0 129 6 5 3 20 0 15 0 475189132 11094712320 44270 33554432000 4194304 4196468 140724678364080 140233828669104 140233842287098 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26368] ppid=26311 vsize=10834680 memory=2436 CPUtime=0.09 cores=0,2,4,6
/proc/26314/task/26368/stat : 26368 (java) S 26311 26314 19941 0 -1 1077944384 31 13242 0 0 1 0 5 3 20 0 15 0 475189133 11094712320 44270 33554432000 4194304 4196468 140724678364080 140233861094288 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26369] ppid=26311 vsize=10834680 memory=1760 CPUtime=0.09 cores=0,2,4,6
/proc/26314/task/26369/stat : 26369 (java) S 26311 26314 19941 0 -1 1077944384 40 13242 0 0 1 0 5 3 20 0 15 0 475189133 11094712320 44270 33554432000 4194304 4196468 140724678364080 140233775913744 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26370] ppid=26311 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26314/task/26370/stat : 26370 (java) S 26311 26314 19941 0 -1 1077944384 311 13242 0 0 1 0 5 3 20 0 15 0 475189133 11094712320 44270 33554432000 4194304 4196468 140724678364080 140233774861456 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26371] ppid=26311 vsize=10834680 memory=-7303279828959712342 CPUtime=0.09 cores=0,2,4,6
/proc/26314/task/26371/stat : 26371 (java) S 26311 26314 19941 0 -1 1077944384 87 13242 0 0 1 0 5 3 20 0 15 0 475189133 11094712320 44270 33554432000 4194304 4196468 140724678364080 140233773808656 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26372] ppid=26311 vsize=10834680 memory=3833724587141655611 CPUtime=0.09 cores=0,2,4,6
/proc/26314/task/26372/stat : 26372 (java) S 26311 26314 19941 0 -1 1077944384 1483 13242 0 0 1 0 5 3 20 0 15 0 475189134 11094712320 44270 33554432000 4194304 4196468 140724678364080 140233383528560 140233856862850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26373] ppid=26311 vsize=10834680 memory=-7016161123436706971 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26373/stat : 26373 (java) S 26311 26314 19941 0 -1 1077944384 14 13242 0 0 0 0 5 3 20 0 15 0 475189135 11094712320 44270 33554432000 4194304 4196468 140724678364080 140232762581856 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26374] ppid=26311 vsize=10834680 memory=-6005673638262905286 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26374/stat : 26374 (java) S 26311 26314 19941 0 -1 1077944384 1 13242 0 0 0 0 5 3 20 0 15 0 475189135 11094712320 44270 33554432000 4194304 4196468 140724678364080 140232628364416 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26375] ppid=26311 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26375/stat : 26375 (java) S 26311 26314 19941 0 -1 1077944384 3 13242 0 0 0 0 5 3 20 0 15 0 475189138 11094712320 44270 33554432000 4194304 4196468 140724678364080 140232388073552 140233856870299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26376] ppid=26311 vsize=10834680 memory=0 CPUtime=0.47 cores=0,2,4,6
/proc/26314/task/26376/stat : 26376 (java) S 26311 26314 19941 0 -1 1077944384 1504 13242 0 0 39 0 5 3 20 0 15 0 475189138 11094712320 44270 33554432000 4194304 4196468 140724678364080 140233382476400 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26377] ppid=26311 vsize=10834680 memory=4580 CPUtime=0.42 cores=0,2,4,6
/proc/26314/task/26377/stat : 26377 (java) S 26311 26314 19941 0 -1 1077944384 1103 13242 0 0 34 0 5 3 20 0 15 0 475189138 11094712320 44270 33554432000 4194304 4196468 140724678364080 140233381423600 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26378] ppid=26311 vsize=10834680 memory=7302415625502086224 CPUtime=0.48 cores=0,2,4,6
/proc/26314/task/26378/stat : 26378 (java) S 26311 26314 19941 0 -1 1077944384 1573 13242 0 0 40 0 5 3 20 0 15 0 475189138 11094712320 44270 33554432000 4194304 4196468 140724678364080 140233380371312 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26379] ppid=26311 vsize=10834680 memory=4641048842867271779 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26379/stat : 26379 (java) S 26311 26314 19941 0 -1 1077944384 3 13242 0 0 0 0 5 3 20 0 15 0 475189138 11094712320 44270 33554432000 4194304 4196468 140724678364080 140232354515936 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26380] ppid=26311 vsize=10834680 memory=7740109347918866007 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26380/stat : 26380 (java) S 26311 26314 19941 0 -1 1077944384 1 13242 0 0 0 0 5 3 20 0 15 0 475189138 11094712320 44270 33554432000 4194304 4196468 140724678364080 140233379318192 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 10834680 KiB

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

/proc/26314/task/26367/stat : 26367 (java) R 26311 26314 19941 0 -1 4202560 67901 13242 0 0 229689 54 5 3 20 0 15 0 475189132 11107315712 311010 33554432000 4194304 4196468 140724678364080 140233828687456 140233459614668 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26368] ppid=26311 vsize=10846988 memory=892 CPUtime=11.93 cores=0,2,4,6
/proc/26314/task/26368/stat : 26368 (java) S 26311 26314 19941 0 -1 1077944384 15041 13242 0 0 1131 54 5 3 20 0 15 0 475189133 11107315712 311010 33554432000 4194304 4196468 140724678364080 140233861094288 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26369] ppid=26311 vsize=10846988 memory=1244040 CPUtime=11.94 cores=0,2,4,6
/proc/26314/task/26369/stat : 26369 (java) S 26311 26314 19941 0 -1 1077944384 17951 13242 0 0 1134 52 5 3 20 0 15 0 475189133 11107315712 311010 33554432000 4194304 4196468 140724678364080 140233775913744 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26370] ppid=26311 vsize=10846988 memory=1244012 CPUtime=11.93 cores=0,2,4,6
/proc/26314/task/26370/stat : 26370 (java) S 26311 26314 19941 0 -1 1077944384 16525 13242 0 0 1135 50 5 3 20 0 15 0 475189133 11107315712 311010 33554432000 4194304 4196468 140724678364080 140233774861456 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26371] ppid=26311 vsize=10846988 memory=1244012 CPUtime=11.95 cores=0,2,4,6
/proc/26314/task/26371/stat : 26371 (java) S 26311 26314 19941 0 -1 1077944384 15151 13242 0 0 1131 56 5 3 20 0 15 0 475189133 11107315712 311010 33554432000 4194304 4196468 140724678364080 140233773808656 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26372] ppid=26311 vsize=10846988 memory=1244040 CPUtime=10.27 cores=0,2,4,6
/proc/26314/task/26372/stat : 26372 (java) S 26311 26314 19941 0 -1 1077944384 16586 13242 0 0 966 53 5 3 20 0 15 0 475189134 11107315712 311010 33554432000 4194304 4196468 140724678364080 140233383528560 140233856862850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26373] ppid=26311 vsize=10846988 memory=1244040 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26373/stat : 26373 (java) S 26311 26314 19941 0 -1 1077944384 22 13242 0 0 0 0 5 3 20 0 15 0 475189135 11107315712 311010 33554432000 4194304 4196468 140724678364080 140232762581856 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26374] ppid=26311 vsize=10846988 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26374/stat : 26374 (java) S 26311 26314 19941 0 -1 1077944384 3 13242 0 0 0 0 5 3 20 0 15 0 475189135 11107315712 311010 33554432000 4194304 4196468 140724678364080 140232628364416 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26375] ppid=26311 vsize=10846988 memory=43408 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26375/stat : 26375 (java) S 26311 26314 19941 0 -1 1077944384 3 13242 0 0 0 0 5 3 20 0 15 0 475189138 11107315712 311010 33554432000 4194304 4196468 140724678364080 140232388073552 140233856870299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26376] ppid=26311 vsize=10846988 memory=1244040 CPUtime=5.58 cores=0,2,4,6
/proc/26314/task/26376/stat : 26376 (java) S 26311 26314 19941 0 -1 1077944384 23275 13242 0 0 546 4 5 3 20 0 15 0 475189138 11107315712 311010 33554432000 4194304 4196468 140724678364080 140233382476400 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26377] ppid=26311 vsize=10846988 memory=1244040 CPUtime=5.44 cores=0,2,4,6
/proc/26314/task/26377/stat : 26377 (java) S 26311 26314 19941 0 -1 1077944384 29932 13242 0 0 533 3 5 3 20 0 15 0 475189138 11107315712 311010 33554432000 4194304 4196468 140724678364080 140233381423600 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26378] ppid=26311 vsize=10846988 memory=1244040 CPUtime=2.42 cores=0,2,4,6
/proc/26314/task/26378/stat : 26378 (java) S 26311 26314 19941 0 -1 1077944384 19886 13242 0 0 230 4 5 3 20 0 15 0 475189138 11107315712 311010 33554432000 4194304 4196468 140724678364080 140233380371312 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26379] ppid=26311 vsize=10846988 memory=1244040 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26379/stat : 26379 (java) S 26311 26314 19941 0 -1 1077944384 3 13242 0 0 0 0 5 3 20 0 15 0 475189138 11107315712 311010 33554432000 4194304 4196468 140724678364080 140232354515936 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26380] ppid=26311 vsize=10846988 memory=3624 CPUtime=1.53 cores=0,2,4,6
/proc/26314/task/26380/stat : 26380 (java) S 26311 26314 19941 0 -1 1077944384 1204 13242 0 0 73 72 5 3 20 0 15 0 475189138 11107315712 311010 33554432000 4194304 4196468 140724678364080 140233379318192 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
Current children cumulated CPU time: 2369.9 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1244040 KiB

[startup+2382.3 s]
/proc/loadavg: 0.74 0.83 1.02 2/205 26639
/proc/meminfo: memFree=10171500/32770624 swapFree=66955308/67108860
[pid=26314] ppid=26311 vsize=10846988 memory=1244084 CPUtime=2430.87 cores=0,2,4,6
/proc/26314/stat : 26314 (java) S 26311 26314 19941 0 -1 1077944320 227276 13242 0 0 242730 349 5 3 20 0 15 0 475189123 11107315712 311021 33554432000 4194304 4196468 140724678364080 140724678346624 140233856851703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
/proc/26314/statm: 2711747 311021 3631 1 0 2673805 0
[pid=26314/tid=26367] ppid=26311 vsize=10846988 memory=1244084 CPUtime=2356.87 cores=0,2,4,6
/proc/26314/task/26367/stat : 26367 (java) R 26311 26314 19941 0 -1 4202560 68617 13242 0 0 235624 55 5 3 20 0 15 0 475189132 11107315712 311021 33554432000 4194304 4196468 140724678364080 140233828687456 140233451578039 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26368] ppid=26311 vsize=10846988 memory=19604 CPUtime=12.26 cores=0,2,4,6
/proc/26314/task/26368/stat : 26368 (java) S 26311 26314 19941 0 -1 1077944384 15284 13242 0 0 1163 55 5 3 20 0 15 0 475189133 11107315712 311021 33554432000 4194304 4196468 140724678364080 140233861094288 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26369] ppid=26311 vsize=10846988 memory=56 CPUtime=12.27 cores=0,2,4,6
/proc/26314/task/26369/stat : 26369 (java) S 26311 26314 19941 0 -1 1077944384 18201 13242 0 0 1166 53 5 3 20 0 15 0 475189133 11107315712 311021 33554432000 4194304 4196468 140724678364080 140233775913744 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26370] ppid=26311 vsize=10846988 memory=1060 CPUtime=12.25 cores=0,2,4,6
/proc/26314/task/26370/stat : 26370 (java) S 26311 26314 19941 0 -1 1077944384 16618 13242 0 0 1166 51 5 3 20 0 15 0 475189133 11107315712 311021 33554432000 4194304 4196468 140724678364080 140233774861456 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26371] ppid=26311 vsize=10846988 memory=1244084 CPUtime=12.28 cores=0,2,4,6
/proc/26314/task/26371/stat : 26371 (java) S 26311 26314 19941 0 -1 1077944384 15203 13242 0 0 1163 57 5 3 20 0 15 0 475189133 11107315712 311021 33554432000 4194304 4196468 140724678364080 140233773808656 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26372] ppid=26311 vsize=10846988 memory=1244084 CPUtime=10.54 cores=0,2,4,6
/proc/26314/task/26372/stat : 26372 (java) S 26311 26314 19941 0 -1 1077944384 16794 13242 0 0 991 55 5 3 20 0 15 0 475189134 11107315712 311021 33554432000 4194304 4196468 140724678364080 140233383528560 140233856862850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26373] ppid=26311 vsize=10846988 memory=3608 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26373/stat : 26373 (java) S 26311 26314 19941 0 -1 1077944384 22 13242 0 0 0 0 5 3 20 0 15 0 475189135 11107315712 311021 33554432000 4194304 4196468 140724678364080 140232762581856 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26374] ppid=26311 vsize=10846988 memory=1244084 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26374/stat : 26374 (java) S 26311 26314 19941 0 -1 1077944384 3 13242 0 0 0 0 5 3 20 0 15 0 475189135 11107315712 311021 33554432000 4194304 4196468 140724678364080 140232628364416 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26375] ppid=26311 vsize=10846988 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26375/stat : 26375 (java) S 26311 26314 19941 0 -1 1077944384 3 13242 0 0 0 0 5 3 20 0 15 0 475189138 11107315712 311021 33554432000 4194304 4196468 140724678364080 140232388073552 140233856870299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26376] ppid=26311 vsize=10846988 memory=1244084 CPUtime=5.58 cores=0,2,4,6
/proc/26314/task/26376/stat : 26376 (java) S 26311 26314 19941 0 -1 1077944384 23277 13242 0 0 546 4 5 3 20 0 15 0 475189138 11107315712 311021 33554432000 4194304 4196468 140724678364080 140233382476400 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26377] ppid=26311 vsize=10846988 memory=1244084 CPUtime=5.44 cores=0,2,4,6
/proc/26314/task/26377/stat : 26377 (java) S 26311 26314 19941 0 -1 1077944384 29934 13242 0 0 533 3 5 3 20 0 15 0 475189138 11107315712 311021 33554432000 4194304 4196468 140724678364080 140233381423600 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26378] ppid=26311 vsize=10846988 memory=3624 CPUtime=2.42 cores=0,2,4,6
/proc/26314/task/26378/stat : 26378 (java) S 26311 26314 19941 0 -1 1077944384 19888 13242 0 0 230 4 5 3 20 0 15 0 475189138 11107315712 311021 33554432000 4194304 4196468 140724678364080 140233380371312 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26379] ppid=26311 vsize=10846988 memory=43408 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26379/stat : 26379 (java) S 26311 26314 19941 0 -1 1077944384 3 13242 0 0 0 0 5 3 20 0 15 0 475189138 11107315712 311021 33554432000 4194304 4196468 140724678364080 140232354515936 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26380] ppid=26311 vsize=10846988 memory=1244084 CPUtime=1.56 cores=0,2,4,6
/proc/26314/task/26380/stat : 26380 (java) S 26311 26314 19941 0 -1 1077944384 1222 13242 0 0 74 74 5 3 20 0 15 0 475189138 11107315712 311021 33554432000 4194304 4196468 140724678364080 140233379318192 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
Current children cumulated CPU time: 2430.87 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1244084 KiB

[startup+2442.3 s]
/proc/loadavg: 0.54 0.76 0.98 2/206 26651
/proc/meminfo: memFree=10168772/32770624 swapFree=66955308/67108860
[pid=26314] ppid=26311 vsize=10846988 memory=1246168 CPUtime=2491.91 cores=0,2,4,6
/proc/26314/stat : 26314 (java) S 26311 26314 19941 0 -1 1077944320 228864 13242 0 0 248827 356 5 3 20 0 15 0 475189123 11107315712 311542 33554432000 4194304 4196468 140724678364080 140724678346624 140233856851703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
/proc/26314/statm: 2711747 311542 3631 1 0 2673805 0
[pid=26314/tid=26367] ppid=26311 vsize=10846988 memory=1246168 CPUtime=2416.18 cores=0,2,4,6
/proc/26314/task/26367/stat : 26367 (java) R 26311 26314 19941 0 -1 4202560 69358 13242 0 0 241555 55 5 3 20 0 15 0 475189132 11107315712 311542 33554432000 4194304 4196468 140724678364080 140233828687536 140233457431925 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26368] ppid=26311 vsize=10846988 memory=1246168 CPUtime=12.62 cores=0,2,4,6
/proc/26314/task/26368/stat : 26368 (java) S 26311 26314 19941 0 -1 1077944384 15509 13242 0 0 1197 57 5 3 20 0 15 0 475189133 11107315712 311542 33554432000 4194304 4196468 140724678364080 140233861094288 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26369] ppid=26311 vsize=10846988 memory=1246148 CPUtime=12.62 cores=0,2,4,6
/proc/26314/task/26369/stat : 26369 (java) S 26311 26314 19941 0 -1 1077944384 18376 13242 0 0 1199 55 5 3 20 0 15 0 475189133 11107315712 311542 33554432000 4194304 4196468 140724678364080 140233775913744 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26370] ppid=26311 vsize=10846988 memory=1246168 CPUtime=12.6 cores=0,2,4,6
/proc/26314/task/26370/stat : 26370 (java) S 26311 26314 19941 0 -1 1077944384 16730 13242 0 0 1200 52 5 3 20 0 15 0 475189133 11107315712 311542 33554432000 4194304 4196468 140724678364080 140233774861456 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26371] ppid=26311 vsize=10846988 memory=1246168 CPUtime=12.64 cores=0,2,4,6
/proc/26314/task/26371/stat : 26371 (java) S 26311 26314 19941 0 -1 1077944384 15301 13242 0 0 1197 59 5 3 20 0 15 0 475189133 11107315712 311542 33554432000 4194304 4196468 140724678364080 140233773808656 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26372] ppid=26311 vsize=10846988 memory=1246168 CPUtime=10.83 cores=0,2,4,6
/proc/26314/task/26372/stat : 26372 (java) S 26311 26314 19941 0 -1 1077944384 17007 13242 0 0 1019 56 5 3 20 0 15 0 475189134 11107315712 311542 33554432000 4194304 4196468 140724678364080 140233383528560 140233856862850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26373] ppid=26311 vsize=10846988 memory=1246168 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26373/stat : 26373 (java) S 26311 26314 19941 0 -1 1077944384 22 13242 0 0 0 0 5 3 20 0 15 0 475189135 11107315712 311542 33554432000 4194304 4196468 140724678364080 140232762581856 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26374] ppid=26311 vsize=10846988 memory=1246168 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26374/stat : 26374 (java) S 26311 26314 19941 0 -1 1077944384 3 13242 0 0 0 0 5 3 20 0 15 0 475189135 11107315712 311542 33554432000 4194304 4196468 140724678364080 140232628364416 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26375] ppid=26311 vsize=10846988 memory=1246168 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26375/stat : 26375 (java) S 26311 26314 19941 0 -1 1077944384 3 13242 0 0 0 0 5 3 20 0 15 0 475189138 11107315712 311542 33554432000 4194304 4196468 140724678364080 140232388073552 140233856870299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26376] ppid=26311 vsize=10846988 memory=616 CPUtime=5.59 cores=0,2,4,6
/proc/26314/task/26376/stat : 26376 (java) S 26311 26314 19941 0 -1 1077944384 23279 13242 0 0 547 4 5 3 20 0 15 0 475189138 11107315712 311542 33554432000 4194304 4196468 140724678364080 140233382476400 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26377] ppid=26311 vsize=10846988 memory=1246168 CPUtime=5.44 cores=0,2,4,6
/proc/26314/task/26377/stat : 26377 (java) S 26311 26314 19941 0 -1 1077944384 29936 13242 0 0 533 3 5 3 20 0 15 0 475189138 11107315712 311542 33554432000 4194304 4196468 140724678364080 140233381423600 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26378] ppid=26311 vsize=10846988 memory=3624 CPUtime=2.42 cores=0,2,4,6
/proc/26314/task/26378/stat : 26378 (java) S 26311 26314 19941 0 -1 1077944384 19890 13242 0 0 230 4 5 3 20 0 15 0 475189138 11107315712 311542 33554432000 4194304 4196468 140724678364080 140233380371312 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26379] ppid=26311 vsize=10846988 memory=1246168 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26379/stat : 26379 (java) S 26311 26314 19941 0 -1 1077944384 3 13242 0 0 0 0 5 3 20 0 15 0 475189138 11107315712 311542 33554432000 4194304 4196468 140724678364080 140232354515936 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26380] ppid=26311 vsize=10846988 memory=1246168 CPUtime=1.6 cores=0,2,4,6
/proc/26314/task/26380/stat : 26380 (java) S 26311 26314 19941 0 -1 1077944384 1240 13242 0 0 76 76 5 3 20 0 15 0 475189138 11107315712 311542 33554432000 4194304 4196468 140724678364080 140233379318192 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
Current children cumulated CPU time: 2491.91 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1246168 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470 s]
/proc/loadavg: 0.64 0.76 0.98 2/207 26678
/proc/meminfo: memFree=10168092/32770624 swapFree=66955312/67108860
[pid=26314] ppid=26311 vsize=10846988 memory=1246184 CPUtime=2520.06 cores=0,2,4,6
/proc/26314/stat : 26314 (java) S 26311 26314 19941 0 -1 1077944320 230062 13242 0 0 251639 359 5 3 20 0 15 0 475189123 11107315712 311546 33554432000 4194304 4196468 140724678364080 140724678346624 140233856851703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
/proc/26314/statm: 2711747 311546 3631 1 0 2673805 0
[pid=26314/tid=26367] ppid=26311 vsize=10846988 memory=1246184 CPUtime=2443.55 cores=0,2,4,6
/proc/26314/task/26367/stat : 26367 (java) R 26311 26314 19941 0 -1 4202560 69771 13242 0 0 244291 56 5 3 20 0 15 0 475189132 11107315712 311546 33554432000 4194304 4196468 140724678364080 140233828687536 140233454048064 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26368] ppid=26311 vsize=10846988 memory=1246184 CPUtime=12.77 cores=0,2,4,6
/proc/26314/task/26368/stat : 26368 (java) S 26311 26314 19941 0 -1 1077944384 15609 13242 0 0 1212 57 5 3 20 0 15 0 475189133 11107315712 311546 33554432000 4194304 4196468 140724678364080 140233861094288 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26369] ppid=26311 vsize=10846988 memory=1246184 CPUtime=12.78 cores=0,2,4,6
/proc/26314/task/26369/stat : 26369 (java) S 26311 26314 19941 0 -1 1077944384 18467 13242 0 0 1215 55 5 3 20 0 15 0 475189133 11107315712 311546 33554432000 4194304 4196468 140724678364080 140233775913744 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26370] ppid=26311 vsize=10846988 memory=1160 CPUtime=12.76 cores=0,2,4,6
/proc/26314/task/26370/stat : 26370 (java) S 26311 26314 19941 0 -1 1077944384 16917 13242 0 0 1215 53 5 3 20 0 15 0 475189133 11107315712 311546 33554432000 4194304 4196468 140724678364080 140233774861456 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26371] ppid=26311 vsize=10846988 memory=3624 CPUtime=12.79 cores=0,2,4,6
/proc/26314/task/26371/stat : 26371 (java) S 26311 26314 19941 0 -1 1077944384 15478 13242 0 0 1212 59 5 3 20 0 15 0 475189133 11107315712 311546 33554432000 4194304 4196468 140724678364080 140233773808656 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26372] ppid=26311 vsize=10846988 memory=43440 CPUtime=10.96 cores=0,2,4,6
/proc/26314/task/26372/stat : 26372 (java) S 26311 26314 19941 0 -1 1077944384 17225 13242 0 0 1031 57 5 3 20 0 15 0 475189134 11107315712 311546 33554432000 4194304 4196468 140724678364080 140233383528560 140233856862850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26373] ppid=26311 vsize=10846988 memory=984 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26373/stat : 26373 (java) S 26311 26314 19941 0 -1 1077944384 22 13242 0 0 0 0 5 3 20 0 15 0 475189135 11107315712 311546 33554432000 4194304 4196468 140724678364080 140232762581856 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26374] ppid=26311 vsize=10846988 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26374/stat : 26374 (java) S 26311 26314 19941 0 -1 1077944384 3 13242 0 0 0 0 5 3 20 0 15 0 475189135 11107315712 311546 33554432000 4194304 4196468 140724678364080 140232628364416 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26375] ppid=26311 vsize=10846988 memory=1412 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26375/stat : 26375 (java) S 26311 26314 19941 0 -1 1077944384 3 13242 0 0 0 0 5 3 20 0 15 0 475189138 11107315712 311546 33554432000 4194304 4196468 140724678364080 140232388073552 140233856870299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26376] ppid=26311 vsize=10846988 memory=1548 CPUtime=5.59 cores=0,2,4,6
/proc/26314/task/26376/stat : 26376 (java) S 26311 26314 19941 0 -1 1077944384 23281 13242 0 0 547 4 5 3 20 0 15 0 475189138 11107315712 311546 33554432000 4194304 4196468 140724678364080 140233382476400 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26377] ppid=26311 vsize=10846988 memory=7552 CPUtime=5.44 cores=0,2,4,6
/proc/26314/task/26377/stat : 26377 (java) S 26311 26314 19941 0 -1 1077944384 29938 13242 0 0 533 3 5 3 20 0 15 0 475189138 11107315712 311546 33554432000 4194304 4196468 140724678364080 140233381423600 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26378] ppid=26311 vsize=10846988 memory=2832 CPUtime=2.42 cores=0,2,4,6
/proc/26314/task/26378/stat : 26378 (java) S 26311 26314 19941 0 -1 1077944384 19892 13242 0 0 230 4 5 3 20 0 15 0 475189138 11107315712 311546 33554432000 4194304 4196468 140724678364080 140233380371312 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26379] ppid=26311 vsize=10846988 memory=1620 CPUtime=0.08 cores=0,2,4,6
/proc/26314/task/26379/stat : 26379 (java) S 26311 26314 19941 0 -1 1077944384 3 13242 0 0 0 0 5 3 20 0 15 0 475189138 11107315712 311546 33554432000 4194304 4196468 140724678364080 140232354515936 140233856861909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
[pid=26314/tid=26380] ppid=26311 vsize=10846988 memory=1136 CPUtime=1.62 cores=0,2,4,6
/proc/26314/task/26380/stat : 26380 (java) S 26311 26314 19941 0 -1 1077944384 1246 13242 0 0 77 77 5 3 20 0 15 0 475189138 11107315712 311546 33554432000 4194304 4196468 140724678364080 140233379318192 140233856862850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140724678371939 140724678374581 140724678374581 140724678377423 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1246184 KiB

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

[startup+2470.04 s]
# the end of solver process 26314 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.47 s, system=3.64248 s

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

Child status: 143
Real time (s): 2470.04
CPU time (s): 2520.12
CPU user time (s): 2516.47
CPU system time (s): 3.64248
CPU usage (%): 102.027
Max. virtual memory (cumulated for all children) (KiB): 10849768
Max. memory (cumulated for all children) (KiB): 1271280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.47
system time used= 3.64248
maximum resident set size= 1271800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244408
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 289566
involuntary context switches= 10894


# summary of solver processes directly reported to runsolver:
#   pid: 26314
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.47
#   total CPU system time (s): 3.64248

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8215 second user time and 23.4491 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-20 15:20:12
IDJOB=4402615
IDBENCH=141743
IDSOLVER=2861
FILE ID=node105/4402615-1568989311
RUNJOBID= node105-1568963940-19972
PBS_JOBID= 21704633
Free space on /var/tmp= 13144 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-29-093.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402615-1568989311/watcher-4402615-1568989311 -o /var/tmp/evaluation-result-4402615-1568989311/solver-4402615-1568989311 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node105-1568963940-19972 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1215834442 HOME/instance-4402615-1568989311.xml

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

MD5SUM BENCH= bf633c2727f59b2e783fa7e248dd5fc9
RANDOM SEED=1215834442

node105.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        10526336 kB
MemAvailable:   30967072 kB
Buffers:          146700 kB
Cached:         20193856 kB
SwapCached:        49512 kB
Active:         10939520 kB
Inactive:       10292224 kB
Active(anon):     842772 kB
Inactive(anon):    93460 kB
Active(file):   10096748 kB
Inactive(file): 10198764 kB
Unevictable:      110944 kB
Mlocked:          110944 kB
SwapTotal:      67108860 kB
SwapFree:       66955296 kB
Dirty:             35776 kB
Writeback:             0 kB
AnonPages:        958320 kB
Mapped:            62148 kB
Shmem:             36648 kB
Slab:             602408 kB
SReclaimable:     573684 kB
SUnreclaim:        28724 kB
KernelStack:        3952 kB
PageTables:         7952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2089608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    800768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13144 MiB
End job on node105 at 2019-09-20 16:01:23