Trace number 4304646

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT (TO)7 2520.11 2466.33

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-07_c18.xml
MD5SUMd533abf730bec48b9e0ac1943d19d6b7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark2.86606
Satisfiable
(Un)Satisfiability was proved
Number of variables51
Number of constraints479
Number of domains2
Minimum domain size3
Maximum domain size24
Distribution of domain sizes[{"size":3,"count":49},{"size":24,"count":2}]
Minimum variable degree2
Maximum variable degree26
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":20,"count":24},{"degree":22,"count":16},{"degree":24,"count":8},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":477},{"arity":50,"count":2}]
Number of extensional constraints0
Number of intensional constraints477
Distribution of constraint types[{"type":"intension","count":477},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.99/0.75	c Concrete v3.9.2.1532736233296 running
981.69/955.42	o 4
982.27/955.84	o 5
982.27/955.89	o 6
1090.94/1062.31	o 7
2520.07/2466.30	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2466.30		at concrete.MAC.mac(MAC.scala:188)
2520.07/2466.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.07/2466.30		at scala.util.Try$.apply(Try.scala:209)
2520.07/2466.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.07/2466.30		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.07/2466.31		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.07/2466.31		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.07/2466.31		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.07/2466.31		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.07/2466.31		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.07/2466.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.07/2466.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.07/2466.31		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2466.31		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2466.31		at concrete.MAC.nextSolution(MAC.scala:355)
2520.07/2466.31		at concrete.Solver.hasNext(Solver.scala:166)
2520.07/2466.31		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.07/2466.31		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.07/2466.31		at concrete.Solver.foreach(Solver.scala:68)
2520.07/2466.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.07/2466.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.07/2466.31		at scala.util.Success.map(Try.scala:209)
2520.07/2466.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2466.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.07/2466.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.07/2466.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2466.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.07/2466.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.07/2466.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.07/2466.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.07/2466.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.07/2466.31		at scala.collection.immutable.List.foreach(List.scala:389)
2520.07/2466.31		at scala.App.main(App.scala:76)
2520.07/2466.31		at scala.App.main$(App.scala:74)
2520.07/2466.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.07/2466.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2466.31	v <instantiation cost="7">
2520.07/2466.31	v       <list>
2520.07/2466.31	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] nb nw
2520.07/2466.31	v       </list>
2520.07/2466.31	v       <values>
2520.07/2466.31	v         0 1 1 1 0 0 0 0 0 0 0 0 2 2 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 2 2 0 0 0 0 0 0 2 2 7 7
2520.07/2466.31	v       </values>
2520.07/2466.31	v     </instantiation>
2520.07/2466.31	s SATISFIABLE

Verifier Data

OK	7

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 (10822 MiB free)
  memory of node 1: 16384 MiB (4858 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304646-1534123031/watcher-4304646-1534123031 -o /tmp/evaluation-result-4304646-1534123031/solver-4304646-1534123031 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534096675-9345 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1051337120 -superng HOME/instance-4304646-1534123031.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=14252, runsolver pid=14249

[startup+0.102427 s]*
/proc/loadavg: 1.55 1.51 1.50 2/212 14309
/proc/meminfo: memFree=16050240/32770624 swapFree=67108688/67108860
[pid=14252] ppid=14249 vsize=10005480 memory=16808 CPUtime=0.09 cores=0,2,4,6
/proc/14252/stat : 14252 (java) S 14249 14252 9314 0 -1 1077944320 4374 13319 0 0 1 0 5 3 20 0 6 0 229866270 10245611520 4202 33554432000 4194304 4196468 140732766881056 140732766863600 140051925384951 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
/proc/14252/statm: 2501370 4202 1934 1 0 2489808 0
[pid=14252/tid=14305] ppid=14249 vsize=10005480 memory=4279135704047060365 CPUtime=0.09 cores=0,2,4,6
/proc/14252/task/14305/stat : 14305 (java) R 14249 14252 9314 0 -1 4202560 2221 13319 0 0 1 0 5 3 20 0 6 0 229866279 10245611520 4268 33554432000 4194304 4196468 140732766881056 140051897221712 140051909465438 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14306] ppid=14249 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14306/stat : 14306 (java) S 14249 14252 9314 0 -1 1077944384 1 13319 0 0 0 0 5 3 20 0 6 0 229866280 10245611520 4268 33554432000 4194304 4196468 140732766881056 140051929627280 140051925395157 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14307] ppid=14249 vsize=10005480 memory=139843605579392 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14307/stat : 14307 (java) S 14249 14252 9314 0 -1 1077944384 1 13319 0 0 0 0 5 3 20 0 6 0 229866280 10245611520 4268 33554432000 4194304 4196468 140732766881056 140051784346128 140051925395157 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14308] ppid=14249 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14308/stat : 14308 (java) S 14249 14252 9314 0 -1 1077944384 1 13319 0 0 0 0 5 3 20 0 6 0 229866280 10245611520 4268 33554432000 4194304 4196468 140732766881056 140051783293328 140051925395157 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14309] ppid=14249 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14309/stat : 14309 (java) S 14249 14252 9314 0 -1 1077944384 2 13319 0 0 0 0 5 3 20 0 6 0 229866280 10245611520 4268 33554432000 4194304 4196468 140732766881056 140051782240528 140051925395157 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16808 KiB

[startup+0.210143 s]*
/proc/loadavg: 1.55 1.51 1.50 3/221 14318
/proc/meminfo: memFree=16029296/32770624 swapFree=67108688/67108860
[pid=14252] ppid=14249 vsize=10982744 memory=42396 CPUtime=0.26 cores=0,2,4,6
/proc/14252/stat : 14252 (java) S 14249 14252 9314 0 -1 1077944320 7282 13319 0 0 16 2 5 3 20 0 15 0 229866270 11246329856 10599 33554432000 4194304 4196468 140732766881056 140732766863600 140051925384951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
/proc/14252/statm: 2745686 10599 2960 1 0 2708109 0
[pid=14252/tid=14305] ppid=14249 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/14252/task/14305/stat : 14305 (java) R 14249 14252 9314 0 -1 4202560 3883 13319 0 0 10 1 5 3 20 0 15 0 229866279 11246329856 10599 33554432000 4194304 4196468 140732766881056 140051897163216 140051905660711 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14306] ppid=14249 vsize=10982744 memory=365 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14306/stat : 14306 (java) S 14249 14252 9314 0 -1 1077944384 1 13319 0 0 0 0 5 3 20 0 15 0 229866280 11246329856 10599 33554432000 4194304 4196468 140732766881056 140051929627280 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14307] ppid=14249 vsize=10982744 memory=139843605593823 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14307/stat : 14307 (java) S 14249 14252 9314 0 -1 1077944384 1 13319 0 0 0 0 5 3 20 0 15 0 229866280 11246329856 10599 33554432000 4194304 4196468 140732766881056 140051784346128 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14308] ppid=14249 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14308/stat : 14308 (java) S 14249 14252 9314 0 -1 1077944384 1 13319 0 0 0 0 5 3 20 0 15 0 229866280 11246329856 10599 33554432000 4194304 4196468 140732766881056 140051783293328 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14309] ppid=14249 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14309/stat : 14309 (java) S 14249 14252 9314 0 -1 1077944384 2 13319 0 0 0 0 5 3 20 0 15 0 229866280 11246329856 10599 33554432000 4194304 4196468 140732766881056 140051782240528 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14310] ppid=14249 vsize=10982744 memory=139843605579392 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14310/stat : 14310 (java) S 14249 14252 9314 0 -1 1077944384 2 13319 0 0 0 0 5 3 20 0 15 0 229866282 11246329856 10665 33554432000 4194304 4196468 140732766881056 140051351264112 140051925396098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14311] ppid=14249 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14311/stat : 14311 (java) S 14249 14252 9314 0 -1 1077944384 13 13319 0 0 0 0 5 3 20 0 15 0 229866282 11246329856 10665 33554432000 4194304 4196468 140732766881056 140050763343392 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14312] ppid=14249 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14312/stat : 14312 (java) S 14249 14252 9314 0 -1 1077944384 1 13319 0 0 0 0 5 3 20 0 15 0 229866282 11246329856 10665 33554432000 4194304 4196468 140732766881056 140050562016624 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14313] ppid=14249 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14313/stat : 14313 (java) S 14249 14252 9314 0 -1 1077944384 3 13319 0 0 0 0 5 3 20 0 15 0 229866285 11246329856 10665 33554432000 4194304 4196468 140732766881056 140050254616912 140051925403547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14314] ppid=14249 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14252/task/14314/stat : 14314 (java) S 14249 14252 9314 0 -1 1077944384 559 13319 0 0 1 0 5 3 20 0 15 0 229866285 11246329856 10665 33554432000 4194304 4196468 140732766881056 140051350210928 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14315] ppid=14249 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14315/stat : 14315 (java) S 14249 14252 9314 0 -1 1077944384 56 13319 0 0 0 0 5 3 20 0 15 0 229866285 11246329856 10665 33554432000 4194304 4196468 140732766881056 140051349158128 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14316] ppid=14249 vsize=10982744 memory=139843605579392 CPUtime=0.11 cores=0,2,4,6
/proc/14252/task/14316/stat : 14316 (java) S 14249 14252 9314 0 -1 1077944384 607 13319 0 0 3 0 5 3 20 0 15 0 229866285 11246329856 10665 33554432000 4194304 4196468 140732766881056 140051348105328 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14317] ppid=14249 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14317/stat : 14317 (java) S 14249 14252 9314 0 -1 1077944384 3 13319 0 0 0 0 5 3 20 0 15 0 229866285 11246329856 10665 33554432000 4194304 4196468 140732766881056 140049823820000 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14318] ppid=14249 vsize=10982744 memory=139843605579392 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14318/stat : 14318 (java) S 14249 14252 9314 0 -1 1077944384 1 13319 0 0 0 0 5 3 20 0 15 0 229866286 11246329856 10665 33554432000 4194304 4196468 140732766881056 140051347053744 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42396 KiB

[startup+0.310535 s]*
/proc/loadavg: 1.55 1.51 1.50 3/221 14318
/proc/meminfo: memFree=16016644/32770624 swapFree=67108688/67108860
[pid=14252] ppid=14249 vsize=10983192 memory=55840 CPUtime=0.39 cores=0,2,4,6
/proc/14252/stat : 14252 (java) S 14249 14252 9314 0 -1 1077944320 10507 13319 0 0 28 3 5 3 20 0 15 0 229866270 11246788608 13960 33554432000 4194304 4196468 140732766881056 140732766863600 140051925384951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
/proc/14252/statm: 2745798 13960 3079 1 0 2708109 0
[pid=14252/tid=14305] ppid=14249 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/14252/task/14305/stat : 14305 (java) R 14249 14252 9314 0 -1 4202560 7147 13319 0 0 19 2 5 3 20 0 15 0 229866279 11246788608 14026 33554432000 4194304 4196468 140732766881056 140051897196960 140051909465438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14306] ppid=14249 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14306/stat : 14306 (java) S 14249 14252 9314 0 -1 1077944384 1 13319 0 0 0 0 5 3 20 0 15 0 229866280 11246788608 14026 33554432000 4194304 4196468 140732766881056 140051929627280 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14307] ppid=14249 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14307/stat : 14307 (java) S 14249 14252 9314 0 -1 1077944384 1 13319 0 0 0 0 5 3 20 0 15 0 229866280 11246788608 14026 33554432000 4194304 4196468 140732766881056 140051784346128 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14308] ppid=14249 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14308/stat : 14308 (java) S 14249 14252 9314 0 -1 1077944384 1 13319 0 0 0 0 5 3 20 0 15 0 229866280 11246788608 14026 33554432000 4194304 4196468 140732766881056 140051783293328 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14309] ppid=14249 vsize=10983192 memory=2240 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14309/stat : 14309 (java) S 14249 14252 9314 0 -1 1077944384 2 13319 0 0 0 0 5 3 20 0 15 0 229866280 11246788608 14026 33554432000 4194304 4196468 140732766881056 140051782240528 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14310] ppid=14249 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14310/stat : 14310 (java) S 14249 14252 9314 0 -1 1077944384 2 13319 0 0 0 0 5 3 20 0 15 0 229866282 11246788608 14026 33554432000 4194304 4196468 140732766881056 140051351264112 140051925396098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14311] ppid=14249 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14311/stat : 14311 (java) S 14249 14252 9314 0 -1 1077944384 13 13319 0 0 0 0 5 3 20 0 15 0 229866282 11246788608 14026 33554432000 4194304 4196468 140732766881056 140050763343392 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14312] ppid=14249 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14312/stat : 14312 (java) S 14249 14252 9314 0 -1 1077944384 1 13319 0 0 0 0 5 3 20 0 15 0 229866282 11246788608 14026 33554432000 4194304 4196468 140732766881056 140050562016624 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14313] ppid=14249 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14313/stat : 14313 (java) S 14249 14252 9314 0 -1 1077944384 3 13319 0 0 0 0 5 3 20 0 15 0 229866285 11246788608 14026 33554432000 4194304 4196468 140732766881056 140050254616912 140051925403547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14314] ppid=14249 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14252/task/14314/stat : 14314 (java) S 14249 14252 9314 0 -1 1077944384 561 13319 0 0 1 0 5 3 20 0 15 0 229866285 11246788608 14026 33554432000 4194304 4196468 140732766881056 140051350210928 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14315] ppid=14249 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/14252/task/14315/stat : 14315 (java) S 14249 14252 9314 0 -1 1077944384 59 13319 0 0 1 0 5 3 20 0 15 0 229866285 11246788608 14026 33554432000 4194304 4196468 140732766881056 140051349158128 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14316] ppid=14249 vsize=10983192 memory=139843605579392 CPUtime=0.13 cores=0,2,4,6
/proc/14252/task/14316/stat : 14316 (java) S 14249 14252 9314 0 -1 1077944384 613 13319 0 0 5 0 5 3 20 0 15 0 229866285 11246788608 14026 33554432000 4194304 4196468 140732766881056 140051348105328 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14317] ppid=14249 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14317/stat : 14317 (java) S 14249 14252 9314 0 -1 1077944384 3 13319 0 0 0 0 5 3 20 0 15 0 229866285 11246788608 14026 33554432000 4194304 4196468 140732766881056 140049823820000 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14318] ppid=14249 vsize=10983192 memory=139843605579392 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14318/stat : 14318 (java) S 14249 14252 9314 0 -1 1077944384 1 13319 0 0 0 0 5 3 20 0 15 0 229866286 11246788608 14026 33554432000 4194304 4196468 140732766881056 140051347053744 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55840 KiB

[startup+0.700711 s]
/proc/loadavg: 1.55 1.51 1.50 3/221 14318
/proc/meminfo: memFree=16005900/32770624 swapFree=67108688/67108860
[pid=14252] ppid=14249 vsize=10983192 memory=88604 CPUtime=0.99 cores=0,2,4,6
/proc/14252/stat : 14252 (java) S 14249 14252 9314 0 -1 1077944320 16755 13319 0 0 87 4 5 3 20 0 15 0 229866270 11246788608 22151 33554432000 4194304 4196468 140732766881056 140732766863600 140051925384951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
/proc/14252/statm: 2745798 22151 3247 1 0 2708109 0
[pid=14252/tid=14305] ppid=14249 vsize=10983192 memory=2372 CPUtime=0.67 cores=0,2,4,6
/proc/14252/task/14305/stat : 14305 (java) R 14249 14252 9314 0 -1 4202560 12250 13319 0 0 56 3 5 3 20 0 15 0 229866279 11246788608 22151 33554432000 4194304 4196468 140732766881056 140051897205240 140051906948507 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14306] ppid=14249 vsize=10983192 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14306/stat : 14306 (java) S 14249 14252 9314 0 -1 1077944384 1 13319 0 0 0 0 5 3 20 0 15 0 229866280 11246788608 22151 33554432000 4194304 4196468 140732766881056 140051929627280 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14307] ppid=14249 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14307/stat : 14307 (java) S 14249 14252 9314 0 -1 1077944384 1 13319 0 0 0 0 5 3 20 0 15 0 229866280 11246788608 22151 33554432000 4194304 4196468 140732766881056 140051784346128 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14308] ppid=14249 vsize=10983192 memory=139844135158356 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14308/stat : 14308 (java) S 14249 14252 9314 0 -1 1077944384 1 13319 0 0 0 0 5 3 20 0 15 0 229866280 11246788608 22151 33554432000 4194304 4196468 140732766881056 140051783293328 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14309] ppid=14249 vsize=10983192 memory=139844135158358 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14309/stat : 14309 (java) S 14249 14252 9314 0 -1 1077944384 2 13319 0 0 0 0 5 3 20 0 15 0 229866280 11246788608 22151 33554432000 4194304 4196468 140732766881056 140051782240528 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14310] ppid=14249 vsize=10983192 memory=139844135158372 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14310/stat : 14310 (java) S 14249 14252 9314 0 -1 1077944384 5 13319 0 0 0 0 5 3 20 0 15 0 229866282 11246788608 22151 33554432000 4194304 4196468 140732766881056 140051351264112 140051925396098 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14311] ppid=14249 vsize=10983192 memory=139844135158382 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14311/stat : 14311 (java) S 14249 14252 9314 0 -1 1077944384 13 13319 0 0 0 0 5 3 20 0 15 0 229866282 11246788608 22151 33554432000 4194304 4196468 140732766881056 140050763343392 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14312] ppid=14249 vsize=10983192 memory=139844135158383 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14312/stat : 14312 (java) S 14249 14252 9314 0 -1 1077944384 1 13319 0 0 0 0 5 3 20 0 15 0 229866282 11246788608 22151 33554432000 4194304 4196468 140732766881056 140050562016624 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14313] ppid=14249 vsize=10983192 memory=139844135158385 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14313/stat : 14313 (java) S 14249 14252 9314 0 -1 1077944384 3 13319 0 0 0 0 5 3 20 0 15 0 229866285 11246788608 22151 33554432000 4194304 4196468 140732766881056 140050254616912 140051925403547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14314] ppid=14249 vsize=10983192 memory=139844135158393 CPUtime=0.17 cores=0,2,4,6
/proc/14252/task/14314/stat : 14314 (java) S 14249 14252 9314 0 -1 1077944384 1199 13319 0 0 9 0 5 3 20 0 15 0 229866285 11246788608 22151 33554432000 4194304 4196468 140732766881056 140051350210928 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14315] ppid=14249 vsize=10983192 memory=142558554489493 CPUtime=0.15 cores=0,2,4,6
/proc/14252/task/14315/stat : 14315 (java) S 14249 14252 9314 0 -1 1077944384 409 13319 0 0 7 0 5 3 20 0 15 0 229866285 11246788608 22151 33554432000 4194304 4196468 140732766881056 140051349158128 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14316] ppid=14249 vsize=10983192 memory=16348 CPUtime=0.21 cores=0,2,4,6
/proc/14252/task/14316/stat : 14316 (java) S 14249 14252 9314 0 -1 1077944384 674 13319 0 0 13 0 5 3 20 0 15 0 229866285 11246788608 22151 33554432000 4194304 4196468 140732766881056 140051348105328 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14317] ppid=14249 vsize=10983192 memory=1176 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14317/stat : 14317 (java) S 14249 14252 9314 0 -1 1077944384 3 13319 0 0 0 0 5 3 20 0 15 0 229866285 11246788608 22151 33554432000 4194304 4196468 140732766881056 140049823820000 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14318] ppid=14249 vsize=10983192 memory=34528 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14318/stat : 14318 (java) S 14249 14252 9314 0 -1 1077944384 1 13319 0 0 0 0 5 3 20 0 15 0 229866286 11246788608 22151 33554432000 4194304 4196468 140732766881056 140051347053744 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88604 KiB

[startup+1.5007 s]
/proc/loadavg: 1.55 1.51 1.50 3/221 14318
/proc/meminfo: memFree=15961972/32770624 swapFree=67108688/67108860
[pid=14252] ppid=14249 vsize=10998092 memory=181224 CPUtime=2.39 cores=0,2,4,6
/proc/14252/stat : 14252 (java) S 14249 14252 9314 0 -1 1077944320 23875 13319 0 0 222 9 5 3 20 0 15 0 229866270 11262046208 45306 33554432000 4194304 4196468 140732766881056 140732766863600 140051925384951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
/proc/14252/statm: 2749523 45306 3468 1 0 2711181 0
[pid=14252/tid=14305] ppid=14249 vsize=10998092 memory=112416 CPUtime=1.43 cores=0,2,4,6
/proc/14252/task/14305/stat : 14305 (java) R 14249 14252 9314 0 -1 4202560 17457 13319 0 0 131 4 5 3 20 0 15 0 229866279 11262046208 45306 33554432000 4194304 4196468 140732766881056 140051897208944 140051823616329 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14306] ppid=14249 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14306/stat : 14306 (java) S 14249 14252 9314 0 -1 1077944384 162 13319 0 0 0 0 5 3 20 0 15 0 229866280 11262046208 45306 33554432000 4194304 4196468 140732766881056 140051929627280 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14307] ppid=14249 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14252/task/14307/stat : 14307 (java) S 14249 14252 9314 0 -1 1077944384 54 13319 0 0 1 0 5 3 20 0 15 0 229866280 11262046208 45306 33554432000 4194304 4196468 140732766881056 140051784346128 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14308] ppid=14249 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14252/task/14308/stat : 14308 (java) S 14249 14252 9314 0 -1 1077944384 22 13319 0 0 1 0 5 3 20 0 15 0 229866280 11262046208 45306 33554432000 4194304 4196468 140732766881056 140051783293328 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14309] ppid=14249 vsize=10998092 memory=139843464254736 CPUtime=0.09 cores=0,2,4,6
/proc/14252/task/14309/stat : 14309 (java) S 14249 14252 9314 0 -1 1077944384 37 13319 0 0 1 0 5 3 20 0 15 0 229866280 11262046208 45306 33554432000 4194304 4196468 140732766881056 140051782240528 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14310] ppid=14249 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14252/task/14310/stat : 14310 (java) S 14249 14252 9314 0 -1 1077944384 53 13319 0 0 1 0 5 3 20 0 15 0 229866282 11262046208 45306 33554432000 4194304 4196468 140732766881056 140051351264112 140051925396098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14311] ppid=14249 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14311/stat : 14311 (java) S 14249 14252 9314 0 -1 1077944384 13 13319 0 0 0 0 5 3 20 0 15 0 229866282 11262046208 45306 33554432000 4194304 4196468 140732766881056 140050763343456 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14312] ppid=14249 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14312/stat : 14312 (java) S 14249 14252 9314 0 -1 1077944384 2 13319 0 0 0 0 5 3 20 0 15 0 229866282 11262046208 45306 33554432000 4194304 4196468 140732766881056 140050562016624 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14313] ppid=14249 vsize=10998092 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14313/stat : 14313 (java) S 14249 14252 9314 0 -1 1077944384 3 13319 0 0 0 0 5 3 20 0 15 0 229866285 11262046208 45306 33554432000 4194304 4196468 140732766881056 140050254616912 140051925403547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14314] ppid=14249 vsize=10998092 memory=279686928551616 CPUtime=0.3 cores=0,2,4,6
/proc/14252/task/14314/stat : 14314 (java) S 14249 14252 9314 0 -1 1077944384 1430 13319 0 0 22 0 5 3 20 0 15 0 229866285 11262046208 45306 33554432000 4194304 4196468 140732766881056 140051350210928 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14315] ppid=14249 vsize=10998092 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/14252/task/14315/stat : 14315 (java) S 14249 14252 9314 0 -1 1077944384 1028 13319 0 0 23 0 5 3 20 0 15 0 229866285 11262046208 45306 33554432000 4194304 4196468 140732766881056 140051349158128 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14316] ppid=14249 vsize=10998092 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/14252/task/14316/stat : 14316 (java) R 14249 14252 9314 0 -1 1077944384 1418 13319 0 0 37 0 5 3 20 0 15 0 229866285 11262046208 45306 33554432000 4194304 4196468 140732766881056 140051348105328 140051925396098 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14317] ppid=14249 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14317/stat : 14317 (java) S 14249 14252 9314 0 -1 1077944384 3 13319 0 0 0 0 5 3 20 0 15 0 229866285 11262046208 45306 33554432000 4194304 4196468 140732766881056 140049823820000 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14318] ppid=14249 vsize=10998092 memory=-7452431979323206951 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14318/stat : 14318 (java) S 14249 14252 9314 0 -1 1077944384 1 13319 0 0 0 0 5 3 20 0 15 0 229866286 11262046208 45306 33554432000 4194304 4196468 140732766881056 140051347053744 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 10998092 KiB

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

/proc/14252/task/14305/stat : 14305 (java) R 14249 14252 9314 0 -1 4202560 128422 13319 0 0 235684 53 5 3 20 0 15 0 229866279 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051897220384 140051471806784 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14306] ppid=14249 vsize=11080032 memory=1596576 CPUtime=13.49 cores=0,2,4,6
/proc/14252/task/14306/stat : 14306 (java) S 14249 14252 9314 0 -1 1077944384 35807 13319 0 0 1285 56 5 3 20 0 15 0 229866280 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051929627280 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14307] ppid=14249 vsize=11080032 memory=279686929192080 CPUtime=13.46 cores=0,2,4,6
/proc/14252/task/14307/stat : 14307 (java) S 14249 14252 9314 0 -1 1077944384 27340 13319 0 0 1286 52 5 3 20 0 15 0 229866280 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051784346128 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14308] ppid=14249 vsize=11080032 memory=1596576 CPUtime=13.48 cores=0,2,4,6
/proc/14252/task/14308/stat : 14308 (java) S 14249 14252 9314 0 -1 1077944384 21813 13319 0 0 1289 51 5 3 20 0 15 0 229866280 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051783293328 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14309] ppid=14249 vsize=11080032 memory=1596576 CPUtime=13.48 cores=0,2,4,6
/proc/14252/task/14309/stat : 14309 (java) S 14249 14252 9314 0 -1 1077944384 25927 13319 0 0 1291 49 5 3 20 0 15 0 229866280 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051782240528 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14310] ppid=14249 vsize=11080032 memory=490 CPUtime=9 cores=0,2,4,6
/proc/14252/task/14310/stat : 14310 (java) S 14249 14252 9314 0 -1 1077944384 27165 13319 0 0 842 50 5 3 20 0 15 0 229866282 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051351264112 140051925396098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14311] ppid=14249 vsize=11080032 memory=568 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14311/stat : 14311 (java) S 14249 14252 9314 0 -1 1077944384 24 13319 0 0 0 0 5 3 20 0 15 0 229866282 11345952768 399144 33554432000 4194304 4196468 140732766881056 140050763343520 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14312] ppid=14249 vsize=11080032 memory=1596576 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14312/stat : 14312 (java) S 14249 14252 9314 0 -1 1077944384 19 13319 0 0 0 0 5 3 20 0 15 0 229866282 11345952768 399144 33554432000 4194304 4196468 140732766881056 140050562016640 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14313] ppid=14249 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14313/stat : 14313 (java) S 14249 14252 9314 0 -1 1077944384 3 13319 0 0 0 0 5 3 20 0 15 0 229866285 11345952768 399144 33554432000 4194304 4196468 140732766881056 140050254616912 140051925403547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14314] ppid=14249 vsize=11080032 memory=1176 CPUtime=4.98 cores=0,2,4,6
/proc/14252/task/14314/stat : 14314 (java) S 14249 14252 9314 0 -1 1077944384 31537 13319 0 0 485 5 5 3 20 0 15 0 229866285 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051350210928 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14315] ppid=14249 vsize=11080032 memory=34568 CPUtime=5.76 cores=0,2,4,6
/proc/14252/task/14315/stat : 14315 (java) S 14249 14252 9314 0 -1 1077944384 50592 13319 0 0 563 5 5 3 20 0 15 0 229866285 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051349158128 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14316] ppid=14249 vsize=11080032 memory=1596576 CPUtime=2.58 cores=0,2,4,6
/proc/14252/task/14316/stat : 14316 (java) S 14249 14252 9314 0 -1 1077944384 43604 13319 0 0 245 5 5 3 20 0 15 0 229866285 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051348105328 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14317] ppid=14249 vsize=11080032 memory=1388 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14317/stat : 14317 (java) S 14249 14252 9314 0 -1 1077944384 3 13319 0 0 0 0 5 3 20 0 15 0 229866285 11345952768 399144 33554432000 4194304 4196468 140732766881056 140049823820000 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14318] ppid=14249 vsize=11080032 memory=9664 CPUtime=1.45 cores=0,2,4,6
/proc/14252/task/14318/stat : 14318 (java) S 14249 14252 9314 0 -1 1077944384 1581 13319 0 0 64 73 5 3 20 0 15 0 229866286 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051347053744 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
Current children cumulated CPU time: 2434.51 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1596576 KiB

[startup+2442.3 s]
/proc/loadavg: 1.21 1.34 1.39 3/218 14564
/proc/meminfo: memFree=16168964/32770624 swapFree=67108688/67108860
[pid=14252] ppid=14249 vsize=11080032 memory=1596576 CPUtime=2495.63 cores=0,2,4,6
/proc/14252/stat : 14252 (java) S 14249 14252 9314 0 -1 1077944320 397784 13319 0 0 249196 359 5 3 20 0 15 0 229866270 11345952768 399144 33554432000 4194304 4196468 140732766881056 140732766863600 140051925384951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
/proc/14252/statm: 2770008 399144 3522 1 0 2731661 0
[pid=14252/tid=14305] ppid=14249 vsize=11080032 memory=6791534058613427641 CPUtime=2416.73 cores=0,2,4,6
/proc/14252/task/14305/stat : 14305 (java) R 14249 14252 9314 0 -1 4202560 129183 13319 0 0 241612 53 5 3 20 0 15 0 229866279 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051897220768 140051464275857 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14306] ppid=14249 vsize=11080032 memory=1596576 CPUtime=13.88 cores=0,2,4,6
/proc/14252/task/14306/stat : 14306 (java) S 14249 14252 9314 0 -1 1077944384 36117 13319 0 0 1323 57 5 3 20 0 15 0 229866280 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051929627280 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14307] ppid=14249 vsize=11080032 memory=1596576 CPUtime=13.85 cores=0,2,4,6
/proc/14252/task/14307/stat : 14307 (java) S 14249 14252 9314 0 -1 1077944384 27381 13319 0 0 1324 53 5 3 20 0 15 0 229866280 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051784346128 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14308] ppid=14249 vsize=11080032 memory=1596576 CPUtime=13.86 cores=0,2,4,6
/proc/14252/task/14308/stat : 14308 (java) S 14249 14252 9314 0 -1 1077944384 22228 13319 0 0 1326 52 5 3 20 0 15 0 229866280 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051783293328 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14309] ppid=14249 vsize=11080032 memory=8 CPUtime=13.88 cores=0,2,4,6
/proc/14252/task/14309/stat : 14309 (java) S 14249 14252 9314 0 -1 1077944384 25996 13319 0 0 1330 50 5 3 20 0 15 0 229866280 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051782240528 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14310] ppid=14249 vsize=11080032 memory=1596576 CPUtime=9.23 cores=0,2,4,6
/proc/14252/task/14310/stat : 14310 (java) S 14249 14252 9314 0 -1 1077944384 27293 13319 0 0 864 51 5 3 20 0 15 0 229866282 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051351264112 140051925396098 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14311] ppid=14249 vsize=11080032 memory=1596576 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14311/stat : 14311 (java) S 14249 14252 9314 0 -1 1077944384 24 13319 0 0 0 0 5 3 20 0 15 0 229866282 11345952768 399144 33554432000 4194304 4196468 140732766881056 140050763343520 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14312] ppid=14249 vsize=11080032 memory=1224 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14312/stat : 14312 (java) S 14249 14252 9314 0 -1 1077944384 19 13319 0 0 0 0 5 3 20 0 15 0 229866282 11345952768 399144 33554432000 4194304 4196468 140732766881056 140050562016640 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14313] ppid=14249 vsize=11080032 memory=1792 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14313/stat : 14313 (java) S 14249 14252 9314 0 -1 1077944384 3 13319 0 0 0 0 5 3 20 0 15 0 229866285 11345952768 399144 33554432000 4194304 4196468 140732766881056 140050254616912 140051925403547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14314] ppid=14249 vsize=11080032 memory=1596576 CPUtime=4.98 cores=0,2,4,6
/proc/14252/task/14314/stat : 14314 (java) S 14249 14252 9314 0 -1 1077944384 31541 13319 0 0 485 5 5 3 20 0 15 0 229866285 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051350210928 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14315] ppid=14249 vsize=11080032 memory=1596576 CPUtime=5.76 cores=0,2,4,6
/proc/14252/task/14315/stat : 14315 (java) S 14249 14252 9314 0 -1 1077944384 50596 13319 0 0 563 5 5 3 20 0 15 0 229866285 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051349158128 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14316] ppid=14249 vsize=11080032 memory=1596576 CPUtime=2.58 cores=0,2,4,6
/proc/14252/task/14316/stat : 14316 (java) S 14249 14252 9314 0 -1 1077944384 43608 13319 0 0 245 5 5 3 20 0 15 0 229866285 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051348105328 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14317] ppid=14249 vsize=11080032 memory=1596576 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14317/stat : 14317 (java) S 14249 14252 9314 0 -1 1077944384 3 13319 0 0 0 0 5 3 20 0 15 0 229866285 11345952768 399144 33554432000 4194304 4196468 140732766881056 140049823820000 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14318] ppid=14249 vsize=11080032 memory=2600 CPUtime=1.48 cores=0,2,4,6
/proc/14252/task/14318/stat : 14318 (java) S 14249 14252 9314 0 -1 1077944384 1600 13319 0 0 65 75 5 3 20 0 15 0 229866286 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051347053744 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
Current children cumulated CPU time: 2495.63 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1596576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.3 s]
/proc/loadavg: 1.28 1.35 1.39 3/218 14566
/proc/meminfo: memFree=16168324/32770624 swapFree=67108688/67108860
[pid=14252] ppid=14249 vsize=11080032 memory=1596576 CPUtime=2520.07 cores=0,2,4,6
/proc/14252/stat : 14252 (java) S 14249 14252 9314 0 -1 1077944320 398231 13319 0 0 251638 361 5 3 20 0 15 0 229866270 11345952768 399144 33554432000 4194304 4196468 140732766881056 140732766863600 140051925384951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
/proc/14252/statm: 2770008 399144 3522 1 0 2731661 0
[pid=14252/tid=14305] ppid=14249 vsize=11080032 memory=1596576 CPUtime=2440.46 cores=0,2,4,6
/proc/14252/task/14305/stat : 14305 (java) R 14249 14252 9314 0 -1 4202560 129460 13319 0 0 243984 54 5 3 20 0 15 0 229866279 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051897220384 140051452331279 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14306] ppid=14249 vsize=11080032 memory=1596576 CPUtime=14.03 cores=0,2,4,6
/proc/14252/task/14306/stat : 14306 (java) S 14249 14252 9314 0 -1 1077944384 36143 13319 0 0 1338 57 5 3 20 0 15 0 229866280 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051929627280 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14307] ppid=14249 vsize=11080032 memory=1596576 CPUtime=14 cores=0,2,4,6
/proc/14252/task/14307/stat : 14307 (java) S 14249 14252 9314 0 -1 1077944384 27386 13319 0 0 1339 53 5 3 20 0 15 0 229866280 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051784346128 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14308] ppid=14249 vsize=11080032 memory=1832 CPUtime=14.01 cores=0,2,4,6
/proc/14252/task/14308/stat : 14308 (java) S 14249 14252 9314 0 -1 1077944384 22259 13319 0 0 1341 52 5 3 20 0 15 0 229866280 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051783293328 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14309] ppid=14249 vsize=11080032 memory=1596576 CPUtime=14.03 cores=0,2,4,6
/proc/14252/task/14309/stat : 14309 (java) S 14249 14252 9314 0 -1 1077944384 26000 13319 0 0 1345 50 5 3 20 0 15 0 229866280 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051782240528 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14310] ppid=14249 vsize=11080032 memory=1596576 CPUtime=9.32 cores=0,2,4,6
/proc/14252/task/14310/stat : 14310 (java) S 14249 14252 9314 0 -1 1077944384 27383 13319 0 0 872 52 5 3 20 0 15 0 229866282 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051351264112 140051925396098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14311] ppid=14249 vsize=11080032 memory=1596576 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14311/stat : 14311 (java) S 14249 14252 9314 0 -1 1077944384 24 13319 0 0 0 0 5 3 20 0 15 0 229866282 11345952768 399144 33554432000 4194304 4196468 140732766881056 140050763343520 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14312] ppid=14249 vsize=11080032 memory=4337 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14312/stat : 14312 (java) S 14249 14252 9314 0 -1 1077944384 19 13319 0 0 0 0 5 3 20 0 15 0 229866282 11345952768 399144 33554432000 4194304 4196468 140732766881056 140050562016640 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14313] ppid=14249 vsize=11080032 memory=1596576 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14313/stat : 14313 (java) S 14249 14252 9314 0 -1 1077944384 3 13319 0 0 0 0 5 3 20 0 15 0 229866285 11345952768 399144 33554432000 4194304 4196468 140732766881056 140050254616912 140051925403547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14314] ppid=14249 vsize=11080032 memory=3824 CPUtime=4.98 cores=0,2,4,6
/proc/14252/task/14314/stat : 14314 (java) S 14249 14252 9314 0 -1 1077944384 31541 13319 0 0 485 5 5 3 20 0 15 0 229866285 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051350210928 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14315] ppid=14249 vsize=11080032 memory=1596576 CPUtime=5.76 cores=0,2,4,6
/proc/14252/task/14315/stat : 14315 (java) S 14249 14252 9314 0 -1 1077944384 50596 13319 0 0 563 5 5 3 20 0 15 0 229866285 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051349158128 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14316] ppid=14249 vsize=11080032 memory=1596576 CPUtime=2.58 cores=0,2,4,6
/proc/14252/task/14316/stat : 14316 (java) S 14249 14252 9314 0 -1 1077944384 43608 13319 0 0 245 5 5 3 20 0 15 0 229866285 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051348105328 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14317] ppid=14249 vsize=11080032 memory=1596576 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14317/stat : 14317 (java) S 14249 14252 9314 0 -1 1077944384 3 13319 0 0 0 0 5 3 20 0 15 0 229866285 11345952768 399144 33554432000 4194304 4196468 140732766881056 140049823820000 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14318] ppid=14249 vsize=11080032 memory=1388 CPUtime=1.49 cores=0,2,4,6
/proc/14252/task/14318/stat : 14318 (java) S 14249 14252 9314 0 -1 1077944384 1614 13319 0 0 66 75 5 3 20 0 15 0 229866286 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051347053744 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1596576 KiB

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

[startup+2466.33 s]
# the end of solver process 14252 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.45 s, system=3.66138 s

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

[startup+2466.3 s]
/proc/loadavg: 1.28 1.35 1.39 3/218 14566
/proc/meminfo: memFree=16168324/32770624 swapFree=67108688/67108860
[pid=14252] ppid=14249 vsize=11080032 memory=1596576 CPUtime=2520.07 cores=0,2,4,6
/proc/14252/stat : 14252 (java) S 14249 14252 9314 0 -1 1077944320 398231 13319 0 0 251638 361 5 3 20 0 15 0 229866270 11345952768 399144 33554432000 4194304 4196468 140732766881056 140732766863600 140051925384951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
/proc/14252/statm: 2770008 399144 3522 1 0 2731661 0
[pid=14252/tid=14305] ppid=14249 vsize=11080032 memory=1596576 CPUtime=2440.46 cores=0,2,4,6
/proc/14252/task/14305/stat : 14305 (java) R 14249 14252 9314 0 -1 4202560 129460 13319 0 0 243984 54 5 3 20 0 15 0 229866279 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051897220384 140051452331279 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14306] ppid=14249 vsize=11080032 memory=1596576 CPUtime=14.03 cores=0,2,4,6
/proc/14252/task/14306/stat : 14306 (java) S 14249 14252 9314 0 -1 1077944384 36143 13319 0 0 1338 57 5 3 20 0 15 0 229866280 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051929627280 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14307] ppid=14249 vsize=11080032 memory=1596576 CPUtime=14 cores=0,2,4,6
/proc/14252/task/14307/stat : 14307 (java) S 14249 14252 9314 0 -1 1077944384 27386 13319 0 0 1339 53 5 3 20 0 15 0 229866280 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051784346128 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14308] ppid=14249 vsize=11080032 memory=1832 CPUtime=14.01 cores=0,2,4,6
/proc/14252/task/14308/stat : 14308 (java) S 14249 14252 9314 0 -1 1077944384 22259 13319 0 0 1341 52 5 3 20 0 15 0 229866280 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051783293328 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14309] ppid=14249 vsize=11080032 memory=1596576 CPUtime=14.03 cores=0,2,4,6
/proc/14252/task/14309/stat : 14309 (java) S 14249 14252 9314 0 -1 1077944384 26000 13319 0 0 1345 50 5 3 20 0 15 0 229866280 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051782240528 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14310] ppid=14249 vsize=11080032 memory=1596576 CPUtime=9.32 cores=0,2,4,6
/proc/14252/task/14310/stat : 14310 (java) S 14249 14252 9314 0 -1 1077944384 27383 13319 0 0 872 52 5 3 20 0 15 0 229866282 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051351264112 140051925396098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14311] ppid=14249 vsize=11080032 memory=1596576 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14311/stat : 14311 (java) S 14249 14252 9314 0 -1 1077944384 24 13319 0 0 0 0 5 3 20 0 15 0 229866282 11345952768 399144 33554432000 4194304 4196468 140732766881056 140050763343520 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14312] ppid=14249 vsize=11080032 memory=4337 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14312/stat : 14312 (java) S 14249 14252 9314 0 -1 1077944384 19 13319 0 0 0 0 5 3 20 0 15 0 229866282 11345952768 399144 33554432000 4194304 4196468 140732766881056 140050562016640 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14313] ppid=14249 vsize=11080032 memory=1596576 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14313/stat : 14313 (java) S 14249 14252 9314 0 -1 1077944384 3 13319 0 0 0 0 5 3 20 0 15 0 229866285 11345952768 399144 33554432000 4194304 4196468 140732766881056 140050254616912 140051925403547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14314] ppid=14249 vsize=11080032 memory=3824 CPUtime=4.98 cores=0,2,4,6
/proc/14252/task/14314/stat : 14314 (java) S 14249 14252 9314 0 -1 1077944384 31541 13319 0 0 485 5 5 3 20 0 15 0 229866285 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051350210928 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14315] ppid=14249 vsize=11080032 memory=1596576 CPUtime=5.76 cores=0,2,4,6
/proc/14252/task/14315/stat : 14315 (java) S 14249 14252 9314 0 -1 1077944384 50596 13319 0 0 563 5 5 3 20 0 15 0 229866285 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051349158128 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14316] ppid=14249 vsize=11080032 memory=1596576 CPUtime=2.58 cores=0,2,4,6
/proc/14252/task/14316/stat : 14316 (java) S 14249 14252 9314 0 -1 1077944384 43608 13319 0 0 245 5 5 3 20 0 15 0 229866285 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051348105328 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14317] ppid=14249 vsize=11080032 memory=1596576 CPUtime=0.08 cores=0,2,4,6
/proc/14252/task/14317/stat : 14317 (java) S 14249 14252 9314 0 -1 1077944384 3 13319 0 0 0 0 5 3 20 0 15 0 229866285 11345952768 399144 33554432000 4194304 4196468 140732766881056 140049823820000 140051925395157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
[pid=14252/tid=14318] ppid=14249 vsize=11080032 memory=1388 CPUtime=1.49 cores=0,2,4,6
/proc/14252/task/14318/stat : 14318 (java) S 14249 14252 9314 0 -1 1077944384 1614 13319 0 0 66 75 5 3 20 0 15 0 229866286 11345952768 399144 33554432000 4194304 4196468 140732766881056 140051347053744 140051925396098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30298112 140732766882403 140732766885212 140732766885212 140732766887887 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1596576 KiB

Child status: 143
Real time (s): 2466.33
CPU time (s): 2520.11
CPU user time (s): 2516.45
CPU system time (s): 3.66138
CPU usage (%): 102.181
Max. virtual memory (cumulated for all children) (KiB): 11082904
Max. memory (cumulated for all children) (KiB): 1881016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.45
system time used= 3.66138
maximum resident set size= 1882996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 412560
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 253204
involuntary context switches= 8468


# summary of solver processes directly reported to runsolver:
#   pid: 14252
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.45
#   total CPU system time (s): 3.66138

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5139 second user time and 22.6409 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-13 03:17:11
IDJOB=4304646
IDBENCH=141494
IDSOLVER=2781
FILE ID=node134/4304646-1534123031
RUNJOBID= node134-1534096675-9345
PBS_JOBID= 21036997
Free space on /tmp= 42536 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-07_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304646-1534123031/watcher-4304646-1534123031 -o /tmp/evaluation-result-4304646-1534123031/solver-4304646-1534123031 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534096675-9345 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1051337120 -superng HOME/instance-4304646-1534123031.xml

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

MD5SUM BENCH= d533abf730bec48b9e0ac1943d19d6b7
RANDOM SEED=1051337120

node134.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.68
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.68
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.68
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.68
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:        16059236 kB
MemAvailable:   29692524 kB
Buffers:          211156 kB
Cached:         13570920 kB
SwapCached:           52 kB
Active:          6682356 kB
Inactive:        9362128 kB
Active(anon):    2211388 kB
Inactive(anon):   103140 kB
Active(file):    4470968 kB
Inactive(file):  9258988 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             26256 kB
Writeback:             0 kB
AnonPages:       2222616 kB
Mapped:            68128 kB
Shmem:             49684 kB
Slab:             360552 kB
SReclaimable:     331792 kB
SUnreclaim:        28760 kB
KernelStack:        3936 kB
PageTables:        10304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3266596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1982464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 42512 MiB
End job on node134 at 2018-08-13 03:58:17