Trace number 4387035

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.15 2499.23

General information on the benchmark

NameRandom/Random-RB-3-24-24f/
rand-3-24-24-76-632f-49.xml
MD5SUMeb1071698302cc934647f3ac3e5db9c3
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 benchmark410.687
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints73
Number of domains1
Minimum domain size24
Maximum domain size24
Distribution of domain sizes[{"size":24,"count":24}]
Minimum variable degree5
Maximum variable degree15
Distribution of variable degrees[{"degree":5,"count":2},{"degree":6,"count":3},{"degree":7,"count":2},{"degree":8,"count":4},{"degree":9,"count":3},{"degree":10,"count":3},{"degree":11,"count":3},{"degree":12,"count":1},{"degree":13,"count":1},{"degree":15,"count":2}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":73}]
Number of extensional constraints73
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":73}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387035-1568288486/watcher-4387035-1568288486 -o /tmp/evaluation-result-4387035-1568288486/solver-4387035-1568288486 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568282271-6098 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=221878409 HOME/instance-4387035-1568288486.xml 

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

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

solver pid=6834, runsolver pid=6831

[startup+0.109675 s]*
/proc/loadavg: 2.02 1.49 1.43 3/217 6891
/proc/meminfo: memFree=29477344/32770624 swapFree=66934148/67108860
[pid=6834] ppid=6831 vsize=10186436 memory=22488 CPUtime=0.1 cores=1,3,5,7
/proc/6834/stat : 6834 (java) S 6831 6834 5271 0 -1 1077944320 4855 13286 0 0 2 1 4 3 20 0 9 0 405107033 10430910464 5622 33554432000 4194304 4196468 140725872051936 140725872034480 140113677643511 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
/proc/6834/statm: 2546609 5622 2077 1 0 2535047 0
[pid=6834/tid=6887] ppid=6831 vsize=10355560 memory=-8617482348318186131 CPUtime=0.08 cores=1,3,5,7
/proc/6834/task/6887/stat : 6887 (java) R 6831 6834 5271 0 -1 4202560 2673 13286 0 0 1 0 4 3 20 0 9 0 405107042 10604093440 5670 33554432000 4194304 4196468 140725872051936 140113649479536 140113661723998 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6888] ppid=6831 vsize=10355560 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6888/stat : 6888 (java) S 6831 6834 5271 0 -1 1077944384 1 13286 0 0 0 0 4 3 20 0 9 0 405107043 10604093440 5670 33554432000 4194304 4196468 140725872051936 140113681886096 140113677653717 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6889] ppid=6831 vsize=10355560 memory=140481511102080 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6889/stat : 6889 (java) S 6831 6834 5271 0 -1 1077944384 1 13286 0 0 0 0 4 3 20 0 9 0 405107043 10604093440 5670 33554432000 4194304 4196468 140725872051936 140113580776208 140113677653717 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6890] ppid=6831 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6890/stat : 6890 (java) S 6831 6834 5271 0 -1 1077944384 1 13286 0 0 0 0 4 3 20 0 9 0 405107043 10604093440 5670 33554432000 4194304 4196468 140725872051936 140113579723920 140113677653717 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6891] ppid=6831 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6891/stat : 6891 (java) S 6831 6834 5271 0 -1 1077944384 2 13286 0 0 0 0 4 3 20 0 9 0 405107043 10604093440 5670 33554432000 4194304 4196468 140725872051936 140113578671120 140113677653717 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6892] ppid=6831 vsize=10355560 memory=140481511102080 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6892/stat : 6892 (java) S 6831 6834 5271 0 -1 1077944384 2 13286 0 0 0 0 4 3 20 0 9 0 405107044 10604093440 5670 33554432000 4194304 4196468 140725872051936 140113137100912 140113677654658 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6893] ppid=6831 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6893/stat : 6893 (java) S 6831 6834 5271 0 -1 1077944384 13 13286 0 0 0 0 4 3 20 0 9 0 405107045 10604093440 5670 33554432000 4194304 4196468 140725872051936 140112570606368 140113677653717 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6894] ppid=6831 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6894/stat : 6894 (java) S 6831 6834 5271 0 -1 1077944384 1 13286 0 0 0 0 4 3 20 0 9 0 405107045 10604093440 5670 33554432000 4194304 4196468 140725872051936 140112436389040 140113677653717 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10186436 KiB
Current children cumulated memory: 22488 KiB

[startup+0.210673 s]*
/proc/loadavg: 2.02 1.49 1.43 3/226 6900
/proc/meminfo: memFree=29458560/32770624 swapFree=66934148/67108860
[pid=6834] ppid=6831 vsize=10818940 memory=40740 CPUtime=0.25 cores=1,3,5,7
/proc/6834/stat : 6834 (java) S 6831 6834 5271 0 -1 1077944320 7052 13286 0 0 16 2 4 3 20 0 15 0 405107033 11078594560 10185 33554432000 4194304 4196468 140725872051936 140725872034480 140113677643511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
/proc/6834/statm: 2704735 10185 2957 1 0 2667149 0
[pid=6834/tid=6887] ppid=6831 vsize=10818940 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/6834/task/6887/stat : 6887 (java) R 6831 6834 5271 0 -1 4202560 3572 13286 0 0 10 1 4 3 20 0 15 0 405107042 11078594560 10185 33554432000 4194304 4196468 140725872051936 140113649473592 140113677665437 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6888] ppid=6831 vsize=10818940 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6888/stat : 6888 (java) S 6831 6834 5271 0 -1 1077944384 1 13286 0 0 0 0 4 3 20 0 15 0 405107043 11078594560 10185 33554432000 4194304 4196468 140725872051936 140113681886096 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6889] ppid=6831 vsize=10818940 memory=140481511109900 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6889/stat : 6889 (java) S 6831 6834 5271 0 -1 1077944384 1 13286 0 0 0 0 4 3 20 0 15 0 405107043 11078594560 10185 33554432000 4194304 4196468 140725872051936 140113580776208 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6890] ppid=6831 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6890/stat : 6890 (java) S 6831 6834 5271 0 -1 1077944384 1 13286 0 0 0 0 4 3 20 0 15 0 405107043 11078594560 10185 33554432000 4194304 4196468 140725872051936 140113579723920 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6891] ppid=6831 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6891/stat : 6891 (java) S 6831 6834 5271 0 -1 1077944384 2 13286 0 0 0 0 4 3 20 0 15 0 405107043 11078594560 10185 33554432000 4194304 4196468 140725872051936 140113578671120 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6892] ppid=6831 vsize=10818940 memory=140481511102080 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6892/stat : 6892 (java) S 6831 6834 5271 0 -1 1077944384 2 13286 0 0 0 0 4 3 20 0 15 0 405107044 11078594560 10185 33554432000 4194304 4196468 140725872051936 140113137100912 140113677654658 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6893] ppid=6831 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6893/stat : 6893 (java) S 6831 6834 5271 0 -1 1077944384 13 13286 0 0 0 0 4 3 20 0 15 0 405107045 11078594560 10185 33554432000 4194304 4196468 140725872051936 140112570606368 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6894] ppid=6831 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6894/stat : 6894 (java) S 6831 6834 5271 0 -1 1077944384 1 13286 0 0 0 0 4 3 20 0 15 0 405107045 11078594560 10185 33554432000 4194304 4196468 140725872051936 140112436388976 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6895] ppid=6831 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6895/stat : 6895 (java) S 6831 6834 5271 0 -1 1077944384 3 13286 0 0 0 0 4 3 20 0 15 0 405107048 11078594560 10185 33554432000 4194304 4196468 140725872051936 140112296757328 140113677662107 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6896] ppid=6831 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6834/task/6896/stat : 6896 (java) S 6831 6834 5271 0 -1 1077944384 572 13286 0 0 1 0 4 3 20 0 15 0 405107048 11078594560 10185 33554432000 4194304 4196468 140725872051936 140113136048752 140113677654658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6897] ppid=6831 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6897/stat : 6897 (java) S 6831 6834 5271 0 -1 1077944384 57 13286 0 0 0 0 4 3 20 0 15 0 405107048 11078594560 10185 33554432000 4194304 4196468 140725872051936 140113134995952 140113677654658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6898] ppid=6831 vsize=10818940 memory=140481511102080 CPUtime=0.1 cores=1,3,5,7
/proc/6834/task/6898/stat : 6898 (java) R 6831 6834 5271 0 -1 4202560 623 13286 0 0 3 0 4 3 20 0 15 0 405107048 11078594560 10185 33554432000 4194304 4196468 140725872051936 140113133943664 140113677655446 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6899] ppid=6831 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6899/stat : 6899 (java) S 6831 6834 5271 0 -1 1077944384 3 13286 0 0 0 0 4 3 20 0 15 0 405107048 11078594560 10185 33554432000 4194304 4196468 140725872051936 140111899519968 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6900] ppid=6831 vsize=10818940 memory=140481511102080 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6900/stat : 6900 (java) S 6831 6834 5271 0 -1 1077944384 1 13286 0 0 0 0 4 3 20 0 15 0 405107048 11078594560 10185 33554432000 4194304 4196468 140725872051936 140113132890544 140113677654658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 40740 KiB

[startup+0.310426 s]*
/proc/loadavg: 2.02 1.49 1.43 3/226 6900
/proc/meminfo: memFree=29447940/32770624 swapFree=66934148/67108860
[pid=6834] ppid=6831 vsize=10820096 memory=52076 CPUtime=0.39 cores=1,3,5,7
/proc/6834/stat : 6834 (java) S 6831 6834 5271 0 -1 1077944320 10791 13286 0 0 28 4 4 3 20 0 15 0 405107033 11079778304 13019 33554432000 4194304 4196468 140725872051936 140725872034480 140113677643511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
/proc/6834/statm: 2705024 13019 3211 1 0 2667149 0
[pid=6834/tid=6887] ppid=6831 vsize=10820244 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/6834/task/6887/stat : 6887 (java) R 6831 6834 5271 0 -1 4202560 7327 13286 0 0 18 3 4 3 20 0 15 0 405107042 11079929856 13084 33554432000 4194304 4196468 140725872051936 140113649463728 140113677665437 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6888] ppid=6831 vsize=10820244 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6888/stat : 6888 (java) S 6831 6834 5271 0 -1 1077944384 1 13286 0 0 0 0 4 3 20 0 15 0 405107043 11079929856 13084 33554432000 4194304 4196468 140725872051936 140113681886096 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6889] ppid=6831 vsize=10820244 memory=-7035114785800479027 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6889/stat : 6889 (java) S 6831 6834 5271 0 -1 1077944384 1 13286 0 0 0 0 4 3 20 0 15 0 405107043 11079929856 13084 33554432000 4194304 4196468 140725872051936 140113580776208 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6890] ppid=6831 vsize=10820244 memory=140481511109073 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6890/stat : 6890 (java) S 6831 6834 5271 0 -1 1077944384 1 13286 0 0 0 0 4 3 20 0 15 0 405107043 11079929856 13084 33554432000 4194304 4196468 140725872051936 140113579723920 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6891] ppid=6831 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6891/stat : 6891 (java) S 6831 6834 5271 0 -1 1077944384 2 13286 0 0 0 0 4 3 20 0 15 0 405107043 11079929856 13084 33554432000 4194304 4196468 140725872051936 140113578671120 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6892] ppid=6831 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6892/stat : 6892 (java) S 6831 6834 5271 0 -1 1077944384 2 13286 0 0 0 0 4 3 20 0 15 0 405107044 11079929856 13084 33554432000 4194304 4196468 140725872051936 140113137100912 140113677654658 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6893] ppid=6831 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6893/stat : 6893 (java) S 6831 6834 5271 0 -1 1077944384 13 13286 0 0 0 0 4 3 20 0 15 0 405107045 11079929856 13084 33554432000 4194304 4196468 140725872051936 140112570606368 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6894] ppid=6831 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6894/stat : 6894 (java) S 6831 6834 5271 0 -1 1077944384 1 13286 0 0 0 0 4 3 20 0 15 0 405107045 11079929856 13084 33554432000 4194304 4196468 140725872051936 140112436388976 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6895] ppid=6831 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6895/stat : 6895 (java) S 6831 6834 5271 0 -1 1077944384 3 13286 0 0 0 0 4 3 20 0 15 0 405107048 11079929856 13084 33554432000 4194304 4196468 140725872051936 140112296757328 140113677662107 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6896] ppid=6831 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6834/task/6896/stat : 6896 (java) S 6831 6834 5271 0 -1 1077944384 574 13286 0 0 2 0 4 3 20 0 15 0 405107048 11079929856 13084 33554432000 4194304 4196468 140725872051936 140113136048752 140113677654658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6897] ppid=6831 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6834/task/6897/stat : 6897 (java) S 6831 6834 5271 0 -1 1077944384 57 13286 0 0 1 0 4 3 20 0 15 0 405107048 11079929856 13084 33554432000 4194304 4196468 140725872051936 140113134995952 140113677654658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6898] ppid=6831 vsize=10820244 memory=140481511102080 CPUtime=0.12 cores=1,3,5,7
/proc/6834/task/6898/stat : 6898 (java) S 6831 6834 5271 0 -1 1077944384 636 13286 0 0 5 0 4 3 20 0 15 0 405107048 11079929856 13084 33554432000 4194304 4196468 140725872051936 140113133943664 140113677654658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6899] ppid=6831 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6899/stat : 6899 (java) S 6831 6834 5271 0 -1 1077944384 3 13286 0 0 0 0 4 3 20 0 15 0 405107048 11079929856 13084 33554432000 4194304 4196468 140725872051936 140111899519968 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6900] ppid=6831 vsize=10820244 memory=140481511102080 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6900/stat : 6900 (java) S 6831 6834 5271 0 -1 1077944384 1 13286 0 0 0 0 4 3 20 0 15 0 405107048 11079929856 13084 33554432000 4194304 4196468 140725872051936 140113132890544 140113677654658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 52076 KiB

[startup+0.708726 s]
/proc/loadavg: 2.02 1.49 1.43 5/226 6900
/proc/meminfo: memFree=29432292/32770624 swapFree=66934148/67108860
[pid=6834] ppid=6831 vsize=10824340 memory=85312 CPUtime=1.15 cores=1,3,5,7
/proc/6834/stat : 6834 (java) S 6831 6834 5271 0 -1 1077944320 15120 13286 0 0 102 6 4 3 20 0 15 0 405107033 11084124160 21328 33554432000 4194304 4196468 140725872051936 140725872034480 140113677643511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
/proc/6834/statm: 2706085 21328 3506 1 0 2668173 0
[pid=6834/tid=6887] ppid=6831 vsize=10824340 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/6834/task/6887/stat : 6887 (java) R 6831 6834 5271 0 -1 4202560 10798 13286 0 0 56 4 4 3 20 0 15 0 405107042 11084124160 21328 33554432000 4194304 4196468 140725872051936 140113649469984 140113677665437 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6888] ppid=6831 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6888/stat : 6888 (java) S 6831 6834 5271 0 -1 1077944384 1 13286 0 0 0 0 4 3 20 0 15 0 405107043 11084124160 21328 33554432000 4194304 4196468 140725872051936 140113681886096 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6889] ppid=6831 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6889/stat : 6889 (java) S 6831 6834 5271 0 -1 1077944384 1 13286 0 0 0 0 4 3 20 0 15 0 405107043 11084124160 21328 33554432000 4194304 4196468 140725872051936 140113580776208 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6890] ppid=6831 vsize=10824340 memory=140481400972688 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6890/stat : 6890 (java) S 6831 6834 5271 0 -1 1077944384 1 13286 0 0 0 0 4 3 20 0 15 0 405107043 11084124160 21328 33554432000 4194304 4196468 140725872051936 140113579723920 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6891] ppid=6831 vsize=10824340 memory=140484085285440 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6891/stat : 6891 (java) S 6831 6834 5271 0 -1 1077944384 2 13286 0 0 0 0 4 3 20 0 15 0 405107043 11084124160 21328 33554432000 4194304 4196468 140725872051936 140113578671120 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6892] ppid=6831 vsize=10824340 memory=14056 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6892/stat : 6892 (java) S 6831 6834 5271 0 -1 1077944384 5 13286 0 0 0 0 4 3 20 0 15 0 405107044 11084124160 21328 33554432000 4194304 4196468 140725872051936 140113137100912 140113677654658 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6893] ppid=6831 vsize=10824340 memory=2116 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6893/stat : 6893 (java) S 6831 6834 5271 0 -1 1077944384 13 13286 0 0 0 0 4 3 20 0 15 0 405107045 11084124160 21328 33554432000 4194304 4196468 140725872051936 140112570606368 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6894] ppid=6831 vsize=10824340 memory=516 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6894/stat : 6894 (java) S 6831 6834 5271 0 -1 1077944384 1 13286 0 0 0 0 4 3 20 0 15 0 405107045 11084124160 21328 33554432000 4194304 4196468 140725872051936 140112436388976 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6895] ppid=6831 vsize=10824340 memory=1556 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6895/stat : 6895 (java) S 6831 6834 5271 0 -1 1077944384 3 13286 0 0 0 0 4 3 20 0 15 0 405107048 11084124160 21328 33554432000 4194304 4196468 140725872051936 140112296757328 140113677662107 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6896] ppid=6831 vsize=10824340 memory=928 CPUtime=0.2 cores=1,3,5,7
/proc/6834/task/6896/stat : 6896 (java) R 6831 6834 5271 0 -1 4202560 877 13286 0 0 13 0 4 3 20 0 15 0 405107048 11084124160 21328 33554432000 4194304 4196468 140725872051936 140113136048752 140113670628553 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6897] ppid=6831 vsize=10824340 memory=1668 CPUtime=0.22 cores=1,3,5,7
/proc/6834/task/6897/stat : 6897 (java) R 6831 6834 5271 0 -1 1077944384 385 13286 0 0 15 0 4 3 20 0 15 0 405107048 11084124160 21328 33554432000 4194304 4196468 140725872051936 140113134995952 140113677654658 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6898] ppid=6831 vsize=10824340 memory=904 CPUtime=0.24 cores=1,3,5,7
/proc/6834/task/6898/stat : 6898 (java) R 6831 6834 5271 0 -1 4202560 823 13286 0 0 17 0 4 3 20 0 15 0 405107048 11084124160 21328 33554432000 4194304 4196468 140725872051936 140113133943664 140113677655446 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6899] ppid=6831 vsize=10824340 memory=1444 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6899/stat : 6899 (java) S 6831 6834 5271 0 -1 1077944384 3 13286 0 0 0 0 4 3 20 0 15 0 405107048 11084124160 21328 33554432000 4194304 4196468 140725872051936 140111899519968 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6900] ppid=6831 vsize=10824340 memory=1976 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6900/stat : 6900 (java) S 6831 6834 5271 0 -1 1077944384 1 13286 0 0 0 0 4 3 20 0 15 0 405107048 11084124160 21328 33554432000 4194304 4196468 140725872051936 140113132890544 140113677654658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 85312 KiB

[startup+1.50781 s]
/proc/loadavg: 2.02 1.49 1.43 5/226 6900
/proc/meminfo: memFree=29344676/32770624 swapFree=66934148/67108860
[pid=6834] ppid=6831 vsize=10830560 memory=286840 CPUtime=2.89 cores=1,3,5,7
/proc/6834/stat : 6834 (java) S 6831 6834 5271 0 -1 1077944320 19159 13286 0 0 269 13 4 3 20 0 15 0 405107033 11090493440 71710 33554432000 4194304 4196468 140725872051936 140725872034480 140113677643511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
/proc/6834/statm: 2707640 71710 3562 1 0 2669709 0
[pid=6834/tid=6887] ppid=6831 vsize=10830560 memory=7157735280180154982 CPUtime=1.43 cores=1,3,5,7
/proc/6834/task/6887/stat : 6887 (java) R 6831 6834 5271 0 -1 4202560 13009 13286 0 0 130 6 4 3 20 0 15 0 405107042 11090493440 71710 33554432000 4194304 4196468 140725872051936 140113649476264 140113661723998 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6888] ppid=6831 vsize=10830560 memory=7014751519600300646 CPUtime=0.08 cores=1,3,5,7
/proc/6834/task/6888/stat : 6888 (java) S 6831 6834 5271 0 -1 1077944384 31 13286 0 0 0 1 4 3 20 0 15 0 405107043 11090493440 71710 33554432000 4194304 4196468 140725872051936 140113681886096 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6889] ppid=6831 vsize=10830560 memory=6008769934474827878 CPUtime=0.08 cores=1,3,5,7
/proc/6834/task/6889/stat : 6889 (java) S 6831 6834 5271 0 -1 1077944384 25 13286 0 0 1 0 4 3 20 0 15 0 405107043 11090493440 71710 33554432000 4194304 4196468 140725872051936 140113580776208 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6890] ppid=6831 vsize=10830560 memory=4956998493510226538 CPUtime=0.09 cores=1,3,5,7
/proc/6834/task/6890/stat : 6890 (java) S 6831 6834 5271 0 -1 1077944384 20 13286 0 0 1 1 4 3 20 0 15 0 405107043 11090493440 71710 33554432000 4194304 4196468 140725872051936 140113579723920 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6891] ppid=6831 vsize=10830560 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/6834/task/6891/stat : 6891 (java) S 6831 6834 5271 0 -1 1077944384 33 13286 0 0 1 0 4 3 20 0 15 0 405107043 11090493440 71710 33554432000 4194304 4196468 140725872051936 140113578671120 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6892] ppid=6831 vsize=10830560 memory=4498404016631593314 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6892/stat : 6892 (java) S 6831 6834 5271 0 -1 1077944384 86 13286 0 0 0 0 4 3 20 0 15 0 405107044 11090493440 71710 33554432000 4194304 4196468 140725872051936 140113137100912 140113677654658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6893] ppid=6831 vsize=10830560 memory=1329904169539632281 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6893/stat : 6893 (java) S 6831 6834 5271 0 -1 1077944384 15 13286 0 0 0 0 4 3 20 0 15 0 405107045 11090493440 71710 33554432000 4194304 4196468 140725872051936 140112570606432 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6894] ppid=6831 vsize=10830560 memory=-7383323511365812367 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6894/stat : 6894 (java) S 6831 6834 5271 0 -1 1077944384 2 13286 0 0 0 0 4 3 20 0 15 0 405107045 11090493440 71710 33554432000 4194304 4196468 140725872051936 140112436388976 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6895] ppid=6831 vsize=10830560 memory=4196912344889787449 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6895/stat : 6895 (java) S 6831 6834 5271 0 -1 1077944384 3 13286 0 0 0 0 4 3 20 0 15 0 405107048 11090493440 71710 33554432000 4194304 4196468 140725872051936 140112296757328 140113677662107 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6896] ppid=6831 vsize=10830560 memory=-5345911735773989846 CPUtime=0.5 cores=1,3,5,7
/proc/6834/task/6896/stat : 6896 (java) S 6831 6834 5271 0 -1 1077944384 1553 13286 0 0 43 0 4 3 20 0 15 0 405107048 11090493440 71710 33554432000 4194304 4196468 140725872051936 140113136048752 140113677654658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6897] ppid=6831 vsize=10830560 memory=1329904169539632281 CPUtime=0.62 cores=1,3,5,7
/proc/6834/task/6897/stat : 6897 (java) R 6831 6834 5271 0 -1 4202560 1007 13286 0 0 55 0 4 3 20 0 15 0 405107048 11090493440 71710 33554432000 4194304 4196468 140725872051936 140113134995952 140113662769588 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6898] ppid=6831 vsize=10830560 memory=-5153075247754915967 CPUtime=0.4 cores=1,3,5,7
/proc/6834/task/6898/stat : 6898 (java) S 6831 6834 5271 0 -1 1077944384 1165 13286 0 0 33 0 4 3 20 0 15 0 405107048 11090493440 71710 33554432000 4194304 4196468 140725872051936 140113133943664 140113677654658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0

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

/proc/6834/task/6887/stat : 6887 (java) R 6831 6834 5271 0 -1 4202560 70666 13286 0 0 231487 47 4 3 20 0 15 0 405107042 11105193984 409991 33554432000 4194304 4196468 140725872051936 140113649479280 140113270015450 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6888] ppid=6831 vsize=10844916 memory=1639964 CPUtime=2.96 cores=1,3,5,7
/proc/6834/task/6888/stat : 6888 (java) S 6831 6834 5271 0 -1 1077944384 28873 13286 0 0 267 22 4 3 20 0 15 0 405107043 11105193984 409991 33554432000 4194304 4196468 140725872051936 140113681886096 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6889] ppid=6831 vsize=10844916 memory=1639964 CPUtime=2.97 cores=1,3,5,7
/proc/6834/task/6889/stat : 6889 (java) S 6831 6834 5271 0 -1 1077944384 26951 13286 0 0 265 25 4 3 20 0 15 0 405107043 11105193984 409991 33554432000 4194304 4196468 140725872051936 140113580776208 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6890] ppid=6831 vsize=10844916 memory=1639964 CPUtime=2.97 cores=1,3,5,7
/proc/6834/task/6890/stat : 6890 (java) S 6831 6834 5271 0 -1 1077944384 20747 13286 0 0 269 21 4 3 20 0 15 0 405107043 11105193984 409991 33554432000 4194304 4196468 140725872051936 140113579723920 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6891] ppid=6831 vsize=10844916 memory=1639964 CPUtime=2.97 cores=1,3,5,7
/proc/6834/task/6891/stat : 6891 (java) S 6831 6834 5271 0 -1 1077944384 22378 13286 0 0 269 21 4 3 20 0 15 0 405107043 11105193984 409991 33554432000 4194304 4196468 140725872051936 140113578671120 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6892] ppid=6831 vsize=10844916 memory=1639964 CPUtime=2.77 cores=1,3,5,7
/proc/6834/task/6892/stat : 6892 (java) S 6831 6834 5271 0 -1 1077944384 20289 13286 0 0 251 19 4 3 20 0 15 0 405107044 11105193984 409991 33554432000 4194304 4196468 140725872051936 140113137100912 140113677654658 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6893] ppid=6831 vsize=10844916 memory=1639960 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6893/stat : 6893 (java) S 6831 6834 5271 0 -1 1077944384 22 13286 0 0 0 0 4 3 20 0 15 0 405107045 11105193984 409991 33554432000 4194304 4196468 140725872051936 140112570606432 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6894] ppid=6831 vsize=10844916 memory=3624 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6894/stat : 6894 (java) S 6831 6834 5271 0 -1 1077944384 4 13286 0 0 0 0 4 3 20 0 15 0 405107045 11105193984 409991 33554432000 4194304 4196468 140725872051936 140112436388992 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6895] ppid=6831 vsize=10844916 memory=1639964 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6895/stat : 6895 (java) S 6831 6834 5271 0 -1 1077944384 3 13286 0 0 0 0 4 3 20 0 15 0 405107048 11105193984 409991 33554432000 4194304 4196468 140725872051936 140112296757328 140113677662107 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6896] ppid=6831 vsize=10844916 memory=1639964 CPUtime=4.22 cores=1,3,5,7
/proc/6834/task/6896/stat : 6896 (java) S 6831 6834 5271 0 -1 1077944384 21590 13286 0 0 410 5 4 3 20 0 15 0 405107048 11105193984 409991 33554432000 4194304 4196468 140725872051936 140113136048752 140113677654658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6897] ppid=6831 vsize=10844916 memory=1639964 CPUtime=4.2 cores=1,3,5,7
/proc/6834/task/6897/stat : 6897 (java) S 6831 6834 5271 0 -1 1077944384 18250 13286 0 0 407 6 4 3 20 0 15 0 405107048 11105193984 409991 33554432000 4194304 4196468 140725872051936 140113134995952 140113677654658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6898] ppid=6831 vsize=10844916 memory=1639964 CPUtime=3.15 cores=1,3,5,7
/proc/6834/task/6898/stat : 6898 (java) S 6831 6834 5271 0 -1 1077944384 28080 13286 0 0 300 8 4 3 20 0 15 0 405107048 11105193984 409991 33554432000 4194304 4196468 140725872051936 140113133943664 140113677654658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6899] ppid=6831 vsize=10844916 memory=1639964 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6899/stat : 6899 (java) S 6831 6834 5271 0 -1 1077944384 3 13286 0 0 0 0 4 3 20 0 15 0 405107048 11105193984 409991 33554432000 4194304 4196468 140725872051936 140111899519968 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6900] ppid=6831 vsize=10844916 memory=3624 CPUtime=1.34 cores=1,3,5,7
/proc/6834/task/6900/stat : 6900 (java) S 6831 6834 5271 0 -1 1077944384 1743 13286 0 0 56 71 4 3 20 0 15 0 405107048 11105193984 409991 33554432000 4194304 4196468 140725872051936 140113132890544 140113677654658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
Current children cumulated CPU time: 2342.44 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1639964 KiB

[startup+2382.3 s]
/proc/loadavg: 1.46 1.43 1.47 3/227 7141
/proc/meminfo: memFree=26909696/32770624 swapFree=66934196/67108860
[pid=6834] ppid=6831 vsize=10844916 memory=1653300 CPUtime=2402.69 cores=1,3,5,7
/proc/6834/stat : 6834 (java) S 6831 6834 5271 0 -1 1077944320 263733 13286 0 0 240044 218 4 3 20 0 15 0 405107033 11105193984 413325 33554432000 4194304 4196468 140725872051936 140725872034480 140113677643511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
/proc/6834/statm: 2711229 413325 3615 1 0 2673293 0
[pid=6834/tid=6887] ppid=6831 vsize=10844916 memory=1653296 CPUtime=2375.22 cores=1,3,5,7
/proc/6834/task/6887/stat : 6887 (java) R 6831 6834 5271 0 -1 4202560 71336 13286 0 0 237467 48 4 3 20 0 15 0 405107042 11105193984 413325 33554432000 4194304 4196468 140725872051936 140113649479280 140113270017655 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6888] ppid=6831 vsize=10844916 memory=55 CPUtime=3.04 cores=1,3,5,7
/proc/6834/task/6888/stat : 6888 (java) S 6831 6834 5271 0 -1 1077944384 29107 13286 0 0 275 22 4 3 20 0 15 0 405107043 11105193984 413325 33554432000 4194304 4196468 140725872051936 140113681886096 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6889] ppid=6831 vsize=10844916 memory=1653296 CPUtime=3.06 cores=1,3,5,7
/proc/6834/task/6889/stat : 6889 (java) S 6831 6834 5271 0 -1 1077944384 27028 13286 0 0 273 26 4 3 20 0 15 0 405107043 11105193984 413325 33554432000 4194304 4196468 140725872051936 140113580776208 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6890] ppid=6831 vsize=10844916 memory=1653296 CPUtime=3.07 cores=1,3,5,7
/proc/6834/task/6890/stat : 6890 (java) S 6831 6834 5271 0 -1 1077944384 21215 13286 0 0 278 22 4 3 20 0 15 0 405107043 11105193984 413325 33554432000 4194304 4196468 140725872051936 140113579723920 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6891] ppid=6831 vsize=10844916 memory=1653296 CPUtime=3.05 cores=1,3,5,7
/proc/6834/task/6891/stat : 6891 (java) S 6831 6834 5271 0 -1 1077944384 22508 13286 0 0 277 21 4 3 20 0 15 0 405107043 11105193984 413325 33554432000 4194304 4196468 140725872051936 140113578671120 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6892] ppid=6831 vsize=10844916 memory=1653296 CPUtime=2.85 cores=1,3,5,7
/proc/6834/task/6892/stat : 6892 (java) S 6831 6834 5271 0 -1 1077944384 20603 13286 0 0 259 19 4 3 20 0 15 0 405107044 11105193984 413325 33554432000 4194304 4196468 140725872051936 140113137100912 140113677654658 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6893] ppid=6831 vsize=10844916 memory=1653300 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6893/stat : 6893 (java) S 6831 6834 5271 0 -1 1077944384 22 13286 0 0 0 0 4 3 20 0 15 0 405107045 11105193984 413325 33554432000 4194304 4196468 140725872051936 140112570606432 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6894] ppid=6831 vsize=10844916 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6894/stat : 6894 (java) S 6831 6834 5271 0 -1 1077944384 4 13286 0 0 0 0 4 3 20 0 15 0 405107045 11105193984 413325 33554432000 4194304 4196468 140725872051936 140112436388992 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6895] ppid=6831 vsize=10844916 memory=1653296 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6895/stat : 6895 (java) S 6831 6834 5271 0 -1 1077944384 3 13286 0 0 0 0 4 3 20 0 15 0 405107048 11105193984 413325 33554432000 4194304 4196468 140725872051936 140112296757328 140113677662107 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6896] ppid=6831 vsize=10844916 memory=1653296 CPUtime=4.22 cores=1,3,5,7
/proc/6834/task/6896/stat : 6896 (java) S 6831 6834 5271 0 -1 1077944384 21596 13286 0 0 410 5 4 3 20 0 15 0 405107048 11105193984 413325 33554432000 4194304 4196468 140725872051936 140113136048752 140113677654658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6897] ppid=6831 vsize=10844916 memory=928 CPUtime=4.2 cores=1,3,5,7
/proc/6834/task/6897/stat : 6897 (java) S 6831 6834 5271 0 -1 1077944384 18252 13286 0 0 407 6 4 3 20 0 15 0 405107048 11105193984 413325 33554432000 4194304 4196468 140725872051936 140113134995952 140113677654658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6898] ppid=6831 vsize=10844916 memory=1668 CPUtime=3.15 cores=1,3,5,7
/proc/6834/task/6898/stat : 6898 (java) S 6831 6834 5271 0 -1 1077944384 28082 13286 0 0 300 8 4 3 20 0 15 0 405107048 11105193984 413325 33554432000 4194304 4196468 140725872051936 140113133943664 140113677654658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6899] ppid=6831 vsize=10844916 memory=1653296 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6899/stat : 6899 (java) S 6831 6834 5271 0 -1 1077944384 3 13286 0 0 0 0 4 3 20 0 15 0 405107048 11105193984 413325 33554432000 4194304 4196468 140725872051936 140111899519968 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6900] ppid=6831 vsize=10844916 memory=3624 CPUtime=1.37 cores=1,3,5,7
/proc/6834/task/6900/stat : 6900 (java) S 6831 6834 5271 0 -1 1077944384 1768 13286 0 0 57 73 4 3 20 0 15 0 405107048 11105193984 413325 33554432000 4194304 4196468 140725872051936 140113132890544 140113677654658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 18 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
Current children cumulated CPU time: 2402.69 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1653300 KiB

[startup+2442.3 s]
/proc/loadavg: 1.83 1.51 1.50 4/228 7282
/proc/meminfo: memFree=29121268/32770624 swapFree=66934208/67108860
[pid=6834] ppid=6831 vsize=10844916 memory=1653448 CPUtime=2462.96 cores=1,3,5,7
/proc/6834/stat : 6834 (java) S 6831 6834 5271 0 -1 1077944320 265460 13286 0 0 246068 221 4 3 20 0 15 0 405107033 11105193984 413362 33554432000 4194304 4196468 140725872051936 140725872034480 140113677643511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
/proc/6834/statm: 2711229 413362 3615 1 0 2673293 0
[pid=6834/tid=6887] ppid=6831 vsize=10844916 memory=1653448 CPUtime=2435 cores=1,3,5,7
/proc/6834/task/6887/stat : 6887 (java) R 6831 6834 5271 0 -1 4202560 71887 13286 0 0 243445 48 4 3 20 0 15 0 405107042 11105193984 413362 33554432000 4194304 4196468 140725872051936 140113649473568 140113269993403 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6888] ppid=6831 vsize=10844916 memory=1653448 CPUtime=3.13 cores=1,3,5,7
/proc/6834/task/6888/stat : 6888 (java) S 6831 6834 5271 0 -1 1077944384 29217 13286 0 0 283 23 4 3 20 0 15 0 405107043 11105193984 413362 33554432000 4194304 4196468 140725872051936 140113681886096 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6889] ppid=6831 vsize=10844916 memory=1653448 CPUtime=3.15 cores=1,3,5,7
/proc/6834/task/6889/stat : 6889 (java) S 6831 6834 5271 0 -1 1077944384 27102 13286 0 0 282 26 4 3 20 0 15 0 405107043 11105193984 413362 33554432000 4194304 4196468 140725872051936 140113580776208 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6890] ppid=6831 vsize=10844916 memory=1653448 CPUtime=3.15 cores=1,3,5,7
/proc/6834/task/6890/stat : 6890 (java) S 6831 6834 5271 0 -1 1077944384 21263 13286 0 0 286 22 4 3 20 0 15 0 405107043 11105193984 413362 33554432000 4194304 4196468 140725872051936 140113579723920 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6891] ppid=6831 vsize=10844916 memory=1653448 CPUtime=3.15 cores=1,3,5,7
/proc/6834/task/6891/stat : 6891 (java) S 6831 6834 5271 0 -1 1077944384 23010 13286 0 0 286 22 4 3 20 0 15 0 405107043 11105193984 413362 33554432000 4194304 4196468 140725872051936 140113578671120 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6892] ppid=6831 vsize=10844916 memory=1653448 CPUtime=2.93 cores=1,3,5,7
/proc/6834/task/6892/stat : 6892 (java) S 6831 6834 5271 0 -1 1077944384 21005 13286 0 0 266 20 4 3 20 0 15 0 405107044 11105193984 413362 33554432000 4194304 4196468 140725872051936 140113137100912 140113677654658 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6893] ppid=6831 vsize=10844916 memory=1653448 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6893/stat : 6893 (java) S 6831 6834 5271 0 -1 1077944384 22 13286 0 0 0 0 4 3 20 0 15 0 405107045 11105193984 413362 33554432000 4194304 4196468 140725872051936 140112570606432 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6894] ppid=6831 vsize=10844916 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6894/stat : 6894 (java) S 6831 6834 5271 0 -1 1077944384 4 13286 0 0 0 0 4 3 20 0 15 0 405107045 11105193984 413362 33554432000 4194304 4196468 140725872051936 140112436388992 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6895] ppid=6831 vsize=10844916 memory=14012 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6895/stat : 6895 (java) S 6831 6834 5271 0 -1 1077944384 3 13286 0 0 0 0 4 3 20 0 15 0 405107048 11105193984 413362 33554432000 4194304 4196468 140725872051936 140112296757328 140113677662107 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6896] ppid=6831 vsize=10844916 memory=20348 CPUtime=4.22 cores=1,3,5,7
/proc/6834/task/6896/stat : 6896 (java) S 6831 6834 5271 0 -1 1077944384 21600 13286 0 0 410 5 4 3 20 0 15 0 405107048 11105193984 413362 33554432000 4194304 4196468 140725872051936 140113136048752 140113677654658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6897] ppid=6831 vsize=10844916 memory=984 CPUtime=4.2 cores=1,3,5,7
/proc/6834/task/6897/stat : 6897 (java) S 6831 6834 5271 0 -1 1077944384 18256 13286 0 0 407 6 4 3 20 0 15 0 405107048 11105193984 413362 33554432000 4194304 4196468 140725872051936 140113134995952 140113677654658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6898] ppid=6831 vsize=10844916 memory=1653448 CPUtime=3.15 cores=1,3,5,7
/proc/6834/task/6898/stat : 6898 (java) S 6831 6834 5271 0 -1 1077944384 28086 13286 0 0 300 8 4 3 20 0 15 0 405107048 11105193984 413362 33554432000 4194304 4196468 140725872051936 140113133943664 140113677654658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6899] ppid=6831 vsize=10844916 memory=1653448 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6899/stat : 6899 (java) S 6831 6834 5271 0 -1 1077944384 3 13286 0 0 0 0 4 3 20 0 15 0 405107048 11105193984 413362 33554432000 4194304 4196468 140725872051936 140111899519968 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6900] ppid=6831 vsize=10844916 memory=1653448 CPUtime=1.41 cores=1,3,5,7
/proc/6834/task/6900/stat : 6900 (java) S 6831 6834 5271 0 -1 1077944384 1796 13286 0 0 59 75 4 3 20 0 15 0 405107048 11105193984 413362 33554432000 4194304 4196468 140725872051936 140113132890544 140113677654658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
Current children cumulated CPU time: 2462.96 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1653448 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2499.2 s]
/proc/loadavg: 1.88 1.58 1.52 4/228 7412
/proc/meminfo: memFree=29382096/32770624 swapFree=66934208/67108860
[pid=6834] ppid=6831 vsize=10844916 memory=1655496 CPUtime=2520.08 cores=1,3,5,7
/proc/6834/stat : 6834 (java) S 6831 6834 5271 0 -1 1077944320 266932 13286 0 0 251777 224 4 3 20 0 15 0 405107033 11105193984 413874 33554432000 4194304 4196468 140725872051936 140725872034480 140113677643511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
/proc/6834/statm: 2711229 413874 3615 1 0 2673293 0
[pid=6834/tid=6887] ppid=6831 vsize=10844916 memory=1655496 CPUtime=2491.71 cores=1,3,5,7
/proc/6834/task/6887/stat : 6887 (java) R 6831 6834 5271 0 -1 4202560 72512 13286 0 0 249115 49 4 3 20 0 15 0 405107042 11105193984 413874 33554432000 4194304 4196468 140725872051936 140113649475200 140113270016427 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6888] ppid=6831 vsize=10844916 memory=3624 CPUtime=3.21 cores=1,3,5,7
/proc/6834/task/6888/stat : 6888 (java) S 6831 6834 5271 0 -1 1077944384 29252 13286 0 0 291 23 4 3 20 0 15 0 405107043 11105193984 413874 33554432000 4194304 4196468 140725872051936 140113681886096 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6889] ppid=6831 vsize=10844916 memory=20348 CPUtime=3.23 cores=1,3,5,7
/proc/6834/task/6889/stat : 6889 (java) S 6831 6834 5271 0 -1 1077944384 27330 13286 0 0 290 26 4 3 20 0 15 0 405107043 11105193984 413874 33554432000 4194304 4196468 140725872051936 140113580776208 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6890] ppid=6831 vsize=10844916 memory=984 CPUtime=3.23 cores=1,3,5,7
/proc/6834/task/6890/stat : 6890 (java) S 6831 6834 5271 0 -1 1077944384 21363 13286 0 0 293 23 4 3 20 0 15 0 405107043 11105193984 413874 33554432000 4194304 4196468 140725872051936 140113579723920 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6891] ppid=6831 vsize=10844916 memory=8112282956445269571 CPUtime=3.22 cores=1,3,5,7
/proc/6834/task/6891/stat : 6891 (java) S 6831 6834 5271 0 -1 1077944384 23087 13286 0 0 293 22 4 3 20 0 15 0 405107043 11105193984 413874 33554432000 4194304 4196468 140725872051936 140113578671120 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6892] ppid=6831 vsize=10844916 memory=616 CPUtime=3.01 cores=1,3,5,7
/proc/6834/task/6892/stat : 6892 (java) S 6831 6834 5271 0 -1 1077944384 21370 13286 0 0 274 20 4 3 20 0 15 0 405107044 11105193984 413874 33554432000 4194304 4196468 140725872051936 140113137100912 140113677654658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6893] ppid=6831 vsize=10844916 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6893/stat : 6893 (java) S 6831 6834 5271 0 -1 1077944384 22 13286 0 0 0 0 4 3 20 0 15 0 405107045 11105193984 413874 33554432000 4194304 4196468 140725872051936 140112570606432 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6894] ppid=6831 vsize=10844916 memory=1624 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6894/stat : 6894 (java) S 6831 6834 5271 0 -1 1077944384 4 13286 0 0 0 0 4 3 20 0 15 0 405107045 11105193984 413874 33554432000 4194304 4196468 140725872051936 140112436388992 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6895] ppid=6831 vsize=10844916 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6895/stat : 6895 (java) S 6831 6834 5271 0 -1 1077944384 3 13286 0 0 0 0 4 3 20 0 15 0 405107048 11105193984 413874 33554432000 4194304 4196468 140725872051936 140112296757328 140113677662107 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6896] ppid=6831 vsize=10844916 memory=1655496 CPUtime=4.22 cores=1,3,5,7
/proc/6834/task/6896/stat : 6896 (java) S 6831 6834 5271 0 -1 1077944384 21604 13286 0 0 410 5 4 3 20 0 15 0 405107048 11105193984 413874 33554432000 4194304 4196468 140725872051936 140113136048752 140113677654658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6897] ppid=6831 vsize=10844916 memory=4104 CPUtime=4.2 cores=1,3,5,7
/proc/6834/task/6897/stat : 6897 (java) S 6831 6834 5271 0 -1 1077944384 18260 13286 0 0 407 6 4 3 20 0 15 0 405107048 11105193984 413874 33554432000 4194304 4196468 140725872051936 140113134995952 140113677654658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6898] ppid=6831 vsize=10844916 memory=1408 CPUtime=3.15 cores=1,3,5,7
/proc/6834/task/6898/stat : 6898 (java) S 6831 6834 5271 0 -1 1077944384 28090 13286 0 0 300 8 4 3 20 0 15 0 405107048 11105193984 413874 33554432000 4194304 4196468 140725872051936 140113133943664 140113677654658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6899] ppid=6831 vsize=10844916 memory=2604 CPUtime=0.07 cores=1,3,5,7
/proc/6834/task/6899/stat : 6899 (java) S 6831 6834 5271 0 -1 1077944384 3 13286 0 0 0 0 4 3 20 0 15 0 405107048 11105193984 413874 33554432000 4194304 4196468 140725872051936 140111899519968 140113677653717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
[pid=6834/tid=6900] ppid=6831 vsize=10844916 memory=7148 CPUtime=1.43 cores=1,3,5,7
/proc/6834/task/6900/stat : 6900 (java) S 6831 6834 5271 0 -1 1077944384 1826 13286 0 0 60 76 4 3 20 0 15 0 405107048 11105193984 413874 33554432000 4194304 4196468 140725872051936 140113132890544 140113677654658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 25313280 140725872052982 140725872055493 140725872055493 140725872058319 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1655496 KiB

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

[startup+2499.23 s]
# the end of solver process 6834 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.85 s, system=2.29373 s

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

Child status: 143
Real time (s): 2499.23
CPU time (s): 2520.15
CPU user time (s): 2517.85
CPU system time (s): 2.29373
CPU usage (%): 100.837
Max. virtual memory (cumulated for all children) (KiB): 10847560
Max. memory (cumulated for all children) (KiB): 1786896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.85
system time used= 2.29373
maximum resident set size= 1789460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282299
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131438
involuntary context switches= 3400


# summary of solver processes directly reported to runsolver:
#   pid: 6834
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2517.85
#   total CPU system time (s): 2.29373

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4098 second user time and 23.0267 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-12 12:39:52
IDJOB=4387035
IDBENCH=121537
IDSOLVER=2823
FILE ID=node105/4387035-1568288486
RUNJOBID= node105-1568282271-6098
PBS_JOBID= 21701089
Free space on /tmp= 50944 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Random/Random-RB-3-24-24f/rand-3-24-24-76-632f-49.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387035-1568288486/watcher-4387035-1568288486 -o /tmp/evaluation-result-4387035-1568288486/solver-4387035-1568288486 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568282271-6098 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=221878409 HOME/instance-4387035-1568288486.xml

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

MD5SUM BENCH= eb1071698302cc934647f3ac3e5db9c3
RANDOM SEED=221878409

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:        29488156 kB
MemAvailable:   29658268 kB
Buffers:           88436 kB
Cached:           368504 kB
SwapCached:        69188 kB
Active:          2467328 kB
Inactive:         256780 kB
Active(anon):    2210056 kB
Inactive(anon):    88436 kB
Active(file):     257272 kB
Inactive(file):   168344 kB
Unevictable:      111340 kB
Mlocked:          111340 kB
SwapTotal:      67108860 kB
SwapFree:       66934148 kB
Dirty:             38140 kB
Writeback:             0 kB
AnonPages:       2311920 kB
Mapped:            46560 kB
Shmem:             22316 kB
Slab:             148828 kB
SReclaimable:     120664 kB
SUnreclaim:        28164 kB
KernelStack:        3744 kB
PageTables:        10024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3645956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2142208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 50908 MiB
End job on node105 at 2019-09-12 13:21:31