Trace number 4295809

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.04 2474.23

General information on the benchmark

NameQuasigroups/
QuasiGroup-4-10_c18.xml
MD5SUM13340ae912518807f9e2f6bcededa797
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 variables200
Number of constraints182
Number of domains2
Minimum domain size10
Maximum domain size100
Distribution of domain sizes[{"size":10,"count":100},{"size":100,"count":90}]
Minimum variable degree0
Maximum variable degree93
Distribution of variable degrees[{"degree":0,"count":10},{"degree":2,"count":90},{"degree":92,"count":10},{"degree":93,"count":90}]
Minimum constraint arity3
Maximum constraint arity101
Distribution of constraint arities[{"arity":3,"count":90},{"arity":10,"count":1},{"arity":100,"count":1},{"arity":101,"count":90}]
Number of extensional constraints0
Number of intensional constraints90
Distribution of constraint types[{"type":"intension","count":90},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":90}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295809-1532595058/watcher-4295809-1532595058 -o /tmp/evaluation-result-4295809-1532595058/solver-4295809-1532595058 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532582651-32592 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1783614905 -superng HOME/instance-4295809-1532595058.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
solver pid=2302, runsolver pid=2299
Current StackSize limit: 8192 KiB


[startup+0.100093 s]*
/proc/loadavg: 1.82 1.70 1.61 5/207 2361
/proc/meminfo: memFree=16503384/32770624 swapFree=67108796/67108860
[pid=2302] ppid=2299 vsize=9972712 memory=16536 CPUtime=0.1 cores=1,3,5,7
/proc/2302/stat : 2302 (java) S 2299 2302 32560 0 -1 1077944320 4300 12878 0 0 1 1 5 3 20 0 6 0 77069023 10212057088 4134 33554432000 4194304 4196468 140721064962080 140721064944624 140709707951863 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
/proc/2302/statm: 2493178 4134 1934 1 0 2481616 0
[pid=2302/tid=2356] ppid=2299 vsize=9972712 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/2302/task/2356/stat : 2356 (java) R 2299 2302 32560 0 -1 4202560 2182 12878 0 0 1 0 5 3 20 0 6 0 77069032 10212057088 4200 33554432000 4194304 4196468 140721064962080 140709679788624 140709693074800 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2358] ppid=2299 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2358/stat : 2358 (java) S 2299 2302 32560 0 -1 1077944384 2 12878 0 0 0 0 5 3 20 0 6 0 77069033 10212057088 4200 33554432000 4194304 4196468 140721064962080 140709712193936 140709707962069 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2359] ppid=2299 vsize=9972712 memory=140024803829376 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2359/stat : 2359 (java) S 2299 2302 32560 0 -1 1077944384 2 12878 0 0 0 0 5 3 20 0 6 0 77069033 10212057088 4200 33554432000 4194304 4196468 140721064962080 140709639674128 140709707962069 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2360] ppid=2299 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2360/stat : 2360 (java) S 2299 2302 32560 0 -1 1077944384 2 12878 0 0 0 0 5 3 20 0 6 0 77069033 10212057088 4200 33554432000 4194304 4196468 140721064962080 140709280197264 140709707962069 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2361] ppid=2299 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2361/stat : 2361 (java) S 2299 2302 32560 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 6 0 77069033 10212057088 4200 33554432000 4194304 4196468 140721064962080 140709279144464 140709707962069 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16536 KiB

[startup+0.209926 s]*
/proc/loadavg: 1.82 1.70 1.61 3/216 2371
/proc/meminfo: memFree=16480440/32770624 swapFree=67108796/67108860
[pid=2302] ppid=2299 vsize=10821524 memory=47584 CPUtime=0.27 cores=1,3,5,7
/proc/2302/stat : 2302 (java) S 2299 2302 32560 0 -1 1077944320 8604 12878 0 0 17 2 5 3 20 0 15 0 77069023 11081240576 11896 33554432000 4194304 4196468 140721064962080 140721064944624 140709707951863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
/proc/2302/statm: 2705381 11896 2964 1 0 2667804 0
[pid=2302/tid=2356] ppid=2299 vsize=10818936 memory=-8171376296011865461 CPUtime=0.2 cores=1,3,5,7
/proc/2302/task/2356/stat : 2356 (java) R 2299 2302 32560 0 -1 4202560 6105 12878 0 0 11 1 5 3 20 0 15 0 77069032 11078590464 12131 33554432000 4194304 4196468 140721064962080 140709679776672 140709700691853 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2358] ppid=2299 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2358/stat : 2358 (java) S 2299 2302 32560 0 -1 1077944384 2 12878 0 0 0 0 5 3 20 0 15 0 77069033 11078590464 12131 33554432000 4194304 4196468 140721064962080 140709712193936 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2359] ppid=2299 vsize=10818936 memory=140024803829376 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2359/stat : 2359 (java) S 2299 2302 32560 0 -1 1077944384 2 12878 0 0 0 0 5 3 20 0 15 0 77069033 11078590464 12131 33554432000 4194304 4196468 140721064962080 140709639674128 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2360] ppid=2299 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2360/stat : 2360 (java) S 2299 2302 32560 0 -1 1077944384 2 12878 0 0 0 0 5 3 20 0 15 0 77069033 11078590464 12131 33554432000 4194304 4196468 140721064962080 140709280197264 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2361] ppid=2299 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2361/stat : 2361 (java) S 2299 2302 32560 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 77069033 11078590464 12131 33554432000 4194304 4196468 140721064962080 140709279144464 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2362] ppid=2299 vsize=10818936 memory=140024803829376 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2362/stat : 2362 (java) S 2299 2302 32560 0 -1 1077944384 2 12878 0 0 0 0 5 3 20 0 15 0 77069034 11078590464 12131 33554432000 4194304 4196468 140721064962080 140708988152432 140709707963010 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2363] ppid=2299 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2363/stat : 2363 (java) S 2299 2302 32560 0 -1 1077944384 13 12878 0 0 0 0 5 3 20 0 15 0 77069035 11078590464 12131 33554432000 4194304 4196468 140721064962080 140708899972384 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2365] ppid=2299 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2365/stat : 2365 (java) S 2299 2302 32560 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 77069035 11078590464 12131 33554432000 4194304 4196468 140721064962080 140708497319536 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2366] ppid=2299 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2366/stat : 2366 (java) S 2299 2302 32560 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 77069038 11078590464 12131 33554432000 4194304 4196468 140721064962080 140708189919824 140709707970459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2367] ppid=2299 vsize=10818936 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2302/task/2367/stat : 2367 (java) S 2299 2302 32560 0 -1 1077944384 539 12878 0 0 1 0 5 3 20 0 15 0 77069038 11078590464 12131 33554432000 4194304 4196468 140721064962080 140708987099248 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2368] ppid=2299 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2368/stat : 2368 (java) S 2299 2302 32560 0 -1 1077944384 53 12878 0 0 0 0 5 3 20 0 15 0 77069038 11078590464 12131 33554432000 4194304 4196468 140721064962080 140708986046448 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2369] ppid=2299 vsize=10818936 memory=140024803829376 CPUtime=0.11 cores=1,3,5,7
/proc/2302/task/2369/stat : 2369 (java) S 2299 2302 32560 0 -1 1077944384 543 12878 0 0 3 0 5 3 20 0 15 0 77069038 11078590464 12131 33554432000 4194304 4196468 140721064962080 140708984994160 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2370] ppid=2299 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2370/stat : 2370 (java) S 2299 2302 32560 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 77069038 11078590464 12131 33554432000 4194304 4196468 140721064962080 140708156361184 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2371] ppid=2299 vsize=10818936 memory=140024803829376 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2371/stat : 2371 (java) S 2299 2302 32560 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 77069038 11078590464 12131 33554432000 4194304 4196468 140721064962080 140708983942064 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 47584 KiB

[startup+0.310356 s]*
/proc/loadavg: 1.82 1.70 1.61 3/216 2371
/proc/meminfo: memFree=16466672/32770624 swapFree=67108796/67108860
[pid=2302] ppid=2299 vsize=10819352 memory=56400 CPUtime=0.39 cores=1,3,5,7
/proc/2302/stat : 2302 (java) S 2299 2302 32560 0 -1 1077944320 10652 12878 0 0 28 3 5 3 20 0 15 0 77069023 11079016448 14100 33554432000 4194304 4196468 140721064962080 140721064944624 140709707951863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
/proc/2302/statm: 2704838 14100 3083 1 0 2667149 0
[pid=2302/tid=2356] ppid=2299 vsize=10819352 memory=-8171376296011865461 CPUtime=0.29 cores=1,3,5,7
/proc/2302/task/2356/stat : 2356 (java) R 2299 2302 32560 0 -1 4202560 7300 12878 0 0 20 1 5 3 20 0 15 0 77069032 11079016448 14100 33554432000 4194304 4196468 140721064962080 140709679766824 140709692032350 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2358] ppid=2299 vsize=10819352 memory=4294969536 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2358/stat : 2358 (java) S 2299 2302 32560 0 -1 1077944384 2 12878 0 0 0 0 5 3 20 0 15 0 77069033 11079016448 14100 33554432000 4194304 4196468 140721064962080 140709712193936 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2359] ppid=2299 vsize=10819352 memory=140024803829376 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2359/stat : 2359 (java) S 2299 2302 32560 0 -1 1077944384 2 12878 0 0 0 0 5 3 20 0 15 0 77069033 11079016448 14100 33554432000 4194304 4196468 140721064962080 140709639674128 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2360] ppid=2299 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2360/stat : 2360 (java) S 2299 2302 32560 0 -1 1077944384 2 12878 0 0 0 0 5 3 20 0 15 0 77069033 11079016448 14100 33554432000 4194304 4196468 140721064962080 140709280197264 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2361] ppid=2299 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2361/stat : 2361 (java) S 2299 2302 32560 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 77069033 11079016448 14100 33554432000 4194304 4196468 140721064962080 140709279144464 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2362] ppid=2299 vsize=10819352 memory=140024803829375 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2362/stat : 2362 (java) S 2299 2302 32560 0 -1 1077944384 2 12878 0 0 0 0 5 3 20 0 15 0 77069034 11079016448 14100 33554432000 4194304 4196468 140721064962080 140708988152432 140709707963010 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2363] ppid=2299 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2363/stat : 2363 (java) S 2299 2302 32560 0 -1 1077944384 13 12878 0 0 0 0 5 3 20 0 15 0 77069035 11079016448 14100 33554432000 4194304 4196468 140721064962080 140708899972384 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2365] ppid=2299 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2365/stat : 2365 (java) S 2299 2302 32560 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 77069035 11079016448 14100 33554432000 4194304 4196468 140721064962080 140708497319536 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2366] ppid=2299 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2366/stat : 2366 (java) S 2299 2302 32560 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 77069038 11079016448 14100 33554432000 4194304 4196468 140721064962080 140708189919824 140709707970459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2367] ppid=2299 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/2302/task/2367/stat : 2367 (java) S 2299 2302 32560 0 -1 1077944384 539 12878 0 0 2 0 5 3 20 0 15 0 77069038 11079016448 14100 33554432000 4194304 4196468 140721064962080 140708987099248 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2368] ppid=2299 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/2302/task/2368/stat : 2368 (java) S 2299 2302 32560 0 -1 1077944384 54 12878 0 0 1 0 5 3 20 0 15 0 77069038 11079016448 14100 33554432000 4194304 4196468 140721064962080 140708986046448 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2369] ppid=2299 vsize=10819352 memory=140024803829376 CPUtime=0.13 cores=1,3,5,7
/proc/2302/task/2369/stat : 2369 (java) R 2299 2302 32560 0 -1 4202560 554 12878 0 0 5 0 5 3 20 0 15 0 77069038 11079016448 14100 33554432000 4194304 4196468 140721064962080 140708984994160 140709707963798 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2370] ppid=2299 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2370/stat : 2370 (java) S 2299 2302 32560 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 77069038 11079016448 14100 33554432000 4194304 4196468 140721064962080 140708156361184 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2371] ppid=2299 vsize=10819352 memory=140024803829376 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2371/stat : 2371 (java) S 2299 2302 32560 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 77069038 11079016448 14100 33554432000 4194304 4196468 140721064962080 140708983942064 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 56400 KiB

[startup+0.70078 s]
/proc/loadavg: 1.82 1.70 1.61 3/216 2371
/proc/meminfo: memFree=16458728/32770624 swapFree=67108796/67108860
[pid=2302] ppid=2299 vsize=10819352 memory=88156 CPUtime=1 cores=1,3,5,7
/proc/2302/stat : 2302 (java) S 2299 2302 32560 0 -1 1077944320 16728 12878 0 0 88 4 5 3 20 0 15 0 77069023 11079016448 22039 33554432000 4194304 4196468 140721064962080 140721064944624 140709707951863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
/proc/2302/statm: 2704838 22039 3225 1 0 2667149 0
[pid=2302/tid=2356] ppid=2299 vsize=10819352 memory=22804 CPUtime=0.66 cores=1,3,5,7
/proc/2302/task/2356/stat : 2356 (java) R 2299 2302 32560 0 -1 4202560 12362 12878 0 0 56 2 5 3 20 0 15 0 77069032 11079016448 22039 33554432000 4194304 4196468 140721064962080 140709679772688 140709689515438 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2358] ppid=2299 vsize=10819352 memory=13481902344460 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2358/stat : 2358 (java) S 2299 2302 32560 0 -1 1077944384 2 12878 0 0 0 0 5 3 20 0 15 0 77069033 11079016448 22039 33554432000 4194304 4196468 140721064962080 140709712193936 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2359] ppid=2299 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2359/stat : 2359 (java) S 2299 2302 32560 0 -1 1077944384 2 12878 0 0 0 0 5 3 20 0 15 0 77069033 11079016448 22039 33554432000 4194304 4196468 140721064962080 140709639674128 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2360] ppid=2299 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2360/stat : 2360 (java) S 2299 2302 32560 0 -1 1077944384 2 12878 0 0 0 0 5 3 20 0 15 0 77069033 11079016448 22039 33554432000 4194304 4196468 140721064962080 140709280197264 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2361] ppid=2299 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2361/stat : 2361 (java) S 2299 2302 32560 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 77069033 11079016448 22039 33554432000 4194304 4196468 140721064962080 140709279144464 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2362] ppid=2299 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2362/stat : 2362 (java) S 2299 2302 32560 0 -1 1077944384 5 12878 0 0 0 0 5 3 20 0 15 0 77069034 11079016448 22039 33554432000 4194304 4196468 140721064962080 140708988152432 140709707963010 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2363] ppid=2299 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2363/stat : 2363 (java) S 2299 2302 32560 0 -1 1077944384 13 12878 0 0 0 0 5 3 20 0 15 0 77069035 11079016448 22039 33554432000 4194304 4196468 140721064962080 140708899972384 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2365] ppid=2299 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2365/stat : 2365 (java) S 2299 2302 32560 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 77069035 11079016448 22039 33554432000 4194304 4196468 140721064962080 140708497319536 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2366] ppid=2299 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2366/stat : 2366 (java) S 2299 2302 32560 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 77069038 11079016448 22039 33554432000 4194304 4196468 140721064962080 140708189919824 140709707970459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2367] ppid=2299 vsize=10819352 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/2302/task/2367/stat : 2367 (java) S 2299 2302 32560 0 -1 1077944384 904 12878 0 0 7 0 5 3 20 0 15 0 77069038 11079016448 22039 33554432000 4194304 4196468 140721064962080 140708987099248 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2368] ppid=2299 vsize=10819352 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/2302/task/2368/stat : 2368 (java) S 2299 2302 32560 0 -1 1077944384 642 12878 0 0 9 0 5 3 20 0 15 0 77069038 11079016448 22039 33554432000 4194304 4196468 140721064962080 140708986046448 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2369] ppid=2299 vsize=10819352 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/2302/task/2369/stat : 2369 (java) S 2299 2302 32560 0 -1 1077944384 594 12878 0 0 13 0 5 3 20 0 15 0 77069038 11079016448 22039 33554432000 4194304 4196468 140721064962080 140708984994160 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2370] ppid=2299 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2370/stat : 2370 (java) S 2299 2302 32560 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 77069038 11079016448 22039 33554432000 4194304 4196468 140721064962080 140708156361184 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2371] ppid=2299 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2371/stat : 2371 (java) R 2299 2302 32560 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 77069038 11079016448 22039 33554432000 4194304 4196468 140721064962080 140708983942064 140709707963010 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88156 KiB

[startup+1.50134 s]
/proc/loadavg: 1.82 1.70 1.61 3/216 2371
/proc/meminfo: memFree=16413764/32770624 swapFree=67108796/67108860
[pid=2302] ppid=2299 vsize=10834252 memory=178584 CPUtime=2.35 cores=1,3,5,7
/proc/2302/stat : 2302 (java) S 2299 2302 32560 0 -1 1077944320 24190 12878 0 0 217 10 5 3 20 0 15 0 77069023 11094274048 44646 33554432000 4194304 4196468 140721064962080 140721064944624 140709707951863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
/proc/2302/statm: 2708563 44646 3472 1 0 2670221 0
[pid=2302/tid=2356] ppid=2299 vsize=10834252 memory=8 CPUtime=1.43 cores=1,3,5,7
/proc/2302/task/2356/stat : 2356 (java) R 2299 2302 32560 0 -1 4202560 17959 12878 0 0 130 5 5 3 20 0 15 0 77069032 11094274048 44646 33554432000 4194304 4196468 140721064962080 140709679762896 140709693320225 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2358] ppid=2299 vsize=10834252 memory=2321 CPUtime=0.09 cores=1,3,5,7
/proc/2302/task/2358/stat : 2358 (java) S 2299 2302 32560 0 -1 1077944384 49 12878 0 0 1 0 5 3 20 0 15 0 77069033 11094274048 44646 33554432000 4194304 4196468 140721064962080 140709712193936 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2359] ppid=2299 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2302/task/2359/stat : 2359 (java) S 2299 2302 32560 0 -1 1077944384 34 12878 0 0 1 0 5 3 20 0 15 0 77069033 11094274048 44646 33554432000 4194304 4196468 140721064962080 140709639674128 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2360] ppid=2299 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2302/task/2360/stat : 2360 (java) S 2299 2302 32560 0 -1 1077944384 32 12878 0 0 1 0 5 3 20 0 15 0 77069033 11094274048 44646 33554432000 4194304 4196468 140721064962080 140709280197264 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2361] ppid=2299 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2361/stat : 2361 (java) S 2299 2302 32560 0 -1 1077944384 191 12878 0 0 0 0 5 3 20 0 15 0 77069033 11094274048 44646 33554432000 4194304 4196468 140721064962080 140709279144464 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2362] ppid=2299 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2302/task/2362/stat : 2362 (java) S 2299 2302 32560 0 -1 1077944384 184 12878 0 0 1 0 5 3 20 0 15 0 77069034 11094274048 44646 33554432000 4194304 4196468 140721064962080 140708988152432 140709707963010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2363] ppid=2299 vsize=10834252 memory=280049316040448 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2363/stat : 2363 (java) S 2299 2302 32560 0 -1 1077944384 14 12878 0 0 0 0 5 3 20 0 15 0 77069035 11094274048 44646 33554432000 4194304 4196468 140721064962080 140708899972448 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2365] ppid=2299 vsize=10834252 memory=140024658036480 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2365/stat : 2365 (java) S 2299 2302 32560 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 77069035 11094274048 44646 33554432000 4194304 4196468 140721064962080 140708497319552 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2366] ppid=2299 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2366/stat : 2366 (java) S 2299 2302 32560 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 77069038 11094274048 44646 33554432000 4194304 4196468 140721064962080 140708189919824 140709707970459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2367] ppid=2299 vsize=10834252 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/2302/task/2367/stat : 2367 (java) S 2299 2302 32560 0 -1 1077944384 1096 12878 0 0 17 0 5 3 20 0 15 0 77069038 11094274048 44646 33554432000 4194304 4196468 140721064962080 140708987099248 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2368] ppid=2299 vsize=10834252 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/2302/task/2368/stat : 2368 (java) S 2299 2302 32560 0 -1 1077944384 1158 12878 0 0 27 0 5 3 20 0 15 0 77069038 11094274048 44646 33554432000 4194304 4196468 140721064962080 140708986046448 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2369] ppid=2299 vsize=10834252 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/2302/task/2369/stat : 2369 (java) S 2299 2302 32560 0 -1 1077944384 1272 12878 0 0 35 0 5 3 20 0 15 0 77069038 11094274048 44646 33554432000 4194304 4196468 140721064962080 140708984994160 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2370] ppid=2299 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2370/stat : 2370 (java) S 2299 2302 32560 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 77069038 11094274048 44646 33554432000 4194304 4196468 140721064962080 140708156361184 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2371] ppid=2299 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2371/stat : 2371 (java) S 2299 2302 32560 0 -1 1077944384 1 12878 0 0 0 0 5 3 20 0 15 0 77069038 11094274048 44646 33554432000 4194304 4196468 140721064962080 140708983942064 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
Current children cumulated CPU time: 2.35 s
Current children cumulated vsize: 10834252 KiB

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

/proc/2302/task/2356/stat : 2356 (java) R 2299 2302 32560 0 -1 4202560 104948 12878 0 0 229983 51 5 3 20 0 15 0 77069032 11178180608 387133 33554432000 4194304 4196468 140721064962080 140709679786336 140709327619897 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2358] ppid=2299 vsize=10916192 memory=1546484 CPUtime=11.12 cores=1,3,5,7
/proc/2302/task/2358/stat : 2358 (java) S 2299 2302 32560 0 -1 1077944384 16333 12878 0 0 1061 43 5 3 20 0 15 0 77069033 11178180608 387133 33554432000 4194304 4196468 140721064962080 140709712193936 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2359] ppid=2299 vsize=10916192 memory=1548532 CPUtime=11.12 cores=1,3,5,7
/proc/2302/task/2359/stat : 2359 (java) S 2299 2302 32560 0 -1 1077944384 18381 12878 0 0 1061 43 5 3 20 0 15 0 77069033 11178180608 387133 33554432000 4194304 4196468 140721064962080 140709639674128 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2360] ppid=2299 vsize=10916192 memory=1548532 CPUtime=11.12 cores=1,3,5,7
/proc/2302/task/2360/stat : 2360 (java) S 2299 2302 32560 0 -1 1077944384 19926 12878 0 0 1062 42 5 3 20 0 15 0 77069033 11178180608 387133 33554432000 4194304 4196468 140721064962080 140709280197264 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2361] ppid=2299 vsize=10916192 memory=1548532 CPUtime=11.14 cores=1,3,5,7
/proc/2302/task/2361/stat : 2361 (java) S 2299 2302 32560 0 -1 1077944384 15113 12878 0 0 1063 43 5 3 20 0 15 0 77069033 11178180608 387133 33554432000 4194304 4196468 140721064962080 140709279144464 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2362] ppid=2299 vsize=10916192 memory=1546484 CPUtime=7.38 cores=1,3,5,7
/proc/2302/task/2362/stat : 2362 (java) S 2299 2302 32560 0 -1 1077944384 13227 12878 0 0 692 38 5 3 20 0 15 0 77069034 11178180608 387133 33554432000 4194304 4196468 140721064962080 140708988152432 140709707963010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2363] ppid=2299 vsize=10916192 memory=1548532 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2363/stat : 2363 (java) S 2299 2302 32560 0 -1 1077944384 19 12878 0 0 0 0 5 3 20 0 15 0 77069035 11178180608 387133 33554432000 4194304 4196468 140721064962080 140708899972448 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2365] ppid=2299 vsize=10916192 memory=1548532 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2365/stat : 2365 (java) S 2299 2302 32560 0 -1 1077944384 6 12878 0 0 0 0 5 3 20 0 15 0 77069035 11178180608 387133 33554432000 4194304 4196468 140721064962080 140708497319552 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2366] ppid=2299 vsize=10916192 memory=1548532 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2366/stat : 2366 (java) S 2299 2302 32560 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 77069038 11178180608 387133 33554432000 4194304 4196468 140721064962080 140708189919824 140709707970459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2367] ppid=2299 vsize=10916192 memory=1548532 CPUtime=4.93 cores=1,3,5,7
/proc/2302/task/2367/stat : 2367 (java) S 2299 2302 32560 0 -1 1077944384 25838 12878 0 0 482 3 5 3 20 0 15 0 77069038 11178180608 387133 33554432000 4194304 4196468 140721064962080 140708987099248 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2368] ppid=2299 vsize=10916192 memory=1548532 CPUtime=5.38 cores=1,3,5,7
/proc/2302/task/2368/stat : 2368 (java) S 2299 2302 32560 0 -1 1077944384 22584 12878 0 0 527 3 5 3 20 0 15 0 77069038 11178180608 387133 33554432000 4194304 4196468 140721064962080 140708986046448 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2369] ppid=2299 vsize=10916192 memory=1548532 CPUtime=2.24 cores=1,3,5,7
/proc/2302/task/2369/stat : 2369 (java) S 2299 2302 32560 0 -1 1077944384 32948 12878 0 0 212 4 5 3 20 0 15 0 77069038 11178180608 387133 33554432000 4194304 4196468 140721064962080 140708984994160 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2370] ppid=2299 vsize=10916192 memory=1548532 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2370/stat : 2370 (java) S 2299 2302 32560 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 77069038 11178180608 387133 33554432000 4194304 4196468 140721064962080 140708156361184 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2371] ppid=2299 vsize=10916192 memory=1548532 CPUtime=1.45 cores=1,3,5,7
/proc/2302/task/2371/stat : 2371 (java) S 2299 2302 32560 0 -1 1077944384 1788 12878 0 0 62 75 5 3 20 0 15 0 77069038 11178180608 387133 33554432000 4194304 4196468 140721064962080 140708983942064 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
Current children cumulated CPU time: 2365.68 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1548532 KiB

[startup+2382.3 s]
/proc/loadavg: 1.53 1.42 1.42 3/215 2597
/proc/meminfo: memFree=14076480/32770624 swapFree=67108796/67108860
[pid=2302] ppid=2299 vsize=10916192 memory=1554676 CPUtime=2426.59 cores=1,3,5,7
/proc/2302/stat : 2302 (java) S 2299 2302 32560 0 -1 1077944320 275451 12878 0 0 242340 311 5 3 20 0 15 0 77069023 11178180608 388669 33554432000 4194304 4196468 140721064962080 140721064944624 140709707951863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
/proc/2302/statm: 2729048 388669 3527 1 0 2690701 0
[pid=2302/tid=2356] ppid=2299 vsize=10916192 memory=1552628 CPUtime=2359.81 cores=1,3,5,7
/proc/2302/task/2356/stat : 2356 (java) R 2299 2302 32560 0 -1 4202560 105966 12878 0 0 235921 52 5 3 20 0 15 0 77069032 11178180608 388669 33554432000 4194304 4196468 140721064962080 140709679786096 140709319196240 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2358] ppid=2299 vsize=10916192 memory=1552628 CPUtime=11.44 cores=1,3,5,7
/proc/2302/task/2358/stat : 2358 (java) S 2299 2302 32560 0 -1 1077944384 16572 12878 0 0 1092 44 5 3 20 0 15 0 77069033 11178180608 388669 33554432000 4194304 4196468 140721064962080 140709712193936 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2359] ppid=2299 vsize=10916192 memory=1552628 CPUtime=11.44 cores=1,3,5,7
/proc/2302/task/2359/stat : 2359 (java) S 2299 2302 32560 0 -1 1077944384 18764 12878 0 0 1093 43 5 3 20 0 15 0 77069033 11178180608 388669 33554432000 4194304 4196468 140721064962080 140709639674128 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2360] ppid=2299 vsize=10916192 memory=1554676 CPUtime=11.45 cores=1,3,5,7
/proc/2302/task/2360/stat : 2360 (java) S 2299 2302 32560 0 -1 1077944384 20134 12878 0 0 1094 43 5 3 20 0 15 0 77069033 11178180608 388669 33554432000 4194304 4196468 140721064962080 140709280197264 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2361] ppid=2299 vsize=10916192 memory=1554676 CPUtime=11.46 cores=1,3,5,7
/proc/2302/task/2361/stat : 2361 (java) S 2299 2302 32560 0 -1 1077944384 15212 12878 0 0 1095 43 5 3 20 0 15 0 77069033 11178180608 388669 33554432000 4194304 4196468 140721064962080 140709279144464 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2362] ppid=2299 vsize=10916192 memory=1554676 CPUtime=7.56 cores=1,3,5,7
/proc/2302/task/2362/stat : 2362 (java) S 2299 2302 32560 0 -1 1077944384 13384 12878 0 0 709 39 5 3 20 0 15 0 77069034 11178180608 388669 33554432000 4194304 4196468 140721064962080 140708988152432 140709707963010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2363] ppid=2299 vsize=10916192 memory=1552628 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2363/stat : 2363 (java) S 2299 2302 32560 0 -1 1077944384 19 12878 0 0 0 0 5 3 20 0 15 0 77069035 11178180608 388669 33554432000 4194304 4196468 140721064962080 140708899972448 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2365] ppid=2299 vsize=10916192 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2365/stat : 2365 (java) S 2299 2302 32560 0 -1 1077944384 6 12878 0 0 0 0 5 3 20 0 15 0 77069035 11178180608 388669 33554432000 4194304 4196468 140721064962080 140708497319552 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2366] ppid=2299 vsize=10916192 memory=1554676 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2366/stat : 2366 (java) S 2299 2302 32560 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 77069038 11178180608 388669 33554432000 4194304 4196468 140721064962080 140708189919824 140709707970459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2367] ppid=2299 vsize=10916192 memory=1554676 CPUtime=4.93 cores=1,3,5,7
/proc/2302/task/2367/stat : 2367 (java) S 2299 2302 32560 0 -1 1077944384 25840 12878 0 0 482 3 5 3 20 0 15 0 77069038 11178180608 388669 33554432000 4194304 4196468 140721064962080 140708987099248 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2368] ppid=2299 vsize=10916192 memory=3708 CPUtime=5.38 cores=1,3,5,7
/proc/2302/task/2368/stat : 2368 (java) S 2299 2302 32560 0 -1 1077944384 22586 12878 0 0 527 3 5 3 20 0 15 0 77069038 11178180608 388669 33554432000 4194304 4196468 140721064962080 140708986046448 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2369] ppid=2299 vsize=10916192 memory=22884 CPUtime=2.24 cores=1,3,5,7
/proc/2302/task/2369/stat : 2369 (java) S 2299 2302 32560 0 -1 1077944384 32951 12878 0 0 212 4 5 3 20 0 15 0 77069038 11178180608 388669 33554432000 4194304 4196468 140721064962080 140708984994160 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2370] ppid=2299 vsize=10916192 memory=2088 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2370/stat : 2370 (java) S 2299 2302 32560 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 77069038 11178180608 388669 33554432000 4194304 4196468 140721064962080 140708156361184 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2371] ppid=2299 vsize=10916192 memory=1692 CPUtime=1.48 cores=1,3,5,7
/proc/2302/task/2371/stat : 2371 (java) S 2299 2302 32560 0 -1 1077944384 1818 12878 0 0 63 77 5 3 20 0 15 0 77069038 11178180608 388669 33554432000 4194304 4196468 140721064962080 140708983942064 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
Current children cumulated CPU time: 2426.59 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1554676 KiB

[startup+2442.3 s]
/proc/loadavg: 1.41 1.41 1.41 3/215 2598
/proc/meminfo: memFree=14079764/32770624 swapFree=67108796/67108860
[pid=2302] ppid=2299 vsize=10916192 memory=1558772 CPUtime=2487.57 cores=1,3,5,7
/proc/2302/stat : 2302 (java) S 2299 2302 32560 0 -1 1077944320 277763 12878 0 0 248432 317 5 3 20 0 15 0 77069023 11178180608 389693 33554432000 4194304 4196468 140721064962080 140721064944624 140709707951863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
/proc/2302/statm: 2729048 389693 3527 1 0 2690701 0
[pid=2302/tid=2356] ppid=2299 vsize=10916192 memory=1556724 CPUtime=2419.19 cores=1,3,5,7
/proc/2302/task/2356/stat : 2356 (java) R 2299 2302 32560 0 -1 4202560 106904 12878 0 0 241859 52 5 3 20 0 15 0 77069032 11178180608 389693 33554432000 4194304 4196468 140721064962080 140709679784976 140709329554216 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2358] ppid=2299 vsize=10916192 memory=1554676 CPUtime=11.79 cores=1,3,5,7
/proc/2302/task/2358/stat : 2358 (java) S 2299 2302 32560 0 -1 1077944384 16838 12878 0 0 1126 45 5 3 20 0 15 0 77069033 11178180608 389693 33554432000 4194304 4196468 140721064962080 140709712193936 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2359] ppid=2299 vsize=10916192 memory=1556724 CPUtime=11.78 cores=1,3,5,7
/proc/2302/task/2359/stat : 2359 (java) S 2299 2302 32560 0 -1 1077944384 18859 12878 0 0 1126 44 5 3 20 0 15 0 77069033 11178180608 389693 33554432000 4194304 4196468 140721064962080 140709639674128 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2360] ppid=2299 vsize=10916192 memory=1556724 CPUtime=11.79 cores=1,3,5,7
/proc/2302/task/2360/stat : 2360 (java) S 2299 2302 32560 0 -1 1077944384 20264 12878 0 0 1127 44 5 3 20 0 15 0 77069033 11178180608 389693 33554432000 4194304 4196468 140721064962080 140709280197264 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2361] ppid=2299 vsize=10916192 memory=1556724 CPUtime=11.81 cores=1,3,5,7
/proc/2302/task/2361/stat : 2361 (java) S 2299 2302 32560 0 -1 1077944384 15936 12878 0 0 1129 44 5 3 20 0 15 0 77069033 11178180608 389693 33554432000 4194304 4196468 140721064962080 140709279144464 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2362] ppid=2299 vsize=10916192 memory=1556724 CPUtime=7.75 cores=1,3,5,7
/proc/2302/task/2362/stat : 2362 (java) S 2299 2302 32560 0 -1 1077944384 13517 12878 0 0 727 40 5 3 20 0 15 0 77069034 11178180608 389693 33554432000 4194304 4196468 140721064962080 140708988152432 140709707963010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2363] ppid=2299 vsize=10916192 memory=1556724 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2363/stat : 2363 (java) S 2299 2302 32560 0 -1 1077944384 19 12878 0 0 0 0 5 3 20 0 15 0 77069035 11178180608 389693 33554432000 4194304 4196468 140721064962080 140708899972448 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2365] ppid=2299 vsize=10916192 memory=1558772 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2365/stat : 2365 (java) S 2299 2302 32560 0 -1 1077944384 6 12878 0 0 0 0 5 3 20 0 15 0 77069035 11178180608 389693 33554432000 4194304 4196468 140721064962080 140708497319552 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2366] ppid=2299 vsize=10916192 memory=1558772 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2366/stat : 2366 (java) S 2299 2302 32560 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 77069038 11178180608 389693 33554432000 4194304 4196468 140721064962080 140708189919824 140709707970459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2367] ppid=2299 vsize=10916192 memory=1558772 CPUtime=4.93 cores=1,3,5,7
/proc/2302/task/2367/stat : 2367 (java) S 2299 2302 32560 0 -1 1077944384 25842 12878 0 0 482 3 5 3 20 0 15 0 77069038 11178180608 389693 33554432000 4194304 4196468 140721064962080 140708987099248 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2368] ppid=2299 vsize=10916192 memory=1558772 CPUtime=5.39 cores=1,3,5,7
/proc/2302/task/2368/stat : 2368 (java) S 2299 2302 32560 0 -1 1077944384 22588 12878 0 0 528 3 5 3 20 0 15 0 77069038 11178180608 389693 33554432000 4194304 4196468 140721064962080 140708986046448 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2369] ppid=2299 vsize=10916192 memory=1558772 CPUtime=2.24 cores=1,3,5,7
/proc/2302/task/2369/stat : 2369 (java) S 2299 2302 32560 0 -1 1077944384 32953 12878 0 0 212 4 5 3 20 0 15 0 77069038 11178180608 389693 33554432000 4194304 4196468 140721064962080 140708984994160 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2370] ppid=2299 vsize=10916192 memory=1558772 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2370/stat : 2370 (java) S 2299 2302 32560 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 77069038 11178180608 389693 33554432000 4194304 4196468 140721064962080 140708156361184 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2371] ppid=2299 vsize=10916192 memory=1558772 CPUtime=1.52 cores=1,3,5,7
/proc/2302/task/2371/stat : 2371 (java) S 2299 2302 32560 0 -1 1077944384 1838 12878 0 0 65 79 5 3 20 0 15 0 77069038 11178180608 389693 33554432000 4194304 4196468 140721064962080 140708983942064 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
Current children cumulated CPU time: 2487.57 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1558772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.2 s]
/proc/loadavg: 1.33 1.38 1.40 3/215 2598
/proc/meminfo: memFree=14076292/32770624 swapFree=67108796/67108860
[pid=2302] ppid=2299 vsize=10916192 memory=1560820 CPUtime=2520 cores=1,3,5,7
/proc/2302/stat : 2302 (java) S 2299 2302 32560 0 -1 1077944320 278645 12878 0 0 251671 321 5 3 20 0 15 0 77069023 11178180608 390205 33554432000 4194304 4196468 140721064962080 140721064944624 140709707951863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
/proc/2302/statm: 2729048 390205 3527 1 0 2690701 0
[pid=2302/tid=2356] ppid=2299 vsize=10916192 memory=301741420686082359 CPUtime=2450.76 cores=1,3,5,7
/proc/2302/task/2356/stat : 2356 (java) R 2299 2302 32560 0 -1 4202560 107423 12878 0 0 245016 52 5 3 20 0 15 0 77069032 11178180608 390205 33554432000 4194304 4196468 140721064962080 140709679785360 140709327620084 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2358] ppid=2299 vsize=10916192 memory=14130060974098704 CPUtime=11.97 cores=1,3,5,7
/proc/2302/task/2358/stat : 2358 (java) S 2299 2302 32560 0 -1 1077944384 16870 12878 0 0 1144 45 5 3 20 0 15 0 77069033 11178180608 390205 33554432000 4194304 4196468 140721064962080 140709712193936 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2359] ppid=2299 vsize=10916192 memory=14130060974098704 CPUtime=11.97 cores=1,3,5,7
/proc/2302/task/2359/stat : 2359 (java) S 2299 2302 32560 0 -1 1077944384 19036 12878 0 0 1144 45 5 3 20 0 15 0 77069033 11178180608 390205 33554432000 4194304 4196468 140721064962080 140709639674128 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2360] ppid=2299 vsize=10916192 memory=4124 CPUtime=11.98 cores=1,3,5,7
/proc/2302/task/2360/stat : 2360 (java) S 2299 2302 32560 0 -1 1077944384 20305 12878 0 0 1145 45 5 3 20 0 15 0 77069033 11178180608 390205 33554432000 4194304 4196468 140721064962080 140709280197264 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2361] ppid=2299 vsize=10916192 memory=924 CPUtime=11.99 cores=1,3,5,7
/proc/2302/task/2361/stat : 2361 (java) S 2299 2302 32560 0 -1 1077944384 15961 12878 0 0 1147 44 5 3 20 0 15 0 77069033 11178180608 390205 33554432000 4194304 4196468 140721064962080 140709279144464 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2362] ppid=2299 vsize=10916192 memory=1572 CPUtime=7.85 cores=1,3,5,7
/proc/2302/task/2362/stat : 2362 (java) S 2299 2302 32560 0 -1 1077944384 13584 12878 0 0 736 41 5 3 20 0 15 0 77069034 11178180608 390205 33554432000 4194304 4196468 140721064962080 140708988152432 140709707963010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2363] ppid=2299 vsize=10916192 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2363/stat : 2363 (java) S 2299 2302 32560 0 -1 1077944384 19 12878 0 0 0 0 5 3 20 0 15 0 77069035 11178180608 390205 33554432000 4194304 4196468 140721064962080 140708899972448 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2365] ppid=2299 vsize=10916192 memory=3284 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2365/stat : 2365 (java) S 2299 2302 32560 0 -1 1077944384 6 12878 0 0 0 0 5 3 20 0 15 0 77069035 11178180608 390205 33554432000 4194304 4196468 140721064962080 140708497319552 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2366] ppid=2299 vsize=10916192 memory=1560820 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2366/stat : 2366 (java) S 2299 2302 32560 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 77069038 11178180608 390205 33554432000 4194304 4196468 140721064962080 140708189919824 140709707970459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2367] ppid=2299 vsize=10916192 memory=2092 CPUtime=4.94 cores=1,3,5,7
/proc/2302/task/2367/stat : 2367 (java) S 2299 2302 32560 0 -1 1077944384 25844 12878 0 0 482 4 5 3 20 0 15 0 77069038 11178180608 390205 33554432000 4194304 4196468 140721064962080 140708987099248 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2368] ppid=2299 vsize=10916192 memory=7524 CPUtime=5.39 cores=1,3,5,7
/proc/2302/task/2368/stat : 2368 (java) S 2299 2302 32560 0 -1 1077944384 22590 12878 0 0 528 3 5 3 20 0 15 0 77069038 11178180608 390205 33554432000 4194304 4196468 140721064962080 140708986046448 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2369] ppid=2299 vsize=10916192 memory=840 CPUtime=2.24 cores=1,3,5,7
/proc/2302/task/2369/stat : 2369 (java) S 2299 2302 32560 0 -1 1077944384 32956 12878 0 0 212 4 5 3 20 0 15 0 77069038 11178180608 390205 33554432000 4194304 4196468 140721064962080 140708984994160 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2370] ppid=2299 vsize=10916192 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/2302/task/2370/stat : 2370 (java) S 2299 2302 32560 0 -1 1077944384 3 12878 0 0 0 0 5 3 20 0 15 0 77069038 11178180608 390205 33554432000 4194304 4196468 140721064962080 140708156361184 140709707962069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
[pid=2302/tid=2371] ppid=2299 vsize=10916192 memory=2600 CPUtime=1.53 cores=1,3,5,7
/proc/2302/task/2371/stat : 2371 (java) S 2299 2302 32560 0 -1 1077944384 1852 12878 0 0 65 80 5 3 20 0 15 0 77069038 11178180608 390205 33554432000 4194304 4196468 140721064962080 140708983942064 140709707963010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34967552 140721064970411 140721064973660 140721064973660 140721064976335 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1560820 KiB

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

[startup+2474.23 s]
# the end of solver process 2302 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.78 s, system=3.26093 s

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

Child status: 143
Real time (s): 2474.23
CPU time (s): 2520.04
CPU user time (s): 2516.78
CPU system time (s): 3.26093
CPU usage (%): 101.852
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 1561964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.78
system time used= 3.26093
maximum resident set size= 1567136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 292793
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= 202424
involuntary context switches= 7037


# summary of solver processes directly reported to runsolver:
#   pid: 2302
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2516.78
#   total CPU system time (s): 3.26093

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.5571 second user time and 18.9625 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-26 10:50:58
IDJOB=4295809
IDBENCH=141604
IDSOLVER=2751
FILE ID=node138/4295809-1532595058
RUNJOBID= node138-1532582651-32592
PBS_JOBID= 21021963
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-4-10_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295809-1532595058/watcher-4295809-1532595058 -o /tmp/evaluation-result-4295809-1532595058/solver-4295809-1532595058 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532582651-32592 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1783614905 -superng HOME/instance-4295809-1532595058.xml

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

MD5SUM BENCH= 13340ae912518807f9e2f6bcededa797
RANDOM SEED=1783614905

node138.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.71
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.71
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.71
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.71
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:        16512112 kB
MemAvailable:   30852964 kB
Buffers:          187416 kB
Cached:         14298048 kB
SwapCached:           44 kB
Active:          3473576 kB
Inactive:       12143896 kB
Active(anon):    1082336 kB
Inactive(anon):    77320 kB
Active(file):    2391240 kB
Inactive(file): 12066576 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26740 kB
Writeback:            20 kB
AnonPages:       1067016 kB
Mapped:            48540 kB
Shmem:             25164 kB
Slab:             340188 kB
SReclaimable:     311496 kB
SUnreclaim:        28692 kB
KernelStack:        3648 kB
PageTables:         6864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2262676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    829440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53748 MiB
End job on node138 at 2018-07-26 11:32:13