Trace number 4295791

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.06 2475.07

General information on the benchmark

NameSportsScheduling/
SportsScheduling-20_c18.xml
MD5SUM5ab9c36a805c5c518370c16479d9ce42
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 variables590
Number of constraints270
Number of domains2
Minimum domain size20
Maximum domain size190
Distribution of domain sizes[{"size":20,"count":400},{"size":190,"count":190}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":200},{"degree":4,"count":390}]
Minimum constraint arity1
Maximum constraint arity190
Distribution of constraint arities[{"arity":1,"count":10},{"arity":2,"count":10},{"arity":3,"count":190},{"arity":10,"count":19},{"arity":20,"count":20},{"arity":38,"count":10},{"arity":40,"count":10},{"arity":190,"count":1}]
Number of extensional constraints190
Number of intensional constraints20
Distribution of constraint types[{"type":"extension","count":190},{"type":"intension","count":20},{"type":"allDifferent","count":21},{"type":"count","count":19},{"type":"cardinality","count":20}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295791-1532594799/watcher-4295791-1532594799 -o /tmp/evaluation-result-4295791-1532594799/solver-4295791-1532594799 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532594793-3955 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=14832804 -superng HOME/instance-4295791-1532594799.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=4180, runsolver pid=4177

[startup+0.100146 s]*
/proc/loadavg: 1.17 1.24 1.40 3/209 4237
/proc/meminfo: memFree=22661740/32770624 swapFree=67108860/67108860
[pid=4180] ppid=4177 vsize=9972712 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/4180/stat : 4180 (java) S 4177 4180 2275 0 -1 1077944320 4421 12860 0 0 1 0 5 3 20 0 6 0 77043054 10212057088 4269 33554432000 4194304 4196468 140724500189024 140724500171568 139958589775607 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
/proc/4180/statm: 2493178 4269 1934 1 0 2481616 0
[pid=4180/tid=4233] ppid=4177 vsize=9972712 memory=-8530506832973971393 CPUtime=0.09 cores=1,3,5,7
/proc/4180/task/4233/stat : 4233 (java) R 4177 4180 2275 0 -1 4202560 2256 12860 0 0 1 0 5 3 20 0 6 0 77043063 10212057088 4269 33554432000 4194304 4196468 140724500189024 139958561612368 139958573856094 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4234] ppid=4177 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4234/stat : 4234 (java) S 4177 4180 2275 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 6 0 77043063 10212057088 4335 33554432000 4194304 4196468 140724500189024 139958594017936 139958589785813 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4235] ppid=4177 vsize=9972712 memory=139653776373376 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4235/stat : 4235 (java) S 4177 4180 2275 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 6 0 77043063 10212057088 4335 33554432000 4194304 4196468 140724500189024 139958492908048 139958589785813 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4236] ppid=4177 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4236/stat : 4236 (java) S 4177 4180 2275 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 6 0 77043063 10212057088 4335 33554432000 4194304 4196468 140724500189024 139958491855248 139958589785813 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4237] ppid=4177 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4237/stat : 4237 (java) S 4177 4180 2275 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 6 0 77043063 10212057088 4335 33554432000 4194304 4196468 140724500189024 139958490802448 139958589785813 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.209891 s]*
/proc/loadavg: 1.17 1.24 1.40 3/218 4246
/proc/meminfo: memFree=22641828/32770624 swapFree=67108860/67108860
[pid=4180] ppid=4177 vsize=10818936 memory=46312 CPUtime=0.27 cores=1,3,5,7
/proc/4180/stat : 4180 (java) S 4177 4180 2275 0 -1 1077944320 9417 12860 0 0 17 2 5 3 20 0 15 0 77043054 11078590464 11578 33554432000 4194304 4196468 140724500189024 140724500171568 139958589775607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
/proc/4180/statm: 2704734 11578 2966 1 0 2667157 0
[pid=4180/tid=4233] ppid=4177 vsize=10818936 memory=8514701219931451533 CPUtime=0.19 cores=1,3,5,7
/proc/4180/task/4233/stat : 4233 (java) R 4177 4180 2275 0 -1 4202560 6071 12860 0 0 10 1 5 3 20 0 15 0 77043063 11078590464 11578 33554432000 4194304 4196468 140724500189024 139958561600416 139958582455325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4234] ppid=4177 vsize=10818936 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4234/stat : 4234 (java) S 4177 4180 2275 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 77043063 11078590464 11578 33554432000 4194304 4196468 140724500189024 139958594017936 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4235] ppid=4177 vsize=10818936 memory=139653776373376 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4235/stat : 4235 (java) S 4177 4180 2275 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 77043063 11078590464 11578 33554432000 4194304 4196468 140724500189024 139958492908048 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4236] ppid=4177 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4236/stat : 4236 (java) S 4177 4180 2275 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 77043063 11078590464 11578 33554432000 4194304 4196468 140724500189024 139958491855248 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4237] ppid=4177 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4237/stat : 4237 (java) S 4177 4180 2275 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 15 0 77043063 11078590464 11578 33554432000 4194304 4196468 140724500189024 139958490802448 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4238] ppid=4177 vsize=10818936 memory=139653776373376 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4238/stat : 4238 (java) S 4177 4180 2275 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 15 0 77043065 11078590464 11578 33554432000 4194304 4196468 140724500189024 139958049057648 139958589786754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4239] ppid=4177 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4239/stat : 4239 (java) S 4177 4180 2275 0 -1 1077944384 13 12860 0 0 0 0 5 3 20 0 15 0 77043065 11078590464 11578 33554432000 4194304 4196468 140724500189024 139957951784480 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4240] ppid=4177 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4240/stat : 4240 (java) S 4177 4180 2275 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 77043065 11078590464 11578 33554432000 4194304 4196468 140724500189024 139957347804528 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4241] ppid=4177 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4241/stat : 4241 (java) S 4177 4180 2275 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 77043068 11078557696 11578 33554432000 4194304 4196468 140724500189024 139957107513680 139958589794203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4242] ppid=4177 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4180/task/4242/stat : 4242 (java) S 4177 4180 2275 0 -1 1077944384 529 12860 0 0 1 0 5 3 20 0 15 0 77043068 11078557696 11578 33554432000 4194304 4196468 140724500189024 139958048004464 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4243] ppid=4177 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4243/stat : 4243 (java) S 4177 4180 2275 0 -1 1077944384 56 12860 0 0 0 0 5 3 20 0 15 0 77043068 11078557696 11578 33554432000 4194304 4196468 140724500189024 139958046951664 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4244] ppid=4177 vsize=10818904 memory=139653776373376 CPUtime=0.11 cores=1,3,5,7
/proc/4180/task/4244/stat : 4244 (java) S 4177 4180 2275 0 -1 1077944384 549 12860 0 0 3 0 5 3 20 0 15 0 77043068 11078557696 11578 33554432000 4194304 4196468 140724500189024 139958045898864 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4245] ppid=4177 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4245/stat : 4245 (java) S 4177 4180 2275 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 77043068 11078557696 11578 33554432000 4194304 4196468 140724500189024 139957073955040 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4246] ppid=4177 vsize=10818904 memory=139653776373376 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4246/stat : 4246 (java) S 4177 4180 2275 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 77043069 11078557696 11578 33554432000 4194304 4196468 140724500189024 139958044847280 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 46312 KiB

[startup+0.310306 s]*
/proc/loadavg: 1.17 1.24 1.40 3/218 4246
/proc/meminfo: memFree=22628432/32770624 swapFree=67108860/67108860
[pid=4180] ppid=4177 vsize=10819352 memory=54188 CPUtime=0.4 cores=1,3,5,7
/proc/4180/stat : 4180 (java) S 4177 4180 2275 0 -1 1077944320 10626 12860 0 0 29 3 5 3 20 0 15 0 77043054 11079016448 13547 33554432000 4194304 4196468 140724500189024 140724500171568 139958589775607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
/proc/4180/statm: 2704838 13547 3085 1 0 2667149 0
[pid=4180/tid=4233] ppid=4177 vsize=10819352 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/4180/task/4233/stat : 4233 (java) R 4177 4180 2275 0 -1 4202560 7263 12860 0 0 19 2 5 3 20 0 15 0 77043063 11079016448 13547 33554432000 4194304 4196468 140724500189024 139958561587616 139958573856094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4234] ppid=4177 vsize=10819352 memory=7229509230348357712 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4234/stat : 4234 (java) S 4177 4180 2275 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 77043063 11079016448 13547 33554432000 4194304 4196468 140724500189024 139958594017936 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4235] ppid=4177 vsize=10819352 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4235/stat : 4235 (java) S 4177 4180 2275 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 77043063 11079016448 13547 33554432000 4194304 4196468 140724500189024 139958492908048 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4236] ppid=4177 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4236/stat : 4236 (java) S 4177 4180 2275 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 77043063 11079016448 13547 33554432000 4194304 4196468 140724500189024 139958491855248 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4237] ppid=4177 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4237/stat : 4237 (java) S 4177 4180 2275 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 15 0 77043063 11079016448 13547 33554432000 4194304 4196468 140724500189024 139958490802448 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4238] ppid=4177 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4238/stat : 4238 (java) S 4177 4180 2275 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 15 0 77043065 11079016448 13547 33554432000 4194304 4196468 140724500189024 139958049057648 139958589786754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4239] ppid=4177 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4239/stat : 4239 (java) S 4177 4180 2275 0 -1 1077944384 13 12860 0 0 0 0 5 3 20 0 15 0 77043065 11079016448 13547 33554432000 4194304 4196468 140724500189024 139957951784480 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4240] ppid=4177 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4240/stat : 4240 (java) S 4177 4180 2275 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 77043065 11079016448 13547 33554432000 4194304 4196468 140724500189024 139957347804528 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4241] ppid=4177 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4241/stat : 4241 (java) S 4177 4180 2275 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 77043068 11079016448 13547 33554432000 4194304 4196468 140724500189024 139957107513680 139958589794203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4242] ppid=4177 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/4180/task/4242/stat : 4242 (java) S 4177 4180 2275 0 -1 1077944384 530 12860 0 0 2 0 5 3 20 0 15 0 77043068 11079016448 13547 33554432000 4194304 4196468 140724500189024 139958048004464 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4243] ppid=4177 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4180/task/4243/stat : 4243 (java) S 4177 4180 2275 0 -1 1077944384 56 12860 0 0 1 0 5 3 20 0 15 0 77043068 11079016448 13547 33554432000 4194304 4196468 140724500189024 139958046951664 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4244] ppid=4177 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/4180/task/4244/stat : 4244 (java) S 4177 4180 2275 0 -1 1077944384 560 12860 0 0 5 0 5 3 20 0 15 0 77043068 11079016448 13547 33554432000 4194304 4196468 140724500189024 139958045898864 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4245] ppid=4177 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4245/stat : 4245 (java) S 4177 4180 2275 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 77043068 11079016448 13547 33554432000 4194304 4196468 140724500189024 139957073955040 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4246] ppid=4177 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4246/stat : 4246 (java) S 4177 4180 2275 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 77043069 11079016448 13547 33554432000 4194304 4196468 140724500189024 139958044847280 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54188 KiB

[startup+0.700722 s]
/proc/loadavg: 1.17 1.24 1.40 4/218 4246
/proc/meminfo: memFree=22618516/32770624 swapFree=67108860/67108860
[pid=4180] ppid=4177 vsize=10819352 memory=86504 CPUtime=0.99 cores=1,3,5,7
/proc/4180/stat : 4180 (java) S 4177 4180 2275 0 -1 1077944320 16750 12860 0 0 86 5 5 3 20 0 15 0 77043054 11079016448 21626 33554432000 4194304 4196468 140724500189024 140724500171568 139958589775607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
/proc/4180/statm: 2704838 21626 3237 1 0 2667149 0
[pid=4180/tid=4233] ppid=4177 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/4180/task/4233/stat : 4233 (java) R 4177 4180 2275 0 -1 4202560 12296 12860 0 0 55 3 5 3 20 0 15 0 77043063 11079016448 21626 33554432000 4194304 4196468 140724500189024 139958561596432 139958567801490 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4234] ppid=4177 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4234/stat : 4234 (java) S 4177 4180 2275 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 77043063 11079016448 21626 33554432000 4194304 4196468 140724500189024 139958594017936 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4235] ppid=4177 vsize=10819352 memory=3828 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4235/stat : 4235 (java) S 4177 4180 2275 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 77043063 11079016448 21626 33554432000 4194304 4196468 140724500189024 139958492908048 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4236] ppid=4177 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4236/stat : 4236 (java) S 4177 4180 2275 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 77043063 11079016448 21626 33554432000 4194304 4196468 140724500189024 139958491855248 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4237] ppid=4177 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4237/stat : 4237 (java) S 4177 4180 2275 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 15 0 77043063 11079016448 21626 33554432000 4194304 4196468 140724500189024 139958490802448 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4238] ppid=4177 vsize=10819352 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4238/stat : 4238 (java) S 4177 4180 2275 0 -1 1077944384 5 12860 0 0 0 0 5 3 20 0 15 0 77043065 11079016448 21626 33554432000 4194304 4196468 140724500189024 139958049057648 139958589786754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4239] ppid=4177 vsize=10819352 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4239/stat : 4239 (java) S 4177 4180 2275 0 -1 1077944384 13 12860 0 0 0 0 5 3 20 0 15 0 77043065 11079016448 21626 33554432000 4194304 4196468 140724500189024 139957951784480 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4240] ppid=4177 vsize=10819352 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4240/stat : 4240 (java) S 4177 4180 2275 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 77043065 11079016448 21626 33554432000 4194304 4196468 140724500189024 139957347804528 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4241] ppid=4177 vsize=10819352 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4241/stat : 4241 (java) S 4177 4180 2275 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 77043068 11079016448 21626 33554432000 4194304 4196468 140724500189024 139957107513680 139958589794203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4242] ppid=4177 vsize=10819352 memory=13252 CPUtime=0.15 cores=1,3,5,7
/proc/4180/task/4242/stat : 4242 (java) S 4177 4180 2275 0 -1 1077944384 912 12860 0 0 7 0 5 3 20 0 15 0 77043068 11079016448 21626 33554432000 4194304 4196468 140724500189024 139958048004464 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4243] ppid=4177 vsize=10819352 memory=15460 CPUtime=0.17 cores=1,3,5,7
/proc/4180/task/4243/stat : 4243 (java) S 4177 4180 2275 0 -1 1077944384 690 12860 0 0 9 0 5 3 20 0 15 0 77043068 11079016448 21626 33554432000 4194304 4196468 140724500189024 139958046951664 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4244] ppid=4177 vsize=10819352 memory=17668 CPUtime=0.21 cores=1,3,5,7
/proc/4180/task/4244/stat : 4244 (java) S 4177 4180 2275 0 -1 1077944384 629 12860 0 0 13 0 5 3 20 0 15 0 77043068 11079016448 21626 33554432000 4194304 4196468 140724500189024 139958045898864 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4245] ppid=4177 vsize=10819352 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4245/stat : 4245 (java) S 4177 4180 2275 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 77043068 11079016448 21626 33554432000 4194304 4196468 140724500189024 139957073955040 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4246] ppid=4177 vsize=10819352 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4246/stat : 4246 (java) S 4177 4180 2275 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 77043069 11079016448 21626 33554432000 4194304 4196468 140724500189024 139958044847280 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86504 KiB

[startup+1.50315 s]
/proc/loadavg: 1.17 1.24 1.40 6/218 4246
/proc/meminfo: memFree=22490576/32770624 swapFree=67108860/67108860
[pid=4180] ppid=4177 vsize=10834252 memory=180924 CPUtime=2.45 cores=1,3,5,7
/proc/4180/stat : 4180 (java) S 4177 4180 2275 0 -1 1077944320 24434 12860 0 0 226 11 5 3 20 0 15 0 77043054 11094274048 45231 33554432000 4194304 4196468 140724500189024 140724500171568 139958589775607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
/proc/4180/statm: 2708563 45231 3478 1 0 2670221 0
[pid=4180/tid=4233] ppid=4177 vsize=10834252 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/4180/task/4233/stat : 4233 (java) R 4177 4180 2275 0 -1 4202560 17707 12860 0 0 129 6 5 3 20 0 15 0 77043063 11094274048 45231 33554432000 4194304 4196468 140724500189024 139958561606688 139958573819237 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4234] ppid=4177 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4180/task/4234/stat : 4234 (java) S 4177 4180 2275 0 -1 1077944384 15 12860 0 0 1 0 5 3 20 0 15 0 77043063 11094274048 45231 33554432000 4194304 4196468 140724500189024 139958594017936 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4235] ppid=4177 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4180/task/4235/stat : 4235 (java) S 4177 4180 2275 0 -1 1077944384 18 12860 0 0 1 0 5 3 20 0 15 0 77043063 11094274048 45231 33554432000 4194304 4196468 140724500189024 139958492908048 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4236] ppid=4177 vsize=10834252 memory=3683998604062831409 CPUtime=0.09 cores=1,3,5,7
/proc/4180/task/4236/stat : 4236 (java) S 4177 4180 2275 0 -1 1077944384 66 12860 0 0 1 0 5 3 20 0 15 0 77043063 11094274048 45231 33554432000 4194304 4196468 140724500189024 139958491855248 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4237] ppid=4177 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4180/task/4237/stat : 4237 (java) S 4177 4180 2275 0 -1 1077944384 183 12860 0 0 1 0 5 3 20 0 15 0 77043063 11094274048 45231 33554432000 4194304 4196468 140724500189024 139958490802448 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4238] ppid=4177 vsize=10834252 memory=-7965959130280075168 CPUtime=0.09 cores=1,3,5,7
/proc/4180/task/4238/stat : 4238 (java) S 4177 4180 2275 0 -1 1077944384 59 12860 0 0 1 0 5 3 20 0 15 0 77043065 11094274048 45231 33554432000 4194304 4196468 140724500189024 139958049057648 139958589786754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4239] ppid=4177 vsize=10834252 memory=279307226261760 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4239/stat : 4239 (java) S 4177 4180 2275 0 -1 1077944384 13 12860 0 0 0 0 5 3 20 0 15 0 77043065 11094274048 45231 33554432000 4194304 4196468 140724500189024 139957951784544 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4240] ppid=4177 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4240/stat : 4240 (java) S 4177 4180 2275 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 15 0 77043065 11094274048 45231 33554432000 4194304 4196468 140724500189024 139957347804544 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4241] ppid=4177 vsize=10834252 memory=1948 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4241/stat : 4241 (java) S 4177 4180 2275 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 77043068 11094274048 45231 33554432000 4194304 4196468 140724500189024 139957107513680 139958589794203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4242] ppid=4177 vsize=10834252 memory=5524 CPUtime=0.32 cores=1,3,5,7
/proc/4180/task/4242/stat : 4242 (java) S 4177 4180 2275 0 -1 1077944384 1466 12860 0 0 24 0 5 3 20 0 15 0 77043068 11094274048 45231 33554432000 4194304 4196468 140724500189024 139958048004464 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4243] ppid=4177 vsize=10834252 memory=1444 CPUtime=0.36 cores=1,3,5,7
/proc/4180/task/4243/stat : 4243 (java) S 4177 4180 2275 0 -1 1077944384 1363 12860 0 0 27 1 5 3 20 0 15 0 77043068 11094274048 45231 33554432000 4194304 4196468 140724500189024 139958046951664 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4244] ppid=4177 vsize=10834252 memory=1200 CPUtime=0.45 cores=1,3,5,7
/proc/4180/task/4244/stat : 4244 (java) S 4177 4180 2275 0 -1 1077944384 1344 12860 0 0 37 0 5 3 20 0 15 0 77043068 11094274048 45231 33554432000 4194304 4196468 140724500189024 139958045898864 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4245] ppid=4177 vsize=10834252 memory=1008 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4245/stat : 4245 (java) S 4177 4180 2275 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 77043068 11094274048 45231 33554432000 4194304 4196468 140724500189024 139957073955040 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4246] ppid=4177 vsize=10834252 memory=12040 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4246/stat : 4246 (java) S 4177 4180 2275 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 77043069 11094274048 45231 33554432000 4194304 4196468 140724500189024 139958044847280 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834252 KiB

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

/proc/4180/task/4233/stat : 4233 (java) R 4177 4180 2275 0 -1 4202560 260168 12860 0 0 231087 85 5 3 20 0 15 0 77043063 11178180608 757817 33554432000 4194304 4196468 140724500189024 139958561609424 139958189778146 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4234] ppid=4177 vsize=10916192 memory=3029716 CPUtime=9.34 cores=1,3,5,7
/proc/4180/task/4234/stat : 4234 (java) S 4177 4180 2275 0 -1 1077944384 31329 12860 0 0 868 58 5 3 20 0 15 0 77043063 11178180608 757817 33554432000 4194304 4196468 140724500189024 139958594017936 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4235] ppid=4177 vsize=10916192 memory=3021524 CPUtime=9.36 cores=1,3,5,7
/proc/4180/task/4235/stat : 4235 (java) S 4177 4180 2275 0 -1 1077944384 29733 12860 0 0 871 57 5 3 20 0 15 0 77043063 11178180608 757817 33554432000 4194304 4196468 140724500189024 139958492908048 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4236] ppid=4177 vsize=10916192 memory=3021524 CPUtime=9.31 cores=1,3,5,7
/proc/4180/task/4236/stat : 4236 (java) S 4177 4180 2275 0 -1 1077944384 24983 12860 0 0 863 60 5 3 20 0 15 0 77043063 11178180608 757817 33554432000 4194304 4196468 140724500189024 139958491855248 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4237] ppid=4177 vsize=10916192 memory=3013320 CPUtime=9.34 cores=1,3,5,7
/proc/4180/task/4237/stat : 4237 (java) S 4177 4180 2275 0 -1 1077944384 33879 12860 0 0 868 58 5 3 20 0 15 0 77043063 11178180608 757817 33554432000 4194304 4196468 140724500189024 139958490802448 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4238] ppid=4177 vsize=10916192 memory=3011244 CPUtime=1.07 cores=1,3,5,7
/proc/4180/task/4238/stat : 4238 (java) S 4177 4180 2275 0 -1 1077944384 38031 12860 0 0 87 12 5 3 20 0 15 0 77043065 11178180608 757817 33554432000 4194304 4196468 140724500189024 139958049057648 139958589786754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4239] ppid=4177 vsize=10916192 memory=3013320 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4239/stat : 4239 (java) S 4177 4180 2275 0 -1 1077944384 20 12860 0 0 0 0 5 3 20 0 15 0 77043065 11178180608 757817 33554432000 4194304 4196468 140724500189024 139957951784544 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4240] ppid=4177 vsize=10916192 memory=3029716 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4240/stat : 4240 (java) S 4177 4180 2275 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 15 0 77043065 11178180608 757817 33554432000 4194304 4196468 140724500189024 139957347804544 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4241] ppid=4177 vsize=10916192 memory=3031268 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4241/stat : 4241 (java) S 4177 4180 2275 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 77043068 11178180608 757817 33554432000 4194304 4196468 140724500189024 139957107513680 139958589794203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4242] ppid=4177 vsize=10916192 memory=3031268 CPUtime=7.27 cores=1,3,5,7
/proc/4180/task/4242/stat : 4242 (java) S 4177 4180 2275 0 -1 1077944384 54734 12860 0 0 712 7 5 3 20 0 15 0 77043068 11178180608 757817 33554432000 4194304 4196468 140724500189024 139958048004464 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4243] ppid=4177 vsize=10916192 memory=3029716 CPUtime=6.21 cores=1,3,5,7
/proc/4180/task/4243/stat : 4243 (java) S 4177 4180 2275 0 -1 1077944384 32147 12860 0 0 609 4 5 3 20 0 15 0 77043068 11178180608 757817 33554432000 4194304 4196468 140724500189024 139958046951664 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4244] ppid=4177 vsize=10916192 memory=5524 CPUtime=2.59 cores=1,3,5,7
/proc/4180/task/4244/stat : 4244 (java) S 4177 4180 2275 0 -1 1077944384 37222 12860 0 0 245 6 5 3 20 0 15 0 77043068 11178180608 757817 33554432000 4194304 4196468 140724500189024 139958045898864 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4245] ppid=4177 vsize=10916192 memory=3031268 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4245/stat : 4245 (java) S 4177 4180 2275 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 77043068 11178180608 757817 33554432000 4194304 4196468 140724500189024 139957073955040 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4246] ppid=4177 vsize=10916192 memory=8112282956445269571 CPUtime=1.41 cores=1,3,5,7
/proc/4180/task/4246/stat : 4246 (java) S 4177 4180 2275 0 -1 1077944384 3841 12860 0 0 60 73 5 3 20 0 15 0 77043069 11178180608 757817 33554432000 4194304 4196468 140724500189024 139958044847280 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
Current children cumulated CPU time: 2367.08 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3031268 KiB

[startup+2382.3 s]
/proc/loadavg: 1.75 1.74 1.69 3/220 4345
/proc/meminfo: memFree=15476744/32770624 swapFree=67108860/67108860
[pid=4180] ppid=4177 vsize=10916192 memory=3058440 CPUtime=2427.15 cores=1,3,5,7
/proc/4180/stat : 4180 (java) S 4177 4180 2275 0 -1 1077944320 563718 12860 0 0 242297 410 5 3 20 0 15 0 77043054 11178180608 764610 33554432000 4194304 4196468 140724500189024 140724500171568 139958589775607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
/proc/4180/statm: 2729048 764610 3534 1 0 2690701 0
[pid=4180/tid=4233] ppid=4177 vsize=10916192 memory=3058440 CPUtime=2371.78 cores=1,3,5,7
/proc/4180/task/4233/stat : 4233 (java) R 4177 4180 2275 0 -1 4202560 272721 12860 0 0 237083 87 5 3 20 0 15 0 77043063 11178180608 764610 33554432000 4194304 4196468 140724500189024 139958561609376 139958188406936 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4234] ppid=4177 vsize=10916192 memory=3048200 CPUtime=9.35 cores=1,3,5,7
/proc/4180/task/4234/stat : 4234 (java) S 4177 4180 2275 0 -1 1077944384 31355 12860 0 0 869 58 5 3 20 0 15 0 77043063 11178180608 764610 33554432000 4194304 4196468 140724500189024 139958594017936 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4235] ppid=4177 vsize=10916192 memory=3056392 CPUtime=9.37 cores=1,3,5,7
/proc/4180/task/4235/stat : 4235 (java) S 4177 4180 2275 0 -1 1077944384 29876 12860 0 0 872 57 5 3 20 0 15 0 77043063 11178180608 764610 33554432000 4194304 4196468 140724500189024 139958492908048 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4236] ppid=4177 vsize=10916192 memory=3056392 CPUtime=9.33 cores=1,3,5,7
/proc/4180/task/4236/stat : 4236 (java) S 4177 4180 2275 0 -1 1077944384 26896 12860 0 0 865 60 5 3 20 0 15 0 77043063 11178180608 764610 33554432000 4194304 4196468 140724500189024 139958491855248 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4237] ppid=4177 vsize=10916192 memory=3058440 CPUtime=9.35 cores=1,3,5,7
/proc/4180/task/4237/stat : 4237 (java) S 4177 4180 2275 0 -1 1077944384 34285 12860 0 0 869 58 5 3 20 0 15 0 77043063 11178180608 764610 33554432000 4194304 4196468 140724500189024 139958490802448 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4238] ppid=4177 vsize=10916192 memory=3058440 CPUtime=1.08 cores=1,3,5,7
/proc/4180/task/4238/stat : 4238 (java) S 4177 4180 2275 0 -1 1077944384 38377 12860 0 0 88 12 5 3 20 0 15 0 77043065 11178180608 764610 33554432000 4194304 4196468 140724500189024 139958049057648 139958589786754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4239] ppid=4177 vsize=10916192 memory=3048200 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4239/stat : 4239 (java) S 4177 4180 2275 0 -1 1077944384 20 12860 0 0 0 0 5 3 20 0 15 0 77043065 11178180608 764610 33554432000 4194304 4196468 140724500189024 139957951784544 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4240] ppid=4177 vsize=10916192 memory=3058440 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4240/stat : 4240 (java) S 4177 4180 2275 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 15 0 77043065 11178180608 764610 33554432000 4194304 4196468 140724500189024 139957347804544 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4241] ppid=4177 vsize=10916192 memory=3058440 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4241/stat : 4241 (java) S 4177 4180 2275 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 77043068 11178180608 764610 33554432000 4194304 4196468 140724500189024 139957107513680 139958589794203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4242] ppid=4177 vsize=10916192 memory=3039464 CPUtime=7.27 cores=1,3,5,7
/proc/4180/task/4242/stat : 4242 (java) S 4177 4180 2275 0 -1 1077944384 54737 12860 0 0 712 7 5 3 20 0 15 0 77043068 11178180608 764610 33554432000 4194304 4196468 140724500189024 139958048004464 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4243] ppid=4177 vsize=10916192 memory=3828 CPUtime=6.21 cores=1,3,5,7
/proc/4180/task/4243/stat : 4243 (java) S 4177 4180 2275 0 -1 1077944384 32149 12860 0 0 609 4 5 3 20 0 15 0 77043068 11178180608 764610 33554432000 4194304 4196468 140724500189024 139958046951664 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4244] ppid=4177 vsize=10916192 memory=8112282956445269571 CPUtime=2.59 cores=1,3,5,7
/proc/4180/task/4244/stat : 4244 (java) S 4177 4180 2275 0 -1 1077944384 37224 12860 0 0 245 6 5 3 20 0 15 0 77043068 11178180608 764610 33554432000 4194304 4196468 140724500189024 139958045898864 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4245] ppid=4177 vsize=10916192 memory=4012 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4245/stat : 4245 (java) S 4177 4180 2275 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 77043068 11178180608 764610 33554432000 4194304 4196468 140724500189024 139957073955040 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4246] ppid=4177 vsize=10916192 memory=3058440 CPUtime=1.44 cores=1,3,5,7
/proc/4180/task/4246/stat : 4246 (java) S 4177 4180 2275 0 -1 1077944384 3878 12860 0 0 62 74 5 3 20 0 15 0 77043069 11178180608 764610 33554432000 4194304 4196468 140724500189024 139958044847280 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
Current children cumulated CPU time: 2427.15 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3058440 KiB

[startup+2442.3 s]
/proc/loadavg: 1.95 1.81 1.71 3/220 4728
/proc/meminfo: memFree=19009628/32770624 swapFree=67108860/67108860
[pid=4180] ppid=4177 vsize=10916192 memory=3091292 CPUtime=2487.24 cores=1,3,5,7
/proc/4180/stat : 4180 (java) S 4177 4180 2275 0 -1 1077944320 579441 12860 0 0 248301 415 5 3 20 0 15 0 77043054 11178180608 772823 33554432000 4194304 4196468 140724500189024 140724500171568 139958589775607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
/proc/4180/statm: 2729048 772823 3534 1 0 2690701 0
[pid=4180/tid=4233] ppid=4177 vsize=10916192 memory=3066676 CPUtime=2431.75 cores=1,3,5,7
/proc/4180/task/4233/stat : 4233 (java) R 4177 4180 2275 0 -1 4202560 285303 12860 0 0 243077 90 5 3 20 0 15 0 77043063 11178180608 772823 33554432000 4194304 4196468 140724500189024 139958561609376 139958191429135 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4234] ppid=4177 vsize=10916192 memory=3056392 CPUtime=9.37 cores=1,3,5,7
/proc/4180/task/4234/stat : 4234 (java) S 4177 4180 2275 0 -1 1077944384 31399 12860 0 0 871 58 5 3 20 0 15 0 77043063 11178180608 772823 33554432000 4194304 4196468 140724500189024 139958594017936 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4235] ppid=4177 vsize=10916192 memory=3072820 CPUtime=9.39 cores=1,3,5,7
/proc/4180/task/4235/stat : 4235 (java) S 4177 4180 2275 0 -1 1077944384 32334 12860 0 0 874 57 5 3 20 0 15 0 77043063 11178180608 772823 33554432000 4194304 4196468 140724500189024 139958492908048 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4236] ppid=4177 vsize=10916192 memory=3083076 CPUtime=9.34 cores=1,3,5,7
/proc/4180/task/4236/stat : 4236 (java) S 4177 4180 2275 0 -1 1077944384 26928 12860 0 0 866 60 5 3 20 0 15 0 77043063 11178180608 772823 33554432000 4194304 4196468 140724500189024 139958491855248 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4237] ppid=4177 vsize=10916192 memory=3083076 CPUtime=9.36 cores=1,3,5,7
/proc/4180/task/4237/stat : 4237 (java) S 4177 4180 2275 0 -1 1077944384 34484 12860 0 0 870 58 5 3 20 0 15 0 77043063 11178180608 772823 33554432000 4194304 4196468 140724500189024 139958490802448 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4238] ppid=4177 vsize=10916192 memory=3085124 CPUtime=1.08 cores=1,3,5,7
/proc/4180/task/4238/stat : 4238 (java) S 4177 4180 2275 0 -1 1077944384 38727 12860 0 0 88 12 5 3 20 0 15 0 77043065 11178180608 772823 33554432000 4194304 4196468 140724500189024 139958049057648 139958589786754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4239] ppid=4177 vsize=10916192 memory=3091292 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4239/stat : 4239 (java) S 4177 4180 2275 0 -1 1077944384 20 12860 0 0 0 0 5 3 20 0 15 0 77043065 11178180608 772823 33554432000 4194304 4196468 140724500189024 139957951784544 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4240] ppid=4177 vsize=10916192 memory=3091292 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4240/stat : 4240 (java) S 4177 4180 2275 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 15 0 77043065 11178180608 772823 33554432000 4194304 4196468 140724500189024 139957347804544 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4241] ppid=4177 vsize=10916192 memory=3085124 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4241/stat : 4241 (java) S 4177 4180 2275 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 77043068 11178180608 772823 33554432000 4194304 4196468 140724500189024 139957107513680 139958589794203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4242] ppid=4177 vsize=10916192 memory=4012 CPUtime=7.27 cores=1,3,5,7
/proc/4180/task/4242/stat : 4242 (java) S 4177 4180 2275 0 -1 1077944384 54745 12860 0 0 712 7 5 3 20 0 15 0 77043068 11178180608 772823 33554432000 4194304 4196468 140724500189024 139958048004464 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4243] ppid=4177 vsize=10916192 memory=14240 CPUtime=6.21 cores=1,3,5,7
/proc/4180/task/4243/stat : 4243 (java) S 4177 4180 2275 0 -1 1077944384 32152 12860 0 0 609 4 5 3 20 0 15 0 77043068 11178180608 772823 33554432000 4194304 4196468 140724500189024 139958046951664 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4244] ppid=4177 vsize=10916192 memory=3091292 CPUtime=2.59 cores=1,3,5,7
/proc/4180/task/4244/stat : 4244 (java) S 4177 4180 2275 0 -1 1077944384 37228 12860 0 0 245 6 5 3 20 0 15 0 77043068 11178180608 772823 33554432000 4194304 4196468 140724500189024 139958045898864 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4245] ppid=4177 vsize=10916192 memory=3091292 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4245/stat : 4245 (java) S 4177 4180 2275 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 77043068 11178180608 772823 33554432000 4194304 4196468 140724500189024 139957073955040 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4246] ppid=4177 vsize=10916192 memory=3091292 CPUtime=1.47 cores=1,3,5,7
/proc/4180/task/4246/stat : 4246 (java) S 4177 4180 2275 0 -1 1077944384 3921 12860 0 0 63 76 5 3 20 0 15 0 77043069 11178180608 772823 33554432000 4194304 4196468 140724500189024 139958044847280 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
Current children cumulated CPU time: 2487.24 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3091292 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475 s]*
/proc/loadavg: 2.18 1.88 1.74 3/220 4728
/proc/meminfo: memFree=18422412/32770624 swapFree=67108860/67108860
[pid=4180] ppid=4177 vsize=10916192 memory=3107760 CPUtime=2520 cores=1,3,5,7
/proc/4180/stat : 4180 (java) S 4177 4180 2275 0 -1 1077944320 583227 12860 0 0 251575 417 5 3 20 0 15 0 77043054 11178180608 776940 33554432000 4194304 4196468 140724500189024 140724500171568 139958589775607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
/proc/4180/statm: 2729048 776940 3534 1 0 2690701 0
[pid=4180/tid=4233] ppid=4177 vsize=10916192 memory=8112282956445269571 CPUtime=2464.45 cores=1,3,5,7
/proc/4180/task/4233/stat : 4233 (java) R 4177 4180 2275 0 -1 4202560 286747 12860 0 0 246346 91 5 3 20 0 15 0 77043063 11178180608 776940 33554432000 4194304 4196468 140724500189024 139958561609536 139958191429135 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4234] ppid=4177 vsize=10916192 memory=4126316290023845779 CPUtime=9.38 cores=1,3,5,7
/proc/4180/task/4234/stat : 4234 (java) S 4177 4180 2275 0 -1 1077944384 31406 12860 0 0 872 58 5 3 20 0 15 0 77043063 11178180608 776940 33554432000 4194304 4196468 140724500189024 139958594017936 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4235] ppid=4177 vsize=10916192 memory=6154282490091891024 CPUtime=9.4 cores=1,3,5,7
/proc/4180/task/4235/stat : 4235 (java) S 4177 4180 2275 0 -1 1077944384 34023 12860 0 0 875 57 5 3 20 0 15 0 77043063 11178180608 776940 33554432000 4194304 4196468 140724500189024 139958492908048 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4236] ppid=4177 vsize=10916192 memory=4616 CPUtime=9.35 cores=1,3,5,7
/proc/4180/task/4236/stat : 4236 (java) S 4177 4180 2275 0 -1 1077944384 26945 12860 0 0 867 60 5 3 20 0 15 0 77043063 11178180608 776940 33554432000 4194304 4196468 140724500189024 139958491855248 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4237] ppid=4177 vsize=10916192 memory=288230591722422566 CPUtime=9.37 cores=1,3,5,7
/proc/4180/task/4237/stat : 4237 (java) S 4177 4180 2275 0 -1 1077944384 34759 12860 0 0 871 58 5 3 20 0 15 0 77043063 11178180608 776940 33554432000 4194304 4196468 140724500189024 139958490802448 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4238] ppid=4177 vsize=10916192 memory=288283381299676389 CPUtime=1.08 cores=1,3,5,7
/proc/4180/task/4238/stat : 4238 (java) S 4177 4180 2275 0 -1 1077944384 39052 12860 0 0 88 12 5 3 20 0 15 0 77043065 11178180608 776940 33554432000 4194304 4196468 140724500189024 139958049057648 139958589786754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4239] ppid=4177 vsize=10916192 memory=14240 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4239/stat : 4239 (java) S 4177 4180 2275 0 -1 1077944384 20 12860 0 0 0 0 5 3 20 0 15 0 77043065 11178180608 776940 33554432000 4194304 4196468 140724500189024 139957951784544 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4240] ppid=4177 vsize=10916192 memory=18292 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4240/stat : 4240 (java) S 4177 4180 2275 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 15 0 77043065 11178180608 776940 33554432000 4194304 4196468 140724500189024 139957347804544 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4241] ppid=4177 vsize=10916192 memory=1792 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4241/stat : 4241 (java) S 4177 4180 2275 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 77043068 11178180608 776940 33554432000 4194304 4196468 140724500189024 139957107513680 139958589794203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4242] ppid=4177 vsize=10916192 memory=0 CPUtime=7.27 cores=1,3,5,7
/proc/4180/task/4242/stat : 4242 (java) S 4177 4180 2275 0 -1 1077944384 54750 12860 0 0 712 7 5 3 20 0 15 0 77043068 11178180608 776940 33554432000 4194304 4196468 140724500189024 139958048004464 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4243] ppid=4177 vsize=10916192 memory=0 CPUtime=6.21 cores=1,3,5,7
/proc/4180/task/4243/stat : 4243 (java) S 4177 4180 2275 0 -1 1077944384 32158 12860 0 0 609 4 5 3 20 0 15 0 77043068 11178180608 776940 33554432000 4194304 4196468 140724500189024 139958046951664 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4244] ppid=4177 vsize=10916192 memory=0 CPUtime=2.59 cores=1,3,5,7
/proc/4180/task/4244/stat : 4244 (java) S 4177 4180 2275 0 -1 1077944384 37232 12860 0 0 245 6 5 3 20 0 15 0 77043068 11178180608 776940 33554432000 4194304 4196468 140724500189024 139958045898864 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4245] ppid=4177 vsize=10916192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4180/task/4245/stat : 4245 (java) S 4177 4180 2275 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 77043068 11178180608 776940 33554432000 4194304 4196468 140724500189024 139957073955040 139958589785813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
[pid=4180/tid=4246] ppid=4177 vsize=10916192 memory=6371284411111991584 CPUtime=1.49 cores=1,3,5,7
/proc/4180/task/4246/stat : 4246 (java) S 4177 4180 2275 0 -1 1077944384 3935 12860 0 0 64 77 5 3 20 0 15 0 77043069 11178180608 776940 33554432000 4194304 4196468 140724500189024 139958044847280 139958589786754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35438592 140724500195501 140724500198748 140724500198748 140724500201423 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3107760 KiB

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

[startup+2475.07 s]
# the end of solver process 4180 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.83 s, system=4.23672 s

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

Child status: 143
Real time (s): 2475.07
CPU time (s): 2520.06
CPU user time (s): 2515.83
CPU system time (s): 4.23672
CPU usage (%): 101.818
Max. virtual memory (cumulated for all children) (KiB): 10918828
Max. memory (cumulated for all children) (KiB): 3659272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.83
system time used= 4.23672
maximum resident set size= 3659272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 599413
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77584
involuntary context switches= 3386


# summary of solver processes directly reported to runsolver:
#   pid: 4180
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2515.83
#   total CPU system time (s): 4.23672

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5935 second user time and 23.7836 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-26 10:46:39
IDJOB=4295791
IDBENCH=141602
IDSOLVER=2751
FILE ID=node135/4295791-1532594799
RUNJOBID= node135-1532594793-3955
PBS_JOBID= 21021965
Free space on /tmp= 48340 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/SportsScheduling/SportsScheduling-20_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-4295791-1532594799/watcher-4295791-1532594799 -o /tmp/evaluation-result-4295791-1532594799/solver-4295791-1532594799 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532594793-3955 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=14832804 -superng HOME/instance-4295791-1532594799.xml

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

MD5SUM BENCH= 5ab9c36a805c5c518370c16479d9ce42
RANDOM SEED=14832804

node135.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22670804 kB
MemAvailable:   31556092 kB
Buffers:          197116 kB
Cached:          8868684 kB
SwapCached:            0 kB
Active:          2922008 kB
Inactive:        6569792 kB
Active(anon):     375532 kB
Inactive(anon):    78312 kB
Active(file):    2546476 kB
Inactive(file):  6491480 kB
Unevictable:        7220 kB
Mlocked:            7220 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26852 kB
Writeback:           700 kB
AnonPages:        418796 kB
Mapped:            53412 kB
Shmem:             25248 kB
Slab:             305376 kB
SReclaimable:     275792 kB
SUnreclaim:        29584 kB
KernelStack:        3552 kB
PageTables:         5996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1558200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48316 MiB
End job on node135 at 2018-07-26 11:27:54