Trace number 4296022

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.06 2453.16

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m2-2-2_c18.xml
MD5SUMcdfe3d0465f921b63e12edf2a82a40f3
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":37,"count":111},{"size":41,"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

0.99/0.75	c Concrete v3.8.1528841891564 running
2520.00/2453.12	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2453.12		at concrete.MAC.mac(MAC.scala:188)
2520.00/2453.12		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.00/2453.12		at scala.util.Try$.apply(Try.scala:209)
2520.00/2453.12		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.00/2453.12		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.00/2453.12		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.00/2453.12		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.00/2453.12		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.00/2453.12		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.00/2453.12		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.00/2453.12		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.00/2453.12		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.00/2453.12		at concrete.MAC.oneRun(MAC.scala:253)
2520.00/2453.12		at concrete.MAC.nextSolution(MAC.scala:272)
2520.00/2453.12		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.00/2453.12		at concrete.ProblemState.map(ProblemState.scala:221)
2520.00/2453.12		at concrete.ProblemState.map(ProblemState.scala:204)
2520.00/2453.12		at concrete.MAC.nextSolution(MAC.scala:334)
2520.00/2453.12		at concrete.Solver.hasNext(Solver.scala:166)
2520.00/2453.12		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.00/2453.12		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.00/2453.12		at concrete.Solver.foreach(Solver.scala:68)
2520.00/2453.12		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.00/2453.12		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.00/2453.12		at scala.util.Success.map(Try.scala:209)
2520.00/2453.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2453.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.00/2453.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.00/2453.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2453.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.00/2453.12		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.00/2453.12		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.00/2453.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.00/2453.12		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.00/2453.12		at scala.collection.immutable.List.foreach(List.scala:389)
2520.00/2453.12		at scala.App.main(App.scala:76)
2520.00/2453.12		at scala.App.main$(App.scala:74)
2520.00/2453.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.00/2453.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2453.12	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 (7323 MiB free)
  node distances:
     10  21
     21  10

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

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

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

solver pid=1766, runsolver pid=1763

[startup+0.100082 s]*
/proc/loadavg: 1.87 1.71 1.65 2/207 1824
/proc/meminfo: memFree=10722724/32770624 swapFree=67108852/67108860
[pid=1766] ppid=1763 vsize=9972712 memory=14912 CPUtime=0.1 cores=0,2,4,6
/proc/1766/stat : 1766 (java) S 1763 1766 29230 0 -1 1077944320 4396 13350 0 0 1 1 5 3 20 0 6 0 78452381 10212057088 3728 33554432000 4194304 4196468 140733397102864 140733397085408 139655956979447 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
/proc/1766/statm: 2493178 3728 1934 1 0 2481616 0
[pid=1766/tid=1820] ppid=1763 vsize=9972712 memory=-8171376296011865461 CPUtime=0.09 cores=0,2,4,6
/proc/1766/task/1820/stat : 1820 (java) R 1763 1766 29230 0 -1 4202560 2290 13350 0 0 1 0 5 3 20 0 6 0 78452389 10212057088 3794 33554432000 4194304 4196468 140733397102864 139655928816208 139655957001373 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1821] ppid=1763 vsize=9972712 memory=7948963741541478447 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1821/stat : 1821 (java) S 1763 1766 29230 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 6 0 78452390 10212057088 3794 33554432000 4194304 4196468 140733397102864 139655961221520 139655956989653 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1822] ppid=1763 vsize=9972712 memory=140118687823488 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1822/stat : 1822 (java) S 1763 1766 29230 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 6 0 78452390 10212057088 3860 33554432000 4194304 4196468 140733397102864 139655530252560 139655956989653 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1823] ppid=1763 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1823/stat : 1823 (java) S 1763 1766 29230 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 6 0 78452390 10212057088 3860 33554432000 4194304 4196468 140733397102864 139655529200272 139655956989653 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1824] ppid=1763 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1824/stat : 1824 (java) S 1763 1766 29230 0 -1 1077944384 2 13350 0 0 0 0 5 3 20 0 6 0 78452390 10212057088 3860 33554432000 4194304 4196468 140733397102864 139655528147472 139655956989653 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14912 KiB

[startup+0.210731 s]*
/proc/loadavg: 1.87 1.71 1.65 3/216 1833
/proc/meminfo: memFree=10703424/32770624 swapFree=67108852/67108860
[pid=1766] ppid=1763 vsize=10818904 memory=37612 CPUtime=0.26 cores=0,2,4,6
/proc/1766/stat : 1766 (java) S 1763 1766 29230 0 -1 1077944320 7575 13350 0 0 16 2 5 3 20 0 15 0 78452381 11078557696 9403 33554432000 4194304 4196468 140733397102864 140733397085408 139655956979447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
/proc/1766/statm: 2704726 9403 2986 1 0 2667149 0
[pid=1766/tid=1820] ppid=1763 vsize=10818904 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/1766/task/1820/stat : 1820 (java) R 1763 1766 29230 0 -1 4202560 4372 13350 0 0 10 1 5 3 20 0 15 0 78452389 11078557696 9667 33554432000 4194304 4196468 140733397102864 139655928796560 139655937255261 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1821] ppid=1763 vsize=10818904 memory=4294967641 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1821/stat : 1821 (java) S 1763 1766 29230 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 78452390 11078557696 9733 33554432000 4194304 4196468 140733397102864 139655961221520 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1822] ppid=1763 vsize=10818904 memory=288370494839535232 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1822/stat : 1822 (java) S 1763 1766 29230 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 78452390 11078557696 9733 33554432000 4194304 4196468 140733397102864 139655530252560 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1823] ppid=1763 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1823/stat : 1823 (java) S 1763 1766 29230 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 78452390 11078557696 9733 33554432000 4194304 4196468 140733397102864 139655529200272 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1824] ppid=1763 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1824/stat : 1824 (java) S 1763 1766 29230 0 -1 1077944384 2 13350 0 0 0 0 5 3 20 0 15 0 78452390 11078557696 9733 33554432000 4194304 4196468 140733397102864 139655528147472 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1825] ppid=1763 vsize=10818904 memory=140118687823488 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1825/stat : 1825 (java) S 1763 1766 29230 0 -1 1077944384 2 13350 0 0 0 0 5 3 20 0 15 0 78452392 11078557696 9733 33554432000 4194304 4196468 140733397102864 139655416334960 139655956990594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1826] ppid=1763 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1826/stat : 1826 (java) S 1763 1766 29230 0 -1 1077944384 33 13350 0 0 0 0 5 3 20 0 15 0 78452392 11078557696 9733 33554432000 4194304 4196468 140733397102864 139655415280928 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1827] ppid=1763 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1827/stat : 1827 (java) S 1763 1766 29230 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 78452392 11078557696 9733 33554432000 4194304 4196468 140733397102864 139654821045872 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1828] ppid=1763 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1828/stat : 1828 (java) S 1763 1766 29230 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 78452395 11078557696 9733 33554432000 4194304 4196468 140733397102864 139654513646160 139655956998043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1829] ppid=1763 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1766/task/1829/stat : 1829 (java) S 1763 1766 29230 0 -1 1077944384 486 13350 0 0 1 0 5 3 20 0 15 0 78452395 11078557696 9733 33554432000 4194304 4196468 140733397102864 139655381723248 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1830] ppid=1763 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1830/stat : 1830 (java) S 1763 1766 29230 0 -1 1077944384 137 13350 0 0 0 0 5 3 20 0 15 0 78452395 11078557696 9733 33554432000 4194304 4196468 140733397102864 139655380670448 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1831] ppid=1763 vsize=10818904 memory=140118687823488 CPUtime=0.11 cores=0,2,4,6
/proc/1766/task/1831/stat : 1831 (java) S 1763 1766 29230 0 -1 1077944384 672 13350 0 0 3 0 5 3 20 0 15 0 78452395 11078557696 9733 33554432000 4194304 4196468 140733397102864 139655379618160 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1832] ppid=1763 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1832/stat : 1832 (java) S 1763 1766 29230 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 78452395 11078557696 9799 33554432000 4194304 4196468 140733397102864 139654480087520 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1833] ppid=1763 vsize=10818904 memory=140118687823488 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1833/stat : 1833 (java) S 1763 1766 29230 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 78452395 11078557696 9799 33554432000 4194304 4196468 140733397102864 139655378566064 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 37612 KiB

[startup+0.310407 s]*
/proc/loadavg: 1.87 1.71 1.65 3/216 1833
/proc/meminfo: memFree=10692136/32770624 swapFree=67108852/67108860
[pid=1766] ppid=1763 vsize=10819352 memory=50272 CPUtime=0.38 cores=0,2,4,6
/proc/1766/stat : 1766 (java) S 1763 1766 29230 0 -1 1077944320 10671 13350 0 0 27 3 5 3 20 0 15 0 78452381 11079016448 12568 33554432000 4194304 4196468 140733397102864 140733397085408 139655956979447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
/proc/1766/statm: 2704838 12568 3105 1 0 2667149 0
[pid=1766/tid=1820] ppid=1763 vsize=10819352 memory=280237086605552 CPUtime=0.29 cores=0,2,4,6
/proc/1766/task/1820/stat : 1820 (java) R 1763 1766 29230 0 -1 4202560 7357 13350 0 0 19 2 5 3 20 0 15 0 78452389 11079016448 12832 33554432000 4194304 4196468 140733397102864 139655928791456 139655941059934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1821] ppid=1763 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1821/stat : 1821 (java) S 1763 1766 29230 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 78452390 11079016448 12832 33554432000 4194304 4196468 140733397102864 139655961221520 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1822] ppid=1763 vsize=10819352 memory=140118543402511 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1822/stat : 1822 (java) S 1763 1766 29230 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 78452390 11079016448 12832 33554432000 4194304 4196468 140733397102864 139655530252560 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1823] ppid=1763 vsize=10819352 memory=140118543406578 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1823/stat : 1823 (java) S 1763 1766 29230 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 78452390 11079016448 12832 33554432000 4194304 4196468 140733397102864 139655529200272 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1824] ppid=1763 vsize=10819352 memory=140118543407119 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1824/stat : 1824 (java) S 1763 1766 29230 0 -1 1077944384 2 13350 0 0 0 0 5 3 20 0 15 0 78452390 11079016448 12832 33554432000 4194304 4196468 140733397102864 139655528147472 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1825] ppid=1763 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1825/stat : 1825 (java) S 1763 1766 29230 0 -1 1077944384 2 13350 0 0 0 0 5 3 20 0 15 0 78452392 11079016448 12832 33554432000 4194304 4196468 140733397102864 139655416334960 139655956990594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1826] ppid=1763 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1826/stat : 1826 (java) S 1763 1766 29230 0 -1 1077944384 33 13350 0 0 0 0 5 3 20 0 15 0 78452392 11079016448 12832 33554432000 4194304 4196468 140733397102864 139655415280928 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1827] ppid=1763 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1827/stat : 1827 (java) S 1763 1766 29230 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 78452392 11079016448 12832 33554432000 4194304 4196468 140733397102864 139654821045872 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1828] ppid=1763 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1828/stat : 1828 (java) S 1763 1766 29230 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 78452395 11079016448 12832 33554432000 4194304 4196468 140733397102864 139654513646160 139655956998043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1829] ppid=1763 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/1766/task/1829/stat : 1829 (java) S 1763 1766 29230 0 -1 1077944384 493 13350 0 0 2 0 5 3 20 0 15 0 78452395 11079016448 12832 33554432000 4194304 4196468 140733397102864 139655381723248 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1830] ppid=1763 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/1766/task/1830/stat : 1830 (java) S 1763 1766 29230 0 -1 1077944384 142 13350 0 0 1 0 5 3 20 0 15 0 78452395 11079016448 12832 33554432000 4194304 4196468 140733397102864 139655380670448 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1831] ppid=1763 vsize=10819352 memory=140118687823488 CPUtime=0.12 cores=0,2,4,6
/proc/1766/task/1831/stat : 1831 (java) S 1763 1766 29230 0 -1 1077944384 703 13350 0 0 4 0 5 3 20 0 15 0 78452395 11079016448 12832 33554432000 4194304 4196468 140733397102864 139655379618160 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1832] ppid=1763 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1832/stat : 1832 (java) S 1763 1766 29230 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 78452395 11079016448 12832 33554432000 4194304 4196468 140733397102864 139654480087520 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1833] ppid=1763 vsize=10819352 memory=140118687823488 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1833/stat : 1833 (java) S 1763 1766 29230 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 78452395 11079016448 12832 33554432000 4194304 4196468 140733397102864 139655378566064 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 50272 KiB

[startup+0.700772 s]
/proc/loadavg: 1.87 1.71 1.65 3/216 1833
/proc/meminfo: memFree=10680724/32770624 swapFree=67108852/67108860
[pid=1766] ppid=1763 vsize=10819352 memory=84060 CPUtime=0.99 cores=0,2,4,6
/proc/1766/stat : 1766 (java) S 1763 1766 29230 0 -1 1077944320 17230 13350 0 0 86 5 5 3 20 0 15 0 78452381 11079016448 21015 33554432000 4194304 4196468 140733397102864 140733397085408 139655956979447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
/proc/1766/statm: 2704838 21015 3246 1 0 2667149 0
[pid=1766/tid=1820] ppid=1763 vsize=10819352 memory=140118687822321 CPUtime=0.66 cores=0,2,4,6
/proc/1766/task/1820/stat : 1820 (java) R 1763 1766 29230 0 -1 4202560 12465 13350 0 0 55 3 5 3 20 0 15 0 78452389 11079016448 21015 33554432000 4194304 4196468 140733397102864 139655928781728 139655938352919 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1821] ppid=1763 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1821/stat : 1821 (java) S 1763 1766 29230 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 78452390 11079016448 21015 33554432000 4194304 4196468 140733397102864 139655961221520 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1822] ppid=1763 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1822/stat : 1822 (java) S 1763 1766 29230 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 78452390 11079016448 21015 33554432000 4194304 4196468 140733397102864 139655530252560 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1823] ppid=1763 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1823/stat : 1823 (java) S 1763 1766 29230 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 78452390 11079016448 21015 33554432000 4194304 4196468 140733397102864 139655529200272 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1824] ppid=1763 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1824/stat : 1824 (java) S 1763 1766 29230 0 -1 1077944384 2 13350 0 0 0 0 5 3 20 0 15 0 78452390 11079016448 21015 33554432000 4194304 4196468 140733397102864 139655528147472 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1825] ppid=1763 vsize=10819352 memory=2499201206017 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1825/stat : 1825 (java) S 1763 1766 29230 0 -1 1077944384 5 13350 0 0 0 0 5 3 20 0 15 0 78452392 11079016448 21015 33554432000 4194304 4196468 140733397102864 139655416334960 139655956990594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1826] ppid=1763 vsize=10819352 memory=217761472 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1826/stat : 1826 (java) S 1763 1766 29230 0 -1 1077944384 33 13350 0 0 0 0 5 3 20 0 15 0 78452392 11079016448 21015 33554432000 4194304 4196468 140733397102864 139655415280928 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1827] ppid=1763 vsize=10819352 memory=6379419660154276243 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1827/stat : 1827 (java) S 1763 1766 29230 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 78452392 11079016448 21015 33554432000 4194304 4196468 140733397102864 139654821045872 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1828] ppid=1763 vsize=10819352 memory=7522512629073533026 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1828/stat : 1828 (java) S 1763 1766 29230 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 78452395 11079016448 21015 33554432000 4194304 4196468 140733397102864 139654513646160 139655956998043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1829] ppid=1763 vsize=10819352 memory=1200 CPUtime=0.15 cores=0,2,4,6
/proc/1766/task/1829/stat : 1829 (java) S 1763 1766 29230 0 -1 1077944384 866 13350 0 0 7 0 5 3 20 0 15 0 78452395 11079016448 21015 33554432000 4194304 4196468 140733397102864 139655381723248 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1830] ppid=1763 vsize=10819352 memory=15876 CPUtime=0.17 cores=0,2,4,6
/proc/1766/task/1830/stat : 1830 (java) S 1763 1766 29230 0 -1 1077944384 780 13350 0 0 9 0 5 3 20 0 15 0 78452395 11079016448 21015 33554432000 4194304 4196468 140733397102864 139655380670448 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1831] ppid=1763 vsize=10819352 memory=4044 CPUtime=0.21 cores=0,2,4,6
/proc/1766/task/1831/stat : 1831 (java) S 1763 1766 29230 0 -1 1077944384 880 13350 0 0 13 0 5 3 20 0 15 0 78452395 11079016448 21015 33554432000 4194304 4196468 140733397102864 139655379618160 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1832] ppid=1763 vsize=10819352 memory=13652 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1832/stat : 1832 (java) S 1763 1766 29230 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 78452395 11079016448 21015 33554432000 4194304 4196468 140733397102864 139654480087520 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1833] ppid=1763 vsize=10819352 memory=16432 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1833/stat : 1833 (java) S 1763 1766 29230 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 78452395 11079016448 21015 33554432000 4194304 4196468 140733397102864 139655378566064 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84060 KiB

[startup+1.50969 s]
/proc/loadavg: 1.87 1.71 1.65 3/216 1833
/proc/meminfo: memFree=10635940/32770624 swapFree=67108852/67108860
[pid=1766] ppid=1763 vsize=10828108 memory=229068 CPUtime=3.04 cores=0,2,4,6
/proc/1766/stat : 1766 (java) S 1763 1766 29230 0 -1 1077944320 22930 13350 0 0 285 11 5 3 20 0 15 0 78452381 11087982592 57267 33554432000 4194304 4196468 140733397102864 140733397085408 139655956979447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
/proc/1766/statm: 2707027 57267 3449 1 0 2668685 0
[pid=1766/tid=1820] ppid=1763 vsize=10828108 memory=2660 CPUtime=1.45 cores=0,2,4,6
/proc/1766/task/1820/stat : 1820 (java) S 1763 1766 29230 0 -1 1077944384 15071 13350 0 0 130 7 5 3 20 0 15 0 78452389 11087982592 57267 33554432000 4194304 4196468 140733397102864 139655928813216 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1821] ppid=1763 vsize=10828108 memory=2600 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1821/stat : 1821 (java) R 1763 1766 29230 0 -1 4202560 45 13350 0 0 0 0 5 3 20 0 15 0 78452390 11087982592 57267 33554432000 4194304 4196468 140733397102864 139655961221520 139655942007321 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1822] ppid=1763 vsize=10828108 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1822/stat : 1822 (java) R 1763 1766 29230 0 -1 4202560 221 13350 0 0 0 0 5 3 20 0 15 0 78452390 11087982592 57267 33554432000 4194304 4196468 140733397102864 139655530250368 139655942007303 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1823] ppid=1763 vsize=10828108 memory=3080 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1823/stat : 1823 (java) R 1763 1766 29230 0 -1 4202560 50 13350 0 0 0 0 5 3 20 0 15 0 78452390 11087982592 57267 33554432000 4194304 4196468 140733397102864 139655529198248 139655938605524 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1824] ppid=1763 vsize=10828108 memory=2314004 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1824/stat : 1824 (java) R 1763 1766 29230 0 -1 4202560 18 13350 0 0 0 0 5 3 20 0 15 0 78452390 11087982592 57267 33554432000 4194304 4196468 140733397102864 139655528147472 139655942007303 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1825] ppid=1763 vsize=10828108 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1825/stat : 1825 (java) S 1763 1766 29230 0 -1 1077944384 19 13350 0 0 0 0 5 3 20 0 15 0 78452392 11087982592 57267 33554432000 4194304 4196468 140733397102864 139655416333472 139655956989653 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1826] ppid=1763 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1826/stat : 1826 (java) S 1763 1766 29230 0 -1 1077944384 33 13350 0 0 0 0 5 3 20 0 15 0 78452392 11087982592 57267 33554432000 4194304 4196468 140733397102864 139655415280928 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1827] ppid=1763 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1827/stat : 1827 (java) S 1763 1766 29230 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 78452392 11087982592 57267 33554432000 4194304 4196468 140733397102864 139654821045872 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1828] ppid=1763 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1828/stat : 1828 (java) S 1763 1766 29230 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 78452395 11087982592 57267 33554432000 4194304 4196468 140733397102864 139654513646160 139655956998043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1829] ppid=1763 vsize=10828108 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/1766/task/1829/stat : 1829 (java) S 1763 1766 29230 0 -1 1077944384 1731 13350 0 0 55 0 5 3 20 0 15 0 78452395 11087982592 57267 33554432000 4194304 4196468 140733397102864 139655381708240 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1830] ppid=1763 vsize=10828108 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/1766/task/1830/stat : 1830 (java) S 1763 1766 29230 0 -1 1077944384 1999 13350 0 0 55 0 5 3 20 0 15 0 78452395 11087982592 57267 33554432000 4194304 4196468 140733397102864 139655380656976 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1831] ppid=1763 vsize=10828108 memory=0 CPUtime=0.47 cores=0,2,4,6
/proc/1766/task/1831/stat : 1831 (java) S 1763 1766 29230 0 -1 1077944384 1547 13350 0 0 39 0 5 3 20 0 15 0 78452395 11087982592 57267 33554432000 4194304 4196468 140733397102864 139655379618160 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1832] ppid=1763 vsize=10828108 memory=-1891255765032775953 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1832/stat : 1832 (java) S 1763 1766 29230 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 78452395 11087982592 57267 33554432000 4194304 4196468 140733397102864 139654480087520 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1833] ppid=1763 vsize=10828108 memory=7593461945574451300 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1833/stat : 1833 (java) R 1763 1766 29230 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 78452395 11087982592 57267 33554432000 4194304 4196468 140733397102864 139655378566064 139655956990594 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 10828108 KiB

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

/proc/1766/task/1820/stat : 1820 (java) R 1763 1766 29230 0 -1 4202560 418464 13350 0 0 236954 119 5 3 20 0 15 0 78452389 11113168896 800134 33554432000 4194304 4196468 140733397102864 139655928813680 139655582909990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1821] ppid=1763 vsize=10852704 memory=3200536 CPUtime=9.2 cores=0,2,4,6
/proc/1766/task/1821/stat : 1821 (java) S 1763 1766 29230 0 -1 1077944384 32255 13350 0 0 869 43 5 3 20 0 15 0 78452390 11113168896 800134 33554432000 4194304 4196468 140733397102864 139655961221520 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1822] ppid=1763 vsize=10852704 memory=3200536 CPUtime=9.21 cores=0,2,4,6
/proc/1766/task/1822/stat : 1822 (java) S 1763 1766 29230 0 -1 1077944384 31315 13350 0 0 871 42 5 3 20 0 15 0 78452390 11113168896 800134 33554432000 4194304 4196468 140733397102864 139655530252560 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1823] ppid=1763 vsize=10852704 memory=4044 CPUtime=9.21 cores=0,2,4,6
/proc/1766/task/1823/stat : 1823 (java) S 1763 1766 29230 0 -1 1077944384 26759 13350 0 0 868 45 5 3 20 0 15 0 78452390 11113168896 800134 33554432000 4194304 4196468 140733397102864 139655529200272 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1824] ppid=1763 vsize=10852704 memory=3200536 CPUtime=9.2 cores=0,2,4,6
/proc/1766/task/1824/stat : 1824 (java) S 1763 1766 29230 0 -1 1077944384 22895 13350 0 0 871 41 5 3 20 0 15 0 78452390 11113168896 800134 33554432000 4194304 4196468 140733397102864 139655528147472 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1825] ppid=1763 vsize=10852704 memory=4012 CPUtime=1.63 cores=0,2,4,6
/proc/1766/task/1825/stat : 1825 (java) S 1763 1766 29230 0 -1 1077944384 35195 13350 0 0 134 21 5 3 20 0 15 0 78452392 11113168896 800134 33554432000 4194304 4196468 140733397102864 139655416334960 139655956990594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1826] ppid=1763 vsize=10852704 memory=3200536 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1826/stat : 1826 (java) S 1763 1766 29230 0 -1 1077944384 55 13350 0 0 0 0 5 3 20 0 15 0 78452392 11113168896 800134 33554432000 4194304 4196468 140733397102864 139655415280992 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1827] ppid=1763 vsize=10852704 memory=3200536 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1827/stat : 1827 (java) S 1763 1766 29230 0 -1 1077944384 2 13350 0 0 0 0 5 3 20 0 15 0 78452392 11113168896 800134 33554432000 4194304 4196468 140733397102864 139654821045888 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1828] ppid=1763 vsize=10852704 memory=3200536 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1828/stat : 1828 (java) S 1763 1766 29230 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 78452395 11113168896 800134 33554432000 4194304 4196468 140733397102864 139654513646160 139655956998043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1829] ppid=1763 vsize=10852704 memory=3200536 CPUtime=17.06 cores=0,2,4,6
/proc/1766/task/1829/stat : 1829 (java) S 1763 1766 29230 0 -1 1077944384 53442 13350 0 0 1689 9 5 3 20 0 15 0 78452395 11113168896 800134 33554432000 4194304 4196468 140733397102864 139655381723248 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1830] ppid=1763 vsize=10852704 memory=3200536 CPUtime=17.02 cores=0,2,4,6
/proc/1766/task/1830/stat : 1830 (java) S 1763 1766 29230 0 -1 1077944384 70463 13350 0 0 1685 9 5 3 20 0 15 0 78452395 11113168896 800134 33554432000 4194304 4196468 140733397102864 139655380670448 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1831] ppid=1763 vsize=10852704 memory=3200536 CPUtime=4.84 cores=0,2,4,6
/proc/1766/task/1831/stat : 1831 (java) S 1763 1766 29230 0 -1 1077944384 53523 13350 0 0 468 8 5 3 20 0 15 0 78452395 11113168896 800134 33554432000 4194304 4196468 140733397102864 139655379618160 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1832] ppid=1763 vsize=10852704 memory=3200536 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1832/stat : 1832 (java) S 1763 1766 29230 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 78452395 11113168896 800134 33554432000 4194304 4196468 140733397102864 139654480087520 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1833] ppid=1763 vsize=10852704 memory=3216 CPUtime=1.4 cores=0,2,4,6
/proc/1766/task/1833/stat : 1833 (java) S 1763 1766 29230 0 -1 1077944384 1408 13350 0 0 63 69 5 3 20 0 15 0 78452395 11113168896 800134 33554432000 4194304 4196468 140733397102864 139655378566064 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
Current children cumulated CPU time: 2448.96 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 3200536 KiB

[startup+2442.3 s]
/proc/loadavg: 1.66 1.57 1.60 3/215 2061
/proc/meminfo: memFree=8212648/32770624 swapFree=67108852/67108860
[pid=1766] ppid=1763 vsize=10852704 memory=3200948 CPUtime=2509.14 cores=0,2,4,6
/proc/1766/stat : 1766 (java) S 1763 1766 29230 0 -1 1077944320 761971 13350 0 0 250515 391 5 3 20 0 15 0 78452381 11113168896 800237 33554432000 4194304 4196468 140733397102864 140733397085408 139655956979447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
/proc/1766/statm: 2713176 800237 3540 1 0 2674829 0
[pid=1766/tid=1820] ppid=1763 vsize=10852704 memory=3200948 CPUtime=2430.74 cores=0,2,4,6
/proc/1766/task/1820/stat : 1820 (java) R 1763 1766 29230 0 -1 4202560 428751 13350 0 0 242946 120 5 3 20 0 15 0 78452389 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655928813296 139655582834780 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1821] ppid=1763 vsize=10852704 memory=3200948 CPUtime=9.26 cores=0,2,4,6
/proc/1766/task/1821/stat : 1821 (java) S 1763 1766 29230 0 -1 1077944384 33965 13350 0 0 874 44 5 3 20 0 15 0 78452390 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655961221520 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1822] ppid=1763 vsize=10852704 memory=3200536 CPUtime=9.27 cores=0,2,4,6
/proc/1766/task/1822/stat : 1822 (java) S 1763 1766 29230 0 -1 1077944384 31721 13350 0 0 877 42 5 3 20 0 15 0 78452390 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655530252560 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1823] ppid=1763 vsize=10852704 memory=3200536 CPUtime=9.27 cores=0,2,4,6
/proc/1766/task/1823/stat : 1823 (java) S 1763 1766 29230 0 -1 1077944384 27466 13350 0 0 874 45 5 3 20 0 15 0 78452390 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655529200272 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1824] ppid=1763 vsize=10852704 memory=0 CPUtime=9.25 cores=0,2,4,6
/proc/1766/task/1824/stat : 1824 (java) S 1763 1766 29230 0 -1 1077944384 23411 13350 0 0 876 41 5 3 20 0 15 0 78452390 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655528147472 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1825] ppid=1763 vsize=10852704 memory=3200948 CPUtime=1.64 cores=0,2,4,6
/proc/1766/task/1825/stat : 1825 (java) S 1763 1766 29230 0 -1 1077944384 35531 13350 0 0 135 21 5 3 20 0 15 0 78452392 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655416334960 139655956990594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1826] ppid=1763 vsize=10852704 memory=3200948 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1826/stat : 1826 (java) S 1763 1766 29230 0 -1 1077944384 55 13350 0 0 0 0 5 3 20 0 15 0 78452392 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655415280992 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1827] ppid=1763 vsize=10852704 memory=3200948 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1827/stat : 1827 (java) S 1763 1766 29230 0 -1 1077944384 2 13350 0 0 0 0 5 3 20 0 15 0 78452392 11113168896 800237 33554432000 4194304 4196468 140733397102864 139654821045888 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1828] ppid=1763 vsize=10852704 memory=3200948 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1828/stat : 1828 (java) S 1763 1766 29230 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 78452395 11113168896 800237 33554432000 4194304 4196468 140733397102864 139654513646160 139655956998043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1829] ppid=1763 vsize=10852704 memory=3200536 CPUtime=17.06 cores=0,2,4,6
/proc/1766/task/1829/stat : 1829 (java) S 1763 1766 29230 0 -1 1077944384 53450 13350 0 0 1689 9 5 3 20 0 15 0 78452395 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655381723248 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1830] ppid=1763 vsize=10852704 memory=3200948 CPUtime=17.02 cores=0,2,4,6
/proc/1766/task/1830/stat : 1830 (java) S 1763 1766 29230 0 -1 1077944384 70466 13350 0 0 1685 9 5 3 20 0 15 0 78452395 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655380670448 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1831] ppid=1763 vsize=10852704 memory=3200948 CPUtime=4.84 cores=0,2,4,6
/proc/1766/task/1831/stat : 1831 (java) S 1763 1766 29230 0 -1 1077944384 53527 13350 0 0 468 8 5 3 20 0 15 0 78452395 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655379618160 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1832] ppid=1763 vsize=10852704 memory=3200948 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1832/stat : 1832 (java) S 1763 1766 29230 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 78452395 11113168896 800237 33554432000 4194304 4196468 140733397102864 139654480087520 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1833] ppid=1763 vsize=10852704 memory=3200948 CPUtime=1.42 cores=0,2,4,6
/proc/1766/task/1833/stat : 1833 (java) S 1763 1766 29230 0 -1 1077944384 1432 13350 0 0 64 70 5 3 20 0 15 0 78452395 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655378566064 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
Current children cumulated CPU time: 2509.14 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 3200948 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2453.11 s]
/proc/loadavg: 1.64 1.56 1.60 3/215 2061
/proc/meminfo: memFree=8206132/32770624 swapFree=67108852/67108860
[pid=1766] ppid=1763 vsize=10852704 memory=3200948 CPUtime=2520 cores=0,2,4,6
/proc/1766/stat : 1766 (java) S 1763 1766 29230 0 -1 1077944320 762360 13350 0 0 251600 392 5 3 20 0 15 0 78452381 11113168896 800237 33554432000 4194304 4196468 140733397102864 140733397085408 139655956979447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
/proc/1766/statm: 2713176 800237 3540 1 0 2674829 0
[pid=1766/tid=1820] ppid=1763 vsize=10852704 memory=3200948 CPUtime=2441.52 cores=0,2,4,6
/proc/1766/task/1820/stat : 1820 (java) R 1763 1766 29230 0 -1 4202560 429122 13350 0 0 244024 120 5 3 20 0 15 0 78452389 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655928813936 139655584665820 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1821] ppid=1763 vsize=10852704 memory=3200948 CPUtime=9.27 cores=0,2,4,6
/proc/1766/task/1821/stat : 1821 (java) S 1763 1766 29230 0 -1 1077944384 33968 13350 0 0 875 44 5 3 20 0 15 0 78452390 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655961221520 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1822] ppid=1763 vsize=10852704 memory=3200948 CPUtime=9.28 cores=0,2,4,6
/proc/1766/task/1822/stat : 1822 (java) S 1763 1766 29230 0 -1 1077944384 31723 13350 0 0 878 42 5 3 20 0 15 0 78452390 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655530252560 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1823] ppid=1763 vsize=10852704 memory=3200948 CPUtime=9.28 cores=0,2,4,6
/proc/1766/task/1823/stat : 1823 (java) S 1763 1766 29230 0 -1 1077944384 27469 13350 0 0 875 45 5 3 20 0 15 0 78452390 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655529200272 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1824] ppid=1763 vsize=10852704 memory=3200948 CPUtime=9.26 cores=0,2,4,6
/proc/1766/task/1824/stat : 1824 (java) S 1763 1766 29230 0 -1 1077944384 23413 13350 0 0 877 41 5 3 20 0 15 0 78452390 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655528147472 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1825] ppid=1763 vsize=10852704 memory=3200948 CPUtime=1.65 cores=0,2,4,6
/proc/1766/task/1825/stat : 1825 (java) S 1763 1766 29230 0 -1 1077944384 35537 13350 0 0 135 22 5 3 20 0 15 0 78452392 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655416334960 139655956990594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1826] ppid=1763 vsize=10852704 memory=3200948 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1826/stat : 1826 (java) S 1763 1766 29230 0 -1 1077944384 55 13350 0 0 0 0 5 3 20 0 15 0 78452392 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655415280992 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1827] ppid=1763 vsize=10852704 memory=3200948 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1827/stat : 1827 (java) S 1763 1766 29230 0 -1 1077944384 2 13350 0 0 0 0 5 3 20 0 15 0 78452392 11113168896 800237 33554432000 4194304 4196468 140733397102864 139654821045888 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1828] ppid=1763 vsize=10852704 memory=3200948 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1828/stat : 1828 (java) S 1763 1766 29230 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 78452395 11113168896 800237 33554432000 4194304 4196468 140733397102864 139654513646160 139655956998043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1829] ppid=1763 vsize=10852704 memory=3200948 CPUtime=17.06 cores=0,2,4,6
/proc/1766/task/1829/stat : 1829 (java) S 1763 1766 29230 0 -1 1077944384 53450 13350 0 0 1689 9 5 3 20 0 15 0 78452395 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655381723248 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1830] ppid=1763 vsize=10852704 memory=3200536 CPUtime=17.02 cores=0,2,4,6
/proc/1766/task/1830/stat : 1830 (java) S 1763 1766 29230 0 -1 1077944384 70466 13350 0 0 1685 9 5 3 20 0 15 0 78452395 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655380670448 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1831] ppid=1763 vsize=10852704 memory=3200948 CPUtime=4.84 cores=0,2,4,6
/proc/1766/task/1831/stat : 1831 (java) S 1763 1766 29230 0 -1 1077944384 53527 13350 0 0 468 8 5 3 20 0 15 0 78452395 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655379618160 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1832] ppid=1763 vsize=10852704 memory=4012 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1832/stat : 1832 (java) S 1763 1766 29230 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 78452395 11113168896 800237 33554432000 4194304 4196468 140733397102864 139654480087520 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1833] ppid=1763 vsize=10852704 memory=23428 CPUtime=1.42 cores=0,2,4,6
/proc/1766/task/1833/stat : 1833 (java) S 1763 1766 29230 0 -1 1077944384 1434 13350 0 0 64 70 5 3 20 0 15 0 78452395 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655378566064 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 3200948 KiB

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

[startup+2453.16 s]
# the end of solver process 1766 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.07 s, system=3.99036 s

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

[startup+2453.11 s]
/proc/loadavg: 1.64 1.56 1.60 3/215 2061
/proc/meminfo: memFree=8206132/32770624 swapFree=67108852/67108860
[pid=1766] ppid=1763 vsize=10852704 memory=3200948 CPUtime=2520 cores=0,2,4,6
/proc/1766/stat : 1766 (java) S 1763 1766 29230 0 -1 1077944320 762360 13350 0 0 251600 392 5 3 20 0 15 0 78452381 11113168896 800237 33554432000 4194304 4196468 140733397102864 140733397085408 139655956979447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
/proc/1766/statm: 2713176 800237 3540 1 0 2674829 0
[pid=1766/tid=1820] ppid=1763 vsize=10852704 memory=3200948 CPUtime=2441.52 cores=0,2,4,6
/proc/1766/task/1820/stat : 1820 (java) R 1763 1766 29230 0 -1 4202560 429122 13350 0 0 244024 120 5 3 20 0 15 0 78452389 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655928813936 139655584665820 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1821] ppid=1763 vsize=10852704 memory=3200948 CPUtime=9.27 cores=0,2,4,6
/proc/1766/task/1821/stat : 1821 (java) S 1763 1766 29230 0 -1 1077944384 33968 13350 0 0 875 44 5 3 20 0 15 0 78452390 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655961221520 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1822] ppid=1763 vsize=10852704 memory=3200948 CPUtime=9.28 cores=0,2,4,6
/proc/1766/task/1822/stat : 1822 (java) S 1763 1766 29230 0 -1 1077944384 31723 13350 0 0 878 42 5 3 20 0 15 0 78452390 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655530252560 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1823] ppid=1763 vsize=10852704 memory=3200948 CPUtime=9.28 cores=0,2,4,6
/proc/1766/task/1823/stat : 1823 (java) S 1763 1766 29230 0 -1 1077944384 27469 13350 0 0 875 45 5 3 20 0 15 0 78452390 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655529200272 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1824] ppid=1763 vsize=10852704 memory=3200948 CPUtime=9.26 cores=0,2,4,6
/proc/1766/task/1824/stat : 1824 (java) S 1763 1766 29230 0 -1 1077944384 23413 13350 0 0 877 41 5 3 20 0 15 0 78452390 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655528147472 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1825] ppid=1763 vsize=10852704 memory=3200948 CPUtime=1.65 cores=0,2,4,6
/proc/1766/task/1825/stat : 1825 (java) S 1763 1766 29230 0 -1 1077944384 35537 13350 0 0 135 22 5 3 20 0 15 0 78452392 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655416334960 139655956990594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1826] ppid=1763 vsize=10852704 memory=3200948 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1826/stat : 1826 (java) S 1763 1766 29230 0 -1 1077944384 55 13350 0 0 0 0 5 3 20 0 15 0 78452392 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655415280992 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1827] ppid=1763 vsize=10852704 memory=3200948 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1827/stat : 1827 (java) S 1763 1766 29230 0 -1 1077944384 2 13350 0 0 0 0 5 3 20 0 15 0 78452392 11113168896 800237 33554432000 4194304 4196468 140733397102864 139654821045888 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1828] ppid=1763 vsize=10852704 memory=3200948 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1828/stat : 1828 (java) S 1763 1766 29230 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 78452395 11113168896 800237 33554432000 4194304 4196468 140733397102864 139654513646160 139655956998043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1829] ppid=1763 vsize=10852704 memory=3200948 CPUtime=17.06 cores=0,2,4,6
/proc/1766/task/1829/stat : 1829 (java) S 1763 1766 29230 0 -1 1077944384 53450 13350 0 0 1689 9 5 3 20 0 15 0 78452395 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655381723248 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1830] ppid=1763 vsize=10852704 memory=3200536 CPUtime=17.02 cores=0,2,4,6
/proc/1766/task/1830/stat : 1830 (java) S 1763 1766 29230 0 -1 1077944384 70466 13350 0 0 1685 9 5 3 20 0 15 0 78452395 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655380670448 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1831] ppid=1763 vsize=10852704 memory=3200948 CPUtime=4.84 cores=0,2,4,6
/proc/1766/task/1831/stat : 1831 (java) S 1763 1766 29230 0 -1 1077944384 53527 13350 0 0 468 8 5 3 20 0 15 0 78452395 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655379618160 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1832] ppid=1763 vsize=10852704 memory=4012 CPUtime=0.08 cores=0,2,4,6
/proc/1766/task/1832/stat : 1832 (java) S 1763 1766 29230 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 78452395 11113168896 800237 33554432000 4194304 4196468 140733397102864 139654480087520 139655956989653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
[pid=1766/tid=1833] ppid=1763 vsize=10852704 memory=23428 CPUtime=1.42 cores=0,2,4,6
/proc/1766/task/1833/stat : 1833 (java) S 1763 1766 29230 0 -1 1077944384 1434 13350 0 0 64 70 5 3 20 0 15 0 78452395 11113168896 800237 33554432000 4194304 4196468 140733397102864 139655378566064 139655956990594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140733397109359 140733397112156 140733397112156 140733397114831 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 3200948 KiB

Child status: 143
Real time (s): 2453.16
CPU time (s): 2520.06
CPU user time (s): 2516.07
CPU system time (s): 3.99036
CPU usage (%): 102.727
Max. virtual memory (cumulated for all children) (KiB): 10853052
Max. memory (cumulated for all children) (KiB): 3201556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.07
system time used= 3.99036
maximum resident set size= 3205164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 780402
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 92661
involuntary context switches= 5648


# summary of solver processes directly reported to runsolver:
#   pid: 1766
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.07
#   total CPU system time (s): 3.99036

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3805 second user time and 22.7789 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-26 14:41:32
IDJOB=4296022
IDBENCH=141638
IDSOLVER=2750
FILE ID=node148/4296022-1532608892
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-2-2_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4296022-1532608892/watcher-4296022-1532608892 -o /tmp/evaluation-result-4296022-1532608892/solver-4296022-1532608892 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532582651-29261 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=182058916 HOME/instance-4296022-1532608892.xml

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

MD5SUM BENCH= cdfe3d0465f921b63e12edf2a82a40f3
RANDOM SEED=182058916

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:        10729672 kB
MemAvailable:   29627916 kB
Buffers:          228392 kB
Cached:         18604424 kB
SwapCached:            8 kB
Active:          4719284 kB
Inactive:       16464876 kB
Active(anon):    2304984 kB
Inactive(anon):    74280 kB
Active(file):    2414300 kB
Inactive(file): 16390596 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             27924 kB
Writeback:             0 kB
AnonPages:       2358456 kB
Mapped:            53924 kB
Shmem:             25216 kB
Slab:             550704 kB
SReclaimable:     521808 kB
SUnreclaim:        28896 kB
KernelStack:        3504 kB
PageTables:         9760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3562132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2162688 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 15:22:26