Trace number 4294943

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.05 2499.23

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-15-16_c18.xml
MD5SUM57cb1bb20db45191d6ed694399d37744
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 variables240
Number of constraints31
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":240}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":240}]
Minimum constraint arity15
Maximum constraint arity16
Distribution of constraint arities[{"arity":15,"count":16},{"arity":16,"count":15}]
Number of extensional constraints31
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":31}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294943-1532503704/watcher-4294943-1532503704 -o /tmp/evaluation-result-4294943-1532503704/solver-4294943-1532503704 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4223 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=565979220 -superng HOME/instance-4294943-1532503704.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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=5142, runsolver pid=5139
Current StackSize limit: 8192 KiB


[startup+0.100164 s]*
/proc/loadavg: 1.31 1.38 1.45 3/207 5197
/proc/meminfo: memFree=18619272/32770624 swapFree=67108860/67108860
[pid=5142] ppid=5139 vsize=9972712 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/5142/stat : 5142 (java) S 5139 5142 4192 0 -1 1077944320 4216 13313 0 0 1 0 5 3 20 0 6 0 67933593 10212057088 4582 33554432000 4194304 4196468 140734562249744 140734562232288 139822441828087 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
/proc/5142/statm: 2493178 4582 1930 1 0 2481616 0
[pid=5142/tid=5195] ppid=5139 vsize=9972712 memory=4718545630382498451 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5195/stat : 5195 (java) R 5139 5142 4192 0 -1 4202560 2035 13313 0 0 0 0 5 3 20 0 6 0 67933602 10212057088 4582 33554432000 4194304 4196468 140734562249744 139822413664848 139822427510613 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5196] ppid=5139 vsize=9972712 memory=5793855630402865593 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5196/stat : 5196 (java) S 5139 5142 4192 0 -1 1077944384 1 13313 0 0 0 0 5 3 20 0 6 0 67933603 10212057088 4582 33554432000 4194304 4196468 140734562249744 139822446070160 139822441838293 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5197] ppid=5139 vsize=9972712 memory=140379392972416 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5197/stat : 5197 (java) S 5139 5142 4192 0 -1 1077944384 1 13313 0 0 0 0 5 3 20 0 6 0 67933603 10212057088 4582 33554432000 4194304 4196468 140734562249744 139822334343440 139822441838293 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5198] ppid=5139 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5198/stat : 5198 (java) S 5139 5142 4192 0 -1 1077944384 2 13313 0 0 0 0 5 3 20 0 6 0 67933603 10212057088 4582 33554432000 4194304 4196468 140734562249744 139822333291152 139822441838293 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5199] ppid=5139 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5199/stat : 5199 (java) S 5139 5142 4192 0 -1 1077944384 2 13313 0 0 0 0 5 3 20 0 6 0 67933603 10212057088 4582 33554432000 4194304 4196468 140734562249744 139822332238352 139822441838293 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210143 s]*
/proc/loadavg: 1.31 1.38 1.45 3/218 5208
/proc/meminfo: memFree=18598156/32770624 swapFree=67108860/67108860
[pid=5142] ppid=5139 vsize=10818904 memory=42356 CPUtime=0.26 cores=0,2,4,6
/proc/5142/stat : 5142 (java) S 5139 5142 4192 0 -1 1077944320 7821 13313 0 0 17 1 5 3 20 0 15 0 67933593 11078557696 10589 33554432000 4194304 4196468 140734562249744 140734562232288 139822441828087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
/proc/5142/statm: 2704726 10589 2966 1 0 2667149 0
[pid=5142/tid=5195] ppid=5139 vsize=10819896 memory=-2899909650764262549 CPUtime=0.19 cores=0,2,4,6
/proc/5142/task/5195/stat : 5195 (java) R 5139 5142 4192 0 -1 4202560 4662 13313 0 0 10 1 5 3 20 0 15 0 67933602 11079573504 10787 33554432000 4194304 4196468 140734562249744 139822413652896 139822434507805 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5196] ppid=5139 vsize=10819896 memory=4211974105597762954 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5196/stat : 5196 (java) S 5139 5142 4192 0 -1 1077944384 1 13313 0 0 0 0 5 3 20 0 15 0 67933603 11079573504 10853 33554432000 4194304 4196468 140734562249744 139822446070160 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5197] ppid=5139 vsize=10819896 memory=140379392972416 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5197/stat : 5197 (java) S 5139 5142 4192 0 -1 1077944384 1 13313 0 0 0 0 5 3 20 0 15 0 67933603 11079573504 10853 33554432000 4194304 4196468 140734562249744 139822334343440 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5198] ppid=5139 vsize=10821524 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5198/stat : 5198 (java) S 5139 5142 4192 0 -1 1077944384 2 13313 0 0 0 0 5 3 20 0 15 0 67933603 11081240576 10853 33554432000 4194304 4196468 140734562249744 139822333291152 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5199] ppid=5139 vsize=10821524 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5199/stat : 5199 (java) S 5139 5142 4192 0 -1 1077944384 2 13313 0 0 0 0 5 3 20 0 15 0 67933603 11081240576 10853 33554432000 4194304 4196468 140734562249744 139822332238352 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5200] ppid=5139 vsize=10821524 memory=140379392972416 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5200/stat : 5200 (java) S 5139 5142 4192 0 -1 1077944384 2 13313 0 0 0 0 5 3 20 0 15 0 67933605 11081240576 10853 33554432000 4194304 4196468 140734562249744 139821901097584 139822441839234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5201] ppid=5139 vsize=10821524 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5201/stat : 5201 (java) S 5139 5142 4192 0 -1 1077944384 33 13313 0 0 0 0 5 3 20 0 15 0 67933605 11081240576 10919 33554432000 4194304 4196468 140734562249744 139821900043552 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5202] ppid=5139 vsize=10821524 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5202/stat : 5202 (java) S 5139 5142 4192 0 -1 1077944384 1 13313 0 0 0 0 5 3 20 0 15 0 67933605 11081240576 10919 33554432000 4194304 4196468 140734562249744 139821318137456 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5203] ppid=5139 vsize=10821524 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5203/stat : 5203 (java) S 5139 5142 4192 0 -1 1077944384 3 13313 0 0 0 0 5 3 20 0 15 0 67933608 11081240576 10919 33554432000 4194304 4196468 140734562249744 139821010737744 139822441846683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5204] ppid=5139 vsize=10821524 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5142/task/5204/stat : 5204 (java) S 5139 5142 4192 0 -1 1077944384 536 13313 0 0 1 0 5 3 20 0 15 0 67933608 11081240576 10919 33554432000 4194304 4196468 140734562249744 139821866485872 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5205] ppid=5139 vsize=10821524 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5205/stat : 5205 (java) S 5139 5142 4192 0 -1 1077944384 55 13313 0 0 0 0 5 3 20 0 15 0 67933608 11081240576 10985 33554432000 4194304 4196468 140734562249744 139821865433072 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5206] ppid=5139 vsize=10821524 memory=140379392972416 CPUtime=0.11 cores=0,2,4,6
/proc/5142/task/5206/stat : 5206 (java) S 5139 5142 4192 0 -1 1077944384 546 13313 0 0 3 0 5 3 20 0 15 0 67933608 11081240576 10985 33554432000 4194304 4196468 140734562249744 139821864380784 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5207] ppid=5139 vsize=10821524 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5207/stat : 5207 (java) S 5139 5142 4192 0 -1 1077944384 3 13313 0 0 0 0 5 3 20 0 15 0 67933608 11081240576 10985 33554432000 4194304 4196468 140734562249744 139820977179104 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5208] ppid=5139 vsize=10821524 memory=140379392972416 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5208/stat : 5208 (java) S 5139 5142 4192 0 -1 1077944384 1 13313 0 0 0 0 5 3 20 0 15 0 67933608 11081240576 10985 33554432000 4194304 4196468 140734562249744 139821863328688 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42356 KiB

[startup+0.310546 s]*
/proc/loadavg: 1.31 1.38 1.45 3/218 5208
/proc/meminfo: memFree=18586620/32770624 swapFree=67108860/67108860
[pid=5142] ppid=5139 vsize=10819352 memory=52988 CPUtime=0.38 cores=0,2,4,6
/proc/5142/stat : 5142 (java) S 5139 5142 4192 0 -1 1077944320 10309 13313 0 0 28 2 5 3 20 0 15 0 67933593 11079016448 13247 33554432000 4194304 4196468 140734562249744 140734562232288 139822441828087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
/proc/5142/statm: 2704838 13247 3085 1 0 2667149 0
[pid=5142/tid=5195] ppid=5139 vsize=10819352 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/5142/task/5195/stat : 5195 (java) R 5139 5142 4192 0 -1 4202560 6932 13313 0 0 19 2 5 3 20 0 15 0 67933602 11079016448 13247 33554432000 4194304 4196468 140734562249744 139822413640096 139822425908574 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5196] ppid=5139 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5196/stat : 5196 (java) S 5139 5142 4192 0 -1 1077944384 1 13313 0 0 0 0 5 3 20 0 15 0 67933603 11079016448 13247 33554432000 4194304 4196468 140734562249744 139822446070160 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5197] ppid=5139 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5197/stat : 5197 (java) S 5139 5142 4192 0 -1 1077944384 1 13313 0 0 0 0 5 3 20 0 15 0 67933603 11079016448 13247 33554432000 4194304 4196468 140734562249744 139822334343440 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5198] ppid=5139 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5198/stat : 5198 (java) S 5139 5142 4192 0 -1 1077944384 2 13313 0 0 0 0 5 3 20 0 15 0 67933603 11079016448 13247 33554432000 4194304 4196468 140734562249744 139822333291152 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5199] ppid=5139 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5199/stat : 5199 (java) S 5139 5142 4192 0 -1 1077944384 2 13313 0 0 0 0 5 3 20 0 15 0 67933603 11079016448 13247 33554432000 4194304 4196468 140734562249744 139822332238352 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5200] ppid=5139 vsize=10819352 memory=140379392972415 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5200/stat : 5200 (java) S 5139 5142 4192 0 -1 1077944384 2 13313 0 0 0 0 5 3 20 0 15 0 67933605 11079016448 13247 33554432000 4194304 4196468 140734562249744 139821901097584 139822441839234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5201] ppid=5139 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5201/stat : 5201 (java) S 5139 5142 4192 0 -1 1077944384 33 13313 0 0 0 0 5 3 20 0 15 0 67933605 11079016448 13247 33554432000 4194304 4196468 140734562249744 139821900043552 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5202] ppid=5139 vsize=10819352 memory=140379392972416 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5202/stat : 5202 (java) S 5139 5142 4192 0 -1 1077944384 1 13313 0 0 0 0 5 3 20 0 15 0 67933605 11079016448 13247 33554432000 4194304 4196468 140734562249744 139821318137456 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5203] ppid=5139 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5203/stat : 5203 (java) S 5139 5142 4192 0 -1 1077944384 3 13313 0 0 0 0 5 3 20 0 15 0 67933608 11079016448 13247 33554432000 4194304 4196468 140734562249744 139821010737744 139822441846683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5204] ppid=5139 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/5142/task/5204/stat : 5204 (java) S 5139 5142 4192 0 -1 1077944384 537 13313 0 0 2 0 5 3 20 0 15 0 67933608 11079016448 13247 33554432000 4194304 4196468 140734562249744 139821866485872 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5205] ppid=5139 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/5142/task/5205/stat : 5205 (java) R 5139 5142 4192 0 -1 1077944384 55 13313 0 0 1 0 5 3 20 0 15 0 67933608 11079016448 13247 33554432000 4194304 4196468 140734562249744 139821865433072 139822441839234 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5206] ppid=5139 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/5142/task/5206/stat : 5206 (java) S 5139 5142 4192 0 -1 1077944384 551 13313 0 0 5 0 5 3 20 0 15 0 67933608 11079016448 13247 33554432000 4194304 4196468 140734562249744 139821864380784 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5207] ppid=5139 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5207/stat : 5207 (java) S 5139 5142 4192 0 -1 1077944384 3 13313 0 0 0 0 5 3 20 0 15 0 67933608 11079016448 13247 33554432000 4194304 4196468 140734562249744 139820977179104 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5208] ppid=5139 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5208/stat : 5208 (java) S 5139 5142 4192 0 -1 1077944384 1 13313 0 0 0 0 5 3 20 0 15 0 67933608 11079016448 13247 33554432000 4194304 4196468 140734562249744 139821863328688 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52988 KiB

[startup+0.700741 s]
/proc/loadavg: 1.31 1.38 1.45 4/218 5208
/proc/meminfo: memFree=18575828/32770624 swapFree=67108860/67108860
[pid=5142] ppid=5139 vsize=10819352 memory=84904 CPUtime=1 cores=0,2,4,6
/proc/5142/stat : 5142 (java) S 5139 5142 4192 0 -1 1077944320 16410 13313 0 0 87 5 5 3 20 0 15 0 67933593 11079016448 21226 33554432000 4194304 4196468 140734562249744 140734562232288 139822441828087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
/proc/5142/statm: 2704838 21226 3237 1 0 2667149 0
[pid=5142/tid=5195] ppid=5139 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/5142/task/5195/stat : 5195 (java) R 5139 5142 4192 0 -1 4202560 12045 13313 0 0 55 4 5 3 20 0 15 0 67933602 11079016448 21226 33554432000 4194304 4196468 140734562249744 139822413650608 139822441850013 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5196] ppid=5139 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5196/stat : 5196 (java) S 5139 5142 4192 0 -1 1077944384 1 13313 0 0 0 0 5 3 20 0 15 0 67933603 11079016448 21226 33554432000 4194304 4196468 140734562249744 139822446070160 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5197] ppid=5139 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5197/stat : 5197 (java) S 5139 5142 4192 0 -1 1077944384 1 13313 0 0 0 0 5 3 20 0 15 0 67933603 11079016448 21226 33554432000 4194304 4196468 140734562249744 139822334343440 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5198] ppid=5139 vsize=10819352 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5198/stat : 5198 (java) S 5139 5142 4192 0 -1 1077944384 2 13313 0 0 0 0 5 3 20 0 15 0 67933603 11079016448 21226 33554432000 4194304 4196468 140734562249744 139822333291152 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5199] ppid=5139 vsize=10819352 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5199/stat : 5199 (java) S 5139 5142 4192 0 -1 1077944384 2 13313 0 0 0 0 5 3 20 0 15 0 67933603 11079016448 21226 33554432000 4194304 4196468 140734562249744 139822332238352 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5200] ppid=5139 vsize=10819352 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5200/stat : 5200 (java) R 5139 5142 4192 0 -1 4202560 5 13313 0 0 0 0 5 3 20 0 15 0 67933605 11079016448 21226 33554432000 4194304 4196468 140734562249744 139821901097584 139822441849434 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5201] ppid=5139 vsize=10819352 memory=140379261248752 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5201/stat : 5201 (java) S 5139 5142 4192 0 -1 1077944384 33 13313 0 0 0 0 5 3 20 0 15 0 67933605 11079016448 21226 33554432000 4194304 4196468 140734562249744 139821900043552 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5202] ppid=5139 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5202/stat : 5202 (java) S 5139 5142 4192 0 -1 1077944384 1 13313 0 0 0 0 5 3 20 0 15 0 67933605 11079016448 21226 33554432000 4194304 4196468 140734562249744 139821318137456 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5203] ppid=5139 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5203/stat : 5203 (java) S 5139 5142 4192 0 -1 1077944384 3 13313 0 0 0 0 5 3 20 0 15 0 67933608 11079016448 21226 33554432000 4194304 4196468 140734562249744 139821010737744 139822441846683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5204] ppid=5139 vsize=10819352 memory=6944656575208382560 CPUtime=0.17 cores=0,2,4,6
/proc/5142/task/5204/stat : 5204 (java) S 5139 5142 4192 0 -1 1077944384 1078 13313 0 0 9 0 5 3 20 0 15 0 67933608 11079016448 21226 33554432000 4194304 4196468 140734562249744 139821866485872 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5205] ppid=5139 vsize=10819352 memory=6656426216303648864 CPUtime=0.15 cores=0,2,4,6
/proc/5142/task/5205/stat : 5205 (java) S 5139 5142 4192 0 -1 1077944384 440 13313 0 0 7 0 5 3 20 0 15 0 67933608 11079016448 21226 33554432000 4194304 4196468 140734562249744 139821865433072 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5206] ppid=5139 vsize=10819352 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/5142/task/5206/stat : 5206 (java) S 5139 5142 4192 0 -1 1077944384 604 13313 0 0 13 0 5 3 20 0 15 0 67933608 11079016448 21226 33554432000 4194304 4196468 140734562249744 139821864380784 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5207] ppid=5139 vsize=10819352 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5207/stat : 5207 (java) S 5139 5142 4192 0 -1 1077944384 3 13313 0 0 0 0 5 3 20 0 15 0 67933608 11079016448 21226 33554432000 4194304 4196468 140734562249744 139820977179104 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5208] ppid=5139 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5208/stat : 5208 (java) S 5139 5142 4192 0 -1 1077944384 1 13313 0 0 0 0 5 3 20 0 15 0 67933608 11079016448 21226 33554432000 4194304 4196468 140734562249744 139821863328688 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84904 KiB

[startup+1.50581 s]
/proc/loadavg: 1.31 1.38 1.45 3/218 5208
/proc/meminfo: memFree=18531052/32770624 swapFree=67108860/67108860
[pid=5142] ppid=5139 vsize=10830156 memory=240776 CPUtime=2.8 cores=0,2,4,6
/proc/5142/stat : 5142 (java) S 5139 5142 4192 0 -1 1077944320 22917 13313 0 0 262 10 5 3 20 0 15 0 67933593 11090079744 60194 33554432000 4194304 4196468 140734562249744 140734562232288 139822441828087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
/proc/5142/statm: 2707539 60194 3467 1 0 2669197 0
[pid=5142/tid=5195] ppid=5139 vsize=10830156 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/5142/task/5195/stat : 5195 (java) R 5139 5142 4192 0 -1 4202560 15582 13313 0 0 130 7 5 3 20 0 15 0 67933602 11090079744 60194 33554432000 4194304 4196468 140734562249744 139822413660672 139822427521496 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5196] ppid=5139 vsize=10830156 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5196/stat : 5196 (java) S 5139 5142 4192 0 -1 1077944384 37 13313 0 0 0 0 5 3 20 0 15 0 67933603 11090079744 60194 33554432000 4194304 4196468 140734562249744 139822446070160 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5197] ppid=5139 vsize=10830156 memory=20512 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5197/stat : 5197 (java) S 5139 5142 4192 0 -1 1077944384 3 13313 0 0 0 0 5 3 20 0 15 0 67933603 11090079744 60194 33554432000 4194304 4196468 140734562249744 139822334343440 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5198] ppid=5139 vsize=10830156 memory=1292 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5198/stat : 5198 (java) S 5139 5142 4192 0 -1 1077944384 25 13313 0 0 0 0 5 3 20 0 15 0 67933603 11090079744 60194 33554432000 4194304 4196468 140734562249744 139822333291152 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5199] ppid=5139 vsize=10830156 memory=98552 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5199/stat : 5199 (java) S 5139 5142 4192 0 -1 1077944384 304 13313 0 0 0 0 5 3 20 0 15 0 67933603 11090079744 60194 33554432000 4194304 4196468 140734562249744 139822332238352 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5200] ppid=5139 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5200/stat : 5200 (java) S 5139 5142 4192 0 -1 1077944384 94 13313 0 0 0 0 5 3 20 0 15 0 67933605 11090079744 60194 33554432000 4194304 4196468 140734562249744 139821901097584 139822441839234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5201] ppid=5139 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5201/stat : 5201 (java) S 5139 5142 4192 0 -1 1077944384 33 13313 0 0 0 0 5 3 20 0 15 0 67933605 11090079744 60194 33554432000 4194304 4196468 140734562249744 139821900043552 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5202] ppid=5139 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5202/stat : 5202 (java) S 5139 5142 4192 0 -1 1077944384 2 13313 0 0 0 0 5 3 20 0 15 0 67933605 11090079744 60194 33554432000 4194304 4196468 140734562249744 139821318137456 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5203] ppid=5139 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5203/stat : 5203 (java) S 5139 5142 4192 0 -1 1077944384 3 13313 0 0 0 0 5 3 20 0 15 0 67933608 11090079744 60194 33554432000 4194304 4196468 140734562249744 139821010737744 139822441846683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5204] ppid=5139 vsize=10830156 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/5142/task/5204/stat : 5204 (java) S 5139 5142 4192 0 -1 1077944384 1802 13313 0 0 47 0 5 3 20 0 15 0 67933608 11090079744 60194 33554432000 4194304 4196468 140734562249744 139821866485872 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5205] ppid=5139 vsize=10830156 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/5142/task/5205/stat : 5205 (java) S 5139 5142 4192 0 -1 1077944384 1114 13313 0 0 44 0 5 3 20 0 15 0 67933608 11090079744 60194 33554432000 4194304 4196468 140734562249744 139821865433072 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5206] ppid=5139 vsize=10830156 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/5142/task/5206/stat : 5206 (java) S 5139 5142 4192 0 -1 1077944384 1723 13313 0 0 36 0 5 3 20 0 15 0 67933608 11090079744 60194 33554432000 4194304 4196468 140734562249744 139821864380784 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5207] ppid=5139 vsize=10830156 memory=288230596050944315 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5207/stat : 5207 (java) S 5139 5142 4192 0 -1 1077944384 3 13313 0 0 0 0 5 3 20 0 15 0 67933608 11090079744 60194 33554432000 4194304 4196468 140734562249744 139820977179104 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5208] ppid=5139 vsize=10830156 memory=16100360058046859 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5208/stat : 5208 (java) S 5139 5142 4192 0 -1 1077944384 1 13313 0 0 0 0 5 3 20 0 15 0 67933608 11090079744 60194 33554432000 4194304 4196468 140734562249744 139821863328688 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
Current children cumulated CPU time: 2.8 s

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

/proc/5142/task/5195/stat : 5195 (java) R 5139 5142 4192 0 -1 4202560 121198 13313 0 0 231528 54 5 3 20 0 15 0 67933602 11176083456 465274 33554432000 4194304 4196468 140734562249744 139822413657440 139822009551528 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5196] ppid=5139 vsize=10914144 memory=1861096 CPUtime=2.86 cores=0,2,4,6
/proc/5142/task/5196/stat : 5196 (java) S 5139 5142 4192 0 -1 1077944384 16553 13313 0 0 259 19 5 3 20 0 15 0 67933603 11176083456 465274 33554432000 4194304 4196468 140734562249744 139822446070160 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5197] ppid=5139 vsize=10914144 memory=1861096 CPUtime=2.87 cores=0,2,4,6
/proc/5142/task/5197/stat : 5197 (java) S 5139 5142 4192 0 -1 1077944384 17545 13313 0 0 260 19 5 3 20 0 15 0 67933603 11176083456 465274 33554432000 4194304 4196468 140734562249744 139822334343440 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5198] ppid=5139 vsize=10914144 memory=1861096 CPUtime=2.87 cores=0,2,4,6
/proc/5142/task/5198/stat : 5198 (java) S 5139 5142 4192 0 -1 1077944384 16741 13313 0 0 258 21 5 3 20 0 15 0 67933603 11176083456 465274 33554432000 4194304 4196468 140734562249744 139822333291152 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5199] ppid=5139 vsize=10914144 memory=0 CPUtime=2.88 cores=0,2,4,6
/proc/5142/task/5199/stat : 5199 (java) S 5139 5142 4192 0 -1 1077944384 27698 13313 0 0 260 20 5 3 20 0 15 0 67933603 11176083456 465274 33554432000 4194304 4196468 140734562249744 139822332238352 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5200] ppid=5139 vsize=10914144 memory=1861096 CPUtime=2.65 cores=0,2,4,6
/proc/5142/task/5200/stat : 5200 (java) S 5139 5142 4192 0 -1 1077944384 19951 13313 0 0 242 15 5 3 20 0 15 0 67933605 11176083456 465274 33554432000 4194304 4196468 140734562249744 139821901097584 139822441839234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5201] ppid=5139 vsize=10914144 memory=1861096 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5201/stat : 5201 (java) S 5139 5142 4192 0 -1 1077944384 44 13313 0 0 0 0 5 3 20 0 15 0 67933605 11176083456 465274 33554432000 4194304 4196468 140734562249744 139821900043680 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5202] ppid=5139 vsize=10914144 memory=1861096 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5202/stat : 5202 (java) S 5139 5142 4192 0 -1 1077944384 6 13313 0 0 0 0 5 3 20 0 15 0 67933605 11176083456 465274 33554432000 4194304 4196468 140734562249744 139821318137472 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5203] ppid=5139 vsize=10914144 memory=1861096 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5203/stat : 5203 (java) S 5139 5142 4192 0 -1 1077944384 3 13313 0 0 0 0 5 3 20 0 15 0 67933608 11176083456 465274 33554432000 4194304 4196468 140734562249744 139821010737744 139822441846683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5204] ppid=5139 vsize=10914144 memory=1861096 CPUtime=4.57 cores=0,2,4,6
/proc/5142/task/5204/stat : 5204 (java) S 5139 5142 4192 0 -1 1077944384 42522 13313 0 0 442 7 5 3 20 0 15 0 67933608 11176083456 465274 33554432000 4194304 4196468 140734562249744 139821866485872 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5205] ppid=5139 vsize=10914144 memory=8112282956445269571 CPUtime=4.81 cores=0,2,4,6
/proc/5142/task/5205/stat : 5205 (java) S 5139 5142 4192 0 -1 1077944384 46361 13313 0 0 469 4 5 3 20 0 15 0 67933608 11176083456 465274 33554432000 4194304 4196468 140734562249744 139821865433072 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5206] ppid=5139 vsize=10914144 memory=1861096 CPUtime=1.95 cores=0,2,4,6
/proc/5142/task/5206/stat : 5206 (java) S 5139 5142 4192 0 -1 1077944384 33792 13313 0 0 181 6 5 3 20 0 15 0 67933608 11176083456 465274 33554432000 4194304 4196468 140734562249744 139821864380784 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5207] ppid=5139 vsize=10914144 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5207/stat : 5207 (java) S 5139 5142 4192 0 -1 1077944384 3 13313 0 0 0 0 5 3 20 0 15 0 67933608 11176083456 465274 33554432000 4194304 4196468 140734562249744 139820977179104 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5208] ppid=5139 vsize=10914144 memory=1861096 CPUtime=1.51 cores=0,2,4,6
/proc/5142/task/5208/stat : 5208 (java) S 5139 5142 4192 0 -1 1077944384 2527 13313 0 0 74 69 5 3 20 0 15 0 67933608 11176083456 465274 33554432000 4194304 4196468 140734562249744 139821863328688 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
Current children cumulated CPU time: 2342.26 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1861096 KiB

[startup+2382.3 s]
/proc/loadavg: 2.06 1.61 1.58 3/218 5560
/proc/meminfo: memFree=14185156/32770624 swapFree=67108860/67108860
[pid=5142] ppid=5139 vsize=10914144 memory=1863196 CPUtime=2402.56 cores=0,2,4,6
/proc/5142/stat : 5142 (java) S 5139 5142 4192 0 -1 1077944320 349248 13313 0 0 240040 208 5 3 20 0 15 0 67933593 11176083456 465799 33554432000 4194304 4196468 140734562249744 140734562232288 139822441828087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
/proc/5142/statm: 2728536 465799 3525 1 0 2690189 0
[pid=5142/tid=5195] ppid=5139 vsize=10914144 memory=0 CPUtime=2375.64 cores=0,2,4,6
/proc/5142/task/5195/stat : 5195 (java) R 5139 5142 4192 0 -1 4202560 121995 13313 0 0 237501 55 5 3 20 0 15 0 67933602 11176083456 465799 33554432000 4194304 4196468 140734562249744 139822413656080 139822009549307 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5196] ppid=5139 vsize=10914144 memory=1863196 CPUtime=2.96 cores=0,2,4,6
/proc/5142/task/5196/stat : 5196 (java) S 5139 5142 4192 0 -1 1077944384 16586 13313 0 0 269 19 5 3 20 0 15 0 67933603 11176083456 465799 33554432000 4194304 4196468 140734562249744 139822446070160 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5197] ppid=5139 vsize=10914144 memory=1863196 CPUtime=2.97 cores=0,2,4,6
/proc/5142/task/5197/stat : 5197 (java) S 5139 5142 4192 0 -1 1077944384 17917 13313 0 0 270 19 5 3 20 0 15 0 67933603 11176083456 465799 33554432000 4194304 4196468 140734562249744 139822334343440 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5198] ppid=5139 vsize=10914144 memory=1863196 CPUtime=2.97 cores=0,2,4,6
/proc/5142/task/5198/stat : 5198 (java) S 5139 5142 4192 0 -1 1077944384 17067 13313 0 0 268 21 5 3 20 0 15 0 67933603 11176083456 465799 33554432000 4194304 4196468 140734562249744 139822333291152 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5199] ppid=5139 vsize=10914144 memory=1863196 CPUtime=2.99 cores=0,2,4,6
/proc/5142/task/5199/stat : 5199 (java) S 5139 5142 4192 0 -1 1077944384 27856 13313 0 0 270 21 5 3 20 0 15 0 67933603 11176083456 465799 33554432000 4194304 4196468 140734562249744 139822332238352 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5200] ppid=5139 vsize=10914144 memory=1863196 CPUtime=2.75 cores=0,2,4,6
/proc/5142/task/5200/stat : 5200 (java) S 5139 5142 4192 0 -1 1077944384 20312 13313 0 0 252 15 5 3 20 0 15 0 67933605 11176083456 465799 33554432000 4194304 4196468 140734562249744 139821901097584 139822441839234 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5201] ppid=5139 vsize=10914144 memory=1863196 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5201/stat : 5201 (java) S 5139 5142 4192 0 -1 1077944384 44 13313 0 0 0 0 5 3 20 0 15 0 67933605 11176083456 465799 33554432000 4194304 4196468 140734562249744 139821900043680 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5202] ppid=5139 vsize=10914144 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5202/stat : 5202 (java) S 5139 5142 4192 0 -1 1077944384 6 13313 0 0 0 0 5 3 20 0 15 0 67933605 11176083456 465799 33554432000 4194304 4196468 140734562249744 139821318137472 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5203] ppid=5139 vsize=10914144 memory=1948 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5203/stat : 5203 (java) S 5139 5142 4192 0 -1 1077944384 3 13313 0 0 0 0 5 3 20 0 15 0 67933608 11176083456 465799 33554432000 4194304 4196468 140734562249744 139821010737744 139822441846683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5204] ppid=5139 vsize=10914144 memory=1863196 CPUtime=4.57 cores=0,2,4,6
/proc/5142/task/5204/stat : 5204 (java) S 5139 5142 4192 0 -1 1077944384 42526 13313 0 0 442 7 5 3 20 0 15 0 67933608 11176083456 465799 33554432000 4194304 4196468 140734562249744 139821866485872 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5205] ppid=5139 vsize=10914144 memory=1863196 CPUtime=4.81 cores=0,2,4,6
/proc/5142/task/5205/stat : 5205 (java) S 5139 5142 4192 0 -1 1077944384 46365 13313 0 0 469 4 5 3 20 0 15 0 67933608 11176083456 465799 33554432000 4194304 4196468 140734562249744 139821865433072 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5206] ppid=5139 vsize=10914144 memory=1800 CPUtime=1.95 cores=0,2,4,6
/proc/5142/task/5206/stat : 5206 (java) S 5139 5142 4192 0 -1 1077944384 33796 13313 0 0 181 6 5 3 20 0 15 0 67933608 11176083456 465799 33554432000 4194304 4196468 140734562249744 139821864380784 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5207] ppid=5139 vsize=10914144 memory=916 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5207/stat : 5207 (java) S 5139 5142 4192 0 -1 1077944384 3 13313 0 0 0 0 5 3 20 0 15 0 67933608 11176083456 465799 33554432000 4194304 4196468 140734562249744 139820977179104 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5208] ppid=5139 vsize=10914144 memory=1863196 CPUtime=1.54 cores=0,2,4,6
/proc/5142/task/5208/stat : 5208 (java) S 5139 5142 4192 0 -1 1077944384 2581 13313 0 0 76 70 5 3 20 0 15 0 67933608 11176083456 465799 33554432000 4194304 4196468 140734562249744 139821863328688 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
Current children cumulated CPU time: 2402.56 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1863196 KiB

[startup+2442.3 s]
/proc/loadavg: 1.81 1.62 1.58 3/218 5561
/proc/meminfo: memFree=13923608/32770624 swapFree=67108860/67108860
[pid=5142] ppid=5139 vsize=10914144 memory=1863260 CPUtime=2462.87 cores=0,2,4,6
/proc/5142/stat : 5142 (java) S 5139 5142 4192 0 -1 1077944320 352485 13313 0 0 246068 211 5 3 20 0 15 0 67933593 11176083456 465815 33554432000 4194304 4196468 140734562249744 140734562232288 139822441828087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
/proc/5142/statm: 2728536 465815 3525 1 0 2690189 0
[pid=5142/tid=5195] ppid=5139 vsize=10914144 memory=1863260 CPUtime=2435.39 cores=0,2,4,6
/proc/5142/task/5195/stat : 5195 (java) R 5139 5142 4192 0 -1 4202560 123090 13313 0 0 243476 55 5 3 20 0 15 0 67933602 11176083456 465815 33554432000 4194304 4196468 140734562249744 139822413659616 139822009549316 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5196] ppid=5139 vsize=10914144 memory=55 CPUtime=3.06 cores=0,2,4,6
/proc/5142/task/5196/stat : 5196 (java) S 5139 5142 4192 0 -1 1077944384 16922 13313 0 0 279 19 5 3 20 0 15 0 67933603 11176083456 465815 33554432000 4194304 4196468 140734562249744 139822446070160 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5197] ppid=5139 vsize=10914144 memory=1863236 CPUtime=3.08 cores=0,2,4,6
/proc/5142/task/5197/stat : 5197 (java) S 5139 5142 4192 0 -1 1077944384 18099 13313 0 0 280 20 5 3 20 0 15 0 67933603 11176083456 465815 33554432000 4194304 4196468 140734562249744 139822334343440 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5198] ppid=5139 vsize=10914144 memory=1832 CPUtime=3.08 cores=0,2,4,6
/proc/5142/task/5198/stat : 5198 (java) S 5139 5142 4192 0 -1 1077944384 17449 13313 0 0 278 22 5 3 20 0 15 0 67933603 11176083456 465815 33554432000 4194304 4196468 140734562249744 139822333291152 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5199] ppid=5139 vsize=10914144 memory=1863260 CPUtime=3.1 cores=0,2,4,6
/proc/5142/task/5199/stat : 5199 (java) S 5139 5142 4192 0 -1 1077944384 27962 13313 0 0 280 22 5 3 20 0 15 0 67933603 11176083456 465815 33554432000 4194304 4196468 140734562249744 139822332238352 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5200] ppid=5139 vsize=10914144 memory=1863260 CPUtime=2.85 cores=0,2,4,6
/proc/5142/task/5200/stat : 5200 (java) S 5139 5142 4192 0 -1 1077944384 20676 13313 0 0 261 16 5 3 20 0 15 0 67933605 11176083456 465815 33554432000 4194304 4196468 140734562249744 139821901097584 139822441839234 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5201] ppid=5139 vsize=10914144 memory=1863260 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5201/stat : 5201 (java) S 5139 5142 4192 0 -1 1077944384 44 13313 0 0 0 0 5 3 20 0 15 0 67933605 11176083456 465815 33554432000 4194304 4196468 140734562249744 139821900043680 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5202] ppid=5139 vsize=10914144 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5202/stat : 5202 (java) S 5139 5142 4192 0 -1 1077944384 6 13313 0 0 0 0 5 3 20 0 15 0 67933605 11176083456 465815 33554432000 4194304 4196468 140734562249744 139821318137472 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5203] ppid=5139 vsize=10914144 memory=1863260 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5203/stat : 5203 (java) S 5139 5142 4192 0 -1 1077944384 3 13313 0 0 0 0 5 3 20 0 15 0 67933608 11176083456 465815 33554432000 4194304 4196468 140734562249744 139821010737744 139822441846683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5204] ppid=5139 vsize=10914144 memory=1704 CPUtime=4.57 cores=0,2,4,6
/proc/5142/task/5204/stat : 5204 (java) S 5139 5142 4192 0 -1 1077944384 42857 13313 0 0 442 7 5 3 20 0 15 0 67933608 11176083456 465815 33554432000 4194304 4196468 140734562249744 139821866485872 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5205] ppid=5139 vsize=10914144 memory=1863240 CPUtime=4.81 cores=0,2,4,6
/proc/5142/task/5205/stat : 5205 (java) S 5139 5142 4192 0 -1 1077944384 46491 13313 0 0 469 4 5 3 20 0 15 0 67933608 11176083456 465815 33554432000 4194304 4196468 140734562249744 139821865433072 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5206] ppid=5139 vsize=10914144 memory=1863260 CPUtime=1.95 cores=0,2,4,6
/proc/5142/task/5206/stat : 5206 (java) S 5139 5142 4192 0 -1 1077944384 34078 13313 0 0 181 6 5 3 20 0 15 0 67933608 11176083456 465815 33554432000 4194304 4196468 140734562249744 139821864380784 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5207] ppid=5139 vsize=10914144 memory=20728 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5207/stat : 5207 (java) S 5139 5142 4192 0 -1 1077944384 3 13313 0 0 0 0 5 3 20 0 15 0 67933608 11176083456 465815 33554432000 4194304 4196468 140734562249744 139820977179104 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5208] ppid=5139 vsize=10914144 memory=12460 CPUtime=1.59 cores=0,2,4,6
/proc/5142/task/5208/stat : 5208 (java) S 5139 5142 4192 0 -1 1077944384 2614 13313 0 0 79 72 5 3 20 0 15 0 67933608 11176083456 465815 33554432000 4194304 4196468 140734562249744 139821863328688 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
Current children cumulated CPU time: 2462.87 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1863260 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2499.2 s]
/proc/loadavg: 1.78 1.65 1.60 3/219 5570
/proc/meminfo: memFree=13921372/32770624 swapFree=67108860/67108860
[pid=5142] ppid=5139 vsize=10914144 memory=1863292 CPUtime=2520 cores=0,2,4,6
/proc/5142/stat : 5142 (java) S 5139 5142 4192 0 -1 1077944320 354580 13313 0 0 251778 214 5 3 20 0 15 0 67933593 11176083456 465823 33554432000 4194304 4196468 140734562249744 140734562232288 139822441828087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
/proc/5142/statm: 2728536 465823 3525 1 0 2690189 0
[pid=5142/tid=5195] ppid=5139 vsize=10914144 memory=1863292 CPUtime=2492.11 cores=0,2,4,6
/proc/5142/task/5195/stat : 5195 (java) R 5139 5142 4192 0 -1 4202560 123908 13313 0 0 249148 55 5 3 20 0 15 0 67933602 11176083456 465823 33554432000 4194304 4196468 140734562249744 139822413655424 139822010944628 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5196] ppid=5139 vsize=10914144 memory=1224 CPUtime=3.14 cores=0,2,4,6
/proc/5142/task/5196/stat : 5196 (java) S 5139 5142 4192 0 -1 1077944384 16981 13313 0 0 287 19 5 3 20 0 15 0 67933603 11176083456 465823 33554432000 4194304 4196468 140734562249744 139822446070160 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5197] ppid=5139 vsize=10914144 memory=8112282956445269571 CPUtime=3.15 cores=0,2,4,6
/proc/5142/task/5197/stat : 5197 (java) S 5139 5142 4192 0 -1 1077944384 18484 13313 0 0 287 20 5 3 20 0 15 0 67933603 11176083456 465823 33554432000 4194304 4196468 140734562249744 139822334343440 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5198] ppid=5139 vsize=10914144 memory=4132 CPUtime=3.15 cores=0,2,4,6
/proc/5142/task/5198/stat : 5198 (java) S 5139 5142 4192 0 -1 1077944384 17760 13313 0 0 285 22 5 3 20 0 15 0 67933603 11176083456 465823 33554432000 4194304 4196468 140734562249744 139822333291152 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5199] ppid=5139 vsize=10914144 memory=20728 CPUtime=3.18 cores=0,2,4,6
/proc/5142/task/5199/stat : 5199 (java) S 5139 5142 4192 0 -1 1077944384 28071 13313 0 0 288 22 5 3 20 0 15 0 67933603 11176083456 465823 33554432000 4194304 4196468 140734562249744 139822332238352 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5200] ppid=5139 vsize=10914144 memory=1292 CPUtime=2.92 cores=0,2,4,6
/proc/5142/task/5200/stat : 5200 (java) S 5139 5142 4192 0 -1 1077944384 21039 13313 0 0 268 16 5 3 20 0 15 0 67933605 11176083456 465823 33554432000 4194304 4196468 140734562249744 139821901097584 139822441839234 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5201] ppid=5139 vsize=10914144 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5201/stat : 5201 (java) S 5139 5142 4192 0 -1 1077944384 44 13313 0 0 0 0 5 3 20 0 15 0 67933605 11176083456 465823 33554432000 4194304 4196468 140734562249744 139821900043680 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5202] ppid=5139 vsize=10914144 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5202/stat : 5202 (java) S 5139 5142 4192 0 -1 1077944384 6 13313 0 0 0 0 5 3 20 0 15 0 67933605 11176083456 465823 33554432000 4194304 4196468 140734562249744 139821318137472 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5203] ppid=5139 vsize=10914144 memory=12032 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5203/stat : 5203 (java) S 5139 5142 4192 0 -1 1077944384 3 13313 0 0 0 0 5 3 20 0 15 0 67933608 11176083456 465823 33554432000 4194304 4196468 140734562249744 139821010737744 139822441846683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5204] ppid=5139 vsize=10914144 memory=1008 CPUtime=4.57 cores=0,2,4,6
/proc/5142/task/5204/stat : 5204 (java) S 5139 5142 4192 0 -1 1077944384 42863 13313 0 0 442 7 5 3 20 0 15 0 67933608 11176083456 465823 33554432000 4194304 4196468 140734562249744 139821866485872 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5205] ppid=5139 vsize=10914144 memory=1704 CPUtime=4.81 cores=0,2,4,6
/proc/5142/task/5205/stat : 5205 (java) S 5139 5142 4192 0 -1 1077944384 46497 13313 0 0 469 4 5 3 20 0 15 0 67933608 11176083456 465823 33554432000 4194304 4196468 140734562249744 139821865433072 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5206] ppid=5139 vsize=10914144 memory=1424 CPUtime=1.95 cores=0,2,4,6
/proc/5142/task/5206/stat : 5206 (java) S 5139 5142 4192 0 -1 1077944384 34084 13313 0 0 181 6 5 3 20 0 15 0 67933608 11176083456 465823 33554432000 4194304 4196468 140734562249744 139821864380784 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5207] ppid=5139 vsize=10914144 memory=796 CPUtime=0.08 cores=0,2,4,6
/proc/5142/task/5207/stat : 5207 (java) S 5139 5142 4192 0 -1 1077944384 3 13313 0 0 0 0 5 3 20 0 15 0 67933608 11176083456 465823 33554432000 4194304 4196468 140734562249744 139820977179104 139822441838293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
[pid=5142/tid=5208] ppid=5139 vsize=10914144 memory=8544 CPUtime=1.63 cores=0,2,4,6
/proc/5142/task/5208/stat : 5208 (java) S 5139 5142 4192 0 -1 1077944384 2646 13313 0 0 81 74 5 3 20 0 15 0 67933608 11176083456 465823 33554432000 4194304 4196468 140734562249744 139821863328688 139822441839234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33419264 140734562257068 140734562260316 140734562260316 140734562262991 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1863292 KiB

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

[startup+2499.23 s]
# the end of solver process 5142 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.86 s, system=2.18893 s

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

Child status: 143
Real time (s): 2499.23
CPU time (s): 2520.05
CPU user time (s): 2517.86
CPU system time (s): 2.18893
CPU usage (%): 100.833
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 2105156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.86
system time used= 2.18893
maximum resident set size= 2106784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 369022
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114339
involuntary context switches= 4889


# summary of solver processes directly reported to runsolver:
#   pid: 5142
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2517.86
#   total CPU system time (s): 2.18893

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.642 second user time and 22.0433 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-25 09:28:24
IDJOB=4294943
IDBENCH=141447
IDSOLVER=2751
FILE ID=node132/4294943-1532503704
RUNJOBID= node132-1532498695-4223
PBS_JOBID= 21021589
Free space on /tmp= 52112 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-15-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-4294943-1532503704/watcher-4294943-1532503704 -o /tmp/evaluation-result-4294943-1532503704/solver-4294943-1532503704 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4223 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=565979220 -superng HOME/instance-4294943-1532503704.xml

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

MD5SUM BENCH= 57cb1bb20db45191d6ed694399d37744
RANDOM SEED=565979220

node132.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.65
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.65
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.65
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.65
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:        18625164 kB
MemAvailable:   29957608 kB
Buffers:          192640 kB
Cached:         11299716 kB
SwapCached:            0 kB
Active:          5116920 kB
Inactive:        8406904 kB
Active(anon):    1982212 kB
Inactive(anon):    69452 kB
Active(file):    3134708 kB
Inactive(file):  8337452 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             28864 kB
Writeback:             0 kB
AnonPages:       2038960 kB
Mapped:            52488 kB
Shmem:             17056 kB
Slab:             315916 kB
SReclaimable:     288744 kB
SUnreclaim:        27172 kB
KernelStack:        3568 kB
PageTables:         9284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2844028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1812480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52092 MiB
End job on node132 at 2018-07-25 10:10:04