Trace number 4295764

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.1 2461.25

General information on the benchmark

NameSportsScheduling/
SportsScheduling-16_c18.xml
MD5SUM5770900a9b2cb93904bf32b5a50ba98d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark321.729
Satisfiable
(Un)Satisfiability was proved
Number of variables376
Number of constraints184
Number of domains2
Minimum domain size16
Maximum domain size120
Distribution of domain sizes[{"size":16,"count":256},{"size":120,"count":120}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":128},{"degree":4,"count":248}]
Minimum constraint arity1
Maximum constraint arity120
Distribution of constraint arities[{"arity":1,"count":8},{"arity":2,"count":8},{"arity":3,"count":120},{"arity":8,"count":15},{"arity":16,"count":16},{"arity":30,"count":8},{"arity":32,"count":8},{"arity":120,"count":1}]
Number of extensional constraints120
Number of intensional constraints16
Distribution of constraint types[{"type":"extension","count":120},{"type":"intension","count":16},{"type":"allDifferent","count":17},{"type":"count","count":15},{"type":"cardinality","count":16}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295764-1532594605/watcher-4295764-1532594605 -o /tmp/evaluation-result-4295764-1532594605/solver-4295764-1532594605 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532594593-7269 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1921988478 -superng HOME/instance-4295764-1532594605.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=7493, runsolver pid=7490

[startup+0.100094 s]*
/proc/loadavg: 1.99 1.62 1.54 3/207 7550
/proc/meminfo: memFree=23290584/32770624 swapFree=67076900/67108860
[pid=7493] ppid=7490 vsize=9972712 memory=18860 CPUtime=0.08 cores=1,3,5,7
/proc/7493/stat : 7493 (java) S 7490 7493 5667 0 -1 1077944320 4348 13001 0 0 1 0 5 2 20 0 6 0 77023681 10212057088 4715 33554432000 4194304 4196468 140732573643792 140732573626336 139621830573815 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
/proc/7493/statm: 2493178 4715 1934 1 0 2481616 0
[pid=7493/tid=7546] ppid=7490 vsize=9972712 memory=-8600311527686586311 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7546/stat : 7546 (java) R 7490 7493 5667 0 -1 4202560 2161 13001 0 0 1 0 5 2 20 0 6 0 77023689 10212057088 4715 33554432000 4194304 4196468 140732573643792 139621802410576 139621830595741 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7547] ppid=7490 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7547/stat : 7547 (java) S 7490 7493 5667 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 6 0 77023690 10212057088 4715 33554432000 4194304 4196468 140732573643792 139621834816016 139621830584021 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7548] ppid=7490 vsize=9972712 memory=140563171874432 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7548/stat : 7548 (java) S 7490 7493 5667 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 6 0 77023690 10212057088 4715 33554432000 4194304 4196468 140732573643792 139621739018896 139621830584021 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7549] ppid=7490 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7549/stat : 7549 (java) S 7490 7493 5667 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 6 0 77023690 10212057088 4715 33554432000 4194304 4196468 140732573643792 139621737965840 139621830584021 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7550] ppid=7490 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7550/stat : 7550 (java) S 7490 7493 5667 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 6 0 77023690 10212057088 4715 33554432000 4194304 4196468 140732573643792 139621401680272 139621830584021 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.209945 s]*
/proc/loadavg: 1.99 1.62 1.54 3/216 7559
/proc/meminfo: memFree=23268780/32770624 swapFree=67076900/67108860
[pid=7493] ppid=7490 vsize=10818936 memory=47080 CPUtime=0.25 cores=1,3,5,7
/proc/7493/stat : 7493 (java) S 7490 7493 5667 0 -1 1077944320 9192 13001 0 0 17 1 5 2 20 0 15 0 77023681 11078590464 11770 33554432000 4194304 4196468 140732573643792 140732573626336 139621830573815 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
/proc/7493/statm: 2704734 11770 2930 1 0 2667157 0
[pid=7493/tid=7546] ppid=7490 vsize=10818936 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/7493/task/7546/stat : 7546 (java) R 7490 7493 5667 0 -1 4202560 5870 13001 0 0 10 1 5 2 20 0 15 0 77023689 11078590464 11823 33554432000 4194304 4196468 140732573643792 139621802398624 139621823253533 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7547] ppid=7490 vsize=10818936 memory=342 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7547/stat : 7547 (java) S 7490 7493 5667 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 15 0 77023690 11078590464 11823 33554432000 4194304 4196468 140732573643792 139621834816016 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7548] ppid=7490 vsize=10818936 memory=140563171896713 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7548/stat : 7548 (java) S 7490 7493 5667 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 15 0 77023690 11078590464 11823 33554432000 4194304 4196468 140732573643792 139621739018896 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7549] ppid=7490 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7549/stat : 7549 (java) S 7490 7493 5667 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 15 0 77023690 11078590464 11823 33554432000 4194304 4196468 140732573643792 139621737965840 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7550] ppid=7490 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7550/stat : 7550 (java) S 7490 7493 5667 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 77023690 11078590464 11823 33554432000 4194304 4196468 140732573643792 139621401680272 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7551] ppid=7490 vsize=10818936 memory=140563171874432 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7551/stat : 7551 (java) S 7490 7493 5667 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 15 0 77023692 11078590464 11823 33554432000 4194304 4196468 140732573643792 139621102435056 139621830584962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7552] ppid=7490 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7552/stat : 7552 (java) S 7490 7493 5667 0 -1 1077944384 33 13001 0 0 0 0 5 2 20 0 15 0 77023692 11078590464 11823 33554432000 4194304 4196468 140732573643792 139621101381280 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7553] ppid=7490 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7553/stat : 7553 (java) S 7490 7493 5667 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 77023692 11078557696 11823 33554432000 4194304 4196468 140732573643792 139620998178032 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7554] ppid=7490 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7554/stat : 7554 (java) S 7490 7493 5667 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 15 0 77023695 11078557696 11823 33554432000 4194304 4196468 140732573643792 139620863961552 139621830592411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7555] ppid=7490 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7555/stat : 7555 (java) S 7490 7493 5667 0 -1 1077944384 524 13001 0 0 1 0 5 2 20 0 15 0 77023695 11078557696 11823 33554432000 4194304 4196468 140732573643792 139621067823344 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7556] ppid=7490 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7556/stat : 7556 (java) S 7490 7493 5667 0 -1 1077944384 54 13001 0 0 0 0 5 2 20 0 15 0 77023695 11078557696 11823 33554432000 4194304 4196468 140732573643792 139621066770800 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7557] ppid=7490 vsize=10818904 memory=140563171874432 CPUtime=0.1 cores=1,3,5,7
/proc/7493/task/7557/stat : 7557 (java) S 7490 7493 5667 0 -1 1077944384 562 13001 0 0 3 0 5 2 20 0 15 0 77023695 11078557696 11823 33554432000 4194304 4196468 140732573643792 139620964620272 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7558] ppid=7490 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7558/stat : 7558 (java) S 7490 7493 5667 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 77023695 11078557696 11823 33554432000 4194304 4196468 140732573643792 139620125763936 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7559] ppid=7490 vsize=10818904 memory=140563171874432 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7559/stat : 7559 (java) S 7490 7493 5667 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 77023696 11078557696 11823 33554432000 4194304 4196468 140732573643792 139620963568688 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 47080 KiB

[startup+0.310466 s]*
/proc/loadavg: 1.99 1.62 1.54 3/216 7559
/proc/meminfo: memFree=23255384/32770624 swapFree=67076900/67108860
[pid=7493] ppid=7490 vsize=10819352 memory=55168 CPUtime=0.39 cores=1,3,5,7
/proc/7493/stat : 7493 (java) S 7490 7493 5667 0 -1 1077944320 10462 13001 0 0 30 2 5 2 20 0 15 0 77023681 11079016448 13792 33554432000 4194304 4196468 140732573643792 140732573626336 139621830573815 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
/proc/7493/statm: 2704838 13792 3049 1 0 2667149 0
[pid=7493/tid=7546] ppid=7490 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/7493/task/7546/stat : 7546 (java) R 7490 7493 5667 0 -1 4202560 7062 13001 0 0 20 1 5 2 20 0 15 0 77023689 11079016448 13792 33554432000 4194304 4196468 140732573643792 139621802366632 139621813760624 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7547] ppid=7490 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7547/stat : 7547 (java) S 7490 7493 5667 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 15 0 77023690 11079016448 13792 33554432000 4194304 4196468 140732573643792 139621834816016 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7548] ppid=7490 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7548/stat : 7548 (java) S 7490 7493 5667 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 15 0 77023690 11079016448 13792 33554432000 4194304 4196468 140732573643792 139621739018896 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7549] ppid=7490 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7549/stat : 7549 (java) S 7490 7493 5667 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 15 0 77023690 11079016448 13792 33554432000 4194304 4196468 140732573643792 139621737965840 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7550] ppid=7490 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7550/stat : 7550 (java) S 7490 7493 5667 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 77023690 11079016448 13792 33554432000 4194304 4196468 140732573643792 139621401680272 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7551] ppid=7490 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7551/stat : 7551 (java) S 7490 7493 5667 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 15 0 77023692 11079016448 13792 33554432000 4194304 4196468 140732573643792 139621102435056 139621830584962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7552] ppid=7490 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7552/stat : 7552 (java) S 7490 7493 5667 0 -1 1077944384 33 13001 0 0 0 0 5 2 20 0 15 0 77023692 11079016448 13792 33554432000 4194304 4196468 140732573643792 139621101381280 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7553] ppid=7490 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7553/stat : 7553 (java) S 7490 7493 5667 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 77023692 11079016448 13792 33554432000 4194304 4196468 140732573643792 139620998178032 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7554] ppid=7490 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7554/stat : 7554 (java) S 7490 7493 5667 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 15 0 77023695 11079016448 13792 33554432000 4194304 4196468 140732573643792 139620863961552 139621830592411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7555] ppid=7490 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7493/task/7555/stat : 7555 (java) S 7490 7493 5667 0 -1 1077944384 524 13001 0 0 2 0 5 2 20 0 15 0 77023695 11079016448 13792 33554432000 4194304 4196468 140732573643792 139621067823344 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7556] ppid=7490 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7556/stat : 7556 (java) S 7490 7493 5667 0 -1 1077944384 55 13001 0 0 1 0 5 2 20 0 15 0 77023695 11079016448 13792 33554432000 4194304 4196468 140732573643792 139621066770800 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7557] ppid=7490 vsize=10819352 memory=140563171874432 CPUtime=0.12 cores=1,3,5,7
/proc/7493/task/7557/stat : 7557 (java) S 7490 7493 5667 0 -1 1077944384 586 13001 0 0 5 0 5 2 20 0 15 0 77023695 11079016448 13792 33554432000 4194304 4196468 140732573643792 139620964620272 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7558] ppid=7490 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7558/stat : 7558 (java) S 7490 7493 5667 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 77023695 11079016448 13792 33554432000 4194304 4196468 140732573643792 139620125763936 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7559] ppid=7490 vsize=10819352 memory=140563171874432 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7559/stat : 7559 (java) S 7490 7493 5667 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 77023696 11079016448 13792 33554432000 4194304 4196468 140732573643792 139620963568688 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 55168 KiB

[startup+0.701106 s]
/proc/loadavg: 1.99 1.62 1.54 3/216 7559
/proc/meminfo: memFree=23245832/32770624 swapFree=67076900/67108860
[pid=7493] ppid=7490 vsize=10819352 memory=88272 CPUtime=0.98 cores=1,3,5,7
/proc/7493/stat : 7493 (java) S 7490 7493 5667 0 -1 1077944320 16732 13001 0 0 88 3 5 2 20 0 15 0 77023681 11079016448 22068 33554432000 4194304 4196468 140732573643792 140732573626336 139621830573815 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
/proc/7493/statm: 2704838 22068 3238 1 0 2667149 0
[pid=7493/tid=7546] ppid=7490 vsize=10819352 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/7493/task/7546/stat : 7546 (java) R 7490 7493 5667 0 -1 4202560 12264 13001 0 0 55 2 5 2 20 0 15 0 77023689 11079016448 22068 33554432000 4194304 4196468 140732573643792 139621802386616 139621810849536 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7547] ppid=7490 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7547/stat : 7547 (java) S 7490 7493 5667 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 15 0 77023690 11079016448 22068 33554432000 4194304 4196468 140732573643792 139621834816016 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7548] ppid=7490 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7548/stat : 7548 (java) S 7490 7493 5667 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 15 0 77023690 11079016448 22068 33554432000 4194304 4196468 140732573643792 139621739018896 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7549] ppid=7490 vsize=10819352 memory=140563072561936 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7549/stat : 7549 (java) S 7490 7493 5667 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 15 0 77023690 11079016448 22068 33554432000 4194304 4196468 140732573643792 139621737965840 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7550] ppid=7490 vsize=10819352 memory=140565689664073 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7550/stat : 7550 (java) S 7490 7493 5667 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 77023690 11079016448 22068 33554432000 4194304 4196468 140732573643792 139621401680272 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7551] ppid=7490 vsize=10819352 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7551/stat : 7551 (java) S 7490 7493 5667 0 -1 1077944384 5 13001 0 0 0 0 5 2 20 0 15 0 77023692 11079016448 22068 33554432000 4194304 4196468 140732573643792 139621102435056 139621830584962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7552] ppid=7490 vsize=10819352 memory=7014751519650764113 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7552/stat : 7552 (java) S 7490 7493 5667 0 -1 1077944384 33 13001 0 0 0 0 5 2 20 0 15 0 77023692 11079016448 22068 33554432000 4194304 4196468 140732573643792 139621101381280 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7553] ppid=7490 vsize=10819352 memory=7597123233646858610 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7553/stat : 7553 (java) S 7490 7493 5667 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 77023692 11079016448 22068 33554432000 4194304 4196468 140732573643792 139620998178032 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7554] ppid=7490 vsize=10819352 memory=3604 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7554/stat : 7554 (java) S 7490 7493 5667 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 15 0 77023695 11079016448 22068 33554432000 4194304 4196468 140732573643792 139620863961552 139621830592411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7555] ppid=7490 vsize=10819352 memory=10700 CPUtime=0.15 cores=1,3,5,7
/proc/7493/task/7555/stat : 7555 (java) S 7490 7493 5667 0 -1 1077944384 911 13001 0 0 8 0 5 2 20 0 15 0 77023695 11079016448 22068 33554432000 4194304 4196468 140732573643792 139621067823344 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7556] ppid=7490 vsize=10819352 memory=15128 CPUtime=0.16 cores=1,3,5,7
/proc/7493/task/7556/stat : 7556 (java) S 7490 7493 5667 0 -1 1077944384 640 13001 0 0 9 0 5 2 20 0 15 0 77023695 11079016448 22068 33554432000 4194304 4196468 140732573643792 139621066770800 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7557] ppid=7490 vsize=10819352 memory=640 CPUtime=0.2 cores=1,3,5,7
/proc/7493/task/7557/stat : 7557 (java) S 7490 7493 5667 0 -1 1077944384 674 13001 0 0 13 0 5 2 20 0 15 0 77023695 11079016448 22068 33554432000 4194304 4196468 140732573643792 139620964620272 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7558] ppid=7490 vsize=10819352 memory=1760 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7558/stat : 7558 (java) S 7490 7493 5667 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 77023695 11079016448 22068 33554432000 4194304 4196468 140732573643792 139620125763936 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7559] ppid=7490 vsize=10819352 memory=960 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7559/stat : 7559 (java) S 7490 7493 5667 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 77023696 11079016448 22068 33554432000 4194304 4196468 140732573643792 139620963568688 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88272 KiB

[startup+1.50076 s]
/proc/loadavg: 1.99 1.62 1.54 3/216 7559
/proc/meminfo: memFree=23202044/32770624 swapFree=67076900/67108860
[pid=7493] ppid=7490 vsize=10834252 memory=181596 CPUtime=2.35 cores=1,3,5,7
/proc/7493/stat : 7493 (java) S 7490 7493 5667 0 -1 1077944320 25551 13001 0 0 220 8 5 2 20 0 15 0 77023681 11094274048 45399 33554432000 4194304 4196468 140732573643792 140732573626336 139621830573815 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
/proc/7493/statm: 2708563 45399 3478 1 0 2670221 0
[pid=7493/tid=7546] ppid=7490 vsize=10834252 memory=64996 CPUtime=1.41 cores=1,3,5,7
/proc/7493/task/7546/stat : 7546 (java) R 7490 7493 5667 0 -1 4202560 18127 13001 0 0 130 4 5 2 20 0 15 0 77023689 11094274048 45399 33554432000 4194304 4196468 140732573643792 139621802404864 139621830595741 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7547] ppid=7490 vsize=10834252 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7547/stat : 7547 (java) S 7490 7493 5667 0 -1 1077944384 13 13001 0 0 1 0 5 2 20 0 15 0 77023690 11094274048 45399 33554432000 4194304 4196468 140732573643792 139621834816016 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7548] ppid=7490 vsize=10834252 memory=281126145155232 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7548/stat : 7548 (java) S 7490 7493 5667 0 -1 1077944384 76 13001 0 0 0 0 5 2 20 0 15 0 77023690 11094274048 45399 33554432000 4194304 4196468 140732573643792 139621739018896 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7549] ppid=7490 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7549/stat : 7549 (java) S 7490 7493 5667 0 -1 1077944384 182 13001 0 0 1 0 5 2 20 0 15 0 77023690 11094274048 45399 33554432000 4194304 4196468 140732573643792 139621737965840 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7550] ppid=7490 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7550/stat : 7550 (java) S 7490 7493 5667 0 -1 1077944384 25 13001 0 0 0 0 5 2 20 0 15 0 77023690 11094274048 45399 33554432000 4194304 4196468 140732573643792 139621401680272 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7551] ppid=7490 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7551/stat : 7551 (java) S 7490 7493 5667 0 -1 1077944384 878 13001 0 0 1 0 5 2 20 0 15 0 77023692 11094274048 45399 33554432000 4194304 4196468 140732573643792 139621102435056 139621830584962 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7552] ppid=7490 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7552/stat : 7552 (java) S 7490 7493 5667 0 -1 1077944384 55 13001 0 0 0 0 5 2 20 0 15 0 77023692 11094274048 45399 33554432000 4194304 4196468 140732573643792 139621101381344 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7553] ppid=7490 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7553/stat : 7553 (java) S 7490 7493 5667 0 -1 1077944384 1 13001 0 0 0 0 5 2 20 0 15 0 77023692 11094274048 45399 33554432000 4194304 4196468 140732573643792 139620998178048 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7554] ppid=7490 vsize=10834252 memory=-2746958450906831424 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7554/stat : 7554 (java) S 7490 7493 5667 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 15 0 77023695 11094274048 45399 33554432000 4194304 4196468 140732573643792 139620863961552 139621830592411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7555] ppid=7490 vsize=10834252 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/7493/task/7555/stat : 7555 (java) S 7490 7493 5667 0 -1 1077944384 1382 13001 0 0 21 0 5 2 20 0 15 0 77023695 11094274048 45399 33554432000 4194304 4196468 140732573643792 139621067823344 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7556] ppid=7490 vsize=10834252 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/7493/task/7556/stat : 7556 (java) S 7490 7493 5667 0 -1 1077944384 1103 13001 0 0 24 0 5 2 20 0 15 0 77023695 11094274048 45399 33554432000 4194304 4196468 140732573643792 139621066770800 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7557] ppid=7490 vsize=10834252 memory=8112282956445269571 CPUtime=0.43 cores=1,3,5,7
/proc/7493/task/7557/stat : 7557 (java) S 7490 7493 5667 0 -1 1077944384 1510 13001 0 0 36 0 5 2 20 0 15 0 77023695 11094274048 45399 33554432000 4194304 4196468 140732573643792 139620964620272 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7558] ppid=7490 vsize=10834252 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7558/stat : 7558 (java) S 7490 7493 5667 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 77023695 11094274048 45399 33554432000 4194304 4196468 140732573643792 139620125763936 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7559] ppid=7490 vsize=10834252 memory=281126145399680 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7559/stat : 7559 (java) S 7490 7493 5667 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 77023696 11094274048 45399 33554432000 4194304 4196468 140732573643792 139620963568688 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
Current children cumulated CPU time: 2.35 s
Current children cumulated vsize: 10834252 KiB

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

/proc/7493/task/7546/stat : 7546 (java) R 7490 7493 5667 0 -1 4202560 108478 13001 0 0 230150 47 5 2 20 0 15 0 77023689 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621802407488 139621435663161 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7547] ppid=7490 vsize=10916192 memory=822264 CPUtime=14.11 cores=1,3,5,7
/proc/7493/task/7547/stat : 7547 (java) S 7490 7493 5667 0 -1 1077944384 19381 13001 0 0 1346 58 5 2 20 0 15 0 77023690 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621834816016 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7548] ppid=7490 vsize=10916192 memory=822264 CPUtime=14.1 cores=1,3,5,7
/proc/7493/task/7548/stat : 7548 (java) S 7490 7493 5667 0 -1 1077944384 27061 13001 0 0 1345 58 5 2 20 0 15 0 77023690 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621739018896 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7549] ppid=7490 vsize=10916192 memory=822264 CPUtime=14.09 cores=1,3,5,7
/proc/7493/task/7549/stat : 7549 (java) S 7490 7493 5667 0 -1 1077944384 15757 13001 0 0 1341 61 5 2 20 0 15 0 77023690 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621737965840 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7550] ppid=7490 vsize=10916192 memory=822264 CPUtime=14.1 cores=1,3,5,7
/proc/7493/task/7550/stat : 7550 (java) S 7490 7493 5667 0 -1 1077944384 22603 13001 0 0 1346 57 5 2 20 0 15 0 77023690 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621401680272 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7551] ppid=7490 vsize=10916192 memory=822264 CPUtime=4.6 cores=1,3,5,7
/proc/7493/task/7551/stat : 7551 (java) S 7490 7493 5667 0 -1 1077944384 15038 13001 0 0 419 34 5 2 20 0 15 0 77023692 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621102435056 139621830584962 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7552] ppid=7490 vsize=10916192 memory=822264 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7552/stat : 7552 (java) S 7490 7493 5667 0 -1 1077944384 55 13001 0 0 0 0 5 2 20 0 15 0 77023692 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621101381408 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7553] ppid=7490 vsize=10916192 memory=822264 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7553/stat : 7553 (java) S 7490 7493 5667 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 77023692 11178180608 205566 33554432000 4194304 4196468 140732573643792 139620998178048 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7554] ppid=7490 vsize=10916192 memory=822264 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7554/stat : 7554 (java) S 7490 7493 5667 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 15 0 77023695 11178180608 205566 33554432000 4194304 4196468 140732573643792 139620863961552 139621830592411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7555] ppid=7490 vsize=10916192 memory=822264 CPUtime=5.61 cores=1,3,5,7
/proc/7493/task/7555/stat : 7555 (java) S 7490 7493 5667 0 -1 1077944384 28710 13001 0 0 550 4 5 2 20 0 15 0 77023695 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621067823344 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7556] ppid=7490 vsize=10916192 memory=822264 CPUtime=6.29 cores=1,3,5,7
/proc/7493/task/7556/stat : 7556 (java) S 7490 7493 5667 0 -1 1077944384 40894 13001 0 0 617 5 5 2 20 0 15 0 77023695 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621066770800 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7557] ppid=7490 vsize=10916192 memory=822264 CPUtime=2.47 cores=1,3,5,7
/proc/7493/task/7557/stat : 7557 (java) S 7490 7493 5667 0 -1 1077944384 26750 13001 0 0 235 5 5 2 20 0 15 0 77023695 11178180608 205566 33554432000 4194304 4196468 140732573643792 139620964620272 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7558] ppid=7490 vsize=10916192 memory=822264 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7558/stat : 7558 (java) S 7490 7493 5667 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 77023695 11178180608 205566 33554432000 4194304 4196468 140732573643792 139620125763936 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7559] ppid=7490 vsize=10916192 memory=6628 CPUtime=1.39 cores=1,3,5,7
/proc/7493/task/7559/stat : 7559 (java) S 7490 7493 5667 0 -1 1077944384 1265 13001 0 0 56 76 5 2 20 0 15 0 77023696 11178180608 205566 33554432000 4194304 4196468 140732573643792 139620963568688 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
Current children cumulated CPU time: 2378.29 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 822264 KiB

[startup+2382.3 s]
/proc/loadavg: 1.31 1.41 1.52 3/216 7655
/proc/meminfo: memFree=20696560/32770624 swapFree=67076912/67108860
[pid=7493] ppid=7490 vsize=10916192 memory=822264 CPUtime=2439.53 cores=1,3,5,7
/proc/7493/stat : 7493 (java) S 7490 7493 5667 0 -1 1077944320 311923 13001 0 0 243568 378 5 2 20 0 15 0 77023681 11178180608 205566 33554432000 4194304 4196468 140732573643792 140732573626336 139621830573815 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
/proc/7493/statm: 2729048 205566 3529 1 0 2690701 0
[pid=7493/tid=7546] ppid=7490 vsize=10916192 memory=822264 CPUtime=2361.44 cores=1,3,5,7
/proc/7493/task/7546/stat : 7546 (java) R 7490 7493 5667 0 -1 4202560 109433 13001 0 0 236089 48 5 2 20 0 15 0 77023689 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621802407664 139621429163228 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7547] ppid=7490 vsize=10916192 memory=822264 CPUtime=14.53 cores=1,3,5,7
/proc/7493/task/7547/stat : 7547 (java) S 7490 7493 5667 0 -1 1077944384 20214 13001 0 0 1388 58 5 2 20 0 15 0 77023690 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621834816016 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7548] ppid=7490 vsize=10916192 memory=822264 CPUtime=14.52 cores=1,3,5,7
/proc/7493/task/7548/stat : 7548 (java) S 7490 7493 5667 0 -1 1077944384 27151 13001 0 0 1387 58 5 2 20 0 15 0 77023690 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621739018896 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7549] ppid=7490 vsize=10916192 memory=822264 CPUtime=14.51 cores=1,3,5,7
/proc/7493/task/7549/stat : 7549 (java) S 7490 7493 5667 0 -1 1077944384 16980 13001 0 0 1382 62 5 2 20 0 15 0 77023690 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621737965840 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7550] ppid=7490 vsize=10916192 memory=822264 CPUtime=14.51 cores=1,3,5,7
/proc/7493/task/7550/stat : 7550 (java) S 7490 7493 5667 0 -1 1077944384 22822 13001 0 0 1387 57 5 2 20 0 15 0 77023690 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621401680272 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7551] ppid=7490 vsize=10916192 memory=822264 CPUtime=4.72 cores=1,3,5,7
/proc/7493/task/7551/stat : 7551 (java) S 7490 7493 5667 0 -1 1077944384 15434 13001 0 0 431 34 5 2 20 0 15 0 77023692 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621102435056 139621830584962 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7552] ppid=7490 vsize=10916192 memory=822264 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7552/stat : 7552 (java) S 7490 7493 5667 0 -1 1077944384 55 13001 0 0 0 0 5 2 20 0 15 0 77023692 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621101381408 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7553] ppid=7490 vsize=10916192 memory=281124467166334 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7553/stat : 7553 (java) S 7490 7493 5667 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 77023692 11178180608 205566 33554432000 4194304 4196468 140732573643792 139620998178048 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7554] ppid=7490 vsize=10916192 memory=822264 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7554/stat : 7554 (java) S 7490 7493 5667 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 15 0 77023695 11178180608 205566 33554432000 4194304 4196468 140732573643792 139620863961552 139621830592411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7555] ppid=7490 vsize=10916192 memory=822264 CPUtime=5.61 cores=1,3,5,7
/proc/7493/task/7555/stat : 7555 (java) S 7490 7493 5667 0 -1 1077944384 28712 13001 0 0 550 4 5 2 20 0 15 0 77023695 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621067823344 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7556] ppid=7490 vsize=10916192 memory=822264 CPUtime=6.29 cores=1,3,5,7
/proc/7493/task/7556/stat : 7556 (java) S 7490 7493 5667 0 -1 1077944384 40896 13001 0 0 617 5 5 2 20 0 15 0 77023695 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621066770800 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7557] ppid=7490 vsize=10916192 memory=822264 CPUtime=2.47 cores=1,3,5,7
/proc/7493/task/7557/stat : 7557 (java) S 7490 7493 5667 0 -1 1077944384 26752 13001 0 0 235 5 5 2 20 0 15 0 77023695 11178180608 205566 33554432000 4194304 4196468 140732573643792 139620964620272 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7558] ppid=7490 vsize=10916192 memory=822264 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7558/stat : 7558 (java) S 7490 7493 5667 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 77023695 11178180608 205566 33554432000 4194304 4196468 140732573643792 139620125763936 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7559] ppid=7490 vsize=10916192 memory=1408 CPUtime=1.43 cores=1,3,5,7
/proc/7493/task/7559/stat : 7559 (java) S 7490 7493 5667 0 -1 1077944384 1275 13001 0 0 58 78 5 2 20 0 15 0 77023696 11178180608 205566 33554432000 4194304 4196468 140732573643792 139620963568688 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
Current children cumulated CPU time: 2439.53 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 822264 KiB

[startup+2442.3 s]
/proc/loadavg: 1.39 1.41 1.51 3/216 7656
/proc/meminfo: memFree=20696396/32770624 swapFree=67076912/67108860
[pid=7493] ppid=7490 vsize=10916192 memory=822264 CPUtime=2500.73 cores=1,3,5,7
/proc/7493/stat : 7493 (java) S 7490 7493 5667 0 -1 1077944320 314154 13001 0 0 249684 382 5 2 20 0 15 0 77023681 11178180608 205566 33554432000 4194304 4196468 140732573643792 140732573626336 139621830573815 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
/proc/7493/statm: 2729048 205566 3529 1 0 2690701 0
[pid=7493/tid=7546] ppid=7490 vsize=10916192 memory=822264 CPUtime=2420.85 cores=1,3,5,7
/proc/7493/task/7546/stat : 7546 (java) R 7490 7493 5667 0 -1 4202560 110046 13001 0 0 242030 48 5 2 20 0 15 0 77023689 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621802407856 139621429163899 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7547] ppid=7490 vsize=10916192 memory=822264 CPUtime=14.94 cores=1,3,5,7
/proc/7493/task/7547/stat : 7547 (java) S 7490 7493 5667 0 -1 1077944384 20286 13001 0 0 1428 59 5 2 20 0 15 0 77023690 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621834816016 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7548] ppid=7490 vsize=10916192 memory=822264 CPUtime=14.93 cores=1,3,5,7
/proc/7493/task/7548/stat : 7548 (java) S 7490 7493 5667 0 -1 1077944384 28264 13001 0 0 1427 59 5 2 20 0 15 0 77023690 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621739018896 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7549] ppid=7490 vsize=10916192 memory=822264 CPUtime=14.91 cores=1,3,5,7
/proc/7493/task/7549/stat : 7549 (java) S 7490 7493 5667 0 -1 1077944384 17137 13001 0 0 1422 62 5 2 20 0 15 0 77023690 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621737965840 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7550] ppid=7490 vsize=10916192 memory=822264 CPUtime=14.93 cores=1,3,5,7
/proc/7493/task/7550/stat : 7550 (java) S 7490 7493 5667 0 -1 1077944384 22858 13001 0 0 1428 58 5 2 20 0 15 0 77023690 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621401680272 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7551] ppid=7490 vsize=10916192 memory=822264 CPUtime=4.85 cores=1,3,5,7
/proc/7493/task/7551/stat : 7551 (java) S 7490 7493 5667 0 -1 1077944384 15662 13001 0 0 443 35 5 2 20 0 15 0 77023692 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621102435056 139621830584962 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7552] ppid=7490 vsize=10916192 memory=822264 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7552/stat : 7552 (java) S 7490 7493 5667 0 -1 1077944384 55 13001 0 0 0 0 5 2 20 0 15 0 77023692 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621101381408 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7553] ppid=7490 vsize=10916192 memory=822264 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7553/stat : 7553 (java) S 7490 7493 5667 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 77023692 11178180608 205566 33554432000 4194304 4196468 140732573643792 139620998178048 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7554] ppid=7490 vsize=10916192 memory=822264 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7554/stat : 7554 (java) S 7490 7493 5667 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 15 0 77023695 11178180608 205566 33554432000 4194304 4196468 140732573643792 139620863961552 139621830592411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7555] ppid=7490 vsize=10916192 memory=822264 CPUtime=5.61 cores=1,3,5,7
/proc/7493/task/7555/stat : 7555 (java) S 7490 7493 5667 0 -1 1077944384 28714 13001 0 0 550 4 5 2 20 0 15 0 77023695 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621067823344 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7556] ppid=7490 vsize=10916192 memory=822264 CPUtime=6.29 cores=1,3,5,7
/proc/7493/task/7556/stat : 7556 (java) S 7490 7493 5667 0 -1 1077944384 40898 13001 0 0 617 5 5 2 20 0 15 0 77023695 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621066770800 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7557] ppid=7490 vsize=10916192 memory=822264 CPUtime=2.47 cores=1,3,5,7
/proc/7493/task/7557/stat : 7557 (java) S 7490 7493 5667 0 -1 1077944384 26754 13001 0 0 235 5 5 2 20 0 15 0 77023695 11178180608 205566 33554432000 4194304 4196468 140732573643792 139620964620272 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7558] ppid=7490 vsize=10916192 memory=822264 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7558/stat : 7558 (java) S 7490 7493 5667 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 77023695 11178180608 205566 33554432000 4194304 4196468 140732573643792 139620125763936 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7559] ppid=7490 vsize=10916192 memory=822264 CPUtime=1.46 cores=1,3,5,7
/proc/7493/task/7559/stat : 7559 (java) S 7490 7493 5667 0 -1 1077944384 1281 13001 0 0 59 80 5 2 20 0 15 0 77023696 11178180608 205566 33554432000 4194304 4196468 140732573643792 139620963568688 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
Current children cumulated CPU time: 2500.73 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 822264 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2461.2 s]
/proc/loadavg: 1.59 1.47 1.52 3/216 7656
/proc/meminfo: memFree=20696520/32770624 swapFree=67076912/67108860
[pid=7493] ppid=7490 vsize=10916192 memory=822264 CPUtime=2520.03 cores=1,3,5,7
/proc/7493/stat : 7493 (java) S 7490 7493 5667 0 -1 1077944320 315887 13001 0 0 251612 384 5 2 20 0 15 0 77023681 11178180608 205566 33554432000 4194304 4196468 140732573643792 140732573626336 139621830573815 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
/proc/7493/statm: 2729048 205566 3529 1 0 2690701 0
[pid=7493/tid=7546] ppid=7490 vsize=10916192 memory=0 CPUtime=2439.55 cores=1,3,5,7
/proc/7493/task/7546/stat : 7546 (java) R 7490 7493 5667 0 -1 4202560 110549 13001 0 0 243900 48 5 2 20 0 15 0 77023689 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621802408688 139621436312501 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7547] ppid=7490 vsize=10916192 memory=465 CPUtime=15.09 cores=1,3,5,7
/proc/7493/task/7547/stat : 7547 (java) S 7490 7493 5667 0 -1 1077944384 20394 13001 0 0 1442 60 5 2 20 0 15 0 77023690 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621834816016 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7548] ppid=7490 vsize=10916192 memory=0 CPUtime=15.06 cores=1,3,5,7
/proc/7493/task/7548/stat : 7548 (java) S 7490 7493 5667 0 -1 1077944384 28361 13001 0 0 1440 59 5 2 20 0 15 0 77023690 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621739018896 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7549] ppid=7490 vsize=10916192 memory=6768 CPUtime=15.05 cores=1,3,5,7
/proc/7493/task/7549/stat : 7549 (java) S 7490 7493 5667 0 -1 1077944384 17209 13001 0 0 1435 63 5 2 20 0 15 0 77023690 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621737965840 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7550] ppid=7490 vsize=10916192 memory=824 CPUtime=15.06 cores=1,3,5,7
/proc/7493/task/7550/stat : 7550 (java) S 7490 7493 5667 0 -1 1077944384 23621 13001 0 0 1441 58 5 2 20 0 15 0 77023690 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621401680272 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7551] ppid=7490 vsize=10916192 memory=1796 CPUtime=4.89 cores=1,3,5,7
/proc/7493/task/7551/stat : 7551 (java) S 7490 7493 5667 0 -1 1077944384 15835 13001 0 0 447 35 5 2 20 0 15 0 77023692 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621102435056 139621830584962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7552] ppid=7490 vsize=10916192 memory=916 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7552/stat : 7552 (java) S 7490 7493 5667 0 -1 1077944384 55 13001 0 0 0 0 5 2 20 0 15 0 77023692 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621101381408 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7553] ppid=7490 vsize=10916192 memory=3848 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7553/stat : 7553 (java) S 7490 7493 5667 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 77023692 11178180608 205566 33554432000 4194304 4196468 140732573643792 139620998178048 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7554] ppid=7490 vsize=10916192 memory=4100 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7554/stat : 7554 (java) S 7490 7493 5667 0 -1 1077944384 2 13001 0 0 0 0 5 2 20 0 15 0 77023695 11178180608 205566 33554432000 4194304 4196468 140732573643792 139620863961552 139621830592411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7555] ppid=7490 vsize=10916192 memory=2300 CPUtime=5.62 cores=1,3,5,7
/proc/7493/task/7555/stat : 7555 (java) S 7490 7493 5667 0 -1 1077944384 28714 13001 0 0 551 4 5 2 20 0 15 0 77023695 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621067823344 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7556] ppid=7490 vsize=10916192 memory=2592 CPUtime=6.29 cores=1,3,5,7
/proc/7493/task/7556/stat : 7556 (java) S 7490 7493 5667 0 -1 1077944384 40898 13001 0 0 617 5 5 2 20 0 15 0 77023695 11178180608 205566 33554432000 4194304 4196468 140732573643792 139621066770800 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7557] ppid=7490 vsize=10916192 memory=1408 CPUtime=2.47 cores=1,3,5,7
/proc/7493/task/7557/stat : 7557 (java) S 7490 7493 5667 0 -1 1077944384 26754 13001 0 0 235 5 5 2 20 0 15 0 77023695 11178180608 205566 33554432000 4194304 4196468 140732573643792 139620964620272 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7558] ppid=7490 vsize=10916192 memory=3224 CPUtime=0.07 cores=1,3,5,7
/proc/7493/task/7558/stat : 7558 (java) S 7490 7493 5667 0 -1 1077944384 3 13001 0 0 0 0 5 2 20 0 15 0 77023695 11178180608 205566 33554432000 4194304 4196468 140732573643792 139620125763936 139621830584021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
[pid=7493/tid=7559] ppid=7490 vsize=10916192 memory=2724872 CPUtime=1.47 cores=1,3,5,7
/proc/7493/task/7559/stat : 7559 (java) S 7490 7493 5667 0 -1 1077944384 1298 13001 0 0 60 80 5 2 20 0 15 0 77023696 11178180608 205566 33554432000 4194304 4196468 140732573643792 139620963568688 139621830584962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10809344 140732573649067 140732573652316 140732573652316 140732573654991 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 822264 KiB

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

[startup+2461.25 s]
# the end of solver process 7493 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.21 s, system=3.89377 s

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

Child status: 143
Real time (s): 2461.25
CPU time (s): 2520.1
CPU user time (s): 2516.21
CPU system time (s): 3.89377
CPU usage (%): 102.391
Max. virtual memory (cumulated for all children) (KiB): 10918900
Max. memory (cumulated for all children) (KiB): 2558348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.21
system time used= 3.89377
maximum resident set size= 2568588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332464
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 156045
involuntary context switches= 3834


# summary of solver processes directly reported to runsolver:
#   pid: 7493
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.21
#   total CPU system time (s): 3.89377

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8433 second user time and 23.2813 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-26 10:43:25
IDJOB=4295764
IDBENCH=141599
IDSOLVER=2751
FILE ID=node102/4295764-1532594605
RUNJOBID= node102-1532594593-7269
PBS_JOBID= 21021970
Free space on /tmp= 52720 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/SportsScheduling/SportsScheduling-16_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-4295764-1532594605/watcher-4295764-1532594605 -o /tmp/evaluation-result-4295764-1532594605/solver-4295764-1532594605 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532594593-7269 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1921988478 -superng HOME/instance-4295764-1532594605.xml

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

MD5SUM BENCH= 5770900a9b2cb93904bf32b5a50ba98d
RANDOM SEED=1921988478

node102.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.51
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.51
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.51
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.51
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:        23302544 kB
MemAvailable:   31036324 kB
Buffers:          184852 kB
Cached:          7784724 kB
SwapCached:         5396 kB
Active:          2278448 kB
Inactive:        6652676 kB
Active(anon):     932456 kB
Inactive(anon):    53676 kB
Active(file):    1345992 kB
Inactive(file):  6599000 kB
Unevictable:        6616 kB
Mlocked:            6616 kB
SwapTotal:      67108860 kB
SwapFree:       67076900 kB
Dirty:             26620 kB
Writeback:             0 kB
AnonPages:        922464 kB
Mapped:            46732 kB
Shmem:             21832 kB
Slab:             236940 kB
SReclaimable:     209248 kB
SUnreclaim:        27692 kB
KernelStack:        3520 kB
PageTables:         7056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1956272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    700416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52696 MiB
End job on node102 at 2018-07-26 11:24:26