Trace number 4296046

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.8 2018-06-13? (TO) 2520.12 2463.34

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m2-4-0_c18.xml
MD5SUM04f92f5fbe642378aecc464c78b62b37
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables22422
Number of constraints24998
Number of domains4
Minimum domain size2
Maximum domain size111
Distribution of domain sizes[{"size":2,"count":22089},{"size":10,"count":111},{"size":37,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree224
Distribution of variable degrees[{"degree":2,"count":20313},{"degree":3,"count":1443},{"degree":4,"count":333},{"degree":5,"count":222},{"degree":222,"count":78},{"degree":223,"count":24},{"degree":224,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":24774},{"arity":88,"count":111},{"arity":111,"count":2},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints24663
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":24663},{"type":"ordered","count":1},{"type":"sum","count":223}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1.03/1.30	c Concrete v3.8.1528841891564 running
2520.06/2463.30	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.06/2463.30		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.06/2463.31		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.06/2463.31		at concrete.BooleanDomain$UNKNOWNBoolean$.filter(BooleanDomain.scala:80)
2520.06/2463.31		at concrete.BooleanDomain$UNKNOWNBoolean$.filter(BooleanDomain.scala:12)
2520.06/2463.31		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.06/2463.31		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2463.31		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.06/2463.31		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2463.31		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2463.31		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.06/2463.31		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2463.31		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2463.31		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.06/2463.31		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.06/2463.31		at scala.Option.map(Option.scala:146)
2520.06/2463.31		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.06/2463.31		at concrete.MAC.mac(MAC.scala:203)
2520.06/2463.31		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2463.31		at scala.util.Try$.apply(Try.scala:209)
2520.06/2463.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2463.31		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2463.31		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2463.31		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2463.31		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2463.31		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2463.31		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2463.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2463.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2463.31		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2463.31		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2463.31		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.06/2463.31		at concrete.ProblemState.map(ProblemState.scala:221)
2520.06/2463.31		at concrete.ProblemState.map(ProblemState.scala:204)
2520.06/2463.31		at concrete.MAC.nextSolution(MAC.scala:334)
2520.06/2463.31		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2463.31		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.06/2463.31		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.06/2463.31		at concrete.Solver.foreach(Solver.scala:68)
2520.06/2463.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.06/2463.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2463.31		at scala.util.Success.map(Try.scala:209)
2520.06/2463.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2463.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2463.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2463.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2463.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2463.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2463.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2463.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2463.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2463.31		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2463.31		at scala.App.main(App.scala:76)
2520.06/2463.31		at scala.App.main$(App.scala:74)
2520.06/2463.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2463.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2463.32	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 (3154 MiB free)
  memory of node 1: 16384 MiB (7977 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4296046-1532611346/watcher-4296046-1532611346 -o /tmp/evaluation-result-4296046-1532611346/solver-4296046-1532611346 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532582651-29261 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1259871118 HOME/instance-4296046-1532611346.xml 

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

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


[startup+0.10006 s]*
/proc/loadavg: 1.67 1.57 1.60 2/202 2176
/proc/meminfo: memFree=11383044/32770624 swapFree=67108852/67108860
[pid=2123] ppid=2120 vsize=141156 memory=5292 CPUtime=0.07 cores=0,2,4,6
/proc/2123/stat : 2123 (java) S 2120 2123 29230 0 -1 1077944320 2455 13144 0 0 0 0 4 3 20 0 2 0 78697768 144543744 1323 33554432000 4194304 4196468 140724282343712 140724282326256 139968807046903 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
/proc/2123/statm: 35289 1323 993 1 0 24747 0
[pid=2123/tid=2176] ppid=2120 vsize=141156 memory=-8171376296011865461 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2176/stat : 2176 (java) D 2120 2123 29230 0 -1 4202560 262 13144 0 0 0 0 4 3 20 0 2 0 78697777 144543744 1323 33554432000 4194304 4196468 140724282343712 139968778889648 139968807070781 0 0 0 16784584 18446744072099941509 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 141156 KiB
Current children cumulated memory: 5292 KiB

[startup+0.751809 s]*
/proc/loadavg: 1.67 1.57 1.60 4/215 2189
/proc/meminfo: memFree=11375672/32770624 swapFree=67108852/67108860
[pid=2123] ppid=2120 vsize=10818904 memory=35400 CPUtime=0.23 cores=0,2,4,6
/proc/2123/stat : 2123 (java) S 2120 2123 29230 0 -1 1077944320 6622 13144 0 0 15 1 4 3 20 0 15 0 78697768 11078557696 8850 33554432000 4194304 4196468 140724282343712 140724282326256 139968807046903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
/proc/2123/statm: 2704726 8850 2953 1 0 2667149 0
[pid=2123/tid=2176] ppid=2120 vsize=10818904 memory=8389772277269004345 CPUtime=0.16 cores=0,2,4,6
/proc/2123/task/2176/stat : 2176 (java) R 2120 2123 29230 0 -1 4202560 3162 13144 0 0 9 0 4 3 20 0 15 0 78697777 11078557696 8850 33554432000 4194304 4196468 140724282343712 139968778843632 139968790233712 0 4 0 16800975 0 0 0 -1 4 0 0 55 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2177] ppid=2120 vsize=10818904 memory=4294967641 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2177/stat : 2177 (java) S 2120 2123 29230 0 -1 1077944384 2 13144 0 0 0 0 4 3 20 0 15 0 78697833 11078557696 8850 33554432000 4194304 4196468 140724282343712 139968811289360 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2178] ppid=2120 vsize=10818904 memory=288370742792976000 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2178/stat : 2178 (java) S 2120 2123 29230 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 78697833 11078557696 8850 33554432000 4194304 4196468 140724282343712 139968699562896 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2179] ppid=2120 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2179/stat : 2179 (java) S 2120 2123 29230 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 78697833 11078557696 8850 33554432000 4194304 4196468 140724282343712 139968698510352 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2180] ppid=2120 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2180/stat : 2180 (java) S 2120 2123 29230 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 78697833 11078557696 8850 33554432000 4194304 4196468 140724282343712 139968697457808 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2181] ppid=2120 vsize=10818904 memory=140366641264256 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2181/stat : 2181 (java) S 2120 2123 29230 0 -1 1077944384 2 13144 0 0 0 0 4 3 20 0 15 0 78697835 11078557696 8850 33554432000 4194304 4196468 140724282343712 139967809419248 139968807058050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2182] ppid=2120 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2182/stat : 2182 (java) S 2120 2123 29230 0 -1 1077944384 33 13144 0 0 0 0 4 3 20 0 15 0 78697835 11078557696 8850 33554432000 4194304 4196468 140724282343712 139967808365472 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2183] ppid=2120 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2183/stat : 2183 (java) S 2120 2123 29230 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 78697835 11078557696 8850 33554432000 4194304 4196468 140724282343712 139967682569200 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2184] ppid=2120 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2184/stat : 2184 (java) S 2120 2123 29230 0 -1 1077944384 3 13144 0 0 0 0 4 3 20 0 15 0 78697838 11078557696 8850 33554432000 4194304 4196468 140724282343712 139967375169744 139968807065499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2185] ppid=2120 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2123/task/2185/stat : 2185 (java) S 2120 2123 29230 0 -1 1077944384 412 13144 0 0 1 0 4 3 20 0 15 0 78697838 11078557696 8850 33554432000 4194304 4196468 140724282343712 139967774808560 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2186] ppid=2120 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2123/task/2186/stat : 2186 (java) S 2120 2123 29230 0 -1 1077944384 196 13144 0 0 1 0 4 3 20 0 15 0 78697838 11078557696 8850 33554432000 4194304 4196468 140724282343712 139967773756016 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2187] ppid=2120 vsize=10818904 memory=140366641264256 CPUtime=0.1 cores=0,2,4,6
/proc/2123/task/2187/stat : 2187 (java) S 2120 2123 29230 0 -1 1077944384 626 13144 0 0 3 0 4 3 20 0 15 0 78697838 11078557696 8850 33554432000 4194304 4196468 140724282343712 139967772703472 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2188] ppid=2120 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2188/stat : 2188 (java) S 2120 2123 29230 0 -1 1077944384 3 13144 0 0 0 0 4 3 20 0 15 0 78697838 11078557696 8850 33554432000 4194304 4196468 140724282343712 139967341612128 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2189] ppid=2120 vsize=10818904 memory=140366641264256 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2189/stat : 2189 (java) S 2120 2123 29230 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 78697838 11078557696 8850 33554432000 4194304 4196468 140724282343712 139967771650352 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 35400 KiB

[startup+0.810198 s]*
/proc/loadavg: 1.67 1.57 1.60 3/215 2189
/proc/meminfo: memFree=11368468/32770624 swapFree=67108852/67108860
[pid=2123] ppid=2120 vsize=10819352 memory=46148 CPUtime=0.3 cores=0,2,4,6
/proc/2123/stat : 2123 (java) S 2120 2123 29230 0 -1 1077944320 9511 13144 0 0 21 2 4 3 20 0 15 0 78697768 11079016448 11537 33554432000 4194304 4196468 140724282343712 140724282326256 139968807046903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
/proc/2123/statm: 2704838 11537 3066 1 0 2667149 0
[pid=2123/tid=2176] ppid=2120 vsize=10819352 memory=7 CPUtime=0.22 cores=0,2,4,6
/proc/2123/task/2176/stat : 2176 (java) R 2120 2123 29230 0 -1 4202560 6048 13144 0 0 14 1 4 3 20 0 15 0 78697777 11079016448 11537 33554432000 4194304 4196468 140724282343712 139968778868016 139968791127390 0 4 0 16800975 0 0 0 -1 4 0 0 55 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2177] ppid=2120 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2177/stat : 2177 (java) S 2120 2123 29230 0 -1 1077944384 2 13144 0 0 0 0 4 3 20 0 15 0 78697833 11079016448 11537 33554432000 4194304 4196468 140724282343712 139968811289360 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2178] ppid=2120 vsize=10819352 memory=140366641264256 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2178/stat : 2178 (java) S 2120 2123 29230 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 78697833 11079016448 11537 33554432000 4194304 4196468 140724282343712 139968699562896 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2179] ppid=2120 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2179/stat : 2179 (java) S 2120 2123 29230 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 78697833 11079016448 11537 33554432000 4194304 4196468 140724282343712 139968698510352 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2180] ppid=2120 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2180/stat : 2180 (java) S 2120 2123 29230 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 78697833 11079016448 11537 33554432000 4194304 4196468 140724282343712 139968697457808 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2181] ppid=2120 vsize=10819352 memory=140366641264256 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2181/stat : 2181 (java) S 2120 2123 29230 0 -1 1077944384 2 13144 0 0 0 0 4 3 20 0 15 0 78697835 11079016448 11537 33554432000 4194304 4196468 140724282343712 139967809419248 139968807058050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2182] ppid=2120 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2182/stat : 2182 (java) S 2120 2123 29230 0 -1 1077944384 33 13144 0 0 0 0 4 3 20 0 15 0 78697835 11079016448 11537 33554432000 4194304 4196468 140724282343712 139967808365472 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2183] ppid=2120 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2183/stat : 2183 (java) S 2120 2123 29230 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 78697835 11079016448 11537 33554432000 4194304 4196468 140724282343712 139967682569200 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2184] ppid=2120 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2184/stat : 2184 (java) S 2120 2123 29230 0 -1 1077944384 3 13144 0 0 0 0 4 3 20 0 15 0 78697838 11079016448 11537 33554432000 4194304 4196468 140724282343712 139967375169744 139968807065499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2185] ppid=2120 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2123/task/2185/stat : 2185 (java) S 2120 2123 29230 0 -1 1077944384 412 13144 0 0 1 0 4 3 20 0 15 0 78697838 11079016448 11537 33554432000 4194304 4196468 140724282343712 139967774808560 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2186] ppid=2120 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2123/task/2186/stat : 2186 (java) S 2120 2123 29230 0 -1 1077944384 196 13144 0 0 1 0 4 3 20 0 15 0 78697838 11079016448 11537 33554432000 4194304 4196468 140724282343712 139967773756016 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2187] ppid=2120 vsize=10819352 memory=140366641264256 CPUtime=0.11 cores=0,2,4,6
/proc/2123/task/2187/stat : 2187 (java) S 2120 2123 29230 0 -1 1077944384 637 13144 0 0 4 0 4 3 20 0 15 0 78697838 11079016448 11537 33554432000 4194304 4196468 140724282343712 139967772703472 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2188] ppid=2120 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2188/stat : 2188 (java) S 2120 2123 29230 0 -1 1077944384 3 13144 0 0 0 0 4 3 20 0 15 0 78697838 11079016448 11537 33554432000 4194304 4196468 140724282343712 139967341612128 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2189] ppid=2120 vsize=10819352 memory=140366641264256 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2189/stat : 2189 (java) S 2120 2123 29230 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 78697838 11079016448 11585 33554432000 4194304 4196468 140724282343712 139967771650352 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 46148 KiB

[startup+0.910253 s]*
/proc/loadavg: 1.67 1.57 1.60 3/215 2189
/proc/meminfo: memFree=11361148/32770624 swapFree=67108852/67108860
[pid=2123] ppid=2120 vsize=10819352 memory=53584 CPUtime=0.42 cores=0,2,4,6
/proc/2123/stat : 2123 (java) S 2120 2123 29230 0 -1 1077944320 11080 13144 0 0 33 2 4 3 20 0 15 0 78697768 11079016448 13396 33554432000 4194304 4196468 140724282343712 140724282326256 139968807046903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
/proc/2123/statm: 2704838 13396 3077 1 0 2667149 0
[pid=2123/tid=2176] ppid=2120 vsize=10819352 memory=8389772277269004345 CPUtime=0.32 cores=0,2,4,6
/proc/2123/task/2176/stat : 2176 (java) R 2120 2123 29230 0 -1 4202560 7575 13144 0 0 23 2 4 3 20 0 15 0 78697777 11079016448 13462 33554432000 4194304 4196468 140724282343712 139968778858912 139968791127390 0 4 0 16800975 0 0 0 -1 4 0 0 55 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2177] ppid=2120 vsize=10819352 memory=4294967641 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2177/stat : 2177 (java) S 2120 2123 29230 0 -1 1077944384 2 13144 0 0 0 0 4 3 20 0 15 0 78697833 11079016448 13462 33554432000 4194304 4196468 140724282343712 139968811289360 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2178] ppid=2120 vsize=10819352 memory=288370742792976000 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2178/stat : 2178 (java) S 2120 2123 29230 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 78697833 11079016448 13462 33554432000 4194304 4196468 140724282343712 139968699562896 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2179] ppid=2120 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2179/stat : 2179 (java) S 2120 2123 29230 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 78697833 11079016448 13462 33554432000 4194304 4196468 140724282343712 139968698510352 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2180] ppid=2120 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2180/stat : 2180 (java) S 2120 2123 29230 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 78697833 11079016448 13462 33554432000 4194304 4196468 140724282343712 139968697457808 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2181] ppid=2120 vsize=10819352 memory=140366641264256 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2181/stat : 2181 (java) S 2120 2123 29230 0 -1 1077944384 2 13144 0 0 0 0 4 3 20 0 15 0 78697835 11079016448 13462 33554432000 4194304 4196468 140724282343712 139967809419248 139968807058050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2182] ppid=2120 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2182/stat : 2182 (java) S 2120 2123 29230 0 -1 1077944384 33 13144 0 0 0 0 4 3 20 0 15 0 78697835 11079016448 13462 33554432000 4194304 4196468 140724282343712 139967808365472 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2183] ppid=2120 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2183/stat : 2183 (java) S 2120 2123 29230 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 78697835 11079016448 13462 33554432000 4194304 4196468 140724282343712 139967682569200 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2184] ppid=2120 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2184/stat : 2184 (java) S 2120 2123 29230 0 -1 1077944384 3 13144 0 0 0 0 4 3 20 0 15 0 78697838 11079016448 13462 33554432000 4194304 4196468 140724282343712 139967375169744 139968807065499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2185] ppid=2120 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2123/task/2185/stat : 2185 (java) S 2120 2123 29230 0 -1 1077944384 415 13144 0 0 1 0 4 3 20 0 15 0 78697838 11079016448 13462 33554432000 4194304 4196468 140724282343712 139967774808560 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2186] ppid=2120 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2123/task/2186/stat : 2186 (java) S 2120 2123 29230 0 -1 1077944384 197 13144 0 0 1 0 4 3 20 0 15 0 78697838 11079016448 13462 33554432000 4194304 4196468 140724282343712 139967773756016 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2187] ppid=2120 vsize=10819352 memory=140366641264256 CPUtime=0.12 cores=0,2,4,6
/proc/2123/task/2187/stat : 2187 (java) S 2120 2123 29230 0 -1 1077944384 654 13144 0 0 5 0 4 3 20 0 15 0 78697838 11079016448 13462 33554432000 4194304 4196468 140724282343712 139967772703472 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2188] ppid=2120 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2188/stat : 2188 (java) S 2120 2123 29230 0 -1 1077944384 3 13144 0 0 0 0 4 3 20 0 15 0 78697838 11079016448 13462 33554432000 4194304 4196468 140724282343712 139967341612128 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2189] ppid=2120 vsize=10819352 memory=140366641264256 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2189/stat : 2189 (java) S 2120 2123 29230 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 78697838 11079016448 13462 33554432000 4194304 4196468 140724282343712 139967771650352 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53584 KiB

[startup+1.50066 s]*
/proc/loadavg: 1.67 1.57 1.60 4/215 2189
/proc/meminfo: memFree=11312300/32770624 swapFree=67108852/67108860
[pid=2123] ppid=2120 vsize=10825984 memory=102192 CPUtime=1.36 cores=0,2,4,6
/proc/2123/stat : 2123 (java) S 2120 2123 29230 0 -1 1077944320 18683 13144 0 0 124 5 4 3 20 0 15 0 78697768 11085807616 25548 33554432000 4194304 4196468 140724282343712 140724282326256 139968807046903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
/proc/2123/statm: 2706496 25548 3408 1 0 2668173 0
[pid=2123/tid=2176] ppid=2120 vsize=10825984 memory=6935054825532540783 CPUtime=0.9 cores=0,2,4,6
/proc/2123/task/2176/stat : 2176 (java) R 2120 2123 29230 0 -1 4202560 13904 13144 0 0 79 4 4 3 20 0 15 0 78697777 11085807616 25548 33554432000 4194304 4196468 140724282343712 139968778866240 139968807068250 0 4 0 16800975 0 0 0 -1 4 0 0 55 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2177] ppid=2120 vsize=10825984 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2177/stat : 2177 (java) S 2120 2123 29230 0 -1 1077944384 2 13144 0 0 0 0 4 3 20 0 15 0 78697833 11085807616 25548 33554432000 4194304 4196468 140724282343712 139968811289360 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2178] ppid=2120 vsize=10825984 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2178/stat : 2178 (java) S 2120 2123 29230 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 78697833 11085807616 25548 33554432000 4194304 4196468 140724282343712 139968699562896 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2179] ppid=2120 vsize=10825984 memory=1399094042734925955 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2179/stat : 2179 (java) S 2120 2123 29230 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 78697833 11085807616 25548 33554432000 4194304 4196468 140724282343712 139968698510352 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2180] ppid=2120 vsize=10825984 memory=3544385890265608239 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2180/stat : 2180 (java) S 2120 2123 29230 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 78697833 11085807616 25548 33554432000 4194304 4196468 140724282343712 139968697457808 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2181] ppid=2120 vsize=10825984 memory=7363860215893763760 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2181/stat : 2181 (java) S 2120 2123 29230 0 -1 1077944384 6 13144 0 0 0 0 4 3 20 0 15 0 78697835 11085807616 25548 33554432000 4194304 4196468 140724282343712 139967809419248 139968807058050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2182] ppid=2120 vsize=10825984 memory=7352472069532512107 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2182/stat : 2182 (java) S 2120 2123 29230 0 -1 1077944384 33 13144 0 0 0 0 4 3 20 0 15 0 78697835 11085807616 25548 33554432000 4194304 4196468 140724282343712 139967808365472 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2183] ppid=2120 vsize=10825984 memory=6944656592455097440 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2183/stat : 2183 (java) S 2120 2123 29230 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 78697835 11085807616 25548 33554432000 4194304 4196468 140724282343712 139967682569200 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2184] ppid=2120 vsize=10825984 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2184/stat : 2184 (java) S 2120 2123 29230 0 -1 1077944384 3 13144 0 0 0 0 4 3 20 0 15 0 78697838 11085807616 25548 33554432000 4194304 4196468 140724282343712 139967375169744 139968807065499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2185] ppid=2120 vsize=10825984 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/2123/task/2185/stat : 2185 (java) S 2120 2123 29230 0 -1 1077944384 1055 13144 0 0 13 0 4 3 20 0 15 0 78697838 11085807616 25548 33554432000 4194304 4196468 140724282343712 139967774808560 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2186] ppid=2120 vsize=10825984 memory=3467831327761375280 CPUtime=0.17 cores=0,2,4,6
/proc/2123/task/2186/stat : 2186 (java) S 2120 2123 29230 0 -1 1077944384 593 13144 0 0 10 0 4 3 20 0 15 0 78697838 11085807616 25548 33554432000 4194304 4196468 140724282343712 139967773756016 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2187] ppid=2120 vsize=10825984 memory=140366641264256 CPUtime=0.27 cores=0,2,4,6
/proc/2123/task/2187/stat : 2187 (java) S 2120 2123 29230 0 -1 1077944384 896 13144 0 0 20 0 4 3 20 0 15 0 78697838 11085807616 25548 33554432000 4194304 4196468 140724282343712 139967772703472 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2188] ppid=2120 vsize=10825984 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2188/stat : 2188 (java) S 2120 2123 29230 0 -1 1077944384 3 13144 0 0 0 0 4 3 20 0 15 0 78697838 11085807616 25548 33554432000 4194304 4196468 140724282343712 139967341612128 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2189] ppid=2120 vsize=10825984 memory=140366641264256 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2189/stat : 2189 (java) S 2120 2123 29230 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 78697838 11085807616 25548 33554432000 4194304 4196468 140724282343712 139967771650352 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 10825984 KiB
Current children cumulated memory: 102192 KiB

[startup+3.10063 s]
/proc/loadavg: 1.67 1.57 1.60 5/215 2189
/proc/meminfo: memFree=11150708/32770624 swapFree=67108852/67108860
[pid=2123] ppid=2120 vsize=10836300 memory=329784 CPUtime=5.55 cores=0,2,4,6
/proc/2123/stat : 2123 (java) S 2120 2123 29230 0 -1 1077944320 29859 13144 0 0 530 18 4 3 20 0 15 0 78697768 11096371200 82446 33554432000 4194304 4196468 140724282343712 140724282326256 139968807046903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
/proc/2123/statm: 2709075 82446 3494 1 0 2670733 0

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

/proc/2123/task/2176/stat : 2176 (java) R 2120 2123 29230 0 -1 4202560 342992 13144 0 0 231270 102 4 3 20 0 15 0 78697777 11113168896 800112 33554432000 4194304 4196468 140724282343712 139968778880816 139968391850631 0 4 0 16800975 0 0 0 -1 0 0 0 55 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2177] ppid=2120 vsize=10852704 memory=2600 CPUtime=6.49 cores=0,2,4,6
/proc/2123/task/2177/stat : 2177 (java) S 2120 2123 29230 0 -1 1077944384 18286 13144 0 0 605 37 4 3 20 0 15 0 78697833 11113168896 800112 33554432000 4194304 4196468 140724282343712 139968811289360 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2178] ppid=2120 vsize=10852704 memory=3200448 CPUtime=6.48 cores=0,2,4,6
/proc/2123/task/2178/stat : 2178 (java) S 2120 2123 29230 0 -1 1077944384 21083 13144 0 0 605 36 4 3 20 0 15 0 78697833 11113168896 800112 33554432000 4194304 4196468 140724282343712 139968699562896 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2179] ppid=2120 vsize=10852704 memory=4126316290023845779 CPUtime=6.47 cores=0,2,4,6
/proc/2123/task/2179/stat : 2179 (java) S 2120 2123 29230 0 -1 1077944384 23461 13144 0 0 603 37 4 3 20 0 15 0 78697833 11113168896 800112 33554432000 4194304 4196468 140724282343712 139968698510352 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2180] ppid=2120 vsize=10852704 memory=3276 CPUtime=6.5 cores=0,2,4,6
/proc/2123/task/2180/stat : 2180 (java) S 2120 2123 29230 0 -1 1077944384 32916 13144 0 0 606 37 4 3 20 0 15 0 78697833 11113168896 800112 33554432000 4194304 4196468 140724282343712 139968697457808 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2181] ppid=2120 vsize=10852704 memory=1820064 CPUtime=1.06 cores=0,2,4,6
/proc/2123/task/2181/stat : 2181 (java) S 2120 2123 29230 0 -1 1077944384 32308 13144 0 0 83 16 4 3 20 0 15 0 78697835 11113168896 800112 33554432000 4194304 4196468 140724282343712 139967809419248 139968807058050 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2182] ppid=2120 vsize=10852704 memory=2200 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2182/stat : 2182 (java) S 2120 2123 29230 0 -1 1077944384 48 13144 0 0 0 0 4 3 20 0 15 0 78697835 11113168896 800112 33554432000 4194304 4196468 140724282343712 139967808365536 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2183] ppid=2120 vsize=10852704 memory=7284 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2183/stat : 2183 (java) S 2120 2123 29230 0 -1 1077944384 5 13144 0 0 0 0 4 3 20 0 15 0 78697835 11113168896 800112 33554432000 4194304 4196468 140724282343712 139967682569216 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2184] ppid=2120 vsize=10852704 memory=844 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2184/stat : 2184 (java) S 2120 2123 29230 0 -1 1077944384 3 13144 0 0 0 0 4 3 20 0 15 0 78697838 11113168896 800112 33554432000 4194304 4196468 140724282343712 139967375169744 139968807065499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2185] ppid=2120 vsize=10852704 memory=1008 CPUtime=16.24 cores=0,2,4,6
/proc/2123/task/2185/stat : 2185 (java) S 2120 2123 29230 0 -1 1077944384 57557 13144 0 0 1610 7 4 3 20 0 15 0 78697838 11113168896 800112 33554432000 4194304 4196468 140724282343712 139967774808560 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2186] ppid=2120 vsize=10852704 memory=1952 CPUtime=16.21 cores=0,2,4,6
/proc/2123/task/2186/stat : 2186 (java) S 2120 2123 29230 0 -1 1077944384 49984 13144 0 0 1606 8 4 3 20 0 15 0 78697838 11113168896 800112 33554432000 4194304 4196468 140724282343712 139967773756016 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2187] ppid=2120 vsize=10852704 memory=8564 CPUtime=4.48 cores=0,2,4,6
/proc/2123/task/2187/stat : 2187 (java) S 2120 2123 29230 0 -1 1077944384 57430 13144 0 0 432 9 4 3 20 0 15 0 78697838 11113168896 800112 33554432000 4194304 4196468 140724282343712 139967772703472 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2188] ppid=2120 vsize=10852704 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2188/stat : 2188 (java) S 2120 2123 29230 0 -1 1077944384 3 13144 0 0 0 0 4 3 20 0 15 0 78697838 11113168896 800112 33554432000 4194304 4196468 140724282343712 139967341612128 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2189] ppid=2120 vsize=10852704 memory=5372 CPUtime=1.35 cores=0,2,4,6
/proc/2123/task/2189/stat : 2189 (java) S 2120 2123 29230 0 -1 1077944384 2181 13144 0 0 64 64 4 3 20 0 15 0 78697838 11113168896 800112 33554432000 4194304 4196468 140724282343712 139967771650352 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
Current children cumulated CPU time: 2378.56 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 3200448 KiB

[startup+2382.3 s]
/proc/loadavg: 1.45 1.52 1.58 3/217 2417
/proc/meminfo: memFree=8054424/32770624 swapFree=67108852/67108860
[pid=2123] ppid=2120 vsize=10852704 memory=3200556 CPUtime=2438.81 cores=0,2,4,6
/proc/2123/stat : 2123 (java) S 2120 2123 29230 0 -1 1077944320 647438 13144 0 0 243535 339 4 3 20 0 15 0 78697768 11113168896 800139 33554432000 4194304 4196468 140724282343712 140724282326256 139968807046903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
/proc/2123/statm: 2713176 800139 3539 1 0 2674829 0
[pid=2123/tid=2176] ppid=2120 vsize=10852704 memory=4044 CPUtime=2373.71 cores=0,2,4,6
/proc/2123/task/2176/stat : 2176 (java) R 2120 2123 29230 0 -1 4202560 347312 13144 0 0 237261 103 4 3 20 0 15 0 78697777 11113168896 800139 33554432000 4194304 4196468 140724282343712 139968778882208 139968395835638 0 4 0 16800975 0 0 0 -1 2 0 0 55 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2177] ppid=2120 vsize=10852704 memory=644 CPUtime=6.57 cores=0,2,4,6
/proc/2123/task/2177/stat : 2177 (java) S 2120 2123 29230 0 -1 1077944384 19420 13144 0 0 613 37 4 3 20 0 15 0 78697833 11113168896 800139 33554432000 4194304 4196468 140724282343712 139968811289360 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2178] ppid=2120 vsize=10852704 memory=956 CPUtime=6.55 cores=0,2,4,6
/proc/2123/task/2178/stat : 2178 (java) S 2120 2123 29230 0 -1 1077944384 21157 13144 0 0 612 36 4 3 20 0 15 0 78697833 11113168896 800139 33554432000 4194304 4196468 140724282343712 139968699562896 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2179] ppid=2120 vsize=10852704 memory=1232 CPUtime=6.54 cores=0,2,4,6
/proc/2123/task/2179/stat : 2179 (java) S 2120 2123 29230 0 -1 1077944384 24215 13144 0 0 610 37 4 3 20 0 15 0 78697833 11113168896 800139 33554432000 4194304 4196468 140724282343712 139968698510352 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2180] ppid=2120 vsize=10852704 memory=13720 CPUtime=6.59 cores=0,2,4,6
/proc/2123/task/2180/stat : 2180 (java) S 2120 2123 29230 0 -1 1077944384 33223 13144 0 0 614 38 4 3 20 0 15 0 78697833 11113168896 800139 33554432000 4194304 4196468 140724282343712 139968697457808 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2181] ppid=2120 vsize=10852704 memory=16432 CPUtime=1.07 cores=0,2,4,6
/proc/2123/task/2181/stat : 2181 (java) S 2120 2123 29230 0 -1 1077944384 32666 13144 0 0 84 16 4 3 20 0 15 0 78697835 11113168896 800139 33554432000 4194304 4196468 140724282343712 139967809419248 139968807058050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2182] ppid=2120 vsize=10852704 memory=1792 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2182/stat : 2182 (java) S 2120 2123 29230 0 -1 1077944384 48 13144 0 0 0 0 4 3 20 0 15 0 78697835 11113168896 800139 33554432000 4194304 4196468 140724282343712 139967808365536 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2183] ppid=2120 vsize=10852704 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2183/stat : 2183 (java) S 2120 2123 29230 0 -1 1077944384 5 13144 0 0 0 0 4 3 20 0 15 0 78697835 11113168896 800139 33554432000 4194304 4196468 140724282343712 139967682569216 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2184] ppid=2120 vsize=10852704 memory=1580 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2184/stat : 2184 (java) S 2120 2123 29230 0 -1 1077944384 3 13144 0 0 0 0 4 3 20 0 15 0 78697838 11113168896 800139 33554432000 4194304 4196468 140724282343712 139967375169744 139968807065499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2185] ppid=2120 vsize=10852704 memory=928 CPUtime=16.24 cores=0,2,4,6
/proc/2123/task/2185/stat : 2185 (java) S 2120 2123 29230 0 -1 1077944384 57560 13144 0 0 1610 7 4 3 20 0 15 0 78697838 11113168896 800139 33554432000 4194304 4196468 140724282343712 139967774808560 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2186] ppid=2120 vsize=10852704 memory=2244 CPUtime=16.21 cores=0,2,4,6
/proc/2123/task/2186/stat : 2186 (java) S 2120 2123 29230 0 -1 1077944384 49992 13144 0 0 1606 8 4 3 20 0 15 0 78697838 11113168896 800139 33554432000 4194304 4196468 140724282343712 139967773756016 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2187] ppid=2120 vsize=10852704 memory=4124 CPUtime=4.48 cores=0,2,4,6
/proc/2123/task/2187/stat : 2187 (java) S 2120 2123 29230 0 -1 1077944384 57434 13144 0 0 432 9 4 3 20 0 15 0 78697838 11113168896 800139 33554432000 4194304 4196468 140724282343712 139967772703472 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2188] ppid=2120 vsize=10852704 memory=4096 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2188/stat : 2188 (java) S 2120 2123 29230 0 -1 1077944384 3 13144 0 0 0 0 4 3 20 0 15 0 78697838 11113168896 800139 33554432000 4194304 4196468 140724282343712 139967341612128 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2189] ppid=2120 vsize=10852704 memory=1408 CPUtime=1.38 cores=0,2,4,6
/proc/2123/task/2189/stat : 2189 (java) S 2120 2123 29230 0 -1 1077944384 2207 13144 0 0 65 66 4 3 20 0 15 0 78697838 11113168896 800139 33554432000 4194304 4196468 140724282343712 139967771650352 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
Current children cumulated CPU time: 2438.81 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 3200556 KiB

[startup+2442.3 s]
/proc/loadavg: 1.53 1.53 1.58 3/217 2418
/proc/meminfo: memFree=8094768/32770624 swapFree=67108852/67108860
[pid=2123] ppid=2120 vsize=10852704 memory=3199064 CPUtime=2498.98 cores=0,2,4,6
/proc/2123/stat : 2123 (java) S 2120 2123 29230 0 -1 1077944320 654751 13144 0 0 249551 340 4 3 20 0 15 0 78697768 11113168896 799766 33554432000 4194304 4196468 140724282343712 140724282326256 139968807046903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
/proc/2123/statm: 2713176 799766 3539 1 0 2674829 0
[pid=2123/tid=2176] ppid=2120 vsize=10852704 memory=3199064 CPUtime=2433.63 cores=0,2,4,6
/proc/2123/task/2176/stat : 2176 (java) R 2120 2123 29230 0 -1 4202560 351916 13144 0 0 243253 103 4 3 20 0 15 0 78697777 11113168896 799766 33554432000 4194304 4196468 140724282343712 139968778882176 139968393499232 0 4 0 16800975 0 0 0 -1 0 0 0 55 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2177] ppid=2120 vsize=10852704 memory=8112282956445269571 CPUtime=6.62 cores=0,2,4,6
/proc/2123/task/2177/stat : 2177 (java) S 2120 2123 29230 0 -1 1077944384 19674 13144 0 0 618 37 4 3 20 0 15 0 78697833 11113168896 799766 33554432000 4194304 4196468 140724282343712 139968811289360 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2178] ppid=2120 vsize=10852704 memory=13720 CPUtime=6.6 cores=0,2,4,6
/proc/2123/task/2178/stat : 2178 (java) S 2120 2123 29230 0 -1 1077944384 21251 13144 0 0 617 36 4 3 20 0 15 0 78697833 11113168896 799766 33554432000 4194304 4196468 140724282343712 139968699562896 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2179] ppid=2120 vsize=10852704 memory=16432 CPUtime=6.59 cores=0,2,4,6
/proc/2123/task/2179/stat : 2179 (java) S 2120 2123 29230 0 -1 1077944384 24918 13144 0 0 615 37 4 3 20 0 15 0 78697833 11113168896 799766 33554432000 4194304 4196468 140724282343712 139968698510352 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2180] ppid=2120 vsize=10852704 memory=3200604 CPUtime=6.64 cores=0,2,4,6
/proc/2123/task/2180/stat : 2180 (java) S 2120 2123 29230 0 -1 1077944384 34486 13144 0 0 619 38 4 3 20 0 15 0 78697833 11113168896 799766 33554432000 4194304 4196468 140724282343712 139968697457808 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2181] ppid=2120 vsize=10852704 memory=3200604 CPUtime=1.08 cores=0,2,4,6
/proc/2123/task/2181/stat : 2181 (java) S 2120 2123 29230 0 -1 1077944384 33020 13144 0 0 85 16 4 3 20 0 15 0 78697835 11113168896 799766 33554432000 4194304 4196468 140724282343712 139967809419248 139968807058050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2182] ppid=2120 vsize=10852704 memory=11008 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2182/stat : 2182 (java) S 2120 2123 29230 0 -1 1077944384 48 13144 0 0 0 0 4 3 20 0 15 0 78697835 11113168896 799766 33554432000 4194304 4196468 140724282343712 139967808365536 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2183] ppid=2120 vsize=10852704 memory=1008 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2183/stat : 2183 (java) S 2120 2123 29230 0 -1 1077944384 5 13144 0 0 0 0 4 3 20 0 15 0 78697835 11113168896 799766 33554432000 4194304 4196468 140724282343712 139967682569216 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2184] ppid=2120 vsize=10852704 memory=1952 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2184/stat : 2184 (java) S 2120 2123 29230 0 -1 1077944384 3 13144 0 0 0 0 4 3 20 0 15 0 78697838 11113168896 799766 33554432000 4194304 4196468 140724282343712 139967375169744 139968807065499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2185] ppid=2120 vsize=10852704 memory=8564 CPUtime=16.24 cores=0,2,4,6
/proc/2123/task/2185/stat : 2185 (java) S 2120 2123 29230 0 -1 1077944384 57563 13144 0 0 1610 7 4 3 20 0 15 0 78697838 11113168896 799766 33554432000 4194304 4196468 140724282343712 139967774808560 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2186] ppid=2120 vsize=10852704 memory=1228 CPUtime=16.21 cores=0,2,4,6
/proc/2123/task/2186/stat : 2186 (java) S 2120 2123 29230 0 -1 1077944384 49996 13144 0 0 1606 8 4 3 20 0 15 0 78697838 11113168896 799766 33554432000 4194304 4196468 140724282343712 139967773756016 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2187] ppid=2120 vsize=10852704 memory=280733022233200 CPUtime=4.48 cores=0,2,4,6
/proc/2123/task/2187/stat : 2187 (java) S 2120 2123 29230 0 -1 1077944384 57442 13144 0 0 432 9 4 3 20 0 15 0 78697838 11113168896 799766 33554432000 4194304 4196468 140724282343712 139967772703472 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2188] ppid=2120 vsize=10852704 memory=-7088785026379990432 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2188/stat : 2188 (java) S 2120 2123 29230 0 -1 1077944384 3 13144 0 0 0 0 4 3 20 0 15 0 78697838 11113168896 799766 33554432000 4194304 4196468 140724282343712 139967341612128 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2189] ppid=2120 vsize=10852704 memory=6944652177228980320 CPUtime=1.41 cores=0,2,4,6
/proc/2123/task/2189/stat : 2189 (java) S 2120 2123 29230 0 -1 1077944384 2233 13144 0 0 67 67 4 3 20 0 15 0 78697838 11113168896 799766 33554432000 4194304 4196468 140724282343712 139967771650352 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
Current children cumulated CPU time: 2498.98 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 3199064 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2463.3 s]
/proc/loadavg: 1.59 1.54 1.59 3/217 2418
/proc/meminfo: memFree=8132184/32770624 swapFree=67108852/67108860
[pid=2123] ppid=2120 vsize=10852704 memory=3199100 CPUtime=2520.06 cores=0,2,4,6
/proc/2123/stat : 2123 (java) S 2120 2123 29230 0 -1 1077944320 659380 13144 0 0 251658 341 4 3 20 0 15 0 78697768 11113168896 799775 33554432000 4194304 4196468 140724282343712 140724282326256 139968807046903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
/proc/2123/statm: 2713176 799775 3539 1 0 2674829 0
[pid=2123/tid=2176] ppid=2120 vsize=10852704 memory=8112282956445269571 CPUtime=2454.62 cores=0,2,4,6
/proc/2123/task/2176/stat : 2176 (java) R 2120 2123 29230 0 -1 4202560 353926 13144 0 0 245351 104 4 3 20 0 15 0 78697777 11113168896 799775 33554432000 4194304 4196468 140724282343712 139968778881696 139968393536200 0 4 0 16800975 0 0 0 -1 2 0 0 55 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2177] ppid=2120 vsize=10852704 memory=1716 CPUtime=6.64 cores=0,2,4,6
/proc/2123/task/2177/stat : 2177 (java) S 2120 2123 29230 0 -1 1077944384 21501 13144 0 0 620 37 4 3 20 0 15 0 78697833 11113168896 799775 33554432000 4194304 4196468 140724282343712 139968811289360 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2178] ppid=2120 vsize=10852704 memory=796 CPUtime=6.62 cores=0,2,4,6
/proc/2123/task/2178/stat : 2178 (java) S 2120 2123 29230 0 -1 1077944384 21383 13144 0 0 619 36 4 3 20 0 15 0 78697833 11113168896 799775 33554432000 4194304 4196468 140724282343712 139968699562896 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2179] ppid=2120 vsize=10852704 memory=11008 CPUtime=6.61 cores=0,2,4,6
/proc/2123/task/2179/stat : 2179 (java) S 2120 2123 29230 0 -1 1077944384 25087 13144 0 0 617 37 4 3 20 0 15 0 78697833 11113168896 799775 33554432000 4194304 4196468 140724282343712 139968698510352 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2180] ppid=2120 vsize=10852704 memory=1008 CPUtime=6.66 cores=0,2,4,6
/proc/2123/task/2180/stat : 2180 (java) S 2120 2123 29230 0 -1 1077944384 34615 13144 0 0 621 38 4 3 20 0 15 0 78697833 11113168896 799775 33554432000 4194304 4196468 140724282343712 139968697457808 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2181] ppid=2120 vsize=10852704 memory=8112282956445269571 CPUtime=1.08 cores=0,2,4,6
/proc/2123/task/2181/stat : 2181 (java) S 2120 2123 29230 0 -1 1077944384 33354 13144 0 0 85 16 4 3 20 0 15 0 78697835 11113168896 799775 33554432000 4194304 4196468 140724282343712 139967809419248 139968807058050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2182] ppid=2120 vsize=10852704 memory=3199100 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2182/stat : 2182 (java) S 2120 2123 29230 0 -1 1077944384 48 13144 0 0 0 0 4 3 20 0 15 0 78697835 11113168896 799775 33554432000 4194304 4196468 140724282343712 139967808365536 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2183] ppid=2120 vsize=10852704 memory=1716 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2183/stat : 2183 (java) S 2120 2123 29230 0 -1 1077944384 5 13144 0 0 0 0 4 3 20 0 15 0 78697835 11113168896 799775 33554432000 4194304 4196468 140724282343712 139967682569216 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2184] ppid=2120 vsize=10852704 memory=796 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2184/stat : 2184 (java) S 2120 2123 29230 0 -1 1077944384 3 13144 0 0 0 0 4 3 20 0 15 0 78697838 11113168896 799775 33554432000 4194304 4196468 140724282343712 139967375169744 139968807065499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2185] ppid=2120 vsize=10852704 memory=11008 CPUtime=16.24 cores=0,2,4,6
/proc/2123/task/2185/stat : 2185 (java) S 2120 2123 29230 0 -1 1077944384 57565 13144 0 0 1610 7 4 3 20 0 15 0 78697838 11113168896 799775 33554432000 4194304 4196468 140724282343712 139967774808560 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2186] ppid=2120 vsize=10852704 memory=8112282956445269571 CPUtime=16.21 cores=0,2,4,6
/proc/2123/task/2186/stat : 2186 (java) S 2120 2123 29230 0 -1 1077944384 49999 13144 0 0 1606 8 4 3 20 0 15 0 78697838 11113168896 799775 33554432000 4194304 4196468 140724282343712 139967773756016 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2187] ppid=2120 vsize=10852704 memory=3199100 CPUtime=4.48 cores=0,2,4,6
/proc/2123/task/2187/stat : 2187 (java) S 2120 2123 29230 0 -1 1077944384 57445 13144 0 0 432 9 4 3 20 0 15 0 78697838 11113168896 799775 33554432000 4194304 4196468 140724282343712 139967772703472 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2188] ppid=2120 vsize=10852704 memory=3199100 CPUtime=0.07 cores=0,2,4,6
/proc/2123/task/2188/stat : 2188 (java) S 2120 2123 29230 0 -1 1077944384 3 13144 0 0 0 0 4 3 20 0 15 0 78697838 11113168896 799775 33554432000 4194304 4196468 140724282343712 139967341612128 139968807057109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
[pid=2123/tid=2189] ppid=2120 vsize=10852704 memory=2244 CPUtime=1.42 cores=0,2,4,6
/proc/2123/task/2189/stat : 2189 (java) S 2120 2123 29230 0 -1 1077944384 2253 13144 0 0 68 67 4 3 20 0 15 0 78697838 11113168896 799775 33554432000 4194304 4196468 140724282343712 139967771650352 139968807058050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140724282346094 140724282348892 140724282348892 140724282351567 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 3199100 KiB

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

[startup+2463.34 s]
# the end of solver process 2123 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.65 s, system=3.47774 s

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

Child status: 143
Real time (s): 2463.34
CPU time (s): 2520.12
CPU user time (s): 2516.65
CPU system time (s): 3.47774
CPU usage (%): 102.305
Max. virtual memory (cumulated for all children) (KiB): 10852704
Max. memory (cumulated for all children) (KiB): 3201396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.65
system time used= 3.47774
maximum resident set size= 3203320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 677279
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 83527
involuntary context switches= 3972


# summary of solver processes directly reported to runsolver:
#   pid: 2123
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.65
#   total CPU system time (s): 3.47774

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.8712 second user time and 20.8283 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-26 15:22:26
IDJOB=4296046
IDBENCH=141644
IDSOLVER=2750
FILE ID=node148/4296046-1532611346
RUNJOBID= node148-1532582651-29261
PBS_JOBID= 21021961
Free space on /tmp= 43236 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m2-4-0_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4296046-1532611346/watcher-4296046-1532611346 -o /tmp/evaluation-result-4296046-1532611346/solver-4296046-1532611346 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532582651-29261 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1259871118 HOME/instance-4296046-1532611346.xml

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

MD5SUM BENCH= 04f92f5fbe642378aecc464c78b62b37
RANDOM SEED=1259871118

node148.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.50
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.50
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.50
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.50
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:        11400080 kB
MemAvailable:   30300372 kB
Buffers:          228820 kB
Cached:         18606028 kB
SwapCached:            8 kB
Active:          4047380 kB
Inactive:       16464980 kB
Active(anon):    1631180 kB
Inactive(anon):    74280 kB
Active(file):    2416200 kB
Inactive(file): 16390700 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             27328 kB
Writeback:             0 kB
AnonPages:       1882880 kB
Mapped:            53932 kB
Shmem:             25216 kB
Slab:             550344 kB
SReclaimable:     521852 kB
SUnreclaim:        28492 kB
KernelStack:        3808 kB
PageTables:        10796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2454796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1634304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43208 MiB
End job on node148 at 2018-07-26 16:03:30