Trace number 4295872

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.12 2478.33

General information on the benchmark

NameQuasigroups/
QuasiGroup-7-16_c18.xml
MD5SUMfff017207be5e3895e33195d340205a8
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 variables512
Number of constraints482
Number of domains1
Minimum domain size16
Maximum domain size16
Distribution of domain sizes[{"size":16,"count":496}]
Minimum variable degree0
Maximum variable degree33
Distribution of variable degrees[{"degree":0,"count":16},{"degree":2,"count":240},{"degree":32,"count":16},{"degree":33,"count":240}]
Minimum constraint arity16
Maximum constraint arity256
Distribution of constraint arities[{"arity":16,"count":1},{"arity":18,"count":480},{"arity":256,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":480}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295872-1532597220/watcher-4295872-1532597220 -o /tmp/evaluation-result-4295872-1532597220/solver-4295872-1532597220 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532594793-3954 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1101535030 -superng HOME/instance-4295872-1532597220.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=4662, runsolver pid=4659

[startup+0.10017 s]*
/proc/loadavg: 2.04 1.81 1.71 3/208 4716
/proc/meminfo: memFree=19960428/32770624 swapFree=67108860/67108860
[pid=4662] ppid=4659 vsize=9972712 memory=16544 CPUtime=0.09 cores=0,2,4,6
/proc/4662/stat : 4662 (java) S 4659 4662 2275 0 -1 1077944320 4314 13182 0 0 1 0 5 3 20 0 6 0 77285165 10212057088 4136 33554432000 4194304 4196468 140733945277952 140733945260496 140424480620279 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
/proc/4662/statm: 2493178 4136 1932 1 0 2481616 0
[pid=4662/tid=4715] ppid=4659 vsize=9972712 memory=-8745273339715829699 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4715/stat : 4715 (java) R 4659 4662 2275 0 -1 4202560 2149 13182 0 0 0 0 5 3 20 0 6 0 77285175 10212057088 4202 33554432000 4194304 4196468 140733945277952 140424452457040 140424480642205 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4716] ppid=4659 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4716/stat : 4716 (java) S 4659 4662 2275 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 6 0 77285175 10212057088 4202 33554432000 4194304 4196468 140733945277952 140424484862352 140424480630485 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4717] ppid=4659 vsize=9972712 memory=140080787555968 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4717/stat : 4717 (java) S 4659 4662 2275 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 6 0 77285175 10212057088 4202 33554432000 4194304 4196468 140733945277952 140424373135632 140424480630485 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4718] ppid=4659 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4718/stat : 4718 (java) S 4659 4662 2275 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 6 0 77285175 10212057088 4202 33554432000 4194304 4196468 140733945277952 140424372083344 140424480630485 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4719] ppid=4659 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4719/stat : 4719 (java) S 4659 4662 2275 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 6 0 77285175 10212057088 4202 33554432000 4194304 4196468 140733945277952 140424371030544 140424480630485 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16544 KiB

[startup+0.210466 s]*
/proc/loadavg: 2.04 1.81 1.71 3/220 4728
/proc/meminfo: memFree=19939564/32770624 swapFree=67108860/67108860
[pid=4662] ppid=4659 vsize=10821524 memory=42792 CPUtime=0.26 cores=0,2,4,6
/proc/4662/stat : 4662 (java) S 4659 4662 2275 0 -1 1077944320 8418 13182 0 0 16 2 5 3 20 0 15 0 77285165 11081240576 10698 33554432000 4194304 4196468 140733945277952 140733945260496 140424480620279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
/proc/4662/statm: 2705381 10698 2962 1 0 2667804 0
[pid=4662/tid=4715] ppid=4659 vsize=10818904 memory=8514701219931451533 CPUtime=0.19 cores=0,2,4,6
/proc/4662/task/4715/stat : 4715 (java) R 4659 4662 2275 0 -1 4202560 5335 13182 0 0 10 1 5 3 20 0 15 0 77285175 11078557696 10354 33554432000 4194304 4196468 140733945277952 140424452445088 140424473299501 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4716] ppid=4659 vsize=10818904 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4716/stat : 4716 (java) S 4659 4662 2275 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 77285175 11078557696 10354 33554432000 4194304 4196468 140733945277952 140424484862352 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4717] ppid=4659 vsize=10818904 memory=140080787555968 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4717/stat : 4717 (java) S 4659 4662 2275 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 77285175 11078557696 10354 33554432000 4194304 4196468 140733945277952 140424373135632 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4718] ppid=4659 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4718/stat : 4718 (java) S 4659 4662 2275 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 77285175 11078557696 10354 33554432000 4194304 4196468 140733945277952 140424372083344 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4719] ppid=4659 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4719/stat : 4719 (java) S 4659 4662 2275 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 77285175 11078557696 10354 33554432000 4194304 4196468 140733945277952 140424371030544 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4720] ppid=4659 vsize=10818936 memory=140080787555968 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4720/stat : 4720 (java) S 4659 4662 2275 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 77285177 11078590464 10354 33554432000 4194304 4196468 140733945277952 140423939947120 140424480631426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4721] ppid=4659 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4721/stat : 4721 (java) S 4659 4662 2275 0 -1 1077944384 33 13182 0 0 0 0 5 3 20 0 15 0 77285177 11078590464 10354 33554432000 4194304 4196468 140733945277952 140423938893088 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4722] ppid=4659 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4722/stat : 4722 (java) S 4659 4662 2275 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 77285177 11078590464 10419 33554432000 4194304 4196468 140733945277952 140423351756400 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4723] ppid=4659 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4723/stat : 4723 (java) S 4659 4662 2275 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 77285180 11078590464 10419 33554432000 4194304 4196468 140733945277952 140423044356688 140424480638875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4724] ppid=4659 vsize=10818936 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4662/task/4724/stat : 4724 (java) S 4659 4662 2275 0 -1 1077944384 546 13182 0 0 1 0 5 3 20 0 15 0 77285180 11078590464 10485 33554432000 4194304 4196468 140733945277952 140423905335408 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4725] ppid=4659 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4725/stat : 4725 (java) S 4659 4662 2275 0 -1 1077944384 56 13182 0 0 0 0 5 3 20 0 15 0 77285180 11078590464 10485 33554432000 4194304 4196468 140733945277952 140423904282608 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4726] ppid=4659 vsize=10818936 memory=140080787555968 CPUtime=0.11 cores=0,2,4,6
/proc/4662/task/4726/stat : 4726 (java) S 4659 4662 2275 0 -1 1077944384 539 13182 0 0 3 0 5 3 20 0 15 0 77285180 11078590464 10485 33554432000 4194304 4196468 140733945277952 140423903230320 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4727] ppid=4659 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4727/stat : 4727 (java) S 4659 4662 2275 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 77285180 11078590464 10485 33554432000 4194304 4196468 140733945277952 140423010798048 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4728] ppid=4659 vsize=10818936 memory=140080787555968 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4728/stat : 4728 (java) S 4659 4662 2275 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 77285181 11078590464 10551 33554432000 4194304 4196468 140733945277952 140423902178224 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 42792 KiB

[startup+0.310768 s]*
/proc/loadavg: 2.04 1.81 1.71 3/220 4728
/proc/meminfo: memFree=19927672/32770624 swapFree=67108860/67108860
[pid=4662] ppid=4659 vsize=10819352 memory=51880 CPUtime=0.39 cores=0,2,4,6
/proc/4662/stat : 4662 (java) S 4659 4662 2275 0 -1 1077944320 10569 13182 0 0 28 3 5 3 20 0 15 0 77285165 11079016448 12970 33554432000 4194304 4196468 140733945277952 140733945260496 140424480620279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
/proc/4662/statm: 2704838 12970 3081 1 0 2667149 0
[pid=4662/tid=4715] ppid=4659 vsize=10819352 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/4662/task/4715/stat : 4715 (java) R 4659 4662 2275 0 -1 4202560 7181 13182 0 0 19 2 5 3 20 0 15 0 77285175 11079016448 12970 33554432000 4194304 4196468 140733945277952 140424452432288 140424403668025 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4716] ppid=4659 vsize=10819352 memory=7374752517354311760 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4716/stat : 4716 (java) S 4659 4662 2275 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 77285175 11079016448 12970 33554432000 4194304 4196468 140733945277952 140424484862352 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4717] ppid=4659 vsize=10819352 memory=2080 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4717/stat : 4717 (java) S 4659 4662 2275 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 77285175 11079016448 12970 33554432000 4194304 4196468 140733945277952 140424373135632 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4718] ppid=4659 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4718/stat : 4718 (java) S 4659 4662 2275 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 77285175 11079016448 12970 33554432000 4194304 4196468 140733945277952 140424372083344 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4719] ppid=4659 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4719/stat : 4719 (java) S 4659 4662 2275 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 77285175 11079016448 12970 33554432000 4194304 4196468 140733945277952 140424371030544 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4720] ppid=4659 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4720/stat : 4720 (java) S 4659 4662 2275 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 77285177 11079016448 12970 33554432000 4194304 4196468 140733945277952 140423939947120 140424480631426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4721] ppid=4659 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4721/stat : 4721 (java) S 4659 4662 2275 0 -1 1077944384 33 13182 0 0 0 0 5 3 20 0 15 0 77285177 11079016448 12970 33554432000 4194304 4196468 140733945277952 140423938893088 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4722] ppid=4659 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4722/stat : 4722 (java) S 4659 4662 2275 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 77285177 11079016448 12970 33554432000 4194304 4196468 140733945277952 140423351756400 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4723] ppid=4659 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4723/stat : 4723 (java) S 4659 4662 2275 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 77285180 11079016448 12970 33554432000 4194304 4196468 140733945277952 140423044356688 140424480638875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4724] ppid=4659 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/4662/task/4724/stat : 4724 (java) R 4659 4662 2275 0 -1 4202560 547 13182 0 0 2 0 5 3 20 0 15 0 77285180 11079016448 12970 33554432000 4194304 4196468 140733945277952 140423905335408 140424460308665 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4725] ppid=4659 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4662/task/4725/stat : 4725 (java) S 4659 4662 2275 0 -1 1077944384 56 13182 0 0 1 0 5 3 20 0 15 0 77285180 11079016448 12970 33554432000 4194304 4196468 140733945277952 140423904282608 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4726] ppid=4659 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/4662/task/4726/stat : 4726 (java) R 4659 4662 2275 0 -1 4202560 549 13182 0 0 5 0 5 3 20 0 15 0 77285180 11079016448 12970 33554432000 4194304 4196468 140733945277952 140423903230320 140424459245543 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4727] ppid=4659 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4727/stat : 4727 (java) S 4659 4662 2275 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 77285180 11079016448 12970 33554432000 4194304 4196468 140733945277952 140423010798048 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4728] ppid=4659 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4728/stat : 4728 (java) S 4659 4662 2275 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 77285181 11079016448 12970 33554432000 4194304 4196468 140733945277952 140423902178224 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51880 KiB

[startup+0.700739 s]
/proc/loadavg: 2.04 1.81 1.71 3/220 4728
/proc/meminfo: memFree=19917240/32770624 swapFree=67108860/67108860
[pid=4662] ppid=4659 vsize=10819352 memory=84664 CPUtime=1 cores=0,2,4,6
/proc/4662/stat : 4662 (java) S 4659 4662 2275 0 -1 1077944320 16784 13182 0 0 87 5 5 3 20 0 15 0 77285165 11079016448 21166 33554432000 4194304 4196468 140733945277952 140733945260496 140424480620279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
/proc/4662/statm: 2704838 21166 3246 1 0 2667149 0
[pid=4662/tid=4715] ppid=4659 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/4662/task/4715/stat : 4715 (java) R 4659 4662 2275 0 -1 4202560 12285 13182 0 0 55 4 5 3 20 0 15 0 77285175 11079016448 21166 33554432000 4194304 4196468 140733945277952 140424452441104 140424460895601 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4716] ppid=4659 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4716/stat : 4716 (java) S 4659 4662 2275 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 77285175 11079016448 21166 33554432000 4194304 4196468 140733945277952 140424484862352 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4717] ppid=4659 vsize=10819352 memory=3828 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4717/stat : 4717 (java) S 4659 4662 2275 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 77285175 11079016448 21166 33554432000 4194304 4196468 140733945277952 140424373135632 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4718] ppid=4659 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4718/stat : 4718 (java) S 4659 4662 2275 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 77285175 11079016448 21166 33554432000 4194304 4196468 140733945277952 140424372083344 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4719] ppid=4659 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4719/stat : 4719 (java) S 4659 4662 2275 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 77285175 11079016448 21166 33554432000 4194304 4196468 140733945277952 140424371030544 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4720] ppid=4659 vsize=10819352 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4720/stat : 4720 (java) S 4659 4662 2275 0 -1 1077944384 5 13182 0 0 0 0 5 3 20 0 15 0 77285177 11079016448 21166 33554432000 4194304 4196468 140733945277952 140423939947120 140424480631426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4721] ppid=4659 vsize=10819352 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4721/stat : 4721 (java) S 4659 4662 2275 0 -1 1077944384 33 13182 0 0 0 0 5 3 20 0 15 0 77285177 11079016448 21166 33554432000 4194304 4196468 140733945277952 140423938893088 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4722] ppid=4659 vsize=10819352 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4722/stat : 4722 (java) S 4659 4662 2275 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 77285177 11079016448 21166 33554432000 4194304 4196468 140733945277952 140423351756400 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4723] ppid=4659 vsize=10819352 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4723/stat : 4723 (java) S 4659 4662 2275 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 77285180 11079016448 21166 33554432000 4194304 4196468 140733945277952 140423044356688 140424480638875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4724] ppid=4659 vsize=10819352 memory=13252 CPUtime=0.17 cores=0,2,4,6
/proc/4662/task/4724/stat : 4724 (java) S 4659 4662 2275 0 -1 1077944384 1156 13182 0 0 9 0 5 3 20 0 15 0 77285180 11079016448 21166 33554432000 4194304 4196468 140733945277952 140423905335408 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4725] ppid=4659 vsize=10819352 memory=15460 CPUtime=0.15 cores=0,2,4,6
/proc/4662/task/4725/stat : 4725 (java) S 4659 4662 2275 0 -1 1077944384 463 13182 0 0 7 0 5 3 20 0 15 0 77285180 11079016448 21166 33554432000 4194304 4196468 140733945277952 140423904282608 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4726] ppid=4659 vsize=10819352 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/4662/task/4726/stat : 4726 (java) S 4659 4662 2275 0 -1 1077944384 636 13182 0 0 13 0 5 3 20 0 15 0 77285180 11079016448 21166 33554432000 4194304 4196468 140733945277952 140423903230320 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4727] ppid=4659 vsize=10819352 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4727/stat : 4727 (java) S 4659 4662 2275 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 77285180 11079016448 21166 33554432000 4194304 4196468 140733945277952 140423010798048 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4728] ppid=4659 vsize=10819352 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4728/stat : 4728 (java) S 4659 4662 2275 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 77285181 11079016448 21166 33554432000 4194304 4196468 140733945277952 140423902178224 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84664 KiB

[startup+1.50454 s]
/proc/loadavg: 2.04 1.81 1.71 2/220 4728
/proc/meminfo: memFree=19876796/32770624 swapFree=67108860/67108860
[pid=4662] ppid=4659 vsize=10828108 memory=122132 CPUtime=2.07 cores=0,2,4,6
/proc/4662/stat : 4662 (java) S 4659 4662 2275 0 -1 1077944320 21500 13182 0 0 192 7 5 3 20 0 15 0 77285165 11087982592 30533 33554432000 4194304 4196468 140733945277952 140733945260496 140424480620279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
/proc/4662/statm: 2707027 30533 3445 1 0 2668685 0
[pid=4662/tid=4715] ppid=4659 vsize=10828108 memory=0 CPUtime=1.15 cores=0,2,4,6
/proc/4662/task/4715/stat : 4715 (java) R 4659 4662 2275 0 -1 4202560 15095 13182 0 0 102 5 5 3 20 0 15 0 77285175 11087982592 30533 33554432000 4194304 4196468 140733945277952 140424452455664 140424464700766 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4716] ppid=4659 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4716/stat : 4716 (java) S 4659 4662 2275 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 77285175 11087982592 30533 33554432000 4194304 4196468 140733945277952 140424484862352 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4717] ppid=4659 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4717/stat : 4717 (java) S 4659 4662 2275 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 77285175 11087982592 30533 33554432000 4194304 4196468 140733945277952 140424373135632 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4718] ppid=4659 vsize=10828108 memory=3683998604062831409 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4718/stat : 4718 (java) S 4659 4662 2275 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 77285175 11087982592 30533 33554432000 4194304 4196468 140733945277952 140424372083344 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4719] ppid=4659 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4719/stat : 4719 (java) S 4659 4662 2275 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 77285175 11087982592 30533 33554432000 4194304 4196468 140733945277952 140424371030544 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4720] ppid=4659 vsize=10828108 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4720/stat : 4720 (java) S 4659 4662 2275 0 -1 1077944384 5 13182 0 0 0 0 5 3 20 0 15 0 77285177 11087982592 30533 33554432000 4194304 4196468 140733945277952 140423939947120 140424480631426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4721] ppid=4659 vsize=10828108 memory=280161253665024 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4721/stat : 4721 (java) S 4659 4662 2275 0 -1 1077944384 33 13182 0 0 0 0 5 3 20 0 15 0 77285177 11087982592 30533 33554432000 4194304 4196468 140733945277952 140423938893088 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4722] ppid=4659 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4722/stat : 4722 (java) S 4659 4662 2275 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 77285177 11087982592 30533 33554432000 4194304 4196468 140733945277952 140423351756400 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4723] ppid=4659 vsize=10828108 memory=1948 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4723/stat : 4723 (java) S 4659 4662 2275 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 77285180 11087982592 30533 33554432000 4194304 4196468 140733945277952 140423044356688 140424480638875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4724] ppid=4659 vsize=10828108 memory=5524 CPUtime=0.37 cores=0,2,4,6
/proc/4662/task/4724/stat : 4724 (java) R 4659 4662 2275 0 -1 4202560 2094 13182 0 0 29 0 5 3 20 0 15 0 77285180 11087982592 30533 33554432000 4194304 4196468 140733945277952 140423905326624 140424458215024 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4725] ppid=4659 vsize=10828108 memory=1444 CPUtime=0.3 cores=0,2,4,6
/proc/4662/task/4725/stat : 4725 (java) R 4659 4662 2275 0 -1 4202560 722 13182 0 0 22 0 5 3 20 0 15 0 77285180 11087982592 30533 33554432000 4194304 4196468 140733945277952 140423904282608 140424460472401 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4726] ppid=4659 vsize=10828108 memory=1200 CPUtime=0.45 cores=0,2,4,6
/proc/4662/task/4726/stat : 4726 (java) S 4659 4662 2275 0 -1 1077944384 1343 13182 0 0 37 0 5 3 20 0 15 0 77285180 11087982592 30533 33554432000 4194304 4196468 140733945277952 140423903230320 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4727] ppid=4659 vsize=10828108 memory=1008 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4727/stat : 4727 (java) S 4659 4662 2275 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 77285180 11087982592 30533 33554432000 4194304 4196468 140733945277952 140423010798048 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4728] ppid=4659 vsize=10828108 memory=12040 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4728/stat : 4728 (java) S 4659 4662 2275 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 77285181 11087982592 30533 33554432000 4194304 4196468 140733945277952 140423902178224 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
Current children cumulated CPU time: 2.07 s
Current children cumulated vsize: 10828108 KiB

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

/proc/4662/task/4715/stat : 4715 (java) R 4659 4662 2275 0 -1 4202560 91956 13182 0 0 236229 47 5 3 20 0 15 0 77285175 11176083456 299172 33554432000 4194304 4196468 140733945277952 140424452453984 140424048242106 0 4 0 16800975 0 0 0 -1 4 0 0 31 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4716] ppid=4659 vsize=10914144 memory=1196688 CPUtime=9.64 cores=0,2,4,6
/proc/4662/task/4716/stat : 4716 (java) S 4659 4662 2275 0 -1 1077944384 15952 13182 0 0 914 42 5 3 20 0 15 0 77285175 11176083456 299172 33554432000 4194304 4196468 140733945277952 140424484862352 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4717] ppid=4659 vsize=10914144 memory=1196688 CPUtime=9.63 cores=0,2,4,6
/proc/4662/task/4717/stat : 4717 (java) S 4659 4662 2275 0 -1 1077944384 11659 13182 0 0 910 45 5 3 20 0 15 0 77285175 11176083456 299172 33554432000 4194304 4196468 140733945277952 140424373135632 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4718] ppid=4659 vsize=10914144 memory=1196688 CPUtime=9.63 cores=0,2,4,6
/proc/4662/task/4718/stat : 4718 (java) S 4659 4662 2275 0 -1 1077944384 12284 13182 0 0 911 44 5 3 20 0 15 0 77285175 11176083456 299172 33554432000 4194304 4196468 140733945277952 140424372083344 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4719] ppid=4659 vsize=10914144 memory=1196688 CPUtime=9.63 cores=0,2,4,6
/proc/4662/task/4719/stat : 4719 (java) S 4659 4662 2275 0 -1 1077944384 15239 13182 0 0 911 44 5 3 20 0 15 0 77285175 11176083456 299172 33554432000 4194304 4196468 140733945277952 140424371030544 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4720] ppid=4659 vsize=10914144 memory=1196688 CPUtime=6.73 cores=0,2,4,6
/proc/4662/task/4720/stat : 4720 (java) S 4659 4662 2275 0 -1 1077944384 17274 13182 0 0 633 32 5 3 20 0 15 0 77285177 11176083456 299172 33554432000 4194304 4196468 140733945277952 140423939947120 140424480631426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4721] ppid=4659 vsize=10914144 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4721/stat : 4721 (java) S 4659 4662 2275 0 -1 1077944384 47 13182 0 0 0 0 5 3 20 0 15 0 77285177 11176083456 299172 33554432000 4194304 4196468 140733945277952 140423938893152 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4722] ppid=4659 vsize=10914144 memory=164 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4722/stat : 4722 (java) S 4659 4662 2275 0 -1 1077944384 19 13182 0 0 0 0 5 3 20 0 15 0 77285177 11176083456 299172 33554432000 4194304 4196468 140733945277952 140423351756416 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4723] ppid=4659 vsize=10914144 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4723/stat : 4723 (java) S 4659 4662 2275 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 77285180 11176083456 299172 33554432000 4194304 4196468 140733945277952 140423044356688 140424480638875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4724] ppid=4659 vsize=10914144 memory=916 CPUtime=5.48 cores=0,2,4,6
/proc/4662/task/4724/stat : 4724 (java) S 4659 4662 2275 0 -1 1077944384 22744 13182 0 0 537 3 5 3 20 0 15 0 77285180 11176083456 299172 33554432000 4194304 4196468 140733945277952 140423905335408 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4725] ppid=4659 vsize=10914144 memory=1196688 CPUtime=5.78 cores=0,2,4,6
/proc/4662/task/4725/stat : 4725 (java) S 4659 4662 2275 0 -1 1077944384 34156 13182 0 0 565 5 5 3 20 0 15 0 77285180 11176083456 299172 33554432000 4194304 4196468 140733945277952 140423904282608 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4726] ppid=4659 vsize=10914144 memory=12040 CPUtime=2.44 cores=0,2,4,6
/proc/4662/task/4726/stat : 4726 (java) S 4659 4662 2275 0 -1 1077944384 29293 13182 0 0 231 5 5 3 20 0 15 0 77285180 11176083456 299172 33554432000 4194304 4196468 140733945277952 140423903230320 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4727] ppid=4659 vsize=10914144 memory=1196688 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4727/stat : 4727 (java) S 4659 4662 2275 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 77285180 11176083456 299172 33554432000 4194304 4196468 140733945277952 140423010798048 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4728] ppid=4659 vsize=10914144 memory=1196688 CPUtime=1.54 cores=0,2,4,6
/proc/4662/task/4728/stat : 4728 (java) S 4659 4662 2275 0 -1 1077944384 1067 13182 0 0 72 74 5 3 20 0 15 0 77285181 11176083456 299172 33554432000 4194304 4196468 140733945277952 140423902178224 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
Current children cumulated CPU time: 2422.72 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1196688 KiB

[startup+2442.3 s]
/proc/loadavg: 1.28 1.35 1.42 3/218 4959
/proc/meminfo: memFree=20039932/32770624 swapFree=67108860/67108860
[pid=4662] ppid=4659 vsize=10914144 memory=1199244 CPUtime=2483.62 cores=0,2,4,6
/proc/4662/stat : 4662 (java) S 4659 4662 2275 0 -1 1077944320 257280 13182 0 0 248048 306 5 3 20 0 15 0 77285165 11176083456 299811 33554432000 4194304 4196468 140733945277952 140733945260496 140424480620279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
/proc/4662/statm: 2728536 299811 3527 1 0 2690189 0
[pid=4662/tid=4715] ppid=4659 vsize=10914144 memory=1198736 CPUtime=2422.32 cores=0,2,4,6
/proc/4662/task/4715/stat : 4715 (java) R 4659 4662 2275 0 -1 4202560 93089 13182 0 0 242177 47 5 3 20 0 15 0 77285175 11176083456 299811 33554432000 4194304 4196468 140733945277952 140424452453872 140424045836273 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4716] ppid=4659 vsize=10914144 memory=1198736 CPUtime=9.92 cores=0,2,4,6
/proc/4662/task/4716/stat : 4716 (java) S 4659 4662 2275 0 -1 1077944384 16333 13182 0 0 940 44 5 3 20 0 15 0 77285175 11176083456 299811 33554432000 4194304 4196468 140733945277952 140424484862352 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4717] ppid=4659 vsize=10914144 memory=1198736 CPUtime=9.9 cores=0,2,4,6
/proc/4662/task/4717/stat : 4717 (java) S 4659 4662 2275 0 -1 1077944384 12114 13182 0 0 936 46 5 3 20 0 15 0 77285175 11176083456 299811 33554432000 4194304 4196468 140733945277952 140424373135632 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4718] ppid=4659 vsize=10914144 memory=1196688 CPUtime=9.92 cores=0,2,4,6
/proc/4662/task/4718/stat : 4718 (java) S 4659 4662 2275 0 -1 1077944384 12402 13182 0 0 938 46 5 3 20 0 15 0 77285175 11176083456 299811 33554432000 4194304 4196468 140733945277952 140424372083344 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4719] ppid=4659 vsize=10914144 memory=1196688 CPUtime=9.91 cores=0,2,4,6
/proc/4662/task/4719/stat : 4719 (java) S 4659 4662 2275 0 -1 1077944384 15426 13182 0 0 938 45 5 3 20 0 15 0 77285175 11176083456 299811 33554432000 4194304 4196468 140733945277952 140424371030544 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4720] ppid=4659 vsize=10914144 memory=1198736 CPUtime=6.9 cores=0,2,4,6
/proc/4662/task/4720/stat : 4720 (java) S 4659 4662 2275 0 -1 1077944384 17487 13182 0 0 650 32 5 3 20 0 15 0 77285177 11176083456 299811 33554432000 4194304 4196468 140733945277952 140423939947120 140424480631426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4721] ppid=4659 vsize=10914144 memory=1198736 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4721/stat : 4721 (java) S 4659 4662 2275 0 -1 1077944384 47 13182 0 0 0 0 5 3 20 0 15 0 77285177 11176083456 299811 33554432000 4194304 4196468 140733945277952 140423938893152 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4722] ppid=4659 vsize=10914144 memory=1198736 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4722/stat : 4722 (java) S 4659 4662 2275 0 -1 1077944384 19 13182 0 0 0 0 5 3 20 0 15 0 77285177 11176083456 299811 33554432000 4194304 4196468 140733945277952 140423351756416 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4723] ppid=4659 vsize=10914144 memory=1198224 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4723/stat : 4723 (java) S 4659 4662 2275 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 77285180 11176083456 299811 33554432000 4194304 4196468 140733945277952 140423044356688 140424480638875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4724] ppid=4659 vsize=10914144 memory=1199756 CPUtime=5.48 cores=0,2,4,6
/proc/4662/task/4724/stat : 4724 (java) S 4659 4662 2275 0 -1 1077944384 22906 13182 0 0 537 3 5 3 20 0 15 0 77285180 11176083456 299811 33554432000 4194304 4196468 140733945277952 140423905335408 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4725] ppid=4659 vsize=10914144 memory=1198736 CPUtime=5.86 cores=0,2,4,6
/proc/4662/task/4725/stat : 4725 (java) S 4659 4662 2275 0 -1 1077944384 34513 13182 0 0 573 5 5 3 20 0 15 0 77285180 11176083456 299811 33554432000 4194304 4196468 140733945277952 140423904282608 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4726] ppid=4659 vsize=10914144 memory=1198224 CPUtime=2.44 cores=0,2,4,6
/proc/4662/task/4726/stat : 4726 (java) S 4659 4662 2275 0 -1 1077944384 29660 13182 0 0 231 5 5 3 20 0 15 0 77285180 11176083456 299811 33554432000 4194304 4196468 140733945277952 140423903230320 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4727] ppid=4659 vsize=10914144 memory=1199756 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4727/stat : 4727 (java) S 4659 4662 2275 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 77285180 11176083456 299811 33554432000 4194304 4196468 140733945277952 140423010798048 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4728] ppid=4659 vsize=10914144 memory=1199756 CPUtime=1.58 cores=0,2,4,6
/proc/4662/task/4728/stat : 4728 (java) S 4659 4662 2275 0 -1 1077944384 1086 13182 0 0 74 76 5 3 20 0 15 0 77285181 11176083456 299811 33554432000 4194304 4196468 140733945277952 140423902178224 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
Current children cumulated CPU time: 2483.62 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1199244 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2478.3 s]
/proc/loadavg: 1.13 1.31 1.40 3/218 4960
/proc/meminfo: memFree=20042448/32770624 swapFree=67108860/67108860
[pid=4662] ppid=4659 vsize=10914144 memory=1193600 CPUtime=2520.08 cores=0,2,4,6
/proc/4662/stat : 4662 (java) S 4659 4662 2275 0 -1 1077944320 258087 13182 0 0 251691 309 5 3 20 0 15 0 77285165 11176083456 298400 33554432000 4194304 4196468 140733945277952 140733945260496 140424480620279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
/proc/4662/statm: 2728536 298400 3527 1 0 2690189 0
[pid=4662/tid=4715] ppid=4659 vsize=10914144 memory=1193600 CPUtime=2458.03 cores=0,2,4,6
/proc/4662/task/4715/stat : 4715 (java) R 4659 4662 2275 0 -1 4202560 93463 13182 0 0 245748 47 5 3 20 0 15 0 77285175 11176083456 298400 33554432000 4194304 4196468 140733945277952 140424452453776 140424060192724 0 4 0 16800975 0 0 0 -1 2 0 0 31 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4716] ppid=4659 vsize=10914144 memory=1193600 CPUtime=10.07 cores=0,2,4,6
/proc/4662/task/4716/stat : 4716 (java) S 4659 4662 2275 0 -1 1077944384 16381 13182 0 0 955 44 5 3 20 0 15 0 77285175 11176083456 298400 33554432000 4194304 4196468 140733945277952 140424484862352 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4717] ppid=4659 vsize=10914144 memory=1193600 CPUtime=10.06 cores=0,2,4,6
/proc/4662/task/4717/stat : 4717 (java) S 4659 4662 2275 0 -1 1077944384 12221 13182 0 0 951 47 5 3 20 0 15 0 77285175 11176083456 298400 33554432000 4194304 4196468 140733945277952 140424373135632 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4718] ppid=4659 vsize=10914144 memory=1193600 CPUtime=10.07 cores=0,2,4,6
/proc/4662/task/4718/stat : 4718 (java) S 4659 4662 2275 0 -1 1077944384 12471 13182 0 0 953 46 5 3 20 0 15 0 77285175 11176083456 298400 33554432000 4194304 4196468 140733945277952 140424372083344 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4719] ppid=4659 vsize=10914144 memory=1193600 CPUtime=10.06 cores=0,2,4,6
/proc/4662/task/4719/stat : 4719 (java) S 4659 4662 2275 0 -1 1077944384 15431 13182 0 0 953 45 5 3 20 0 15 0 77285175 11176083456 298400 33554432000 4194304 4196468 140733945277952 140424371030544 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4720] ppid=4659 vsize=10914144 memory=15868 CPUtime=7.01 cores=0,2,4,6
/proc/4662/task/4720/stat : 4720 (java) S 4659 4662 2275 0 -1 1077944384 17669 13182 0 0 660 33 5 3 20 0 15 0 77285177 11176083456 298400 33554432000 4194304 4196468 140733945277952 140423939947120 140424480631426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4721] ppid=4659 vsize=10914144 memory=1193600 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4721/stat : 4721 (java) S 4659 4662 2275 0 -1 1077944384 47 13182 0 0 0 0 5 3 20 0 15 0 77285177 11176083456 298400 33554432000 4194304 4196468 140733945277952 140423938893152 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4722] ppid=4659 vsize=10914144 memory=1193600 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4722/stat : 4722 (java) S 4659 4662 2275 0 -1 1077944384 19 13182 0 0 0 0 5 3 20 0 15 0 77285177 11176083456 298400 33554432000 4194304 4196468 140733945277952 140423351756416 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4723] ppid=4659 vsize=10914144 memory=3232 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4723/stat : 4723 (java) S 4659 4662 2275 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 77285180 11176083456 298400 33554432000 4194304 4196468 140733945277952 140423044356688 140424480638875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4724] ppid=4659 vsize=10914144 memory=1193600 CPUtime=5.48 cores=0,2,4,6
/proc/4662/task/4724/stat : 4724 (java) S 4659 4662 2275 0 -1 1077944384 22908 13182 0 0 537 3 5 3 20 0 15 0 77285180 11176083456 298400 33554432000 4194304 4196468 140733945277952 140423905335408 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4725] ppid=4659 vsize=10914144 memory=3828 CPUtime=5.86 cores=0,2,4,6
/proc/4662/task/4725/stat : 4725 (java) S 4659 4662 2275 0 -1 1077944384 34515 13182 0 0 573 5 5 3 20 0 15 0 77285180 11176083456 298400 33554432000 4194304 4196468 140733945277952 140423904282608 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4726] ppid=4659 vsize=10914144 memory=1193600 CPUtime=2.44 cores=0,2,4,6
/proc/4662/task/4726/stat : 4726 (java) S 4659 4662 2275 0 -1 1077944384 29662 13182 0 0 231 5 5 3 20 0 15 0 77285180 11176083456 298400 33554432000 4194304 4196468 140733945277952 140423903230320 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4727] ppid=4659 vsize=10914144 memory=5524 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4727/stat : 4727 (java) S 4659 4662 2275 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 77285180 11176083456 298400 33554432000 4194304 4196468 140733945277952 140423010798048 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4728] ppid=4659 vsize=10914144 memory=3828 CPUtime=1.59 cores=0,2,4,6
/proc/4662/task/4728/stat : 4728 (java) S 4659 4662 2275 0 -1 1077944384 1102 13182 0 0 74 77 5 3 20 0 15 0 77285181 11176083456 298400 33554432000 4194304 4196468 140733945277952 140423902178224 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1193600 KiB

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

[startup+2478.33 s]
# the end of solver process 4662 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.99 s, system=3.1386 s

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

[startup+2478.3 s]
/proc/loadavg: 1.13 1.31 1.40 3/218 4960
/proc/meminfo: memFree=20042448/32770624 swapFree=67108860/67108860
[pid=4662] ppid=4659 vsize=10914144 memory=1193600 CPUtime=2520.08 cores=0,2,4,6
/proc/4662/stat : 4662 (java) S 4659 4662 2275 0 -1 1077944320 258087 13182 0 0 251691 309 5 3 20 0 15 0 77285165 11176083456 298400 33554432000 4194304 4196468 140733945277952 140733945260496 140424480620279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
/proc/4662/statm: 2728536 298400 3527 1 0 2690189 0
[pid=4662/tid=4715] ppid=4659 vsize=10914144 memory=1193600 CPUtime=2458.03 cores=0,2,4,6
/proc/4662/task/4715/stat : 4715 (java) R 4659 4662 2275 0 -1 4202560 93463 13182 0 0 245748 47 5 3 20 0 15 0 77285175 11176083456 298400 33554432000 4194304 4196468 140733945277952 140424452453776 140424060192724 0 4 0 16800975 0 0 0 -1 2 0 0 31 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4716] ppid=4659 vsize=10914144 memory=1193600 CPUtime=10.07 cores=0,2,4,6
/proc/4662/task/4716/stat : 4716 (java) S 4659 4662 2275 0 -1 1077944384 16381 13182 0 0 955 44 5 3 20 0 15 0 77285175 11176083456 298400 33554432000 4194304 4196468 140733945277952 140424484862352 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4717] ppid=4659 vsize=10914144 memory=1193600 CPUtime=10.06 cores=0,2,4,6
/proc/4662/task/4717/stat : 4717 (java) S 4659 4662 2275 0 -1 1077944384 12221 13182 0 0 951 47 5 3 20 0 15 0 77285175 11176083456 298400 33554432000 4194304 4196468 140733945277952 140424373135632 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4718] ppid=4659 vsize=10914144 memory=1193600 CPUtime=10.07 cores=0,2,4,6
/proc/4662/task/4718/stat : 4718 (java) S 4659 4662 2275 0 -1 1077944384 12471 13182 0 0 953 46 5 3 20 0 15 0 77285175 11176083456 298400 33554432000 4194304 4196468 140733945277952 140424372083344 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4719] ppid=4659 vsize=10914144 memory=1193600 CPUtime=10.06 cores=0,2,4,6
/proc/4662/task/4719/stat : 4719 (java) S 4659 4662 2275 0 -1 1077944384 15431 13182 0 0 953 45 5 3 20 0 15 0 77285175 11176083456 298400 33554432000 4194304 4196468 140733945277952 140424371030544 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4720] ppid=4659 vsize=10914144 memory=15868 CPUtime=7.01 cores=0,2,4,6
/proc/4662/task/4720/stat : 4720 (java) S 4659 4662 2275 0 -1 1077944384 17669 13182 0 0 660 33 5 3 20 0 15 0 77285177 11176083456 298400 33554432000 4194304 4196468 140733945277952 140423939947120 140424480631426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4721] ppid=4659 vsize=10914144 memory=1193600 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4721/stat : 4721 (java) S 4659 4662 2275 0 -1 1077944384 47 13182 0 0 0 0 5 3 20 0 15 0 77285177 11176083456 298400 33554432000 4194304 4196468 140733945277952 140423938893152 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4722] ppid=4659 vsize=10914144 memory=1193600 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4722/stat : 4722 (java) S 4659 4662 2275 0 -1 1077944384 19 13182 0 0 0 0 5 3 20 0 15 0 77285177 11176083456 298400 33554432000 4194304 4196468 140733945277952 140423351756416 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4723] ppid=4659 vsize=10914144 memory=3232 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4723/stat : 4723 (java) S 4659 4662 2275 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 77285180 11176083456 298400 33554432000 4194304 4196468 140733945277952 140423044356688 140424480638875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4724] ppid=4659 vsize=10914144 memory=1193600 CPUtime=5.48 cores=0,2,4,6
/proc/4662/task/4724/stat : 4724 (java) S 4659 4662 2275 0 -1 1077944384 22908 13182 0 0 537 3 5 3 20 0 15 0 77285180 11176083456 298400 33554432000 4194304 4196468 140733945277952 140423905335408 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4725] ppid=4659 vsize=10914144 memory=3828 CPUtime=5.86 cores=0,2,4,6
/proc/4662/task/4725/stat : 4725 (java) S 4659 4662 2275 0 -1 1077944384 34515 13182 0 0 573 5 5 3 20 0 15 0 77285180 11176083456 298400 33554432000 4194304 4196468 140733945277952 140423904282608 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4726] ppid=4659 vsize=10914144 memory=1193600 CPUtime=2.44 cores=0,2,4,6
/proc/4662/task/4726/stat : 4726 (java) S 4659 4662 2275 0 -1 1077944384 29662 13182 0 0 231 5 5 3 20 0 15 0 77285180 11176083456 298400 33554432000 4194304 4196468 140733945277952 140423903230320 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4727] ppid=4659 vsize=10914144 memory=5524 CPUtime=0.08 cores=0,2,4,6
/proc/4662/task/4727/stat : 4727 (java) S 4659 4662 2275 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 77285180 11176083456 298400 33554432000 4194304 4196468 140733945277952 140423010798048 140424480630485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
[pid=4662/tid=4728] ppid=4659 vsize=10914144 memory=3828 CPUtime=1.59 cores=0,2,4,6
/proc/4662/task/4728/stat : 4728 (java) S 4659 4662 2275 0 -1 1077944384 1102 13182 0 0 74 77 5 3 20 0 15 0 77285181 11176083456 298400 33554432000 4194304 4196468 140733945277952 140423902178224 140424480631426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18079744 140733945280683 140733945283932 140733945283932 140733945286607 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1193600 KiB

Child status: 143
Real time (s): 2478.33
CPU time (s): 2520.12
CPU user time (s): 2516.99
CPU system time (s): 3.1386
CPU usage (%): 101.686
Max. virtual memory (cumulated for all children) (KiB): 10916856
Max. memory (cumulated for all children) (KiB): 1640208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.99
system time used= 3.1386
maximum resident set size= 1643312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272616
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 187408
involuntary context switches= 8868


# summary of solver processes directly reported to runsolver:
#   pid: 4662
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.99
#   total CPU system time (s): 3.1386

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9742 second user time and 24.5397 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-26 11:27:00
IDJOB=4295872
IDBENCH=141611
IDSOLVER=2751
FILE ID=node135/4295872-1532597220
RUNJOBID= node135-1532594793-3954
PBS_JOBID= 21021965
Free space on /tmp= 48340 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-7-16_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-4295872-1532597220/watcher-4295872-1532597220 -o /tmp/evaluation-result-4295872-1532597220/solver-4295872-1532597220 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532594793-3954 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1101535030 -superng HOME/instance-4295872-1532597220.xml

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

MD5SUM BENCH= fff017207be5e3895e33195d340205a8
RANDOM SEED=1101535030

node135.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        19965744 kB
MemAvailable:   28853332 kB
Buffers:          198280 kB
Cached:          8870224 kB
SwapCached:            0 kB
Active:          5621500 kB
Inactive:        6571208 kB
Active(anon):    3073972 kB
Inactive(anon):    78312 kB
Active(file):    2547528 kB
Inactive(file):  6492896 kB
Unevictable:        7220 kB
Mlocked:            7220 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27144 kB
Writeback:             0 kB
AnonPages:       3124936 kB
Mapped:            54168 kB
Shmem:             25248 kB
Slab:             304392 kB
SReclaimable:     275624 kB
SUnreclaim:        28768 kB
KernelStack:        3888 kB
PageTables:        11336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3681564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2822144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48316 MiB
End job on node135 at 2018-07-26 12:08:18