Trace number 4402912

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.3SAT (TO)-948 2520.21 2502.03

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-25-5-5-0.xml
MD5SUM297e7ff3843a631e244fdcc6d730e090
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark41
Best CPU time to get the best result obtained on this benchmark34.5009
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints101
Number of domains24
Minimum domain size4
Maximum domain size26
Distribution of domain sizes[{"size":4,"count":12},{"size":5,"count":7},{"size":6,"count":6},{"size":26,"count":50}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":25},{"degree":26,"count":24},{"degree":27,"count":1},{"degree":28,"count":25}]
Minimum constraint arity1
Maximum constraint arity26
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":50},{"arity":25,"count":25},{"arity":26,"count":25}]
Number of extensional constraints50
Number of intensional constraints26
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":26},{"type":"count","count":25}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.75/0.58	c Concrete v3.12.3.1568965526260 running
30.19/21.39	o -4956
30.45/21.59	o -4954
30.58/21.62	o -3956
30.90/21.90	o -3955
31.38/22.30	o -2955
76.74/66.02	o -2954
126.85/115.98	o -2952
127.36/116.41	o -2950
127.57/116.68	o -2948
206.93/195.47	o -1951
228.29/216.76	o -1950
228.90/217.33	o -1949
230.30/218.79	o -1948
248.53/236.95	o -1947
252.23/240.63	o -970
260.24/248.63	o -965
260.35/248.78	o -962
260.66/249.04	o -956
304.73/293.04	o -954
316.27/304.55	o -950
1082.71/1069.34	o -948
2520.05/2502.00	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.05/2502.00		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.05/2502.00		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.05/2502.00		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.05/2502.00		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.05/2502.00		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2520.05/2502.00		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.05/2502.00		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.05/2502.00		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2502.00		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.05/2502.00		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.05/2502.00		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2502.00		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.05/2502.00		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.05/2502.00		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2502.00		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.05/2502.00		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.05/2502.00		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2502.00		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.05/2502.00		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.05/2502.00		at scala.Option.map(Option.scala:242)
2520.05/2502.00		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.05/2502.00		at concrete.MAC.mac(MAC.scala:216)
2520.05/2502.00		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.05/2502.00		at scala.util.Try$.apply(Try.scala:210)
2520.05/2502.00		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.05/2502.00		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.05/2502.00		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.05/2502.00		at concrete.MAC.oneRun(MAC.scala:265)
2520.05/2502.00		at concrete.MAC.nextSolution(MAC.scala:284)
2520.05/2502.00		at concrete.MAC.nextSolution(MAC.scala:369)
2520.05/2502.00		at concrete.Solver.hasNext(Solver.scala:160)
2520.05/2502.00		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.05/2502.00		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.05/2502.00		at concrete.Solver.foreach(Solver.scala:67)
2520.05/2502.00		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.05/2502.00		at scala.util.Success.map(Try.scala:262)
2520.05/2502.00		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2502.00		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.05/2502.00		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.05/2502.00		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2502.00		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.05/2502.00		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.05/2502.00		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.05/2502.00		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.05/2502.00		at scala.App.$anonfun$main$1(App.scala:73)
2520.05/2502.00		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.05/2502.00		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.05/2502.00		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.05/2502.00		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.05/2502.00		at scala.App.main(App.scala:73)
2520.05/2502.00		at scala.App.main$(App.scala:71)
2520.05/2502.00		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.05/2502.00		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2502.01	v <instantiation
2520.05/2502.01	v         cost = '-948'>
2520.05/2502.01	v       <list>
2520.05/2502.01	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] p[24] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24]
2520.05/2502.01	v       </list>
2520.05/2502.01	v       <values>
2520.05/2502.01	v         5 0 1 2 3 6 14 -1 9 4 11 12 13 8 19 10 15 16 17 18 -1 -1 -1 -1 -1 0 18 17 16 15 1 2 -1 13 14 9 10 11 12 3 8 7 6 5 4 -1 -1 -1 -1 -1 -3 -4 6 6 -2 0 -1000 0 6 1 3 7 9 5 2 0 3 3 6 4 0 0 0 0 0
2520.05/2502.01	v       </values>
2520.05/2502.01	v     </instantiation>
2520.05/2502.01	s SATISFIABLE

Verifier Data

OK	-948

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 (4520 MiB free)
  memory of node 1: 16384 MiB (6277 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402912-1568976076/watcher-4402912-1568976076 -o /var/tmp/evaluation-result-4402912-1568976076/solver-4402912-1568976076 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node133-1568967598-26370 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=48196352 HOME/instance-4402912-1568976076.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=29788, runsolver pid=29785

[startup+0.100094 s]*
/proc/loadavg: 1.66 1.69 1.71 5/219 29841
/proc/meminfo: memFree=11043716/32770624 swapFree=67001824/67108860
[pid=29788] ppid=29785 vsize=141156 memory=5296 CPUtime=0.08 cores=1,3,5,7
/proc/29788/stat : 29788 (java) S 29785 29788 26338 0 -1 1077944320 2523 13322 0 0 0 0 5 3 20 0 2 0 473847190 144543744 1324 33554432000 4194304 4196468 140732947880688 140732947863232 140281711365879 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
/proc/29788/statm: 35289 1324 993 1 0 24747 0
[pid=29788/tid=29841] ppid=29785 vsize=141156 memory=3054156605369319308 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29841/stat : 29841 (java) D 29785 29788 26338 0 -1 4202560 320 13322 0 0 0 0 5 3 20 0 2 0 473847200 144543744 1324 33554432000 4194304 4196468 140732947880688 140281683208624 140281711387709 0 0 0 16784584 18446744071581152138 0 0 -1 5 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 141156 KiB
Current children cumulated memory: 5296 KiB

[startup+0.210135 s]*
/proc/loadavg: 1.66 1.69 1.71 9/232 29854
/proc/meminfo: memFree=11014564/32770624 swapFree=67001824/67108860
[pid=29788] ppid=29785 vsize=10819716 memory=37756 CPUtime=0.23 cores=1,3,5,7
/proc/29788/stat : 29788 (java) S 29785 29788 26338 0 -1 1077944320 6808 13322 0 0 13 2 5 3 20 0 15 0 473847190 11079389184 9439 33554432000 4194304 4196468 140732947880688 140732947863232 140281711365879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
/proc/29788/statm: 2704929 9439 3150 1 0 2667149 0
[pid=29788/tid=29841] ppid=29785 vsize=10819716 memory=7022364594140610616 CPUtime=0.17 cores=1,3,5,7
/proc/29788/task/29841/stat : 29841 (java) R 29785 29788 26338 0 -1 4202560 3334 13322 0 0 8 1 5 3 20 0 15 0 473847200 11079389184 9439 33554432000 4194304 4196468 140732947880688 140281683198608 140281711387805 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29842] ppid=29785 vsize=10819716 memory=364 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29842/stat : 29842 (java) S 29785 29788 26338 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 473847202 11079389184 9439 33554432000 4194304 4196468 140732947880688 140281715608208 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29843] ppid=29785 vsize=10819716 memory=140068197708219 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29843/stat : 29843 (java) S 29785 29788 26338 0 -1 1077944384 2 13322 0 0 0 0 5 3 20 0 15 0 473847202 11079389184 9439 33554432000 4194304 4196468 140732947880688 140281619810832 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29844] ppid=29785 vsize=10819716 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29844/stat : 29844 (java) S 29785 29788 26338 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 473847202 11079389184 9439 33554432000 4194304 4196468 140732947880688 140281283139984 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29845] ppid=29785 vsize=10819716 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29845/stat : 29845 (java) S 29785 29788 26338 0 -1 1077944384 2 13322 0 0 0 0 5 3 20 0 15 0 473847202 11079389184 9439 33554432000 4194304 4196468 140732947880688 140281282087184 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29846] ppid=29785 vsize=10819716 memory=140068197680768 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29846/stat : 29846 (java) S 29785 29788 26338 0 -1 1077944384 2 13322 0 0 0 0 5 3 20 0 15 0 473847203 11079389184 9439 33554432000 4194304 4196468 140732947880688 140281237994352 140281711377026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29847] ppid=29785 vsize=10819716 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29847/stat : 29847 (java) S 29785 29788 26338 0 -1 1077944384 13 13322 0 0 0 0 5 3 20 0 15 0 473847204 11079389184 9439 33554432000 4194304 4196468 140732947880688 140281148073504 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29848] ppid=29785 vsize=10819716 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29848/stat : 29848 (java) S 29785 29788 26338 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 473847204 11079389184 9439 33554432000 4194304 4196468 140732947880688 140280476984688 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29849] ppid=29785 vsize=10819716 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29849/stat : 29849 (java) S 29785 29788 26338 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 473847207 11079389184 9439 33554432000 4194304 4196468 140732947880688 140280236693840 140281711384475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29850] ppid=29785 vsize=10819716 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/29788/task/29850/stat : 29850 (java) R 29785 29788 26338 0 -1 1077944384 582 13322 0 0 1 0 5 3 20 0 15 0 473847207 11079389184 9439 33554432000 4194304 4196468 140732947880688 140281236941168 140281711377026 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29851] ppid=29785 vsize=10819716 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/29788/task/29851/stat : 29851 (java) R 29785 29788 26338 0 -1 4202560 69 13322 0 0 1 0 5 3 20 0 15 0 473847207 11079389184 9439 33554432000 4194304 4196468 140732947880688 140281235888368 140281694752463 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29852] ppid=29785 vsize=10819716 memory=140068197680768 CPUtime=0.1 cores=1,3,5,7
/proc/29788/task/29852/stat : 29852 (java) S 29785 29788 26338 0 -1 1077944384 592 13322 0 0 2 0 5 3 20 0 15 0 473847207 11079389184 9439 33554432000 4194304 4196468 140732947880688 140281234835568 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29853] ppid=29785 vsize=10819716 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29853/stat : 29853 (java) S 29785 29788 26338 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 473847207 11079389184 9439 33554432000 4194304 4196468 140732947880688 140280203135200 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29854] ppid=29785 vsize=10819716 memory=140068197680768 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29854/stat : 29854 (java) S 29785 29788 26338 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 473847207 11079389184 9439 33554432000 4194304 4196468 140732947880688 140281233783984 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 37756 KiB

[startup+0.31113 s]*
/proc/loadavg: 1.66 1.69 1.71 3/232 29854
/proc/meminfo: memFree=10992304/32770624 swapFree=67001824/67108860
[pid=29788] ppid=29785 vsize=10820196 memory=49780 CPUtime=0.37 cores=1,3,5,7
/proc/29788/stat : 29788 (java) S 29785 29788 26338 0 -1 1077944320 10629 13322 0 0 25 4 5 3 20 0 15 0 473847190 11079880704 12445 33554432000 4194304 4196468 140732947880688 140732947863232 140281711365879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
/proc/29788/statm: 2705049 12445 3304 1 0 2667149 0
[pid=29788/tid=29841] ppid=29785 vsize=10820196 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/29788/task/29841/stat : 29841 (java) R 29785 29788 26338 0 -1 4202560 7119 13322 0 0 16 3 5 3 20 0 15 0 473847200 11079880704 12448 33554432000 4194304 4196468 140732947880688 140281683174800 140281695446366 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29842] ppid=29785 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29842/stat : 29842 (java) S 29785 29788 26338 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 473847202 11079880704 12448 33554432000 4194304 4196468 140732947880688 140281715608208 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29843] ppid=29785 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29843/stat : 29843 (java) S 29785 29788 26338 0 -1 1077944384 2 13322 0 0 0 0 5 3 20 0 15 0 473847202 11079880704 12448 33554432000 4194304 4196468 140732947880688 140281619810832 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29844] ppid=29785 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29844/stat : 29844 (java) S 29785 29788 26338 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 473847202 11079880704 12448 33554432000 4194304 4196468 140732947880688 140281283139984 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29845] ppid=29785 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29845/stat : 29845 (java) S 29785 29788 26338 0 -1 1077944384 2 13322 0 0 0 0 5 3 20 0 15 0 473847202 11079880704 12448 33554432000 4194304 4196468 140732947880688 140281282087184 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29846] ppid=29785 vsize=10820196 memory=140068197680768 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29846/stat : 29846 (java) S 29785 29788 26338 0 -1 1077944384 2 13322 0 0 0 0 5 3 20 0 15 0 473847203 11079880704 12448 33554432000 4194304 4196468 140732947880688 140281237994352 140281711377026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29847] ppid=29785 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29847/stat : 29847 (java) S 29785 29788 26338 0 -1 1077944384 13 13322 0 0 0 0 5 3 20 0 15 0 473847204 11079880704 12448 33554432000 4194304 4196468 140732947880688 140281148073504 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29848] ppid=29785 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29848/stat : 29848 (java) S 29785 29788 26338 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 473847204 11079880704 12448 33554432000 4194304 4196468 140732947880688 140280476984688 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29849] ppid=29785 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29849/stat : 29849 (java) S 29785 29788 26338 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 473847207 11079880704 12448 33554432000 4194304 4196468 140732947880688 140280236693840 140281711384475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29850] ppid=29785 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/29788/task/29850/stat : 29850 (java) S 29785 29788 26338 0 -1 1077944384 583 13322 0 0 1 0 5 3 20 0 15 0 473847207 11079880704 12448 33554432000 4194304 4196468 140732947880688 140281236941168 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29851] ppid=29785 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/29788/task/29851/stat : 29851 (java) S 29785 29788 26338 0 -1 1077944384 79 13322 0 0 1 0 5 3 20 0 15 0 473847207 11079880704 12448 33554432000 4194304 4196468 140732947880688 140281235888368 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29852] ppid=29785 vsize=10820196 memory=140068197680768 CPUtime=0.13 cores=1,3,5,7
/proc/29788/task/29852/stat : 29852 (java) S 29785 29788 26338 0 -1 1077944384 620 13322 0 0 5 0 5 3 20 0 15 0 473847207 11079880704 12448 33554432000 4194304 4196468 140732947880688 140281234835568 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29853] ppid=29785 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29853/stat : 29853 (java) S 29785 29788 26338 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 473847207 11079880704 12448 33554432000 4194304 4196468 140732947880688 140280203135200 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29854] ppid=29785 vsize=10820196 memory=140068197680768 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29854/stat : 29854 (java) S 29785 29788 26338 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 473847207 11079880704 12448 33554432000 4194304 4196468 140732947880688 140281233783984 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49780 KiB

[startup+0.700689 s]
/proc/loadavg: 1.66 1.69 1.71 3/232 29854
/proc/meminfo: memFree=10963180/32770624 swapFree=67001824/67108860
[pid=29788] ppid=29785 vsize=10822316 memory=80952 CPUtime=1.1 cores=1,3,5,7
/proc/29788/stat : 29788 (java) S 29785 29788 26338 0 -1 1077944320 14975 13322 0 0 96 6 5 3 20 0 15 0 473847190 11082051584 20238 33554432000 4194304 4196468 140732947880688 140732947863232 140281711365879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
/proc/29788/statm: 2705579 20238 3495 1 0 2667661 0
[pid=29788/tid=29841] ppid=29785 vsize=10822316 memory=920 CPUtime=0.64 cores=1,3,5,7
/proc/29788/task/29841/stat : 29841 (java) R 29785 29788 26338 0 -1 4202560 10348 13322 0 0 52 4 5 3 20 0 15 0 473847200 11082051584 20238 33554432000 4194304 4196468 140732947880688 140281683189568 140281695446366 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29842] ppid=29785 vsize=10822316 memory=3848 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29842/stat : 29842 (java) S 29785 29788 26338 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 473847202 11082051584 20238 33554432000 4194304 4196468 140732947880688 140281715608208 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29843] ppid=29785 vsize=10822316 memory=2708 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29843/stat : 29843 (java) S 29785 29788 26338 0 -1 1077944384 2 13322 0 0 0 0 5 3 20 0 15 0 473847202 11082051584 20238 33554432000 4194304 4196468 140732947880688 140281619810832 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29844] ppid=29785 vsize=10822316 memory=2608 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29844/stat : 29844 (java) S 29785 29788 26338 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 473847202 11082051584 20238 33554432000 4194304 4196468 140732947880688 140281283139984 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29845] ppid=29785 vsize=10822316 memory=4100 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29845/stat : 29845 (java) S 29785 29788 26338 0 -1 1077944384 2 13322 0 0 0 0 5 3 20 0 15 0 473847202 11082051584 20238 33554432000 4194304 4196468 140732947880688 140281282087184 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29846] ppid=29785 vsize=10822316 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29846/stat : 29846 (java) S 29785 29788 26338 0 -1 1077944384 5 13322 0 0 0 0 5 3 20 0 15 0 473847203 11082051584 20238 33554432000 4194304 4196468 140732947880688 140281237994352 140281711377026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29847] ppid=29785 vsize=10822316 memory=2424 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29847/stat : 29847 (java) S 29785 29788 26338 0 -1 1077944384 13 13322 0 0 0 0 5 3 20 0 15 0 473847204 11082051584 20238 33554432000 4194304 4196468 140732947880688 140281148073504 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29848] ppid=29785 vsize=10822316 memory=84492 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29848/stat : 29848 (java) S 29785 29788 26338 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 473847204 11082051584 20238 33554432000 4194304 4196468 140732947880688 140280476984688 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29849] ppid=29785 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29849/stat : 29849 (java) S 29785 29788 26338 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 473847207 11082051584 20238 33554432000 4194304 4196468 140732947880688 140280236693840 140281711384475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29850] ppid=29785 vsize=10822316 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/29788/task/29850/stat : 29850 (java) R 29785 29788 26338 0 -1 4202560 1000 13322 0 0 11 0 5 3 20 0 15 0 473847207 11082051584 20238 33554432000 4194304 4196468 140732947880688 140281236941168 140281691021201 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29851] ppid=29785 vsize=10822316 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/29788/task/29851/stat : 29851 (java) R 29785 29788 26338 0 -1 4202560 592 13322 0 0 15 0 5 3 20 0 15 0 473847207 11082051584 20238 33554432000 4194304 4196468 140732947880688 140281235877360 140281688877505 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29852] ppid=29785 vsize=10822316 memory=2116 CPUtime=0.24 cores=1,3,5,7
/proc/29788/task/29852/stat : 29852 (java) S 29785 29788 26338 0 -1 1077944384 801 13322 0 0 16 0 5 3 20 0 15 0 473847207 11082051584 20238 33554432000 4194304 4196468 140732947880688 140281234835568 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29853] ppid=29785 vsize=10822316 memory=29032 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29853/stat : 29853 (java) S 29785 29788 26338 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 473847207 11082051584 20238 33554432000 4194304 4196468 140732947880688 140280203135200 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29854] ppid=29785 vsize=10822316 memory=496 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29854/stat : 29854 (java) S 29785 29788 26338 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 473847207 11082051584 20238 33554432000 4194304 4196468 140732947880688 140281233783984 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 80952 KiB

[startup+1.5007 s]
/proc/loadavg: 1.85 1.73 1.72 6/232 29854
/proc/meminfo: memFree=10819152/32770624 swapFree=67001824/67108860
[pid=29788] ppid=29785 vsize=10832632 memory=233084 CPUtime=2.99 cores=1,3,5,7
/proc/29788/stat : 29788 (java) S 29785 29788 26338 0 -1 1077944320 25024 13322 0 0 280 11 5 3 20 0 15 0 473847190 11092615168 58271 33554432000 4194304 4196468 140732947880688 140732947863232 140281711365879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
/proc/29788/statm: 2708158 58271 3583 1 0 2670221 0
[pid=29788/tid=29841] ppid=29785 vsize=10832632 memory=0 CPUtime=1.41 cores=1,3,5,7
/proc/29788/task/29841/stat : 29841 (java) R 29785 29788 26338 0 -1 4202560 14830 13322 0 0 126 7 5 3 20 0 15 0 473847200 11092615168 58271 33554432000 4194304 4196468 140732947880688 140281683190288 140281695446366 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29842] ppid=29785 vsize=10832632 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/29788/task/29842/stat : 29842 (java) S 29785 29788 26338 0 -1 1077944384 82 13322 0 0 1 0 5 3 20 0 15 0 473847202 11092615168 58271 33554432000 4194304 4196468 140732947880688 140281715608208 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29843] ppid=29785 vsize=10832632 memory=7522228981060364376 CPUtime=0.09 cores=1,3,5,7
/proc/29788/task/29843/stat : 29843 (java) S 29785 29788 26338 0 -1 1077944384 279 13322 0 0 1 0 5 3 20 0 15 0 473847202 11092615168 58271 33554432000 4194304 4196468 140732947880688 140281619810832 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29844] ppid=29785 vsize=10832632 memory=7019251829366219096 CPUtime=0.09 cores=1,3,5,7
/proc/29788/task/29844/stat : 29844 (java) S 29785 29788 26338 0 -1 1077944384 24 13322 0 0 1 0 5 3 20 0 15 0 473847202 11092615168 58271 33554432000 4194304 4196468 140732947880688 140281283139984 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29845] ppid=29785 vsize=10832632 memory=7445402792495507818 CPUtime=0.09 cores=1,3,5,7
/proc/29788/task/29845/stat : 29845 (java) S 29785 29788 26338 0 -1 1077944384 27 13322 0 0 1 0 5 3 20 0 15 0 473847202 11092615168 58271 33554432000 4194304 4196468 140732947880688 140281282087184 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29846] ppid=29785 vsize=10832632 memory=5787504188646319192 CPUtime=0.09 cores=1,3,5,7
/proc/29788/task/29846/stat : 29846 (java) S 29785 29788 26338 0 -1 1077944384 100 13322 0 0 1 0 5 3 20 0 15 0 473847203 11092615168 58271 33554432000 4194304 4196468 140732947880688 140281237994352 140281711377026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29847] ppid=29785 vsize=10832632 memory=7666930217644479594 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29847/stat : 29847 (java) S 29785 29788 26338 0 -1 1077944384 14 13322 0 0 0 0 5 3 20 0 15 0 473847204 11092615168 58271 33554432000 4194304 4196468 140732947880688 140281148073568 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29848] ppid=29785 vsize=10832632 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29848/stat : 29848 (java) S 29785 29788 26338 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 473847204 11092615168 58271 33554432000 4194304 4196468 140732947880688 140280476984704 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29849] ppid=29785 vsize=10832632 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29849/stat : 29849 (java) S 29785 29788 26338 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 473847207 11092615168 58271 33554432000 4194304 4196468 140732947880688 140280236693840 140281711384475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29850] ppid=29785 vsize=10832632 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/29788/task/29850/stat : 29850 (java) S 29785 29788 26338 0 -1 1077944384 3362 13322 0 0 57 0 5 3 20 0 15 0 473847207 11092615168 58271 33554432000 4194304 4196468 140732947880688 140281236941168 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29851] ppid=29785 vsize=10832632 memory=15470472203376 CPUtime=0.61 cores=1,3,5,7
/proc/29788/task/29851/stat : 29851 (java) S 29785 29788 26338 0 -1 1077944384 2101 13322 0 0 53 0 5 3 20 0 15 0 473847207 11092615168 58271 33554432000 4194304 4196468 140732947880688 140281235888368 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29852] ppid=29785 vsize=10832632 memory=280135550894200 CPUtime=0.44 cores=1,3,5,7
/proc/29788/task/29852/stat : 29852 (java) R 29785 29788 26338 0 -1 4202560 1996 13322 0 0 36 0 5 3 20 0 15 0 473847207 11092615168 58271 33554432000 4194304 4196468 140732947880688 140281234835568 140281690502143 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29853] ppid=29785 vsize=10832632 memory=302867294856688907 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29853/stat : 29853 (java) S 29785 29788 26338 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 473847207 11092615168 58271 33554432000 4194304 4196468 140732947880688 140280203135200 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29854] ppid=29785 vsize=10832632 memory=14414834539113786 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29854/stat : 29854 (java) S 29785 29788 26338 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 473847207 11092615168 58271 33554432000 4194304 4196468 140732947880688 140281233783984 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 10832632 KiB
Current children cumulated memory: 233084 KiB

[startup+3.11041 s]
/proc/loadavg: 1.85 1.73 1.72 3/232 29854
/proc/meminfo: memFree=10536108/32770624 swapFree=67001824/67108860
[pid=29788] ppid=29785 vsize=10840844 memory=285928 CPUtime=6.77 cores=1,3,5,7
/proc/29788/stat : 29788 (java) S 29785 29788 26338 0 -1 1077944320 31155 13322 0 0 654 15 5 3 20 0 15 0 473847190 11101024256 71482 33554432000 4194304 4196468 140732947880688 140732947863232 140281711365879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
/proc/29788/statm: 2710211 71482 3599 1 0 2672269 0

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

[pid=29788/tid=29845] ppid=29785 vsize=10849036 memory=1848052 CPUtime=1.78 cores=1,3,5,7
/proc/29788/task/29845/stat : 29845 (java) S 29785 29788 26338 0 -1 1077944384 38434 13322 0 0 156 14 5 3 20 0 15 0 473847202 11109412864 462013 33554432000 4194304 4196468 140732947880688 140281282087184 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29846] ppid=29785 vsize=10849036 memory=1848048 CPUtime=1.21 cores=1,3,5,7
/proc/29788/task/29846/stat : 29846 (java) S 29785 29788 26338 0 -1 1077944384 32736 13322 0 0 103 10 5 3 20 0 15 0 473847203 11109412864 462013 33554432000 4194304 4196468 140732947880688 140281237994352 140281711377026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29847] ppid=29785 vsize=10849036 memory=1845972 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29847/stat : 29847 (java) S 29785 29788 26338 0 -1 1077944384 22 13322 0 0 0 0 5 3 20 0 15 0 473847204 11109412864 462013 33554432000 4194304 4196468 140732947880688 140281148073632 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29848] ppid=29785 vsize=10849036 memory=1848052 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29848/stat : 29848 (java) S 29785 29788 26338 0 -1 1077944384 28 13322 0 0 0 0 5 3 20 0 15 0 473847204 11109412864 462013 33554432000 4194304 4196468 140732947880688 140280476984704 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29849] ppid=29785 vsize=10849036 memory=1848052 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29849/stat : 29849 (java) S 29785 29788 26338 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 473847207 11109412864 462013 33554432000 4194304 4196468 140732947880688 140280236693840 140281711384475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29850] ppid=29785 vsize=10849036 memory=1848052 CPUtime=5.05 cores=1,3,5,7
/proc/29788/task/29850/stat : 29850 (java) S 29785 29788 26338 0 -1 1077944384 42286 13322 0 0 492 5 5 3 20 0 15 0 473847207 11109412864 462013 33554432000 4194304 4196468 140732947880688 140281236941168 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29851] ppid=29785 vsize=10849036 memory=288230574492221466 CPUtime=4.49 cores=1,3,5,7
/proc/29788/task/29851/stat : 29851 (java) S 29785 29788 26338 0 -1 1077944384 36336 13322 0 0 437 4 5 3 20 0 15 0 473847207 11109412864 462013 33554432000 4194304 4196468 140732947880688 140281235888368 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29852] ppid=29785 vsize=10849036 memory=288230583166042426 CPUtime=1.99 cores=1,3,5,7
/proc/29788/task/29852/stat : 29852 (java) S 29785 29788 26338 0 -1 1077944384 27922 13322 0 0 186 5 5 3 20 0 15 0 473847207 11109412864 462013 33554432000 4194304 4196468 140732947880688 140281234835568 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29853] ppid=29785 vsize=10849036 memory=8560 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29853/stat : 29853 (java) S 29785 29788 26338 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 473847207 11109412864 462013 33554432000 4194304 4196468 140732947880688 140280203135200 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29854] ppid=29785 vsize=10849036 memory=6132 CPUtime=1.38 cores=1,3,5,7
/proc/29788/task/29854/stat : 29854 (java) S 29785 29788 26338 0 -1 1077944384 2936 13322 0 0 60 70 5 3 20 0 15 0 473847207 11109412864 462013 33554432000 4194304 4196468 140732947880688 140281233783984 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
Current children cumulated CPU time: 2339.9 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1848052 KiB

[startup+2382.3 s]
/proc/loadavg: 1.21 1.44 1.52 3/232 30099
/proc/meminfo: memFree=7292504/32770624 swapFree=67001832/67108860
[pid=29788] ppid=29785 vsize=10849036 memory=1848100 CPUtime=2400.1 cores=1,3,5,7
/proc/29788/stat : 29788 (java) S 29785 29788 26338 0 -1 1077944320 452380 13322 0 0 239820 182 5 3 20 0 15 0 473847190 11109412864 462025 33554432000 4194304 4196468 140732947880688 140732947863232 140281711365879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
/proc/29788/statm: 2712259 462025 3629 1 0 2674317 0
[pid=29788/tid=29841] ppid=29785 vsize=10849036 memory=1848100 CPUtime=2379.17 cores=1,3,5,7
/proc/29788/task/29841/stat : 29841 (java) R 29785 29788 26338 0 -1 4202560 128543 13322 0 0 237864 45 5 3 20 0 15 0 473847200 11109412864 462025 33554432000 4194304 4196468 140732947880688 140281683194048 140281313813028 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29842] ppid=29785 vsize=10849036 memory=1848100 CPUtime=1.84 cores=1,3,5,7
/proc/29788/task/29842/stat : 29842 (java) S 29785 29788 26338 0 -1 1077944384 55903 13322 0 0 160 16 5 3 20 0 15 0 473847202 11109412864 462025 33554432000 4194304 4196468 140732947880688 140281715608208 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29843] ppid=29785 vsize=10849036 memory=1848096 CPUtime=1.83 cores=1,3,5,7
/proc/29788/task/29843/stat : 29843 (java) S 29785 29788 26338 0 -1 1077944384 41943 13322 0 0 162 13 5 3 20 0 15 0 473847202 11109412864 462025 33554432000 4194304 4196468 140732947880688 140281619810832 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29844] ppid=29785 vsize=10849036 memory=235998 CPUtime=1.83 cores=1,3,5,7
/proc/29788/task/29844/stat : 29844 (java) S 29785 29788 26338 0 -1 1077944384 40215 13322 0 0 161 14 5 3 20 0 15 0 473847202 11109412864 462025 33554432000 4194304 4196468 140732947880688 140281283139984 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29845] ppid=29785 vsize=10849036 memory=1848096 CPUtime=1.84 cores=1,3,5,7
/proc/29788/task/29845/stat : 29845 (java) S 29785 29788 26338 0 -1 1077944384 38546 13322 0 0 162 14 5 3 20 0 15 0 473847202 11109412864 462025 33554432000 4194304 4196468 140732947880688 140281282087184 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29846] ppid=29785 vsize=10849036 memory=1848100 CPUtime=1.25 cores=1,3,5,7
/proc/29788/task/29846/stat : 29846 (java) S 29785 29788 26338 0 -1 1077944384 33401 13322 0 0 107 10 5 3 20 0 15 0 473847203 11109412864 462025 33554432000 4194304 4196468 140732947880688 140281237994352 140281711377026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29847] ppid=29785 vsize=10849036 memory=1848096 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29847/stat : 29847 (java) S 29785 29788 26338 0 -1 1077944384 22 13322 0 0 0 0 5 3 20 0 15 0 473847204 11109412864 462025 33554432000 4194304 4196468 140732947880688 140281148073632 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29848] ppid=29785 vsize=10849036 memory=1848080 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29848/stat : 29848 (java) S 29785 29788 26338 0 -1 1077944384 28 13322 0 0 0 0 5 3 20 0 15 0 473847204 11109412864 462025 33554432000 4194304 4196468 140732947880688 140280476984704 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29849] ppid=29785 vsize=10849036 memory=1848080 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29849/stat : 29849 (java) S 29785 29788 26338 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 473847207 11109412864 462025 33554432000 4194304 4196468 140732947880688 140280236693840 140281711384475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29850] ppid=29785 vsize=10849036 memory=1848076 CPUtime=5.05 cores=1,3,5,7
/proc/29788/task/29850/stat : 29850 (java) S 29785 29788 26338 0 -1 1077944384 42290 13322 0 0 492 5 5 3 20 0 15 0 473847207 11109412864 462025 33554432000 4194304 4196468 140732947880688 140281236941168 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29851] ppid=29785 vsize=10849036 memory=988 CPUtime=4.49 cores=1,3,5,7
/proc/29788/task/29851/stat : 29851 (java) S 29785 29788 26338 0 -1 1077944384 36340 13322 0 0 437 4 5 3 20 0 15 0 473847207 11109412864 462025 33554432000 4194304 4196468 140732947880688 140281235888368 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29852] ppid=29785 vsize=10849036 memory=1848100 CPUtime=2 cores=1,3,5,7
/proc/29788/task/29852/stat : 29852 (java) S 29785 29788 26338 0 -1 1077944384 29949 13322 0 0 186 6 5 3 20 0 15 0 473847207 11109412864 462025 33554432000 4194304 4196468 140732947880688 140281234835568 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29853] ppid=29785 vsize=10849036 memory=3280 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29853/stat : 29853 (java) S 29785 29788 26338 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 473847207 11109412864 462025 33554432000 4194304 4196468 140732947880688 140280203135200 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29854] ppid=29785 vsize=10849036 memory=6791534058613427641 CPUtime=1.41 cores=1,3,5,7
/proc/29788/task/29854/stat : 29854 (java) S 29785 29788 26338 0 -1 1077944384 2991 13322 0 0 61 72 5 3 20 0 15 0 473847207 11109412864 462025 33554432000 4194304 4196468 140732947880688 140281233783984 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
Current children cumulated CPU time: 2400.1 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1848100 KiB

[startup+2442.3 s]
/proc/loadavg: 1.65 1.51 1.54 3/232 30105
/proc/meminfo: memFree=7292704/32770624 swapFree=67001832/67108860
[pid=29788] ppid=29785 vsize=10849036 memory=1848152 CPUtime=2460.29 cores=1,3,5,7
/proc/29788/stat : 29788 (java) S 29785 29788 26338 0 -1 1077944320 461914 13322 0 0 245836 185 5 3 20 0 15 0 473847190 11109412864 462038 33554432000 4194304 4196468 140732947880688 140732947863232 140281711365879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
/proc/29788/statm: 2712259 462038 3629 1 0 2674317 0
[pid=29788/tid=29841] ppid=29785 vsize=10849036 memory=6791534058613427641 CPUtime=2439.06 cores=1,3,5,7
/proc/29788/task/29841/stat : 29841 (java) R 29785 29788 26338 0 -1 4202560 131059 13322 0 0 243853 45 5 3 20 0 15 0 473847200 11109412864 462038 33554432000 4194304 4196468 140732947880688 140281683201920 140281313810491 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29842] ppid=29785 vsize=10849036 memory=1848152 CPUtime=1.9 cores=1,3,5,7
/proc/29788/task/29842/stat : 29842 (java) S 29785 29788 26338 0 -1 1077944384 57788 13322 0 0 166 16 5 3 20 0 15 0 473847202 11109412864 462038 33554432000 4194304 4196468 140732947880688 140281715608208 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29843] ppid=29785 vsize=10849036 memory=1848140 CPUtime=1.9 cores=1,3,5,7
/proc/29788/task/29843/stat : 29843 (java) S 29785 29788 26338 0 -1 1077944384 42162 13322 0 0 168 14 5 3 20 0 15 0 473847202 11109412864 462038 33554432000 4194304 4196468 140732947880688 140281619810832 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29844] ppid=29785 vsize=10849036 memory=1848140 CPUtime=1.88 cores=1,3,5,7
/proc/29788/task/29844/stat : 29844 (java) S 29785 29788 26338 0 -1 1077944384 40616 13322 0 0 166 14 5 3 20 0 15 0 473847202 11109412864 462038 33554432000 4194304 4196468 140732947880688 140281283139984 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29845] ppid=29785 vsize=10849036 memory=1848152 CPUtime=1.9 cores=1,3,5,7
/proc/29788/task/29845/stat : 29845 (java) S 29785 29788 26338 0 -1 1077944384 41993 13322 0 0 168 14 5 3 20 0 15 0 473847202 11109412864 462038 33554432000 4194304 4196468 140732947880688 140281282087184 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29846] ppid=29785 vsize=10849036 memory=1848152 CPUtime=1.3 cores=1,3,5,7
/proc/29788/task/29846/stat : 29846 (java) S 29785 29788 26338 0 -1 1077944384 34381 13322 0 0 111 11 5 3 20 0 15 0 473847203 11109412864 462038 33554432000 4194304 4196468 140732947880688 140281237994352 140281711377026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29847] ppid=29785 vsize=10849036 memory=1848140 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29847/stat : 29847 (java) S 29785 29788 26338 0 -1 1077944384 22 13322 0 0 0 0 5 3 20 0 15 0 473847204 11109412864 462038 33554432000 4194304 4196468 140732947880688 140281148073632 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29848] ppid=29785 vsize=10849036 memory=1848152 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29848/stat : 29848 (java) S 29785 29788 26338 0 -1 1077944384 28 13322 0 0 0 0 5 3 20 0 15 0 473847204 11109412864 462038 33554432000 4194304 4196468 140732947880688 140280476984704 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29849] ppid=29785 vsize=10849036 memory=1848152 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29849/stat : 29849 (java) S 29785 29788 26338 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 473847207 11109412864 462038 33554432000 4194304 4196468 140732947880688 140280236693840 140281711384475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29850] ppid=29785 vsize=10849036 memory=1848100 CPUtime=5.05 cores=1,3,5,7
/proc/29788/task/29850/stat : 29850 (java) S 29785 29788 26338 0 -1 1077944384 42296 13322 0 0 492 5 5 3 20 0 15 0 473847207 11109412864 462038 33554432000 4194304 4196468 140732947880688 140281236941168 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29851] ppid=29785 vsize=10849036 memory=3280 CPUtime=4.49 cores=1,3,5,7
/proc/29788/task/29851/stat : 29851 (java) S 29785 29788 26338 0 -1 1077944384 36346 13322 0 0 437 4 5 3 20 0 15 0 473847207 11109412864 462038 33554432000 4194304 4196468 140732947880688 140281235888368 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29852] ppid=29785 vsize=10849036 memory=1848152 CPUtime=2 cores=1,3,5,7
/proc/29788/task/29852/stat : 29852 (java) S 29785 29788 26338 0 -1 1077944384 29958 13322 0 0 186 6 5 3 20 0 15 0 473847207 11109412864 462038 33554432000 4194304 4196468 140732947880688 140281234835568 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29853] ppid=29785 vsize=10849036 memory=3280 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29853/stat : 29853 (java) S 29785 29788 26338 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 473847207 11109412864 462038 33554432000 4194304 4196468 140732947880688 140280203135200 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29854] ppid=29785 vsize=10849036 memory=6791534058613427641 CPUtime=1.44 cores=1,3,5,7
/proc/29788/task/29854/stat : 29854 (java) S 29785 29788 26338 0 -1 1077944384 3056 13322 0 0 62 74 5 3 20 0 15 0 473847207 11109412864 462038 33554432000 4194304 4196468 140732947880688 140281233783984 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
Current children cumulated CPU time: 2460.29 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1848152 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2501.9 s]
/proc/loadavg: 1.50 1.50 1.54 3/232 30238
/proc/meminfo: memFree=8631228/32770624 swapFree=67001832/67108860
[pid=29788] ppid=29785 vsize=10849036 memory=1848172 CPUtime=2520.05 cores=1,3,5,7
/proc/29788/stat : 29788 (java) S 29785 29788 26338 0 -1 1077944320 468843 13322 0 0 251809 188 5 3 20 0 15 0 473847190 11109412864 462043 33554432000 4194304 4196468 140732947880688 140732947863232 140281711365879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
/proc/29788/statm: 2712259 462043 3629 1 0 2674317 0
[pid=29788/tid=29841] ppid=29785 vsize=10849036 memory=1804 CPUtime=2498.59 cores=1,3,5,7
/proc/29788/task/29841/stat : 29841 (java) R 29785 29788 26338 0 -1 4202560 133240 13322 0 0 249805 46 5 3 20 0 15 0 473847200 11109412864 462043 33554432000 4194304 4196468 140732947880688 140281683193504 140281311951140 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29842] ppid=29785 vsize=10849036 memory=1848172 CPUtime=1.93 cores=1,3,5,7
/proc/29788/task/29842/stat : 29842 (java) S 29785 29788 26338 0 -1 1077944384 59563 13322 0 0 169 16 5 3 20 0 15 0 473847202 11109412864 462043 33554432000 4194304 4196468 140732947880688 140281715608208 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29843] ppid=29785 vsize=10849036 memory=1848172 CPUtime=1.94 cores=1,3,5,7
/proc/29788/task/29843/stat : 29843 (java) S 29785 29788 26338 0 -1 1077944384 42212 13322 0 0 172 14 5 3 20 0 15 0 473847202 11109412864 462043 33554432000 4194304 4196468 140732947880688 140281619810832 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29844] ppid=29785 vsize=10849036 memory=1848172 CPUtime=1.93 cores=1,3,5,7
/proc/29788/task/29844/stat : 29844 (java) S 29785 29788 26338 0 -1 1077944384 42544 13322 0 0 171 14 5 3 20 0 15 0 473847202 11109412864 462043 33554432000 4194304 4196468 140732947880688 140281283139984 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29845] ppid=29785 vsize=10849036 memory=1848172 CPUtime=1.94 cores=1,3,5,7
/proc/29788/task/29845/stat : 29845 (java) S 29785 29788 26338 0 -1 1077944384 42230 13322 0 0 172 14 5 3 20 0 15 0 473847202 11109412864 462043 33554432000 4194304 4196468 140732947880688 140281282087184 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29846] ppid=29785 vsize=10849036 memory=1848172 CPUtime=1.33 cores=1,3,5,7
/proc/29788/task/29846/stat : 29846 (java) S 29785 29788 26338 0 -1 1077944384 35061 13322 0 0 114 11 5 3 20 0 15 0 473847203 11109412864 462043 33554432000 4194304 4196468 140732947880688 140281237994352 140281711377026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29847] ppid=29785 vsize=10849036 memory=1848172 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29847/stat : 29847 (java) S 29785 29788 26338 0 -1 1077944384 22 13322 0 0 0 0 5 3 20 0 15 0 473847204 11109412864 462043 33554432000 4194304 4196468 140732947880688 140281148073632 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29848] ppid=29785 vsize=10849036 memory=1848172 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29848/stat : 29848 (java) S 29785 29788 26338 0 -1 1077944384 28 13322 0 0 0 0 5 3 20 0 15 0 473847204 11109412864 462043 33554432000 4194304 4196468 140732947880688 140280476984704 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29849] ppid=29785 vsize=10849036 memory=1848172 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29849/stat : 29849 (java) S 29785 29788 26338 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 473847207 11109412864 462043 33554432000 4194304 4196468 140732947880688 140280236693840 140281711384475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29850] ppid=29785 vsize=10849036 memory=1848172 CPUtime=5.05 cores=1,3,5,7
/proc/29788/task/29850/stat : 29850 (java) S 29785 29788 26338 0 -1 1077944384 42300 13322 0 0 492 5 5 3 20 0 15 0 473847207 11109412864 462043 33554432000 4194304 4196468 140732947880688 140281236941168 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29851] ppid=29785 vsize=10849036 memory=1848172 CPUtime=4.49 cores=1,3,5,7
/proc/29788/task/29851/stat : 29851 (java) S 29785 29788 26338 0 -1 1077944384 36350 13322 0 0 437 4 5 3 20 0 15 0 473847207 11109412864 462043 33554432000 4194304 4196468 140732947880688 140281235888368 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29852] ppid=29785 vsize=10849036 memory=6628 CPUtime=2 cores=1,3,5,7
/proc/29788/task/29852/stat : 29852 (java) S 29785 29788 26338 0 -1 1077944384 29964 13322 0 0 186 6 5 3 20 0 15 0 473847207 11109412864 462043 33554432000 4194304 4196468 140732947880688 140281234835568 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29853] ppid=29785 vsize=10849036 memory=1848172 CPUtime=0.08 cores=1,3,5,7
/proc/29788/task/29853/stat : 29853 (java) S 29785 29788 26338 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 473847207 11109412864 462043 33554432000 4194304 4196468 140732947880688 140280203135200 140281711376085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
[pid=29788/tid=29854] ppid=29785 vsize=10849036 memory=3280 CPUtime=1.48 cores=1,3,5,7
/proc/29788/task/29854/stat : 29854 (java) S 29785 29788 26338 0 -1 1077944384 3120 13322 0 0 64 76 5 3 20 0 15 0 473847207 11109412864 462043 33554432000 4194304 4196468 140732947880688 140281233783984 140281711377026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9596928 140732947888741 140732947891381 140732947891381 140732947894223 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1848172 KiB

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

[startup+2502.03 s]
# the end of solver process 29788 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.27 s, system=1.93679 s

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

[startup+2502.01 s]*
/proc/loadavg: 1.38 1.47 1.53 3/234 30240
/proc/meminfo: memFree=8619064/32770624 swapFree=67001832/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2502.03
CPU time (s): 2520.21
CPU user time (s): 2518.27
CPU system time (s): 1.93679
CPU usage (%): 100.727
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 1933460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.27
system time used= 1.93679
maximum resident set size= 1935508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 488485
page faults= 0
swaps= 0
block input operations= 16
block output operations= 3048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 85691
involuntary context switches= 2247


# summary of solver processes directly reported to runsolver:
#   pid: 29788
#   total CPU time (s): 2520.21
#   total CPU user time (s): 2518.27
#   total CPU system time (s): 1.93679

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2706 second user time and 23.971 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-20 12:40:36
IDJOB=4402912
IDBENCH=128018
IDSOLVER=2861
FILE ID=node133/4402912-1568976076
RUNJOBID= node133-1568967598-26370
PBS_JOBID= 21704620
Free space on /var/tmp= 13452 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-25-5-5-0.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402912-1568976076/watcher-4402912-1568976076 -o /var/tmp/evaluation-result-4402912-1568976076/solver-4402912-1568976076 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node133-1568967598-26370 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=48196352 HOME/instance-4402912-1568976076.xml

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

MD5SUM BENCH= 297e7ff3843a631e244fdcc6d730e090
RANDOM SEED=48196352

node133.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.18
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.18
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.18
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.18
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:        11061304 kB
MemAvailable:   31832788 kB
Buffers:          136112 kB
Cached:         20520032 kB
SwapCached:         5396 kB
Active:         10320152 kB
Inactive:       10364608 kB
Active(anon):      25888 kB
Inactive(anon):    49396 kB
Active(file):   10294264 kB
Inactive(file): 10315212 kB
Unevictable:      111416 kB
Mlocked:          111416 kB
SwapTotal:      67108860 kB
SwapFree:       67001824 kB
Dirty:             73220 kB
Writeback:             0 kB
AnonPages:        122880 kB
Mapped:            63156 kB
Shmem:             37664 kB
Slab:             619872 kB
SReclaimable:     590468 kB
SUnreclaim:        29404 kB
KernelStack:        3776 kB
PageTables:         5836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1515848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13420 MiB
End job on node133 at 2019-09-20 13:22:18