Trace number 4294262

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13? (TO) 2520.12 2481.81

General information on the benchmark

NameLangford/
LangfordBin-09_c18.xml
MD5SUMaf6539439e5a66b9d4cb5cb754e7ed18
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.00891
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints27
Number of domains2
Minimum domain size9
Maximum domain size18
Distribution of domain sizes[{"size":9,"count":18},{"size":18,"count":18}]
Minimum variable degree2
Maximum variable degree18
Distribution of variable degrees[{"degree":2,"count":18},{"degree":18,"count":18}]
Minimum constraint arity2
Maximum constraint arity19
Distribution of constraint arities[{"arity":2,"count":9},{"arity":19,"count":18}]
Number of extensional constraints0
Number of intensional constraints9
Distribution of constraint types[{"type":"intension","count":9},{"type":"element","count":18}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294262-1532446044/watcher-4294262-1532446044 -o /tmp/evaluation-result-4294262-1532446044/solver-4294262-1532446044 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532446038-19003 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1995528061 -superng HOME/instance-4294262-1532446044.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
solver pid=19225, runsolver pid=19222
Current StackSize limit: 8192 KiB


[startup+0.100105 s]*
/proc/loadavg: 0.89 0.76 1.01 3/205 19278
/proc/meminfo: memFree=16422068/32770624 swapFree=67108860/67108860
[pid=19225] ppid=19222 vsize=9972712 memory=16548 CPUtime=0.08 cores=0,2,4,6
/proc/19225/stat : 19225 (java) S 19222 19225 12709 0 -1 1077944320 4290 13184 0 0 1 0 4 3 20 0 6 0 62167631 10212057088 4137 33554432000 4194304 4196468 140733098122144 140733098104688 140162191060727 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
/proc/19225/statm: 2493178 4137 1932 1 0 2481616 0
[pid=19225/tid=19278] ppid=19222 vsize=9972712 memory=4628411388058700198 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19278/stat : 19278 (java) R 19222 19225 12709 0 -1 4202560 2113 13184 0 0 0 0 4 3 20 0 6 0 62167640 10212057088 4137 33554432000 4194304 4196468 140733098122144 140162162897488 140162183297854 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19279] ppid=19222 vsize=9972712 memory=5793855800015870393 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19279/stat : 19279 (java) S 19222 19225 12709 0 -1 1077944384 1 13184 0 0 0 0 4 3 20 0 6 0 62167641 10212057088 4137 33554432000 4194304 4196468 140733098122144 140162195303440 140162191070933 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19280] ppid=19222 vsize=9972712 memory=140549005977216 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19280/stat : 19280 (java) S 19222 19225 12709 0 -1 1077944384 1 13184 0 0 0 0 4 3 20 0 6 0 62167641 10212057088 4137 33554432000 4194304 4196468 140733098122144 140162099506320 140162191070933 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19281] ppid=19222 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19281/stat : 19281 (java) S 19222 19225 12709 0 -1 1077944384 1 13184 0 0 0 0 4 3 20 0 6 0 62167641 10212057088 4137 33554432000 4194304 4196468 140733098122144 140162098453264 140162191070933 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19282] ppid=19222 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19282/stat : 19282 (java) S 19222 19225 12709 0 -1 1077944384 2 13184 0 0 0 0 4 3 20 0 6 0 62167641 10212057088 4137 33554432000 4194304 4196468 140733098122144 140161762253712 140162191070933 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210325 s]*
/proc/loadavg: 0.89 0.76 1.01 3/218 19291
/proc/meminfo: memFree=16393524/32770624 swapFree=67108860/67108860
[pid=19225] ppid=19222 vsize=10818904 memory=47824 CPUtime=0.25 cores=0,2,4,6
/proc/19225/stat : 19225 (java) S 19222 19225 12709 0 -1 1077944320 8144 13184 0 0 16 2 4 3 20 0 15 0 62167631 11078557696 11956 33554432000 4194304 4196468 140733098122144 140733098104688 140162191060727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
/proc/19225/statm: 2704726 11956 2971 1 0 2667149 0
[pid=19225/tid=19278] ppid=19222 vsize=10818904 memory=-8540663193526752614 CPUtime=0.18 cores=0,2,4,6
/proc/19225/task/19278/stat : 19278 (java) R 19222 19225 12709 0 -1 4202560 4796 13184 0 0 10 1 4 3 20 0 15 0 62167640 11078557696 11956 33554432000 4194304 4196468 140733098122144 140162162865888 140162183739949 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19279] ppid=19222 vsize=10818904 memory=4211974275210767754 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19279/stat : 19279 (java) S 19222 19225 12709 0 -1 1077944384 1 13184 0 0 0 0 4 3 20 0 15 0 62167641 11078557696 11956 33554432000 4194304 4196468 140733098122144 140162195303440 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19280] ppid=19222 vsize=10818904 memory=140549005977216 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19280/stat : 19280 (java) S 19222 19225 12709 0 -1 1077944384 1 13184 0 0 0 0 4 3 20 0 15 0 62167641 11078557696 11956 33554432000 4194304 4196468 140733098122144 140162099506320 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19281] ppid=19222 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19281/stat : 19281 (java) S 19222 19225 12709 0 -1 1077944384 1 13184 0 0 0 0 4 3 20 0 15 0 62167641 11078557696 11956 33554432000 4194304 4196468 140733098122144 140162098453264 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19282] ppid=19222 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19282/stat : 19282 (java) S 19222 19225 12709 0 -1 1077944384 2 13184 0 0 0 0 4 3 20 0 15 0 62167641 11078557696 11956 33554432000 4194304 4196468 140733098122144 140161762253712 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19283] ppid=19222 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19283/stat : 19283 (java) S 19222 19225 12709 0 -1 1077944384 2 13184 0 0 0 0 4 3 20 0 15 0 62167642 11078557696 11956 33554432000 4194304 4196468 140733098122144 140161717676272 140162191071874 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19284] ppid=19222 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19284/stat : 19284 (java) S 19222 19225 12709 0 -1 1077944384 13 13184 0 0 0 0 4 3 20 0 15 0 62167643 11078590464 11956 33554432000 4194304 4196468 140733098122144 140161627186336 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19285] ppid=19222 vsize=10819896 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19285/stat : 19285 (java) S 19222 19225 12709 0 -1 1077944384 1 13184 0 0 0 0 4 3 20 0 15 0 62167643 11079573504 11956 33554432000 4194304 4196468 140733098122144 140161492968176 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19286] ppid=19222 vsize=10819896 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19286/stat : 19286 (java) S 19222 19225 12709 0 -1 1077944384 2 13184 0 0 0 0 4 3 20 0 15 0 62167646 11079573504 12022 33554432000 4194304 4196468 140733098122144 140160888989648 140162191079323 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19287] ppid=19222 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19225/task/19287/stat : 19287 (java) S 19222 19225 12709 0 -1 1077944384 474 13184 0 0 1 0 4 3 20 0 15 0 62167646 11079573504 12022 33554432000 4194304 4196468 140733098122144 140161716624112 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19288] ppid=19222 vsize=10819896 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19225/task/19288/stat : 19288 (java) S 19222 19225 12709 0 -1 1077944384 90 13184 0 0 1 0 4 3 20 0 15 0 62167646 11079573504 12022 33554432000 4194304 4196468 140733098122144 140161715571568 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19289] ppid=19222 vsize=10819896 memory=140549005977216 CPUtime=0.1 cores=0,2,4,6
/proc/19225/task/19289/stat : 19289 (java) S 19222 19225 12709 0 -1 1077944384 569 13184 0 0 3 0 4 3 20 0 15 0 62167646 11079573504 12022 33554432000 4194304 4196468 140733098122144 140161714518512 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19290] ppid=19222 vsize=10819896 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19290/stat : 19290 (java) S 19222 19225 12709 0 -1 1077944384 3 13184 0 0 0 0 4 3 20 0 15 0 62167646 11079573504 12088 33554432000 4194304 4196468 140733098122144 140160419228512 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19291] ppid=19222 vsize=10819896 memory=140549005977216 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19291/stat : 19291 (java) S 19222 19225 12709 0 -1 1077944384 1 13184 0 0 0 0 4 3 20 0 15 0 62167646 11079573504 12088 33554432000 4194304 4196468 140733098122144 140161713465904 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 47824 KiB

[startup+0.310585 s]*
/proc/loadavg: 0.89 0.76 1.01 3/218 19291
/proc/meminfo: memFree=16381496/32770624 swapFree=67108860/67108860
[pid=19225] ppid=19222 vsize=10819352 memory=58488 CPUtime=0.38 cores=0,2,4,6
/proc/19225/stat : 19225 (java) S 19222 19225 12709 0 -1 1077944320 10644 13184 0 0 28 3 4 3 20 0 15 0 62167631 11079016448 14622 33554432000 4194304 4196468 140733098122144 140733098104688 140162191060727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
/proc/19225/statm: 2704838 14622 3090 1 0 2667149 0
[pid=19225/tid=19278] ppid=19222 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/19225/task/19278/stat : 19278 (java) R 19222 19225 12709 0 -1 4202560 7294 13184 0 0 19 2 4 3 20 0 15 0 62167640 11079016448 14622 33554432000 4194304 4196468 140733098122144 140162162872736 140162191072662 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19279] ppid=19222 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19279/stat : 19279 (java) S 19222 19225 12709 0 -1 1077944384 1 13184 0 0 0 0 4 3 20 0 15 0 62167641 11079016448 14622 33554432000 4194304 4196468 140733098122144 140162195303440 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19280] ppid=19222 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19280/stat : 19280 (java) S 19222 19225 12709 0 -1 1077944384 1 13184 0 0 0 0 4 3 20 0 15 0 62167641 11079016448 14622 33554432000 4194304 4196468 140733098122144 140162099506320 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19281] ppid=19222 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19281/stat : 19281 (java) S 19222 19225 12709 0 -1 1077944384 1 13184 0 0 0 0 4 3 20 0 15 0 62167641 11079016448 14622 33554432000 4194304 4196468 140733098122144 140162098453264 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19282] ppid=19222 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19282/stat : 19282 (java) S 19222 19225 12709 0 -1 1077944384 2 13184 0 0 0 0 4 3 20 0 15 0 62167641 11079016448 14622 33554432000 4194304 4196468 140733098122144 140161762253712 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19283] ppid=19222 vsize=10819352 memory=140549005977215 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19283/stat : 19283 (java) S 19222 19225 12709 0 -1 1077944384 2 13184 0 0 0 0 4 3 20 0 15 0 62167642 11079016448 14622 33554432000 4194304 4196468 140733098122144 140161717676272 140162191071874 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19284] ppid=19222 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19284/stat : 19284 (java) S 19222 19225 12709 0 -1 1077944384 13 13184 0 0 0 0 4 3 20 0 15 0 62167643 11079016448 14622 33554432000 4194304 4196468 140733098122144 140161627186336 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19285] ppid=19222 vsize=10819352 memory=140549005977216 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19285/stat : 19285 (java) S 19222 19225 12709 0 -1 1077944384 1 13184 0 0 0 0 4 3 20 0 15 0 62167643 11079016448 14622 33554432000 4194304 4196468 140733098122144 140161492968176 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19286] ppid=19222 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19286/stat : 19286 (java) S 19222 19225 12709 0 -1 1077944384 2 13184 0 0 0 0 4 3 20 0 15 0 62167646 11079016448 14622 33554432000 4194304 4196468 140733098122144 140160888989648 140162191079323 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19287] ppid=19222 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19225/task/19287/stat : 19287 (java) S 19222 19225 12709 0 -1 1077944384 475 13184 0 0 2 0 4 3 20 0 15 0 62167646 11079016448 14622 33554432000 4194304 4196468 140733098122144 140161716624112 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19288] ppid=19222 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19225/task/19288/stat : 19288 (java) R 19222 19225 12709 0 -1 4202560 90 13184 0 0 1 0 4 3 20 0 15 0 62167646 11079016448 14622 33554432000 4194304 4196468 140733098122144 140161715571568 140162174561163 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19289] ppid=19222 vsize=10819352 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/19225/task/19289/stat : 19289 (java) R 19222 19225 12709 0 -1 4202560 575 13184 0 0 4 0 4 3 20 0 15 0 62167646 11079016448 14622 33554432000 4194304 4196468 140733098122144 140161714518512 140162171400616 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19290] ppid=19222 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19290/stat : 19290 (java) S 19222 19225 12709 0 -1 1077944384 3 13184 0 0 0 0 4 3 20 0 15 0 62167646 11079016448 14622 33554432000 4194304 4196468 140733098122144 140160419228512 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19291] ppid=19222 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19291/stat : 19291 (java) S 19222 19225 12709 0 -1 1077944384 1 13184 0 0 0 0 4 3 20 0 15 0 62167646 11079016448 14622 33554432000 4194304 4196468 140733098122144 140161713465904 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 58488 KiB

[startup+0.700737 s]
/proc/loadavg: 0.89 0.76 1.01 3/218 19291
/proc/meminfo: memFree=16367628/32770624 swapFree=67108860/67108860
[pid=19225] ppid=19222 vsize=10819352 memory=90436 CPUtime=0.99 cores=0,2,4,6
/proc/19225/stat : 19225 (java) S 19222 19225 12709 0 -1 1077944320 16749 13184 0 0 87 5 4 3 20 0 15 0 62167631 11079016448 22609 33554432000 4194304 4196468 140733098122144 140733098104688 140162191060727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
/proc/19225/statm: 2704838 22609 3238 1 0 2667149 0
[pid=19225/tid=19278] ppid=19222 vsize=10819352 memory=19288 CPUtime=0.65 cores=0,2,4,6
/proc/19225/task/19278/stat : 19278 (java) R 19222 19225 12709 0 -1 4202560 12323 13184 0 0 55 3 4 3 20 0 15 0 62167640 11079016448 22609 33554432000 4194304 4196468 140733098122144 140162162881552 140162172624283 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19279] ppid=19222 vsize=10819352 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19279/stat : 19279 (java) S 19222 19225 12709 0 -1 1077944384 1 13184 0 0 0 0 4 3 20 0 15 0 62167641 11079016448 22609 33554432000 4194304 4196468 140733098122144 140162195303440 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19280] ppid=19222 vsize=10819352 memory=140548845642227 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19280/stat : 19280 (java) S 19222 19225 12709 0 -1 1077944384 1 13184 0 0 0 0 4 3 20 0 15 0 62167641 11079016448 22609 33554432000 4194304 4196468 140733098122144 140162099506320 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19281] ppid=19222 vsize=10819352 memory=140552804762507 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19281/stat : 19281 (java) S 19222 19225 12709 0 -1 1077944384 1 13184 0 0 0 0 4 3 20 0 15 0 62167641 11079016448 22609 33554432000 4194304 4196468 140733098122144 140162098453264 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19282] ppid=19222 vsize=10819352 memory=1792 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19282/stat : 19282 (java) S 19222 19225 12709 0 -1 1077944384 2 13184 0 0 0 0 4 3 20 0 15 0 62167641 11079016448 22609 33554432000 4194304 4196468 140733098122144 140161762253712 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19283] ppid=19222 vsize=10819352 memory=6296143700806424935 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19283/stat : 19283 (java) S 19222 19225 12709 0 -1 1077944384 5 13184 0 0 0 0 4 3 20 0 15 0 62167642 11079016448 22609 33554432000 4194304 4196468 140733098122144 140161717676272 140162191071874 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19284] ppid=19222 vsize=10819352 memory=8099279071866868837 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19284/stat : 19284 (java) S 19222 19225 12709 0 -1 1077944384 13 13184 0 0 0 0 4 3 20 0 15 0 62167643 11079016448 22609 33554432000 4194304 4196468 140733098122144 140161627186336 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19285] ppid=19222 vsize=10819352 memory=6004820471124940137 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19285/stat : 19285 (java) S 19222 19225 12709 0 -1 1077944384 1 13184 0 0 0 0 4 3 20 0 15 0 62167643 11079016448 22609 33554432000 4194304 4196468 140733098122144 140161492968176 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19286] ppid=19222 vsize=10819352 memory=3054156605368933524 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19286/stat : 19286 (java) S 19222 19225 12709 0 -1 1077944384 2 13184 0 0 0 0 4 3 20 0 15 0 62167646 11079016448 22609 33554432000 4194304 4196468 140733098122144 140160888989648 140162191079323 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19287] ppid=19222 vsize=10819352 memory=8326441112149131689 CPUtime=0.17 cores=0,2,4,6
/proc/19225/task/19287/stat : 19287 (java) S 19222 19225 12709 0 -1 1077944384 1115 13184 0 0 10 0 4 3 20 0 15 0 62167646 11079016448 22609 33554432000 4194304 4196468 140733098122144 140161716624112 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19288] ppid=19222 vsize=10819352 memory=-7025452035940392864 CPUtime=0.13 cores=0,2,4,6
/proc/19225/task/19288/stat : 19288 (java) S 19222 19225 12709 0 -1 1077944384 459 13184 0 0 6 0 4 3 20 0 15 0 62167646 11079016448 22609 33554432000 4194304 4196468 140733098122144 140161715571568 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19289] ppid=19222 vsize=10819352 memory=6944656592452807326 CPUtime=0.2 cores=0,2,4,6
/proc/19225/task/19289/stat : 19289 (java) S 19222 19225 12709 0 -1 1077944384 631 13184 0 0 13 0 4 3 20 0 15 0 62167646 11079016448 22609 33554432000 4194304 4196468 140733098122144 140161714518512 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19290] ppid=19222 vsize=10819352 memory=-9178176116494409632 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19290/stat : 19290 (java) S 19222 19225 12709 0 -1 1077944384 3 13184 0 0 0 0 4 3 20 0 15 0 62167646 11079016448 22609 33554432000 4194304 4196468 140733098122144 140160419228512 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19291] ppid=19222 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19291/stat : 19291 (java) S 19222 19225 12709 0 -1 1077944384 1 13184 0 0 0 0 4 3 20 0 15 0 62167646 11079016448 22609 33554432000 4194304 4196468 140733098122144 140161713465904 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90436 KiB

[startup+1.50078 s]
/proc/loadavg: 0.89 0.76 1.01 3/218 19291
/proc/meminfo: memFree=16302304/32770624 swapFree=67108860/67108860
[pid=19225] ppid=19222 vsize=10834252 memory=181312 CPUtime=2.25 cores=0,2,4,6
/proc/19225/stat : 19225 (java) S 19222 19225 12709 0 -1 1077944320 23933 13184 0 0 207 11 4 3 20 0 15 0 62167631 11094274048 45328 33554432000 4194304 4196468 140733098122144 140733098104688 140162191060727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
/proc/19225/statm: 2708563 45328 3472 1 0 2670221 0
[pid=19225/tid=19278] ppid=19222 vsize=10834252 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/19225/task/19278/stat : 19278 (java) R 19222 19225 12709 0 -1 4202560 18018 13184 0 0 128 6 4 3 20 0 15 0 62167640 11094274048 45328 33554432000 4194304 4196468 140733098122144 140162162890064 140162175141214 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19279] ppid=19222 vsize=10834252 memory=104408 CPUtime=0.08 cores=0,2,4,6
/proc/19225/task/19279/stat : 19279 (java) S 19222 19225 12709 0 -1 1077944384 21 13184 0 0 1 0 4 3 20 0 15 0 62167641 11094274048 45328 33554432000 4194304 4196468 140733098122144 140162195303440 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19280] ppid=19222 vsize=10834252 memory=5790086053191909267 CPUtime=0.08 cores=0,2,4,6
/proc/19225/task/19280/stat : 19280 (java) S 19222 19225 12709 0 -1 1077944384 21 13184 0 0 1 0 4 3 20 0 15 0 62167641 11094274048 45328 33554432000 4194304 4196468 140733098122144 140162099506320 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19281] ppid=19222 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19225/task/19281/stat : 19281 (java) S 19222 19225 12709 0 -1 1077944384 71 13184 0 0 1 0 4 3 20 0 15 0 62167641 11094274048 45328 33554432000 4194304 4196468 140733098122144 140162098453264 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19282] ppid=19222 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19282/stat : 19282 (java) S 19222 19225 12709 0 -1 1077944384 309 13184 0 0 0 0 4 3 20 0 15 0 62167641 11094274048 45328 33554432000 4194304 4196468 140733098122144 140161762253712 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19283] ppid=19222 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19225/task/19283/stat : 19283 (java) S 19222 19225 12709 0 -1 1077944384 62 13184 0 0 1 0 4 3 20 0 15 0 62167642 11094274048 45328 33554432000 4194304 4196468 140733098122144 140161717676272 140162191071874 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19284] ppid=19222 vsize=10834252 memory=-6221781267475802396 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19284/stat : 19284 (java) S 19222 19225 12709 0 -1 1077944384 14 13184 0 0 0 0 4 3 20 0 15 0 62167643 11094274048 45328 33554432000 4194304 4196468 140733098122144 140161627186400 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19285] ppid=19222 vsize=10834252 memory=4132 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19285/stat : 19285 (java) S 19222 19225 12709 0 -1 1077944384 1 13184 0 0 0 0 4 3 20 0 15 0 62167643 11094274048 45328 33554432000 4194304 4196468 140733098122144 140161492968192 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19286] ppid=19222 vsize=10834252 memory=2196 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19286/stat : 19286 (java) S 19222 19225 12709 0 -1 1077944384 2 13184 0 0 0 0 4 3 20 0 15 0 62167646 11094274048 45328 33554432000 4194304 4196468 140733098122144 140160888989648 140162191079323 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19287] ppid=19222 vsize=10834252 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/19225/task/19287/stat : 19287 (java) S 19222 19225 12709 0 -1 1077944384 1592 13184 0 0 26 0 4 3 20 0 15 0 62167646 11094274048 45328 33554432000 4194304 4196468 140733098122144 140161716624112 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19288] ppid=19222 vsize=10834252 memory=223368699773298 CPUtime=0.23 cores=0,2,4,6
/proc/19225/task/19288/stat : 19288 (java) S 19222 19225 12709 0 -1 1077944384 570 13184 0 0 16 0 4 3 20 0 15 0 62167646 11094274048 45328 33554432000 4194304 4196468 140733098122144 140161715571568 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19289] ppid=19222 vsize=10834252 memory=330602 CPUtime=0.37 cores=0,2,4,6
/proc/19225/task/19289/stat : 19289 (java) S 19222 19225 12709 0 -1 1077944384 1057 13184 0 0 30 0 4 3 20 0 15 0 62167646 11094274048 45328 33554432000 4194304 4196468 140733098122144 140161714518512 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19290] ppid=19222 vsize=10834252 memory=4638778419807998288 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19290/stat : 19290 (java) S 19222 19225 12709 0 -1 1077944384 3 13184 0 0 0 0 4 3 20 0 15 0 62167646 11094274048 45328 33554432000 4194304 4196468 140733098122144 140160419228512 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19291] ppid=19222 vsize=10834252 memory=6935649255776346176 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19291/stat : 19291 (java) S 19222 19225 12709 0 -1 1077944384 1 13184 0 0 0 0 4 3 20 0 15 0 62167646 11094274048 45328 33554432000 4194304 4196468 140733098122144 140161713465904 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10834252 KiB

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

[pid=19225/tid=19281] ppid=19222 vsize=10914144 memory=0 CPUtime=10 cores=0,2,4,6
/proc/19225/task/19281/stat : 19281 (java) S 19222 19225 12709 0 -1 1077944384 13229 13184 0 0 947 46 4 3 20 0 15 0 62167641 11176083456 213649 33554432000 4194304 4196468 140733098122144 140162098453264 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19282] ppid=19222 vsize=10914144 memory=854560 CPUtime=9.99 cores=0,2,4,6
/proc/19225/task/19282/stat : 19282 (java) S 19222 19225 12709 0 -1 1077944384 16061 13184 0 0 939 53 4 3 20 0 15 0 62167641 11176083456 213649 33554432000 4194304 4196468 140733098122144 140161762253712 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19283] ppid=19222 vsize=10914144 memory=854596 CPUtime=9.23 cores=0,2,4,6
/proc/19225/task/19283/stat : 19283 (java) S 19222 19225 12709 0 -1 1077944384 16439 13184 0 0 871 45 4 3 20 0 15 0 62167642 11176083456 213649 33554432000 4194304 4196468 140733098122144 140161717676272 140162191071874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19284] ppid=19222 vsize=10914144 memory=854596 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19284/stat : 19284 (java) S 19222 19225 12709 0 -1 1077944384 14 13184 0 0 0 0 4 3 20 0 15 0 62167643 11176083456 213649 33554432000 4194304 4196468 140733098122144 140161627186464 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19285] ppid=19222 vsize=10914144 memory=854596 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19285/stat : 19285 (java) S 19222 19225 12709 0 -1 1077944384 1 13184 0 0 0 0 4 3 20 0 15 0 62167643 11176083456 213649 33554432000 4194304 4196468 140733098122144 140161492968192 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19286] ppid=19222 vsize=10914144 memory=854596 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19286/stat : 19286 (java) S 19222 19225 12709 0 -1 1077944384 2 13184 0 0 0 0 4 3 20 0 15 0 62167646 11176083456 213649 33554432000 4194304 4196468 140733098122144 140160888989648 140162191079323 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19287] ppid=19222 vsize=10914144 memory=0 CPUtime=4.04 cores=0,2,4,6
/proc/19225/task/19287/stat : 19287 (java) S 19222 19225 12709 0 -1 1077944384 25865 13184 0 0 391 6 4 3 20 0 15 0 62167646 11176083456 213649 33554432000 4194304 4196468 140733098122144 140161716624112 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19288] ppid=19222 vsize=10914144 memory=854560 CPUtime=4.47 cores=0,2,4,6
/proc/19225/task/19288/stat : 19288 (java) S 19222 19225 12709 0 -1 1077944384 33978 13184 0 0 437 3 4 3 20 0 15 0 62167646 11176083456 213649 33554432000 4194304 4196468 140733098122144 140161715571568 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19289] ppid=19222 vsize=10914144 memory=854560 CPUtime=1.61 cores=0,2,4,6
/proc/19225/task/19289/stat : 19289 (java) S 19222 19225 12709 0 -1 1077944384 20585 13184 0 0 151 3 4 3 20 0 15 0 62167646 11176083456 213649 33554432000 4194304 4196468 140733098122144 140161714518512 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19290] ppid=19222 vsize=10914144 memory=854596 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19290/stat : 19290 (java) S 19222 19225 12709 0 -1 1077944384 3 13184 0 0 0 0 4 3 20 0 15 0 62167646 11176083456 213649 33554432000 4194304 4196468 140733098122144 140160419228512 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19291] ppid=19222 vsize=10914144 memory=854596 CPUtime=1.47 cores=0,2,4,6
/proc/19225/task/19291/stat : 19291 (java) S 19222 19225 12709 0 -1 1077944384 1694 13184 0 0 68 72 4 3 20 0 15 0 62167646 11176083456 213649 33554432000 4194304 4196468 140733098122144 140161713465904 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
Current children cumulated CPU time: 2419.79 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 854596 KiB

[startup+2442.3 s]
/proc/loadavg: 1.33 1.33 1.33 3/218 19394
/proc/meminfo: memFree=15158668/32770624 swapFree=67108860/67108860
[pid=19225] ppid=19222 vsize=10914144 memory=854600 CPUtime=2480.57 cores=0,2,4,6
/proc/19225/stat : 19225 (java) S 19222 19225 12709 0 -1 1077944320 254275 13184 0 0 247730 320 4 3 20 0 15 0 62167631 11176083456 213650 33554432000 4194304 4196468 140733098122144 140733098104688 140162191060727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
/proc/19225/statm: 2728536 213650 3520 1 0 2690189 0
[pid=19225/tid=19278] ppid=19222 vsize=10914144 memory=854600 CPUtime=2418.91 cores=0,2,4,6
/proc/19225/task/19278/stat : 19278 (java) R 19222 19225 12709 0 -1 4202560 91625 13184 0 0 241837 47 4 3 20 0 15 0 62167640 11176083456 213650 33554432000 4194304 4196468 140733098122144 140162162895088 140161786832302 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19279] ppid=19222 vsize=10914144 memory=854600 CPUtime=10.25 cores=0,2,4,6
/proc/19225/task/19279/stat : 19279 (java) S 19222 19225 12709 0 -1 1077944384 17196 13184 0 0 965 53 4 3 20 0 15 0 62167641 11176083456 213650 33554432000 4194304 4196468 140733098122144 140162195303440 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19280] ppid=19222 vsize=10914144 memory=854600 CPUtime=10.31 cores=0,2,4,6
/proc/19225/task/19280/stat : 19280 (java) S 19222 19225 12709 0 -1 1077944384 14677 13184 0 0 972 52 4 3 20 0 15 0 62167641 11176083456 213650 33554432000 4194304 4196468 140733098122144 140162099506320 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19281] ppid=19222 vsize=10914144 memory=854600 CPUtime=10.27 cores=0,2,4,6
/proc/19225/task/19281/stat : 19281 (java) S 19222 19225 12709 0 -1 1077944384 13304 13184 0 0 973 47 4 3 20 0 15 0 62167641 11176083456 213650 33554432000 4194304 4196468 140733098122144 140162098453264 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19282] ppid=19222 vsize=10914144 memory=854600 CPUtime=10.26 cores=0,2,4,6
/proc/19225/task/19282/stat : 19282 (java) S 19222 19225 12709 0 -1 1077944384 16345 13184 0 0 965 54 4 3 20 0 15 0 62167641 11176083456 213650 33554432000 4194304 4196468 140733098122144 140161762253712 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19283] ppid=19222 vsize=10914144 memory=854600 CPUtime=9.47 cores=0,2,4,6
/proc/19225/task/19283/stat : 19283 (java) S 19222 19225 12709 0 -1 1077944384 16640 13184 0 0 895 45 4 3 20 0 15 0 62167642 11176083456 213650 33554432000 4194304 4196468 140733098122144 140161717676272 140162191071874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19284] ppid=19222 vsize=10914144 memory=854600 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19284/stat : 19284 (java) S 19222 19225 12709 0 -1 1077944384 14 13184 0 0 0 0 4 3 20 0 15 0 62167643 11176083456 213650 33554432000 4194304 4196468 140733098122144 140161627186464 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19285] ppid=19222 vsize=10914144 memory=3828 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19285/stat : 19285 (java) S 19222 19225 12709 0 -1 1077944384 1 13184 0 0 0 0 4 3 20 0 15 0 62167643 11176083456 213650 33554432000 4194304 4196468 140733098122144 140161492968192 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19286] ppid=19222 vsize=10914144 memory=854600 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19286/stat : 19286 (java) S 19222 19225 12709 0 -1 1077944384 2 13184 0 0 0 0 4 3 20 0 15 0 62167646 11176083456 213650 33554432000 4194304 4196468 140733098122144 140160888989648 140162191079323 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19287] ppid=19222 vsize=10914144 memory=854600 CPUtime=4.04 cores=0,2,4,6
/proc/19225/task/19287/stat : 19287 (java) S 19222 19225 12709 0 -1 1077944384 25867 13184 0 0 391 6 4 3 20 0 15 0 62167646 11176083456 213650 33554432000 4194304 4196468 140733098122144 140161716624112 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19288] ppid=19222 vsize=10914144 memory=854600 CPUtime=4.47 cores=0,2,4,6
/proc/19225/task/19288/stat : 19288 (java) S 19222 19225 12709 0 -1 1077944384 33980 13184 0 0 437 3 4 3 20 0 15 0 62167646 11176083456 213650 33554432000 4194304 4196468 140733098122144 140161715571568 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19289] ppid=19222 vsize=10914144 memory=854600 CPUtime=1.61 cores=0,2,4,6
/proc/19225/task/19289/stat : 19289 (java) S 19222 19225 12709 0 -1 1077944384 20718 13184 0 0 151 3 4 3 20 0 15 0 62167646 11176083456 213650 33554432000 4194304 4196468 140733098122144 140161714518512 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19290] ppid=19222 vsize=10914144 memory=854600 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19290/stat : 19290 (java) S 19222 19225 12709 0 -1 1077944384 3 13184 0 0 0 0 4 3 20 0 15 0 62167646 11176083456 213650 33554432000 4194304 4196468 140733098122144 140160419228512 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19291] ppid=19222 vsize=10914144 memory=3828 CPUtime=1.5 cores=0,2,4,6
/proc/19225/task/19291/stat : 19291 (java) S 19222 19225 12709 0 -1 1077944384 1712 13184 0 0 70 73 4 3 20 0 15 0 62167646 11176083456 213650 33554432000 4194304 4196468 140733098122144 140161713465904 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
Current children cumulated CPU time: 2480.57 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 854600 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2481.3 s]
/proc/loadavg: 1.39 1.35 1.33 6/219 19524
/proc/meminfo: memFree=15723528/32770624 swapFree=67108860/67108860
[pid=19225] ppid=19222 vsize=10914144 memory=854600 CPUtime=2520.07 cores=0,2,4,6
/proc/19225/stat : 19225 (java) S 19222 19225 12709 0 -1 1077944320 255014 13184 0 0 251675 325 4 3 20 0 15 0 62167631 11176083456 213650 33554432000 4194304 4196468 140733098122144 140733098104688 140162191060727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
/proc/19225/statm: 2728536 213650 3520 1 0 2690189 0
[pid=19225/tid=19278] ppid=19222 vsize=10914144 memory=854600 CPUtime=2457.54 cores=0,2,4,6
/proc/19225/task/19278/stat : 19278 (java) R 19222 19225 12709 0 -1 4202560 92012 13184 0 0 245700 47 4 3 20 0 15 0 62167640 11176083456 213650 33554432000 4194304 4196468 140733098122144 140162162894688 140161793233500 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19279] ppid=19222 vsize=10914144 memory=854600 CPUtime=10.43 cores=0,2,4,6
/proc/19225/task/19279/stat : 19279 (java) S 19222 19225 12709 0 -1 1077944384 17211 13184 0 0 982 54 4 3 20 0 15 0 62167641 11176083456 213650 33554432000 4194304 4196468 140733098122144 140162195303440 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19280] ppid=19222 vsize=10914144 memory=854600 CPUtime=10.48 cores=0,2,4,6
/proc/19225/task/19280/stat : 19280 (java) S 19222 19225 12709 0 -1 1077944384 14707 13184 0 0 989 52 4 3 20 0 15 0 62167641 11176083456 213650 33554432000 4194304 4196468 140733098122144 140162099506320 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19281] ppid=19222 vsize=10914144 memory=854600 CPUtime=10.44 cores=0,2,4,6
/proc/19225/task/19281/stat : 19281 (java) S 19222 19225 12709 0 -1 1077944384 13310 13184 0 0 989 48 4 3 20 0 15 0 62167641 11176083456 213650 33554432000 4194304 4196468 140733098122144 140162098453264 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19282] ppid=19222 vsize=10914144 memory=281097692247360 CPUtime=10.43 cores=0,2,4,6
/proc/19225/task/19282/stat : 19282 (java) S 19222 19225 12709 0 -1 1077944384 16356 13184 0 0 982 54 4 3 20 0 15 0 62167641 11176083456 213650 33554432000 4194304 4196468 140733098122144 140161762253712 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19283] ppid=19222 vsize=10914144 memory=854600 CPUtime=9.62 cores=0,2,4,6
/proc/19225/task/19283/stat : 19283 (java) S 19222 19225 12709 0 -1 1077944384 16698 13184 0 0 908 47 4 3 20 0 15 0 62167642 11176083456 213650 33554432000 4194304 4196468 140733098122144 140161717676272 140162191071874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19284] ppid=19222 vsize=10914144 memory=854600 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19284/stat : 19284 (java) S 19222 19225 12709 0 -1 1077944384 14 13184 0 0 0 0 4 3 20 0 15 0 62167643 11176083456 213650 33554432000 4194304 4196468 140733098122144 140161627186464 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19285] ppid=19222 vsize=10914144 memory=854600 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19285/stat : 19285 (java) S 19222 19225 12709 0 -1 1077944384 1 13184 0 0 0 0 4 3 20 0 15 0 62167643 11176083456 213650 33554432000 4194304 4196468 140733098122144 140161492968192 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19286] ppid=19222 vsize=10914144 memory=2340 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19286/stat : 19286 (java) S 19222 19225 12709 0 -1 1077944384 2 13184 0 0 0 0 4 3 20 0 15 0 62167646 11176083456 213650 33554432000 4194304 4196468 140733098122144 140160888989648 140162191079323 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19287] ppid=19222 vsize=10914144 memory=854600 CPUtime=4.04 cores=0,2,4,6
/proc/19225/task/19287/stat : 19287 (java) S 19222 19225 12709 0 -1 1077944384 26086 13184 0 0 391 6 4 3 20 0 15 0 62167646 11176083456 213650 33554432000 4194304 4196468 140733098122144 140161716624112 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19288] ppid=19222 vsize=10914144 memory=854600 CPUtime=4.47 cores=0,2,4,6
/proc/19225/task/19288/stat : 19288 (java) S 19222 19225 12709 0 -1 1077944384 33980 13184 0 0 437 3 4 3 20 0 15 0 62167646 11176083456 213650 33554432000 4194304 4196468 140733098122144 140161715571568 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19289] ppid=19222 vsize=10914144 memory=854600 CPUtime=1.61 cores=0,2,4,6
/proc/19225/task/19289/stat : 19289 (java) S 19222 19225 12709 0 -1 1077944384 20718 13184 0 0 151 3 4 3 20 0 15 0 62167646 11176083456 213650 33554432000 4194304 4196468 140733098122144 140161714518512 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19290] ppid=19222 vsize=10914144 memory=854600 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19290/stat : 19290 (java) S 19222 19225 12709 0 -1 1077944384 3 13184 0 0 0 0 4 3 20 0 15 0 62167646 11176083456 213650 33554432000 4194304 4196468 140733098122144 140160419228512 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19291] ppid=19222 vsize=10914144 memory=644 CPUtime=1.52 cores=0,2,4,6
/proc/19225/task/19291/stat : 19291 (java) S 19222 19225 12709 0 -1 1077944384 1725 13184 0 0 71 74 4 3 20 0 15 0 62167646 11176083456 213650 33554432000 4194304 4196468 140733098122144 140161713465904 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 854600 KiB

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

[startup+2481.81 s]
# the end of solver process 19225 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.82 s, system=3.3045 s

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

[startup+2481.6 s]
/proc/loadavg: 1.39 1.35 1.33 6/219 19524
/proc/meminfo: memFree=15723528/32770624 swapFree=67108860/67108860
[pid=19225] ppid=19222 vsize=11110760 memory=856724 CPUtime=2520.08 cores=0,2,4,6
/proc/19225/stat : 19225 (java) S 19222 19225 12709 0 -1 1077944320 256067 13184 0 0 251676 325 4 3 20 0 15 0 62167631 11377418240 214181 33554432000 4194304 4196468 140733098122144 140733098104688 140162191060727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
/proc/19225/statm: 2777690 214181 3522 1 0 2739343 0
[pid=19225/tid=19278] ppid=19222 vsize=11110760 memory=854600 CPUtime=2457.55 cores=0,2,4,6
/proc/19225/task/19278/stat : 19278 (java) S 19222 19225 12709 0 -1 1077944384 92271 13184 0 0 245701 47 4 3 20 0 15 0 62167640 11377418240 214181 33554432000 4194304 4196468 140733098122144 140162162902768 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19279] ppid=19222 vsize=11110760 memory=4012 CPUtime=10.43 cores=0,2,4,6
/proc/19225/task/19279/stat : 19279 (java) S 19222 19225 12709 0 -1 1077944384 17211 13184 0 0 982 54 4 3 20 0 15 0 62167641 11377418240 214181 33554432000 4194304 4196468 140733098122144 140162195303440 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19280] ppid=19222 vsize=11110760 memory=6791534058613427641 CPUtime=10.48 cores=0,2,4,6
/proc/19225/task/19280/stat : 19280 (java) S 19222 19225 12709 0 -1 1077944384 14707 13184 0 0 989 52 4 3 20 0 15 0 62167641 11377418240 214181 33554432000 4194304 4196468 140733098122144 140162099506320 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19281] ppid=19222 vsize=11110760 memory=1948 CPUtime=10.44 cores=0,2,4,6
/proc/19225/task/19281/stat : 19281 (java) S 19222 19225 12709 0 -1 1077944384 13310 13184 0 0 989 48 4 3 20 0 15 0 62167641 11377418240 214181 33554432000 4194304 4196468 140733098122144 140162098453264 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19282] ppid=19222 vsize=11110760 memory=5524 CPUtime=10.43 cores=0,2,4,6
/proc/19225/task/19282/stat : 19282 (java) S 19222 19225 12709 0 -1 1077944384 16356 13184 0 0 982 54 4 3 20 0 15 0 62167641 11377418240 214181 33554432000 4194304 4196468 140733098122144 140161762253712 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19283] ppid=19222 vsize=11110760 memory=1444 CPUtime=9.62 cores=0,2,4,6
/proc/19225/task/19283/stat : 19283 (java) D 19222 19225 12709 0 -1 4202560 16698 13184 0 0 908 47 4 3 20 0 15 0 62167642 11377418240 214181 33554432000 4194304 4196468 140733098122144 140161717676216 140162183746359 0 0 0 16800975 18446744072100899973 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19284] ppid=19222 vsize=11110760 memory=1200 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19284/stat : 19284 (java) S 19222 19225 12709 0 -1 1077944384 14 13184 0 0 0 0 4 3 20 0 15 0 62167643 11377418240 214181 33554432000 4194304 4196468 140733098122144 140161627186464 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19285] ppid=19222 vsize=11110760 memory=1008 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19285/stat : 19285 (java) S 19222 19225 12709 0 -1 1077944384 1 13184 0 0 0 0 4 3 20 0 15 0 62167643 11377418240 214181 33554432000 4194304 4196468 140733098122144 140161492968192 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19286] ppid=19222 vsize=11110760 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19286/stat : 19286 (java) S 19222 19225 12709 0 -1 1077944384 78 13184 0 0 0 0 4 3 20 0 15 0 62167646 11377418240 214181 33554432000 4194304 4196468 140733098122144 140160888989296 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19287] ppid=19222 vsize=11110760 memory=18488 CPUtime=4.04 cores=0,2,4,6
/proc/19225/task/19287/stat : 19287 (java) S 19222 19225 12709 0 -1 1077944384 26086 13184 0 0 391 6 4 3 20 0 15 0 62167646 11377418240 214181 33554432000 4194304 4196468 140733098122144 140161716624112 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19288] ppid=19222 vsize=11110760 memory=1792 CPUtime=4.47 cores=0,2,4,6
/proc/19225/task/19288/stat : 19288 (java) S 19222 19225 12709 0 -1 1077944384 34111 13184 0 0 437 3 4 3 20 0 15 0 62167646 11377418240 214181 33554432000 4194304 4196468 140733098122144 140161715571568 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19289] ppid=19222 vsize=11110760 memory=1232 CPUtime=1.61 cores=0,2,4,6
/proc/19225/task/19289/stat : 19289 (java) S 19222 19225 12709 0 -1 1077944384 21080 13184 0 0 151 3 4 3 20 0 15 0 62167646 11377418240 214181 33554432000 4194304 4196468 140733098122144 140161714518512 140162191071874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
[pid=19225/tid=19290] ppid=19222 vsize=11110760 memory=644 CPUtime=0.07 cores=0,2,4,6
/proc/19225/task/19290/stat : 19290 (java) S 19222 19225 12709 0 -1 1077944384 3 13184 0 0 0 0 4 3 20 0 15 0 62167646 11377418240 214181 33554432000 4194304 4196468 140733098122144 140160419228512 140162191070933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140733098129579 140733098132828 140733098132828 140733098135503 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 11110760 KiB
Current children cumulated memory: 856724 KiB

[startup+2481.8 s]*
/proc/loadavg: 1.39 1.35 1.33 5/206 19526
/proc/meminfo: memFree=16045276/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2481.81
CPU time (s): 2520.12
CPU user time (s): 2516.82
CPU system time (s): 3.3045
CPU usage (%): 101.544
Max. virtual memory (cumulated for all children) (KiB): 11110760
Max. memory (cumulated for all children) (KiB): 856724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.82
system time used= 3.3045
maximum resident set size= 858744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269272
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 262261
involuntary context switches= 9731


# summary of solver processes directly reported to runsolver:
#   pid: 19225
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.82
#   total CPU system time (s): 3.3045

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6613 second user time and 20.7972 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-24 17:27:25
IDJOB=4294262
IDBENCH=141348
IDSOLVER=2751
FILE ID=node135/4294262-1532446044
RUNJOBID= node135-1532446038-19003
PBS_JOBID= 21021575
Free space on /tmp= 48396 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Langford/LangfordBin-09_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294262-1532446044/watcher-4294262-1532446044 -o /tmp/evaluation-result-4294262-1532446044/solver-4294262-1532446044 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532446038-19003 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1995528061 -superng HOME/instance-4294262-1532446044.xml

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

MD5SUM BENCH= af6539439e5a66b9d4cb5cb754e7ed18
RANDOM SEED=1995528061

node135.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.50
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.50
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.50
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.50
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:        16427548 kB
MemAvailable:   31480216 kB
Buffers:          210504 kB
Cached:         14895872 kB
SwapCached:            0 kB
Active:          2867116 kB
Inactive:       12751892 kB
Active(anon):     462804 kB
Inactive(anon):    69860 kB
Active(file):    2404312 kB
Inactive(file): 12682032 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26776 kB
Writeback:            96 kB
AnonPages:        465460 kB
Mapped:            51504 kB
Shmem:             17056 kB
Slab:             424112 kB
SReclaimable:     394784 kB
SUnreclaim:        29328 kB
KernelStack:        3552 kB
PageTables:         5968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1579656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48368 MiB
End job on node135 at 2018-07-24 18:08:47