Trace number 4305187

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.9.2? (TO) 2520.1 2474.65

General information on the benchmark

NameFrb/
frb-59-26-1-mgd_c18.xml
MD5SUMeb7f3f1c65ad30d4418b69bfa000eb45
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 constraints556
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":59}]
Minimum variable degree10
Maximum variable degree29
Distribution of variable degrees[{"degree":10,"count":1},{"degree":11,"count":1},{"degree":13,"count":2},{"degree":14,"count":3},{"degree":15,"count":3},{"degree":16,"count":4},{"degree":17,"count":6},{"degree":18,"count":8},{"degree":19,"count":6},{"degree":20,"count":6},{"degree":21,"count":9},{"degree":22,"count":2},{"degree":23,"count":2},{"degree":24,"count":1},{"degree":25,"count":2},{"degree":26,"count":2},{"degree":29,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":556}]
Number of extensional constraints556
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":556}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305187-1534137897/watcher-4305187-1534137897 -o /tmp/evaluation-result-4305187-1534137897/solver-4305187-1534137897 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534137874-9213 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=685680645 HOME/instance-4305187-1534137897.xml 

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

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

solver pid=9564, runsolver pid=9561

[startup+0.100126 s]*
/proc/loadavg: 1.63 1.16 1.13 3/208 9621
/proc/meminfo: memFree=27357132/32770624 swapFree=67108804/67108860
[pid=9564] ppid=9561 vsize=10005480 memory=14916 CPUtime=0.08 cores=0,2,4,6
/proc/9564/stat : 9564 (java) S 9561 9564 8955 0 -1 1077944320 4396 13129 0 0 1 0 5 2 20 0 6 0 231352919 10245611520 3729 33554432000 4194304 4196468 140735639760048 140735639742592 140214678245111 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
/proc/9564/statm: 2501370 3729 1934 1 0 2489808 0
[pid=9564/tid=9617] ppid=9561 vsize=10005480 memory=-8960322420946026433 CPUtime=0.08 cores=0,2,4,6
/proc/9564/task/9617/stat : 9617 (java) R 9561 9564 8955 0 -1 4202560 2234 13129 0 0 1 0 5 2 20 0 6 0 231352928 10245611520 3795 33554432000 4194304 4196468 140735639760048 140214650081872 140214663927637 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9618] ppid=9561 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9618/stat : 9618 (java) S 9561 9564 8955 0 -1 1077944384 1 13129 0 0 0 0 5 2 20 0 6 0 231352929 10245611520 3795 33554432000 4194304 4196468 140735639760048 140214682487440 140214678255317 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9619] ppid=9561 vsize=10005480 memory=140423227405952 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9619/stat : 9619 (java) S 9561 9564 8955 0 -1 1077944384 1 13129 0 0 0 0 5 2 20 0 6 0 231352929 10245611520 3795 33554432000 4194304 4196468 140735639760048 140214218107408 140214678255317 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9620] ppid=9561 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9620/stat : 9620 (java) S 9561 9564 8955 0 -1 1077944384 1 13129 0 0 0 0 5 2 20 0 6 0 231352929 10245611520 3795 33554432000 4194304 4196468 140735639760048 140214217054608 140214678255317 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9621] ppid=9561 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9621/stat : 9621 (java) S 9561 9564 8955 0 -1 1077944384 2 13129 0 0 0 0 5 2 20 0 6 0 231352929 10245611520 3795 33554432000 4194304 4196468 140735639760048 140214216001808 140214678255317 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 14916 KiB

[startup+0.210312 s]*
/proc/loadavg: 1.63 1.16 1.13 3/217 9630
/proc/meminfo: memFree=27328696/32770624 swapFree=67108804/67108860
[pid=9564] ppid=9561 vsize=10982696 memory=45164 CPUtime=0.26 cores=0,2,4,6
/proc/9564/stat : 9564 (java) S 9561 9564 8955 0 -1 1077944320 8687 13129 0 0 17 2 5 2 20 0 15 0 231352919 11246280704 11291 33554432000 4194304 4196468 140735639760048 140735639742592 140214678245111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
/proc/9564/statm: 2745674 11291 2932 1 0 2708109 0
[pid=9564/tid=9617] ppid=9561 vsize=10982696 memory=8514701219931451533 CPUtime=0.18 cores=0,2,4,6
/proc/9564/task/9617/stat : 9617 (java) R 9561 9564 8955 0 -1 4202560 5219 13129 0 0 10 1 5 2 20 0 15 0 231352928 11246280704 11291 33554432000 4194304 4196468 140735639760048 140214650032256 140214661431920 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9618] ppid=9561 vsize=10982696 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9618/stat : 9618 (java) S 9561 9564 8955 0 -1 1077944384 1 13129 0 0 0 0 5 2 20 0 15 0 231352929 11246280704 11291 33554432000 4194304 4196468 140735639760048 140214682487440 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9619] ppid=9561 vsize=10982696 memory=140423227405952 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9619/stat : 9619 (java) S 9561 9564 8955 0 -1 1077944384 1 13129 0 0 0 0 5 2 20 0 15 0 231352929 11246280704 11291 33554432000 4194304 4196468 140735639760048 140214218107408 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9620] ppid=9561 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9620/stat : 9620 (java) S 9561 9564 8955 0 -1 1077944384 1 13129 0 0 0 0 5 2 20 0 15 0 231352929 11246280704 11291 33554432000 4194304 4196468 140735639760048 140214217054608 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9621] ppid=9561 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9621/stat : 9621 (java) S 9561 9564 8955 0 -1 1077944384 2 13129 0 0 0 0 5 2 20 0 15 0 231352929 11246280704 11291 33554432000 4194304 4196468 140735639760048 140214216001808 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9622] ppid=9561 vsize=10982696 memory=140423227405952 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9622/stat : 9622 (java) S 9561 9564 8955 0 -1 1077944384 2 13129 0 0 0 0 5 2 20 0 15 0 231352930 11246280704 11291 33554432000 4194304 4196468 140735639760048 140214104214384 140214678256258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9623] ppid=9561 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9623/stat : 9623 (java) S 9561 9564 8955 0 -1 1077944384 13 13129 0 0 0 0 5 2 20 0 15 0 231352931 11246280704 11291 33554432000 4194304 4196468 140735639760048 140213448861216 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9624] ppid=9561 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9624/stat : 9624 (java) S 9561 9564 8955 0 -1 1077944384 1 13129 0 0 0 0 5 2 20 0 15 0 231352931 11246280704 11291 33554432000 4194304 4196468 140735639760048 140213301011824 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9625] ppid=9561 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9625/stat : 9625 (java) S 9561 9564 8955 0 -1 1077944384 3 13129 0 0 0 0 5 2 20 0 15 0 231352933 11246280704 11291 33554432000 4194304 4196468 140735639760048 140212993612112 140214678263707 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9626] ppid=9561 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9564/task/9626/stat : 9626 (java) S 9561 9564 8955 0 -1 1077944384 370 13129 0 0 1 0 5 2 20 0 15 0 231352933 11246280704 11291 33554432000 4194304 4196468 140735639760048 140214103161200 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9627] ppid=9561 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9564/task/9627/stat : 9627 (java) S 9561 9564 8955 0 -1 1077944384 258 13129 0 0 1 0 5 2 20 0 15 0 231352933 11246280704 11291 33554432000 4194304 4196468 140735639760048 140214102108400 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9628] ppid=9561 vsize=10982696 memory=140423227405952 CPUtime=0.1 cores=0,2,4,6
/proc/9564/task/9628/stat : 9628 (java) S 9561 9564 8955 0 -1 1077944384 620 13129 0 0 3 0 5 2 20 0 15 0 231352933 11246280704 11291 33554432000 4194304 4196468 140735639760048 140214101055600 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9629] ppid=9561 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9629/stat : 9629 (java) S 9561 9564 8955 0 -1 1077944384 3 13129 0 0 0 0 5 2 20 0 15 0 231352934 11246280704 11291 33554432000 4194304 4196468 140735639760048 140212562815200 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9630] ppid=9561 vsize=10982696 memory=140423227405952 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9630/stat : 9630 (java) S 9561 9564 8955 0 -1 1077944384 1 13129 0 0 0 0 5 2 20 0 15 0 231352934 11246280704 11291 33554432000 4194304 4196468 140735639760048 140214100004016 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 45164 KiB

[startup+0.310719 s]*
/proc/loadavg: 1.63 1.16 1.13 3/217 9630
/proc/meminfo: memFree=27317532/32770624 swapFree=67108804/67108860
[pid=9564] ppid=9561 vsize=10983192 memory=56512 CPUtime=0.37 cores=0,2,4,6
/proc/9564/stat : 9564 (java) S 9561 9564 8955 0 -1 1077944320 10692 13129 0 0 28 2 5 2 20 0 15 0 231352919 11246788608 14128 33554432000 4194304 4196468 140735639760048 140735639742592 140214678245111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
/proc/9564/statm: 2745798 14128 3064 1 0 2708109 0
[pid=9564/tid=9617] ppid=9561 vsize=10983192 memory=8112282956445269571 CPUtime=0.27 cores=0,2,4,6
/proc/9564/task/9617/stat : 9617 (java) R 9561 9564 8955 0 -1 4202560 7221 13129 0 0 19 1 5 2 20 0 15 0 231352928 11246788608 14128 33554432000 4194304 4196468 140735639760048 140214650057120 140214662325598 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9618] ppid=9561 vsize=10983192 memory=7373344025695375440 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9618/stat : 9618 (java) S 9561 9564 8955 0 -1 1077944384 1 13129 0 0 0 0 5 2 20 0 15 0 231352929 11246788608 14128 33554432000 4194304 4196468 140735639760048 140214682487440 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9619] ppid=9561 vsize=10983192 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9619/stat : 9619 (java) S 9561 9564 8955 0 -1 1077944384 1 13129 0 0 0 0 5 2 20 0 15 0 231352929 11246788608 14128 33554432000 4194304 4196468 140735639760048 140214218107408 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9620] ppid=9561 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9620/stat : 9620 (java) S 9561 9564 8955 0 -1 1077944384 1 13129 0 0 0 0 5 2 20 0 15 0 231352929 11246788608 14128 33554432000 4194304 4196468 140735639760048 140214217054608 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9621] ppid=9561 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9621/stat : 9621 (java) S 9561 9564 8955 0 -1 1077944384 2 13129 0 0 0 0 5 2 20 0 15 0 231352929 11246788608 14128 33554432000 4194304 4196468 140735639760048 140214216001808 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9622] ppid=9561 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9622/stat : 9622 (java) S 9561 9564 8955 0 -1 1077944384 2 13129 0 0 0 0 5 2 20 0 15 0 231352930 11246788608 14128 33554432000 4194304 4196468 140735639760048 140214104214384 140214678256258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9623] ppid=9561 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9623/stat : 9623 (java) S 9561 9564 8955 0 -1 1077944384 13 13129 0 0 0 0 5 2 20 0 15 0 231352931 11246788608 14128 33554432000 4194304 4196468 140735639760048 140213448861216 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9624] ppid=9561 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9624/stat : 9624 (java) S 9561 9564 8955 0 -1 1077944384 1 13129 0 0 0 0 5 2 20 0 15 0 231352931 11246788608 14128 33554432000 4194304 4196468 140735639760048 140213301011824 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9625] ppid=9561 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9625/stat : 9625 (java) S 9561 9564 8955 0 -1 1077944384 3 13129 0 0 0 0 5 2 20 0 15 0 231352933 11246788608 14128 33554432000 4194304 4196468 140735639760048 140212993612112 140214678263707 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9626] ppid=9561 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9564/task/9626/stat : 9626 (java) S 9561 9564 8955 0 -1 1077944384 371 13129 0 0 2 0 5 2 20 0 15 0 231352933 11246788608 14128 33554432000 4194304 4196468 140735639760048 140214103161200 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9627] ppid=9561 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9564/task/9627/stat : 9627 (java) S 9561 9564 8955 0 -1 1077944384 258 13129 0 0 1 0 5 2 20 0 15 0 231352933 11246788608 14128 33554432000 4194304 4196468 140735639760048 140214102108400 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9628] ppid=9561 vsize=10983192 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/9564/task/9628/stat : 9628 (java) S 9561 9564 8955 0 -1 1077944384 625 13129 0 0 4 0 5 2 20 0 15 0 231352933 11246788608 14128 33554432000 4194304 4196468 140735639760048 140214101055600 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9629] ppid=9561 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9629/stat : 9629 (java) S 9561 9564 8955 0 -1 1077944384 3 13129 0 0 0 0 5 2 20 0 15 0 231352934 11246788608 14128 33554432000 4194304 4196468 140735639760048 140212562815200 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9630] ppid=9561 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9630/stat : 9630 (java) S 9561 9564 8955 0 -1 1077944384 1 13129 0 0 0 0 5 2 20 0 15 0 231352934 11246788608 14128 33554432000 4194304 4196468 140735639760048 140214100004016 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56512 KiB

[startup+0.700845 s]
/proc/loadavg: 1.63 1.16 1.13 3/217 9630
/proc/meminfo: memFree=27306272/32770624 swapFree=67108804/67108860
[pid=9564] ppid=9561 vsize=10983192 memory=88728 CPUtime=0.99 cores=0,2,4,6
/proc/9564/stat : 9564 (java) S 9561 9564 8955 0 -1 1077944320 16882 13129 0 0 88 4 5 2 20 0 15 0 231352919 11246788608 22182 33554432000 4194304 4196468 140735639760048 140735639742592 140214678245111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
/proc/9564/statm: 2745798 22182 3221 1 0 2708109 0
[pid=9564/tid=9617] ppid=9561 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/9564/task/9617/stat : 9617 (java) R 9561 9564 8955 0 -1 4202560 12483 13129 0 0 56 3 5 2 20 0 15 0 231352928 11246788608 22182 33554432000 4194304 4196468 140735639760048 140214650065400 140214662325598 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9618] ppid=9561 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9618/stat : 9618 (java) S 9561 9564 8955 0 -1 1077944384 1 13129 0 0 0 0 5 2 20 0 15 0 231352929 11246788608 22182 33554432000 4194304 4196468 140735639760048 140214682487440 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9619] ppid=9561 vsize=10983192 memory=3708 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9619/stat : 9619 (java) S 9561 9564 8955 0 -1 1077944384 1 13129 0 0 0 0 5 2 20 0 15 0 231352929 11246788608 22182 33554432000 4194304 4196468 140735639760048 140214218107408 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9620] ppid=9561 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9620/stat : 9620 (java) S 9561 9564 8955 0 -1 1077944384 1 13129 0 0 0 0 5 2 20 0 15 0 231352929 11246788608 22182 33554432000 4194304 4196468 140735639760048 140214217054608 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9621] ppid=9561 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9621/stat : 9621 (java) S 9561 9564 8955 0 -1 1077944384 2 13129 0 0 0 0 5 2 20 0 15 0 231352929 11246788608 22182 33554432000 4194304 4196468 140735639760048 140214216001808 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9622] ppid=9561 vsize=10983192 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9622/stat : 9622 (java) S 9561 9564 8955 0 -1 1077944384 5 13129 0 0 0 0 5 2 20 0 15 0 231352930 11246788608 22182 33554432000 4194304 4196468 140735639760048 140214104214384 140214678256258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9623] ppid=9561 vsize=10983192 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9623/stat : 9623 (java) S 9561 9564 8955 0 -1 1077944384 13 13129 0 0 0 0 5 2 20 0 15 0 231352931 11246788608 22182 33554432000 4194304 4196468 140735639760048 140213448861216 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9624] ppid=9561 vsize=10983192 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9624/stat : 9624 (java) S 9561 9564 8955 0 -1 1077944384 1 13129 0 0 0 0 5 2 20 0 15 0 231352931 11246788608 22182 33554432000 4194304 4196468 140735639760048 140213301011824 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9625] ppid=9561 vsize=10983192 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9625/stat : 9625 (java) S 9561 9564 8955 0 -1 1077944384 3 13129 0 0 0 0 5 2 20 0 15 0 231352933 11246788608 22182 33554432000 4194304 4196468 140735639760048 140212993612112 140214678263707 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9626] ppid=9561 vsize=10983192 memory=13252 CPUtime=0.17 cores=0,2,4,6
/proc/9564/task/9626/stat : 9626 (java) S 9561 9564 8955 0 -1 1077944384 1017 13129 0 0 10 0 5 2 20 0 15 0 231352933 11246788608 22182 33554432000 4194304 4196468 140735639760048 140214103161200 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9627] ppid=9561 vsize=10983192 memory=15460 CPUtime=0.14 cores=0,2,4,6
/proc/9564/task/9627/stat : 9627 (java) S 9561 9564 8955 0 -1 1077944384 501 13129 0 0 7 0 5 2 20 0 15 0 231352933 11246788608 22182 33554432000 4194304 4196468 140735639760048 140214102108400 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9628] ppid=9561 vsize=10983192 memory=17668 CPUtime=0.19 cores=0,2,4,6
/proc/9564/task/9628/stat : 9628 (java) S 9561 9564 8955 0 -1 1077944384 658 13129 0 0 12 0 5 2 20 0 15 0 231352933 11246788608 22182 33554432000 4194304 4196468 140735639760048 140214101055600 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9629] ppid=9561 vsize=10983192 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9629/stat : 9629 (java) S 9561 9564 8955 0 -1 1077944384 3 13129 0 0 0 0 5 2 20 0 15 0 231352934 11246788608 22182 33554432000 4194304 4196468 140735639760048 140212562815200 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9630] ppid=9561 vsize=10983192 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9630/stat : 9630 (java) S 9561 9564 8955 0 -1 1077944384 1 13129 0 0 0 0 5 2 20 0 15 0 231352934 11246788608 22182 33554432000 4194304 4196468 140735639760048 140214100004016 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88728 KiB

[startup+1.50076 s]
/proc/loadavg: 1.63 1.16 1.13 3/217 9630
/proc/meminfo: memFree=27260832/32770624 swapFree=67108804/67108860
[pid=9564] ppid=9561 vsize=10993996 memory=230892 CPUtime=3.05 cores=0,2,4,6
/proc/9564/stat : 9564 (java) S 9561 9564 8955 0 -1 1077944320 23400 13129 0 0 290 8 5 2 20 0 15 0 231352919 11257851904 57723 33554432000 4194304 4196468 140735639760048 140735639742592 140214678245111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
/proc/9564/statm: 2748499 57723 3455 1 0 2710157 0
[pid=9564/tid=9617] ppid=9561 vsize=10993996 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/9564/task/9617/stat : 9617 (java) R 9561 9564 8955 0 -1 4202560 15828 13129 0 0 131 6 5 2 20 0 15 0 231352928 11257851904 57723 33554432000 4194304 4196468 140735639760048 140214650074768 140214678267037 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9618] ppid=9561 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9618/stat : 9618 (java) S 9561 9564 8955 0 -1 1077944384 242 13129 0 0 0 0 5 2 20 0 15 0 231352929 11257851904 57723 33554432000 4194304 4196468 140735639760048 140214682487440 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9619] ppid=9561 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9619/stat : 9619 (java) S 9561 9564 8955 0 -1 1077944384 72 13129 0 0 0 0 5 2 20 0 15 0 231352929 11257851904 57723 33554432000 4194304 4196468 140735639760048 140214218107408 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9620] ppid=9561 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9620/stat : 9620 (java) S 9561 9564 8955 0 -1 1077944384 39 13129 0 0 0 0 5 2 20 0 15 0 231352929 11257851904 57723 33554432000 4194304 4196468 140735639760048 140214217054608 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9621] ppid=9561 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9621/stat : 9621 (java) S 9561 9564 8955 0 -1 1077944384 27 13129 0 0 0 0 5 2 20 0 15 0 231352929 11257851904 57723 33554432000 4194304 4196468 140735639760048 140214216001808 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9622] ppid=9561 vsize=10993996 memory=1399103955520229747 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9622/stat : 9622 (java) S 9561 9564 8955 0 -1 1077944384 25 13129 0 0 0 0 5 2 20 0 15 0 231352930 11257851904 57723 33554432000 4194304 4196468 140735639760048 140214104214384 140214678256258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9623] ppid=9561 vsize=10993996 memory=280846166731008 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9623/stat : 9623 (java) S 9561 9564 8955 0 -1 1077944384 13 13129 0 0 0 0 5 2 20 0 15 0 231352931 11257851904 57723 33554432000 4194304 4196468 140735639760048 140213448861216 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9624] ppid=9561 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9624/stat : 9624 (java) S 9561 9564 8955 0 -1 1077944384 1 13129 0 0 0 0 5 2 20 0 15 0 231352931 11257851904 57723 33554432000 4194304 4196468 140735639760048 140213301011824 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9625] ppid=9561 vsize=10993996 memory=1084 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9625/stat : 9625 (java) S 9561 9564 8955 0 -1 1077944384 3 13129 0 0 0 0 5 2 20 0 15 0 231352933 11257851904 57723 33554432000 4194304 4196468 140735639760048 140212993612112 140214678263707 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9626] ppid=9561 vsize=10993996 memory=1600 CPUtime=0.61 cores=0,2,4,6
/proc/9564/task/9626/stat : 9626 (java) S 9561 9564 8955 0 -1 1077944384 1786 13129 0 0 54 0 5 2 20 0 15 0 231352933 11257851904 57723 33554432000 4194304 4196468 140735639760048 140214103161200 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9627] ppid=9561 vsize=10993996 memory=7952 CPUtime=0.61 cores=0,2,4,6
/proc/9564/task/9627/stat : 9627 (java) S 9561 9564 8955 0 -1 1077944384 1604 13129 0 0 54 0 5 2 20 0 15 0 231352933 11257851904 57723 33554432000 4194304 4196468 140735639760048 140214102108400 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9628] ppid=9561 vsize=10993996 memory=4088 CPUtime=0.52 cores=0,2,4,6
/proc/9564/task/9628/stat : 9628 (java) S 9561 9564 8955 0 -1 1077944384 1564 13129 0 0 45 0 5 2 20 0 15 0 231352933 11257851904 57723 33554432000 4194304 4196468 140735639760048 140214101055600 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9629] ppid=9561 vsize=10993996 memory=1784 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9629/stat : 9629 (java) S 9561 9564 8955 0 -1 1077944384 3 13129 0 0 0 0 5 2 20 0 15 0 231352934 11257851904 57723 33554432000 4194304 4196468 140735639760048 140212562815200 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9630] ppid=9561 vsize=10993996 memory=1060 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9630/stat : 9630 (java) S 9561 9564 8955 0 -1 1077944384 1 13129 0 0 0 0 5 2 20 0 15 0 231352934 11257851904 57723 33554432000 4194304 4196468 140735639760048 140214100004016 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 10993996 KiB

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

/proc/9564/task/9617/stat : 9617 (java) R 9561 9564 8955 0 -1 4202560 103661 13129 0 0 229500 57 5 2 20 0 15 0 231352928 11343855616 342049 33554432000 4194304 4196468 140735639760048 140214650079184 140214252124010 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9618] ppid=9561 vsize=11077984 memory=1364548 CPUtime=11.75 cores=0,2,4,6
/proc/9564/task/9618/stat : 9618 (java) S 9561 9564 8955 0 -1 1077944384 20995 13129 0 0 1110 58 5 2 20 0 15 0 231352929 11343855616 342049 33554432000 4194304 4196468 140735639760048 140214682487440 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9619] ppid=9561 vsize=11077984 memory=1364548 CPUtime=11.75 cores=0,2,4,6
/proc/9564/task/9619/stat : 9619 (java) S 9561 9564 8955 0 -1 1077944384 22248 13129 0 0 1107 61 5 2 20 0 15 0 231352929 11343855616 342049 33554432000 4194304 4196468 140735639760048 140214218107408 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9620] ppid=9561 vsize=11077984 memory=1368196 CPUtime=11.75 cores=0,2,4,6
/proc/9564/task/9620/stat : 9620 (java) S 9561 9564 8955 0 -1 1077944384 32896 13129 0 0 1101 67 5 2 20 0 15 0 231352929 11343855616 342049 33554432000 4194304 4196468 140735639760048 140214217054608 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9621] ppid=9561 vsize=11077984 memory=1356500 CPUtime=11.76 cores=0,2,4,6
/proc/9564/task/9621/stat : 9621 (java) S 9561 9564 8955 0 -1 1077944384 21313 13129 0 0 1112 57 5 2 20 0 15 0 231352929 11343855616 342049 33554432000 4194304 4196468 140735639760048 140214216001808 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9622] ppid=9561 vsize=11077984 memory=1364548 CPUtime=11.34 cores=0,2,4,6
/proc/9564/task/9622/stat : 9622 (java) S 9561 9564 8955 0 -1 1077944384 25069 13129 0 0 1072 55 5 2 20 0 15 0 231352930 11343855616 342049 33554432000 4194304 4196468 140735639760048 140214104214384 140214678256258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9623] ppid=9561 vsize=11077984 memory=1368196 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9623/stat : 9623 (java) S 9561 9564 8955 0 -1 1077944384 24 13129 0 0 0 0 5 2 20 0 15 0 231352931 11343855616 342049 33554432000 4194304 4196468 140735639760048 140213448861280 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9624] ppid=9561 vsize=11077984 memory=1368196 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9624/stat : 9624 (java) S 9561 9564 8955 0 -1 1077944384 15 13129 0 0 0 0 5 2 20 0 15 0 231352931 11343855616 342049 33554432000 4194304 4196468 140735639760048 140213301011840 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9625] ppid=9561 vsize=11077984 memory=1368196 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9625/stat : 9625 (java) S 9561 9564 8955 0 -1 1077944384 3 13129 0 0 0 0 5 2 20 0 15 0 231352933 11343855616 342049 33554432000 4194304 4196468 140735639760048 140212993612112 140214678263707 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9626] ppid=9561 vsize=11077984 memory=1368196 CPUtime=4.46 cores=0,2,4,6
/proc/9564/task/9626/stat : 9626 (java) S 9561 9564 8955 0 -1 1077944384 16236 13129 0 0 436 3 5 2 20 0 15 0 231352933 11343855616 342049 33554432000 4194304 4196468 140735639760048 140214103161200 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9627] ppid=9561 vsize=11077984 memory=1368196 CPUtime=3.84 cores=0,2,4,6
/proc/9564/task/9627/stat : 9627 (java) S 9561 9564 8955 0 -1 1077944384 15657 13129 0 0 373 4 5 2 20 0 15 0 231352933 11343855616 342049 33554432000 4194304 4196468 140735639760048 140214102108400 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9628] ppid=9561 vsize=11077984 memory=1368196 CPUtime=2.01 cores=0,2,4,6
/proc/9564/task/9628/stat : 9628 (java) S 9561 9564 8955 0 -1 1077944384 19761 13129 0 0 190 4 5 2 20 0 15 0 231352933 11343855616 342049 33554432000 4194304 4196468 140735639760048 140214101055600 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9629] ppid=9561 vsize=11077984 memory=1368196 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9629/stat : 9629 (java) S 9561 9564 8955 0 -1 1077944384 3 13129 0 0 0 0 5 2 20 0 15 0 231352934 11343855616 342049 33554432000 4194304 4196468 140735639760048 140212562815200 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9630] ppid=9561 vsize=11077984 memory=3708 CPUtime=1.56 cores=0,2,4,6
/proc/9564/task/9630/stat : 9630 (java) S 9561 9564 8955 0 -1 1077944384 1481 13129 0 0 72 77 5 2 20 0 15 0 231352934 11343855616 342049 33554432000 4194304 4196468 140735639760048 140214100004016 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
Current children cumulated CPU time: 2365.33 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1368196 KiB

[startup+2382.3 s]
/proc/loadavg: 1.24 1.29 1.31 3/216 9727
/proc/meminfo: memFree=26009520/32770624 swapFree=67108804/67108860
[pid=9564] ppid=9561 vsize=11077984 memory=1370992 CPUtime=2426.27 cores=0,2,4,6
/proc/9564/stat : 9564 (java) S 9561 9564 8955 0 -1 1077944320 284295 13129 0 0 242243 377 5 2 20 0 15 0 231352919 11343855616 342748 33554432000 4194304 4196468 140735639760048 140735639742592 140214678245111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
/proc/9564/statm: 2769496 342748 3522 1 0 2731149 0
[pid=9564/tid=9617] ppid=9561 vsize=11077984 memory=1370992 CPUtime=2354.92 cores=0,2,4,6
/proc/9564/task/9617/stat : 9617 (java) R 9561 9564 8955 0 -1 4202560 104684 13129 0 0 235427 58 5 2 20 0 15 0 231352928 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214650079856 140214265974046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9618] ppid=9561 vsize=11077984 memory=1370992 CPUtime=12.07 cores=0,2,4,6
/proc/9564/task/9618/stat : 9618 (java) S 9561 9564 8955 0 -1 1077944384 21262 13129 0 0 1141 59 5 2 20 0 15 0 231352929 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214682487440 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9619] ppid=9561 vsize=11077984 memory=2080 CPUtime=12.09 cores=0,2,4,6
/proc/9564/task/9619/stat : 9619 (java) S 9561 9564 8955 0 -1 1077944384 22733 13129 0 0 1139 63 5 2 20 0 15 0 231352929 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214218107408 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9620] ppid=9561 vsize=11077984 memory=1370992 CPUtime=12.08 cores=0,2,4,6
/proc/9564/task/9620/stat : 9620 (java) S 9561 9564 8955 0 -1 1077944384 32936 13129 0 0 1133 68 5 2 20 0 15 0 231352929 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214217054608 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9621] ppid=9561 vsize=11077984 memory=1368460 CPUtime=12.09 cores=0,2,4,6
/proc/9564/task/9621/stat : 9621 (java) S 9561 9564 8955 0 -1 1077944384 21694 13129 0 0 1143 59 5 2 20 0 15 0 231352929 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214216001808 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9622] ppid=9561 vsize=11077984 memory=1370992 CPUtime=11.65 cores=0,2,4,6
/proc/9564/task/9622/stat : 9622 (java) S 9561 9564 8955 0 -1 1077944384 25330 13129 0 0 1101 57 5 2 20 0 15 0 231352930 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214104214384 140214678256258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9623] ppid=9561 vsize=11077984 memory=1370992 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9623/stat : 9623 (java) S 9561 9564 8955 0 -1 1077944384 24 13129 0 0 0 0 5 2 20 0 15 0 231352931 11343855616 342748 33554432000 4194304 4196468 140735639760048 140213448861280 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9624] ppid=9561 vsize=11077984 memory=1370992 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9624/stat : 9624 (java) S 9561 9564 8955 0 -1 1077944384 15 13129 0 0 0 0 5 2 20 0 15 0 231352931 11343855616 342748 33554432000 4194304 4196468 140735639760048 140213301011840 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9625] ppid=9561 vsize=11077984 memory=1370992 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9625/stat : 9625 (java) S 9561 9564 8955 0 -1 1077944384 3 13129 0 0 0 0 5 2 20 0 15 0 231352933 11343855616 342748 33554432000 4194304 4196468 140735639760048 140212993612112 140214678263707 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9626] ppid=9561 vsize=11077984 memory=1364548 CPUtime=4.46 cores=0,2,4,6
/proc/9564/task/9626/stat : 9626 (java) S 9561 9564 8955 0 -1 1077944384 16238 13129 0 0 436 3 5 2 20 0 15 0 231352933 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214103161200 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9627] ppid=9561 vsize=11077984 memory=280846167755312 CPUtime=3.84 cores=0,2,4,6
/proc/9564/task/9627/stat : 9627 (java) S 9561 9564 8955 0 -1 1077944384 15659 13129 0 0 373 4 5 2 20 0 15 0 231352933 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214102108400 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9628] ppid=9561 vsize=11077984 memory=1370992 CPUtime=2.01 cores=0,2,4,6
/proc/9564/task/9628/stat : 9628 (java) S 9561 9564 8955 0 -1 1077944384 20027 13129 0 0 190 4 5 2 20 0 15 0 231352933 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214101055600 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9629] ppid=9561 vsize=11077984 memory=3708 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9629/stat : 9629 (java) S 9561 9564 8955 0 -1 1077944384 3 13129 0 0 0 0 5 2 20 0 15 0 231352934 11343855616 342748 33554432000 4194304 4196468 140735639760048 140212562815200 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9630] ppid=9561 vsize=11077984 memory=1370992 CPUtime=1.6 cores=0,2,4,6
/proc/9564/task/9630/stat : 9630 (java) S 9561 9564 8955 0 -1 1077944384 1495 13129 0 0 74 79 5 2 20 0 15 0 231352934 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214100004016 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
Current children cumulated CPU time: 2426.27 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1370992 KiB

[startup+2442.3 s]
/proc/loadavg: 1.44 1.33 1.32 6/216 9728
/proc/meminfo: memFree=26008316/32770624 swapFree=67108804/67108860
[pid=9564] ppid=9561 vsize=11077984 memory=1370992 CPUtime=2487.23 cores=0,2,4,6
/proc/9564/stat : 9564 (java) S 9561 9564 8955 0 -1 1077944320 286673 13129 0 0 248330 386 5 2 20 0 15 0 231352919 11343855616 342748 33554432000 4194304 4196468 140735639760048 140735639742592 140214678245111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
/proc/9564/statm: 2769496 342748 3522 1 0 2731149 0
[pid=9564/tid=9617] ppid=9561 vsize=11077984 memory=1370992 CPUtime=2414.2 cores=0,2,4,6
/proc/9564/task/9617/stat : 9617 (java) R 9561 9564 8955 0 -1 4202560 105619 13129 0 0 241354 59 5 2 20 0 15 0 231352928 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214650079776 140214248928704 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9618] ppid=9561 vsize=11077984 memory=1370992 CPUtime=12.4 cores=0,2,4,6
/proc/9564/task/9618/stat : 9618 (java) S 9561 9564 8955 0 -1 1077944384 21440 13129 0 0 1172 61 5 2 20 0 15 0 231352929 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214682487440 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9619] ppid=9561 vsize=11077984 memory=1370992 CPUtime=12.42 cores=0,2,4,6
/proc/9564/task/9619/stat : 9619 (java) S 9561 9564 8955 0 -1 1077944384 22801 13129 0 0 1169 66 5 2 20 0 15 0 231352929 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214218107408 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9620] ppid=9561 vsize=11077984 memory=1370992 CPUtime=12.4 cores=0,2,4,6
/proc/9564/task/9620/stat : 9620 (java) S 9561 9564 8955 0 -1 1077944384 33232 13129 0 0 1164 69 5 2 20 0 15 0 231352929 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214217054608 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9621] ppid=9561 vsize=11077984 memory=1370992 CPUtime=12.42 cores=0,2,4,6
/proc/9564/task/9621/stat : 9621 (java) S 9561 9564 8955 0 -1 1077944384 21775 13129 0 0 1175 60 5 2 20 0 15 0 231352929 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214216001808 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9622] ppid=9561 vsize=11077984 memory=1370992 CPUtime=11.97 cores=0,2,4,6
/proc/9564/task/9622/stat : 9622 (java) S 9561 9564 8955 0 -1 1077944384 25667 13129 0 0 1131 59 5 2 20 0 15 0 231352930 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214104214384 140214678256258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9623] ppid=9561 vsize=11077984 memory=1370992 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9623/stat : 9623 (java) S 9561 9564 8955 0 -1 1077944384 24 13129 0 0 0 0 5 2 20 0 15 0 231352931 11343855616 342748 33554432000 4194304 4196468 140735639760048 140213448861280 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9624] ppid=9561 vsize=11077984 memory=1370992 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9624/stat : 9624 (java) S 9561 9564 8955 0 -1 1077944384 15 13129 0 0 0 0 5 2 20 0 15 0 231352931 11343855616 342748 33554432000 4194304 4196468 140735639760048 140213301011840 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9625] ppid=9561 vsize=11077984 memory=1370992 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9625/stat : 9625 (java) S 9561 9564 8955 0 -1 1077944384 3 13129 0 0 0 0 5 2 20 0 15 0 231352933 11343855616 342748 33554432000 4194304 4196468 140735639760048 140212993612112 140214678263707 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9626] ppid=9561 vsize=11077984 memory=1370992 CPUtime=4.46 cores=0,2,4,6
/proc/9564/task/9626/stat : 9626 (java) S 9561 9564 8955 0 -1 1077944384 16242 13129 0 0 436 3 5 2 20 0 15 0 231352933 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214103161200 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9627] ppid=9561 vsize=11077984 memory=34800 CPUtime=3.84 cores=0,2,4,6
/proc/9564/task/9627/stat : 9627 (java) S 9561 9564 8955 0 -1 1077944384 16101 13129 0 0 373 4 5 2 20 0 15 0 231352933 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214102108400 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9628] ppid=9561 vsize=11077984 memory=1370992 CPUtime=2.01 cores=0,2,4,6
/proc/9564/task/9628/stat : 9628 (java) S 9561 9564 8955 0 -1 1077944384 20032 13129 0 0 190 4 5 2 20 0 15 0 231352933 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214101055600 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9629] ppid=9561 vsize=11077984 memory=14872 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9629/stat : 9629 (java) S 9561 9564 8955 0 -1 1077944384 3 13129 0 0 0 0 5 2 20 0 15 0 231352934 11343855616 342748 33554432000 4194304 4196468 140735639760048 140212562815200 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9630] ppid=9561 vsize=11077984 memory=8112282956445269571 CPUtime=1.64 cores=0,2,4,6
/proc/9564/task/9630/stat : 9630 (java) S 9561 9564 8955 0 -1 1077944384 1527 13129 0 0 75 82 5 2 20 0 15 0 231352934 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214100004016 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
Current children cumulated CPU time: 2487.23 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1370992 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.6 s]
/proc/loadavg: 1.36 1.32 1.32 3/215 9986
/proc/meminfo: memFree=25951644/32770624 swapFree=67108804/67108860
[pid=9564] ppid=9561 vsize=11077984 memory=1370992 CPUtime=2520.03 cores=0,2,4,6
/proc/9564/stat : 9564 (java) S 9561 9564 8955 0 -1 1077944320 287824 13129 0 0 251601 395 5 2 20 0 15 0 231352919 11343855616 342748 33554432000 4194304 4196468 140735639760048 140735639742592 140214678245111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
/proc/9564/statm: 2769496 342748 3522 1 0 2731149 0
[pid=9564/tid=9617] ppid=9561 vsize=11077984 memory=836 CPUtime=2446.11 cores=0,2,4,6
/proc/9564/task/9617/stat : 9617 (java) R 9561 9564 8955 0 -1 4202560 106139 13129 0 0 244541 63 5 2 20 0 15 0 231352928 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214650078944 140214265683384 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9618] ppid=9561 vsize=11077984 memory=1084 CPUtime=12.58 cores=0,2,4,6
/proc/9564/task/9618/stat : 9618 (java) S 9561 9564 8955 0 -1 1077944384 21551 13129 0 0 1189 62 5 2 20 0 15 0 231352929 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214682487440 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9619] ppid=9561 vsize=11077984 memory=8112282956445269571 CPUtime=12.6 cores=0,2,4,6
/proc/9564/task/9619/stat : 9619 (java) S 9561 9564 8955 0 -1 1077944384 22812 13129 0 0 1186 67 5 2 20 0 15 0 231352929 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214218107408 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9620] ppid=9561 vsize=11077984 memory=1408 CPUtime=12.58 cores=0,2,4,6
/proc/9564/task/9620/stat : 9620 (java) S 9561 9564 8955 0 -1 1077944384 33486 13129 0 0 1181 70 5 2 20 0 15 0 231352929 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214217054608 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9621] ppid=9561 vsize=11077984 memory=1370992 CPUtime=12.59 cores=0,2,4,6
/proc/9564/task/9621/stat : 9621 (java) S 9561 9564 8955 0 -1 1077944384 21830 13129 0 0 1192 60 5 2 20 0 15 0 231352929 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214216001808 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9622] ppid=9561 vsize=11077984 memory=1370992 CPUtime=12.14 cores=0,2,4,6
/proc/9564/task/9622/stat : 9622 (java) S 9561 9564 8955 0 -1 1077944384 25853 13129 0 0 1147 60 5 2 20 0 15 0 231352930 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214104214384 140214678256258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9623] ppid=9561 vsize=11077984 memory=1404 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9623/stat : 9623 (java) S 9561 9564 8955 0 -1 1077944384 24 13129 0 0 0 0 5 2 20 0 15 0 231352931 11343855616 342748 33554432000 4194304 4196468 140735639760048 140213448861280 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9624] ppid=9561 vsize=11077984 memory=2628 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9624/stat : 9624 (java) S 9561 9564 8955 0 -1 1077944384 15 13129 0 0 0 0 5 2 20 0 15 0 231352931 11343855616 342748 33554432000 4194304 4196468 140735639760048 140213301011840 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9625] ppid=9561 vsize=11077984 memory=978384 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9625/stat : 9625 (java) S 9561 9564 8955 0 -1 1077944384 3 13129 0 0 0 0 5 2 20 0 15 0 231352933 11343855616 342748 33554432000 4194304 4196468 140735639760048 140212993612112 140214678263707 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9626] ppid=9561 vsize=11077984 memory=8112282956445269571 CPUtime=4.46 cores=0,2,4,6
/proc/9564/task/9626/stat : 9626 (java) S 9561 9564 8955 0 -1 1077944384 16244 13129 0 0 436 3 5 2 20 0 15 0 231352933 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214103161200 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9627] ppid=9561 vsize=11077984 memory=4126316290023845779 CPUtime=3.84 cores=0,2,4,6
/proc/9564/task/9627/stat : 9627 (java) S 9561 9564 8955 0 -1 1077944384 16103 13129 0 0 373 4 5 2 20 0 15 0 231352933 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214102108400 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9628] ppid=9561 vsize=11077984 memory=14872 CPUtime=2.01 cores=0,2,4,6
/proc/9564/task/9628/stat : 9628 (java) S 9561 9564 8955 0 -1 1077944384 20034 13129 0 0 190 4 5 2 20 0 15 0 231352933 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214101055600 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9629] ppid=9561 vsize=11077984 memory=3296 CPUtime=0.07 cores=0,2,4,6
/proc/9564/task/9629/stat : 9629 (java) S 9561 9564 8955 0 -1 1077944384 3 13129 0 0 0 0 5 2 20 0 15 0 231352934 11343855616 342748 33554432000 4194304 4196468 140735639760048 140212562815200 140214678255317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
[pid=9564/tid=9630] ppid=9561 vsize=11077984 memory=15292 CPUtime=1.66 cores=0,2,4,6
/proc/9564/task/9630/stat : 9630 (java) S 9561 9564 8955 0 -1 1077944384 1535 13129 0 0 76 83 5 2 20 0 15 0 231352934 11343855616 342748 33554432000 4194304 4196468 140735639760048 140214100004016 140214678256258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38346752 140735639767661 140735639770460 140735639770460 140735639773135 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1370992 KiB

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

[startup+2474.65 s]
# the end of solver process 9564 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.1 s, system=3.99797 s

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

Child status: 143
Real time (s): 2474.65
CPU time (s): 2520.1
CPU user time (s): 2516.1
CPU system time (s): 3.99797
CPU usage (%): 101.837
Max. virtual memory (cumulated for all children) (KiB): 11080620
Max. memory (cumulated for all children) (KiB): 1370992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.1
system time used= 3.99797
maximum resident set size= 1373496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 302272
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 312785
involuntary context switches= 10173


# summary of solver processes directly reported to runsolver:
#   pid: 9564
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.1
#   total CPU system time (s): 3.99797

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.835 second user time and 24.3268 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-13 07:24:57
IDJOB=4305187
IDBENCH=141578
IDSOLVER=2780
FILE ID=node105/4305187-1534137897
RUNJOBID= node105-1534137874-9213
PBS_JOBID= 21037025
Free space on /tmp= 40896 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Frb/frb-59-26-1-mgd_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305187-1534137897/watcher-4305187-1534137897 -o /tmp/evaluation-result-4305187-1534137897/solver-4305187-1534137897 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534137874-9213 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=685680645 HOME/instance-4305187-1534137897.xml

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

MD5SUM BENCH= eb7f3f1c65ad30d4418b69bfa000eb45
RANDOM SEED=685680645

node105.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.32
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.32
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.32
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.32
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:        27360584 kB
MemAvailable:   30942080 kB
Buffers:          168308 kB
Cached:          3670756 kB
SwapCached:           16 kB
Active:          2963760 kB
Inactive:        1892624 kB
Active(anon):     970048 kB
Inactive(anon):   100528 kB
Active(file):    1993712 kB
Inactive(file):  1792096 kB
Unevictable:        7320 kB
Mlocked:            7320 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             27400 kB
Writeback:             0 kB
AnonPages:       1037956 kB
Mapped:            64632 kB
Shmem:             49748 kB
Slab:             250804 kB
SReclaimable:     223048 kB
SUnreclaim:        27756 kB
KernelStack:        3824 kB
PageTables:         7736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2203688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    819200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 40868 MiB
End job on node105 at 2018-08-13 08:06:12