Trace number 4296150

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13? (TO) 2520.08 2494.93

General information on the benchmark

NameEternity/
Eternity-10-10_c18.xml
MD5SUMa3eb34d1d913b6993c7392d3f708e375
Bench CategoryCSP (decision 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 variables320
Number of constraints141
Number of domains2
Minimum domain size15
Maximum domain size100
Distribution of domain sizes[{"size":15,"count":220},{"size":100,"count":100}]
Minimum variable degree1
Maximum variable degree11
Distribution of variable degrees[{"degree":1,"count":9},{"degree":2,"count":310},{"degree":11,"count":1}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":40},{"arity":5,"count":100},{"arity":100,"count":1}]
Number of extensional constraints100
Number of intensional constraints40
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":40},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4296150-1532611831/watcher-4296150-1532611831 -o /tmp/evaluation-result-4296150-1532611831/solver-4296150-1532611831 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532594593-7268 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=423025242 -superng HOME/instance-4296150-1532611831.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=10330, runsolver pid=10327

[startup+0.100061 s]*
/proc/loadavg: 1.51 1.62 2.20 3/202 10383
/proc/meminfo: memFree=23554700/32770624 swapFree=67077004/67108860
[pid=10330] ppid=10327 vsize=9970504 memory=11060 CPUtime=0.08 cores=0,2,4,6
/proc/10330/stat : 10330 (java) S 10327 10330 5667 0 -1 1077944320 3395 12894 0 0 0 0 5 3 20 0 6 0 78746251 10209796096 2765 33554432000 4194304 4196468 140724105644800 140724105627344 139651146632951 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
/proc/10330/statm: 2492626 2765 1291 1 0 2481537 0
[pid=10330/tid=10383] ppid=10327 vsize=9970504 memory=4279135703913233800 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10383/stat : 10383 (java) R 10327 10330 5667 0 -1 4202560 1283 12894 0 0 0 0 5 3 20 0 6 0 78746261 10209796096 2835 33554432000 4194304 4196468 140724105644800 139651118474536 139651132700944 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10384] ppid=10327 vsize=9970504 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10384/stat : 10384 (java) S 10327 10330 5667 0 -1 1077944384 2 12894 0 0 0 0 5 3 20 0 6 0 78746261 10209796096 3347 33554432000 4194304 4196468 140724105644800 139651150875536 139651146643157 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10385] ppid=10327 vsize=9970504 memory=139720737343104 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10385/stat : 10385 (java) S 10327 10330 5667 0 -1 1077944384 1 12894 0 0 0 0 5 3 20 0 6 0 78746261 10209796096 3347 33554432000 4194304 4196468 140724105644800 139651065694992 139651146643157 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10386] ppid=10327 vsize=9970504 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10386/stat : 10386 (java) S 10327 10330 5667 0 -1 1077944384 2 12894 0 0 0 0 5 3 20 0 6 0 78746261 10209796096 3347 33554432000 4194304 4196468 140724105644800 139651064642704 139651146643157 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10387] ppid=10327 vsize=9970504 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10387/stat : 10387 (java) S 10327 10330 5667 0 -1 1077944384 2 12894 0 0 0 0 5 3 20 0 6 0 78746261 10209796096 3347 33554432000 4194304 4196468 140724105644800 139650717637648 139651146643157 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9970504 KiB
Current children cumulated memory: 11060 KiB

[startup+0.210197 s]*
/proc/loadavg: 1.51 1.62 2.20 3/215 10396
/proc/meminfo: memFree=23531920/32770624 swapFree=67077004/67108860
[pid=10330] ppid=10327 vsize=10818904 memory=39416 CPUtime=0.25 cores=0,2,4,6
/proc/10330/stat : 10330 (java) S 10327 10330 5667 0 -1 1077944320 7070 12894 0 0 16 1 5 3 20 0 15 0 78746251 11078557696 9854 33554432000 4194304 4196468 140724105644800 140724105627344 139651146632951 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
/proc/10330/statm: 2704726 9854 2969 1 0 2667149 0
[pid=10330/tid=10383] ppid=10327 vsize=10818904 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/10330/task/10383/stat : 10383 (java) R 10327 10330 5667 0 -1 4202560 3720 12894 0 0 10 1 5 3 20 0 15 0 78746261 11078557696 9854 33554432000 4194304 4196468 140724105644800 139651118425376 139651126908260 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10384] ppid=10327 vsize=10818904 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10384/stat : 10384 (java) S 10327 10330 5667 0 -1 1077944384 2 12894 0 0 0 0 5 3 20 0 15 0 78746261 11078557696 9854 33554432000 4194304 4196468 140724105644800 139651150875536 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10385] ppid=10327 vsize=10818904 memory=139720737808065 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10385/stat : 10385 (java) S 10327 10330 5667 0 -1 1077944384 1 12894 0 0 0 0 5 3 20 0 15 0 78746261 11078557696 9854 33554432000 4194304 4196468 140724105644800 139651065694992 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10386] ppid=10327 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10386/stat : 10386 (java) S 10327 10330 5667 0 -1 1077944384 2 12894 0 0 0 0 5 3 20 0 15 0 78746261 11078557696 9854 33554432000 4194304 4196468 140724105644800 139651064642704 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10387] ppid=10327 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10387/stat : 10387 (java) S 10327 10330 5667 0 -1 1077944384 2 12894 0 0 0 0 5 3 20 0 15 0 78746261 11078557696 9854 33554432000 4194304 4196468 140724105644800 139650717637648 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10388] ppid=10327 vsize=10818904 memory=139720737343104 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10388/stat : 10388 (java) S 10327 10330 5667 0 -1 1077944384 2 12894 0 0 0 0 5 3 20 0 15 0 78746263 11078557696 9854 33554432000 4194304 4196468 140724105644800 139650418391152 139651146644098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10389] ppid=10327 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10389/stat : 10389 (java) S 10327 10330 5667 0 -1 1077944384 13 12894 0 0 0 0 5 3 20 0 15 0 78746263 11078557696 9854 33554432000 4194304 4196468 140724105644800 139650324751136 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10390] ppid=10327 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10390/stat : 10390 (java) S 10327 10330 5667 0 -1 1077944384 1 12894 0 0 0 0 5 3 20 0 15 0 78746264 11078557696 9854 33554432000 4194304 4196468 140724105644800 139650190533744 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10391] ppid=10327 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10391/stat : 10391 (java) S 10327 10330 5667 0 -1 1077944384 3 12894 0 0 0 0 5 3 20 0 15 0 78746266 11078557696 9854 33554432000 4194304 4196468 140724105644800 139649681807440 139651146651547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10392] ppid=10327 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10330/task/10392/stat : 10392 (java) S 10327 10330 5667 0 -1 1077944384 489 12894 0 0 1 0 5 3 20 0 15 0 78746266 11078557696 9854 33554432000 4194304 4196468 140724105644800 139650417338992 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10393] ppid=10327 vsize=10818904 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/10330/task/10393/stat : 10393 (java) S 10327 10330 5667 0 -1 1077944384 90 12894 0 0 1 0 5 3 20 0 15 0 78746266 11078557696 9854 33554432000 4194304 4196468 140724105644800 139650416286192 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10394] ppid=10327 vsize=10818904 memory=139720737343104 CPUtime=0.11 cores=0,2,4,6
/proc/10330/task/10394/stat : 10394 (java) S 10327 10330 5667 0 -1 1077944384 555 12894 0 0 3 0 5 3 20 0 15 0 78746266 11078557696 9854 33554432000 4194304 4196468 140724105644800 139650415233904 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10395] ppid=10327 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10395/stat : 10395 (java) S 10327 10330 5667 0 -1 1077944384 3 12894 0 0 0 0 5 3 20 0 15 0 78746267 11078557696 9854 33554432000 4194304 4196468 140724105644800 139649648249824 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10396] ppid=10327 vsize=10818904 memory=139720737343104 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10396/stat : 10396 (java) S 10327 10330 5667 0 -1 1077944384 1 12894 0 0 0 0 5 3 20 0 15 0 78746267 11078557696 9854 33554432000 4194304 4196468 140724105644800 139650414180784 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 39416 KiB

[startup+0.310087 s]*
/proc/loadavg: 1.51 1.62 2.20 3/215 10396
/proc/meminfo: memFree=23518896/32770624 swapFree=67077004/67108860
[pid=10330] ppid=10327 vsize=10819352 memory=51992 CPUtime=0.38 cores=0,2,4,6
/proc/10330/stat : 10330 (java) S 10327 10330 5667 0 -1 1077944320 10051 12894 0 0 28 2 5 3 20 0 15 0 78746251 11079016448 12998 33554432000 4194304 4196468 140724105644800 140724105627344 139651146632951 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
/proc/10330/statm: 2704838 12998 3088 1 0 2667149 0
[pid=10330/tid=10383] ppid=10327 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/10330/task/10383/stat : 10383 (java) R 10327 10330 5667 0 -1 4202560 6810 12894 0 0 18 2 5 3 20 0 15 0 78746261 11079016448 13130 33554432000 4194304 4196468 140724105644800 139651118444960 139651126908658 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10384] ppid=10327 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10384/stat : 10384 (java) S 10327 10330 5667 0 -1 1077944384 2 12894 0 0 0 0 5 3 20 0 15 0 78746261 11079016448 13130 33554432000 4194304 4196468 140724105644800 139651150875536 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10385] ppid=10327 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10385/stat : 10385 (java) S 10327 10330 5667 0 -1 1077944384 1 12894 0 0 0 0 5 3 20 0 15 0 78746261 11079016448 13130 33554432000 4194304 4196468 140724105644800 139651065694992 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10386] ppid=10327 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10386/stat : 10386 (java) S 10327 10330 5667 0 -1 1077944384 2 12894 0 0 0 0 5 3 20 0 15 0 78746261 11079016448 13130 33554432000 4194304 4196468 140724105644800 139651064642704 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10387] ppid=10327 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10387/stat : 10387 (java) S 10327 10330 5667 0 -1 1077944384 2 12894 0 0 0 0 5 3 20 0 15 0 78746261 11079016448 13130 33554432000 4194304 4196468 140724105644800 139650717637648 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10388] ppid=10327 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10388/stat : 10388 (java) S 10327 10330 5667 0 -1 1077944384 2 12894 0 0 0 0 5 3 20 0 15 0 78746263 11079016448 13130 33554432000 4194304 4196468 140724105644800 139650418391152 139651146644098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10389] ppid=10327 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10389/stat : 10389 (java) S 10327 10330 5667 0 -1 1077944384 13 12894 0 0 0 0 5 3 20 0 15 0 78746263 11079016448 13130 33554432000 4194304 4196468 140724105644800 139650324751136 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10390] ppid=10327 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10390/stat : 10390 (java) S 10327 10330 5667 0 -1 1077944384 1 12894 0 0 0 0 5 3 20 0 15 0 78746264 11079016448 13130 33554432000 4194304 4196468 140724105644800 139650190533744 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10391] ppid=10327 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10391/stat : 10391 (java) S 10327 10330 5667 0 -1 1077944384 3 12894 0 0 0 0 5 3 20 0 15 0 78746266 11079016448 13130 33554432000 4194304 4196468 140724105644800 139649681807440 139651146651547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10392] ppid=10327 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10330/task/10392/stat : 10392 (java) S 10327 10330 5667 0 -1 1077944384 490 12894 0 0 1 0 5 3 20 0 15 0 78746266 11079016448 13130 33554432000 4194304 4196468 140724105644800 139650417338992 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10393] ppid=10327 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/10330/task/10393/stat : 10393 (java) S 10327 10330 5667 0 -1 1077944384 90 12894 0 0 1 0 5 3 20 0 15 0 78746266 11079016448 13196 33554432000 4194304 4196468 140724105644800 139650416286192 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10394] ppid=10327 vsize=10819352 memory=139720737343104 CPUtime=0.13 cores=0,2,4,6
/proc/10330/task/10394/stat : 10394 (java) S 10327 10330 5667 0 -1 1077944384 565 12894 0 0 5 0 5 3 20 0 15 0 78746266 11079016448 13196 33554432000 4194304 4196468 140724105644800 139650415233904 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10395] ppid=10327 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10395/stat : 10395 (java) S 10327 10330 5667 0 -1 1077944384 3 12894 0 0 0 0 5 3 20 0 15 0 78746267 11079016448 13196 33554432000 4194304 4196468 140724105644800 139649648249824 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10396] ppid=10327 vsize=10819352 memory=139720737343104 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10396/stat : 10396 (java) S 10327 10330 5667 0 -1 1077944384 1 12894 0 0 0 0 5 3 20 0 15 0 78746267 11079016448 13196 33554432000 4194304 4196468 140724105644800 139650414180784 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51992 KiB

[startup+0.700708 s]
/proc/loadavg: 1.51 1.62 2.20 3/215 10396
/proc/meminfo: memFree=23507236/32770624 swapFree=67077004/67108860
[pid=10330] ppid=10327 vsize=10819352 memory=86488 CPUtime=0.99 cores=0,2,4,6
/proc/10330/stat : 10330 (java) S 10327 10330 5667 0 -1 1077944320 16720 12894 0 0 87 4 5 3 20 0 15 0 78746251 11079016448 21622 33554432000 4194304 4196468 140724105644800 140724105627344 139651146632951 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
/proc/10330/statm: 2704838 21622 3238 1 0 2667149 0
[pid=10330/tid=10383] ppid=10327 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/10330/task/10383/stat : 10383 (java) R 10327 10330 5667 0 -1 4202560 12186 12894 0 0 55 3 5 3 20 0 15 0 78746261 11079016448 21622 33554432000 4194304 4196468 140724105644800 139651118455952 139651128196480 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10384] ppid=10327 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10384/stat : 10384 (java) S 10327 10330 5667 0 -1 1077944384 2 12894 0 0 0 0 5 3 20 0 15 0 78746261 11079016448 21622 33554432000 4194304 4196468 140724105644800 139651150875536 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10385] ppid=10327 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10385/stat : 10385 (java) S 10327 10330 5667 0 -1 1077944384 1 12894 0 0 0 0 5 3 20 0 15 0 78746261 11079016448 21622 33554432000 4194304 4196468 140724105644800 139651065694992 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10386] ppid=10327 vsize=10819352 memory=139720587883280 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10386/stat : 10386 (java) S 10327 10330 5667 0 -1 1077944384 2 12894 0 0 0 0 5 3 20 0 15 0 78746261 11079016448 21622 33554432000 4194304 4196468 140724105644800 139651064642704 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10387] ppid=10327 vsize=10819352 memory=139723876074057 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10387/stat : 10387 (java) S 10327 10330 5667 0 -1 1077944384 2 12894 0 0 0 0 5 3 20 0 15 0 78746261 11079016448 21622 33554432000 4194304 4196468 140724105644800 139650717637648 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10388] ppid=10327 vsize=10819352 memory=796 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10388/stat : 10388 (java) S 10327 10330 5667 0 -1 1077944384 5 12894 0 0 0 0 5 3 20 0 15 0 78746263 11079016448 21622 33554432000 4194304 4196468 140724105644800 139650418391152 139651146644098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10389] ppid=10327 vsize=10819352 memory=7014751519650764113 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10389/stat : 10389 (java) S 10327 10330 5667 0 -1 1077944384 13 12894 0 0 0 0 5 3 20 0 15 0 78746263 11079016448 21622 33554432000 4194304 4196468 140724105644800 139650324751136 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10390] ppid=10327 vsize=10819352 memory=7597123233646858610 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10390/stat : 10390 (java) S 10327 10330 5667 0 -1 1077944384 1 12894 0 0 0 0 5 3 20 0 15 0 78746264 11079016448 21622 33554432000 4194304 4196468 140724105644800 139650190533744 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10391] ppid=10327 vsize=10819352 memory=3604 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10391/stat : 10391 (java) S 10327 10330 5667 0 -1 1077944384 3 12894 0 0 0 0 5 3 20 0 15 0 78746266 11079016448 21622 33554432000 4194304 4196468 140724105644800 139649681807440 139651146651547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10392] ppid=10327 vsize=10819352 memory=10932 CPUtime=0.18 cores=0,2,4,6
/proc/10330/task/10392/stat : 10392 (java) S 10327 10330 5667 0 -1 1077944384 1166 12894 0 0 10 0 5 3 20 0 15 0 78746266 11079016448 21622 33554432000 4194304 4196468 140724105644800 139650417338992 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10393] ppid=10327 vsize=10819352 memory=15128 CPUtime=0.15 cores=0,2,4,6
/proc/10330/task/10393/stat : 10393 (java) S 10327 10330 5667 0 -1 1077944384 485 12894 0 0 7 0 5 3 20 0 15 0 78746266 11079016448 21622 33554432000 4194304 4196468 140724105644800 139650416286192 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10394] ppid=10327 vsize=10819352 memory=640 CPUtime=0.21 cores=0,2,4,6
/proc/10330/task/10394/stat : 10394 (java) S 10327 10330 5667 0 -1 1077944384 664 12894 0 0 13 0 5 3 20 0 15 0 78746266 11079016448 21622 33554432000 4194304 4196468 140724105644800 139650415233904 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10395] ppid=10327 vsize=10819352 memory=1760 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10395/stat : 10395 (java) S 10327 10330 5667 0 -1 1077944384 3 12894 0 0 0 0 5 3 20 0 15 0 78746267 11079016448 21622 33554432000 4194304 4196468 140724105644800 139649648249824 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10396] ppid=10327 vsize=10819352 memory=960 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10396/stat : 10396 (java) S 10327 10330 5667 0 -1 1077944384 1 12894 0 0 0 0 5 3 20 0 15 0 78746267 11079016448 21622 33554432000 4194304 4196468 140724105644800 139650414180784 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86488 KiB

[startup+1.50082 s]
/proc/loadavg: 1.51 1.62 2.20 3/215 10396
/proc/meminfo: memFree=23464068/32770624 swapFree=67077004/67108860
[pid=10330] ppid=10327 vsize=10832204 memory=210100 CPUtime=2.74 cores=0,2,4,6
/proc/10330/stat : 10330 (java) S 10327 10330 5667 0 -1 1077944320 24038 12894 0 0 256 10 5 3 20 0 15 0 78746251 11092176896 52525 33554432000 4194304 4196468 140724105644800 140724105627344 139651146632951 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
/proc/10330/statm: 2708051 52525 3444 1 0 2669709 0
[pid=10330/tid=10383] ppid=10327 vsize=10832204 memory=62996 CPUtime=1.44 cores=0,2,4,6
/proc/10330/task/10383/stat : 10383 (java) S 10327 10330 5667 0 -1 1077944384 16905 12894 0 0 130 6 5 3 20 0 15 0 78746261 11092176896 52525 33554432000 4194304 4196468 140724105644800 139651118445104 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10384] ppid=10327 vsize=10832204 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10384/stat : 10384 (java) S 10327 10330 5667 0 -1 1077944384 12 12894 0 0 0 0 5 3 20 0 15 0 78746261 11092176896 52525 33554432000 4194304 4196468 140724105644800 139651150875536 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10385] ppid=10327 vsize=10832204 memory=279441175797920 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10385/stat : 10385 (java) S 10327 10330 5667 0 -1 1077944384 8 12894 0 0 0 0 5 3 20 0 15 0 78746261 11092176896 52525 33554432000 4194304 4196468 140724105644800 139651065694992 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10386] ppid=10327 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10386/stat : 10386 (java) S 10327 10330 5667 0 -1 1077944384 176 12894 0 0 0 0 5 3 20 0 15 0 78746261 11092176896 52525 33554432000 4194304 4196468 140724105644800 139651064642704 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10387] ppid=10327 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10387/stat : 10387 (java) S 10327 10330 5667 0 -1 1077944384 51 12894 0 0 0 0 5 3 20 0 15 0 78746261 11092176896 52525 33554432000 4194304 4196468 140724105644800 139650717637648 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10388] ppid=10327 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10388/stat : 10388 (java) R 10327 10330 5667 0 -1 4202560 31 12894 0 0 0 0 5 3 20 0 15 0 78746263 11092176896 52525 33554432000 4194304 4196468 140724105644800 139650418389632 139651131671349 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10389] ppid=10327 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10389/stat : 10389 (java) S 10327 10330 5667 0 -1 1077944384 13 12894 0 0 0 0 5 3 20 0 15 0 78746263 11092176896 52525 33554432000 4194304 4196468 140724105644800 139650324751136 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10390] ppid=10327 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10390/stat : 10390 (java) S 10327 10330 5667 0 -1 1077944384 1 12894 0 0 0 0 5 3 20 0 15 0 78746264 11092176896 52525 33554432000 4194304 4196468 140724105644800 139650190533744 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10391] ppid=10327 vsize=10832204 memory=-2746958450906831424 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10391/stat : 10391 (java) S 10327 10330 5667 0 -1 1077944384 3 12894 0 0 0 0 5 3 20 0 15 0 78746266 11092176896 52525 33554432000 4194304 4196468 140724105644800 139649681807440 139651146651547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10392] ppid=10327 vsize=10832204 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/10330/task/10392/stat : 10392 (java) S 10327 10330 5667 0 -1 1077944384 1911 12894 0 0 47 0 5 3 20 0 15 0 78746266 11092176896 52525 33554432000 4194304 4196468 140724105644800 139650417338992 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10393] ppid=10327 vsize=10832204 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/10330/task/10393/stat : 10393 (java) S 10327 10330 5667 0 -1 1077944384 1282 12894 0 0 37 0 5 3 20 0 15 0 78746266 11092176896 52525 33554432000 4194304 4196468 140724105644800 139650416286192 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10394] ppid=10327 vsize=10832204 memory=6791534058613427641 CPUtime=0.46 cores=0,2,4,6
/proc/10330/task/10394/stat : 10394 (java) S 10327 10330 5667 0 -1 1077944384 1455 12894 0 0 38 0 5 3 20 0 15 0 78746266 11092176896 52525 33554432000 4194304 4196468 140724105644800 139650415233904 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10395] ppid=10327 vsize=10832204 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10395/stat : 10395 (java) S 10327 10330 5667 0 -1 1077944384 3 12894 0 0 0 0 5 3 20 0 15 0 78746267 11092176896 52525 33554432000 4194304 4196468 140724105644800 139649648249824 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10396] ppid=10327 vsize=10832204 memory=279441176042432 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10396/stat : 10396 (java) S 10327 10330 5667 0 -1 1077944384 1 12894 0 0 0 0 5 3 20 0 15 0 78746267 11092176896 52525 33554432000 4194304 4196468 140724105644800 139650414180784 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 10832204 KiB

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

/proc/10330/task/10383/stat : 10383 (java) R 10327 10330 5667 0 -1 4202560 91104 12894 0 0 237187 34 5 3 20 0 15 0 78746261 11178180608 197763 33554432000 4194304 4196468 140724105644800 139651118467472 139650760842462 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10384] ppid=10327 vsize=10916192 memory=791052 CPUtime=4.45 cores=0,2,4,6
/proc/10330/task/10384/stat : 10384 (java) S 10327 10330 5667 0 -1 1077944384 16588 12894 0 0 408 29 5 3 20 0 15 0 78746261 11178180608 197763 33554432000 4194304 4196468 140724105644800 139651150875536 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10385] ppid=10327 vsize=10916192 memory=791052 CPUtime=4.47 cores=0,2,4,6
/proc/10330/task/10385/stat : 10385 (java) S 10327 10330 5667 0 -1 1077944384 12812 12894 0 0 406 33 5 3 20 0 15 0 78746261 11178180608 197763 33554432000 4194304 4196468 140724105644800 139651065694992 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10386] ppid=10327 vsize=10916192 memory=791052 CPUtime=4.44 cores=0,2,4,6
/proc/10330/task/10386/stat : 10386 (java) S 10327 10330 5667 0 -1 1077944384 15841 12894 0 0 406 30 5 3 20 0 15 0 78746261 11178180608 197763 33554432000 4194304 4196468 140724105644800 139651064642704 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10387] ppid=10327 vsize=10916192 memory=791052 CPUtime=4.47 cores=0,2,4,6
/proc/10330/task/10387/stat : 10387 (java) S 10327 10330 5667 0 -1 1077944384 9291 12894 0 0 407 32 5 3 20 0 15 0 78746261 11178180608 197763 33554432000 4194304 4196468 140724105644800 139650717637648 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10388] ppid=10327 vsize=10916192 memory=20688 CPUtime=3.43 cores=0,2,4,6
/proc/10330/task/10388/stat : 10388 (java) S 10327 10330 5667 0 -1 1077944384 14001 12894 0 0 311 24 5 3 20 0 15 0 78746263 11178180608 197763 33554432000 4194304 4196468 140724105644800 139650418391152 139651146644098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 19 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10389] ppid=10327 vsize=10916192 memory=791052 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10389/stat : 10389 (java) S 10327 10330 5667 0 -1 1077944384 16 12894 0 0 0 0 5 3 20 0 15 0 78746263 11178180608 197763 33554432000 4194304 4196468 140724105644800 139650324751200 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10390] ppid=10327 vsize=10916192 memory=7307772554045842538 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10390/stat : 10390 (java) S 10327 10330 5667 0 -1 1077944384 12 12894 0 0 0 0 5 3 20 0 15 0 78746264 11178180608 197763 33554432000 4194304 4196468 140724105644800 139650190533760 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10391] ppid=10327 vsize=10916192 memory=791052 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10391/stat : 10391 (java) S 10327 10330 5667 0 -1 1077944384 3 12894 0 0 0 0 5 3 20 0 15 0 78746266 11178180608 197763 33554432000 4194304 4196468 140724105644800 139649681807440 139651146651547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10392] ppid=10327 vsize=10916192 memory=791052 CPUtime=5.53 cores=0,2,4,6
/proc/10330/task/10392/stat : 10392 (java) S 10327 10330 5667 0 -1 1077944384 33774 12894 0 0 540 5 5 3 20 0 15 0 78746266 11178180608 197763 33554432000 4194304 4196468 140724105644800 139650417338992 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10393] ppid=10327 vsize=10916192 memory=791052 CPUtime=4.82 cores=0,2,4,6
/proc/10330/task/10393/stat : 10393 (java) S 10327 10330 5667 0 -1 1077944384 26454 12894 0 0 469 5 5 3 20 0 15 0 78746266 11178180608 197763 33554432000 4194304 4196468 140724105644800 139650416286192 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10394] ppid=10327 vsize=10916192 memory=1548 CPUtime=2.05 cores=0,2,4,6
/proc/10330/task/10394/stat : 10394 (java) S 10327 10330 5667 0 -1 1077944384 22035 12894 0 0 194 3 5 3 20 0 15 0 78746266 11178180608 197763 33554432000 4194304 4196468 140724105644800 139650415233904 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10395] ppid=10327 vsize=10916192 memory=791052 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10395/stat : 10395 (java) S 10327 10330 5667 0 -1 1077944384 3 12894 0 0 0 0 5 3 20 0 15 0 78746267 11178180608 197763 33554432000 4194304 4196468 140724105644800 139649648249824 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10396] ppid=10327 vsize=10916192 memory=791052 CPUtime=1.52 cores=0,2,4,6
/proc/10330/task/10396/stat : 10396 (java) S 10327 10330 5667 0 -1 1077944384 1117 12894 0 0 74 70 5 3 20 0 15 0 78746267 11178180608 197763 33554432000 4194304 4196468 140724105644800 139650414180784 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 42 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
Current children cumulated CPU time: 2406.86 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 791052 KiB

[startup+2442.3 s]
/proc/loadavg: 1.31 1.34 1.44 5/216 10622
/proc/meminfo: memFree=22545452/32770624 swapFree=67077012/67108860
[pid=10330] ppid=10327 vsize=10916192 memory=791084 CPUtime=2467.16 cores=0,2,4,6
/proc/10330/stat : 10330 (java) S 10327 10330 5667 0 -1 1077944320 246094 12894 0 0 246476 232 5 3 20 0 15 0 78746251 11178180608 197771 33554432000 4194304 4196468 140724105644800 140724105627344 139651146632951 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
/proc/10330/statm: 2729048 197771 3525 1 0 2690701 0
[pid=10330/tid=10383] ppid=10327 vsize=10916192 memory=56 CPUtime=2432.05 cores=0,2,4,6
/proc/10330/task/10383/stat : 10383 (java) R 10327 10330 5667 0 -1 4202560 91435 12894 0 0 243162 35 5 3 20 0 15 0 78746261 11178180608 197771 33554432000 4194304 4196468 140724105644800 139651118466560 139650748236192 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10384] ppid=10327 vsize=10916192 memory=791052 CPUtime=4.55 cores=0,2,4,6
/proc/10330/task/10384/stat : 10384 (java) S 10327 10330 5667 0 -1 1077944384 16875 12894 0 0 418 29 5 3 20 0 15 0 78746261 11178180608 197771 33554432000 4194304 4196468 140724105644800 139651150875536 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10385] ppid=10327 vsize=10916192 memory=791052 CPUtime=4.58 cores=0,2,4,6
/proc/10330/task/10385/stat : 10385 (java) S 10327 10330 5667 0 -1 1077944384 12817 12894 0 0 416 34 5 3 20 0 15 0 78746261 11178180608 197771 33554432000 4194304 4196468 140724105644800 139651065694992 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10386] ppid=10327 vsize=10916192 memory=791052 CPUtime=4.55 cores=0,2,4,6
/proc/10330/task/10386/stat : 10386 (java) S 10327 10330 5667 0 -1 1077944384 15844 12894 0 0 416 31 5 3 20 0 15 0 78746261 11178180608 197771 33554432000 4194304 4196468 140724105644800 139651064642704 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10387] ppid=10327 vsize=10916192 memory=791084 CPUtime=4.57 cores=0,2,4,6
/proc/10330/task/10387/stat : 10387 (java) S 10327 10330 5667 0 -1 1077944384 9363 12894 0 0 417 32 5 3 20 0 15 0 78746261 11178180608 197771 33554432000 4194304 4196468 140724105644800 139650717637648 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10388] ppid=10327 vsize=10916192 memory=791084 CPUtime=3.51 cores=0,2,4,6
/proc/10330/task/10388/stat : 10388 (java) S 10327 10330 5667 0 -1 1077944384 14148 12894 0 0 319 24 5 3 20 0 15 0 78746263 11178180608 197771 33554432000 4194304 4196468 140724105644800 139650418391152 139651146644098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 19 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10389] ppid=10327 vsize=10916192 memory=791084 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10389/stat : 10389 (java) S 10327 10330 5667 0 -1 1077944384 16 12894 0 0 0 0 5 3 20 0 15 0 78746263 11178180608 197771 33554432000 4194304 4196468 140724105644800 139650324751200 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10390] ppid=10327 vsize=10916192 memory=791084 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10390/stat : 10390 (java) S 10327 10330 5667 0 -1 1077944384 12 12894 0 0 0 0 5 3 20 0 15 0 78746264 11178180608 197771 33554432000 4194304 4196468 140724105644800 139650190533760 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10391] ppid=10327 vsize=10916192 memory=791084 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10391/stat : 10391 (java) S 10327 10330 5667 0 -1 1077944384 3 12894 0 0 0 0 5 3 20 0 15 0 78746266 11178180608 197771 33554432000 4194304 4196468 140724105644800 139649681807440 139651146651547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10392] ppid=10327 vsize=10916192 memory=791084 CPUtime=5.53 cores=0,2,4,6
/proc/10330/task/10392/stat : 10392 (java) S 10327 10330 5667 0 -1 1077944384 33776 12894 0 0 540 5 5 3 20 0 15 0 78746266 11178180608 197771 33554432000 4194304 4196468 140724105644800 139650417338992 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10393] ppid=10327 vsize=10916192 memory=791084 CPUtime=4.82 cores=0,2,4,6
/proc/10330/task/10393/stat : 10393 (java) S 10327 10330 5667 0 -1 1077944384 26456 12894 0 0 469 5 5 3 20 0 15 0 78746266 11178180608 197771 33554432000 4194304 4196468 140724105644800 139650416286192 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10394] ppid=10327 vsize=10916192 memory=791084 CPUtime=2.05 cores=0,2,4,6
/proc/10330/task/10394/stat : 10394 (java) S 10327 10330 5667 0 -1 1077944384 22037 12894 0 0 194 3 5 3 20 0 15 0 78746266 11178180608 197771 33554432000 4194304 4196468 140724105644800 139650415233904 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10395] ppid=10327 vsize=10916192 memory=791084 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10395/stat : 10395 (java) S 10327 10330 5667 0 -1 1077944384 3 12894 0 0 0 0 5 3 20 0 15 0 78746267 11178180608 197771 33554432000 4194304 4196468 140724105644800 139649648249824 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10396] ppid=10327 vsize=10916192 memory=791084 CPUtime=1.56 cores=0,2,4,6
/proc/10330/task/10396/stat : 10396 (java) S 10327 10330 5667 0 -1 1077944384 1123 12894 0 0 76 72 5 3 20 0 15 0 78746267 11178180608 197771 33554432000 4194304 4196468 140724105644800 139650414180784 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 42 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
Current children cumulated CPU time: 2467.16 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 791084 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2494.9 s]
/proc/loadavg: 1.03 1.27 1.41 5/216 10623
/proc/meminfo: memFree=22555080/32770624 swapFree=67077012/67108860
[pid=10330] ppid=10327 vsize=10916192 memory=782368 CPUtime=2520.04 cores=0,2,4,6
/proc/10330/stat : 10330 (java) S 10327 10330 5667 0 -1 1077944320 247327 12894 0 0 251760 236 5 3 20 0 15 0 78746251 11178180608 195592 33554432000 4194304 4196468 140724105644800 140724105627344 139651146632951 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
/proc/10330/statm: 2729048 195592 3525 1 0 2690701 0
[pid=10330/tid=10383] ppid=10327 vsize=10916192 memory=782368 CPUtime=2484.42 cores=0,2,4,6
/proc/10330/task/10383/stat : 10383 (java) R 10327 10330 5667 0 -1 4202560 92137 12894 0 0 248399 35 5 3 20 0 15 0 78746261 11178180608 195592 33554432000 4194304 4196468 140724105644800 139651118467280 139650748237840 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10384] ppid=10327 vsize=10916192 memory=782368 CPUtime=4.65 cores=0,2,4,6
/proc/10330/task/10384/stat : 10384 (java) S 10327 10330 5667 0 -1 1077944384 16892 12894 0 0 427 30 5 3 20 0 15 0 78746261 11178180608 195592 33554432000 4194304 4196468 140724105644800 139651150875536 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10385] ppid=10327 vsize=10916192 memory=782368 CPUtime=4.67 cores=0,2,4,6
/proc/10330/task/10385/stat : 10385 (java) S 10327 10330 5667 0 -1 1077944384 12846 12894 0 0 425 34 5 3 20 0 15 0 78746261 11178180608 195592 33554432000 4194304 4196468 140724105644800 139651065694992 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10386] ppid=10327 vsize=10916192 memory=782368 CPUtime=4.64 cores=0,2,4,6
/proc/10330/task/10386/stat : 10386 (java) S 10327 10330 5667 0 -1 1077944384 16175 12894 0 0 425 31 5 3 20 0 15 0 78746261 11178180608 195592 33554432000 4194304 4196468 140724105644800 139651064642704 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10387] ppid=10327 vsize=10916192 memory=782368 CPUtime=4.66 cores=0,2,4,6
/proc/10330/task/10387/stat : 10387 (java) S 10327 10330 5667 0 -1 1077944384 9433 12894 0 0 426 32 5 3 20 0 15 0 78746261 11178180608 195592 33554432000 4194304 4196468 140724105644800 139650717637648 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10388] ppid=10327 vsize=10916192 memory=784424 CPUtime=3.59 cores=0,2,4,6
/proc/10330/task/10388/stat : 10388 (java) S 10327 10330 5667 0 -1 1077944384 14216 12894 0 0 326 25 5 3 20 0 15 0 78746263 11178180608 195592 33554432000 4194304 4196468 140724105644800 139650418391152 139651146644098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 19 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10389] ppid=10327 vsize=10916192 memory=782368 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10389/stat : 10389 (java) S 10327 10330 5667 0 -1 1077944384 16 12894 0 0 0 0 5 3 20 0 15 0 78746263 11178180608 195592 33554432000 4194304 4196468 140724105644800 139650324751200 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10390] ppid=10327 vsize=10916192 memory=782368 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10390/stat : 10390 (java) S 10327 10330 5667 0 -1 1077944384 12 12894 0 0 0 0 5 3 20 0 15 0 78746264 11178180608 195592 33554432000 4194304 4196468 140724105644800 139650190533760 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10391] ppid=10327 vsize=10916192 memory=782368 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10391/stat : 10391 (java) S 10327 10330 5667 0 -1 1077944384 3 12894 0 0 0 0 5 3 20 0 15 0 78746266 11178180608 195592 33554432000 4194304 4196468 140724105644800 139649681807440 139651146651547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10392] ppid=10327 vsize=10916192 memory=782368 CPUtime=5.53 cores=0,2,4,6
/proc/10330/task/10392/stat : 10392 (java) S 10327 10330 5667 0 -1 1077944384 33776 12894 0 0 540 5 5 3 20 0 15 0 78746266 11178180608 195592 33554432000 4194304 4196468 140724105644800 139650417338992 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10393] ppid=10327 vsize=10916192 memory=3032 CPUtime=4.82 cores=0,2,4,6
/proc/10330/task/10393/stat : 10393 (java) S 10327 10330 5667 0 -1 1077944384 26456 12894 0 0 469 5 5 3 20 0 15 0 78746266 11178180608 195592 33554432000 4194304 4196468 140724105644800 139650416286192 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10394] ppid=10327 vsize=10916192 memory=782368 CPUtime=2.05 cores=0,2,4,6
/proc/10330/task/10394/stat : 10394 (java) S 10327 10330 5667 0 -1 1077944384 22037 12894 0 0 194 3 5 3 20 0 15 0 78746266 11178180608 195592 33554432000 4194304 4196468 140724105644800 139650415233904 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10395] ppid=10327 vsize=10916192 memory=782368 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10395/stat : 10395 (java) S 10327 10330 5667 0 -1 1077944384 3 12894 0 0 0 0 5 3 20 0 15 0 78746267 11178180608 195592 33554432000 4194304 4196468 140724105644800 139649648249824 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10396] ppid=10327 vsize=10916192 memory=0 CPUtime=1.59 cores=0,2,4,6
/proc/10330/task/10396/stat : 10396 (java) S 10327 10330 5667 0 -1 1077944384 1139 12894 0 0 78 73 5 3 20 0 15 0 78746267 11178180608 195592 33554432000 4194304 4196468 140724105644800 139650414180784 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 42 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 782368 KiB

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

[startup+2494.93 s]
# the end of solver process 10330 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.68 s, system=2.40161 s

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

[startup+2494.9 s]
/proc/loadavg: 1.03 1.27 1.41 5/216 10623
/proc/meminfo: memFree=22555080/32770624 swapFree=67077012/67108860
[pid=10330] ppid=10327 vsize=10916192 memory=782368 CPUtime=2520.04 cores=0,2,4,6
/proc/10330/stat : 10330 (java) S 10327 10330 5667 0 -1 1077944320 247327 12894 0 0 251760 236 5 3 20 0 15 0 78746251 11178180608 195592 33554432000 4194304 4196468 140724105644800 140724105627344 139651146632951 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
/proc/10330/statm: 2729048 195592 3525 1 0 2690701 0
[pid=10330/tid=10383] ppid=10327 vsize=10916192 memory=782368 CPUtime=2484.42 cores=0,2,4,6
/proc/10330/task/10383/stat : 10383 (java) R 10327 10330 5667 0 -1 4202560 92137 12894 0 0 248399 35 5 3 20 0 15 0 78746261 11178180608 195592 33554432000 4194304 4196468 140724105644800 139651118467280 139650748237840 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10384] ppid=10327 vsize=10916192 memory=782368 CPUtime=4.65 cores=0,2,4,6
/proc/10330/task/10384/stat : 10384 (java) S 10327 10330 5667 0 -1 1077944384 16892 12894 0 0 427 30 5 3 20 0 15 0 78746261 11178180608 195592 33554432000 4194304 4196468 140724105644800 139651150875536 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10385] ppid=10327 vsize=10916192 memory=782368 CPUtime=4.67 cores=0,2,4,6
/proc/10330/task/10385/stat : 10385 (java) S 10327 10330 5667 0 -1 1077944384 12846 12894 0 0 425 34 5 3 20 0 15 0 78746261 11178180608 195592 33554432000 4194304 4196468 140724105644800 139651065694992 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10386] ppid=10327 vsize=10916192 memory=782368 CPUtime=4.64 cores=0,2,4,6
/proc/10330/task/10386/stat : 10386 (java) S 10327 10330 5667 0 -1 1077944384 16175 12894 0 0 425 31 5 3 20 0 15 0 78746261 11178180608 195592 33554432000 4194304 4196468 140724105644800 139651064642704 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10387] ppid=10327 vsize=10916192 memory=782368 CPUtime=4.66 cores=0,2,4,6
/proc/10330/task/10387/stat : 10387 (java) S 10327 10330 5667 0 -1 1077944384 9433 12894 0 0 426 32 5 3 20 0 15 0 78746261 11178180608 195592 33554432000 4194304 4196468 140724105644800 139650717637648 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10388] ppid=10327 vsize=10916192 memory=784424 CPUtime=3.59 cores=0,2,4,6
/proc/10330/task/10388/stat : 10388 (java) S 10327 10330 5667 0 -1 1077944384 14216 12894 0 0 326 25 5 3 20 0 15 0 78746263 11178180608 195592 33554432000 4194304 4196468 140724105644800 139650418391152 139651146644098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 19 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10389] ppid=10327 vsize=10916192 memory=782368 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10389/stat : 10389 (java) S 10327 10330 5667 0 -1 1077944384 16 12894 0 0 0 0 5 3 20 0 15 0 78746263 11178180608 195592 33554432000 4194304 4196468 140724105644800 139650324751200 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10390] ppid=10327 vsize=10916192 memory=782368 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10390/stat : 10390 (java) S 10327 10330 5667 0 -1 1077944384 12 12894 0 0 0 0 5 3 20 0 15 0 78746264 11178180608 195592 33554432000 4194304 4196468 140724105644800 139650190533760 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10391] ppid=10327 vsize=10916192 memory=782368 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10391/stat : 10391 (java) S 10327 10330 5667 0 -1 1077944384 3 12894 0 0 0 0 5 3 20 0 15 0 78746266 11178180608 195592 33554432000 4194304 4196468 140724105644800 139649681807440 139651146651547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10392] ppid=10327 vsize=10916192 memory=782368 CPUtime=5.53 cores=0,2,4,6
/proc/10330/task/10392/stat : 10392 (java) S 10327 10330 5667 0 -1 1077944384 33776 12894 0 0 540 5 5 3 20 0 15 0 78746266 11178180608 195592 33554432000 4194304 4196468 140724105644800 139650417338992 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10393] ppid=10327 vsize=10916192 memory=3032 CPUtime=4.82 cores=0,2,4,6
/proc/10330/task/10393/stat : 10393 (java) S 10327 10330 5667 0 -1 1077944384 26456 12894 0 0 469 5 5 3 20 0 15 0 78746266 11178180608 195592 33554432000 4194304 4196468 140724105644800 139650416286192 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10394] ppid=10327 vsize=10916192 memory=782368 CPUtime=2.05 cores=0,2,4,6
/proc/10330/task/10394/stat : 10394 (java) S 10327 10330 5667 0 -1 1077944384 22037 12894 0 0 194 3 5 3 20 0 15 0 78746266 11178180608 195592 33554432000 4194304 4196468 140724105644800 139650415233904 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10395] ppid=10327 vsize=10916192 memory=782368 CPUtime=0.08 cores=0,2,4,6
/proc/10330/task/10395/stat : 10395 (java) S 10327 10330 5667 0 -1 1077944384 3 12894 0 0 0 0 5 3 20 0 15 0 78746267 11178180608 195592 33554432000 4194304 4196468 140724105644800 139649648249824 139651146643157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
[pid=10330/tid=10396] ppid=10327 vsize=10916192 memory=0 CPUtime=1.59 cores=0,2,4,6
/proc/10330/task/10396/stat : 10396 (java) S 10327 10330 5667 0 -1 1077944384 1139 12894 0 0 78 73 5 3 20 0 15 0 78746267 11178180608 195592 33554432000 4194304 4196468 140724105644800 139650414180784 139651146644098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 42 0 0 6293624 6294260 33333248 140724105652396 140724105655644 140724105655644 140724105658319 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 782368 KiB

Child status: 143
Real time (s): 2494.93
CPU time (s): 2520.08
CPU user time (s): 2517.68
CPU system time (s): 2.40161
CPU usage (%): 101.008
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 1267824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.68
system time used= 2.40161
maximum resident set size= 1276016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261064
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130600
involuntary context switches= 7191


# summary of solver processes directly reported to runsolver:
#   pid: 10330
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.68
#   total CPU system time (s): 2.40161

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2405 second user time and 21.7149 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-26 15:30:31
IDJOB=4296150
IDBENCH=141658
IDSOLVER=2751
FILE ID=node102/4296150-1532611831
RUNJOBID= node102-1532594593-7268
PBS_JOBID= 21021970
Free space on /tmp= 52720 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Eternity/Eternity-10-10_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4296150-1532611831/watcher-4296150-1532611831 -o /tmp/evaluation-result-4296150-1532611831/solver-4296150-1532611831 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532594593-7268 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=423025242 -superng HOME/instance-4296150-1532611831.xml

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

MD5SUM BENCH= a3eb34d1d913b6993c7392d3f708e375
RANDOM SEED=423025242

node102.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.51
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.51
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.51
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.51
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:        23558144 kB
MemAvailable:   31308996 kB
Buffers:          192724 kB
Cached:          7793428 kB
SwapCached:         5292 kB
Active:          2009552 kB
Inactive:        6662676 kB
Active(anon):     656580 kB
Inactive(anon):    53648 kB
Active(file):    1352972 kB
Inactive(file):  6609028 kB
Unevictable:        6616 kB
Mlocked:            6616 kB
SwapTotal:      67108860 kB
SwapFree:       67077004 kB
Dirty:             26976 kB
Writeback:             0 kB
AnonPages:        703688 kB
Mapped:            46876 kB
Shmem:             21936 kB
Slab:             237428 kB
SReclaimable:     209376 kB
SUnreclaim:        28052 kB
KernelStack:        3808 kB
PageTables:         6820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1537160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    487424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52692 MiB
End job on node102 at 2018-07-26 16:12:06