Trace number 4387199

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.10? (TO) 2520.04 2469.23

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-097.xml
MD5SUM8967691277ed469002b27945208c5243
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark53.043
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints53
Number of domains1
Minimum domain size336
Maximum domain size336
Distribution of domain sizes[{"size":336,"count":50}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":48},{"degree":3,"count":1},{"degree":4,"count":1}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":51},{"arity":2,"count":1},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints52
Distribution of constraint types[{"type":"intension","count":52},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.74/0.54	c Concrete v3.10.1560635388952 running
2520.01/2469.20	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2469.21		at concrete.MAC.mac(MAC.scala:189)
2520.01/2469.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.01/2469.21		at scala.util.Try$.apply(Try.scala:212)
2520.01/2469.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2469.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2469.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2469.21		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2469.21		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2469.21		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.01/2469.21		at concrete.ProblemState.map(ProblemState.scala:228)
2520.01/2469.21		at concrete.ProblemState.map(ProblemState.scala:210)
2520.01/2469.21		at concrete.MAC.nextSolution(MAC.scala:334)
2520.01/2469.21		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2469.21		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.01/2469.21		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.01/2469.21		at concrete.Solver.nextOption(Solver.scala:67)
2520.01/2469.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.01/2469.21		at scala.util.Success.map(Try.scala:264)
2520.01/2469.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.01/2469.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2469.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2469.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2469.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2469.21		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2469.21		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2469.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2469.21		at scala.App.$anonfun$main$1(App.scala:75)
2520.01/2469.21		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.01/2469.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2469.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2469.21		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.01/2469.21		at scala.App.main(App.scala:75)
2520.01/2469.21		at scala.App.main$(App.scala:73)
2520.01/2469.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2469.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2469.21	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 (14829 MiB free)
  memory of node 1: 16384 MiB (14311 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387199-1568294079/watcher-4387199-1568294079 -o /tmp/evaluation-result-4387199-1568294079/solver-4387199-1568294079 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568282287-6447 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=12406135 HOME/instance-4387199-1568294079.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=9431, runsolver pid=9428

[startup+0.100103 s]*
/proc/loadavg: 1.25 1.40 1.39 3/218 9488
/proc/meminfo: memFree=29830428/32770624 swapFree=66995912/67108860
[pid=9431] ppid=9428 vsize=10055356 memory=19120 CPUtime=0.1 cores=0,2,4,6
/proc/9431/stat : 9431 (java) S 9428 9431 5684 0 -1 1077944320 4504 13014 0 0 1 1 5 3 20 0 7 0 405662607 10296684544 4780 33554432000 4194304 4196468 140736677400864 140736677383408 140584944160503 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
/proc/9431/statm: 2513839 4780 2016 1 0 2502277 0
[pid=9431/tid=9484] ppid=9428 vsize=10055356 memory=-8617482348318186131 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9484/stat : 9484 (java) R 9428 9431 5684 0 -1 4202560 2311 13014 0 0 0 0 5 3 20 0 7 0 405662616 10296684544 4780 33554432000 4194304 4196468 140736677400864 140584916003600 140584926634224 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9485] ppid=9428 vsize=10055356 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9485/stat : 9485 (java) S 9428 9431 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 7 0 405662617 10296684544 4780 33554432000 4194304 4196468 140736677400864 140584948402448 140584944170709 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9486] ppid=9428 vsize=10055356 memory=140529444378240 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9486/stat : 9486 (java) S 9428 9431 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 7 0 405662617 10296684544 4780 33554432000 4194304 4196468 140736677400864 140584836675984 140584944170709 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9487] ppid=9428 vsize=10055356 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9487/stat : 9487 (java) S 9428 9431 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 7 0 405662617 10296684544 4780 33554432000 4194304 4196468 140736677400864 140584835623440 140584944170709 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9488] ppid=9428 vsize=10055356 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9488/stat : 9488 (java) S 9428 9431 5684 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 7 0 405662617 10296684544 4780 33554432000 4194304 4196468 140736677400864 140584834570896 140584944170709 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9489] ppid=9428 vsize=10055356 memory=140529444378240 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9489/stat : 9489 (java) S 9428 9431 5684 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 7 0 405662618 10296684544 4780 33554432000 4194304 4196468 140736677400864 140584403556848 140584944171650 0 0 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 19120 KiB

[startup+0.211058 s]*
/proc/loadavg: 1.25 1.40 1.39 3/227 9497
/proc/meminfo: memFree=29815336/32770624 swapFree=66995912/67108860
[pid=9431] ppid=9428 vsize=10818940 memory=38004 CPUtime=0.27 cores=0,2,4,6
/proc/9431/stat : 9431 (java) S 9428 9431 5684 0 -1 1077944320 6845 13014 0 0 17 2 5 3 20 0 15 0 405662607 11078594560 9501 33554432000 4194304 4196468 140736677400864 140736677383408 140584944160503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
/proc/9431/statm: 2704735 9501 2981 1 0 2667149 0
[pid=9431/tid=9484] ppid=9428 vsize=10818940 memory=7100839852556125036 CPUtime=0.2 cores=0,2,4,6
/proc/9431/task/9484/stat : 9484 (java) R 9428 9431 5684 0 -1 4202560 3336 13014 0 0 11 1 5 3 20 0 15 0 405662616 11078594560 9546 33554432000 4194304 4196468 140736677400864 140584915993328 140584928240990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9485] ppid=9428 vsize=10818940 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9485/stat : 9485 (java) S 9428 9431 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 405662617 11078594560 9546 33554432000 4194304 4196468 140736677400864 140584948402448 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9486] ppid=9428 vsize=10818940 memory=140529444378240 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9486/stat : 9486 (java) S 9428 9431 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 405662617 11078594560 9546 33554432000 4194304 4196468 140736677400864 140584836675984 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9487] ppid=9428 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9487/stat : 9487 (java) S 9428 9431 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 405662617 11078594560 9546 33554432000 4194304 4196468 140736677400864 140584835623440 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9488] ppid=9428 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9488/stat : 9488 (java) S 9428 9431 5684 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 405662617 11078594560 9546 33554432000 4194304 4196468 140736677400864 140584834570896 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9489] ppid=9428 vsize=10818940 memory=140529444378240 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9489/stat : 9489 (java) S 9428 9431 5684 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 405662618 11078594560 9546 33554432000 4194304 4196468 140736677400864 140584403556848 140584944171650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9490] ppid=9428 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9490/stat : 9490 (java) S 9428 9431 5684 0 -1 1077944384 33 13014 0 0 0 0 5 3 20 0 15 0 405662618 11078594560 9546 33554432000 4194304 4196468 140736677400864 140584402503072 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9491] ppid=9428 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9491/stat : 9491 (java) S 9428 9431 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 405662619 11078594560 9546 33554432000 4194304 4196468 140736677400864 140583809050096 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9492] ppid=9428 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9492/stat : 9492 (java) S 9428 9431 5684 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 405662621 11078594560 9546 33554432000 4194304 4196468 140736677400864 140583501650640 140584944179099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9493] ppid=9428 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9493/stat : 9493 (java) S 9428 9431 5684 0 -1 1077944384 353 13014 0 0 0 0 5 3 20 0 15 0 405662621 11078594560 9546 33554432000 4194304 4196468 140736677400864 140584368945136 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9494] ppid=9428 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9494/stat : 9494 (java) S 9428 9431 5684 0 -1 1077944384 288 13014 0 0 0 0 5 3 20 0 15 0 405662621 11078594560 9546 33554432000 4194304 4196468 140736677400864 140584367892592 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9495] ppid=9428 vsize=10818940 memory=140529444378240 CPUtime=0.11 cores=0,2,4,6
/proc/9431/task/9495/stat : 9495 (java) S 9428 9431 5684 0 -1 1077944384 624 13014 0 0 3 0 5 3 20 0 15 0 405662621 11078594560 9546 33554432000 4194304 4196468 140736677400864 140584366840048 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9496] ppid=9428 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9496/stat : 9496 (java) S 9428 9431 5684 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 405662621 11078594560 9546 33554432000 4194304 4196468 140736677400864 140583468092000 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9497] ppid=9428 vsize=10818940 memory=140529444378240 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9497/stat : 9497 (java) S 9428 9431 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 405662622 11078594560 9546 33554432000 4194304 4196468 140736677400864 140584365787952 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38004 KiB

[startup+0.310394 s]*
/proc/loadavg: 1.25 1.40 1.39 3/227 9497
/proc/meminfo: memFree=29803124/32770624 swapFree=66995912/67108860
[pid=9431] ppid=9428 vsize=10820244 memory=49336 CPUtime=0.4 cores=0,2,4,6
/proc/9431/stat : 9431 (java) S 9428 9431 5684 0 -1 1077944320 10568 13014 0 0 28 4 5 3 20 0 15 0 405662607 11079929856 12334 33554432000 4194304 4196468 140736677400864 140736677383408 140584944160503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
/proc/9431/statm: 2705061 12334 3300 1 0 2667149 0
[pid=9431/tid=9484] ppid=9428 vsize=10820244 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/9431/task/9484/stat : 9484 (java) R 9428 9431 5684 0 -1 4202560 7028 13014 0 0 19 3 5 3 20 0 15 0 405662616 11079929856 12334 33554432000 4194304 4196468 140736677400864 140584915984224 140584944182429 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9485] ppid=9428 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9485/stat : 9485 (java) S 9428 9431 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 405662617 11079929856 12334 33554432000 4194304 4196468 140736677400864 140584948402448 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9486] ppid=9428 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9486/stat : 9486 (java) S 9428 9431 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 405662617 11079929856 12334 33554432000 4194304 4196468 140736677400864 140584836675984 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9487] ppid=9428 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9487/stat : 9487 (java) S 9428 9431 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 405662617 11079929856 12334 33554432000 4194304 4196468 140736677400864 140584835623440 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9488] ppid=9428 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9488/stat : 9488 (java) S 9428 9431 5684 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 405662617 11079929856 12334 33554432000 4194304 4196468 140736677400864 140584834570896 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9489] ppid=9428 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9489/stat : 9489 (java) S 9428 9431 5684 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 405662618 11079929856 12334 33554432000 4194304 4196468 140736677400864 140584403556848 140584944171650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9490] ppid=9428 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9490/stat : 9490 (java) S 9428 9431 5684 0 -1 1077944384 33 13014 0 0 0 0 5 3 20 0 15 0 405662618 11079929856 12334 33554432000 4194304 4196468 140736677400864 140584402503072 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9491] ppid=9428 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9491/stat : 9491 (java) S 9428 9431 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 405662619 11079929856 12334 33554432000 4194304 4196468 140736677400864 140583809050096 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9492] ppid=9428 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9492/stat : 9492 (java) S 9428 9431 5684 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 405662621 11079929856 12334 33554432000 4194304 4196468 140736677400864 140583501650640 140584944179099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9493] ppid=9428 vsize=10820244 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9431/task/9493/stat : 9493 (java) R 9428 9431 5684 0 -1 4202560 363 13014 0 0 1 0 5 3 20 0 15 0 405662621 11079929856 12334 33554432000 4194304 4196468 140736677400864 140584368945136 140584921421168 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9494] ppid=9428 vsize=10820244 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/9431/task/9494/stat : 9494 (java) S 9428 9431 5684 0 -1 1077944384 289 13014 0 0 1 0 5 3 20 0 15 0 405662621 11079929856 12334 33554432000 4194304 4196468 140736677400864 140584367892592 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9495] ppid=9428 vsize=10820244 memory=140529444378240 CPUtime=0.13 cores=0,2,4,6
/proc/9431/task/9495/stat : 9495 (java) S 9428 9431 5684 0 -1 1077944384 636 13014 0 0 5 0 5 3 20 0 15 0 405662621 11079929856 12334 33554432000 4194304 4196468 140736677400864 140584366840048 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9496] ppid=9428 vsize=10820244 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9496/stat : 9496 (java) S 9428 9431 5684 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 405662621 11079929856 12334 33554432000 4194304 4196468 140736677400864 140583468092000 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9497] ppid=9428 vsize=10820244 memory=140529444378240 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9497/stat : 9497 (java) S 9428 9431 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 405662622 11079929856 12334 33554432000 4194304 4196468 140736677400864 140584365787952 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 49336 KiB

[startup+0.700709 s]
/proc/loadavg: 1.25 1.40 1.39 6/227 9497
/proc/meminfo: memFree=29789824/32770624 swapFree=66995912/67108860
[pid=9431] ppid=9428 vsize=10824340 memory=79012 CPUtime=1.15 cores=0,2,4,6
/proc/9431/stat : 9431 (java) S 9428 9431 5684 0 -1 1077944320 14581 13014 0 0 102 5 5 3 20 0 15 0 405662607 11084124160 19753 33554432000 4194304 4196468 140736677400864 140736677383408 140584944160503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
/proc/9431/statm: 2706085 19753 3507 1 0 2668173 0
[pid=9431/tid=9484] ppid=9428 vsize=10824340 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/9431/task/9484/stat : 9484 (java) R 9428 9431 5684 0 -1 4202560 10264 13014 0 0 56 4 5 3 20 0 15 0 405662616 11084124160 19753 33554432000 4194304 4196468 140736677400864 140584915978464 140584944182429 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9485] ppid=9428 vsize=10824340 memory=14839033574464552 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9485/stat : 9485 (java) S 9428 9431 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 405662617 11084124160 19753 33554432000 4194304 4196468 140736677400864 140584948402448 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9486] ppid=9428 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9486/stat : 9486 (java) S 9428 9431 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 405662617 11084124160 19753 33554432000 4194304 4196468 140736677400864 140584836675984 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9487] ppid=9428 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9487/stat : 9487 (java) S 9428 9431 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 405662617 11084124160 19753 33554432000 4194304 4196468 140736677400864 140584835623440 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9488] ppid=9428 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9488/stat : 9488 (java) S 9428 9431 5684 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 405662617 11084124160 19753 33554432000 4194304 4196468 140736677400864 140584834570896 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9489] ppid=9428 vsize=10824340 memory=281058633350400 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9489/stat : 9489 (java) S 9428 9431 5684 0 -1 1077944384 5 13014 0 0 0 0 5 3 20 0 15 0 405662618 11084124160 19753 33554432000 4194304 4196468 140736677400864 140584403556848 140584944171650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9490] ppid=9428 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9490/stat : 9490 (java) S 9428 9431 5684 0 -1 1077944384 33 13014 0 0 0 0 5 3 20 0 15 0 405662618 11084124160 19753 33554432000 4194304 4196468 140736677400864 140584402503072 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9491] ppid=9428 vsize=10824340 memory=281058633318640 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9491/stat : 9491 (java) S 9428 9431 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 405662619 11084124160 19753 33554432000 4194304 4196468 140736677400864 140583809050096 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9492] ppid=9428 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9492/stat : 9492 (java) S 9428 9431 5684 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 405662621 11084124160 19753 33554432000 4194304 4196468 140736677400864 140583501650640 140584944179099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9493] ppid=9428 vsize=10824340 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/9431/task/9493/stat : 9493 (java) S 9428 9431 5684 0 -1 1077944384 603 13014 0 0 13 0 5 3 20 0 15 0 405662621 11084124160 19753 33554432000 4194304 4196468 140736677400864 140584368945136 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9494] ppid=9428 vsize=10824340 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/9431/task/9494/stat : 9494 (java) S 9428 9431 5684 0 -1 1077944384 662 13014 0 0 14 0 5 3 20 0 15 0 405662621 11084124160 19753 33554432000 4194304 4196468 140736677400864 140584367892592 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9495] ppid=9428 vsize=10824340 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/9431/task/9495/stat : 9495 (java) S 9428 9431 5684 0 -1 1077944384 797 13014 0 0 17 0 5 3 20 0 15 0 405662621 11084124160 19753 33554432000 4194304 4196468 140736677400864 140584366840048 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9496] ppid=9428 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9496/stat : 9496 (java) S 9428 9431 5684 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 405662621 11084124160 19753 33554432000 4194304 4196468 140736677400864 140583468092000 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9497] ppid=9428 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9497/stat : 9497 (java) S 9428 9431 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 405662622 11084124160 19753 33554432000 4194304 4196468 140736677400864 140584365787952 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 79012 KiB

[startup+1.50069 s]
/proc/loadavg: 1.25 1.40 1.39 4/227 9498
/proc/meminfo: memFree=29748356/32770624 swapFree=66995912/67108860
[pid=9431] ppid=9428 vsize=10834656 memory=164472 CPUtime=2.49 cores=0,2,4,6
/proc/9431/stat : 9431 (java) S 9428 9431 5684 0 -1 1077944320 19833 13014 0 0 231 10 5 3 20 0 15 0 405662607 11094687744 41118 33554432000 4194304 4196468 140736677400864 140736677383408 140584944160503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
/proc/9431/statm: 2708664 41118 3568 1 0 2670733 0
[pid=9431/tid=9484] ppid=9428 vsize=10834656 memory=55 CPUtime=1.44 cores=0,2,4,6
/proc/9431/task/9484/stat : 9484 (java) R 9428 9431 5684 0 -1 4202560 14568 13014 0 0 130 6 5 3 20 0 15 0 405662616 11094687744 41118 33554432000 4194304 4196468 140736677400864 140584915975728 140584944172438 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9485] ppid=9428 vsize=10834656 memory=55 CPUtime=0.09 cores=0,2,4,6
/proc/9431/task/9485/stat : 9485 (java) S 9428 9431 5684 0 -1 1077944384 36 13014 0 0 1 0 5 3 20 0 15 0 405662617 11094687744 41118 33554432000 4194304 4196468 140736677400864 140584948402448 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9486] ppid=9428 vsize=10834656 memory=2670038 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9486/stat : 9486 (java) S 9428 9431 5684 0 -1 1077944384 18 13014 0 0 0 0 5 3 20 0 15 0 405662617 11094687744 41118 33554432000 4194304 4196468 140736677400864 140584836675984 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9487] ppid=9428 vsize=10834656 memory=2671448 CPUtime=0.09 cores=0,2,4,6
/proc/9431/task/9487/stat : 9487 (java) S 9428 9431 5684 0 -1 1077944384 33 13014 0 0 1 0 5 3 20 0 15 0 405662617 11094687744 41118 33554432000 4194304 4196468 140736677400864 140584835623440 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9488] ppid=9428 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9431/task/9488/stat : 9488 (java) S 9428 9431 5684 0 -1 1077944384 19 13014 0 0 1 0 5 3 20 0 15 0 405662617 11094687744 41118 33554432000 4194304 4196468 140736677400864 140584834570896 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9489] ppid=9428 vsize=10834656 memory=281058633883968 CPUtime=0.09 cores=0,2,4,6
/proc/9431/task/9489/stat : 9489 (java) S 9428 9431 5684 0 -1 1077944384 43 13014 0 0 1 0 5 3 20 0 15 0 405662618 11094687744 41118 33554432000 4194304 4196468 140736677400864 140584403556848 140584944171650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9490] ppid=9428 vsize=10834656 memory=140529316962592 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9490/stat : 9490 (java) S 9428 9431 5684 0 -1 1077944384 35 13014 0 0 0 0 5 3 20 0 15 0 405662618 11094687744 41118 33554432000 4194304 4196468 140736677400864 140584402503072 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9491] ppid=9428 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9491/stat : 9491 (java) S 9428 9431 5684 0 -1 1077944384 6 13014 0 0 0 0 5 3 20 0 15 0 405662619 11094687744 41118 33554432000 4194304 4196468 140736677400864 140583809050112 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9492] ppid=9428 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9492/stat : 9492 (java) S 9428 9431 5684 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 405662621 11094687744 41118 33554432000 4194304 4196468 140736677400864 140583501650640 140584944179099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9493] ppid=9428 vsize=10834656 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/9431/task/9493/stat : 9493 (java) S 9428 9431 5684 0 -1 1077944384 694 13014 0 0 28 0 5 3 20 0 15 0 405662621 11094687744 41118 33554432000 4194304 4196468 140736677400864 140584368945136 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9494] ppid=9428 vsize=10834656 memory=281058633906016 CPUtime=0.33 cores=0,2,4,6
/proc/9431/task/9494/stat : 9494 (java) S 9428 9431 5684 0 -1 1077944384 729 13014 0 0 25 0 5 3 20 0 15 0 405662621 11094687744 41118 33554432000 4194304 4196468 140736677400864 140584367892592 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9495] ppid=9428 vsize=10834656 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/9431/task/9495/stat : 9495 (java) R 9428 9431 5684 0 -1 4202560 1440 13014 0 0 41 0 5 3 20 0 15 0 405662621 11094687744 41118 33554432000 4194304 4196468 140736677400864 140584366840048 140584923085248 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9496] ppid=9428 vsize=10834656 memory=140529316962624 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9496/stat : 9496 (java) S 9428 9431 5684 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 405662621 11094687744 41118 33554432000 4194304 4196468 140736677400864 140583468092000 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9497] ppid=9428 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9497/stat : 9497 (java) S 9428 9431 5684 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 405662622 11094687744 41118 33554432000 4194304 4196468 140736677400864 140584365787952 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0

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

/proc/9431/task/9484/stat : 9484 (java) R 9428 9431 5684 0 -1 4202560 94713 13014 0 0 229376 69 5 3 20 0 15 0 405662616 11107291136 382988 33554432000 4194304 4196468 140736677400864 140584915995952 140584511309001 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9485] ppid=9428 vsize=10846964 memory=1531952 CPUtime=12.15 cores=0,2,4,6
/proc/9431/task/9485/stat : 9485 (java) S 9428 9431 5684 0 -1 1077944384 18628 13014 0 0 1142 65 5 3 20 0 15 0 405662617 11107291136 382988 33554432000 4194304 4196468 140736677400864 140584948402448 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9486] ppid=9428 vsize=10846964 memory=1531952 CPUtime=12.22 cores=0,2,4,6
/proc/9431/task/9486/stat : 9486 (java) S 9428 9431 5684 0 -1 1077944384 23426 13014 0 0 1152 62 5 3 20 0 15 0 405662617 11107291136 382988 33554432000 4194304 4196468 140736677400864 140584836675984 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9487] ppid=9428 vsize=10846964 memory=1531952 CPUtime=12.21 cores=0,2,4,6
/proc/9431/task/9487/stat : 9487 (java) S 9428 9431 5684 0 -1 1077944384 19417 13014 0 0 1147 66 5 3 20 0 15 0 405662617 11107291136 382988 33554432000 4194304 4196468 140736677400864 140584835623440 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9488] ppid=9428 vsize=10846964 memory=1531952 CPUtime=12.19 cores=0,2,4,6
/proc/9431/task/9488/stat : 9488 (java) S 9428 9431 5684 0 -1 1077944384 21160 13014 0 0 1154 57 5 3 20 0 15 0 405662617 11107291136 382988 33554432000 4194304 4196468 140736677400864 140584834570896 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9489] ppid=9428 vsize=10846964 memory=1531952 CPUtime=11.48 cores=0,2,4,6
/proc/9431/task/9489/stat : 9489 (java) S 9428 9431 5684 0 -1 1077944384 18854 13014 0 0 1080 60 5 3 20 0 15 0 405662618 11107291136 382988 33554432000 4194304 4196468 140736677400864 140584403556848 140584944171650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9490] ppid=9428 vsize=10846964 memory=1531952 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9490/stat : 9490 (java) S 9428 9431 5684 0 -1 1077944384 48 13014 0 0 0 0 5 3 20 0 15 0 405662618 11107291136 382988 33554432000 4194304 4196468 140736677400864 140584402503136 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9491] ppid=9428 vsize=10846964 memory=1531952 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9491/stat : 9491 (java) S 9428 9431 5684 0 -1 1077944384 16 13014 0 0 0 0 5 3 20 0 15 0 405662619 11107291136 382988 33554432000 4194304 4196468 140736677400864 140583809050112 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9492] ppid=9428 vsize=10846964 memory=1531952 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9492/stat : 9492 (java) S 9428 9431 5684 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 405662621 11107291136 382988 33554432000 4194304 4196468 140736677400864 140583501650640 140584944179099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9493] ppid=9428 vsize=10846964 memory=1531952 CPUtime=5.57 cores=0,2,4,6
/proc/9431/task/9493/stat : 9493 (java) S 9428 9431 5684 0 -1 1077944384 32067 13014 0 0 542 7 5 3 20 0 15 0 405662621 11107291136 382988 33554432000 4194304 4196468 140736677400864 140584368945136 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9494] ppid=9428 vsize=10846964 memory=1531952 CPUtime=5.85 cores=0,2,4,6
/proc/9431/task/9494/stat : 9494 (java) S 9428 9431 5684 0 -1 1077944384 34229 13014 0 0 572 5 5 3 20 0 15 0 405662621 11107291136 382988 33554432000 4194304 4196468 140736677400864 140584367892592 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9495] ppid=9428 vsize=10846964 memory=1531952 CPUtime=3.69 cores=0,2,4,6
/proc/9431/task/9495/stat : 9495 (java) S 9428 9431 5684 0 -1 1077944384 38961 13014 0 0 355 6 5 3 20 0 15 0 405662621 11107291136 382988 33554432000 4194304 4196468 140736677400864 140584366840048 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9496] ppid=9428 vsize=10846964 memory=1531952 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9496/stat : 9496 (java) S 9428 9431 5684 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 405662621 11107291136 382988 33554432000 4194304 4196468 140736677400864 140583468092000 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9497] ppid=9428 vsize=10846964 memory=1531952 CPUtime=1.43 cores=0,2,4,6
/proc/9431/task/9497/stat : 9497 (java) S 9428 9431 5684 0 -1 1077944384 1262 13014 0 0 62 73 5 3 20 0 15 0 405662622 11107291136 382988 33554432000 4194304 4196468 140736677400864 140584365787952 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
Current children cumulated CPU time: 2370.73 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1531952 KiB

[startup+2382.3 s]
/proc/loadavg: 1.46 1.49 1.45 3/230 10106
/proc/meminfo: memFree=27972560/32770624 swapFree=66995944/67108860
[pid=9431] ppid=9428 vsize=10846964 memory=1534000 CPUtime=2431.7 cores=0,2,4,6
/proc/9431/stat : 9431 (java) S 9428 9431 5684 0 -1 1077944320 307804 13014 0 0 242760 402 5 3 20 0 15 0 405662607 11107291136 383500 33554432000 4194304 4196468 140736677400864 140736677383408 140584944160503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
/proc/9431/statm: 2711741 383500 3631 1 0 2673805 0
[pid=9431/tid=9484] ppid=9428 vsize=10846964 memory=1534000 CPUtime=2353.83 cores=0,2,4,6
/proc/9431/task/9484/stat : 9484 (java) R 9428 9431 5684 0 -1 4202560 95898 13014 0 0 235305 70 5 3 20 0 15 0 405662616 11107291136 383500 33554432000 4194304 4196468 140736677400864 140584915995552 140584511478124 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9485] ppid=9428 vsize=10846964 memory=1534000 CPUtime=12.48 cores=0,2,4,6
/proc/9431/task/9485/stat : 9485 (java) S 9428 9431 5684 0 -1 1077944384 18705 13014 0 0 1173 67 5 3 20 0 15 0 405662617 11107291136 383500 33554432000 4194304 4196468 140736677400864 140584948402448 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9486] ppid=9428 vsize=10846964 memory=1534000 CPUtime=12.55 cores=0,2,4,6
/proc/9431/task/9486/stat : 9486 (java) S 9428 9431 5684 0 -1 1077944384 23639 13014 0 0 1184 63 5 3 20 0 15 0 405662617 11107291136 383500 33554432000 4194304 4196468 140736677400864 140584836675984 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9487] ppid=9428 vsize=10846964 memory=1534000 CPUtime=12.55 cores=0,2,4,6
/proc/9431/task/9487/stat : 9487 (java) S 9428 9431 5684 0 -1 1077944384 19483 13014 0 0 1179 68 5 3 20 0 15 0 405662617 11107291136 383500 33554432000 4194304 4196468 140736677400864 140584835623440 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9488] ppid=9428 vsize=10846964 memory=1534000 CPUtime=12.53 cores=0,2,4,6
/proc/9431/task/9488/stat : 9488 (java) S 9428 9431 5684 0 -1 1077944384 21549 13014 0 0 1186 59 5 3 20 0 15 0 405662617 11107291136 383500 33554432000 4194304 4196468 140736677400864 140584834570896 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9489] ppid=9428 vsize=10846964 memory=1534000 CPUtime=11.78 cores=0,2,4,6
/proc/9431/task/9489/stat : 9489 (java) S 9428 9431 5684 0 -1 1077944384 19246 13014 0 0 1109 61 5 3 20 0 15 0 405662618 11107291136 383500 33554432000 4194304 4196468 140736677400864 140584403556848 140584944171650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9490] ppid=9428 vsize=10846964 memory=1534000 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9490/stat : 9490 (java) S 9428 9431 5684 0 -1 1077944384 48 13014 0 0 0 0 5 3 20 0 15 0 405662618 11107291136 383500 33554432000 4194304 4196468 140736677400864 140584402503136 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9491] ppid=9428 vsize=10846964 memory=1534000 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9491/stat : 9491 (java) S 9428 9431 5684 0 -1 1077944384 16 13014 0 0 0 0 5 3 20 0 15 0 405662619 11107291136 383500 33554432000 4194304 4196468 140736677400864 140583809050112 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9492] ppid=9428 vsize=10846964 memory=1380 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9492/stat : 9492 (java) S 9428 9431 5684 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 405662621 11107291136 383500 33554432000 4194304 4196468 140736677400864 140583501650640 140584944179099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9493] ppid=9428 vsize=10846964 memory=281058634287824 CPUtime=5.59 cores=0,2,4,6
/proc/9431/task/9493/stat : 9493 (java) S 9428 9431 5684 0 -1 1077944384 32531 13014 0 0 544 7 5 3 20 0 15 0 405662621 11107291136 383500 33554432000 4194304 4196468 140736677400864 140584368945136 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9494] ppid=9428 vsize=10846964 memory=1534000 CPUtime=5.85 cores=0,2,4,6
/proc/9431/task/9494/stat : 9494 (java) S 9428 9431 5684 0 -1 1077944384 34232 13014 0 0 572 5 5 3 20 0 15 0 405662621 11107291136 383500 33554432000 4194304 4196468 140736677400864 140584367892592 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9495] ppid=9428 vsize=10846964 memory=1534000 CPUtime=3.69 cores=0,2,4,6
/proc/9431/task/9495/stat : 9495 (java) S 9428 9431 5684 0 -1 1077944384 38963 13014 0 0 355 6 5 3 20 0 15 0 405662621 11107291136 383500 33554432000 4194304 4196468 140736677400864 140584366840048 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9496] ppid=9428 vsize=10846964 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9496/stat : 9496 (java) S 9428 9431 5684 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 405662621 11107291136 383500 33554432000 4194304 4196468 140736677400864 140583468092000 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9497] ppid=9428 vsize=10846964 memory=1534000 CPUtime=1.47 cores=0,2,4,6
/proc/9431/task/9497/stat : 9497 (java) S 9428 9431 5684 0 -1 1077944384 1283 13014 0 0 64 75 5 3 20 0 15 0 405662622 11107291136 383500 33554432000 4194304 4196468 140736677400864 140584365787952 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
Current children cumulated CPU time: 2431.7 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1534000 KiB

[startup+2442.3 s]
/proc/loadavg: 1.52 1.49 1.45 3/230 10110
/proc/meminfo: memFree=28034952/32770624 swapFree=66995944/67108860
[pid=9431] ppid=9428 vsize=10846964 memory=1534000 CPUtime=2492.68 cores=0,2,4,6
/proc/9431/stat : 9431 (java) S 9428 9431 5684 0 -1 1077944320 309613 13014 0 0 248847 413 5 3 20 0 15 0 405662607 11107291136 383500 33554432000 4194304 4196468 140736677400864 140736677383408 140584944160503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
/proc/9431/statm: 2711741 383500 3631 1 0 2673805 0
[pid=9431/tid=9484] ppid=9428 vsize=10846964 memory=1534000 CPUtime=2413.12 cores=0,2,4,6
/proc/9431/task/9484/stat : 9484 (java) R 9428 9431 5684 0 -1 4202560 97026 13014 0 0 241232 72 5 3 20 0 15 0 405662616 11107291136 383500 33554432000 4194304 4196468 140736677400864 140584915995744 140584511476880 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9485] ppid=9428 vsize=10846964 memory=1534000 CPUtime=12.82 cores=0,2,4,6
/proc/9431/task/9485/stat : 9485 (java) S 9428 9431 5684 0 -1 1077944384 18718 13014 0 0 1205 69 5 3 20 0 15 0 405662617 11107291136 383500 33554432000 4194304 4196468 140736677400864 140584948402448 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9486] ppid=9428 vsize=10846964 memory=1534000 CPUtime=12.89 cores=0,2,4,6
/proc/9431/task/9486/stat : 9486 (java) S 9428 9431 5684 0 -1 1077944384 23850 13014 0 0 1216 65 5 3 20 0 15 0 405662617 11107291136 383500 33554432000 4194304 4196468 140736677400864 140584836675984 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9487] ppid=9428 vsize=10846964 memory=1534000 CPUtime=12.88 cores=0,2,4,6
/proc/9431/task/9487/stat : 9487 (java) S 9428 9431 5684 0 -1 1077944384 19609 13014 0 0 1211 69 5 3 20 0 15 0 405662617 11107291136 383500 33554432000 4194304 4196468 140736677400864 140584835623440 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9488] ppid=9428 vsize=10846964 memory=1534000 CPUtime=12.85 cores=0,2,4,6
/proc/9431/task/9488/stat : 9488 (java) S 9428 9431 5684 0 -1 1077944384 21628 13014 0 0 1217 60 5 3 20 0 15 0 405662617 11107291136 383500 33554432000 4194304 4196468 140736677400864 140584834570896 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9489] ppid=9428 vsize=10846964 memory=1534000 CPUtime=12.09 cores=0,2,4,6
/proc/9431/task/9489/stat : 9489 (java) S 9428 9431 5684 0 -1 1077944384 19478 13014 0 0 1138 63 5 3 20 0 15 0 405662618 11107291136 383500 33554432000 4194304 4196468 140736677400864 140584403556848 140584944171650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9490] ppid=9428 vsize=10846964 memory=1534000 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9490/stat : 9490 (java) S 9428 9431 5684 0 -1 1077944384 48 13014 0 0 0 0 5 3 20 0 15 0 405662618 11107291136 383500 33554432000 4194304 4196468 140736677400864 140584402503136 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9491] ppid=9428 vsize=10846964 memory=1534000 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9491/stat : 9491 (java) S 9428 9431 5684 0 -1 1077944384 16 13014 0 0 0 0 5 3 20 0 15 0 405662619 11107291136 383500 33554432000 4194304 4196468 140736677400864 140583809050112 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9492] ppid=9428 vsize=10846964 memory=1534000 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9492/stat : 9492 (java) S 9428 9431 5684 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 405662621 11107291136 383500 33554432000 4194304 4196468 140736677400864 140583501650640 140584944179099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9493] ppid=9428 vsize=10846964 memory=1534000 CPUtime=5.59 cores=0,2,4,6
/proc/9431/task/9493/stat : 9493 (java) S 9428 9431 5684 0 -1 1077944384 32535 13014 0 0 544 7 5 3 20 0 15 0 405662621 11107291136 383500 33554432000 4194304 4196468 140736677400864 140584368945136 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9494] ppid=9428 vsize=10846964 memory=772 CPUtime=5.85 cores=0,2,4,6
/proc/9431/task/9494/stat : 9494 (java) S 9428 9431 5684 0 -1 1077944384 34236 13014 0 0 572 5 5 3 20 0 15 0 405662621 11107291136 383500 33554432000 4194304 4196468 140736677400864 140584367892592 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9495] ppid=9428 vsize=10846964 memory=4008 CPUtime=3.69 cores=0,2,4,6
/proc/9431/task/9495/stat : 9495 (java) S 9428 9431 5684 0 -1 1077944384 38967 13014 0 0 355 6 5 3 20 0 15 0 405662621 11107291136 383500 33554432000 4194304 4196468 140736677400864 140584366840048 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9496] ppid=9428 vsize=10846964 memory=1534000 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9496/stat : 9496 (java) S 9428 9431 5684 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 405662621 11107291136 383500 33554432000 4194304 4196468 140736677400864 140583468092000 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9497] ppid=9428 vsize=10846964 memory=1534000 CPUtime=1.49 cores=0,2,4,6
/proc/9431/task/9497/stat : 9497 (java) S 9428 9431 5684 0 -1 1077944384 1291 13014 0 0 64 77 5 3 20 0 15 0 405662622 11107291136 383500 33554432000 4194304 4196468 140736677400864 140584365787952 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
Current children cumulated CPU time: 2492.68 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1534000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469.2 s]
/proc/loadavg: 1.34 1.45 1.44 3/228 10114
/proc/meminfo: memFree=28044044/32770624 swapFree=66995944/67108860
[pid=9431] ppid=9428 vsize=10846964 memory=1536048 CPUtime=2520.01 cores=0,2,4,6
/proc/9431/stat : 9431 (java) S 9428 9431 5684 0 -1 1077944320 310790 13014 0 0 251576 417 5 3 20 0 15 0 405662607 11107291136 384012 33554432000 4194304 4196468 140736677400864 140736677383408 140584944160503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
/proc/9431/statm: 2711741 384012 3631 1 0 2673805 0
[pid=9431/tid=9484] ppid=9428 vsize=10846964 memory=8317482817917895235 CPUtime=2439.7 cores=0,2,4,6
/proc/9431/task/9484/stat : 9484 (java) R 9428 9431 5684 0 -1 4202560 97614 13014 0 0 243890 72 5 3 20 0 15 0 405662616 11107291136 384012 33554432000 4194304 4196468 140736677400864 140584915995552 140584510381967 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9485] ppid=9428 vsize=10846964 memory=4126316290023845779 CPUtime=12.96 cores=0,2,4,6
/proc/9431/task/9485/stat : 9485 (java) S 9428 9431 5684 0 -1 1077944384 18946 13014 0 0 1219 69 5 3 20 0 15 0 405662617 11107291136 384012 33554432000 4194304 4196468 140736677400864 140584948402448 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9486] ppid=9428 vsize=10846964 memory=6944656592455097440 CPUtime=13.04 cores=0,2,4,6
/proc/9431/task/9486/stat : 9486 (java) S 9428 9431 5684 0 -1 1077944384 23865 13014 0 0 1230 66 5 3 20 0 15 0 405662617 11107291136 384012 33554432000 4194304 4196468 140736677400864 140584836675984 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9487] ppid=9428 vsize=10846964 memory=6655300316396806240 CPUtime=13.03 cores=0,2,4,6
/proc/9431/task/9487/stat : 9487 (java) S 9428 9431 5684 0 -1 1077944384 19730 13014 0 0 1225 70 5 3 20 0 15 0 405662617 11107291136 384012 33554432000 4194304 4196468 140736677400864 140584835623440 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9488] ppid=9428 vsize=10846964 memory=6946917149859343212 CPUtime=13 cores=0,2,4,6
/proc/9431/task/9488/stat : 9488 (java) S 9428 9431 5684 0 -1 1077944384 21635 13014 0 0 1231 61 5 3 20 0 15 0 405662617 11107291136 384012 33554432000 4194304 4196468 140736677400864 140584834570896 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9489] ppid=9428 vsize=10846964 memory=589972050986101276 CPUtime=12.22 cores=0,2,4,6
/proc/9431/task/9489/stat : 9489 (java) S 9428 9431 5684 0 -1 1077944384 19675 13014 0 0 1150 64 5 3 20 0 15 0 405662618 11107291136 384012 33554432000 4194304 4196468 140736677400864 140584403556848 140584944171650 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9490] ppid=9428 vsize=10846964 memory=288291086406565149 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9490/stat : 9490 (java) S 9428 9431 5684 0 -1 1077944384 48 13014 0 0 0 0 5 3 20 0 15 0 405662618 11107291136 384012 33554432000 4194304 4196468 140736677400864 140584402503136 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9491] ppid=9428 vsize=10846964 memory=7883941832522493034 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9491/stat : 9491 (java) S 9428 9431 5684 0 -1 1077944384 16 13014 0 0 0 0 5 3 20 0 15 0 405662619 11107291136 384012 33554432000 4194304 4196468 140736677400864 140583809050112 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9492] ppid=9428 vsize=10846964 memory=7007710148469285735 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9492/stat : 9492 (java) S 9428 9431 5684 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 405662621 11107291136 384012 33554432000 4194304 4196468 140736677400864 140583501650640 140584944179099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9493] ppid=9428 vsize=10846964 memory=5793707543107294058 CPUtime=5.59 cores=0,2,4,6
/proc/9431/task/9493/stat : 9493 (java) S 9428 9431 5684 0 -1 1077944384 32537 13014 0 0 544 7 5 3 20 0 15 0 405662621 11107291136 384012 33554432000 4194304 4196468 140736677400864 140584368945136 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9494] ppid=9428 vsize=10846964 memory=7883939633499236200 CPUtime=5.85 cores=0,2,4,6
/proc/9431/task/9494/stat : 9494 (java) S 9428 9431 5684 0 -1 1077944384 34238 13014 0 0 572 5 5 3 20 0 15 0 405662621 11107291136 384012 33554432000 4194304 4196468 140736677400864 140584367892592 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9495] ppid=9428 vsize=10846964 memory=7810475764089382250 CPUtime=3.69 cores=0,2,4,6
/proc/9431/task/9495/stat : 9495 (java) S 9428 9431 5684 0 -1 1077944384 38969 13014 0 0 355 6 5 3 20 0 15 0 405662621 11107291136 384012 33554432000 4194304 4196468 140736677400864 140584366840048 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9496] ppid=9428 vsize=10846964 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/9431/task/9496/stat : 9496 (java) S 9428 9431 5684 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 405662621 11107291136 384012 33554432000 4194304 4196468 140736677400864 140583468092000 140584944170709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
[pid=9431/tid=9497] ppid=9428 vsize=10846964 memory=288230617509003574 CPUtime=1.52 cores=0,2,4,6
/proc/9431/task/9497/stat : 9497 (java) S 9428 9431 5684 0 -1 1077944384 1306 13014 0 0 66 78 5 3 20 0 15 0 405662622 11107291136 384012 33554432000 4194304 4196468 140736677400864 140584365787952 140584944171650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22159360 140736677403383 140736677405893 140736677405893 140736677408719 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1536048 KiB

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

[startup+2469.23 s]
# the end of solver process 9431 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.82 s, system=4.21931 s

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

Child status: 143
Real time (s): 2469.23
CPU time (s): 2520.04
CPU user time (s): 2515.82
CPU system time (s): 4.21931
CPU usage (%): 102.058
Max. virtual memory (cumulated for all children) (KiB): 10849628
Max. memory (cumulated for all children) (KiB): 1536048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.82
system time used= 4.21931
maximum resident set size= 1540268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 324702
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 327939
involuntary context switches= 12583


# summary of solver processes directly reported to runsolver:
#   pid: 9431
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2515.82
#   total CPU system time (s): 4.21931

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.4403 second user time and 21.4858 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-12 14:13:22
IDJOB=4387199
IDBENCH=127781
IDSOLVER=2823
FILE ID=node106/4387199-1568294079
RUNJOBID= node106-1568282287-6447
PBS_JOBID= 21701088
Free space on /tmp= 53360 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/RectPacking/RectPacking-m1-perf/RectPacking-perfect-097.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387199-1568294079/watcher-4387199-1568294079 -o /tmp/evaluation-result-4387199-1568294079/solver-4387199-1568294079 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568282287-6447 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=12406135 HOME/instance-4387199-1568294079.xml

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

MD5SUM BENCH= 8967691277ed469002b27945208c5243
RANDOM SEED=12406135

node106.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.79
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.79
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.79
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.79
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:        29841360 kB
MemAvailable:   30862072 kB
Buffers:          102320 kB
Cached:          1211580 kB
SwapCached:        10484 kB
Active:          1425828 kB
Inactive:         957576 kB
Active(anon):    1068588 kB
Inactive(anon):    33628 kB
Active(file):     357240 kB
Inactive(file):   923948 kB
Unevictable:      107420 kB
Mlocked:          107420 kB
SwapTotal:      67108860 kB
SwapFree:       66995912 kB
Dirty:             35260 kB
Writeback:             0 kB
AnonPages:       1167948 kB
Mapped:            48412 kB
Shmem:             23540 kB
Slab:             139172 kB
SReclaimable:     110716 kB
SUnreclaim:        28456 kB
KernelStack:        3744 kB
PageTables:         7780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2290760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1007616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 53324 MiB
End job on node106 at 2019-09-12 14:54:32