Trace number 4302831

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-SuperNG? (TO) 252.142 218.345

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m2-magazine_c18.xml
MD5SUMc4204b87298b93dafaf8bd2d2b317c15
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2600
Number of constraints201
Number of domains3
Minimum domain size2
Maximum domain size406
Distribution of domain sizes[{"size":2,"count":50},{"size":41,"count":2500},{"size":406,"count":50}]
Minimum variable degree2
Maximum variable degree52
Distribution of variable degrees[{"degree":2,"count":2450},{"degree":3,"count":100},{"degree":52,"count":50}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":100},{"arity":50,"count":51},{"arity":100,"count":50}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100},{"type":"ordered","count":1},{"type":"sum","count":100}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302831-1532897170/watcher-4302831-1532897170 -o /tmp/evaluation-result-4302831-1532897170/solver-4302831-1532897170 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28700 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1442882185 -superng HOME/instance-4302831-1532897170.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=2197, runsolver pid=2194

[startup+0.100166 s]*
/proc/loadavg: 1.86 1.80 1.81 3/213 2254
/proc/meminfo: memFree=23636044/32770624 swapFree=67108744/67108860
[pid=2197] ppid=2194 vsize=10005480 memory=18592 CPUtime=0.09 cores=0,2,4,6
/proc/2197/stat : 2197 (java) S 2194 2197 19273 0 -1 1077944320 4270 13025 0 0 2 0 5 2 20 0 6 0 107280194 10245611520 4648 33554432000 4194304 4196468 140725992576480 140725992559024 140654892375799 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
/proc/2197/statm: 2501370 4648 1933 1 0 2489808 0
[pid=2197/tid=2250] ppid=2194 vsize=10005480 memory=-8171376296011865461 CPUtime=0.08 cores=0,2,4,6
/proc/2197/task/2250/stat : 2250 (java) R 2194 2197 19273 0 -1 4202560 2107 13025 0 0 1 0 5 2 20 0 6 0 107280203 10245611520 4648 33554432000 4194304 4196468 140725992576480 140654864212560 140654878058291 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2251] ppid=2194 vsize=10005480 memory=5792869726567804975 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2251/stat : 2251 (java) S 2194 2197 19273 0 -1 1077944384 1 13025 0 0 0 0 5 2 20 0 6 0 107280204 10245611520 4648 33554432000 4194304 4196468 140725992576480 140654896618000 140654892386005 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2252] ppid=2194 vsize=10005480 memory=139672995911296 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2252/stat : 2252 (java) S 2194 2197 19273 0 -1 1077944384 1 13025 0 0 0 0 5 2 20 0 6 0 107280204 10245611520 4648 33554432000 4194304 4196468 140725992576480 140654751337104 140654892386005 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2253] ppid=2194 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2253/stat : 2253 (java) S 2194 2197 19273 0 -1 1077944384 2 13025 0 0 0 0 5 2 20 0 6 0 107280204 10245611520 4648 33554432000 4194304 4196468 140725992576480 140654750284048 140654892386005 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2254] ppid=2194 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2254/stat : 2254 (java) S 2194 2197 19273 0 -1 1077944384 2 13025 0 0 0 0 5 2 20 0 6 0 107280204 10245611520 4648 33554432000 4194304 4196468 140725992576480 140654749231504 140654892386005 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210585 s]*
/proc/loadavg: 1.86 1.80 1.81 3/222 2263
/proc/meminfo: memFree=23614728/32770624 swapFree=67108744/67108860
[pid=2197] ppid=2194 vsize=10982744 memory=42288 CPUtime=0.25 cores=0,2,4,6
/proc/2197/stat : 2197 (java) S 2194 2197 19273 0 -1 1077944320 7843 13025 0 0 18 0 5 2 20 0 15 0 107280194 11246329856 10572 33554432000 4194304 4196468 140725992576480 140725992559024 140654892375799 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
/proc/2197/statm: 2745686 10572 2946 1 0 2708109 0
[pid=2197/tid=2250] ppid=2194 vsize=10985364 memory=8389772277269004345 CPUtime=0.18 cores=0,2,4,6
/proc/2197/task/2250/stat : 2250 (java) R 2194 2197 19273 0 -1 4202560 4852 13025 0 0 11 0 5 2 20 0 15 0 107280203 11249012736 11100 33554432000 4194304 4196468 140725992576480 140654864200608 140654885055517 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2251] ppid=2194 vsize=10985364 memory=4294967660 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2251/stat : 2251 (java) S 2194 2197 19273 0 -1 1077944384 1 13025 0 0 0 0 5 2 20 0 15 0 107280204 11249012736 11100 33554432000 4194304 4196468 140725992576480 140654896618000 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2252] ppid=2194 vsize=10985364 memory=3833045145344956064 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2252/stat : 2252 (java) S 2194 2197 19273 0 -1 1077944384 1 13025 0 0 0 0 5 2 20 0 15 0 107280204 11249012736 11100 33554432000 4194304 4196468 140725992576480 140654751337104 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2253] ppid=2194 vsize=10985364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2253/stat : 2253 (java) S 2194 2197 19273 0 -1 1077944384 2 13025 0 0 0 0 5 2 20 0 15 0 107280204 11249012736 11100 33554432000 4194304 4196468 140725992576480 140654750284048 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2254] ppid=2194 vsize=10985364 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2254/stat : 2254 (java) S 2194 2197 19273 0 -1 1077944384 2 13025 0 0 0 0 5 2 20 0 15 0 107280204 11249012736 11100 33554432000 4194304 4196468 140725992576480 140654749231504 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2255] ppid=2194 vsize=10985364 memory=139672995911296 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2255/stat : 2255 (java) S 2194 2197 19273 0 -1 1077944384 2 13025 0 0 0 0 5 2 20 0 15 0 107280206 11249012736 11166 33554432000 4194304 4196468 140725992576480 140653928340208 140654892386946 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2256] ppid=2194 vsize=10985364 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2256/stat : 2256 (java) S 2194 2197 19273 0 -1 1077944384 13 13025 0 0 0 0 5 2 20 0 15 0 107280206 11249012736 11166 33554432000 4194304 4196468 140725992576480 140653669377696 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2257] ppid=2194 vsize=10985364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2257/stat : 2257 (java) S 2194 2197 19273 0 -1 1077944384 21 13025 0 0 0 0 5 2 20 0 15 0 107280206 11249012736 11166 33554432000 4194304 4196468 140725992576480 140653602264304 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2258] ppid=2194 vsize=10985364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2258/stat : 2258 (java) S 2194 2197 19273 0 -1 1077944384 3 13025 0 0 0 0 5 2 20 0 15 0 107280209 11249012736 11166 33554432000 4194304 4196468 140725992576480 140653294868944 140654892394395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2259] ppid=2194 vsize=10985364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2197/task/2259/stat : 2259 (java) S 2194 2197 19273 0 -1 1077944384 369 13025 0 0 1 0 5 2 20 0 15 0 107280209 11249012736 11232 33554432000 4194304 4196468 140725992576480 140653927287024 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2260] ppid=2194 vsize=10985364 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2260/stat : 2260 (java) S 2194 2197 19273 0 -1 1077944384 260 13025 0 0 0 0 5 2 20 0 15 0 107280209 11249012736 11232 33554432000 4194304 4196468 140725992576480 140653926234480 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2261] ppid=2194 vsize=10985364 memory=139672995911296 CPUtime=0.1 cores=0,2,4,6
/proc/2197/task/2261/stat : 2261 (java) S 2194 2197 19273 0 -1 1077944384 621 13025 0 0 3 0 5 2 20 0 15 0 107280209 11249012736 11232 33554432000 4194304 4196468 140725992576480 140653925181424 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2262] ppid=2194 vsize=10985364 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2262/stat : 2262 (java) S 2194 2197 19273 0 -1 1077944384 3 13025 0 0 0 0 5 2 20 0 15 0 107280209 11249012736 11232 33554432000 4194304 4196468 140725992576480 140652864072032 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2263] ppid=2194 vsize=10985364 memory=139672995911296 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2263/stat : 2263 (java) S 2194 2197 19273 0 -1 1077944384 1 13025 0 0 0 0 5 2 20 0 15 0 107280209 11249012736 11298 33554432000 4194304 4196468 140725992576480 140653924129840 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42288 KiB

[startup+0.310745 s]*
/proc/loadavg: 1.86 1.80 1.81 3/222 2263
/proc/meminfo: memFree=23602448/32770624 swapFree=67108744/67108860
[pid=2197] ppid=2194 vsize=10983192 memory=53460 CPUtime=0.37 cores=0,2,4,6
/proc/2197/stat : 2197 (java) S 2194 2197 19273 0 -1 1077944320 10429 13025 0 0 29 1 5 2 20 0 15 0 107280194 11246788608 13365 33554432000 4194304 4196468 140725992576480 140725992559024 140654892375799 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
/proc/2197/statm: 2745798 13365 3091 1 0 2708109 0
[pid=2197/tid=2250] ppid=2194 vsize=10983192 memory=-8171376296011865461 CPUtime=0.28 cores=0,2,4,6
/proc/2197/task/2250/stat : 2250 (java) R 2194 2197 19273 0 -1 4202560 6943 13025 0 0 20 1 5 2 20 0 15 0 107280203 11246788608 13365 33554432000 4194304 4196468 140725992576480 140654864187808 140654876456286 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2251] ppid=2194 vsize=10983192 memory=4122819175002409273 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2251/stat : 2251 (java) S 2194 2197 19273 0 -1 1077944384 1 13025 0 0 0 0 5 2 20 0 15 0 107280204 11246788608 13365 33554432000 4194304 4196468 140725992576480 140654896618000 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2252] ppid=2194 vsize=10983192 memory=139672995911296 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2252/stat : 2252 (java) S 2194 2197 19273 0 -1 1077944384 1 13025 0 0 0 0 5 2 20 0 15 0 107280204 11246788608 13365 33554432000 4194304 4196468 140725992576480 140654751337104 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2253] ppid=2194 vsize=10983192 memory=2209 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2253/stat : 2253 (java) S 2194 2197 19273 0 -1 1077944384 2 13025 0 0 0 0 5 2 20 0 15 0 107280204 11246788608 13365 33554432000 4194304 4196468 140725992576480 140654750284048 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2254] ppid=2194 vsize=10983192 memory=2240 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2254/stat : 2254 (java) S 2194 2197 19273 0 -1 1077944384 2 13025 0 0 0 0 5 2 20 0 15 0 107280204 11246788608 13365 33554432000 4194304 4196468 140725992576480 140654749231504 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2255] ppid=2194 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2255/stat : 2255 (java) S 2194 2197 19273 0 -1 1077944384 2 13025 0 0 0 0 5 2 20 0 15 0 107280206 11246788608 13365 33554432000 4194304 4196468 140725992576480 140653928340208 140654892386946 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2256] ppid=2194 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2256/stat : 2256 (java) S 2194 2197 19273 0 -1 1077944384 13 13025 0 0 0 0 5 2 20 0 15 0 107280206 11246788608 13365 33554432000 4194304 4196468 140725992576480 140653669377696 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2257] ppid=2194 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2257/stat : 2257 (java) S 2194 2197 19273 0 -1 1077944384 21 13025 0 0 0 0 5 2 20 0 15 0 107280206 11246788608 13365 33554432000 4194304 4196468 140725992576480 140653602264304 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2258] ppid=2194 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2258/stat : 2258 (java) S 2194 2197 19273 0 -1 1077944384 3 13025 0 0 0 0 5 2 20 0 15 0 107280209 11246788608 13365 33554432000 4194304 4196468 140725992576480 140653294868944 140654892394395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2259] ppid=2194 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2197/task/2259/stat : 2259 (java) S 2194 2197 19273 0 -1 1077944384 372 13025 0 0 2 0 5 2 20 0 15 0 107280209 11246788608 13365 33554432000 4194304 4196468 140725992576480 140653927287024 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2260] ppid=2194 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2197/task/2260/stat : 2260 (java) S 2194 2197 19273 0 -1 1077944384 265 13025 0 0 1 0 5 2 20 0 15 0 107280209 11246788608 13365 33554432000 4194304 4196468 140725992576480 140653926234480 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2261] ppid=2194 vsize=10983192 memory=139672995911296 CPUtime=0.12 cores=0,2,4,6
/proc/2197/task/2261/stat : 2261 (java) R 2194 2197 19273 0 -1 4202560 637 13025 0 0 5 0 5 2 20 0 15 0 107280209 11246788608 13365 33554432000 4194304 4196468 140725992576480 140653925181424 140654871048428 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2262] ppid=2194 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2262/stat : 2262 (java) S 2194 2197 19273 0 -1 1077944384 3 13025 0 0 0 0 5 2 20 0 15 0 107280209 11246788608 13365 33554432000 4194304 4196468 140725992576480 140652864072032 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2263] ppid=2194 vsize=10983192 memory=139672995911296 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2263/stat : 2263 (java) S 2194 2197 19273 0 -1 1077944384 1 13025 0 0 0 0 5 2 20 0 15 0 107280209 11246788608 13365 33554432000 4194304 4196468 140725992576480 140653924129840 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53460 KiB

[startup+0.70071 s]
/proc/loadavg: 1.86 1.80 1.81 3/222 2263
/proc/meminfo: memFree=23591496/32770624 swapFree=67108744/67108860
[pid=2197] ppid=2194 vsize=10983192 memory=86276 CPUtime=0.98 cores=0,2,4,6
/proc/2197/stat : 2197 (java) S 2194 2197 19273 0 -1 1077944320 16758 13025 0 0 88 3 5 2 20 0 15 0 107280194 11246788608 21569 33554432000 4194304 4196468 140725992576480 140725992559024 140654892375799 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
/proc/2197/statm: 2745798 21569 3238 1 0 2708109 0
[pid=2197/tid=2250] ppid=2194 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/2197/task/2250/stat : 2250 (java) R 2194 2197 19273 0 -1 4202560 12176 13025 0 0 57 2 5 2 20 0 15 0 107280203 11246788608 21569 33554432000 4194304 4196468 140725992576480 140654864196624 140654873939328 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2251] ppid=2194 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2251/stat : 2251 (java) S 2194 2197 19273 0 -1 1077944384 1 13025 0 0 0 0 5 2 20 0 15 0 107280204 11246788608 21569 33554432000 4194304 4196468 140725992576480 140654896618000 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2252] ppid=2194 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2252/stat : 2252 (java) S 2194 2197 19273 0 -1 1077944384 1 13025 0 0 0 0 5 2 20 0 15 0 107280204 11246788608 21569 33554432000 4194304 4196468 140725992576480 140654751337104 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2253] ppid=2194 vsize=10983192 memory=1008 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2253/stat : 2253 (java) S 2194 2197 19273 0 -1 1077944384 2 13025 0 0 0 0 5 2 20 0 15 0 107280204 11246788608 21569 33554432000 4194304 4196468 140725992576480 140654750284048 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2254] ppid=2194 vsize=10983192 memory=6297835844906604903 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2254/stat : 2254 (java) S 2194 2197 19273 0 -1 1077944384 2 13025 0 0 0 0 5 2 20 0 15 0 107280204 11246788608 21569 33554432000 4194304 4196468 140725992576480 140654749231504 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2255] ppid=2194 vsize=10983192 memory=7881696724453321575 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2255/stat : 2255 (java) S 2194 2197 19273 0 -1 1077944384 5 13025 0 0 0 0 5 2 20 0 15 0 107280206 11246788608 21569 33554432000 4194304 4196468 140725992576480 140653928340208 140654892386946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2256] ppid=2194 vsize=10983192 memory=6154282490091891024 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2256/stat : 2256 (java) S 2194 2197 19273 0 -1 1077944384 13 13025 0 0 0 0 5 2 20 0 15 0 107280206 11246788608 21569 33554432000 4194304 4196468 140725992576480 140653669377696 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2257] ppid=2194 vsize=10983192 memory=-8412654363917126771 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2257/stat : 2257 (java) S 2194 2197 19273 0 -1 1077944384 21 13025 0 0 0 0 5 2 20 0 15 0 107280206 11246788608 21569 33554432000 4194304 4196468 140725992576480 140653602264304 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2258] ppid=2194 vsize=10983192 memory=-6086722141013505216 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2258/stat : 2258 (java) S 2194 2197 19273 0 -1 1077944384 3 13025 0 0 0 0 5 2 20 0 15 0 107280209 11246788608 21569 33554432000 4194304 4196468 140725992576480 140653294868944 140654892394395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2259] ppid=2194 vsize=10983192 memory=279345747268112 CPUtime=0.15 cores=0,2,4,6
/proc/2197/task/2259/stat : 2259 (java) S 2194 2197 19273 0 -1 1077944384 757 13025 0 0 8 0 5 2 20 0 15 0 107280209 11246788608 21569 33554432000 4194304 4196468 140725992576480 140653927287024 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2260] ppid=2194 vsize=10983192 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/2197/task/2260/stat : 2260 (java) S 2194 2197 19273 0 -1 1077944384 857 13025 0 0 9 0 5 2 20 0 15 0 107280209 11246788608 21569 33554432000 4194304 4196468 140725992576480 140653926234480 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2261] ppid=2194 vsize=10983192 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/2197/task/2261/stat : 2261 (java) S 2194 2197 19273 0 -1 1077944384 724 13025 0 0 13 0 5 2 20 0 15 0 107280209 11246788608 21569 33554432000 4194304 4196468 140725992576480 140653925181424 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2262] ppid=2194 vsize=10983192 memory=4096 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2262/stat : 2262 (java) S 2194 2197 19273 0 -1 1077944384 3 13025 0 0 0 0 5 2 20 0 15 0 107280209 11246788608 21569 33554432000 4194304 4196468 140725992576480 140652864072032 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2263] ppid=2194 vsize=10983192 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2263/stat : 2263 (java) S 2194 2197 19273 0 -1 1077944384 1 13025 0 0 0 0 5 2 20 0 15 0 107280209 11246788608 21569 33554432000 4194304 4196468 140725992576480 140653924129840 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86276 KiB

[startup+1.50069 s]
/proc/loadavg: 1.86 1.80 1.81 4/222 2263
/proc/meminfo: memFree=23546048/32770624 swapFree=67108744/67108860
[pid=2197] ppid=2194 vsize=10998092 memory=188236 CPUtime=2.51 cores=0,2,4,6
/proc/2197/stat : 2197 (java) S 2194 2197 19273 0 -1 1077944320 24157 13025 0 0 234 10 5 2 20 0 15 0 107280194 11262046208 47059 33554432000 4194304 4196468 140725992576480 140725992559024 140654892375799 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
/proc/2197/statm: 2749523 47059 3470 1 0 2711181 0
[pid=2197/tid=2250] ppid=2194 vsize=10998092 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/2197/task/2250/stat : 2250 (java) R 2194 2197 19273 0 -1 4202560 17375 13025 0 0 129 6 5 2 20 0 15 0 107280203 11262046208 47059 33554432000 4194304 4196468 140725992576480 140654864183472 140654426001569 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2251] ppid=2194 vsize=10998092 memory=288230596050944315 CPUtime=0.08 cores=0,2,4,6
/proc/2197/task/2251/stat : 2251 (java) S 2194 2197 19273 0 -1 1077944384 176 13025 0 0 1 0 5 2 20 0 15 0 107280204 11262046208 47059 33554432000 4194304 4196468 140725992576480 140654896618000 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2252] ppid=2194 vsize=10998092 memory=86276 CPUtime=0.08 cores=0,2,4,6
/proc/2197/task/2252/stat : 2252 (java) S 2194 2197 19273 0 -1 1077944384 18 13025 0 0 1 0 5 2 20 0 15 0 107280204 11262046208 47059 33554432000 4194304 4196468 140725992576480 140654751337104 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2253] ppid=2194 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2197/task/2253/stat : 2253 (java) S 2194 2197 19273 0 -1 1077944384 55 13025 0 0 1 0 5 2 20 0 15 0 107280204 11262046208 47059 33554432000 4194304 4196468 140725992576480 140654750284048 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2254] ppid=2194 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2197/task/2254/stat : 2254 (java) S 2194 2197 19273 0 -1 1077944384 40 13025 0 0 1 0 5 2 20 0 15 0 107280204 11262046208 47059 33554432000 4194304 4196468 140725992576480 140654749231504 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2255] ppid=2194 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2197/task/2255/stat : 2255 (java) S 2194 2197 19273 0 -1 1077944384 48 13025 0 0 1 0 5 2 20 0 15 0 107280206 11262046208 47059 33554432000 4194304 4196468 140725992576480 140653928340208 140654892386946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2256] ppid=2194 vsize=10998092 memory=18113 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2256/stat : 2256 (java) S 2194 2197 19273 0 -1 1077944384 14 13025 0 0 0 0 5 2 20 0 15 0 107280206 11262046208 47059 33554432000 4194304 4196468 140725992576480 140653669377760 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2257] ppid=2194 vsize=10998092 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2257/stat : 2257 (java) S 2194 2197 19273 0 -1 1077944384 43 13025 0 0 0 0 5 2 20 0 15 0 107280206 11262046208 47059 33554432000 4194304 4196468 140725992576480 140653602264320 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2258] ppid=2194 vsize=10998092 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2258/stat : 2258 (java) S 2194 2197 19273 0 -1 1077944384 3 13025 0 0 0 0 5 2 20 0 15 0 107280209 11262046208 47059 33554432000 4194304 4196468 140725992576480 140653294868944 140654892394395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2259] ppid=2194 vsize=10998092 memory=8836 CPUtime=0.39 cores=0,2,4,6
/proc/2197/task/2259/stat : 2259 (java) S 2194 2197 19273 0 -1 1077944384 1597 13025 0 0 32 0 5 2 20 0 15 0 107280209 11262046208 47059 33554432000 4194304 4196468 140725992576480 140653927287024 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2260] ppid=2194 vsize=10998092 memory=11044 CPUtime=0.34 cores=0,2,4,6
/proc/2197/task/2260/stat : 2260 (java) S 2194 2197 19273 0 -1 1077944384 1146 13025 0 0 27 0 5 2 20 0 15 0 107280209 11262046208 47059 33554432000 4194304 4196468 140725992576480 140653926234480 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2261] ppid=2194 vsize=10998092 memory=13252 CPUtime=0.44 cores=0,2,4,6
/proc/2197/task/2261/stat : 2261 (java) S 2194 2197 19273 0 -1 1077944384 1446 13025 0 0 37 0 5 2 20 0 15 0 107280209 11262046208 47059 33554432000 4194304 4196468 140725992576480 140653925181424 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2262] ppid=2194 vsize=10998092 memory=15460 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2262/stat : 2262 (java) S 2194 2197 19273 0 -1 1077944384 3 13025 0 0 0 0 5 2 20 0 15 0 107280209 11262046208 47059 33554432000 4194304 4196468 140725992576480 140652864072032 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2263] ppid=2194 vsize=10998092 memory=17668 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2263/stat : 2263 (java) S 2194 2197 19273 0 -1 1077944384 1 13025 0 0 0 0 5 2 20 0 15 0 107280209 11262046208 47059 33554432000 4194304 4196468 140725992576480 140653924129840 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
Current children cumulated CPU time: 2.51 s
Current children cumulated vsize: 10998092 KiB

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

/proc/2197/task/2250/stat : 2250 (java) R 2194 2197 19273 0 -1 4202560 59562 13025 0 0 9882 35 5 2 20 0 15 0 107280203 11280941056 796079 33554432000 4194304 4196468 140725992576480 140654864204032 140654447487245 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2251] ppid=2194 vsize=11016544 memory=3184316 CPUtime=2.7 cores=0,2,4,6
/proc/2197/task/2251/stat : 2251 (java) S 2194 2197 19273 0 -1 1077944384 2995 13025 0 0 227 36 5 2 20 0 15 0 107280204 11280941056 796079 33554432000 4194304 4196468 140725992576480 140654896618000 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2252] ppid=2194 vsize=11016544 memory=3184316 CPUtime=2.71 cores=0,2,4,6
/proc/2197/task/2252/stat : 2252 (java) S 2194 2197 19273 0 -1 1077944384 1879 13025 0 0 227 37 5 2 20 0 15 0 107280204 11280941056 796079 33554432000 4194304 4196468 140725992576480 140654751337104 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2253] ppid=2194 vsize=11016544 memory=3184316 CPUtime=2.72 cores=0,2,4,6
/proc/2197/task/2253/stat : 2253 (java) S 2194 2197 19273 0 -1 1077944384 1358 13025 0 0 229 36 5 2 20 0 15 0 107280204 11280941056 796079 33554432000 4194304 4196468 140725992576480 140654750284048 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2254] ppid=2194 vsize=11016544 memory=164 CPUtime=2.7 cores=0,2,4,6
/proc/2197/task/2254/stat : 2254 (java) S 2194 2197 19273 0 -1 1077944384 2301 13025 0 0 226 37 5 2 20 0 15 0 107280204 11280941056 796079 33554432000 4194304 4196468 140725992576480 140654749231504 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2255] ppid=2194 vsize=11016544 memory=4096 CPUtime=0.36 cores=0,2,4,6
/proc/2197/task/2255/stat : 2255 (java) S 2194 2197 19273 0 -1 1077944384 9719 13025 0 0 28 1 5 2 20 0 15 0 107280206 11280941056 796079 33554432000 4194304 4196468 140725992576480 140653928340208 140654892386946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2256] ppid=2194 vsize=11016544 memory=139672873559392 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2256/stat : 2256 (java) S 2194 2197 19273 0 -1 1077944384 19 13025 0 0 0 0 5 2 20 0 15 0 107280206 11280941056 796079 33554432000 4194304 4196468 140725992576480 140653669377824 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2257] ppid=2194 vsize=11016544 memory=4107 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2257/stat : 2257 (java) S 2194 2197 19273 0 -1 1077944384 70 13025 0 0 0 0 5 2 20 0 15 0 107280206 11280941056 796079 33554432000 4194304 4196468 140725992576480 140653602264480 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2258] ppid=2194 vsize=11016544 memory=2442 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2258/stat : 2258 (java) S 2194 2197 19273 0 -1 1077944384 3 13025 0 0 0 0 5 2 20 0 15 0 107280209 11280941056 796079 33554432000 4194304 4196468 140725992576480 140653294868944 140654892394395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2259] ppid=2194 vsize=11016544 memory=3184316 CPUtime=9.2 cores=0,2,4,6
/proc/2197/task/2259/stat : 2259 (java) S 2194 2197 19273 0 -1 1077944384 19020 13025 0 0 910 3 5 2 20 0 15 0 107280209 11280941056 796079 33554432000 4194304 4196468 140725992576480 140653927287024 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2260] ppid=2194 vsize=11016544 memory=0 CPUtime=9.26 cores=0,2,4,6
/proc/2197/task/2260/stat : 2260 (java) S 2194 2197 19273 0 -1 1077944384 16245 13025 0 0 915 4 5 2 20 0 15 0 107280209 11280941056 796079 33554432000 4194304 4196468 140725992576480 140653926234480 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2261] ppid=2194 vsize=11016544 memory=0 CPUtime=2.93 cores=0,2,4,6
/proc/2197/task/2261/stat : 2261 (java) S 2194 2197 19273 0 -1 1077944384 20117 13025 0 0 281 5 5 2 20 0 15 0 107280209 11280941056 796079 33554432000 4194304 4196468 140725992576480 140653925181424 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2262] ppid=2194 vsize=11016544 memory=288230376990848299 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2262/stat : 2262 (java) S 2194 2197 19273 0 -1 1077944384 3 13025 0 0 0 0 5 2 20 0 15 0 107280209 11280941056 796079 33554432000 4194304 4196468 140725992576480 140652864072032 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2263] ppid=2194 vsize=11016544 memory=33 CPUtime=0.12 cores=0,2,4,6
/proc/2197/task/2263/stat : 2263 (java) S 2194 2197 19273 0 -1 1077944384 887 13025 0 0 4 1 5 2 20 0 15 0 107280209 11280941056 796079 33554432000 4194304 4196468 140725992576480 140653924129840 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
Current children cumulated CPU time: 131.43 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3184316 KiB

[startup+162.301 s]
/proc/loadavg: 1.74 1.79 1.80 3/219 2396
/proc/meminfo: memFree=22102812/32770624 swapFree=67108744/67108860
[pid=2197] ppid=2194 vsize=11016544 memory=3221412 CPUtime=192.63 cores=0,2,4,6
/proc/2197/stat : 2197 (java) S 2194 2197 19273 0 -1 1077944320 147652 13025 0 0 19049 207 5 2 20 0 15 0 107280194 11280941056 805353 33554432000 4194304 4196468 140725992576480 140725992559024 140654892375799 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
/proc/2197/statm: 2754136 805353 3532 1 0 2715789 0
[pid=2197/tid=2250] ppid=2194 vsize=11016544 memory=3221412 CPUtime=158.86 cores=0,2,4,6
/proc/2197/task/2250/stat : 2250 (java) R 2194 2197 19273 0 -1 4202560 63399 13025 0 0 15843 36 5 2 20 0 15 0 107280203 11280941056 805353 33554432000 4194304 4196468 140725992576480 140654864204664 140654448369466 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2251] ppid=2194 vsize=11016544 memory=3221412 CPUtime=3.07 cores=0,2,4,6
/proc/2197/task/2251/stat : 2251 (java) S 2194 2197 19273 0 -1 1077944384 3366 13025 0 0 263 37 5 2 20 0 15 0 107280204 11280941056 805353 33554432000 4194304 4196468 140725992576480 140654896618000 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2252] ppid=2194 vsize=11016544 memory=3221412 CPUtime=3.07 cores=0,2,4,6
/proc/2197/task/2252/stat : 2252 (java) S 2194 2197 19273 0 -1 1077944384 2171 13025 0 0 262 38 5 2 20 0 15 0 107280204 11280941056 805353 33554432000 4194304 4196468 140725992576480 140654751337104 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2253] ppid=2194 vsize=11016544 memory=3221412 CPUtime=3.08 cores=0,2,4,6
/proc/2197/task/2253/stat : 2253 (java) S 2194 2197 19273 0 -1 1077944384 2114 13025 0 0 264 37 5 2 20 0 15 0 107280204 11280941056 805353 33554432000 4194304 4196468 140725992576480 140654750284048 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2254] ppid=2194 vsize=11016544 memory=3221412 CPUtime=3.07 cores=0,2,4,6
/proc/2197/task/2254/stat : 2254 (java) S 2194 2197 19273 0 -1 1077944384 3588 13025 0 0 262 38 5 2 20 0 15 0 107280204 11280941056 805353 33554432000 4194304 4196468 140725992576480 140654749231504 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2255] ppid=2194 vsize=11016544 memory=3221412 CPUtime=0.37 cores=0,2,4,6
/proc/2197/task/2255/stat : 2255 (java) S 2194 2197 19273 0 -1 1077944384 10056 13025 0 0 29 1 5 2 20 0 15 0 107280206 11280941056 805353 33554432000 4194304 4196468 140725992576480 140653928340208 140654892386946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2256] ppid=2194 vsize=11016544 memory=3221412 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2256/stat : 2256 (java) S 2194 2197 19273 0 -1 1077944384 19 13025 0 0 0 0 5 2 20 0 15 0 107280206 11280941056 805353 33554432000 4194304 4196468 140725992576480 140653669377824 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2257] ppid=2194 vsize=11016544 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2257/stat : 2257 (java) S 2194 2197 19273 0 -1 1077944384 70 13025 0 0 0 0 5 2 20 0 15 0 107280206 11280941056 805353 33554432000 4194304 4196468 140725992576480 140653602264480 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2258] ppid=2194 vsize=11016544 memory=4096 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2258/stat : 2258 (java) S 2194 2197 19273 0 -1 1077944384 3 13025 0 0 0 0 5 2 20 0 15 0 107280209 11280941056 805353 33554432000 4194304 4196468 140725992576480 140653294868944 140654892394395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2259] ppid=2194 vsize=11016544 memory=30708 CPUtime=9.23 cores=0,2,4,6
/proc/2197/task/2259/stat : 2259 (java) S 2194 2197 19273 0 -1 1077944384 20500 13025 0 0 913 3 5 2 20 0 15 0 107280209 11280941056 805353 33554432000 4194304 4196468 140725992576480 140653927287024 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2260] ppid=2194 vsize=11016544 memory=3221412 CPUtime=9.28 cores=0,2,4,6
/proc/2197/task/2260/stat : 2260 (java) S 2194 2197 19273 0 -1 1077944384 17068 13025 0 0 917 4 5 2 20 0 15 0 107280209 11280941056 805353 33554432000 4194304 4196468 140725992576480 140653926234480 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2261] ppid=2194 vsize=11016544 memory=3221412 CPUtime=2.96 cores=0,2,4,6
/proc/2197/task/2261/stat : 2261 (java) S 2194 2197 19273 0 -1 1077944384 22183 13025 0 0 283 6 5 2 20 0 15 0 107280209 11280941056 805353 33554432000 4194304 4196468 140725992576480 140653925181424 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2262] ppid=2194 vsize=11016544 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2262/stat : 2262 (java) S 2194 2197 19273 0 -1 1077944384 3 13025 0 0 0 0 5 2 20 0 15 0 107280209 11280941056 805353 33554432000 4194304 4196468 140725992576480 140652864072032 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2263] ppid=2194 vsize=11016544 memory=3221412 CPUtime=0.16 cores=0,2,4,6
/proc/2197/task/2263/stat : 2263 (java) S 2194 2197 19273 0 -1 1077944384 920 13025 0 0 6 3 5 2 20 0 15 0 107280209 11280941056 805353 33554432000 4194304 4196468 140725992576480 140653924129840 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
Current children cumulated CPU time: 192.63 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3221412 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+218.301 s]
/proc/loadavg: 1.60 1.75 1.79 3/219 2396
/proc/meminfo: memFree=22529288/32770624 swapFree=67108744/67108860
[pid=2197] ppid=2194 vsize=11016544 memory=3232728 CPUtime=252.07 cores=0,2,4,6
/proc/2197/stat : 2197 (java) S 2194 2197 19273 0 -1 1077944320 178730 13025 0 0 24987 213 5 2 20 0 15 0 107280194 11280941056 808182 33554432000 4194304 4196468 140725992576480 140725992559024 140654892375799 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
/proc/2197/statm: 2754136 808182 3532 1 0 2715789 0
[pid=2197/tid=2250] ppid=2194 vsize=11016544 memory=1424 CPUtime=214.62 cores=0,2,4,6
/proc/2197/task/2250/stat : 2250 (java) R 2194 2197 19273 0 -1 4202560 68112 13025 0 0 21418 37 5 2 20 0 15 0 107280203 11280941056 808182 33554432000 4194304 4196468 140725992576480 140654864204576 140654429705127 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2251] ppid=2194 vsize=11016544 memory=11116 CPUtime=3.29 cores=0,2,4,6
/proc/2197/task/2251/stat : 2251 (java) S 2194 2197 19273 0 -1 1077944384 4771 13025 0 0 285 37 5 2 20 0 15 0 107280204 11280941056 808182 33554432000 4194304 4196468 140725992576480 140654896618000 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2252] ppid=2194 vsize=11016544 memory=3232732 CPUtime=3.3 cores=0,2,4,6
/proc/2197/task/2252/stat : 2252 (java) S 2194 2197 19273 0 -1 1077944384 3120 13025 0 0 285 38 5 2 20 0 15 0 107280204 11280941056 808182 33554432000 4194304 4196468 140725992576480 140654751337104 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2253] ppid=2194 vsize=11016544 memory=4096 CPUtime=3.31 cores=0,2,4,6
/proc/2197/task/2253/stat : 2253 (java) S 2194 2197 19273 0 -1 1077944384 2228 13025 0 0 286 38 5 2 20 0 15 0 107280204 11280941056 808182 33554432000 4194304 4196468 140725992576480 140654750284048 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2254] ppid=2194 vsize=11016544 memory=3230684 CPUtime=3.29 cores=0,2,4,6
/proc/2197/task/2254/stat : 2254 (java) S 2194 2197 19273 0 -1 1077944384 3824 13025 0 0 284 38 5 2 20 0 15 0 107280204 11280941056 808182 33554432000 4194304 4196468 140725992576480 140654749231504 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2255] ppid=2194 vsize=11016544 memory=3221412 CPUtime=0.38 cores=0,2,4,6
/proc/2197/task/2255/stat : 2255 (java) S 2194 2197 19273 0 -1 1077944384 10345 13025 0 0 30 1 5 2 20 0 15 0 107280206 11280941056 808182 33554432000 4194304 4196468 140725992576480 140653928340208 140654892386946 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2256] ppid=2194 vsize=11016544 memory=3232728 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2256/stat : 2256 (java) S 2194 2197 19273 0 -1 1077944384 19 13025 0 0 0 0 5 2 20 0 15 0 107280206 11280941056 808182 33554432000 4194304 4196468 140725992576480 140653669377824 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2257] ppid=2194 vsize=11016544 memory=3232728 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2257/stat : 2257 (java) S 2194 2197 19273 0 -1 1077944384 70 13025 0 0 0 0 5 2 20 0 15 0 107280206 11280941056 808182 33554432000 4194304 4196468 140725992576480 140653602264480 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2258] ppid=2194 vsize=11016544 memory=3232732 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2258/stat : 2258 (java) S 2194 2197 19273 0 -1 1077944384 3 13025 0 0 0 0 5 2 20 0 15 0 107280209 11280941056 808182 33554432000 4194304 4196468 140725992576480 140653294868944 140654892394395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2259] ppid=2194 vsize=11016544 memory=-3621219749712857441 CPUtime=10.7 cores=0,2,4,6
/proc/2197/task/2259/stat : 2259 (java) S 2194 2197 19273 0 -1 1077944384 27604 13025 0 0 1059 4 5 2 20 0 15 0 107280209 11280941056 808182 33554432000 4194304 4196468 140725992576480 140653927287024 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2260] ppid=2194 vsize=11016544 memory=3232728 CPUtime=10.39 cores=0,2,4,6
/proc/2197/task/2260/stat : 2260 (java) S 2194 2197 19273 0 -1 1077944384 25955 13025 0 0 1027 5 5 2 20 0 15 0 107280209 11280941056 808182 33554432000 4194304 4196468 140725992576480 140653926234480 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2261] ppid=2194 vsize=11016544 memory=4096 CPUtime=3.11 cores=0,2,4,6
/proc/2197/task/2261/stat : 2261 (java) S 2194 2197 19273 0 -1 1077944384 29392 13025 0 0 297 7 5 2 20 0 15 0 107280209 11280941056 808182 33554432000 4194304 4196468 140725992576480 140653925181424 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2262] ppid=2194 vsize=11016544 memory=3232728 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2262/stat : 2262 (java) S 2194 2197 19273 0 -1 1077944384 3 13025 0 0 0 0 5 2 20 0 15 0 107280209 11280941056 808182 33554432000 4194304 4196468 140725992576480 140652864072032 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2263] ppid=2194 vsize=11016544 memory=3232728 CPUtime=0.19 cores=0,2,4,6
/proc/2197/task/2263/stat : 2263 (java) S 2194 2197 19273 0 -1 1077944384 1092 13025 0 0 7 5 5 2 20 0 15 0 107280209 11280941056 808182 33554432000 4194304 4196468 140725992576480 140653924129840 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3232728 KiB

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

[startup+218.345 s]
# the end of solver process 2197 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.95 s, system=2.19179 s

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

[startup+218.301 s]
/proc/loadavg: 1.60 1.75 1.79 3/219 2396
/proc/meminfo: memFree=22529288/32770624 swapFree=67108744/67108860
[pid=2197] ppid=2194 vsize=11016544 memory=3232728 CPUtime=252.07 cores=0,2,4,6
/proc/2197/stat : 2197 (java) S 2194 2197 19273 0 -1 1077944320 178730 13025 0 0 24987 213 5 2 20 0 15 0 107280194 11280941056 808182 33554432000 4194304 4196468 140725992576480 140725992559024 140654892375799 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
/proc/2197/statm: 2754136 808182 3532 1 0 2715789 0
[pid=2197/tid=2250] ppid=2194 vsize=11016544 memory=1424 CPUtime=214.62 cores=0,2,4,6
/proc/2197/task/2250/stat : 2250 (java) R 2194 2197 19273 0 -1 4202560 68112 13025 0 0 21418 37 5 2 20 0 15 0 107280203 11280941056 808182 33554432000 4194304 4196468 140725992576480 140654864204576 140654429705127 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2251] ppid=2194 vsize=11016544 memory=11116 CPUtime=3.29 cores=0,2,4,6
/proc/2197/task/2251/stat : 2251 (java) S 2194 2197 19273 0 -1 1077944384 4771 13025 0 0 285 37 5 2 20 0 15 0 107280204 11280941056 808182 33554432000 4194304 4196468 140725992576480 140654896618000 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2252] ppid=2194 vsize=11016544 memory=3232732 CPUtime=3.3 cores=0,2,4,6
/proc/2197/task/2252/stat : 2252 (java) S 2194 2197 19273 0 -1 1077944384 3120 13025 0 0 285 38 5 2 20 0 15 0 107280204 11280941056 808182 33554432000 4194304 4196468 140725992576480 140654751337104 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2253] ppid=2194 vsize=11016544 memory=4096 CPUtime=3.31 cores=0,2,4,6
/proc/2197/task/2253/stat : 2253 (java) S 2194 2197 19273 0 -1 1077944384 2228 13025 0 0 286 38 5 2 20 0 15 0 107280204 11280941056 808182 33554432000 4194304 4196468 140725992576480 140654750284048 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2254] ppid=2194 vsize=11016544 memory=3230684 CPUtime=3.29 cores=0,2,4,6
/proc/2197/task/2254/stat : 2254 (java) S 2194 2197 19273 0 -1 1077944384 3824 13025 0 0 284 38 5 2 20 0 15 0 107280204 11280941056 808182 33554432000 4194304 4196468 140725992576480 140654749231504 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2255] ppid=2194 vsize=11016544 memory=3221412 CPUtime=0.38 cores=0,2,4,6
/proc/2197/task/2255/stat : 2255 (java) S 2194 2197 19273 0 -1 1077944384 10345 13025 0 0 30 1 5 2 20 0 15 0 107280206 11280941056 808182 33554432000 4194304 4196468 140725992576480 140653928340208 140654892386946 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2256] ppid=2194 vsize=11016544 memory=3232728 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2256/stat : 2256 (java) S 2194 2197 19273 0 -1 1077944384 19 13025 0 0 0 0 5 2 20 0 15 0 107280206 11280941056 808182 33554432000 4194304 4196468 140725992576480 140653669377824 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2257] ppid=2194 vsize=11016544 memory=3232728 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2257/stat : 2257 (java) S 2194 2197 19273 0 -1 1077944384 70 13025 0 0 0 0 5 2 20 0 15 0 107280206 11280941056 808182 33554432000 4194304 4196468 140725992576480 140653602264480 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2258] ppid=2194 vsize=11016544 memory=3232732 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2258/stat : 2258 (java) S 2194 2197 19273 0 -1 1077944384 3 13025 0 0 0 0 5 2 20 0 15 0 107280209 11280941056 808182 33554432000 4194304 4196468 140725992576480 140653294868944 140654892394395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2259] ppid=2194 vsize=11016544 memory=-3621219749712857441 CPUtime=10.7 cores=0,2,4,6
/proc/2197/task/2259/stat : 2259 (java) S 2194 2197 19273 0 -1 1077944384 27604 13025 0 0 1059 4 5 2 20 0 15 0 107280209 11280941056 808182 33554432000 4194304 4196468 140725992576480 140653927287024 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2260] ppid=2194 vsize=11016544 memory=3232728 CPUtime=10.39 cores=0,2,4,6
/proc/2197/task/2260/stat : 2260 (java) S 2194 2197 19273 0 -1 1077944384 25955 13025 0 0 1027 5 5 2 20 0 15 0 107280209 11280941056 808182 33554432000 4194304 4196468 140725992576480 140653926234480 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2261] ppid=2194 vsize=11016544 memory=4096 CPUtime=3.11 cores=0,2,4,6
/proc/2197/task/2261/stat : 2261 (java) S 2194 2197 19273 0 -1 1077944384 29392 13025 0 0 297 7 5 2 20 0 15 0 107280209 11280941056 808182 33554432000 4194304 4196468 140725992576480 140653925181424 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2262] ppid=2194 vsize=11016544 memory=3232728 CPUtime=0.07 cores=0,2,4,6
/proc/2197/task/2262/stat : 2262 (java) S 2194 2197 19273 0 -1 1077944384 3 13025 0 0 0 0 5 2 20 0 15 0 107280209 11280941056 808182 33554432000 4194304 4196468 140725992576480 140652864072032 140654892386005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
[pid=2197/tid=2263] ppid=2194 vsize=11016544 memory=3232728 CPUtime=0.19 cores=0,2,4,6
/proc/2197/task/2263/stat : 2263 (java) S 2194 2197 19273 0 -1 1077944384 1092 13025 0 0 7 5 5 2 20 0 15 0 107280209 11280941056 808182 33554432000 4194304 4196468 140725992576480 140653924129840 140654892386946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27078656 140725992577640 140725992580449 140725992580449 140725992583119 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3232728 KiB

Child status: 143
Real time (s): 218.345
CPU time (s): 252.142
CPU user time (s): 249.95
CPU system time (s): 2.19179
CPU usage (%): 115.479
Max. virtual memory (cumulated for all children) (KiB): 11016544
Max. memory (cumulated for all children) (KiB): 3234880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.95
system time used= 2.19179
maximum resident set size= 3236948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192075
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17448
involuntary context switches= 611


# summary of solver processes directly reported to runsolver:
#   pid: 2197
#   total CPU time (s): 252.142
#   total CPU user time (s): 249.95
#   total CPU system time (s): 2.19179

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.36545 second user time and 2.11006 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-29 22:46:10
IDJOB=4302831
IDBENCH=141349
IDSOLVER=2777
FILE ID=node134/4302831-1532897170
RUNJOBID= node134-1532893331-28700
PBS_JOBID= 21022511
Free space on /tmp= 60892 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m2-magazine_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302831-1532897170/watcher-4302831-1532897170 -o /tmp/evaluation-result-4302831-1532897170/solver-4302831-1532897170 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28700 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1442882185 -superng HOME/instance-4302831-1532897170.xml

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

MD5SUM BENCH= c4204b87298b93dafaf8bd2d2b317c15
RANDOM SEED=1442882185

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:        23642960 kB
MemAvailable:   27336940 kB
Buffers:          210024 kB
Cached:          3754240 kB
SwapCached:            0 kB
Active:          6374456 kB
Inactive:        2269100 kB
Active(anon):    4628856 kB
Inactive(anon):    78480 kB
Active(file):    1745600 kB
Inactive(file):  2190620 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:             26328 kB
Writeback:             8 kB
AnonPages:       4686400 kB
Mapped:            57876 kB
Shmem:             25132 kB
Slab:             176100 kB
SReclaimable:     147188 kB
SUnreclaim:        28912 kB
KernelStack:        3680 kB
PageTables:        14748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5366116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4419584 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= 60908 MiB
End job on node134 at 2018-07-29 22:49:48