Trace number 4304953

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.9.2? (TO) 2520.13 2453.75

General information on the benchmark

NameBibd/
Bibd-sc-09-03-09_c18.xml
MD5SUM14461c5e126fcf4565f37d2e3313bad0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.90115
Satisfiable
(Un)Satisfiability was proved
Number of variables9720
Number of constraints4042
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":4860}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":4860},{"degree":2,"count":3888},{"degree":11,"count":972}]
Minimum constraint arity3
Maximum constraint arity972
Distribution of constraint arities[{"arity":3,"count":3888},{"arity":9,"count":108},{"arity":108,"count":45},{"arity":972,"count":1}]
Number of extensional constraints0
Number of intensional constraints3888
Distribution of constraint types[{"type":"intension","count":3888},{"type":"lex","count":1},{"type":"sum","count":153}]
Optimization problemNO
Type of objective

Solver Data

0.96/0.77	c Concrete v3.9.2.1532736233296 running
2520.07/2453.70	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.07/2453.70		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.07/2453.70		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.07/2453.70		at concrete.BooleanDomain$UNKNOWNBoolean$.filter(BooleanDomain.scala:80)
2520.07/2453.70		at concrete.BooleanDomain$UNKNOWNBoolean$.filter(BooleanDomain.scala:12)
2520.07/2453.70		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.07/2453.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.07/2453.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.07/2453.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.07/2453.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.07/2453.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.07/2453.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.07/2453.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.07/2453.70		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.07/2453.70		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.07/2453.70		at scala.Option.map(Option.scala:146)
2520.07/2453.70		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.07/2453.70		at concrete.MAC.mac(MAC.scala:203)
2520.07/2453.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.07/2453.70		at scala.util.Try$.apply(Try.scala:209)
2520.07/2453.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.07/2453.70		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.07/2453.70		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.07/2453.70		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.07/2453.70		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.07/2453.70		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.07/2453.70		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.07/2453.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.07/2453.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.07/2453.70		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2453.70		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2453.70		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.07/2453.70		at concrete.ProblemState.map(ProblemState.scala:221)
2520.07/2453.70		at concrete.ProblemState.map(ProblemState.scala:204)
2520.07/2453.70		at concrete.MAC.nextSolution(MAC.scala:334)
2520.07/2453.70		at concrete.Solver.hasNext(Solver.scala:166)
2520.07/2453.70		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.07/2453.70		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.07/2453.70		at concrete.Solver.toStream(Solver.scala:68)
2520.07/2453.70		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.07/2453.70		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.07/2453.70		at concrete.Solver.toIterable(Solver.scala:68)
2520.07/2453.70		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.07/2453.70		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.07/2453.70		at scala.util.Success.map(Try.scala:209)
2520.07/2453.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2453.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.07/2453.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.07/2453.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2453.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.07/2453.71		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.07/2453.71		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.07/2453.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.07/2453.71		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.07/2453.71		at scala.collection.immutable.List.foreach(List.scala:389)
2520.07/2453.71		at scala.App.main(App.scala:76)
2520.07/2453.71		at scala.App.main$(App.scala:74)
2520.07/2453.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.07/2453.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2453.71	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 (12174 MiB free)
  memory of node 1: 16384 MiB (11105 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304953-1534096381/watcher-4304953-1534096381 -o /tmp/evaluation-result-4304953-1534096381/solver-4304953-1534096381 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534096381-30251 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1099490868 HOME/instance-4304953-1534096381.xml 

running on 4 cores: 0,2,4,6

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

solver pid=30275, runsolver pid=30272

[startup+0.100176 s]*
/proc/loadavg: 0.95 1.39 1.60 4/191 30366
/proc/meminfo: memFree=23836480/32770624 swapFree=67108372/67108860
[pid=30275] ppid=30272 vsize=113256 memory=1608 CPUtime=0.07 cores=0,2,4,6
/proc/30275/stat : 30275 (bash) S 30272 30275 30220 0 -1 4202496 912 10997 1 1 0 0 4 3 20 0 1 0 227201283 115974144 402 33554432000 4194304 5098028 140725635849648 140725635842872 140506172279808 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 1 0 0 7196144 7232144 40611840 140725635855531 140725635855656 140725635855656 140725635858414 0
/proc/30275/statm: 28314 402 318 221 0 119 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1608 KiB

[startup+0.210192 s]*
/proc/loadavg: 0.95 1.39 1.60 6/215 30412
/proc/meminfo: memFree=23789536/32770624 swapFree=67108372/67108860
[pid=30275] ppid=30272 vsize=10982744 memory=38368 CPUtime=0.22 cores=0,2,4,6
/proc/30275/stat : 30275 (java) S 30272 30275 30220 0 -1 1077944320 6806 13014 1 2 13 2 4 3 20 0 15 0 227201283 11246329856 9592 33554432000 4194304 4196468 140737029055232 140737029037776 139713253990135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
/proc/30275/statm: 2745686 9592 2944 1 0 2708109 0
[pid=30275/tid=30386] ppid=30272 vsize=10982744 memory=7022364594140610616 CPUtime=0.16 cores=0,2,4,6
/proc/30275/task/30386/stat : 30386 (java) R 30272 30275 30220 0 -1 4202560 3359 13014 0 2 8 1 4 3 20 0 15 0 227201296 11246329856 9592 33554432000 4194304 4196468 140737029055232 139713225811232 139713254012061 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30388] ppid=30272 vsize=10982744 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30388/stat : 30388 (java) S 30272 30275 30220 0 -1 1077944384 1 13014 0 2 0 0 4 3 20 0 15 0 227201296 11246329856 9592 33554432000 4194304 4196468 140737029055232 139713258232592 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30389] ppid=30272 vsize=10982744 memory=140492257298539 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30389/stat : 30389 (java) S 30272 30275 30220 0 -1 1077944384 1 13014 0 2 0 0 4 3 20 0 15 0 227201296 11246329856 9592 33554432000 4194304 4196468 140737029055232 139712793336720 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30391] ppid=30272 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30391/stat : 30391 (java) S 30272 30275 30220 0 -1 1077944384 1 13014 0 2 0 0 4 3 20 0 15 0 227201296 11246329856 9592 33554432000 4194304 4196468 140737029055232 139712792284176 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30393] ppid=30272 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30393/stat : 30393 (java) S 30272 30275 30220 0 -1 1077944384 2 13014 0 2 0 0 4 3 20 0 15 0 227201296 11246329856 9592 33554432000 4194304 4196468 140737029055232 139712791231632 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30396] ppid=30272 vsize=10982744 memory=140492257269376 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30396/stat : 30396 (java) S 30272 30275 30220 0 -1 1077944384 2 13014 0 2 0 0 4 3 20 0 15 0 227201298 11246329856 9592 33554432000 4194304 4196468 140737029055232 139712747112432 139713254001282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30398] ppid=30272 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30398/stat : 30398 (java) S 30272 30275 30220 0 -1 1077944384 13 13014 0 2 0 0 4 3 20 0 15 0 227201298 11246329856 9592 33554432000 4194304 4196468 140737029055232 139712064906144 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30400] ppid=30272 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30400/stat : 30400 (java) S 30272 30275 30220 0 -1 1077944384 2 13014 0 2 0 0 4 3 20 0 15 0 227201298 11246329856 9592 33554432000 4194304 4196468 140737029055232 139711863579632 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30405] ppid=30272 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30405/stat : 30405 (java) S 30272 30275 30220 0 -1 1077944384 3 13014 0 2 0 0 4 3 20 0 15 0 227201301 11246329856 9592 33554432000 4194304 4196468 140737029055232 139711556180176 139713254008731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30406] ppid=30272 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30275/task/30406/stat : 30406 (java) S 30272 30275 30220 0 -1 1077944384 568 13014 0 2 1 0 4 3 20 0 15 0 227201301 11246329856 9592 33554432000 4194304 4196468 140737029055232 139712746060272 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30407] ppid=30272 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30407/stat : 30407 (java) S 30272 30275 30220 0 -1 1077944384 58 13014 0 2 0 0 4 3 20 0 15 0 227201301 11246329856 9592 33554432000 4194304 4196468 140737029055232 139712745007728 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30409] ppid=30272 vsize=10982744 memory=140492257269376 CPUtime=0.09 cores=0,2,4,6
/proc/30275/task/30409/stat : 30409 (java) S 30272 30275 30220 0 -1 1077944384 606 13014 0 2 2 0 4 3 20 0 15 0 227201301 11246329856 9592 33554432000 4194304 4196468 140737029055232 139712743955184 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30411] ppid=30272 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30411/stat : 30411 (java) S 30272 30275 30220 0 -1 1077944384 3 13014 0 2 0 0 4 3 20 0 15 0 227201301 11246329856 9592 33554432000 4194304 4196468 140737029055232 139711125384288 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30412] ppid=30272 vsize=10982744 memory=140492257269376 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30412/stat : 30412 (java) S 30272 30275 30220 0 -1 1077944384 1 13014 0 2 0 0 4 3 20 0 15 0 227201302 11246329856 9592 33554432000 4194304 4196468 140737029055232 139712742902064 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 38368 KiB

[startup+0.310495 s]*
/proc/loadavg: 0.95 1.39 1.60 3/215 30412
/proc/meminfo: memFree=23759020/32770624 swapFree=67108372/67108860
[pid=30275] ppid=30272 vsize=10983224 memory=52044 CPUtime=0.35 cores=0,2,4,6
/proc/30275/stat : 30275 (java) S 30272 30275 30220 0 -1 1077944320 9959 13014 1 2 25 3 4 3 20 0 15 0 227201283 11246821376 13011 33554432000 4194304 4196468 140737029055232 140737029037776 139713253990135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
/proc/30275/statm: 2745798 13011 3069 1 0 2708109 0
[pid=30275/tid=30386] ppid=30272 vsize=10983192 memory=6791534058613427641 CPUtime=0.26 cores=0,2,4,6
/proc/30275/task/30386/stat : 30386 (java) D 30272 30275 30220 0 -1 1077944384 6504 13014 0 2 17 2 4 3 20 0 15 0 227201296 11246788608 13011 33554432000 4194304 4196468 140737029055232 139713225800704 139713246669357 0 4 0 16800975 18446744072101514788 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30388] ppid=30272 vsize=10983224 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30388/stat : 30388 (java) S 30272 30275 30220 0 -1 1077944384 1 13014 0 2 0 0 4 3 20 0 15 0 227201296 11246821376 13011 33554432000 4194304 4196468 140737029055232 139713258232592 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30389] ppid=30272 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30389/stat : 30389 (java) S 30272 30275 30220 0 -1 1077944384 1 13014 0 2 0 0 4 3 20 0 15 0 227201296 11246788608 13011 33554432000 4194304 4196468 140737029055232 139712793336720 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30391] ppid=30272 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30391/stat : 30391 (java) S 30272 30275 30220 0 -1 1077944384 1 13014 0 2 0 0 4 3 20 0 15 0 227201296 11246788608 13011 33554432000 4194304 4196468 140737029055232 139712792284176 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30393] ppid=30272 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30393/stat : 30393 (java) S 30272 30275 30220 0 -1 1077944384 2 13014 0 2 0 0 4 3 20 0 15 0 227201296 11246788608 13011 33554432000 4194304 4196468 140737029055232 139712791231632 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30396] ppid=30272 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30396/stat : 30396 (java) S 30272 30275 30220 0 -1 1077944384 2 13014 0 2 0 0 4 3 20 0 15 0 227201298 11246788608 13011 33554432000 4194304 4196468 140737029055232 139712747112432 139713254001282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30398] ppid=30272 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30398/stat : 30398 (java) S 30272 30275 30220 0 -1 1077944384 13 13014 0 2 0 0 4 3 20 0 15 0 227201298 11246788608 13011 33554432000 4194304 4196468 140737029055232 139712064906144 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30400] ppid=30272 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30400/stat : 30400 (java) S 30272 30275 30220 0 -1 1077944384 2 13014 0 2 0 0 4 3 20 0 15 0 227201298 11246788608 13011 33554432000 4194304 4196468 140737029055232 139711863579632 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30405] ppid=30272 vsize=10983224 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30405/stat : 30405 (java) S 30272 30275 30220 0 -1 1077944384 3 13014 0 2 0 0 4 3 20 0 15 0 227201301 11246821376 13011 33554432000 4194304 4196468 140737029055232 139711556180176 139713254008731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30406] ppid=30272 vsize=10983224 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30275/task/30406/stat : 30406 (java) S 30272 30275 30220 0 -1 1077944384 571 13014 0 2 1 0 4 3 20 0 15 0 227201301 11246821376 13011 33554432000 4194304 4196468 140737029055232 139712746060272 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30407] ppid=30272 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30275/task/30407/stat : 30407 (java) S 30272 30275 30220 0 -1 1077944384 59 13014 0 2 1 0 4 3 20 0 15 0 227201301 11246788608 13011 33554432000 4194304 4196468 140737029055232 139712745007728 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30409] ppid=30272 vsize=10983192 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/30275/task/30409/stat : 30409 (java) S 30272 30275 30220 0 -1 1077944384 624 13014 0 2 4 0 4 3 20 0 15 0 227201301 11246788608 13011 33554432000 4194304 4196468 140737029055232 139712743955184 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30411] ppid=30272 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30411/stat : 30411 (java) S 30272 30275 30220 0 -1 1077944384 3 13014 0 2 0 0 4 3 20 0 15 0 227201301 11246788608 13011 33554432000 4194304 4196468 140737029055232 139711125384288 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30412] ppid=30272 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30412/stat : 30412 (java) S 30272 30275 30220 0 -1 1077944384 1 13014 0 2 0 0 4 3 20 0 15 0 227201302 11246788608 13011 33554432000 4194304 4196468 140737029055232 139712742902064 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10983224 KiB
Current children cumulated memory: 52044 KiB

[startup+0.700752 s]
/proc/loadavg: 0.95 1.39 1.60 4/215 30412
/proc/meminfo: memFree=23732852/32770624 swapFree=67108372/67108860
[pid=30275] ppid=30272 vsize=10983192 memory=88504 CPUtime=0.96 cores=0,2,4,6
/proc/30275/stat : 30275 (java) S 30272 30275 30220 0 -1 1077944320 16685 13014 1 2 84 5 4 3 20 0 15 0 227201283 11246788608 22126 33554432000 4194304 4196468 140737029055232 140737029037776 139713253990135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
/proc/30275/statm: 2745798 22126 3240 1 0 2708109 0
[pid=30275/tid=30386] ppid=30272 vsize=10983192 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/30275/task/30386/stat : 30386 (java) R 30272 30275 30220 0 -1 4202560 12174 13014 0 2 53 3 4 3 20 0 15 0 227201296 11246788608 22126 33554432000 4194304 4196468 140737029055232 139713225813136 139713238070622 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30388] ppid=30272 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30388/stat : 30388 (java) S 30272 30275 30220 0 -1 1077944384 1 13014 0 2 0 0 4 3 20 0 15 0 227201296 11246788608 22126 33554432000 4194304 4196468 140737029055232 139713258232592 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30389] ppid=30272 vsize=10983192 memory=2554968672001 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30389/stat : 30389 (java) S 30272 30275 30220 0 -1 1077944384 1 13014 0 2 0 0 4 3 20 0 15 0 227201296 11246788608 22126 33554432000 4194304 4196468 140737029055232 139712793336720 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30391] ppid=30272 vsize=10983192 memory=448685905 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30391/stat : 30391 (java) S 30272 30275 30220 0 -1 1077944384 1 13014 0 2 0 0 4 3 20 0 15 0 227201296 11246788608 22126 33554432000 4194304 4196468 140737029055232 139712792284176 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30393] ppid=30272 vsize=10983192 memory=6451477258504341916 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30393/stat : 30393 (java) S 30272 30275 30220 0 -1 1077944384 2 13014 0 2 0 0 4 3 20 0 15 0 227201296 11246788608 22126 33554432000 4194304 4196468 140737029055232 139712791231632 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30396] ppid=30272 vsize=10983192 memory=8027200599993434217 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30396/stat : 30396 (java) S 30272 30275 30220 0 -1 1077944384 6 13014 0 2 0 0 4 3 20 0 15 0 227201298 11246788608 22126 33554432000 4194304 4196468 140737029055232 139712747112432 139713254001282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30398] ppid=30272 vsize=10983192 memory=7595725831727968097 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30398/stat : 30398 (java) S 30272 30275 30220 0 -1 1077944384 13 13014 0 2 0 0 4 3 20 0 15 0 227201298 11246788608 22126 33554432000 4194304 4196468 140737029055232 139712064906144 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30400] ppid=30272 vsize=10983192 memory=3054156605335180436 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30400/stat : 30400 (java) S 30272 30275 30220 0 -1 1077944384 2 13014 0 2 0 0 4 3 20 0 15 0 227201298 11246788608 22126 33554432000 4194304 4196468 140737029055232 139711863579632 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30405] ppid=30272 vsize=10983192 memory=8031735012220349003 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30405/stat : 30405 (java) S 30272 30275 30220 0 -1 1077944384 3 13014 0 2 0 0 4 3 20 0 15 0 227201301 11246788608 22126 33554432000 4194304 4196468 140737029055232 139711556180176 139713254008731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30406] ppid=30272 vsize=10983192 memory=-7522837583045875833 CPUtime=0.16 cores=0,2,4,6
/proc/30275/task/30406/stat : 30406 (java) R 30272 30275 30220 0 -1 4202560 1194 13014 0 2 9 0 4 3 20 0 15 0 227201301 11246788608 22126 33554432000 4194304 4196468 140737029055232 139712746050640 139713254011482 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30407] ppid=30272 vsize=10983192 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/30275/task/30407/stat : 30407 (java) S 30272 30275 30220 0 -1 1077944384 423 13014 0 2 7 0 4 3 20 0 15 0 227201301 11246788608 22126 33554432000 4194304 4196468 140737029055232 139712745007728 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30409] ppid=30272 vsize=10983192 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/30275/task/30409/stat : 30409 (java) S 30272 30275 30220 0 -1 1077944384 678 13014 0 2 13 0 4 3 20 0 15 0 227201301 11246788608 22126 33554432000 4194304 4196468 140737029055232 139712743955184 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30411] ppid=30272 vsize=10983192 memory=1616 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30411/stat : 30411 (java) S 30272 30275 30220 0 -1 1077944384 3 13014 0 2 0 0 4 3 20 0 15 0 227201301 11246788608 22126 33554432000 4194304 4196468 140737029055232 139711125384288 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30412] ppid=30272 vsize=10983192 memory=1172 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30412/stat : 30412 (java) S 30272 30275 30220 0 -1 1077944384 1 13014 0 2 0 0 4 3 20 0 15 0 227201302 11246788608 22126 33554432000 4194304 4196468 140737029055232 139712742902064 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88504 KiB

[startup+1.50072 s]
/proc/loadavg: 0.95 1.39 1.60 7/215 30412
/proc/meminfo: memFree=23647916/32770624 swapFree=67108372/67108860
[pid=30275] ppid=30272 vsize=10993996 memory=197552 CPUtime=3.04 cores=0,2,4,6
/proc/30275/stat : 30275 (java) S 30272 30275 30220 0 -1 1077944320 24937 13014 1 2 288 9 4 3 20 0 15 0 227201283 11257851904 49388 33554432000 4194304 4196468 140737029055232 140737029037776 139713253990135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
/proc/30275/statm: 2748499 49388 3445 1 0 2710157 0
[pid=30275/tid=30386] ppid=30272 vsize=10993996 memory=2424 CPUtime=1.43 cores=0,2,4,6
/proc/30275/task/30386/stat : 30386 (java) R 30272 30275 30220 0 -1 4202560 15545 13014 0 2 129 7 4 3 20 0 15 0 227201296 11257851904 49388 33554432000 4194304 4196468 140737029055232 139713225822496 139712820029178 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30388] ppid=30272 vsize=10993996 memory=109824 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30388/stat : 30388 (java) S 30272 30275 30220 0 -1 1077944384 1 13014 0 2 0 0 4 3 20 0 15 0 227201296 11257851904 49388 33554432000 4194304 4196468 140737029055232 139713258232592 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30389] ppid=30272 vsize=10993996 memory=3812 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30389/stat : 30389 (java) S 30272 30275 30220 0 -1 1077944384 1 13014 0 2 0 0 4 3 20 0 15 0 227201296 11257851904 49388 33554432000 4194304 4196468 140737029055232 139712793336720 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30391] ppid=30272 vsize=10993996 memory=99076 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30391/stat : 30391 (java) S 30272 30275 30220 0 -1 1077944384 1 13014 0 2 0 0 4 3 20 0 15 0 227201296 11257851904 49388 33554432000 4194304 4196468 140737029055232 139712792284176 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30393] ppid=30272 vsize=10993996 memory=1172 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30393/stat : 30393 (java) S 30272 30275 30220 0 -1 1077944384 2 13014 0 2 0 0 4 3 20 0 15 0 227201296 11257851904 49388 33554432000 4194304 4196468 140737029055232 139712791231632 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30396] ppid=30272 vsize=10993996 memory=2751 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30396/stat : 30396 (java) S 30272 30275 30220 0 -1 1077944384 14 13014 0 2 0 0 4 3 20 0 15 0 227201298 11257851904 49388 33554432000 4194304 4196468 140737029055232 139712747112432 139713254001282 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30398] ppid=30272 vsize=10993996 memory=1062 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30398/stat : 30398 (java) S 30272 30275 30220 0 -1 1077944384 13 13014 0 2 0 0 4 3 20 0 15 0 227201298 11257851904 49388 33554432000 4194304 4196468 140737029055232 139712064906144 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30400] ppid=30272 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30400/stat : 30400 (java) S 30272 30275 30220 0 -1 1077944384 2 13014 0 2 0 0 4 3 20 0 15 0 227201298 11257851904 49388 33554432000 4194304 4196468 140737029055232 139711863579632 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30405] ppid=30272 vsize=10993996 memory=66 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30405/stat : 30405 (java) S 30272 30275 30220 0 -1 1077944384 3 13014 0 2 0 0 4 3 20 0 15 0 227201301 11257851904 49407 33554432000 4194304 4196468 140737029055232 139711556180176 139713254008731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30406] ppid=30272 vsize=10993996 memory=6791534058613427641 CPUtime=0.66 cores=0,2,4,6
/proc/30275/task/30406/stat : 30406 (java) R 30272 30275 30220 0 -1 4202560 3111 13014 0 2 59 0 4 3 20 0 15 0 227201301 11257851904 49407 33554432000 4194304 4196468 140737029055232 139712746046152 139713232130097 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30407] ppid=30272 vsize=10993996 memory=8475934422144292502 CPUtime=0.62 cores=0,2,4,6
/proc/30275/task/30407/stat : 30407 (java) R 30272 30275 30220 0 -1 4202560 2529 13014 0 2 55 0 4 3 20 0 15 0 227201301 11257851904 49407 33554432000 4194304 4196468 140737029055232 139712744994480 139713233246733 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30409] ppid=30272 vsize=10993996 memory=-6876588452865875872 CPUtime=0.5 cores=0,2,4,6
/proc/30275/task/30409/stat : 30409 (java) S 30272 30275 30220 0 -1 1077944384 1527 13014 0 2 43 0 4 3 20 0 15 0 227201301 11257851904 49407 33554432000 4194304 4196468 140737029055232 139712743955184 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30411] ppid=30272 vsize=10993996 memory=-7606742951091920751 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30411/stat : 30411 (java) S 30272 30275 30220 0 -1 1077944384 3 13014 0 2 0 0 4 3 20 0 15 0 227201301 11257851904 49407 33554432000 4194304 4196468 140737029055232 139711125384288 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30412] ppid=30272 vsize=10993996 memory=-3775572685057999774 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30412/stat : 30412 (java) S 30272 30275 30220 0 -1 1077944384 1 13014 0 2 0 0 4 3 20 0 15 0 227201302 11257851904 49407 33554432000 4194304 4196468 140737029055232 139712742902064 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 10993996 KiB
Current children cumulated memory: 197552 KiB

[startup+3.11065 s]
/proc/loadavg: 1.28 1.45 1.62 9/215 30412
/proc/meminfo: memFree=23058372/32770624 swapFree=67108372/67108860
[pid=30275] ppid=30272 vsize=11006304 memory=278352 CPUtime=6.78 cores=0,2,4,6
/proc/30275/stat : 30275 (java) S 30272 30275 30220 0 -1 1077944320 41977 13014 1 2 651 20 4 3 20 0 15 0 227201283 11270455296 69588 33554432000 4194304 4196468 140737029055232 140737029037776 139713253990135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
/proc/30275/statm: 2751576 69588 3500 1 0 2713229 0
[pid=30275/tid=30386] ppid=30272 vsize=11006304 memory=2241 CPUtime=2.98 cores=0,2,4,6
/proc/30275/task/30386/stat : 30386 (java) R 30272 30275 30220 0 -1 4202560 25661 13014 0 2 282 9 4 3 20 0 15 0 227201296 11270455296 69588 33554432000 4194304 4196468 140737029055232 139713225817264 139713254002070 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0

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

/proc/30275/task/30386/stat : 30386 (java) R 30272 30275 30220 0 -1 4202560 112047 13014 0 2 235612 58 4 3 20 0 15 0 227201296 11345952768 424213 33554432000 4194304 4196468 140737029055232 139713225824384 139712841243088 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30388] ppid=30272 vsize=11080032 memory=1696852 CPUtime=13.41 cores=0,2,4,6
/proc/30275/task/30388/stat : 30388 (java) S 30272 30275 30220 0 -1 1077944384 40736 13014 0 2 1286 48 4 3 20 0 15 0 227201296 11345952768 424213 33554432000 4194304 4196468 140737029055232 139713258232592 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30389] ppid=30272 vsize=11080032 memory=1696852 CPUtime=13.4 cores=0,2,4,6
/proc/30275/task/30389/stat : 30389 (java) S 30272 30275 30220 0 -1 1077944384 30653 13014 0 2 1285 48 4 3 20 0 15 0 227201296 11345952768 424213 33554432000 4194304 4196468 140737029055232 139712793336720 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30391] ppid=30272 vsize=11080032 memory=0 CPUtime=13.39 cores=0,2,4,6
/proc/30275/task/30391/stat : 30391 (java) S 30272 30275 30220 0 -1 1077944384 26263 13014 0 2 1285 47 4 3 20 0 15 0 227201296 11345952768 424213 33554432000 4194304 4196468 140737029055232 139712792284176 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30393] ppid=30272 vsize=11080032 memory=0 CPUtime=13.42 cores=0,2,4,6
/proc/30275/task/30393/stat : 30393 (java) S 30272 30275 30220 0 -1 1077944384 38213 13014 0 2 1284 51 4 3 20 0 15 0 227201296 11345952768 424213 33554432000 4194304 4196468 140737029055232 139712791231632 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30396] ppid=30272 vsize=11080032 memory=1696828 CPUtime=8.92 cores=0,2,4,6
/proc/30275/task/30396/stat : 30396 (java) S 30272 30275 30220 0 -1 1077944384 27154 13014 0 2 839 46 4 3 20 0 15 0 227201298 11345952768 424213 33554432000 4194304 4196468 140737029055232 139712747112432 139713254001282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30398] ppid=30272 vsize=11080032 memory=1696848 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30398/stat : 30398 (java) S 30272 30275 30220 0 -1 1077944384 15 13014 0 2 0 0 4 3 20 0 15 0 227201298 11345952768 424213 33554432000 4194304 4196468 140737029055232 139712064906208 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30400] ppid=30272 vsize=11080032 memory=1696852 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30400/stat : 30400 (java) S 30272 30275 30220 0 -1 1077944384 5 13014 0 2 0 0 4 3 20 0 15 0 227201298 11345952768 424213 33554432000 4194304 4196468 140737029055232 139711863579648 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30405] ppid=30272 vsize=11080032 memory=1696852 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30405/stat : 30405 (java) S 30272 30275 30220 0 -1 1077944384 3 13014 0 2 0 0 4 3 20 0 15 0 227201301 11345952768 424213 33554432000 4194304 4196468 140737029055232 139711556180176 139713254008731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30406] ppid=30272 vsize=11080032 memory=0 CPUtime=10.82 cores=0,2,4,6
/proc/30275/task/30406/stat : 30406 (java) S 30272 30275 30220 0 -1 1077944384 16050 13014 0 2 1069 6 4 3 20 0 15 0 227201301 11345952768 424213 33554432000 4194304 4196468 140737029055232 139712746060272 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30407] ppid=30272 vsize=11080032 memory=1696852 CPUtime=12.02 cores=0,2,4,6
/proc/30275/task/30407/stat : 30407 (java) S 30272 30275 30220 0 -1 1077944384 21473 13014 0 2 1188 7 4 3 20 0 15 0 227201301 11345952768 424213 33554432000 4194304 4196468 140737029055232 139712745007728 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30409] ppid=30272 vsize=11080032 memory=244621 CPUtime=4.19 cores=0,2,4,6
/proc/30275/task/30409/stat : 30409 (java) S 30272 30275 30220 0 -1 1077944384 34564 13014 0 2 403 9 4 3 20 0 15 0 227201301 11345952768 424213 33554432000 4194304 4196468 140737029055232 139712743955184 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30411] ppid=30272 vsize=11080032 memory=1696852 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30411/stat : 30411 (java) S 30272 30275 30220 0 -1 1077944384 3 13014 0 2 0 0 4 3 20 0 15 0 227201301 11345952768 424213 33554432000 4194304 4196468 140737029055232 139711125384288 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30412] ppid=30272 vsize=11080032 memory=1696852 CPUtime=1.59 cores=0,2,4,6
/proc/30275/task/30412/stat : 30412 (java) S 30272 30275 30220 0 -1 1077944384 1697 13014 0 2 70 82 4 3 20 0 15 0 227201302 11345952768 424213 33554432000 4194304 4196468 140737029055232 139712742902064 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
Current children cumulated CPU time: 2447.4 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1696852 KiB

[startup+2442.3 s]
/proc/loadavg: 1.24 1.36 1.41 3/216 30511
/proc/meminfo: memFree=20554624/32770624 swapFree=67108372/67108860
[pid=30275] ppid=30272 vsize=11080032 memory=1696912 CPUtime=2508.46 cores=0,2,4,6
/proc/30275/stat : 30275 (java) S 30272 30275 30220 0 -1 1077944320 357419 13014 1 2 250481 358 4 3 20 0 15 0 227201283 11345952768 424228 33554432000 4194304 4196468 140737029055232 140737029037776 139713253990135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
/proc/30275/statm: 2770008 424228 3534 1 0 2731661 0
[pid=30275/tid=30386] ppid=30272 vsize=11080032 memory=1696912 CPUtime=2416.09 cores=0,2,4,6
/proc/30275/task/30386/stat : 30386 (java) R 30272 30275 30220 0 -1 4202560 113675 13014 0 2 241543 59 4 3 20 0 15 0 227201296 11345952768 424228 33554432000 4194304 4196468 140737029055232 139713225825408 139712824908127 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30388] ppid=30272 vsize=11080032 memory=1696912 CPUtime=13.77 cores=0,2,4,6
/proc/30275/task/30388/stat : 30388 (java) S 30272 30275 30220 0 -1 1077944384 41990 13014 0 2 1321 49 4 3 20 0 15 0 227201296 11345952768 424228 33554432000 4194304 4196468 140737029055232 139713258232592 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30389] ppid=30272 vsize=11080032 memory=1696852 CPUtime=13.78 cores=0,2,4,6
/proc/30275/task/30389/stat : 30389 (java) S 30272 30275 30220 0 -1 1077944384 32533 13014 0 2 1321 50 4 3 20 0 15 0 227201296 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712793336720 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30391] ppid=30272 vsize=11080032 memory=1696880 CPUtime=13.76 cores=0,2,4,6
/proc/30275/task/30391/stat : 30391 (java) S 30272 30275 30220 0 -1 1077944384 26876 13014 0 2 1321 48 4 3 20 0 15 0 227201296 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712792284176 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30393] ppid=30272 vsize=11080032 memory=1696900 CPUtime=13.78 cores=0,2,4,6
/proc/30275/task/30393/stat : 30393 (java) S 30272 30275 30220 0 -1 1077944384 38388 13014 0 2 1320 51 4 3 20 0 15 0 227201296 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712791231632 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30396] ppid=30272 vsize=11080032 memory=1696912 CPUtime=9.16 cores=0,2,4,6
/proc/30275/task/30396/stat : 30396 (java) S 30272 30275 30220 0 -1 1077944384 27903 13014 0 2 861 48 4 3 20 0 15 0 227201298 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712747112432 139713254001282 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30398] ppid=30272 vsize=11080032 memory=1696912 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30398/stat : 30398 (java) S 30272 30275 30220 0 -1 1077944384 15 13014 0 2 0 0 4 3 20 0 15 0 227201298 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712064906208 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30400] ppid=30272 vsize=11080032 memory=1696912 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30400/stat : 30400 (java) S 30272 30275 30220 0 -1 1077944384 5 13014 0 2 0 0 4 3 20 0 15 0 227201298 11345952768 424228 33554432000 4194304 4196468 140737029055232 139711863579648 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30405] ppid=30272 vsize=11080032 memory=1696912 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30405/stat : 30405 (java) S 30272 30275 30220 0 -1 1077944384 3 13014 0 2 0 0 4 3 20 0 15 0 227201301 11345952768 424228 33554432000 4194304 4196468 140737029055232 139711556180176 139713254008731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30406] ppid=30272 vsize=11080032 memory=1696912 CPUtime=10.82 cores=0,2,4,6
/proc/30275/task/30406/stat : 30406 (java) S 30272 30275 30220 0 -1 1077944384 16056 13014 0 2 1069 6 4 3 20 0 15 0 227201301 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712746060272 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30407] ppid=30272 vsize=11080032 memory=1696912 CPUtime=12.02 cores=0,2,4,6
/proc/30275/task/30407/stat : 30407 (java) S 30272 30275 30220 0 -1 1077944384 21477 13014 0 2 1188 7 4 3 20 0 15 0 227201301 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712745007728 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30409] ppid=30272 vsize=11080032 memory=1696912 CPUtime=4.19 cores=0,2,4,6
/proc/30275/task/30409/stat : 30409 (java) S 30272 30275 30220 0 -1 1077944384 34570 13014 0 2 403 9 4 3 20 0 15 0 227201301 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712743955184 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30411] ppid=30272 vsize=11080032 memory=1696912 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30411/stat : 30411 (java) S 30272 30275 30220 0 -1 1077944384 3 13014 0 2 0 0 4 3 20 0 15 0 227201301 11345952768 424228 33554432000 4194304 4196468 140737029055232 139711125384288 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30412] ppid=30272 vsize=11080032 memory=6791534058613427641 CPUtime=1.62 cores=0,2,4,6
/proc/30275/task/30412/stat : 30412 (java) S 30272 30275 30220 0 -1 1077944384 1737 13014 0 2 71 84 4 3 20 0 15 0 227201302 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712742902064 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
Current children cumulated CPU time: 2508.46 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1696912 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2453.7 s]
/proc/loadavg: 1.43 1.40 1.42 3/216 30766
/proc/meminfo: memFree=22024736/32770624 swapFree=67108372/67108860
[pid=30275] ppid=30272 vsize=11080032 memory=1696912 CPUtime=2520.07 cores=0,2,4,6
/proc/30275/stat : 30275 (java) S 30272 30275 30220 0 -1 1077944320 357572 13014 1 2 251640 360 4 3 20 0 15 0 227201283 11345952768 424228 33554432000 4194304 4196468 140737029055232 140737029037776 139713253990135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
/proc/30275/statm: 2770008 424228 3534 1 0 2731661 0
[pid=30275/tid=30386] ppid=30272 vsize=11080032 memory=1696912 CPUtime=2427.35 cores=0,2,4,6
/proc/30275/task/30386/stat : 30386 (java) R 30272 30275 30220 0 -1 4202560 113809 13014 0 2 242669 59 4 3 20 0 15 0 227201296 11345952768 424228 33554432000 4194304 4196468 140737029055232 139713225824704 139712834993543 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30388] ppid=30272 vsize=11080032 memory=1696912 CPUtime=13.84 cores=0,2,4,6
/proc/30275/task/30388/stat : 30388 (java) S 30272 30275 30220 0 -1 1077944384 41991 13014 0 2 1328 49 4 3 20 0 15 0 227201296 11345952768 424228 33554432000 4194304 4196468 140737029055232 139713258232592 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30389] ppid=30272 vsize=11080032 memory=1696900 CPUtime=13.85 cores=0,2,4,6
/proc/30275/task/30389/stat : 30389 (java) S 30272 30275 30220 0 -1 1077944384 32535 13014 0 2 1328 50 4 3 20 0 15 0 227201296 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712793336720 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30391] ppid=30272 vsize=11080032 memory=1696912 CPUtime=13.83 cores=0,2,4,6
/proc/30275/task/30391/stat : 30391 (java) S 30272 30275 30220 0 -1 1077944384 26877 13014 0 2 1328 48 4 3 20 0 15 0 227201296 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712792284176 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30393] ppid=30272 vsize=11080032 memory=1696912 CPUtime=13.85 cores=0,2,4,6
/proc/30275/task/30393/stat : 30393 (java) S 30272 30275 30220 0 -1 1077944384 38402 13014 0 2 1327 51 4 3 20 0 15 0 227201296 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712791231632 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30396] ppid=30272 vsize=11080032 memory=1696912 CPUtime=9.21 cores=0,2,4,6
/proc/30275/task/30396/stat : 30396 (java) S 30272 30275 30220 0 -1 1077944384 27904 13014 0 2 866 48 4 3 20 0 15 0 227201298 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712747112432 139713254001282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30398] ppid=30272 vsize=11080032 memory=1696912 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30398/stat : 30398 (java) S 30272 30275 30220 0 -1 1077944384 15 13014 0 2 0 0 4 3 20 0 15 0 227201298 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712064906208 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30400] ppid=30272 vsize=11080032 memory=1696880 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30400/stat : 30400 (java) S 30272 30275 30220 0 -1 1077944384 5 13014 0 2 0 0 4 3 20 0 15 0 227201298 11345952768 424228 33554432000 4194304 4196468 140737029055232 139711863579648 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30405] ppid=30272 vsize=11080032 memory=1696852 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30405/stat : 30405 (java) S 30272 30275 30220 0 -1 1077944384 3 13014 0 2 0 0 4 3 20 0 15 0 227201301 11345952768 424228 33554432000 4194304 4196468 140737029055232 139711556180176 139713254008731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30406] ppid=30272 vsize=11080032 memory=1696912 CPUtime=10.82 cores=0,2,4,6
/proc/30275/task/30406/stat : 30406 (java) S 30272 30275 30220 0 -1 1077944384 16056 13014 0 2 1069 6 4 3 20 0 15 0 227201301 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712746060272 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30407] ppid=30272 vsize=11080032 memory=1620 CPUtime=12.02 cores=0,2,4,6
/proc/30275/task/30407/stat : 30407 (java) S 30272 30275 30220 0 -1 1077944384 21477 13014 0 2 1188 7 4 3 20 0 15 0 227201301 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712745007728 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30409] ppid=30272 vsize=11080032 memory=1696912 CPUtime=4.19 cores=0,2,4,6
/proc/30275/task/30409/stat : 30409 (java) S 30272 30275 30220 0 -1 1077944384 34570 13014 0 2 403 9 4 3 20 0 15 0 227201301 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712743955184 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30411] ppid=30272 vsize=11080032 memory=1696912 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30411/stat : 30411 (java) S 30272 30275 30220 0 -1 1077944384 3 13014 0 2 0 0 4 3 20 0 15 0 227201301 11345952768 424228 33554432000 4194304 4196468 140737029055232 139711125384288 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30412] ppid=30272 vsize=11080032 memory=3812 CPUtime=1.63 cores=0,2,4,6
/proc/30275/task/30412/stat : 30412 (java) S 30272 30275 30220 0 -1 1077944384 1737 13014 0 2 72 84 4 3 20 0 15 0 227201302 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712742902064 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1696912 KiB

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

[startup+2453.75 s]
# the end of solver process 30275 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.47 s, system=3.65976 s

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

[startup+2453.7 s]
/proc/loadavg: 1.43 1.40 1.42 3/216 30766
/proc/meminfo: memFree=22024736/32770624 swapFree=67108372/67108860
[pid=30275] ppid=30272 vsize=11080032 memory=1696912 CPUtime=2520.07 cores=0,2,4,6
/proc/30275/stat : 30275 (java) S 30272 30275 30220 0 -1 1077944320 357572 13014 1 2 251640 360 4 3 20 0 15 0 227201283 11345952768 424228 33554432000 4194304 4196468 140737029055232 140737029037776 139713253990135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
/proc/30275/statm: 2770008 424228 3534 1 0 2731661 0
[pid=30275/tid=30386] ppid=30272 vsize=11080032 memory=1696912 CPUtime=2427.35 cores=0,2,4,6
/proc/30275/task/30386/stat : 30386 (java) R 30272 30275 30220 0 -1 4202560 113809 13014 0 2 242669 59 4 3 20 0 15 0 227201296 11345952768 424228 33554432000 4194304 4196468 140737029055232 139713225824704 139712834993543 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30388] ppid=30272 vsize=11080032 memory=1696912 CPUtime=13.84 cores=0,2,4,6
/proc/30275/task/30388/stat : 30388 (java) S 30272 30275 30220 0 -1 1077944384 41991 13014 0 2 1328 49 4 3 20 0 15 0 227201296 11345952768 424228 33554432000 4194304 4196468 140737029055232 139713258232592 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30389] ppid=30272 vsize=11080032 memory=1696900 CPUtime=13.85 cores=0,2,4,6
/proc/30275/task/30389/stat : 30389 (java) S 30272 30275 30220 0 -1 1077944384 32535 13014 0 2 1328 50 4 3 20 0 15 0 227201296 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712793336720 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30391] ppid=30272 vsize=11080032 memory=1696912 CPUtime=13.83 cores=0,2,4,6
/proc/30275/task/30391/stat : 30391 (java) S 30272 30275 30220 0 -1 1077944384 26877 13014 0 2 1328 48 4 3 20 0 15 0 227201296 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712792284176 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30393] ppid=30272 vsize=11080032 memory=1696912 CPUtime=13.85 cores=0,2,4,6
/proc/30275/task/30393/stat : 30393 (java) S 30272 30275 30220 0 -1 1077944384 38402 13014 0 2 1327 51 4 3 20 0 15 0 227201296 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712791231632 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30396] ppid=30272 vsize=11080032 memory=1696912 CPUtime=9.21 cores=0,2,4,6
/proc/30275/task/30396/stat : 30396 (java) S 30272 30275 30220 0 -1 1077944384 27904 13014 0 2 866 48 4 3 20 0 15 0 227201298 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712747112432 139713254001282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30398] ppid=30272 vsize=11080032 memory=1696912 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30398/stat : 30398 (java) S 30272 30275 30220 0 -1 1077944384 15 13014 0 2 0 0 4 3 20 0 15 0 227201298 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712064906208 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30400] ppid=30272 vsize=11080032 memory=1696880 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30400/stat : 30400 (java) S 30272 30275 30220 0 -1 1077944384 5 13014 0 2 0 0 4 3 20 0 15 0 227201298 11345952768 424228 33554432000 4194304 4196468 140737029055232 139711863579648 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30405] ppid=30272 vsize=11080032 memory=1696852 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30405/stat : 30405 (java) S 30272 30275 30220 0 -1 1077944384 3 13014 0 2 0 0 4 3 20 0 15 0 227201301 11345952768 424228 33554432000 4194304 4196468 140737029055232 139711556180176 139713254008731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30406] ppid=30272 vsize=11080032 memory=1696912 CPUtime=10.82 cores=0,2,4,6
/proc/30275/task/30406/stat : 30406 (java) S 30272 30275 30220 0 -1 1077944384 16056 13014 0 2 1069 6 4 3 20 0 15 0 227201301 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712746060272 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30407] ppid=30272 vsize=11080032 memory=1620 CPUtime=12.02 cores=0,2,4,6
/proc/30275/task/30407/stat : 30407 (java) S 30272 30275 30220 0 -1 1077944384 21477 13014 0 2 1188 7 4 3 20 0 15 0 227201301 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712745007728 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30409] ppid=30272 vsize=11080032 memory=1696912 CPUtime=4.19 cores=0,2,4,6
/proc/30275/task/30409/stat : 30409 (java) S 30272 30275 30220 0 -1 1077944384 34570 13014 0 2 403 9 4 3 20 0 15 0 227201301 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712743955184 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30411] ppid=30272 vsize=11080032 memory=1696912 CPUtime=0.07 cores=0,2,4,6
/proc/30275/task/30411/stat : 30411 (java) S 30272 30275 30220 0 -1 1077944384 3 13014 0 2 0 0 4 3 20 0 15 0 227201301 11345952768 424228 33554432000 4194304 4196468 140737029055232 139711125384288 139713254000341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
[pid=30275/tid=30412] ppid=30272 vsize=11080032 memory=3812 CPUtime=1.63 cores=0,2,4,6
/proc/30275/task/30412/stat : 30412 (java) S 30272 30275 30220 0 -1 1077944384 1737 13014 0 2 72 84 4 3 20 0 15 0 227201302 11345952768 424228 33554432000 4194304 4196468 140737029055232 139712742902064 139713254001282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140737029061228 140737029064028 140737029064028 140737029066703 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1696912 KiB

Child status: 143
Real time (s): 2453.75
CPU time (s): 2520.13
CPU user time (s): 2516.47
CPU system time (s): 3.65976
CPU usage (%): 102.705
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 1790588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.47
system time used= 3.65976
maximum resident set size= 1792064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 374750
page faults= 3
swaps= 0
block input operations= 72
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 245944
involuntary context switches= 8028


# summary of solver processes directly reported to runsolver:
#   pid: 30275
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.47
#   total CPU system time (s): 3.65976

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8554 second user time and 22.8148 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-12 19:53:01
IDJOB=4304953
IDBENCH=141328
IDSOLVER=2780
FILE ID=node137/4304953-1534096381
RUNJOBID= node137-1534096381-30251
PBS_JOBID= 21036996
Free space on /tmp= 26544 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Bibd/Bibd-sc-09-03-09_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304953-1534096381/watcher-4304953-1534096381 -o /tmp/evaluation-result-4304953-1534096381/solver-4304953-1534096381 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534096381-30251 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1099490868 HOME/instance-4304953-1534096381.xml

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

MD5SUM BENCH= 14461c5e126fcf4565f37d2e3313bad0
RANDOM SEED=1099490868

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23839312 kB
MemAvailable:   31901168 kB
Buffers:           68932 kB
Cached:          8191268 kB
SwapCached:            8 kB
Active:          4025108 kB
Inactive:        4293148 kB
Active(anon):       3984 kB
Inactive(anon):   106024 kB
Active(file):    4021124 kB
Inactive(file):  4187124 kB
Unevictable:        7432 kB
Mlocked:            7432 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:             55232 kB
Writeback:            12 kB
AnonPages:         63228 kB
Mapped:            53156 kB
Shmem:             49624 kB
Slab:             310268 kB
SReclaimable:     282068 kB
SUnreclaim:        28200 kB
KernelStack:        3168 kB
PageTables:         5880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 26488 MiB
End job on node137 at 2018-08-12 20:33:55