Trace number 4295584

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 2479.93

General information on the benchmark

NameFrb/
frb-59-26-3-mgd_c18.xml
MD5SUM4c66b19dbffc4da62838f27d220d1d7d
Bench CategoryCSP (decision 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 variables59
Number of constraints547
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":59}]
Minimum variable degree11
Maximum variable degree27
Distribution of variable degrees[{"degree":11,"count":1},{"degree":12,"count":1},{"degree":13,"count":2},{"degree":14,"count":2},{"degree":15,"count":4},{"degree":16,"count":6},{"degree":17,"count":9},{"degree":18,"count":3},{"degree":19,"count":8},{"degree":20,"count":9},{"degree":21,"count":2},{"degree":22,"count":4},{"degree":23,"count":3},{"degree":24,"count":4},{"degree":27,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":547}]
Number of extensional constraints547
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":547}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295584-1532569386/watcher-4295584-1532569386 -o /tmp/evaluation-result-4295584-1532569386/solver-4295584-1532569386 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31453 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1466860127 -superng HOME/instance-4295584-1532569386.xml 

running on 4 cores: 1,3,5,7

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

solver pid=4957, runsolver pid=4954

[startup+0.10009 s]*
/proc/loadavg: 1.32 1.38 1.39 3/207 5014
/proc/meminfo: memFree=11863520/32770624 swapFree=67108860/67108860
[pid=4957] ppid=4954 vsize=9972712 memory=16428 CPUtime=0.1 cores=1,3,5,7
/proc/4957/stat : 4957 (java) S 4954 4957 31421 0 -1 1077944320 4263 13404 0 0 1 1 5 3 20 0 6 0 74501764 10212057088 4107 33554432000 4194304 4196468 140726210928288 140726210910832 139668573224695 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
/proc/4957/statm: 2493178 4107 1930 1 0 2481616 0
[pid=4957/tid=5010] ppid=4954 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5010/stat : 5010 (java) R 4954 4957 31421 0 -1 4202560 2089 13404 0 0 0 0 5 3 20 0 6 0 74501773 10212057088 4107 33554432000 4194304 4196468 140726210928288 139668545061456 139668557305182 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5011] ppid=4954 vsize=9972712 memory=7948963741541478447 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5011/stat : 5011 (java) S 4954 4957 31421 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 6 0 74501773 10212057088 4107 33554432000 4194304 4196468 140726210928288 139668577466896 139668573234901 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5012] ppid=4954 vsize=9972712 memory=139697345021568 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5012/stat : 5012 (java) S 4954 4957 31421 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 6 0 74501773 10212057088 4107 33554432000 4194304 4196468 140726210928288 139668146719376 139668573234901 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5013] ppid=4954 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5013/stat : 5013 (java) S 4954 4957 31421 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 6 0 74501773 10212057088 4107 33554432000 4194304 4196468 140726210928288 139668145666320 139668573234901 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5014] ppid=4954 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5014/stat : 5014 (java) S 4954 4957 31421 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 6 0 74501773 10212057088 4107 33554432000 4194304 4196468 140726210928288 139668144613776 139668573234901 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16428 KiB

[startup+0.209876 s]*
/proc/loadavg: 1.32 1.38 1.39 2/216 5023
/proc/meminfo: memFree=11834788/32770624 swapFree=67108860/67108860
[pid=4957] ppid=4954 vsize=10818856 memory=43880 CPUtime=0.27 cores=1,3,5,7
/proc/4957/stat : 4957 (java) S 4954 4957 31421 0 -1 1077944320 8358 13404 0 0 16 3 5 3 20 0 15 0 74501764 11078508544 10970 33554432000 4194304 4196468 140726210928288 140726210910832 139668573224695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
/proc/4957/statm: 2704714 10970 2954 1 0 2667149 0
[pid=4957/tid=5010] ppid=4954 vsize=10818856 memory=-8171376296011865461 CPUtime=0.19 cores=1,3,5,7
/proc/4957/task/5010/stat : 5010 (java) R 4954 4957 31421 0 -1 4202560 4897 13404 0 0 9 2 5 3 20 0 15 0 74501773 11078508544 10970 33554432000 4194304 4196468 140726210928288 139668545022352 139668554789686 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5011] ppid=4954 vsize=10818856 memory=7948963741541478447 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5011/stat : 5011 (java) S 4954 4957 31421 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 74501773 11078508544 10970 33554432000 4194304 4196468 140726210928288 139668577466896 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5012] ppid=4954 vsize=10818856 memory=139697345021568 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5012/stat : 5012 (java) S 4954 4957 31421 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 74501773 11078508544 10970 33554432000 4194304 4196468 140726210928288 139668146719376 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5013] ppid=4954 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5013/stat : 5013 (java) S 4954 4957 31421 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 74501773 11078508544 10970 33554432000 4194304 4196468 140726210928288 139668145666320 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5014] ppid=4954 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5014/stat : 5014 (java) S 4954 4957 31421 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 74501773 11078508544 10970 33554432000 4194304 4196468 140726210928288 139668144613776 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5015] ppid=4954 vsize=10818856 memory=139697345021568 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5015/stat : 5015 (java) S 4954 4957 31421 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 74501775 11078508544 10970 33554432000 4194304 4196468 140726210928288 139668032666352 139668573235842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5016] ppid=4954 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5016/stat : 5016 (java) S 4954 4957 31421 0 -1 1077944384 33 13404 0 0 0 0 5 3 20 0 15 0 74501775 11078508544 10970 33554432000 4194304 4196468 140726210928288 139668031612576 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5017] ppid=4954 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5017/stat : 5017 (java) S 4954 4957 31421 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 74501775 11078508544 10970 33554432000 4194304 4196468 140726210928288 139667907273968 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5018] ppid=4954 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5018/stat : 5018 (java) S 4954 4957 31421 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 74501778 11078508544 10970 33554432000 4194304 4196468 140726210928288 139667303295440 139668573243291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5019] ppid=4954 vsize=10818856 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4957/task/5019/stat : 5019 (java) S 4954 4957 31421 0 -1 1077944384 546 13404 0 0 1 0 5 3 20 0 15 0 74501778 11078508544 10970 33554432000 4194304 4196468 140726210928288 139667998054640 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5020] ppid=4954 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5020/stat : 5020 (java) S 4954 4957 31421 0 -1 1077944384 59 13404 0 0 0 0 5 3 20 0 15 0 74501778 11078508544 10970 33554432000 4194304 4196468 140726210928288 139667997002096 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5021] ppid=4954 vsize=10818856 memory=139697345021568 CPUtime=0.11 cores=1,3,5,7
/proc/4957/task/5021/stat : 5021 (java) S 4954 4957 31421 0 -1 1077944384 621 13404 0 0 3 0 5 3 20 0 15 0 74501778 11078508544 10970 33554432000 4194304 4196468 140726210928288 139667995949040 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5022] ppid=4954 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5022/stat : 5022 (java) S 4954 4957 31421 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 74501778 11078508544 10970 33554432000 4194304 4196468 140726210928288 139666833533280 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5023] ppid=4954 vsize=10818856 memory=139697345021568 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5023/stat : 5023 (java) S 4954 4957 31421 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 74501779 11078508544 10970 33554432000 4194304 4196468 140726210928288 139667994897456 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 43880 KiB

[startup+0.310266 s]*
/proc/loadavg: 1.32 1.38 1.39 3/216 5023
/proc/meminfo: memFree=11826476/32770624 swapFree=67108860/67108860
[pid=4957] ppid=4954 vsize=10819352 memory=55212 CPUtime=0.39 cores=1,3,5,7
/proc/4957/stat : 4957 (java) S 4954 4957 31421 0 -1 1077944320 10405 13404 0 0 28 3 5 3 20 0 15 0 74501764 11079016448 13803 33554432000 4194304 4196468 140726210928288 140726210910832 139668573224695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
/proc/4957/statm: 2704838 13803 3085 1 0 2667149 0
[pid=4957/tid=5010] ppid=4954 vsize=10819352 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/4957/task/5010/stat : 5010 (java) R 4954 4957 31421 0 -1 4202560 6922 13404 0 0 19 2 5 3 20 0 15 0 74501773 11079016448 13803 33554432000 4194304 4196468 140726210928288 139668545036704 139668557305182 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5011] ppid=4954 vsize=10819352 memory=-8389222452898340213 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5011/stat : 5011 (java) S 4954 4957 31421 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 74501773 11079016448 13803 33554432000 4194304 4196468 140726210928288 139668577466896 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5012] ppid=4954 vsize=10819352 memory=1328725297981317182 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5012/stat : 5012 (java) S 4954 4957 31421 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 74501773 11079016448 13803 33554432000 4194304 4196468 140726210928288 139668146719376 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5013] ppid=4954 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5013/stat : 5013 (java) S 4954 4957 31421 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 74501773 11079016448 13803 33554432000 4194304 4196468 140726210928288 139668145666320 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5014] ppid=4954 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5014/stat : 5014 (java) S 4954 4957 31421 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 74501773 11079016448 13803 33554432000 4194304 4196468 140726210928288 139668144613776 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5015] ppid=4954 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5015/stat : 5015 (java) S 4954 4957 31421 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 74501775 11079016448 13803 33554432000 4194304 4196468 140726210928288 139668032666352 139668573235842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5016] ppid=4954 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5016/stat : 5016 (java) S 4954 4957 31421 0 -1 1077944384 33 13404 0 0 0 0 5 3 20 0 15 0 74501775 11079016448 13803 33554432000 4194304 4196468 140726210928288 139668031612576 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5017] ppid=4954 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5017/stat : 5017 (java) S 4954 4957 31421 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 74501775 11079016448 13803 33554432000 4194304 4196468 140726210928288 139667907273968 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5018] ppid=4954 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5018/stat : 5018 (java) S 4954 4957 31421 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 74501778 11079016448 13803 33554432000 4194304 4196468 140726210928288 139667303295440 139668573243291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5019] ppid=4954 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/4957/task/5019/stat : 5019 (java) S 4954 4957 31421 0 -1 1077944384 551 13404 0 0 2 0 5 3 20 0 15 0 74501778 11079016448 13803 33554432000 4194304 4196468 140726210928288 139667998054640 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5020] ppid=4954 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4957/task/5020/stat : 5020 (java) R 4954 4957 31421 0 -1 4202560 62 13404 0 0 1 0 5 3 20 0 15 0 74501778 11079016448 13803 33554432000 4194304 4196468 140726210928288 139667997002096 139668556724860 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5021] ppid=4954 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/4957/task/5021/stat : 5021 (java) R 4954 4957 31421 0 -1 4202560 647 13404 0 0 4 0 5 3 20 0 15 0 74501778 11079016448 13803 33554432000 4194304 4196468 140726210928288 139667995949040 139668573246042 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5022] ppid=4954 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5022/stat : 5022 (java) S 4954 4957 31421 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 74501778 11079016448 13803 33554432000 4194304 4196468 140726210928288 139666833533280 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5023] ppid=4954 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5023/stat : 5023 (java) S 4954 4957 31421 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 74501779 11079016448 13803 33554432000 4194304 4196468 140726210928288 139667994897456 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 55212 KiB

[startup+0.700705 s]
/proc/loadavg: 1.32 1.38 1.39 3/216 5023
/proc/meminfo: memFree=11814816/32770624 swapFree=67108860/67108860
[pid=4957] ppid=4954 vsize=10819352 memory=88648 CPUtime=1 cores=1,3,5,7
/proc/4957/stat : 4957 (java) S 4954 4957 31421 0 -1 1077944320 16778 13404 0 0 87 5 5 3 20 0 15 0 74501764 11079016448 22162 33554432000 4194304 4196468 140726210928288 140726210910832 139668573224695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
/proc/4957/statm: 2704838 22162 3239 1 0 2667149 0
[pid=4957/tid=5010] ppid=4954 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/4957/task/5010/stat : 5010 (java) R 4954 4957 31421 0 -1 4202560 12221 13404 0 0 55 3 5 3 20 0 15 0 74501773 11079016448 22162 33554432000 4194304 4196468 140726210928288 139668545045520 139668556411504 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5011] ppid=4954 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5011/stat : 5011 (java) S 4954 4957 31421 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 74501773 11079016448 22162 33554432000 4194304 4196468 140726210928288 139668577466896 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5012] ppid=4954 vsize=10819352 memory=8458433173657040949 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5012/stat : 5012 (java) S 4954 4957 31421 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 74501773 11079016448 22162 33554432000 4194304 4196468 140726210928288 139668146719376 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5013] ppid=4954 vsize=10819352 memory=7156871068434846306 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5013/stat : 5013 (java) S 4954 4957 31421 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 74501773 11079016448 22162 33554432000 4194304 4196468 140726210928288 139668145666320 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5014] ppid=4954 vsize=10819352 memory=4639059877604708710 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5014/stat : 5014 (java) S 4954 4957 31421 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 74501773 11079016448 22162 33554432000 4194304 4196468 140726210928288 139668144613776 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5015] ppid=4954 vsize=10819352 memory=3467824627880452160 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5015/stat : 5015 (java) S 4954 4957 31421 0 -1 1077944384 5 13404 0 0 0 0 5 3 20 0 15 0 74501775 11079016448 22162 33554432000 4194304 4196468 140726210928288 139668032666352 139668573235842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5016] ppid=4954 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5016/stat : 5016 (java) S 4954 4957 31421 0 -1 1077944384 33 13404 0 0 0 0 5 3 20 0 15 0 74501775 11079016448 22162 33554432000 4194304 4196468 140726210928288 139668031612576 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5017] ppid=4954 vsize=10819352 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5017/stat : 5017 (java) S 4954 4957 31421 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 74501775 11079016448 22162 33554432000 4194304 4196468 140726210928288 139667907273968 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5018] ppid=4954 vsize=10819352 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5018/stat : 5018 (java) S 4954 4957 31421 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 74501778 11079016448 22162 33554432000 4194304 4196468 140726210928288 139667303295440 139668573243291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5019] ppid=4954 vsize=10819352 memory=2244 CPUtime=0.15 cores=1,3,5,7
/proc/4957/task/5019/stat : 5019 (java) S 4954 4957 31421 0 -1 1077944384 810 13404 0 0 7 0 5 3 20 0 15 0 74501778 11079016448 22162 33554432000 4194304 4196468 140726210928288 139667998054640 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5020] ppid=4954 vsize=10819352 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/4957/task/5020/stat : 5020 (java) S 4954 4957 31421 0 -1 1077944384 691 13404 0 0 10 0 5 3 20 0 15 0 74501778 11079016448 22162 33554432000 4194304 4196468 140726210928288 139667997002096 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5021] ppid=4954 vsize=10819352 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/4957/task/5021/stat : 5021 (java) S 4954 4957 31421 0 -1 1077944384 818 13404 0 0 13 0 5 3 20 0 15 0 74501778 11079016448 22162 33554432000 4194304 4196468 140726210928288 139667995949040 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5022] ppid=4954 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5022/stat : 5022 (java) S 4954 4957 31421 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 74501778 11079016448 22162 33554432000 4194304 4196468 140726210928288 139666833533280 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5023] ppid=4954 vsize=10819352 memory=30305 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5023/stat : 5023 (java) S 4954 4957 31421 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 74501779 11079016448 22162 33554432000 4194304 4196468 140726210928288 139667994897456 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88648 KiB

[startup+1.50834 s]
/proc/loadavg: 1.32 1.38 1.39 3/216 5023
/proc/meminfo: memFree=11767180/32770624 swapFree=67108860/67108860
[pid=4957] ppid=4954 vsize=10830156 memory=236032 CPUtime=2.97 cores=1,3,5,7
/proc/4957/stat : 4957 (java) S 4954 4957 31421 0 -1 1077944320 23870 13404 0 0 280 9 5 3 20 0 15 0 74501764 11090079744 59008 33554432000 4194304 4196468 140726210928288 140726210910832 139668573224695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
/proc/4957/statm: 2707539 59008 3456 1 0 2669197 0
[pid=4957/tid=5010] ppid=4954 vsize=10830156 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/4957/task/5010/stat : 5010 (java) R 4954 4957 31421 0 -1 4202560 16123 13404 0 0 131 6 5 3 20 0 15 0 74501773 11090079744 59008 33554432000 4194304 4196468 140726210928288 139668545048880 139668558918299 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5011] ppid=4954 vsize=10830156 memory=124 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5011/stat : 5011 (java) S 4954 4957 31421 0 -1 1077944384 55 13404 0 0 0 0 5 3 20 0 15 0 74501773 11090079744 59008 33554432000 4194304 4196468 140726210928288 139668577466896 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5012] ppid=4954 vsize=10830156 memory=78 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5012/stat : 5012 (java) S 4954 4957 31421 0 -1 1077944384 11 13404 0 0 0 0 5 3 20 0 15 0 74501773 11090079744 59008 33554432000 4194304 4196468 140726210928288 139668146719376 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5013] ppid=4954 vsize=10830156 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5013/stat : 5013 (java) S 4954 4957 31421 0 -1 1077944384 30 13404 0 0 0 0 5 3 20 0 15 0 74501773 11090079744 59008 33554432000 4194304 4196468 140726210928288 139668145666320 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5014] ppid=4954 vsize=10830156 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5014/stat : 5014 (java) S 4954 4957 31421 0 -1 1077944384 296 13404 0 0 0 0 5 3 20 0 15 0 74501773 11090079744 59008 33554432000 4194304 4196468 140726210928288 139668144613776 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5015] ppid=4954 vsize=10830156 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5015/stat : 5015 (java) S 4954 4957 31421 0 -1 1077944384 32 13404 0 0 0 0 5 3 20 0 15 0 74501775 11090079744 59008 33554432000 4194304 4196468 140726210928288 139668032666352 139668573235842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5016] ppid=4954 vsize=10830156 memory=139697233870949 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5016/stat : 5016 (java) S 4954 4957 31421 0 -1 1077944384 33 13404 0 0 0 0 5 3 20 0 15 0 74501775 11090079744 59008 33554432000 4194304 4196468 140726210928288 139668031612576 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5017] ppid=4954 vsize=10830156 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5017/stat : 5017 (java) S 4954 4957 31421 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 74501775 11090079744 59008 33554432000 4194304 4196468 140726210928288 139667907273968 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5018] ppid=4954 vsize=10830156 memory=2986632698767059817 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5018/stat : 5018 (java) S 4954 4957 31421 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 74501778 11090079744 59008 33554432000 4194304 4196468 140726210928288 139667303295440 139668573243291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5019] ppid=4954 vsize=10830156 memory=-2127758831769968631 CPUtime=0.52 cores=1,3,5,7
/proc/4957/task/5019/stat : 5019 (java) S 4954 4957 31421 0 -1 1077944384 1527 13404 0 0 44 0 5 3 20 0 15 0 74501778 11090079744 59008 33554432000 4194304 4196468 140726210928288 139667998054640 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5020] ppid=4954 vsize=10830156 memory=-2897801490638248331 CPUtime=0.63 cores=1,3,5,7
/proc/4957/task/5020/stat : 5020 (java) R 4954 4957 31421 0 -1 4202560 1471 13404 0 0 55 0 5 3 20 0 15 0 74501778 11090079744 59008 33554432000 4194304 4196468 140726210928288 139667996991168 139668553924266 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5021] ppid=4954 vsize=10830156 memory=-2746958450906831519 CPUtime=0.53 cores=1,3,5,7
/proc/4957/task/5021/stat : 5021 (java) S 4954 4957 31421 0 -1 1077944384 2096 13404 0 0 44 1 5 3 20 0 15 0 74501778 11090079744 59008 33554432000 4194304 4196468 140726210928288 139667995949040 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5022] ppid=4954 vsize=10830156 memory=-6368229864023400332 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5022/stat : 5022 (java) S 4954 4957 31421 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 74501778 11090079744 59008 33554432000 4194304 4196468 140726210928288 139666833533280 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5023] ppid=4954 vsize=10830156 memory=64 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5023/stat : 5023 (java) S 4954 4957 31421 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 74501779 11090079744 59008 33554432000 4194304 4196468 140726210928288 139667994897456 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
Current children cumulated CPU time: 2.97 s
Current children cumulated vsize: 10830156 KiB

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

/proc/4957/task/5010/stat : 5010 (java) R 4954 4957 31421 0 -1 4202560 97775 13404 0 0 236138 49 5 3 20 0 15 0 74501773 11176083456 286902 33554432000 4194304 4196468 140726210928288 139668545058640 139668192528774 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5011] ppid=4954 vsize=10914144 memory=1147528 CPUtime=9.49 cores=1,3,5,7
/proc/4957/task/5011/stat : 5011 (java) S 4954 4957 31421 0 -1 1077944384 17408 13404 0 0 890 51 5 3 20 0 15 0 74501773 11176083456 286902 33554432000 4194304 4196468 140726210928288 139668577466896 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5012] ppid=4954 vsize=10914144 memory=1147528 CPUtime=9.47 cores=1,3,5,7
/proc/4957/task/5012/stat : 5012 (java) S 4954 4957 31421 0 -1 1077944384 14671 13404 0 0 889 50 5 3 20 0 15 0 74501773 11176083456 286902 33554432000 4194304 4196468 140726210928288 139668146719376 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5013] ppid=4954 vsize=10914144 memory=1147528 CPUtime=9.49 cores=1,3,5,7
/proc/4957/task/5013/stat : 5013 (java) S 4954 4957 31421 0 -1 1077944384 17256 13404 0 0 898 43 5 3 20 0 15 0 74501773 11176083456 286902 33554432000 4194304 4196468 140726210928288 139668145666320 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5014] ppid=4954 vsize=10914144 memory=4140 CPUtime=9.49 cores=1,3,5,7
/proc/4957/task/5014/stat : 5014 (java) S 4954 4957 31421 0 -1 1077944384 17558 13404 0 0 890 51 5 3 20 0 15 0 74501773 11176083456 286902 33554432000 4194304 4196468 140726210928288 139668144613776 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5015] ppid=4954 vsize=10914144 memory=22376 CPUtime=8.81 cores=1,3,5,7
/proc/4957/task/5015/stat : 5015 (java) S 4954 4957 31421 0 -1 1077944384 17016 13404 0 0 826 47 5 3 20 0 15 0 74501775 11176083456 286902 33554432000 4194304 4196468 140726210928288 139668032666352 139668573235842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5016] ppid=4954 vsize=10914144 memory=1796 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5016/stat : 5016 (java) S 4954 4957 31421 0 -1 1077944384 38 13404 0 0 0 0 5 3 20 0 15 0 74501775 11176083456 286902 33554432000 4194304 4196468 140726210928288 139668031612704 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5017] ppid=4954 vsize=10914144 memory=640 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5017/stat : 5017 (java) S 4954 4957 31421 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 74501775 11176083456 286902 33554432000 4194304 4196468 140726210928288 139667907273984 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5018] ppid=4954 vsize=10914144 memory=1147516 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5018/stat : 5018 (java) S 4954 4957 31421 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 74501778 11176083456 286902 33554432000 4194304 4196468 140726210928288 139667303295440 139668573243291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5019] ppid=4954 vsize=10914144 memory=1147516 CPUtime=4.42 cores=1,3,5,7
/proc/4957/task/5019/stat : 5019 (java) S 4954 4957 31421 0 -1 1077944384 17644 13404 0 0 432 2 5 3 20 0 15 0 74501778 11176083456 286902 33554432000 4194304 4196468 140726210928288 139667998054640 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5020] ppid=4954 vsize=10914144 memory=1145384 CPUtime=5.39 cores=1,3,5,7
/proc/4957/task/5020/stat : 5020 (java) S 4954 4957 31421 0 -1 1077944384 31805 13404 0 0 527 4 5 3 20 0 15 0 74501778 11176083456 286902 33554432000 4194304 4196468 140726210928288 139667997002096 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5021] ppid=4954 vsize=10914144 memory=952 CPUtime=2.06 cores=1,3,5,7
/proc/4957/task/5021/stat : 5021 (java) S 4954 4957 31421 0 -1 1077944384 25138 13404 0 0 191 7 5 3 20 0 15 0 74501778 11176083456 286902 33554432000 4194304 4196468 140726210928288 139667995949040 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5022] ppid=4954 vsize=10914144 memory=1236 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5022/stat : 5022 (java) S 4954 4957 31421 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 74501778 11176083456 286902 33554432000 4194304 4196468 140726210928288 139666833533280 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5023] ppid=4954 vsize=10914144 memory=2340 CPUtime=1.39 cores=1,3,5,7
/proc/4957/task/5023/stat : 5023 (java) S 4954 4957 31421 0 -1 1077944384 1236 13404 0 0 62 69 5 3 20 0 15 0 74501779 11176083456 286902 33554432000 4194304 4196468 140726210928288 139667994897456 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
Current children cumulated CPU time: 2421.34 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1147608 KiB

[startup+2442.3 s]
/proc/loadavg: 1.17 1.28 1.31 3/217 5247
/proc/meminfo: memFree=10827368/32770624 swapFree=67108860/67108860
[pid=4957] ppid=4954 vsize=10914144 memory=1147660 CPUtime=2482.03 cores=1,3,5,7
/proc/4957/stat : 4957 (java) S 4954 4957 31421 0 -1 1077944320 260944 13404 0 0 247870 325 5 3 20 0 15 0 74501764 11176083456 286915 33554432000 4194304 4196468 140726210928288 140726210910832 139668573224695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
/proc/4957/statm: 2728536 286915 3522 1 0 2690189 0
[pid=4957/tid=5010] ppid=4954 vsize=10914144 memory=1147660 CPUtime=2421.44 cores=1,3,5,7
/proc/4957/task/5010/stat : 5010 (java) R 4954 4957 31421 0 -1 4202560 98302 13404 0 0 242087 49 5 3 20 0 15 0 74501773 11176083456 286915 33554432000 4194304 4196468 140726210928288 139668545058336 139668193632592 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5011] ppid=4954 vsize=10914144 memory=1147660 CPUtime=9.72 cores=1,3,5,7
/proc/4957/task/5011/stat : 5011 (java) S 4954 4957 31421 0 -1 1077944384 17707 13404 0 0 912 52 5 3 20 0 15 0 74501773 11176083456 286915 33554432000 4194304 4196468 140726210928288 139668577466896 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5012] ppid=4954 vsize=10914144 memory=1147660 CPUtime=9.7 cores=1,3,5,7
/proc/4957/task/5012/stat : 5012 (java) S 4954 4957 31421 0 -1 1077944384 14725 13404 0 0 911 51 5 3 20 0 15 0 74501773 11176083456 286915 33554432000 4194304 4196468 140726210928288 139668146719376 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5013] ppid=4954 vsize=10914144 memory=1147660 CPUtime=9.73 cores=1,3,5,7
/proc/4957/task/5013/stat : 5013 (java) S 4954 4957 31421 0 -1 1077944384 17335 13404 0 0 920 45 5 3 20 0 15 0 74501773 11176083456 286915 33554432000 4194304 4196468 140726210928288 139668145666320 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5014] ppid=4954 vsize=10914144 memory=1147660 CPUtime=9.72 cores=1,3,5,7
/proc/4957/task/5014/stat : 5014 (java) S 4954 4957 31421 0 -1 1077944384 17572 13404 0 0 912 52 5 3 20 0 15 0 74501773 11176083456 286915 33554432000 4194304 4196468 140726210928288 139668144613776 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5015] ppid=4954 vsize=10914144 memory=8112282956445269571 CPUtime=9.03 cores=1,3,5,7
/proc/4957/task/5015/stat : 5015 (java) S 4954 4957 31421 0 -1 1077944384 17218 13404 0 0 847 48 5 3 20 0 15 0 74501775 11176083456 286915 33554432000 4194304 4196468 140726210928288 139668032666352 139668573235842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5016] ppid=4954 vsize=10914144 memory=1040528 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5016/stat : 5016 (java) S 4954 4957 31421 0 -1 1077944384 38 13404 0 0 0 0 5 3 20 0 15 0 74501775 11176083456 286915 33554432000 4194304 4196468 140726210928288 139668031612704 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5017] ppid=4954 vsize=10914144 memory=1147660 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5017/stat : 5017 (java) S 4954 4957 31421 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 74501775 11176083456 286915 33554432000 4194304 4196468 140726210928288 139667907273984 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5018] ppid=4954 vsize=10914144 memory=1147660 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5018/stat : 5018 (java) S 4954 4957 31421 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 74501778 11176083456 286915 33554432000 4194304 4196468 140726210928288 139667303295440 139668573243291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5019] ppid=4954 vsize=10914144 memory=1012 CPUtime=4.42 cores=1,3,5,7
/proc/4957/task/5019/stat : 5019 (java) S 4954 4957 31421 0 -1 1077944384 17648 13404 0 0 432 2 5 3 20 0 15 0 74501778 11176083456 286915 33554432000 4194304 4196468 140726210928288 139667998054640 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5020] ppid=4954 vsize=10914144 memory=1436 CPUtime=5.39 cores=1,3,5,7
/proc/4957/task/5020/stat : 5020 (java) S 4954 4957 31421 0 -1 1077944384 31809 13404 0 0 527 4 5 3 20 0 15 0 74501778 11176083456 286915 33554432000 4194304 4196468 140726210928288 139667997002096 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5021] ppid=4954 vsize=10914144 memory=4140 CPUtime=2.06 cores=1,3,5,7
/proc/4957/task/5021/stat : 5021 (java) S 4954 4957 31421 0 -1 1077944384 25142 13404 0 0 191 7 5 3 20 0 15 0 74501778 11176083456 286915 33554432000 4194304 4196468 140726210928288 139667995949040 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5022] ppid=4954 vsize=10914144 memory=22376 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5022/stat : 5022 (java) S 4954 4957 31421 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 74501778 11176083456 286915 33554432000 4194304 4196468 140726210928288 139666833533280 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5023] ppid=4954 vsize=10914144 memory=1296 CPUtime=1.42 cores=1,3,5,7
/proc/4957/task/5023/stat : 5023 (java) S 4954 4957 31421 0 -1 1077944384 1253 13404 0 0 64 70 5 3 20 0 15 0 74501779 11176083456 286915 33554432000 4194304 4196468 140726210928288 139667994897456 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
Current children cumulated CPU time: 2482.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1147660 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2479.9 s]
/proc/loadavg: 1.05 1.23 1.29 3/217 5248
/proc/meminfo: memFree=10827632/32770624 swapFree=67108860/67108860
[pid=4957] ppid=4954 vsize=10914144 memory=1147692 CPUtime=2520.07 cores=1,3,5,7
/proc/4957/stat : 4957 (java) S 4954 4957 31421 0 -1 1077944320 261985 13404 0 0 251671 328 5 3 20 0 15 0 74501764 11176083456 286923 33554432000 4194304 4196468 140726210928288 140726210910832 139668573224695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
/proc/4957/statm: 2728536 286923 3522 1 0 2690189 0
[pid=4957/tid=5010] ppid=4954 vsize=10914144 memory=1147664 CPUtime=2458.75 cores=1,3,5,7
/proc/4957/task/5010/stat : 5010 (java) R 4954 4957 31421 0 -1 4202560 98724 13404 0 0 245817 50 5 3 20 0 15 0 74501773 11176083456 286923 33554432000 4194304 4196468 140726210928288 139668545059328 139668192380998 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5011] ppid=4954 vsize=10914144 memory=1147664 CPUtime=9.87 cores=1,3,5,7
/proc/4957/task/5011/stat : 5011 (java) S 4954 4957 31421 0 -1 1077944384 17713 13404 0 0 927 52 5 3 20 0 15 0 74501773 11176083456 286923 33554432000 4194304 4196468 140726210928288 139668577466896 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5012] ppid=4954 vsize=10914144 memory=1147664 CPUtime=9.85 cores=1,3,5,7
/proc/4957/task/5012/stat : 5012 (java) S 4954 4957 31421 0 -1 1077944384 15005 13404 0 0 926 51 5 3 20 0 15 0 74501773 11176083456 286923 33554432000 4194304 4196468 140726210928288 139668146719376 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5013] ppid=4954 vsize=10914144 memory=1147664 CPUtime=9.87 cores=1,3,5,7
/proc/4957/task/5013/stat : 5013 (java) S 4954 4957 31421 0 -1 1077944384 17422 13404 0 0 934 45 5 3 20 0 15 0 74501773 11176083456 286923 33554432000 4194304 4196468 140726210928288 139668145666320 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5014] ppid=4954 vsize=10914144 memory=1147664 CPUtime=9.87 cores=1,3,5,7
/proc/4957/task/5014/stat : 5014 (java) S 4954 4957 31421 0 -1 1077944384 17611 13404 0 0 926 53 5 3 20 0 15 0 74501773 11176083456 286923 33554432000 4194304 4196468 140726210928288 139668144613776 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5015] ppid=4954 vsize=10914144 memory=4108 CPUtime=9.16 cores=1,3,5,7
/proc/4957/task/5015/stat : 5015 (java) S 4954 4957 31421 0 -1 1077944384 17410 13404 0 0 860 48 5 3 20 0 15 0 74501775 11176083456 286923 33554432000 4194304 4196468 140726210928288 139668032666352 139668573235842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5016] ppid=4954 vsize=10914144 memory=1147692 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5016/stat : 5016 (java) S 4954 4957 31421 0 -1 1077944384 38 13404 0 0 0 0 5 3 20 0 15 0 74501775 11176083456 286923 33554432000 4194304 4196468 140726210928288 139668031612704 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5017] ppid=4954 vsize=10914144 memory=1147664 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5017/stat : 5017 (java) S 4954 4957 31421 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 74501775 11176083456 286923 33554432000 4194304 4196468 140726210928288 139667907273984 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5018] ppid=4954 vsize=10914144 memory=1147664 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5018/stat : 5018 (java) S 4954 4957 31421 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 74501778 11176083456 286923 33554432000 4194304 4196468 140726210928288 139667303295440 139668573243291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5019] ppid=4954 vsize=10914144 memory=1147664 CPUtime=4.42 cores=1,3,5,7
/proc/4957/task/5019/stat : 5019 (java) S 4954 4957 31421 0 -1 1077944384 17648 13404 0 0 432 2 5 3 20 0 15 0 74501778 11176083456 286923 33554432000 4194304 4196468 140726210928288 139667998054640 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5020] ppid=4954 vsize=10914144 memory=1147664 CPUtime=5.39 cores=1,3,5,7
/proc/4957/task/5020/stat : 5020 (java) S 4954 4957 31421 0 -1 1077944384 31809 13404 0 0 527 4 5 3 20 0 15 0 74501778 11176083456 286923 33554432000 4194304 4196468 140726210928288 139667997002096 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5021] ppid=4954 vsize=10914144 memory=1147664 CPUtime=2.06 cores=1,3,5,7
/proc/4957/task/5021/stat : 5021 (java) S 4954 4957 31421 0 -1 1077944384 25142 13404 0 0 191 7 5 3 20 0 15 0 74501778 11176083456 286923 33554432000 4194304 4196468 140726210928288 139667995949040 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5022] ppid=4954 vsize=10914144 memory=1147664 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5022/stat : 5022 (java) S 4954 4957 31421 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 74501778 11176083456 286923 33554432000 4194304 4196468 140726210928288 139666833533280 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5023] ppid=4954 vsize=10914144 memory=5412 CPUtime=1.44 cores=1,3,5,7
/proc/4957/task/5023/stat : 5023 (java) S 4954 4957 31421 0 -1 1077944384 1268 13404 0 0 65 71 5 3 20 0 15 0 74501779 11176083456 286923 33554432000 4194304 4196468 140726210928288 139667994897456 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1147692 KiB

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

[startup+2479.93 s]
# the end of solver process 4957 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.79 s, system=3.32686 s

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

[startup+2479.9 s]
/proc/loadavg: 1.05 1.23 1.29 3/217 5248
/proc/meminfo: memFree=10827632/32770624 swapFree=67108860/67108860
[pid=4957] ppid=4954 vsize=10914144 memory=1147692 CPUtime=2520.07 cores=1,3,5,7
/proc/4957/stat : 4957 (java) S 4954 4957 31421 0 -1 1077944320 261985 13404 0 0 251671 328 5 3 20 0 15 0 74501764 11176083456 286923 33554432000 4194304 4196468 140726210928288 140726210910832 139668573224695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
/proc/4957/statm: 2728536 286923 3522 1 0 2690189 0
[pid=4957/tid=5010] ppid=4954 vsize=10914144 memory=1147664 CPUtime=2458.75 cores=1,3,5,7
/proc/4957/task/5010/stat : 5010 (java) R 4954 4957 31421 0 -1 4202560 98724 13404 0 0 245817 50 5 3 20 0 15 0 74501773 11176083456 286923 33554432000 4194304 4196468 140726210928288 139668545059328 139668192380998 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5011] ppid=4954 vsize=10914144 memory=1147664 CPUtime=9.87 cores=1,3,5,7
/proc/4957/task/5011/stat : 5011 (java) S 4954 4957 31421 0 -1 1077944384 17713 13404 0 0 927 52 5 3 20 0 15 0 74501773 11176083456 286923 33554432000 4194304 4196468 140726210928288 139668577466896 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5012] ppid=4954 vsize=10914144 memory=1147664 CPUtime=9.85 cores=1,3,5,7
/proc/4957/task/5012/stat : 5012 (java) S 4954 4957 31421 0 -1 1077944384 15005 13404 0 0 926 51 5 3 20 0 15 0 74501773 11176083456 286923 33554432000 4194304 4196468 140726210928288 139668146719376 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5013] ppid=4954 vsize=10914144 memory=1147664 CPUtime=9.87 cores=1,3,5,7
/proc/4957/task/5013/stat : 5013 (java) S 4954 4957 31421 0 -1 1077944384 17422 13404 0 0 934 45 5 3 20 0 15 0 74501773 11176083456 286923 33554432000 4194304 4196468 140726210928288 139668145666320 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5014] ppid=4954 vsize=10914144 memory=1147664 CPUtime=9.87 cores=1,3,5,7
/proc/4957/task/5014/stat : 5014 (java) S 4954 4957 31421 0 -1 1077944384 17611 13404 0 0 926 53 5 3 20 0 15 0 74501773 11176083456 286923 33554432000 4194304 4196468 140726210928288 139668144613776 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5015] ppid=4954 vsize=10914144 memory=4108 CPUtime=9.16 cores=1,3,5,7
/proc/4957/task/5015/stat : 5015 (java) S 4954 4957 31421 0 -1 1077944384 17410 13404 0 0 860 48 5 3 20 0 15 0 74501775 11176083456 286923 33554432000 4194304 4196468 140726210928288 139668032666352 139668573235842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5016] ppid=4954 vsize=10914144 memory=1147692 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5016/stat : 5016 (java) S 4954 4957 31421 0 -1 1077944384 38 13404 0 0 0 0 5 3 20 0 15 0 74501775 11176083456 286923 33554432000 4194304 4196468 140726210928288 139668031612704 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5017] ppid=4954 vsize=10914144 memory=1147664 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5017/stat : 5017 (java) S 4954 4957 31421 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 74501775 11176083456 286923 33554432000 4194304 4196468 140726210928288 139667907273984 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5018] ppid=4954 vsize=10914144 memory=1147664 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5018/stat : 5018 (java) S 4954 4957 31421 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 74501778 11176083456 286923 33554432000 4194304 4196468 140726210928288 139667303295440 139668573243291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5019] ppid=4954 vsize=10914144 memory=1147664 CPUtime=4.42 cores=1,3,5,7
/proc/4957/task/5019/stat : 5019 (java) S 4954 4957 31421 0 -1 1077944384 17648 13404 0 0 432 2 5 3 20 0 15 0 74501778 11176083456 286923 33554432000 4194304 4196468 140726210928288 139667998054640 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5020] ppid=4954 vsize=10914144 memory=1147664 CPUtime=5.39 cores=1,3,5,7
/proc/4957/task/5020/stat : 5020 (java) S 4954 4957 31421 0 -1 1077944384 31809 13404 0 0 527 4 5 3 20 0 15 0 74501778 11176083456 286923 33554432000 4194304 4196468 140726210928288 139667997002096 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5021] ppid=4954 vsize=10914144 memory=1147664 CPUtime=2.06 cores=1,3,5,7
/proc/4957/task/5021/stat : 5021 (java) S 4954 4957 31421 0 -1 1077944384 25142 13404 0 0 191 7 5 3 20 0 15 0 74501778 11176083456 286923 33554432000 4194304 4196468 140726210928288 139667995949040 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5022] ppid=4954 vsize=10914144 memory=1147664 CPUtime=0.08 cores=1,3,5,7
/proc/4957/task/5022/stat : 5022 (java) S 4954 4957 31421 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 74501778 11176083456 286923 33554432000 4194304 4196468 140726210928288 139666833533280 139668573234901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
[pid=4957/tid=5023] ppid=4954 vsize=10914144 memory=5412 CPUtime=1.44 cores=1,3,5,7
/proc/4957/task/5023/stat : 5023 (java) S 4954 4957 31421 0 -1 1077944384 1268 13404 0 0 65 71 5 3 20 0 15 0 74501779 11176083456 286923 33554432000 4194304 4196468 140726210928288 139667994897456 139668573235842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33136640 140726210934955 140726210938204 140726210938204 140726210940879 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1147692 KiB

Child status: 143
Real time (s): 2479.93
CPU time (s): 2520.12
CPU user time (s): 2516.79
CPU system time (s): 3.32686
CPU usage (%): 101.62
Max. virtual memory (cumulated for all children) (KiB): 10916780
Max. memory (cumulated for all children) (KiB): 1189052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.79
system time used= 3.32686
maximum resident set size= 1190096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 276200
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 249454
involuntary context switches= 5252


# summary of solver processes directly reported to runsolver:
#   pid: 4957
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.79
#   total CPU system time (s): 3.32686

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.136 second user time and 21.2623 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-26 03:43:06
IDJOB=4295584
IDBENCH=141579
IDSOLVER=2751
FILE ID=node107/4295584-1532569386
RUNJOBID= node107-1532543154-31453
PBS_JOBID= 21021952
Free space on /tmp= 54496 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Frb/frb-59-26-3-mgd_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-4295584-1532569386/watcher-4295584-1532569386 -o /tmp/evaluation-result-4295584-1532569386/solver-4295584-1532569386 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31453 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1466860127 -superng HOME/instance-4295584-1532569386.xml

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

MD5SUM BENCH= 4c66b19dbffc4da62838f27d220d1d7d
RANDOM SEED=1466860127

node107.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.40
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.40
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.40
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.40
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:        11868328 kB
MemAvailable:   30803164 kB
Buffers:          290484 kB
Cached:         18763704 kB
SwapCached:            0 kB
Active:          5401804 kB
Inactive:       14833444 kB
Active(anon):    1184068 kB
Inactive(anon):    25036 kB
Active(file):    4217736 kB
Inactive(file): 14808408 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27212 kB
Writeback:             0 kB
AnonPages:       1145352 kB
Mapped:            53624 kB
Shmem:             25228 kB
Slab:             364472 kB
SReclaimable:     337152 kB
SUnreclaim:        27320 kB
KernelStack:        3824 kB
PageTables:         7476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2052128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    917504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54472 MiB
End job on node107 at 2018-07-26 04:24:26