Trace number 4304974

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-SuperNG? (TO) 2520.08 2481.73

General information on the benchmark

NameLangford/
LangfordBin-12_c18.xml
MD5SUMd44a6c2f310df02cbd65e302b0bb5238
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 benchmark0.018416
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints36
Number of domains2
Minimum domain size12
Maximum domain size24
Distribution of domain sizes[{"size":12,"count":24},{"size":24,"count":24}]
Minimum variable degree2
Maximum variable degree24
Distribution of variable degrees[{"degree":2,"count":24},{"degree":24,"count":24}]
Minimum constraint arity2
Maximum constraint arity25
Distribution of constraint arities[{"arity":2,"count":12},{"arity":25,"count":24}]
Number of extensional constraints0
Number of intensional constraints12
Distribution of constraint types[{"type":"intension","count":12},{"type":"element","count":24}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304974-1534107382/watcher-4304974-1534107382 -o /tmp/evaluation-result-4304974-1534107382/solver-4304974-1534107382 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534099857-27319 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1515884463 -superng HOME/instance-4304974-1534107382.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=30133, runsolver pid=30130

[startup+0.100094 s]*
/proc/loadavg: 1.00 1.28 1.37 3/202 30186
/proc/meminfo: memFree=11970116/32770624 swapFree=67108496/67108860
[pid=30133] ppid=30130 vsize=10005480 memory=14648 CPUtime=0.09 cores=0,2,4,6
/proc/30133/stat : 30133 (java) S 30130 30133 27288 0 -1 1077944320 4316 12940 0 0 1 1 4 3 20 0 6 0 228301404 10245611520 3662 33554432000 4194304 4196468 140732239829904 140732239812448 140631022829303 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
/proc/30133/statm: 2501370 3662 1932 1 0 2489808 0
[pid=30133/tid=30186] ppid=30130 vsize=10005480 memory=4279135704047321995 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30186/stat : 30186 (java) R 30130 30133 27288 0 -1 4202560 2125 12940 0 0 0 0 4 3 20 0 6 0 228301413 10245611520 3662 33554432000 4194304 4196468 140732239829904 140630994666064 140631006909790 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30187] ppid=30130 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30187/stat : 30187 (java) S 30130 30133 27288 0 -1 1077944384 1 12940 0 0 0 0 4 3 20 0 6 0 228301414 10245611520 3662 33554432000 4194304 4196468 140732239829904 140631027071504 140631022839509 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30188] ppid=30130 vsize=10005480 memory=140554697148032 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30188/stat : 30188 (java) S 30130 30133 27288 0 -1 1077944384 1 12940 0 0 0 0 4 3 20 0 6 0 228301414 10245611520 3662 33554432000 4194304 4196468 140732239829904 140630920997520 140631022839509 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30189] ppid=30130 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30189/stat : 30189 (java) S 30130 30133 27288 0 -1 1077944384 2 12940 0 0 0 0 4 3 20 0 6 0 228301414 10245611520 3662 33554432000 4194304 4196468 140732239829904 140630561499408 140631022839509 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30190] ppid=30130 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30190/stat : 30190 (java) S 30130 30133 27288 0 -1 1077944384 1 12940 0 0 0 0 4 3 20 0 6 0 228301414 10245611520 3662 33554432000 4194304 4196468 140732239829904 140630560446864 140631022839509 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 14648 KiB

[startup+0.20997 s]*
/proc/loadavg: 1.00 1.28 1.37 3/215 30199
/proc/meminfo: memFree=11944228/32770624 swapFree=67108496/67108860
[pid=30133] ppid=30130 vsize=10982744 memory=41588 CPUtime=0.25 cores=0,2,4,6
/proc/30133/stat : 30133 (java) S 30130 30133 27288 0 -1 1077944320 7140 12940 0 0 16 2 4 3 20 0 15 0 228301404 11246329856 10397 33554432000 4194304 4196468 140732239829904 140732239812448 140631022829303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
/proc/30133/statm: 2745686 10397 2958 1 0 2708109 0
[pid=30133/tid=30186] ppid=30130 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/30133/task/30186/stat : 30186 (java) R 30130 30133 27288 0 -1 4202560 3688 12940 0 0 10 1 4 3 20 0 15 0 228301413 11246329856 10397 33554432000 4194304 4196468 140732239829904 140630994626224 140631007994942 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30187] ppid=30130 vsize=10982744 memory=364 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30187/stat : 30187 (java) S 30130 30133 27288 0 -1 1077944384 1 12940 0 0 0 0 4 3 20 0 15 0 228301414 11246329856 10397 33554432000 4194304 4196468 140732239829904 140631027071504 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30188] ppid=30130 vsize=10982744 memory=4050339207230490272 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30188/stat : 30188 (java) S 30130 30133 27288 0 -1 1077944384 1 12940 0 0 0 0 4 3 20 0 15 0 228301414 11246329856 10397 33554432000 4194304 4196468 140732239829904 140630920997520 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30189] ppid=30130 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30189/stat : 30189 (java) S 30130 30133 27288 0 -1 1077944384 2 12940 0 0 0 0 4 3 20 0 15 0 228301414 11246329856 10397 33554432000 4194304 4196468 140732239829904 140630561499408 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30190] ppid=30130 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30190/stat : 30190 (java) S 30130 30133 27288 0 -1 1077944384 1 12940 0 0 0 0 4 3 20 0 15 0 228301414 11246329856 10397 33554432000 4194304 4196468 140732239829904 140630560446864 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30191] ppid=30130 vsize=10982744 memory=140554697148032 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30191/stat : 30191 (java) S 30130 30133 27288 0 -1 1077944384 2 12940 0 0 0 0 4 3 20 0 15 0 228301415 11246329856 10397 33554432000 4194304 4196468 140732239829904 140630314441456 140631022840450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30192] ppid=30130 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30192/stat : 30192 (java) S 30130 30133 27288 0 -1 1077944384 13 12940 0 0 0 0 4 3 20 0 15 0 228301416 11246329856 10397 33554432000 4194304 4196468 140732239829904 140629845730976 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30193] ppid=30130 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30193/stat : 30193 (java) S 30130 30133 27288 0 -1 1077944384 1 12940 0 0 0 0 4 3 20 0 15 0 228301416 11246329856 10397 33554432000 4194304 4196468 140732239829904 140629644403952 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30194] ppid=30130 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30194/stat : 30194 (java) S 30130 30133 27288 0 -1 1077944384 3 12940 0 0 0 0 4 3 20 0 15 0 228301419 11246329856 10397 33554432000 4194304 4196468 140732239829904 140629337004496 140631022847899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30195] ppid=30130 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30133/task/30195/stat : 30195 (java) S 30130 30133 27288 0 -1 1077944384 418 12940 0 0 1 0 4 3 20 0 15 0 228301419 11246329856 10397 33554432000 4194304 4196468 140732239829904 140630313388272 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30196] ppid=30130 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30133/task/30196/stat : 30196 (java) S 30130 30133 27288 0 -1 1077944384 188 12940 0 0 1 0 4 3 20 0 15 0 228301419 11246329856 10397 33554432000 4194304 4196468 140732239829904 140630312335728 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30197] ppid=30130 vsize=10982744 memory=140554697148032 CPUtime=0.1 cores=0,2,4,6
/proc/30133/task/30197/stat : 30197 (java) S 30130 30133 27288 0 -1 1077944384 626 12940 0 0 3 0 4 3 20 0 15 0 228301419 11246329856 10397 33554432000 4194304 4196468 140732239829904 140630311282672 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30198] ppid=30130 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30198/stat : 30198 (java) S 30130 30133 27288 0 -1 1077944384 3 12940 0 0 0 0 4 3 20 0 15 0 228301419 11246329856 10397 33554432000 4194304 4196468 140732239829904 140628906207584 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30199] ppid=30130 vsize=10982744 memory=140554697148032 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30199/stat : 30199 (java) S 30130 30133 27288 0 -1 1077944384 1 12940 0 0 0 0 4 3 20 0 15 0 228301419 11246329856 10397 33554432000 4194304 4196468 140732239829904 140630310231088 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41588 KiB

[startup+0.310099 s]*
/proc/loadavg: 1.00 1.28 1.37 3/215 30199
/proc/meminfo: memFree=11932848/32770624 swapFree=67108496/67108860
[pid=30133] ppid=30130 vsize=10983192 memory=54440 CPUtime=0.38 cores=0,2,4,6
/proc/30133/stat : 30133 (java) S 30130 30133 27288 0 -1 1077944320 10171 12940 0 0 28 3 4 3 20 0 15 0 228301404 11246788608 13610 33554432000 4194304 4196468 140732239829904 140732239812448 140631022829303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
/proc/30133/statm: 2745798 13610 3077 1 0 2708109 0
[pid=30133/tid=30186] ppid=30130 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/30133/task/30186/stat : 30186 (java) R 30130 30133 27288 0 -1 4202560 6728 12940 0 0 19 2 4 3 20 0 15 0 228301413 11246788608 13610 33554432000 4194304 4196468 140732239829904 140630994641312 140631003105131 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30187] ppid=30130 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30187/stat : 30187 (java) S 30130 30133 27288 0 -1 1077944384 1 12940 0 0 0 0 4 3 20 0 15 0 228301414 11246788608 13610 33554432000 4194304 4196468 140732239829904 140631027071504 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30188] ppid=30130 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30188/stat : 30188 (java) S 30130 30133 27288 0 -1 1077944384 1 12940 0 0 0 0 4 3 20 0 15 0 228301414 11246788608 13610 33554432000 4194304 4196468 140732239829904 140630920997520 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30189] ppid=30130 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30189/stat : 30189 (java) S 30130 30133 27288 0 -1 1077944384 2 12940 0 0 0 0 4 3 20 0 15 0 228301414 11246788608 13610 33554432000 4194304 4196468 140732239829904 140630561499408 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30190] ppid=30130 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30190/stat : 30190 (java) S 30130 30133 27288 0 -1 1077944384 1 12940 0 0 0 0 4 3 20 0 15 0 228301414 11246788608 13610 33554432000 4194304 4196468 140732239829904 140630560446864 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30191] ppid=30130 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30191/stat : 30191 (java) S 30130 30133 27288 0 -1 1077944384 2 12940 0 0 0 0 4 3 20 0 15 0 228301415 11246788608 13610 33554432000 4194304 4196468 140732239829904 140630314441456 140631022840450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30192] ppid=30130 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30192/stat : 30192 (java) S 30130 30133 27288 0 -1 1077944384 13 12940 0 0 0 0 4 3 20 0 15 0 228301416 11246788608 13610 33554432000 4194304 4196468 140732239829904 140629845730976 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30193] ppid=30130 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30193/stat : 30193 (java) S 30130 30133 27288 0 -1 1077944384 1 12940 0 0 0 0 4 3 20 0 15 0 228301416 11246788608 13676 33554432000 4194304 4196468 140732239829904 140629644403952 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30194] ppid=30130 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30194/stat : 30194 (java) S 30130 30133 27288 0 -1 1077944384 3 12940 0 0 0 0 4 3 20 0 15 0 228301419 11246788608 13676 33554432000 4194304 4196468 140732239829904 140629337004496 140631022847899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30195] ppid=30130 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30133/task/30195/stat : 30195 (java) S 30130 30133 27288 0 -1 1077944384 418 12940 0 0 1 0 4 3 20 0 15 0 228301419 11246788608 13676 33554432000 4194304 4196468 140732239829904 140630313388272 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30196] ppid=30130 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30133/task/30196/stat : 30196 (java) S 30130 30133 27288 0 -1 1077944384 189 12940 0 0 1 0 4 3 20 0 15 0 228301419 11246788608 13676 33554432000 4194304 4196468 140732239829904 140630312335728 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30197] ppid=30130 vsize=10983192 memory=140554697148032 CPUtime=0.11 cores=0,2,4,6
/proc/30133/task/30197/stat : 30197 (java) S 30130 30133 27288 0 -1 1077944384 636 12940 0 0 4 0 4 3 20 0 15 0 228301419 11246788608 13676 33554432000 4194304 4196468 140732239829904 140630311282672 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30198] ppid=30130 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30198/stat : 30198 (java) S 30130 30133 27288 0 -1 1077944384 3 12940 0 0 0 0 4 3 20 0 15 0 228301419 11246788608 13676 33554432000 4194304 4196468 140732239829904 140628906207584 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30199] ppid=30130 vsize=10983192 memory=140554697148032 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30199/stat : 30199 (java) S 30130 30133 27288 0 -1 1077944384 1 12940 0 0 0 0 4 3 20 0 15 0 228301419 11246788608 13676 33554432000 4194304 4196468 140732239829904 140630310231088 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54440 KiB

[startup+0.700719 s]
/proc/loadavg: 1.00 1.28 1.37 3/215 30199
/proc/meminfo: memFree=11921780/32770624 swapFree=67108496/67108860
[pid=30133] ppid=30130 vsize=10983192 memory=88404 CPUtime=0.98 cores=0,2,4,6
/proc/30133/stat : 30133 (java) S 30130 30133 27288 0 -1 1077944320 16762 12940 0 0 87 4 4 3 20 0 15 0 228301404 11246788608 22101 33554432000 4194304 4196468 140732239829904 140732239812448 140631022829303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
/proc/30133/statm: 2745798 22101 3238 1 0 2708109 0
[pid=30133/tid=30186] ppid=30130 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/30133/task/30186/stat : 30186 (java) R 30130 30133 27288 0 -1 4202560 12315 12940 0 0 56 3 4 3 20 0 15 0 228301413 11246788608 22101 33554432000 4194304 4196468 140732239829904 140630994657160 140631003104641 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30187] ppid=30130 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30187/stat : 30187 (java) S 30130 30133 27288 0 -1 1077944384 1 12940 0 0 0 0 4 3 20 0 15 0 228301414 11246788608 22101 33554432000 4194304 4196468 140732239829904 140631027071504 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30188] ppid=30130 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30188/stat : 30188 (java) S 30130 30133 27288 0 -1 1077944384 1 12940 0 0 0 0 4 3 20 0 15 0 228301414 11246788608 22101 33554432000 4194304 4196468 140732239829904 140630920997520 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30189] ppid=30130 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30189/stat : 30189 (java) S 30130 30133 27288 0 -1 1077944384 2 12940 0 0 0 0 4 3 20 0 15 0 228301414 11246788608 22101 33554432000 4194304 4196468 140732239829904 140630561499408 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30190] ppid=30130 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30190/stat : 30190 (java) S 30130 30133 27288 0 -1 1077944384 1 12940 0 0 0 0 4 3 20 0 15 0 228301414 11246788608 22101 33554432000 4194304 4196468 140732239829904 140630560446864 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30191] ppid=30130 vsize=10983192 memory=5788922481001195351 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30191/stat : 30191 (java) S 30130 30133 27288 0 -1 1077944384 5 12940 0 0 0 0 4 3 20 0 15 0 228301415 11246788608 22101 33554432000 4194304 4196468 140732239829904 140630314441456 140631022840450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30192] ppid=30130 vsize=10983192 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30192/stat : 30192 (java) S 30130 30133 27288 0 -1 1077944384 13 12940 0 0 0 0 4 3 20 0 15 0 228301416 11246788608 22101 33554432000 4194304 4196468 140732239829904 140629845730976 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30193] ppid=30130 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30193/stat : 30193 (java) S 30130 30133 27288 0 -1 1077944384 1 12940 0 0 0 0 4 3 20 0 15 0 228301416 11246788608 22101 33554432000 4194304 4196468 140732239829904 140629644403952 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30194] ppid=30130 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30194/stat : 30194 (java) S 30130 30133 27288 0 -1 1077944384 3 12940 0 0 0 0 4 3 20 0 15 0 228301419 11246788608 22101 33554432000 4194304 4196468 140732239829904 140629337004496 140631022847899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30195] ppid=30130 vsize=10983192 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/30133/task/30195/stat : 30195 (java) S 30130 30133 27288 0 -1 1077944384 950 12940 0 0 9 0 4 3 20 0 15 0 228301419 11246788608 22101 33554432000 4194304 4196468 140732239829904 140630313388272 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30196] ppid=30130 vsize=10983192 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/30133/task/30196/stat : 30196 (java) S 30130 30133 27288 0 -1 1077944384 559 12940 0 0 7 0 4 3 20 0 15 0 228301419 11246788608 22101 33554432000 4194304 4196468 140732239829904 140630312335728 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30197] ppid=30130 vsize=10983192 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/30133/task/30197/stat : 30197 (java) S 30130 30133 27288 0 -1 1077944384 715 12940 0 0 13 0 4 3 20 0 15 0 228301419 11246788608 22101 33554432000 4194304 4196468 140732239829904 140630311282672 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30198] ppid=30130 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30198/stat : 30198 (java) S 30130 30133 27288 0 -1 1077944384 3 12940 0 0 0 0 4 3 20 0 15 0 228301419 11246788608 22101 33554432000 4194304 4196468 140732239829904 140628906207584 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30199] ppid=30130 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30199/stat : 30199 (java) S 30130 30133 27288 0 -1 1077944384 1 12940 0 0 0 0 4 3 20 0 15 0 228301419 11246788608 22101 33554432000 4194304 4196468 140732239829904 140630310231088 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88404 KiB

[startup+1.50068 s]
/proc/loadavg: 1.00 1.28 1.37 3/215 30199
/proc/meminfo: memFree=11878916/32770624 swapFree=67108496/67108860
[pid=30133] ppid=30130 vsize=10998092 memory=176652 CPUtime=2.24 cores=0,2,4,6
/proc/30133/stat : 30133 (java) S 30130 30133 27288 0 -1 1077944320 23857 12940 0 0 207 10 4 3 20 0 15 0 228301404 11262046208 44163 33554432000 4194304 4196468 140732239829904 140732239812448 140631022829303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
/proc/30133/statm: 2749523 44163 3467 1 0 2711181 0
[pid=30133/tid=30186] ppid=30130 vsize=10998092 memory=4951091520830867572 CPUtime=1.42 cores=0,2,4,6
/proc/30133/task/30186/stat : 30186 (java) R 30130 30133 27288 0 -1 4202560 17882 12940 0 0 129 6 4 3 20 0 15 0 228301413 11262046208 44163 33554432000 4194304 4196468 140732239829904 140630994660848 140631022851229 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30187] ppid=30130 vsize=10998092 memory=-5185266903443727209 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30187/stat : 30187 (java) S 30130 30133 27288 0 -1 1077944384 197 12940 0 0 0 0 4 3 20 0 15 0 228301414 11262046208 44163 33554432000 4194304 4196468 140732239829904 140631027071504 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30188] ppid=30130 vsize=10998092 memory=-7550774726609575064 CPUtime=0.08 cores=0,2,4,6
/proc/30133/task/30188/stat : 30188 (java) S 30130 30133 27288 0 -1 1077944384 21 12940 0 0 1 0 4 3 20 0 15 0 228301414 11262046208 44163 33554432000 4194304 4196468 140732239829904 140630920997520 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30189] ppid=30130 vsize=10998092 memory=6720696446780543624 CPUtime=0.08 cores=0,2,4,6
/proc/30133/task/30189/stat : 30189 (java) S 30130 30133 27288 0 -1 1077944384 32 12940 0 0 1 0 4 3 20 0 15 0 228301414 11262046208 44227 33554432000 4194304 4196468 140732239829904 140630561499408 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30190] ppid=30130 vsize=10998092 memory=117512 CPUtime=0.08 cores=0,2,4,6
/proc/30133/task/30190/stat : 30190 (java) S 30130 30133 27288 0 -1 1077944384 60 12940 0 0 1 0 4 3 20 0 15 0 228301414 11262046208 44227 33554432000 4194304 4196468 140732239829904 140630560446864 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30191] ppid=30130 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30133/task/30191/stat : 30191 (java) S 30130 30133 27288 0 -1 1077944384 69 12940 0 0 1 0 4 3 20 0 15 0 228301415 11262046208 44227 33554432000 4194304 4196468 140732239829904 140630314441456 140631022840450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30192] ppid=30130 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30192/stat : 30192 (java) S 30130 30133 27288 0 -1 1077944384 14 12940 0 0 0 0 4 3 20 0 15 0 228301416 11262046208 44227 33554432000 4194304 4196468 140732239829904 140629845731040 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30193] ppid=30130 vsize=10998092 memory=281109099249952 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30193/stat : 30193 (java) S 30130 30133 27288 0 -1 1077944384 2 12940 0 0 0 0 4 3 20 0 15 0 228301416 11262046208 44227 33554432000 4194304 4196468 140732239829904 140629644403968 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30194] ppid=30130 vsize=10998092 memory=281109099664896 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30194/stat : 30194 (java) S 30130 30133 27288 0 -1 1077944384 3 12940 0 0 0 0 4 3 20 0 15 0 228301419 11262046208 44227 33554432000 4194304 4196468 140732239829904 140629337004496 140631022847899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30195] ppid=30130 vsize=10998092 memory=140554549634688 CPUtime=0.3 cores=0,2,4,6
/proc/30133/task/30195/stat : 30195 (java) S 30130 30133 27288 0 -1 1077944384 1393 12940 0 0 23 0 4 3 20 0 15 0 228301419 11262046208 44227 33554432000 4194304 4196468 140732239829904 140630313388272 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30196] ppid=30130 vsize=10998092 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/30133/task/30196/stat : 30196 (java) S 30130 30133 27288 0 -1 1077944384 766 12940 0 0 16 0 4 3 20 0 15 0 228301419 11262046208 44227 33554432000 4194304 4196468 140732239829904 140630312335728 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30197] ppid=30130 vsize=10998092 memory=1128 CPUtime=0.37 cores=0,2,4,6
/proc/30133/task/30197/stat : 30197 (java) S 30130 30133 27288 0 -1 1077944384 1222 12940 0 0 30 0 4 3 20 0 15 0 228301419 11262046208 44227 33554432000 4194304 4196468 140732239829904 140630311282672 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30198] ppid=30130 vsize=10998092 memory=15188 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30198/stat : 30198 (java) S 30130 30133 27288 0 -1 1077944384 3 12940 0 0 0 0 4 3 20 0 15 0 228301419 11262046208 44227 33554432000 4194304 4196468 140732239829904 140628906207584 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30199] ppid=30130 vsize=10998092 memory=4000 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30199/stat : 30199 (java) S 30130 30133 27288 0 -1 1077944384 1 12940 0 0 0 0 4 3 20 0 15 0 228301419 11262046208 44227 33554432000 4194304 4196468 140732239829904 140630310231088 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 10998092 KiB

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

/proc/30133/task/30186/stat : 30186 (java) R 30130 30133 27288 0 -1 4202560 87029 12940 0 0 235954 43 4 3 20 0 15 0 228301413 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630994663024 140630606199694 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30187] ppid=30130 vsize=11077984 memory=1836 CPUtime=9.89 cores=0,2,4,6
/proc/30133/task/30187/stat : 30187 (java) S 30130 30133 27288 0 -1 1077944384 11029 12940 0 0 930 52 4 3 20 0 15 0 228301414 11343855616 233877 33554432000 4194304 4196468 140732239829904 140631027071504 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30188] ppid=30130 vsize=11077984 memory=933460 CPUtime=9.89 cores=0,2,4,6
/proc/30133/task/30188/stat : 30188 (java) S 30130 30133 27288 0 -1 1077944384 10499 12940 0 0 934 48 4 3 20 0 15 0 228301414 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630920997520 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30189] ppid=30130 vsize=11077984 memory=933460 CPUtime=9.93 cores=0,2,4,6
/proc/30133/task/30189/stat : 30189 (java) S 30130 30133 27288 0 -1 1077944384 9749 12940 0 0 939 47 4 3 20 0 15 0 228301414 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630561499408 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30190] ppid=30130 vsize=11077984 memory=935508 CPUtime=9.91 cores=0,2,4,6
/proc/30133/task/30190/stat : 30190 (java) S 30130 30133 27288 0 -1 1077944384 10524 12940 0 0 934 50 4 3 20 0 15 0 228301414 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630560446864 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30191] ppid=30130 vsize=11077984 memory=281109100868992 CPUtime=9.39 cores=0,2,4,6
/proc/30133/task/30191/stat : 30191 (java) S 30130 30133 27288 0 -1 1077944384 12769 12940 0 0 885 47 4 3 20 0 15 0 228301415 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630314441456 140631022840450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30192] ppid=30130 vsize=11077984 memory=935508 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30192/stat : 30192 (java) S 30130 30133 27288 0 -1 1077944384 15 12940 0 0 0 0 4 3 20 0 15 0 228301416 11343855616 233877 33554432000 4194304 4196468 140732239829904 140629845731104 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30193] ppid=30130 vsize=11077984 memory=935508 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30193/stat : 30193 (java) S 30130 30133 27288 0 -1 1077944384 5 12940 0 0 0 0 4 3 20 0 15 0 228301416 11343855616 233877 33554432000 4194304 4196468 140732239829904 140629644403968 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30194] ppid=30130 vsize=11077984 memory=1380 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30194/stat : 30194 (java) S 30130 30133 27288 0 -1 1077944384 3 12940 0 0 0 0 4 3 20 0 15 0 228301419 11343855616 233877 33554432000 4194304 4196468 140732239829904 140629337004496 140631022847899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30195] ppid=30130 vsize=11077984 memory=933460 CPUtime=3.68 cores=0,2,4,6
/proc/30133/task/30195/stat : 30195 (java) S 30130 30133 27288 0 -1 1077944384 30434 12940 0 0 357 4 4 3 20 0 15 0 228301419 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630313388272 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30196] ppid=30130 vsize=11077984 memory=935508 CPUtime=4.14 cores=0,2,4,6
/proc/30133/task/30196/stat : 30196 (java) S 30130 30133 27288 0 -1 1077944384 22043 12940 0 0 404 3 4 3 20 0 15 0 228301419 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630312335728 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30197] ppid=30130 vsize=11077984 memory=6791534058613427641 CPUtime=1.69 cores=0,2,4,6
/proc/30133/task/30197/stat : 30197 (java) S 30130 30133 27288 0 -1 1077944384 22814 12940 0 0 158 4 4 3 20 0 15 0 228301419 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630311282672 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30198] ppid=30130 vsize=11077984 memory=935508 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30198/stat : 30198 (java) S 30130 30133 27288 0 -1 1077944384 3 12940 0 0 0 0 4 3 20 0 15 0 228301419 11343855616 233877 33554432000 4194304 4196468 140732239829904 140628906207584 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30199] ppid=30130 vsize=11077984 memory=935508 CPUtime=1.36 cores=0,2,4,6
/proc/30133/task/30199/stat : 30199 (java) S 30130 30133 27288 0 -1 1077944384 1556 12940 0 0 66 63 4 3 20 0 15 0 228301419 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630310231088 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
Current children cumulated CPU time: 2419.38 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 935508 KiB

[startup+2442.3 s]
/proc/loadavg: 1.46 1.35 1.37 3/215 30426
/proc/meminfo: memFree=11239280/32770624 swapFree=67108496/67108860
[pid=30133] ppid=30130 vsize=11077984 memory=935508 CPUtime=2480.13 cores=0,2,4,6
/proc/30133/stat : 30133 (java) S 30130 30133 27288 0 -1 1077944320 221974 12940 0 0 247695 311 4 3 20 0 15 0 228301404 11343855616 233877 33554432000 4194304 4196468 140732239829904 140732239812448 140631022829303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
/proc/30133/statm: 2769496 233877 3525 1 0 2731149 0
[pid=30133/tid=30186] ppid=30130 vsize=11077984 memory=935508 CPUtime=2419.43 cores=0,2,4,6
/proc/30133/task/30186/stat : 30186 (java) R 30130 30133 27288 0 -1 4202560 87646 12940 0 0 241892 44 4 3 20 0 15 0 228301413 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630994663104 140630603393741 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30187] ppid=30130 vsize=11077984 memory=935508 CPUtime=10.15 cores=0,2,4,6
/proc/30133/task/30187/stat : 30187 (java) S 30130 30133 27288 0 -1 1077944384 11340 12940 0 0 955 53 4 3 20 0 15 0 228301414 11343855616 233877 33554432000 4194304 4196468 140732239829904 140631027071504 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30188] ppid=30130 vsize=11077984 memory=933460 CPUtime=10.16 cores=0,2,4,6
/proc/30133/task/30188/stat : 30188 (java) S 30130 30133 27288 0 -1 1077944384 10559 12940 0 0 959 50 4 3 20 0 15 0 228301414 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630920997520 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30189] ppid=30130 vsize=11077984 memory=935508 CPUtime=10.2 cores=0,2,4,6
/proc/30133/task/30189/stat : 30189 (java) S 30130 30133 27288 0 -1 1077944384 9773 12940 0 0 965 48 4 3 20 0 15 0 228301414 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630561499408 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30190] ppid=30130 vsize=11077984 memory=935508 CPUtime=10.18 cores=0,2,4,6
/proc/30133/task/30190/stat : 30190 (java) S 30130 30133 27288 0 -1 1077944384 10601 12940 0 0 960 51 4 3 20 0 15 0 228301414 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630560446864 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30191] ppid=30130 vsize=11077984 memory=935508 CPUtime=9.64 cores=0,2,4,6
/proc/30133/task/30191/stat : 30191 (java) S 30130 30133 27288 0 -1 1077944384 12976 12940 0 0 909 48 4 3 20 0 15 0 228301415 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630314441456 140631022840450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30192] ppid=30130 vsize=11077984 memory=935508 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30192/stat : 30192 (java) S 30130 30133 27288 0 -1 1077944384 15 12940 0 0 0 0 4 3 20 0 15 0 228301416 11343855616 233877 33554432000 4194304 4196468 140732239829904 140629845731104 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30193] ppid=30130 vsize=11077984 memory=935508 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30193/stat : 30193 (java) S 30130 30133 27288 0 -1 1077944384 5 12940 0 0 0 0 4 3 20 0 15 0 228301416 11343855616 233877 33554432000 4194304 4196468 140732239829904 140629644403968 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30194] ppid=30130 vsize=11077984 memory=935508 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30194/stat : 30194 (java) S 30130 30133 27288 0 -1 1077944384 3 12940 0 0 0 0 4 3 20 0 15 0 228301419 11343855616 233877 33554432000 4194304 4196468 140732239829904 140629337004496 140631022847899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30195] ppid=30130 vsize=11077984 memory=6791534058613427641 CPUtime=3.68 cores=0,2,4,6
/proc/30133/task/30195/stat : 30195 (java) S 30130 30133 27288 0 -1 1077944384 30436 12940 0 0 357 4 4 3 20 0 15 0 228301419 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630313388272 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30196] ppid=30130 vsize=11077984 memory=935508 CPUtime=4.14 cores=0,2,4,6
/proc/30133/task/30196/stat : 30196 (java) S 30130 30133 27288 0 -1 1077944384 22045 12940 0 0 404 3 4 3 20 0 15 0 228301419 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630312335728 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30197] ppid=30130 vsize=11077984 memory=3872 CPUtime=1.69 cores=0,2,4,6
/proc/30133/task/30197/stat : 30197 (java) S 30130 30133 27288 0 -1 1077944384 22816 12940 0 0 158 4 4 3 20 0 15 0 228301419 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630311282672 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30198] ppid=30130 vsize=11077984 memory=3872 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30198/stat : 30198 (java) S 30130 30133 27288 0 -1 1077944384 3 12940 0 0 0 0 4 3 20 0 15 0 228301419 11343855616 233877 33554432000 4194304 4196468 140732239829904 140628906207584 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30199] ppid=30130 vsize=11077984 memory=61780 CPUtime=1.39 cores=0,2,4,6
/proc/30133/task/30199/stat : 30199 (java) S 30130 30133 27288 0 -1 1077944384 1564 12940 0 0 67 65 4 3 20 0 15 0 228301419 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630310231088 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
Current children cumulated CPU time: 2480.13 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 935508 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2481.7 s]
/proc/loadavg: 1.10 1.27 1.35 3/215 30426
/proc/meminfo: memFree=11239284/32770624 swapFree=67108496/67108860
[pid=30133] ppid=30130 vsize=11077984 memory=935508 CPUtime=2520.04 cores=0,2,4,6
/proc/30133/stat : 30133 (java) S 30130 30133 27288 0 -1 1077944320 222636 12940 0 0 251681 316 4 3 20 0 15 0 228301404 11343855616 233877 33554432000 4194304 4196468 140732239829904 140732239812448 140631022829303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
/proc/30133/statm: 2769496 233877 3525 1 0 2731149 0
[pid=30133/tid=30186] ppid=30130 vsize=11077984 memory=935508 CPUtime=2458.44 cores=0,2,4,6
/proc/30133/task/30186/stat : 30186 (java) R 30130 30133 27288 0 -1 4202560 88012 12940 0 0 245792 45 4 3 20 0 15 0 228301413 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630994662912 140630606198306 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30187] ppid=30130 vsize=11077984 memory=935508 CPUtime=10.33 cores=0,2,4,6
/proc/30133/task/30187/stat : 30187 (java) S 30130 30133 27288 0 -1 1077944384 11373 12940 0 0 972 54 4 3 20 0 15 0 228301414 11343855616 233877 33554432000 4194304 4196468 140732239829904 140631027071504 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30188] ppid=30130 vsize=11077984 memory=935508 CPUtime=10.33 cores=0,2,4,6
/proc/30133/task/30188/stat : 30188 (java) S 30130 30133 27288 0 -1 1077944384 10611 12940 0 0 975 51 4 3 20 0 15 0 228301414 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630920997520 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30189] ppid=30130 vsize=11077984 memory=935508 CPUtime=10.38 cores=0,2,4,6
/proc/30133/task/30189/stat : 30189 (java) S 30130 30133 27288 0 -1 1077944384 9781 12940 0 0 982 49 4 3 20 0 15 0 228301414 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630561499408 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30190] ppid=30130 vsize=11077984 memory=935508 CPUtime=10.36 cores=0,2,4,6
/proc/30133/task/30190/stat : 30190 (java) S 30130 30133 27288 0 -1 1077944384 10615 12940 0 0 977 52 4 3 20 0 15 0 228301414 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630560446864 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30191] ppid=30130 vsize=11077984 memory=935508 CPUtime=9.8 cores=0,2,4,6
/proc/30133/task/30191/stat : 30191 (java) S 30130 30133 27288 0 -1 1077944384 13162 12940 0 0 925 48 4 3 20 0 15 0 228301415 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630314441456 140631022840450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30192] ppid=30130 vsize=11077984 memory=935508 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30192/stat : 30192 (java) S 30130 30133 27288 0 -1 1077944384 15 12940 0 0 0 0 4 3 20 0 15 0 228301416 11343855616 233877 33554432000 4194304 4196468 140732239829904 140629845731104 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30193] ppid=30130 vsize=11077984 memory=935508 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30193/stat : 30193 (java) S 30130 30133 27288 0 -1 1077944384 5 12940 0 0 0 0 4 3 20 0 15 0 228301416 11343855616 233877 33554432000 4194304 4196468 140732239829904 140629644403968 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30194] ppid=30130 vsize=11077984 memory=935508 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30194/stat : 30194 (java) S 30130 30133 27288 0 -1 1077944384 3 12940 0 0 0 0 4 3 20 0 15 0 228301419 11343855616 233877 33554432000 4194304 4196468 140732239829904 140629337004496 140631022847899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30195] ppid=30130 vsize=11077984 memory=1380 CPUtime=3.68 cores=0,2,4,6
/proc/30133/task/30195/stat : 30195 (java) S 30130 30133 27288 0 -1 1077944384 30436 12940 0 0 357 4 4 3 20 0 15 0 228301419 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630313388272 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30196] ppid=30130 vsize=11077984 memory=935508 CPUtime=4.14 cores=0,2,4,6
/proc/30133/task/30196/stat : 30196 (java) S 30130 30133 27288 0 -1 1077944384 22045 12940 0 0 404 3 4 3 20 0 15 0 228301419 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630312335728 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30197] ppid=30130 vsize=11077984 memory=935508 CPUtime=1.69 cores=0,2,4,6
/proc/30133/task/30197/stat : 30197 (java) S 30130 30133 27288 0 -1 1077944384 22816 12940 0 0 158 4 4 3 20 0 15 0 228301419 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630311282672 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30198] ppid=30130 vsize=11077984 memory=8171897249147152487 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30198/stat : 30198 (java) S 30130 30133 27288 0 -1 1077944384 3 12940 0 0 0 0 4 3 20 0 15 0 228301419 11343855616 233877 33554432000 4194304 4196468 140732239829904 140628906207584 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30199] ppid=30130 vsize=11077984 memory=935508 CPUtime=1.41 cores=0,2,4,6
/proc/30133/task/30199/stat : 30199 (java) S 30130 30133 27288 0 -1 1077944384 1567 12940 0 0 68 66 4 3 20 0 15 0 228301419 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630310231088 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 935508 KiB

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

[startup+2481.73 s]
# the end of solver process 30133 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.87 s, system=3.21125 s

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

[startup+2481.7 s]
/proc/loadavg: 1.10 1.27 1.35 3/215 30426
/proc/meminfo: memFree=11239284/32770624 swapFree=67108496/67108860
[pid=30133] ppid=30130 vsize=11077984 memory=935508 CPUtime=2520.04 cores=0,2,4,6
/proc/30133/stat : 30133 (java) S 30130 30133 27288 0 -1 1077944320 222636 12940 0 0 251681 316 4 3 20 0 15 0 228301404 11343855616 233877 33554432000 4194304 4196468 140732239829904 140732239812448 140631022829303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
/proc/30133/statm: 2769496 233877 3525 1 0 2731149 0
[pid=30133/tid=30186] ppid=30130 vsize=11077984 memory=935508 CPUtime=2458.44 cores=0,2,4,6
/proc/30133/task/30186/stat : 30186 (java) R 30130 30133 27288 0 -1 4202560 88012 12940 0 0 245792 45 4 3 20 0 15 0 228301413 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630994662912 140630606198306 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30187] ppid=30130 vsize=11077984 memory=935508 CPUtime=10.33 cores=0,2,4,6
/proc/30133/task/30187/stat : 30187 (java) S 30130 30133 27288 0 -1 1077944384 11373 12940 0 0 972 54 4 3 20 0 15 0 228301414 11343855616 233877 33554432000 4194304 4196468 140732239829904 140631027071504 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30188] ppid=30130 vsize=11077984 memory=935508 CPUtime=10.33 cores=0,2,4,6
/proc/30133/task/30188/stat : 30188 (java) S 30130 30133 27288 0 -1 1077944384 10611 12940 0 0 975 51 4 3 20 0 15 0 228301414 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630920997520 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30189] ppid=30130 vsize=11077984 memory=935508 CPUtime=10.38 cores=0,2,4,6
/proc/30133/task/30189/stat : 30189 (java) S 30130 30133 27288 0 -1 1077944384 9781 12940 0 0 982 49 4 3 20 0 15 0 228301414 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630561499408 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30190] ppid=30130 vsize=11077984 memory=935508 CPUtime=10.36 cores=0,2,4,6
/proc/30133/task/30190/stat : 30190 (java) S 30130 30133 27288 0 -1 1077944384 10615 12940 0 0 977 52 4 3 20 0 15 0 228301414 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630560446864 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30191] ppid=30130 vsize=11077984 memory=935508 CPUtime=9.8 cores=0,2,4,6
/proc/30133/task/30191/stat : 30191 (java) S 30130 30133 27288 0 -1 1077944384 13162 12940 0 0 925 48 4 3 20 0 15 0 228301415 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630314441456 140631022840450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30192] ppid=30130 vsize=11077984 memory=935508 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30192/stat : 30192 (java) S 30130 30133 27288 0 -1 1077944384 15 12940 0 0 0 0 4 3 20 0 15 0 228301416 11343855616 233877 33554432000 4194304 4196468 140732239829904 140629845731104 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30193] ppid=30130 vsize=11077984 memory=935508 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30193/stat : 30193 (java) S 30130 30133 27288 0 -1 1077944384 5 12940 0 0 0 0 4 3 20 0 15 0 228301416 11343855616 233877 33554432000 4194304 4196468 140732239829904 140629644403968 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30194] ppid=30130 vsize=11077984 memory=935508 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30194/stat : 30194 (java) S 30130 30133 27288 0 -1 1077944384 3 12940 0 0 0 0 4 3 20 0 15 0 228301419 11343855616 233877 33554432000 4194304 4196468 140732239829904 140629337004496 140631022847899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30195] ppid=30130 vsize=11077984 memory=1380 CPUtime=3.68 cores=0,2,4,6
/proc/30133/task/30195/stat : 30195 (java) S 30130 30133 27288 0 -1 1077944384 30436 12940 0 0 357 4 4 3 20 0 15 0 228301419 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630313388272 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30196] ppid=30130 vsize=11077984 memory=935508 CPUtime=4.14 cores=0,2,4,6
/proc/30133/task/30196/stat : 30196 (java) S 30130 30133 27288 0 -1 1077944384 22045 12940 0 0 404 3 4 3 20 0 15 0 228301419 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630312335728 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30197] ppid=30130 vsize=11077984 memory=935508 CPUtime=1.69 cores=0,2,4,6
/proc/30133/task/30197/stat : 30197 (java) S 30130 30133 27288 0 -1 1077944384 22816 12940 0 0 158 4 4 3 20 0 15 0 228301419 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630311282672 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30198] ppid=30130 vsize=11077984 memory=8171897249147152487 CPUtime=0.07 cores=0,2,4,6
/proc/30133/task/30198/stat : 30198 (java) S 30130 30133 27288 0 -1 1077944384 3 12940 0 0 0 0 4 3 20 0 15 0 228301419 11343855616 233877 33554432000 4194304 4196468 140732239829904 140628906207584 140631022839509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
[pid=30133/tid=30199] ppid=30130 vsize=11077984 memory=935508 CPUtime=1.41 cores=0,2,4,6
/proc/30133/task/30199/stat : 30199 (java) S 30130 30133 27288 0 -1 1077944384 1567 12940 0 0 68 66 4 3 20 0 15 0 228301419 11343855616 233877 33554432000 4194304 4196468 140732239829904 140630310231088 140631022840450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36884480 140732239837795 140732239840604 140732239840604 140732239843279 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 935508 KiB

Child status: 143
Real time (s): 2481.73
CPU time (s): 2520.08
CPU user time (s): 2516.87
CPU system time (s): 3.21125
CPU usage (%): 101.546
Max. virtual memory (cumulated for all children) (KiB): 11080816
Max. memory (cumulated for all children) (KiB): 935508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.87
system time used= 3.21125
maximum resident set size= 937892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236480
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 267065
involuntary context switches= 7932


# summary of solver processes directly reported to runsolver:
#   pid: 30133
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.87
#   total CPU system time (s): 3.21125

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9296 second user time and 23.2012 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-12 22:56:22
IDJOB=4304974
IDBENCH=141338
IDSOLVER=2781
FILE ID=node149/4304974-1534107382
RUNJOBID= node149-1534099857-27319
PBS_JOBID= 21037007
Free space on /tmp= 39084 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Langford/LangfordBin-12_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304974-1534107382/watcher-4304974-1534107382 -o /tmp/evaluation-result-4304974-1534107382/solver-4304974-1534107382 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534099857-27319 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1515884463 -superng HOME/instance-4304974-1534107382.xml

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

MD5SUM BENCH= d44a6c2f310df02cbd65e302b0bb5238
RANDOM SEED=1515884463

node149.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.60
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.60
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.60
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.60
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:        11971684 kB
MemAvailable:   30911228 kB
Buffers:          207692 kB
Cached:         18763764 kB
SwapCached:           28 kB
Active:          8752316 kB
Inactive:       11264980 kB
Active(anon):     994652 kB
Inactive(anon):   103076 kB
Active(file):    7757664 kB
Inactive(file): 11161904 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             26580 kB
Writeback:             0 kB
AnonPages:       1053184 kB
Mapped:            67720 kB
Shmem:             49616 kB
Slab:             476520 kB
SReclaimable:     448436 kB
SUnreclaim:        28084 kB
KernelStack:        3584 kB
PageTables:         8992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1914472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    952320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 39056 MiB
End job on node149 at 2018-08-12 23:37:44