Trace number 4293371

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 2483.53

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K05-P03_c18.xml
MD5SUMf4fa601a34b34009a5b9ea58e60241da
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark89.9324
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints42
Number of domains2
Minimum domain size40
Maximum domain size41
Distribution of domain sizes[{"size":40,"count":40},{"size":41,"count":15}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":40},{"degree":6,"count":10},{"degree":7,"count":5}]
Minimum constraint arity3
Maximum constraint arity40
Distribution of constraint arities[{"arity":3,"count":40},{"arity":15,"count":1},{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints40
Distribution of constraint types[{"type":"intension","count":40},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293371-1532313793/watcher-4293371-1532313793 -o /tmp/evaluation-result-4293371-1532313793/solver-4293371-1532313793 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532294157-6740 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2057620146 -superng HOME/instance-4293371-1532313793.xml 

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

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

solver pid=10314, runsolver pid=10311

[startup+0.100101 s]*
/proc/loadavg: 1.73 1.73 1.85 2/207 10371
/proc/meminfo: memFree=19126476/32770624 swapFree=67108860/67108860
[pid=10314] ppid=10311 vsize=9972712 memory=17076 CPUtime=0.1 cores=1,3,5,7
/proc/10314/stat : 10314 (java) S 10311 10314 6708 0 -1 1077944320 4419 13174 0 0 1 1 5 3 20 0 6 0 48942489 10212057088 4269 33554432000 4194304 4196468 140734353834576 140734353817120 140349009911543 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
/proc/10314/statm: 2493178 4269 1934 1 0 2481616 0
[pid=10314/tid=10367] ppid=10311 vsize=9972712 memory=4279135704013962638 CPUtime=0.09 cores=1,3,5,7
/proc/10314/task/10367/stat : 10367 (java) R 10311 10314 6708 0 -1 4202560 2267 13174 0 0 1 0 5 3 20 0 6 0 48942498 10212057088 4335 33554432000 4194304 4196468 140734353834576 140348981748304 140348995223545 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10368] ppid=10311 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10368/stat : 10368 (java) S 10311 10314 6708 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 6 0 48942499 10212057088 4335 33554432000 4194304 4196468 140734353834576 140349014154128 140349009921749 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10369] ppid=10311 vsize=9972712 memory=140335759201920 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10369/stat : 10369 (java) S 10311 10314 6708 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 6 0 48942499 10212057088 4335 33554432000 4194304 4196468 140734353834576 140348582714128 140349009921749 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10370] ppid=10311 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10370/stat : 10370 (java) S 10311 10314 6708 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 6 0 48942499 10212057088 4335 33554432000 4194304 4196468 140734353834576 140348581661840 140349009921749 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10371] ppid=10311 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10371/stat : 10371 (java) S 10311 10314 6708 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 6 0 48942499 10212057088 4335 33554432000 4194304 4196468 140734353834576 140348580609040 140349009921749 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210038 s]*
/proc/loadavg: 1.73 1.73 1.85 3/216 10380
/proc/meminfo: memFree=19106372/32770624 swapFree=67108860/67108860
[pid=10314] ppid=10311 vsize=10818904 memory=46624 CPUtime=0.26 cores=1,3,5,7
/proc/10314/stat : 10314 (java) S 10311 10314 6708 0 -1 1077944320 9488 13174 0 0 16 2 5 3 20 0 15 0 48942489 11078557696 11656 33554432000 4194304 4196468 140734353834576 140734353817120 140349009911543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
/proc/10314/statm: 2704726 11656 2971 1 0 2667149 0
[pid=10314/tid=10367] ppid=10311 vsize=10818936 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/10314/task/10367/stat : 10367 (java) R 10311 10314 6708 0 -1 4202560 6150 13174 0 0 10 1 5 3 20 0 15 0 48942498 11078590464 11656 33554432000 4194304 4196468 140734353834576 140348981736352 140349002591261 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10368] ppid=10311 vsize=10818936 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10368/stat : 10368 (java) S 10311 10314 6708 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48942499 11078590464 11656 33554432000 4194304 4196468 140734353834576 140349014154128 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10369] ppid=10311 vsize=10818936 memory=140335759201920 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10369/stat : 10369 (java) S 10311 10314 6708 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48942499 11078590464 11656 33554432000 4194304 4196468 140734353834576 140348582714128 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10370] ppid=10311 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10370/stat : 10370 (java) S 10311 10314 6708 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48942499 11078590464 11656 33554432000 4194304 4196468 140734353834576 140348581661840 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10371] ppid=10311 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10371/stat : 10371 (java) S 10311 10314 6708 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 48942499 11078590464 11656 33554432000 4194304 4196468 140734353834576 140348580609040 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10372] ppid=10311 vsize=10818936 memory=140335759201920 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10372/stat : 10372 (java) S 10311 10314 6708 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 48942500 11078590464 11656 33554432000 4194304 4196468 140734353834576 140348536514672 140349009922690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10373] ppid=10311 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10373/stat : 10373 (java) S 10311 10314 6708 0 -1 1077944384 13 13174 0 0 0 0 5 3 20 0 15 0 48942500 11078557696 11656 33554432000 4194304 4196468 140734353834576 140348458263328 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10374] ppid=10311 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10374/stat : 10374 (java) S 10311 10314 6708 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48942501 11078557696 11656 33554432000 4194304 4196468 140734353834576 140347787175024 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10375] ppid=10311 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10375/stat : 10375 (java) S 10311 10314 6708 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48942503 11078557696 11656 33554432000 4194304 4196468 140734353834576 140347546884176 140349009930139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10376] ppid=10311 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10314/task/10376/stat : 10376 (java) S 10311 10314 6708 0 -1 1077944384 493 13174 0 0 1 0 5 3 20 0 15 0 48942503 11078557696 11656 33554432000 4194304 4196468 140734353834576 140348535462512 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10377] ppid=10311 vsize=10818904 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/10314/task/10377/stat : 10377 (java) S 10311 10314 6708 0 -1 1077944384 89 13174 0 0 1 0 5 3 20 0 15 0 48942503 11078557696 11656 33554432000 4194304 4196468 140734353834576 140348534409712 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10378] ppid=10311 vsize=10818904 memory=140335759201920 CPUtime=0.11 cores=1,3,5,7
/proc/10314/task/10378/stat : 10378 (java) S 10311 10314 6708 0 -1 1077944384 556 13174 0 0 3 0 5 3 20 0 15 0 48942503 11078557696 11656 33554432000 4194304 4196468 140734353834576 140348533357424 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10379] ppid=10311 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10379/stat : 10379 (java) S 10311 10314 6708 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48942504 11078557696 11656 33554432000 4194304 4196468 140734353834576 140347513326560 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10380] ppid=10311 vsize=10818904 memory=140335759201920 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10380/stat : 10380 (java) S 10311 10314 6708 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48942504 11078557696 11656 33554432000 4194304 4196468 140734353834576 140348532304304 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 46624 KiB

[startup+0.310441 s]*
/proc/loadavg: 1.73 1.73 1.85 3/216 10380
/proc/meminfo: memFree=19091968/32770624 swapFree=67108860/67108860
[pid=10314] ppid=10311 vsize=10819352 memory=54500 CPUtime=0.4 cores=1,3,5,7
/proc/10314/stat : 10314 (java) S 10311 10314 6708 0 -1 1077944320 10708 13174 0 0 29 3 5 3 20 0 15 0 48942489 11079016448 13625 33554432000 4194304 4196468 140734353834576 140734353817120 140349009911543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
/proc/10314/statm: 2704838 13625 3090 1 0 2667149 0
[pid=10314/tid=10367] ppid=10311 vsize=10819352 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/10314/task/10367/stat : 10367 (java) R 10311 10314 6708 0 -1 4202560 7342 13174 0 0 20 2 5 3 20 0 15 0 48942498 11079016448 13625 33554432000 4194304 4196468 140734353834576 140348981723552 140348993098346 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10368] ppid=10311 vsize=10819352 memory=6082489959641534545 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10368/stat : 10368 (java) S 10311 10314 6708 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48942499 11079016448 13625 33554432000 4194304 4196468 140734353834576 140349014154128 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10369] ppid=10311 vsize=10819352 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10369/stat : 10369 (java) S 10311 10314 6708 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48942499 11079016448 13625 33554432000 4194304 4196468 140734353834576 140348582714128 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10370] ppid=10311 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10370/stat : 10370 (java) S 10311 10314 6708 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48942499 11079016448 13625 33554432000 4194304 4196468 140734353834576 140348581661840 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10371] ppid=10311 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10371/stat : 10371 (java) S 10311 10314 6708 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 48942499 11079016448 13625 33554432000 4194304 4196468 140734353834576 140348580609040 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10372] ppid=10311 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10372/stat : 10372 (java) S 10311 10314 6708 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 48942500 11079016448 13625 33554432000 4194304 4196468 140734353834576 140348536514672 140349009922690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10373] ppid=10311 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10373/stat : 10373 (java) S 10311 10314 6708 0 -1 1077944384 13 13174 0 0 0 0 5 3 20 0 15 0 48942500 11079016448 13625 33554432000 4194304 4196468 140734353834576 140348458263328 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10374] ppid=10311 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10374/stat : 10374 (java) S 10311 10314 6708 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48942501 11079016448 13625 33554432000 4194304 4196468 140734353834576 140347787175024 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10375] ppid=10311 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10375/stat : 10375 (java) S 10311 10314 6708 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48942503 11079016448 13625 33554432000 4194304 4196468 140734353834576 140347546884176 140349009930139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10376] ppid=10311 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10314/task/10376/stat : 10376 (java) S 10311 10314 6708 0 -1 1077944384 493 13174 0 0 1 0 5 3 20 0 15 0 48942503 11079016448 13625 33554432000 4194304 4196468 140734353834576 140348535462512 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10377] ppid=10311 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10314/task/10377/stat : 10377 (java) S 10311 10314 6708 0 -1 1077944384 90 13174 0 0 1 0 5 3 20 0 15 0 48942503 11079016448 13625 33554432000 4194304 4196468 140734353834576 140348534409712 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10378] ppid=10311 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/10314/task/10378/stat : 10378 (java) S 10311 10314 6708 0 -1 1077944384 568 13174 0 0 5 0 5 3 20 0 15 0 48942503 11079016448 13625 33554432000 4194304 4196468 140734353834576 140348533357424 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10379] ppid=10311 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10379/stat : 10379 (java) S 10311 10314 6708 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48942504 11079016448 13625 33554432000 4194304 4196468 140734353834576 140347513326560 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10380] ppid=10311 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10380/stat : 10380 (java) S 10311 10314 6708 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48942504 11079016448 13625 33554432000 4194304 4196468 140734353834576 140348532304304 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54500 KiB

[startup+0.700762 s]
/proc/loadavg: 1.73 1.73 1.85 3/216 10380
/proc/meminfo: memFree=19083656/32770624 swapFree=67108860/67108860
[pid=10314] ppid=10311 vsize=10819352 memory=86648 CPUtime=0.99 cores=1,3,5,7
/proc/10314/stat : 10314 (java) S 10311 10314 6708 0 -1 1077944320 16776 13174 0 0 87 4 5 3 20 0 15 0 48942489 11079016448 21662 33554432000 4194304 4196468 140734353834576 140734353817120 140349009911543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
/proc/10314/statm: 2704838 21662 3237 1 0 2667149 0
[pid=10314/tid=10367] ppid=10311 vsize=10819352 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/10314/task/10367/stat : 10367 (java) R 10311 10314 6708 0 -1 4202560 12333 13174 0 0 56 3 5 3 20 0 15 0 48942498 11079016448 21662 33554432000 4194304 4196468 140734353834576 140348981732368 140348990187279 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10368] ppid=10311 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10368/stat : 10368 (java) S 10311 10314 6708 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48942499 11079016448 21662 33554432000 4194304 4196468 140734353834576 140349014154128 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10369] ppid=10311 vsize=10819352 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10369/stat : 10369 (java) S 10311 10314 6708 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48942499 11079016448 21662 33554432000 4194304 4196468 140734353834576 140348582714128 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10370] ppid=10311 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10370/stat : 10370 (java) S 10311 10314 6708 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48942499 11079016448 21662 33554432000 4194304 4196468 140734353834576 140348581661840 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10371] ppid=10311 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10371/stat : 10371 (java) S 10311 10314 6708 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 48942499 11079016448 21662 33554432000 4194304 4196468 140734353834576 140348580609040 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10372] ppid=10311 vsize=10819352 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10372/stat : 10372 (java) S 10311 10314 6708 0 -1 1077944384 5 13174 0 0 0 0 5 3 20 0 15 0 48942500 11079016448 21662 33554432000 4194304 4196468 140734353834576 140348536514672 140349009922690 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10373] ppid=10311 vsize=10819352 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10373/stat : 10373 (java) S 10311 10314 6708 0 -1 1077944384 13 13174 0 0 0 0 5 3 20 0 15 0 48942500 11079016448 21662 33554432000 4194304 4196468 140734353834576 140348458263328 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10374] ppid=10311 vsize=10819352 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10374/stat : 10374 (java) S 10311 10314 6708 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48942501 11079016448 21662 33554432000 4194304 4196468 140734353834576 140347787175024 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10375] ppid=10311 vsize=10819352 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10375/stat : 10375 (java) S 10311 10314 6708 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48942503 11079016448 21662 33554432000 4194304 4196468 140734353834576 140347546884176 140349009930139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10376] ppid=10311 vsize=10819352 memory=13252 CPUtime=0.17 cores=1,3,5,7
/proc/10314/task/10376/stat : 10376 (java) S 10311 10314 6708 0 -1 1077944384 1105 13174 0 0 9 0 5 3 20 0 15 0 48942503 11079016448 21662 33554432000 4194304 4196468 140734353834576 140348535462512 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10377] ppid=10311 vsize=10819352 memory=15460 CPUtime=0.15 cores=1,3,5,7
/proc/10314/task/10377/stat : 10377 (java) S 10311 10314 6708 0 -1 1077944384 505 13174 0 0 7 0 5 3 20 0 15 0 48942503 11079016448 21662 33554432000 4194304 4196468 140734353834576 140348534409712 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10378] ppid=10311 vsize=10819352 memory=17668 CPUtime=0.21 cores=1,3,5,7
/proc/10314/task/10378/stat : 10378 (java) S 10311 10314 6708 0 -1 1077944384 614 13174 0 0 13 0 5 3 20 0 15 0 48942503 11079016448 21662 33554432000 4194304 4196468 140734353834576 140348533357424 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10379] ppid=10311 vsize=10819352 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10379/stat : 10379 (java) S 10311 10314 6708 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48942504 11079016448 21662 33554432000 4194304 4196468 140734353834576 140347513326560 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10380] ppid=10311 vsize=10819352 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10380/stat : 10380 (java) S 10311 10314 6708 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48942504 11079016448 21662 33554432000 4194304 4196468 140734353834576 140348532304304 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86648 KiB

[startup+1.50074 s]
/proc/loadavg: 1.73 1.73 1.85 3/216 10380
/proc/meminfo: memFree=19037076/32770624 swapFree=67108860/67108860
[pid=10314] ppid=10311 vsize=10836300 memory=178548 CPUtime=2.28 cores=1,3,5,7
/proc/10314/stat : 10314 (java) S 10311 10314 6708 0 -1 1077944320 24131 13174 0 0 211 9 5 3 20 0 15 0 48942489 11096371200 44637 33554432000 4194304 4196468 140734353834576 140734353817120 140349009911543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
/proc/10314/statm: 2709075 44637 3466 1 0 2670733 0
[pid=10314/tid=10367] ppid=10311 vsize=10836300 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/10314/task/10367/stat : 10367 (java) R 10311 10314 6708 0 -1 4202560 18014 13174 0 0 130 5 5 3 20 0 15 0 48942498 11096371200 44637 33554432000 4194304 4196468 140734353834576 140348981740560 140348990187424 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10368] ppid=10311 vsize=10836300 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10314/task/10368/stat : 10368 (java) S 10311 10314 6708 0 -1 1077944384 251 13174 0 0 1 0 5 3 20 0 15 0 48942499 11096371200 44637 33554432000 4194304 4196468 140734353834576 140349014154128 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10369] ppid=10311 vsize=10836300 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10314/task/10369/stat : 10369 (java) S 10311 10314 6708 0 -1 1077944384 25 13174 0 0 1 0 5 3 20 0 15 0 48942499 11096371200 44637 33554432000 4194304 4196468 140734353834576 140348582714128 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10370] ppid=10311 vsize=10836300 memory=3611949788955226161 CPUtime=0.09 cores=1,3,5,7
/proc/10314/task/10370/stat : 10370 (java) S 10311 10314 6708 0 -1 1077944384 59 13174 0 0 1 0 5 3 20 0 15 0 48942499 11096371200 44637 33554432000 4194304 4196468 140734353834576 140348581661840 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10371] ppid=10311 vsize=10836300 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10314/task/10371/stat : 10371 (java) S 10311 10314 6708 0 -1 1077944384 37 13174 0 0 1 0 5 3 20 0 15 0 48942499 11096371200 44637 33554432000 4194304 4196468 140734353834576 140348580609040 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10372] ppid=10311 vsize=10836300 memory=-7965959130280075168 CPUtime=0.09 cores=1,3,5,7
/proc/10314/task/10372/stat : 10372 (java) S 10311 10314 6708 0 -1 1077944384 51 13174 0 0 1 0 5 3 20 0 15 0 48942500 11096371200 44637 33554432000 4194304 4196468 140734353834576 140348536514672 140349009922690 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10373] ppid=10311 vsize=10836300 memory=280671281031424 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10373/stat : 10373 (java) S 10311 10314 6708 0 -1 1077944384 13 13174 0 0 0 0 5 3 20 0 15 0 48942500 11096371200 44637 33554432000 4194304 4196468 140734353834576 140348458263392 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10374] ppid=10311 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10374/stat : 10374 (java) S 10311 10314 6708 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 48942501 11096371200 44637 33554432000 4194304 4196468 140734353834576 140347787175024 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10375] ppid=10311 vsize=10836300 memory=5380 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10375/stat : 10375 (java) S 10311 10314 6708 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48942503 11096371200 44637 33554432000 4194304 4196468 140734353834576 140347546884176 140349009930139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10376] ppid=10311 vsize=10836300 memory=4616 CPUtime=0.27 cores=1,3,5,7
/proc/10314/task/10376/stat : 10376 (java) S 10311 10314 6708 0 -1 1077944384 1267 13174 0 0 19 0 5 3 20 0 15 0 48942503 11096371200 44637 33554432000 4194304 4196468 140734353834576 140348535462512 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10377] ppid=10311 vsize=10836300 memory=1232 CPUtime=0.3 cores=1,3,5,7
/proc/10314/task/10377/stat : 10377 (java) S 10311 10314 6708 0 -1 1077944384 1048 13174 0 0 22 0 5 3 20 0 15 0 48942503 11096371200 44637 33554432000 4194304 4196468 140734353834576 140348534409712 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10378] ppid=10311 vsize=10836300 memory=11964 CPUtime=0.39 cores=1,3,5,7
/proc/10314/task/10378/stat : 10378 (java) S 10311 10314 6708 0 -1 1077944384 1169 13174 0 0 31 0 5 3 20 0 15 0 48942503 11096371200 44637 33554432000 4194304 4196468 140734353834576 140348533357424 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10379] ppid=10311 vsize=10836300 memory=1708 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10379/stat : 10379 (java) S 10311 10314 6708 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48942504 11096371200 44637 33554432000 4194304 4196468 140734353834576 140347513326560 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10380] ppid=10311 vsize=10836300 memory=8384 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10380/stat : 10380 (java) S 10311 10314 6708 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48942504 11096371200 44637 33554432000 4194304 4196468 140734353834576 140348532304304 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10836300 KiB

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

/proc/10314/task/10367/stat : 10367 (java) R 10311 10314 6708 0 -1 4202560 83082 13174 0 0 236265 39 5 3 20 0 15 0 48942498 11176083456 193055 33554432000 4194304 4196468 140734353834576 140348981745536 140348621108248 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10368] ppid=10311 vsize=10914144 memory=771728 CPUtime=9.17 cores=1,3,5,7
/proc/10314/task/10368/stat : 10368 (java) S 10311 10314 6708 0 -1 1077944384 14735 13174 0 0 870 39 5 3 20 0 15 0 48942499 11176083456 193055 33554432000 4194304 4196468 140734353834576 140349014154128 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10369] ppid=10311 vsize=10914144 memory=771728 CPUtime=9.14 cores=1,3,5,7
/proc/10314/task/10369/stat : 10369 (java) S 10311 10314 6708 0 -1 1077944384 16209 13174 0 0 868 38 5 3 20 0 15 0 48942499 11176083456 193055 33554432000 4194304 4196468 140734353834576 140348582714128 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10370] ppid=10311 vsize=10914144 memory=772220 CPUtime=9.17 cores=1,3,5,7
/proc/10314/task/10370/stat : 10370 (java) S 10311 10314 6708 0 -1 1077944384 13103 13174 0 0 869 40 5 3 20 0 15 0 48942499 11176083456 193055 33554432000 4194304 4196468 140734353834576 140348581661840 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10371] ppid=10311 vsize=10914144 memory=772220 CPUtime=9.16 cores=1,3,5,7
/proc/10314/task/10371/stat : 10371 (java) S 10311 10314 6708 0 -1 1077944384 12365 13174 0 0 866 42 5 3 20 0 15 0 48942499 11176083456 193055 33554432000 4194304 4196468 140734353834576 140348580609040 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10372] ppid=10311 vsize=10914144 memory=772220 CPUtime=7.39 cores=1,3,5,7
/proc/10314/task/10372/stat : 10372 (java) S 10311 10314 6708 0 -1 1077944384 12017 13174 0 0 691 40 5 3 20 0 15 0 48942500 11176083456 193055 33554432000 4194304 4196468 140734353834576 140348536514672 140349009922690 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10373] ppid=10311 vsize=10914144 memory=772220 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10373/stat : 10373 (java) S 10311 10314 6708 0 -1 1077944384 14 13174 0 0 0 0 5 3 20 0 15 0 48942500 11176083456 193055 33554432000 4194304 4196468 140734353834576 140348458263456 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10374] ppid=10311 vsize=10914144 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10374/stat : 10374 (java) S 10311 10314 6708 0 -1 1077944384 5 13174 0 0 0 0 5 3 20 0 15 0 48942501 11176083456 193055 33554432000 4194304 4196468 140734353834576 140347787175040 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10375] ppid=10311 vsize=10914144 memory=16276 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10375/stat : 10375 (java) S 10311 10314 6708 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48942503 11176083456 193055 33554432000 4194304 4196468 140734353834576 140347546884176 140349009930139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10376] ppid=10311 vsize=10914144 memory=1200 CPUtime=3.79 cores=1,3,5,7
/proc/10314/task/10376/stat : 10376 (java) S 10311 10314 6708 0 -1 1077944384 34567 13174 0 0 368 3 5 3 20 0 15 0 48942503 11176083456 193055 33554432000 4194304 4196468 140734353834576 140348535462512 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10377] ppid=10311 vsize=10914144 memory=15872 CPUtime=3.65 cores=1,3,5,7
/proc/10314/task/10377/stat : 10377 (java) S 10311 10314 6708 0 -1 1077944384 28779 13174 0 0 353 4 5 3 20 0 15 0 48942503 11176083456 193055 33554432000 4194304 4196468 140734353834576 140348534409712 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10378] ppid=10311 vsize=10914144 memory=6791534058613427641 CPUtime=1.78 cores=1,3,5,7
/proc/10314/task/10378/stat : 10378 (java) S 10311 10314 6708 0 -1 1077944384 24347 13174 0 0 166 4 5 3 20 0 15 0 48942503 11176083456 193055 33554432000 4194304 4196468 140734353834576 140348533357424 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10379] ppid=10311 vsize=10914144 memory=2204 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10379/stat : 10379 (java) S 10311 10314 6708 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48942504 11176083456 193055 33554432000 4194304 4196468 140734353834576 140347513326560 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10380] ppid=10311 vsize=10914144 memory=772220 CPUtime=1.44 cores=1,3,5,7
/proc/10314/task/10380/stat : 10380 (java) S 10311 10314 6708 0 -1 1077944384 2534 13174 0 0 60 76 5 3 20 0 15 0 48942504 11176083456 193055 33554432000 4194304 4196468 140734353834576 140348532304304 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
Current children cumulated CPU time: 2417.19 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 772220 KiB

[startup+2442.3 s]
/proc/loadavg: 1.25 1.29 1.35 3/217 10858
/proc/meminfo: memFree=19857688/32770624 swapFree=67108860/67108860
[pid=10314] ppid=10311 vsize=10914144 memory=774268 CPUtime=2478.14 cores=1,3,5,7
/proc/10314/stat : 10314 (java) S 10311 10314 6708 0 -1 1077944320 245341 13174 0 0 247523 283 5 3 20 0 15 0 48942489 11176083456 193567 33554432000 4194304 4196468 140734353834576 140734353817120 140349009911543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
/proc/10314/statm: 2728536 193567 3520 1 0 2690189 0
[pid=10314/tid=10367] ppid=10311 vsize=10914144 memory=774268 CPUtime=2422.46 cores=1,3,5,7
/proc/10314/task/10367/stat : 10367 (java) R 10311 10314 6708 0 -1 4202560 83705 13174 0 0 242199 39 5 3 20 0 15 0 48942498 11176083456 193567 33554432000 4194304 4196468 140734353834576 140348981745408 140348613422415 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10368] ppid=10311 vsize=10914144 memory=772220 CPUtime=9.51 cores=1,3,5,7
/proc/10314/task/10368/stat : 10368 (java) S 10311 10314 6708 0 -1 1077944384 15017 13174 0 0 902 41 5 3 20 0 15 0 48942499 11176083456 193567 33554432000 4194304 4196468 140734353834576 140349014154128 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10369] ppid=10311 vsize=10914144 memory=774268 CPUtime=9.47 cores=1,3,5,7
/proc/10314/task/10369/stat : 10369 (java) S 10311 10314 6708 0 -1 1077944384 16383 13174 0 0 900 39 5 3 20 0 15 0 48942499 11176083456 193567 33554432000 4194304 4196468 140734353834576 140348582714128 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10370] ppid=10311 vsize=10914144 memory=774268 CPUtime=9.5 cores=1,3,5,7
/proc/10314/task/10370/stat : 10370 (java) S 10311 10314 6708 0 -1 1077944384 13156 13174 0 0 901 41 5 3 20 0 15 0 48942499 11176083456 193567 33554432000 4194304 4196468 140734353834576 140348581661840 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10371] ppid=10311 vsize=10914144 memory=774268 CPUtime=9.49 cores=1,3,5,7
/proc/10314/task/10371/stat : 10371 (java) S 10311 10314 6708 0 -1 1077944384 12400 13174 0 0 898 43 5 3 20 0 15 0 48942499 11176083456 193567 33554432000 4194304 4196468 140734353834576 140348580609040 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10372] ppid=10311 vsize=10914144 memory=774268 CPUtime=7.64 cores=1,3,5,7
/proc/10314/task/10372/stat : 10372 (java) S 10311 10314 6708 0 -1 1077944384 12216 13174 0 0 714 42 5 3 20 0 15 0 48942500 11176083456 193567 33554432000 4194304 4196468 140734353834576 140348536514672 140349009922690 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10373] ppid=10311 vsize=10914144 memory=774268 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10373/stat : 10373 (java) S 10311 10314 6708 0 -1 1077944384 14 13174 0 0 0 0 5 3 20 0 15 0 48942500 11176083456 193567 33554432000 4194304 4196468 140734353834576 140348458263456 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10374] ppid=10311 vsize=10914144 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10374/stat : 10374 (java) S 10311 10314 6708 0 -1 1077944384 5 13174 0 0 0 0 5 3 20 0 15 0 48942501 11176083456 193567 33554432000 4194304 4196468 140734353834576 140347787175040 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10375] ppid=10311 vsize=10914144 memory=774268 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10375/stat : 10375 (java) S 10311 10314 6708 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48942503 11176083456 193567 33554432000 4194304 4196468 140734353834576 140347546884176 140349009930139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10376] ppid=10311 vsize=10914144 memory=774268 CPUtime=3.79 cores=1,3,5,7
/proc/10314/task/10376/stat : 10376 (java) S 10311 10314 6708 0 -1 1077944384 34569 13174 0 0 368 3 5 3 20 0 15 0 48942503 11176083456 193567 33554432000 4194304 4196468 140734353834576 140348535462512 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10377] ppid=10311 vsize=10914144 memory=774268 CPUtime=3.65 cores=1,3,5,7
/proc/10314/task/10377/stat : 10377 (java) S 10311 10314 6708 0 -1 1077944384 28781 13174 0 0 353 4 5 3 20 0 15 0 48942503 11176083456 193567 33554432000 4194304 4196468 140734353834576 140348534409712 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10378] ppid=10311 vsize=10914144 memory=4140 CPUtime=1.78 cores=1,3,5,7
/proc/10314/task/10378/stat : 10378 (java) S 10311 10314 6708 0 -1 1077944384 24349 13174 0 0 166 4 5 3 20 0 15 0 48942503 11176083456 193567 33554432000 4194304 4196468 140734353834576 140348533357424 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10379] ppid=10311 vsize=10914144 memory=774268 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10379/stat : 10379 (java) S 10311 10314 6708 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48942504 11176083456 193567 33554432000 4194304 4196468 140734353834576 140347513326560 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10380] ppid=10311 vsize=10914144 memory=1012 CPUtime=1.46 cores=1,3,5,7
/proc/10314/task/10380/stat : 10380 (java) S 10311 10314 6708 0 -1 1077944384 2552 13174 0 0 61 77 5 3 20 0 15 0 48942504 11176083456 193567 33554432000 4194304 4196468 140734353834576 140348532304304 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
Current children cumulated CPU time: 2478.14 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 774268 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2483.5 s]
/proc/loadavg: 1.52 1.35 1.37 3/217 10858
/proc/meminfo: memFree=19854160/32770624 swapFree=67108860/67108860
[pid=10314] ppid=10311 vsize=10914144 memory=776316 CPUtime=2520.04 cores=1,3,5,7
/proc/10314/stat : 10314 (java) S 10311 10314 6708 0 -1 1077944320 246081 13174 0 0 251707 289 5 3 20 0 15 0 48942489 11176083456 194079 33554432000 4194304 4196468 140734353834576 140734353817120 140349009911543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
/proc/10314/statm: 2728536 194079 3520 1 0 2690189 0
[pid=10314/tid=10367] ppid=10311 vsize=10914144 memory=776316 CPUtime=2463.23 cores=1,3,5,7
/proc/10314/task/10367/stat : 10367 (java) R 10311 10314 6708 0 -1 4202560 84073 13174 0 0 246275 40 5 3 20 0 15 0 48942498 11176083456 194079 33554432000 4194304 4196468 140734353834576 140348981745792 140348623422592 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10368] ppid=10311 vsize=10914144 memory=774268 CPUtime=9.73 cores=1,3,5,7
/proc/10314/task/10368/stat : 10368 (java) S 10311 10314 6708 0 -1 1077944384 15024 13174 0 0 924 41 5 3 20 0 15 0 48942499 11176083456 194079 33554432000 4194304 4196468 140734353834576 140349014154128 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10369] ppid=10311 vsize=10914144 memory=774268 CPUtime=9.7 cores=1,3,5,7
/proc/10314/task/10369/stat : 10369 (java) S 10311 10314 6708 0 -1 1077944384 16391 13174 0 0 923 39 5 3 20 0 15 0 48942499 11176083456 194079 33554432000 4194304 4196468 140734353834576 140348582714128 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10370] ppid=10311 vsize=10914144 memory=774268 CPUtime=9.74 cores=1,3,5,7
/proc/10314/task/10370/stat : 10370 (java) S 10311 10314 6708 0 -1 1077944384 13178 13174 0 0 924 42 5 3 20 0 15 0 48942499 11176083456 194079 33554432000 4194304 4196468 140734353834576 140348581661840 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10371] ppid=10311 vsize=10914144 memory=774268 CPUtime=9.71 cores=1,3,5,7
/proc/10314/task/10371/stat : 10371 (java) S 10311 10314 6708 0 -1 1077944384 12703 13174 0 0 920 43 5 3 20 0 15 0 48942499 11176083456 194079 33554432000 4194304 4196468 140734353834576 140348580609040 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10372] ppid=10311 vsize=10914144 memory=774268 CPUtime=7.81 cores=1,3,5,7
/proc/10314/task/10372/stat : 10372 (java) S 10311 10314 6708 0 -1 1077944384 12244 13174 0 0 730 43 5 3 20 0 15 0 48942500 11176083456 194079 33554432000 4194304 4196468 140734353834576 140348536514672 140349009922690 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10373] ppid=10311 vsize=10914144 memory=776316 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10373/stat : 10373 (java) S 10311 10314 6708 0 -1 1077944384 14 13174 0 0 0 0 5 3 20 0 15 0 48942500 11176083456 194079 33554432000 4194304 4196468 140734353834576 140348458263456 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10374] ppid=10311 vsize=10914144 memory=776316 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10374/stat : 10374 (java) S 10311 10314 6708 0 -1 1077944384 5 13174 0 0 0 0 5 3 20 0 15 0 48942501 11176083456 194079 33554432000 4194304 4196468 140734353834576 140347787175040 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10375] ppid=10311 vsize=10914144 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10375/stat : 10375 (java) S 10311 10314 6708 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48942503 11176083456 194079 33554432000 4194304 4196468 140734353834576 140347546884176 140349009930139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10376] ppid=10311 vsize=10914144 memory=5380 CPUtime=3.79 cores=1,3,5,7
/proc/10314/task/10376/stat : 10376 (java) S 10311 10314 6708 0 -1 1077944384 34569 13174 0 0 368 3 5 3 20 0 15 0 48942503 11176083456 194079 33554432000 4194304 4196468 140734353834576 140348535462512 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10377] ppid=10311 vsize=10914144 memory=0 CPUtime=3.65 cores=1,3,5,7
/proc/10314/task/10377/stat : 10377 (java) S 10311 10314 6708 0 -1 1077944384 28781 13174 0 0 353 4 5 3 20 0 15 0 48942503 11176083456 194079 33554432000 4194304 4196468 140734353834576 140348534409712 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10378] ppid=10311 vsize=10914144 memory=774268 CPUtime=1.78 cores=1,3,5,7
/proc/10314/task/10378/stat : 10378 (java) S 10311 10314 6708 0 -1 1077944384 24349 13174 0 0 166 4 5 3 20 0 15 0 48942503 11176083456 194079 33554432000 4194304 4196468 140734353834576 140348533357424 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10379] ppid=10311 vsize=10914144 memory=774268 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10379/stat : 10379 (java) S 10311 10314 6708 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48942504 11176083456 194079 33554432000 4194304 4196468 140734353834576 140347513326560 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10380] ppid=10311 vsize=10914144 memory=774268 CPUtime=1.49 cores=1,3,5,7
/proc/10314/task/10380/stat : 10380 (java) S 10311 10314 6708 0 -1 1077944384 2556 13174 0 0 62 79 5 3 20 0 15 0 48942504 11176083456 194079 33554432000 4194304 4196468 140734353834576 140348532304304 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 776316 KiB

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

[startup+2483.53 s]
# the end of solver process 10314 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.14 s, system=2.93601 s

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

[startup+2483.5 s]
/proc/loadavg: 1.52 1.35 1.37 3/217 10858
/proc/meminfo: memFree=19854160/32770624 swapFree=67108860/67108860
[pid=10314] ppid=10311 vsize=10914144 memory=776316 CPUtime=2520.04 cores=1,3,5,7
/proc/10314/stat : 10314 (java) S 10311 10314 6708 0 -1 1077944320 246081 13174 0 0 251707 289 5 3 20 0 15 0 48942489 11176083456 194079 33554432000 4194304 4196468 140734353834576 140734353817120 140349009911543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
/proc/10314/statm: 2728536 194079 3520 1 0 2690189 0
[pid=10314/tid=10367] ppid=10311 vsize=10914144 memory=776316 CPUtime=2463.23 cores=1,3,5,7
/proc/10314/task/10367/stat : 10367 (java) R 10311 10314 6708 0 -1 4202560 84073 13174 0 0 246275 40 5 3 20 0 15 0 48942498 11176083456 194079 33554432000 4194304 4196468 140734353834576 140348981745792 140348623422592 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10368] ppid=10311 vsize=10914144 memory=774268 CPUtime=9.73 cores=1,3,5,7
/proc/10314/task/10368/stat : 10368 (java) S 10311 10314 6708 0 -1 1077944384 15024 13174 0 0 924 41 5 3 20 0 15 0 48942499 11176083456 194079 33554432000 4194304 4196468 140734353834576 140349014154128 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10369] ppid=10311 vsize=10914144 memory=774268 CPUtime=9.7 cores=1,3,5,7
/proc/10314/task/10369/stat : 10369 (java) S 10311 10314 6708 0 -1 1077944384 16391 13174 0 0 923 39 5 3 20 0 15 0 48942499 11176083456 194079 33554432000 4194304 4196468 140734353834576 140348582714128 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10370] ppid=10311 vsize=10914144 memory=774268 CPUtime=9.74 cores=1,3,5,7
/proc/10314/task/10370/stat : 10370 (java) S 10311 10314 6708 0 -1 1077944384 13178 13174 0 0 924 42 5 3 20 0 15 0 48942499 11176083456 194079 33554432000 4194304 4196468 140734353834576 140348581661840 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10371] ppid=10311 vsize=10914144 memory=774268 CPUtime=9.71 cores=1,3,5,7
/proc/10314/task/10371/stat : 10371 (java) S 10311 10314 6708 0 -1 1077944384 12703 13174 0 0 920 43 5 3 20 0 15 0 48942499 11176083456 194079 33554432000 4194304 4196468 140734353834576 140348580609040 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10372] ppid=10311 vsize=10914144 memory=774268 CPUtime=7.81 cores=1,3,5,7
/proc/10314/task/10372/stat : 10372 (java) S 10311 10314 6708 0 -1 1077944384 12244 13174 0 0 730 43 5 3 20 0 15 0 48942500 11176083456 194079 33554432000 4194304 4196468 140734353834576 140348536514672 140349009922690 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10373] ppid=10311 vsize=10914144 memory=776316 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10373/stat : 10373 (java) S 10311 10314 6708 0 -1 1077944384 14 13174 0 0 0 0 5 3 20 0 15 0 48942500 11176083456 194079 33554432000 4194304 4196468 140734353834576 140348458263456 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10374] ppid=10311 vsize=10914144 memory=776316 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10374/stat : 10374 (java) S 10311 10314 6708 0 -1 1077944384 5 13174 0 0 0 0 5 3 20 0 15 0 48942501 11176083456 194079 33554432000 4194304 4196468 140734353834576 140347787175040 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10375] ppid=10311 vsize=10914144 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10375/stat : 10375 (java) S 10311 10314 6708 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48942503 11176083456 194079 33554432000 4194304 4196468 140734353834576 140347546884176 140349009930139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10376] ppid=10311 vsize=10914144 memory=5380 CPUtime=3.79 cores=1,3,5,7
/proc/10314/task/10376/stat : 10376 (java) S 10311 10314 6708 0 -1 1077944384 34569 13174 0 0 368 3 5 3 20 0 15 0 48942503 11176083456 194079 33554432000 4194304 4196468 140734353834576 140348535462512 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10377] ppid=10311 vsize=10914144 memory=0 CPUtime=3.65 cores=1,3,5,7
/proc/10314/task/10377/stat : 10377 (java) S 10311 10314 6708 0 -1 1077944384 28781 13174 0 0 353 4 5 3 20 0 15 0 48942503 11176083456 194079 33554432000 4194304 4196468 140734353834576 140348534409712 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10378] ppid=10311 vsize=10914144 memory=774268 CPUtime=1.78 cores=1,3,5,7
/proc/10314/task/10378/stat : 10378 (java) S 10311 10314 6708 0 -1 1077944384 24349 13174 0 0 166 4 5 3 20 0 15 0 48942503 11176083456 194079 33554432000 4194304 4196468 140734353834576 140348533357424 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10379] ppid=10311 vsize=10914144 memory=774268 CPUtime=0.08 cores=1,3,5,7
/proc/10314/task/10379/stat : 10379 (java) S 10311 10314 6708 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48942504 11176083456 194079 33554432000 4194304 4196468 140734353834576 140347513326560 140349009921749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
[pid=10314/tid=10380] ppid=10311 vsize=10914144 memory=774268 CPUtime=1.49 cores=1,3,5,7
/proc/10314/task/10380/stat : 10380 (java) S 10311 10314 6708 0 -1 1077944384 2556 13174 0 0 62 79 5 3 20 0 15 0 48942504 11176083456 194079 33554432000 4194304 4196468 140734353834576 140348532304304 140349009922690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14979072 140734353840299 140734353843548 140734353843548 140734353846223 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 776316 KiB

Child status: 143
Real time (s): 2483.53
CPU time (s): 2520.08
CPU user time (s): 2517.14
CPU system time (s): 2.93601
CPU usage (%): 101.472
Max. virtual memory (cumulated for all children) (KiB): 10914808
Max. memory (cumulated for all children) (KiB): 790388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.14
system time used= 2.93601
maximum resident set size= 790388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260455
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 222156
involuntary context switches= 5440


# summary of solver processes directly reported to runsolver:
#   pid: 10314
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.14
#   total CPU system time (s): 2.93601

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7624 second user time and 23.8625 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-23 04:43:13
IDJOB=4293371
IDBENCH=141168
IDSOLVER=2751
FILE ID=node104/4293371-1532313793
RUNJOBID= node104-1532294157-6740
PBS_JOBID= 21018980
Free space on /tmp= 57220 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K05-P03_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-4293371-1532313793/watcher-4293371-1532313793 -o /tmp/evaluation-result-4293371-1532313793/solver-4293371-1532313793 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532294157-6740 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2057620146 -superng HOME/instance-4293371-1532313793.xml

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

MD5SUM BENCH= f4fa601a34b34009a5b9ea58e60241da
RANDOM SEED=2057620146

node104.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.11
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.11
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.11
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.11
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:        19134420 kB
MemAvailable:   29730860 kB
Buffers:          250948 kB
Cached:         10552164 kB
SwapCached:            0 kB
Active:          4139436 kB
Inactive:        8917884 kB
Active(anon):    2257360 kB
Inactive(anon):    17084 kB
Active(file):    1882076 kB
Inactive(file):  8900800 kB
Unevictable:        7176 kB
Mlocked:            7176 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26416 kB
Writeback:             0 kB
AnonPages:       2261940 kB
Mapped:            49624 kB
Shmem:             17036 kB
Slab:             270564 kB
SReclaimable:     242024 kB
SUnreclaim:        28540 kB
KernelStack:        3520 kB
PageTables:         9820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2938032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2025472 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= 57192 MiB
End job on node104 at 2018-07-23 05:24:37