Trace number 4305229

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.9.2? (TO) 2520.12 2469.03

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305229-1534141196/watcher-4305229-1534141196 -o /tmp/evaluation-result-4305229-1534141196/solver-4305229-1534141196 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534137235-23444 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1618417617 HOME/instance-4305229-1534141196.xml 

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

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

solver pid=24448, runsolver pid=24445

[startup+0.100064 s]*
/proc/loadavg: 1.34 1.37 1.39 3/206 24505
/proc/meminfo: memFree=15446980/32770624 swapFree=67108504/67108860
[pid=24448] ppid=24445 vsize=10005480 memory=18996 CPUtime=0.1 cores=0,2,4,6
/proc/24448/stat : 24448 (java) S 24445 24448 22605 0 -1 1077944320 4396 12995 0 0 1 1 5 3 20 0 6 0 231682749 10245611520 4749 33554432000 4194304 4196468 140735730089056 140735730071600 139963226689271 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
/proc/24448/statm: 2501370 4749 1934 1 0 2489808 0
[pid=24448/tid=24501] ppid=24445 vsize=10005480 memory=4279135704014096015 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24501/stat : 24501 (java) R 24445 24448 22605 0 -1 4202560 2211 12995 0 0 0 0 5 3 20 0 6 0 231682758 10245611520 4749 33554432000 4194304 4196468 140735730089056 139963198526032 139963212371763 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24502] ppid=24445 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24502/stat : 24502 (java) S 24445 24448 22605 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 6 0 231682759 10245611520 4749 33554432000 4194304 4196468 140735730089056 139963230932112 139963226699477 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24503] ppid=24445 vsize=10005480 memory=140482831275648 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24503/stat : 24503 (java) S 24445 24448 22605 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 6 0 231682759 10245611520 4749 33554432000 4194304 4196468 140735730089056 139963120536592 139963226699477 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24504] ppid=24445 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24504/stat : 24504 (java) S 24445 24448 22605 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 6 0 231682759 10245611520 4749 33554432000 4194304 4196468 140735730089056 139962765515664 139963226699477 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24505] ppid=24445 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24505/stat : 24505 (java) S 24445 24448 22605 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 6 0 231682759 10245611520 4749 33554432000 4194304 4196468 140735730089056 139962764462864 139963226699477 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18996 KiB

[startup+0.209764 s]*
/proc/loadavg: 1.34 1.37 1.39 4/215 24514
/proc/meminfo: memFree=15409936/32770624 swapFree=67108504/67108860
[pid=24448] ppid=24445 vsize=10982696 memory=43988 CPUtime=0.26 cores=0,2,4,6
/proc/24448/stat : 24448 (java) S 24445 24448 22605 0 -1 1077944320 8385 12995 0 0 16 2 5 3 20 0 15 0 231682749 11246280704 10997 33554432000 4194304 4196468 140735730089056 140735730071600 139963226689271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
/proc/24448/statm: 2745674 10997 2931 1 0 2708109 0
[pid=24448/tid=24501] ppid=24445 vsize=10982696 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/24448/task/24501/stat : 24501 (java) R 24445 24448 22605 0 -1 4202560 4924 12995 0 0 10 1 5 3 20 0 15 0 231682758 11246280704 10997 33554432000 4194304 4196468 140735730089056 139963198486928 139963206236762 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24502] ppid=24445 vsize=10982696 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24502/stat : 24502 (java) S 24445 24448 22605 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 231682759 11246280704 10997 33554432000 4194304 4196468 140735730089056 139963230932112 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24503] ppid=24445 vsize=10982696 memory=140482831275648 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24503/stat : 24503 (java) S 24445 24448 22605 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 231682759 11246280704 10997 33554432000 4194304 4196468 140735730089056 139963120536592 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24504] ppid=24445 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24504/stat : 24504 (java) S 24445 24448 22605 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 231682759 11246280704 10997 33554432000 4194304 4196468 140735730089056 139962765515664 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24505] ppid=24445 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24505/stat : 24505 (java) S 24445 24448 22605 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 231682759 11246280704 10997 33554432000 4194304 4196468 140735730089056 139962764462864 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24506] ppid=24445 vsize=10982696 memory=140482831275648 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24506/stat : 24506 (java) S 24445 24448 22605 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 231682761 11246280704 10997 33554432000 4194304 4196468 140735730089056 139962719783280 139963226700418 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24507] ppid=24445 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24507/stat : 24507 (java) S 24445 24448 22605 0 -1 1077944384 13 12995 0 0 0 0 5 3 20 0 15 0 231682761 11246280704 10997 33554432000 4194304 4196468 140735730089056 139962045424672 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24508] ppid=24445 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24508/stat : 24508 (java) S 24445 24448 22605 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 231682761 11246280704 10997 33554432000 4194304 4196468 140735730089056 139961844097904 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24509] ppid=24445 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24509/stat : 24509 (java) S 24445 24448 22605 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 231682764 11246280704 10997 33554432000 4194304 4196468 140735730089056 139961536698192 139963226707867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24510] ppid=24445 vsize=10982696 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/24448/task/24510/stat : 24510 (java) S 24445 24448 22605 0 -1 1077944384 428 12995 0 0 1 0 5 3 20 0 15 0 231682764 11246280704 10997 33554432000 4194304 4196468 140735730089056 139962718731120 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24511] ppid=24445 vsize=10982696 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/24448/task/24511/stat : 24511 (java) S 24445 24448 22605 0 -1 1077944384 194 12995 0 0 1 0 5 3 20 0 15 0 231682764 11246280704 10997 33554432000 4194304 4196468 140735730089056 139962717678320 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24512] ppid=24445 vsize=10982696 memory=140482831275648 CPUtime=0.11 cores=0,2,4,6
/proc/24448/task/24512/stat : 24512 (java) R 24445 24448 22605 0 -1 4202560 624 12995 0 0 3 0 5 3 20 0 15 0 231682764 11246280704 10997 33554432000 4194304 4196468 140735730089056 139962649406064 139963218926398 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24513] ppid=24445 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24513/stat : 24513 (java) S 24445 24448 22605 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 231682764 11246280704 10997 33554432000 4194304 4196468 140735730089056 139961105902304 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24514] ppid=24445 vsize=10982696 memory=140482831275648 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24514/stat : 24514 (java) S 24445 24448 22605 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 231682765 11246280704 10997 33554432000 4194304 4196468 140735730089056 139962648353456 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 43988 KiB

[startup+0.85706 s]*
/proc/loadavg: 1.47 1.40 1.40 4/215 24514
/proc/meminfo: memFree=15371040/32770624 swapFree=67108504/67108860
[pid=24448] ppid=24445 vsize=10987380 memory=96180 CPUtime=1.24 cores=0,2,4,6
/proc/24448/stat : 24448 (java) S 24445 24448 22605 0 -1 1077944320 17660 12995 0 0 110 6 5 3 20 0 15 0 231682749 11251077120 24045 33554432000 4194304 4196468 140735730089056 140735730071600 139963226689271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
/proc/24448/statm: 2746845 24045 3278 1 0 2708621 0
[pid=24448/tid=24501] ppid=24445 vsize=10987380 memory=6791534058613427641 CPUtime=0.83 cores=0,2,4,6
/proc/24448/task/24501/stat : 24501 (java) R 24445 24448 22605 0 -1 4202560 13162 12995 0 0 70 5 5 3 20 0 15 0 231682758 11251077120 24045 33554432000 4194304 4196468 140735730089056 139963198522192 139963210769758 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24502] ppid=24445 vsize=10987380 memory=7084813469699035216 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24502/stat : 24502 (java) S 24445 24448 22605 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 231682759 11251077120 24045 33554432000 4194304 4196468 140735730089056 139963230932112 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24503] ppid=24445 vsize=10987380 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24503/stat : 24503 (java) S 24445 24448 22605 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 231682759 11251077120 24045 33554432000 4194304 4196468 140735730089056 139963120536592 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24504] ppid=24445 vsize=10987380 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24504/stat : 24504 (java) S 24445 24448 22605 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 231682759 11251077120 24045 33554432000 4194304 4196468 140735730089056 139962765515664 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24505] ppid=24445 vsize=10987380 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24505/stat : 24505 (java) S 24445 24448 22605 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 231682759 11251077120 24045 33554432000 4194304 4196468 140735730089056 139962764462864 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24506] ppid=24445 vsize=10987380 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24506/stat : 24506 (java) S 24445 24448 22605 0 -1 1077944384 5 12995 0 0 0 0 5 3 20 0 15 0 231682761 11251077120 24045 33554432000 4194304 4196468 140735730089056 139962719783280 139963226700418 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24507] ppid=24445 vsize=10987380 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24507/stat : 24507 (java) S 24445 24448 22605 0 -1 1077944384 13 12995 0 0 0 0 5 3 20 0 15 0 231682761 11251077120 24045 33554432000 4194304 4196468 140735730089056 139962045424672 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24508] ppid=24445 vsize=10987380 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24508/stat : 24508 (java) S 24445 24448 22605 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 231682761 11251077120 24045 33554432000 4194304 4196468 140735730089056 139961844097904 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24509] ppid=24445 vsize=10987380 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24509/stat : 24509 (java) S 24445 24448 22605 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 231682764 11251077120 24045 33554432000 4194304 4196468 140735730089056 139961536698192 139963226707867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24510] ppid=24445 vsize=10987380 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/24448/task/24510/stat : 24510 (java) S 24445 24448 22605 0 -1 1077944384 1001 12995 0 0 11 0 5 3 20 0 15 0 231682764 11251077120 24045 33554432000 4194304 4196468 140735730089056 139962718731120 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24511] ppid=24445 vsize=10987380 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/24448/task/24511/stat : 24511 (java) R 24445 24448 22605 0 -1 4202560 482 12995 0 0 10 0 5 3 20 0 15 0 231682764 11251077120 24045 33554432000 4194304 4196468 140735730089056 139962717668704 139963204550225 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24512] ppid=24445 vsize=10987380 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/24448/task/24512/stat : 24512 (java) R 24445 24448 22605 0 -1 1077944384 799 12995 0 0 17 0 5 3 20 0 15 0 231682764 11251077120 24045 33554432000 4194304 4196468 140735730089056 139962649406064 139963226700418 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24513] ppid=24445 vsize=10987380 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24513/stat : 24513 (java) S 24445 24448 22605 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 231682764 11251077120 24045 33554432000 4194304 4196468 140735730089056 139961105902304 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24514] ppid=24445 vsize=10987380 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24514/stat : 24514 (java) S 24445 24448 22605 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 231682765 11251077120 24045 33554432000 4194304 4196468 140735730089056 139962648353456 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 10987380 KiB
Current children cumulated memory: 96180 KiB

[startup+0.910448 s]*
/proc/loadavg: 1.47 1.40 1.40 3/215 24514
/proc/meminfo: memFree=15365704/32770624 swapFree=67108504/67108860
[pid=24448] ppid=24445 vsize=10987776 memory=102476 CPUtime=1.33 cores=0,2,4,6
/proc/24448/stat : 24448 (java) S 24445 24448 22605 0 -1 1077944320 18201 12995 0 0 118 7 5 3 20 0 15 0 231682749 11251482624 25619 33554432000 4194304 4196468 140735730089056 140735730071600 139963226689271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
/proc/24448/statm: 2746944 25619 3385 1 0 2708621 0
[pid=24448/tid=24501] ppid=24445 vsize=10987776 memory=7022364594140610616 CPUtime=0.88 cores=0,2,4,6
/proc/24448/task/24501/stat : 24501 (java) R 24445 24448 22605 0 -1 4202560 13658 12995 0 0 75 5 5 3 20 0 15 0 231682758 11251482624 25619 33554432000 4194304 4196468 140735730089056 139963198506928 139963210769758 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24502] ppid=24445 vsize=10987776 memory=365 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24502/stat : 24502 (java) S 24445 24448 22605 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 231682759 11251482624 25619 33554432000 4194304 4196468 140735730089056 139963230932112 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24503] ppid=24445 vsize=10987776 memory=3761829466079581856 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24503/stat : 24503 (java) S 24445 24448 22605 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 231682759 11251482624 25619 33554432000 4194304 4196468 140735730089056 139963120536592 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24504] ppid=24445 vsize=10987776 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24504/stat : 24504 (java) S 24445 24448 22605 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 231682759 11251482624 25619 33554432000 4194304 4196468 140735730089056 139962765515664 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24505] ppid=24445 vsize=10987776 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24505/stat : 24505 (java) S 24445 24448 22605 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 231682759 11251482624 25619 33554432000 4194304 4196468 140735730089056 139962764462864 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24506] ppid=24445 vsize=10987776 memory=140482831275648 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24506/stat : 24506 (java) S 24445 24448 22605 0 -1 1077944384 5 12995 0 0 0 0 5 3 20 0 15 0 231682761 11251482624 25619 33554432000 4194304 4196468 140735730089056 139962719783280 139963226700418 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24507] ppid=24445 vsize=10987776 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24507/stat : 24507 (java) S 24445 24448 22605 0 -1 1077944384 13 12995 0 0 0 0 5 3 20 0 15 0 231682761 11251482624 25619 33554432000 4194304 4196468 140735730089056 139962045424672 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24508] ppid=24445 vsize=10987776 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24508/stat : 24508 (java) S 24445 24448 22605 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 231682761 11251482624 25619 33554432000 4194304 4196468 140735730089056 139961844097904 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24509] ppid=24445 vsize=10987776 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24509/stat : 24509 (java) S 24445 24448 22605 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 231682764 11251482624 25619 33554432000 4194304 4196468 140735730089056 139961536698192 139963226707867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24510] ppid=24445 vsize=10987776 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/24448/task/24510/stat : 24510 (java) S 24445 24448 22605 0 -1 1077944384 1005 12995 0 0 12 0 5 3 20 0 15 0 231682764 11251482624 25619 33554432000 4194304 4196468 140735730089056 139962718731120 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24511] ppid=24445 vsize=10987776 memory=-1 CPUtime=0.18 cores=0,2,4,6
/proc/24448/task/24511/stat : 24511 (java) S 24445 24448 22605 0 -1 1077944384 486 12995 0 0 10 0 5 3 20 0 15 0 231682764 11251482624 25619 33554432000 4194304 4196468 140735730089056 139962717678320 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24512] ppid=24445 vsize=10987776 memory=140482831275648 CPUtime=0.27 cores=0,2,4,6
/proc/24448/task/24512/stat : 24512 (java) R 24445 24448 22605 0 -1 4202560 833 12995 0 0 19 0 5 3 20 0 15 0 231682764 11251482624 25619 33554432000 4194304 4196468 140735730089056 139962649406064 139963226701206 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24513] ppid=24445 vsize=10987776 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24513/stat : 24513 (java) S 24445 24448 22605 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 231682764 11251482624 25619 33554432000 4194304 4196468 140735730089056 139961105902304 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24514] ppid=24445 vsize=10987776 memory=140482831275648 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24514/stat : 24514 (java) S 24445 24448 22605 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 231682765 11251482624 25619 33554432000 4194304 4196468 140735730089056 139962648353456 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 10987776 KiB
Current children cumulated memory: 102476 KiB

[startup+1.50074 s]*
/proc/loadavg: 1.47 1.40 1.40 3/215 24514
/proc/meminfo: memFree=15283320/32770624 swapFree=67108504/67108860
[pid=24448] ppid=24445 vsize=10998092 memory=184064 CPUtime=2.58 cores=0,2,4,6
/proc/24448/stat : 24448 (java) S 24445 24448 22605 0 -1 1077944320 25448 12995 0 0 238 12 5 3 20 0 15 0 231682749 11262046208 46016 33554432000 4194304 4196468 140735730089056 140735730071600 139963226689271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
/proc/24448/statm: 2749523 46016 3467 1 0 2711181 0
[pid=24448/tid=24501] ppid=24445 vsize=10998092 memory=7898351070516488779 CPUtime=1.44 cores=0,2,4,6
/proc/24448/task/24501/stat : 24501 (java) R 24445 24448 22605 0 -1 4202560 17718 12995 0 0 128 8 5 3 20 0 15 0 231682758 11262046208 46016 33554432000 4194304 4196468 140735730089056 139963198506400 139963226701206 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24502] ppid=24445 vsize=10998092 memory=4930691769104539695 CPUtime=0.09 cores=0,2,4,6
/proc/24448/task/24502/stat : 24502 (java) S 24445 24448 22605 0 -1 1077944384 57 12995 0 0 1 0 5 3 20 0 15 0 231682759 11262046208 46016 33554432000 4194304 4196468 140735730089056 139963230932112 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24503] ppid=24445 vsize=10998092 memory=3905659798739318432 CPUtime=0.09 cores=0,2,4,6
/proc/24448/task/24503/stat : 24503 (java) S 24445 24448 22605 0 -1 1077944384 226 12995 0 0 1 0 5 3 20 0 15 0 231682759 11262046208 46016 33554432000 4194304 4196468 140735730089056 139963120536592 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24504] ppid=24445 vsize=10998092 memory=7967875449207223827 CPUtime=0.09 cores=0,2,4,6
/proc/24448/task/24504/stat : 24504 (java) S 24445 24448 22605 0 -1 1077944384 15 12995 0 0 1 0 5 3 20 0 15 0 231682759 11262046208 46016 33554432000 4194304 4196468 140735730089056 139962765515664 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24505] ppid=24445 vsize=10998092 memory=8319083140700905527 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24505/stat : 24505 (java) S 24445 24448 22605 0 -1 1077944384 19 12995 0 0 0 0 5 3 20 0 15 0 231682759 11262046208 46016 33554432000 4194304 4196468 140735730089056 139962764462864 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24506] ppid=24445 vsize=10998092 memory=4930832251935815344 CPUtime=0.09 cores=0,2,4,6
/proc/24448/task/24506/stat : 24506 (java) S 24445 24448 22605 0 -1 1077944384 52 12995 0 0 1 0 5 3 20 0 15 0 231682761 11262046208 46016 33554432000 4194304 4196468 140735730089056 139962719783280 139963226700418 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24507] ppid=24445 vsize=10998092 memory=2314885432475477356 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24507/stat : 24507 (java) S 24445 24448 22605 0 -1 1077944384 13 12995 0 0 0 0 5 3 20 0 15 0 231682761 11262046208 46016 33554432000 4194304 4196468 140735730089056 139962045424672 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24508] ppid=24445 vsize=10998092 memory=-6160033262581300882 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24508/stat : 24508 (java) S 24445 24448 22605 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 231682761 11262046208 46016 33554432000 4194304 4196468 140735730089056 139961844097904 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24509] ppid=24445 vsize=10998092 memory=-6160033262581300882 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24509/stat : 24509 (java) S 24445 24448 22605 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 231682764 11262046208 46016 33554432000 4194304 4196468 140735730089056 139961536698192 139963226707867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24510] ppid=24445 vsize=10998092 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/24448/task/24510/stat : 24510 (java) S 24445 24448 22605 0 -1 1077944384 1489 12995 0 0 24 0 5 3 20 0 15 0 231682764 11262046208 46016 33554432000 4194304 4196468 140735730089056 139962718731120 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24511] ppid=24445 vsize=10998092 memory=7742905388416778858 CPUtime=0.5 cores=0,2,4,6
/proc/24448/task/24511/stat : 24511 (java) S 24445 24448 22605 0 -1 1077944384 2220 12995 0 0 42 0 5 3 20 0 15 0 231682764 11262046208 46016 33554432000 4194304 4196468 140735730089056 139962717678320 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24512] ppid=24445 vsize=10998092 memory=2308580836277076950 CPUtime=0.44 cores=0,2,4,6
/proc/24448/task/24512/stat : 24512 (java) R 24445 24448 22605 0 -1 4202560 1440 12995 0 0 36 0 5 3 20 0 15 0 231682764 11262046208 46016 33554432000 4194304 4196468 140735730089056 139962649406064 139963205608160 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24513] ppid=24445 vsize=10998092 memory=2314885530816952938 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24513/stat : 24513 (java) S 24445 24448 22605 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 231682764 11262046208 46016 33554432000 4194304 4196468 140735730089056 139961105902304 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24514] ppid=24445 vsize=10998092 memory=576567874760998942 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24514/stat : 24514 (java) S 24445 24448 22605 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 231682765 11262046208 46016 33554432000 4194304 4196468 140735730089056 139962648353456 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
Current children cumulated CPU time: 2.58 s
Current children cumulated vsize: 10998092 KiB

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

/proc/24448/task/24501/stat : 24501 (java) R 24445 24448 22605 0 -1 4202560 104505 12995 0 0 235611 56 5 3 20 0 15 0 231682758 11345952768 277217 33554432000 4194304 4196468 140735730089056 139963198523136 139962815376142 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24502] ppid=24445 vsize=11080032 memory=62864 CPUtime=13.14 cores=0,2,4,6
/proc/24448/task/24502/stat : 24502 (java) S 24445 24448 22605 0 -1 1077944384 22483 12995 0 0 1253 53 5 3 20 0 15 0 231682759 11345952768 277217 33554432000 4194304 4196468 140735730089056 139963230932112 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24503] ppid=24445 vsize=11080032 memory=1116 CPUtime=13.14 cores=0,2,4,6
/proc/24448/task/24503/stat : 24503 (java) S 24445 24448 22605 0 -1 1077944384 22610 12995 0 0 1256 50 5 3 20 0 15 0 231682759 11345952768 277217 33554432000 4194304 4196468 140735730089056 139963120536592 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24504] ppid=24445 vsize=11080032 memory=1108868 CPUtime=13.1 cores=0,2,4,6
/proc/24448/task/24504/stat : 24504 (java) S 24445 24448 22605 0 -1 1077944384 21714 12995 0 0 1248 54 5 3 20 0 15 0 231682759 11345952768 277217 33554432000 4194304 4196468 140735730089056 139962765515664 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24505] ppid=24445 vsize=11080032 memory=6791534058613427641 CPUtime=13.13 cores=0,2,4,6
/proc/24448/task/24505/stat : 24505 (java) S 24445 24448 22605 0 -1 1077944384 18230 12995 0 0 1252 53 5 3 20 0 15 0 231682759 11345952768 277217 33554432000 4194304 4196468 140735730089056 139962764462864 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24506] ppid=24445 vsize=11080032 memory=4552 CPUtime=10.38 cores=0,2,4,6
/proc/24448/task/24506/stat : 24506 (java) S 24445 24448 22605 0 -1 1077944384 17428 12995 0 0 978 52 5 3 20 0 15 0 231682761 11345952768 277217 33554432000 4194304 4196468 140735730089056 139962719783280 139963226700418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24507] ppid=24445 vsize=11080032 memory=3732 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24507/stat : 24507 (java) S 24445 24448 22605 0 -1 1077944384 16 12995 0 0 0 0 5 3 20 0 15 0 231682761 11345952768 277217 33554432000 4194304 4196468 140735730089056 139962045424800 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24508] ppid=24445 vsize=11080032 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24508/stat : 24508 (java) S 24445 24448 22605 0 -1 1077944384 7 12995 0 0 0 0 5 3 20 0 15 0 231682761 11345952768 277217 33554432000 4194304 4196468 140735730089056 139961844097920 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24509] ppid=24445 vsize=11080032 memory=1116 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24509/stat : 24509 (java) S 24445 24448 22605 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 231682764 11345952768 277217 33554432000 4194304 4196468 140735730089056 139961536698192 139963226707867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24510] ppid=24445 vsize=11080032 memory=2144 CPUtime=4.58 cores=0,2,4,6
/proc/24448/task/24510/stat : 24510 (java) S 24445 24448 22605 0 -1 1077944384 28122 12995 0 0 446 4 5 3 20 0 15 0 231682764 11345952768 277217 33554432000 4194304 4196468 140735730089056 139962718731120 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24511] ppid=24445 vsize=11080032 memory=1752 CPUtime=4.46 cores=0,2,4,6
/proc/24448/task/24511/stat : 24511 (java) S 24445 24448 22605 0 -1 1077944384 30495 12995 0 0 436 2 5 3 20 0 15 0 231682764 11345952768 277217 33554432000 4194304 4196468 140735730089056 139962717678320 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24512] ppid=24445 vsize=11080032 memory=748 CPUtime=2.29 cores=0,2,4,6
/proc/24448/task/24512/stat : 24512 (java) S 24445 24448 22605 0 -1 1077944384 16938 12995 0 0 218 3 5 3 20 0 15 0 231682764 11345952768 277217 33554432000 4194304 4196468 140735730089056 139962649406064 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24513] ppid=24445 vsize=11080032 memory=7532 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24513/stat : 24513 (java) S 24445 24448 22605 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 231682764 11345952768 277217 33554432000 4194304 4196468 140735730089056 139961105902304 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24514] ppid=24445 vsize=11080032 memory=808 CPUtime=1.53 cores=0,2,4,6
/proc/24448/task/24514/stat : 24514 (java) S 24445 24448 22605 0 -1 1077944384 1375 12995 0 0 70 75 5 3 20 0 15 0 231682765 11345952768 277217 33554432000 4194304 4196468 140735730089056 139962648353456 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
Current children cumulated CPU time: 2431.87 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1108868 KiB

[startup+2442.3 s]
/proc/loadavg: 1.54 1.41 1.35 3/216 24853
/proc/meminfo: memFree=14915416/32770624 swapFree=67108504/67108860
[pid=24448] ppid=24445 vsize=11080032 memory=1108868 CPUtime=2492.92 cores=0,2,4,6
/proc/24448/stat : 24448 (java) S 24445 24448 22605 0 -1 1077944320 287758 12995 0 0 248928 356 5 3 20 0 15 0 231682749 11345952768 277217 33554432000 4194304 4196468 140735730089056 140735730071600 139963226689271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
/proc/24448/statm: 2770008 277217 3529 1 0 2731661 0
[pid=24448/tid=24501] ppid=24445 vsize=11080032 memory=6776 CPUtime=2416.07 cores=0,2,4,6
/proc/24448/task/24501/stat : 24501 (java) R 24445 24448 22605 0 -1 4202560 105240 12995 0 0 241542 57 5 3 20 0 15 0 231682758 11345952768 277217 33554432000 4194304 4196468 140735730089056 139963198522944 139962807935536 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24502] ppid=24445 vsize=11080032 memory=876 CPUtime=13.48 cores=0,2,4,6
/proc/24448/task/24502/stat : 24502 (java) S 24445 24448 22605 0 -1 1077944384 22572 12995 0 0 1286 54 5 3 20 0 15 0 231682759 11345952768 277217 33554432000 4194304 4196468 140735730089056 139963230932112 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24503] ppid=24445 vsize=11080032 memory=1108868 CPUtime=13.49 cores=0,2,4,6
/proc/24448/task/24503/stat : 24503 (java) S 24445 24448 22605 0 -1 1077944384 22704 12995 0 0 1290 51 5 3 20 0 15 0 231682759 11345952768 277217 33554432000 4194304 4196468 140735730089056 139963120536592 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24504] ppid=24445 vsize=11080032 memory=1068 CPUtime=13.45 cores=0,2,4,6
/proc/24448/task/24504/stat : 24504 (java) S 24445 24448 22605 0 -1 1077944384 21767 12995 0 0 1282 55 5 3 20 0 15 0 231682759 11345952768 277217 33554432000 4194304 4196468 140735730089056 139962765515664 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24505] ppid=24445 vsize=11080032 memory=1108868 CPUtime=13.49 cores=0,2,4,6
/proc/24448/task/24505/stat : 24505 (java) S 24445 24448 22605 0 -1 1077944384 18668 12995 0 0 1287 54 5 3 20 0 15 0 231682759 11345952768 277217 33554432000 4194304 4196468 140735730089056 139962764462864 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24506] ppid=24445 vsize=11080032 memory=1108868 CPUtime=10.65 cores=0,2,4,6
/proc/24448/task/24506/stat : 24506 (java) S 24445 24448 22605 0 -1 1077944384 17641 12995 0 0 1004 53 5 3 20 0 15 0 231682761 11345952768 277217 33554432000 4194304 4196468 140735730089056 139962719783280 139963226700418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24507] ppid=24445 vsize=11080032 memory=876 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24507/stat : 24507 (java) S 24445 24448 22605 0 -1 1077944384 16 12995 0 0 0 0 5 3 20 0 15 0 231682761 11345952768 277217 33554432000 4194304 4196468 140735730089056 139962045424800 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24508] ppid=24445 vsize=11080032 memory=1296 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24508/stat : 24508 (java) S 24445 24448 22605 0 -1 1077944384 7 12995 0 0 0 0 5 3 20 0 15 0 231682761 11345952768 277217 33554432000 4194304 4196468 140735730089056 139961844097920 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24509] ppid=24445 vsize=11080032 memory=1068 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24509/stat : 24509 (java) S 24445 24448 22605 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 231682764 11345952768 277217 33554432000 4194304 4196468 140735730089056 139961536698192 139963226707867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24510] ppid=24445 vsize=11080032 memory=15084 CPUtime=4.58 cores=0,2,4,6
/proc/24448/task/24510/stat : 24510 (java) S 24445 24448 22605 0 -1 1077944384 28124 12995 0 0 446 4 5 3 20 0 15 0 231682764 11345952768 277217 33554432000 4194304 4196468 140735730089056 139962718731120 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24511] ppid=24445 vsize=11080032 memory=3816 CPUtime=4.46 cores=0,2,4,6
/proc/24448/task/24511/stat : 24511 (java) S 24445 24448 22605 0 -1 1077944384 30497 12995 0 0 436 2 5 3 20 0 15 0 231682764 11345952768 277217 33554432000 4194304 4196468 140735730089056 139962717678320 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24512] ppid=24445 vsize=11080032 memory=62884 CPUtime=2.29 cores=0,2,4,6
/proc/24448/task/24512/stat : 24512 (java) S 24445 24448 22605 0 -1 1077944384 16941 12995 0 0 218 3 5 3 20 0 15 0 231682764 11345952768 277217 33554432000 4194304 4196468 140735730089056 139962649406064 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24513] ppid=24445 vsize=11080032 memory=1116 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24513/stat : 24513 (java) S 24445 24448 22605 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 231682764 11345952768 277217 33554432000 4194304 4196468 140735730089056 139961105902304 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24514] ppid=24445 vsize=11080032 memory=2144 CPUtime=1.56 cores=0,2,4,6
/proc/24448/task/24514/stat : 24514 (java) S 24445 24448 22605 0 -1 1077944384 1385 12995 0 0 72 76 5 3 20 0 15 0 231682765 11345952768 277217 33554432000 4194304 4196468 140735730089056 139962648353456 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
Current children cumulated CPU time: 2492.92 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1108868 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469 s]
/proc/loadavg: 1.37 1.38 1.34 3/218 24877
/proc/meminfo: memFree=14566176/32770624 swapFree=67108504/67108860
[pid=24448] ppid=24445 vsize=11080032 memory=1110916 CPUtime=2520.07 cores=0,2,4,6
/proc/24448/stat : 24448 (java) S 24445 24448 22605 0 -1 1077944320 288139 12995 0 0 251640 359 5 3 20 0 15 0 231682749 11345952768 277729 33554432000 4194304 4196468 140735730089056 140735730071600 139963226689271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
/proc/24448/statm: 2770008 277729 3529 1 0 2731661 0
[pid=24448/tid=24501] ppid=24445 vsize=11080032 memory=1110916 CPUtime=2442.45 cores=0,2,4,6
/proc/24448/task/24501/stat : 24501 (java) R 24445 24448 22605 0 -1 4202560 105484 12995 0 0 244180 57 5 3 20 0 15 0 231682758 11345952768 277729 33554432000 4194304 4196468 140735730089056 139963198523200 139962814809946 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24502] ppid=24445 vsize=11080032 memory=1110916 CPUtime=13.64 cores=0,2,4,6
/proc/24448/task/24502/stat : 24502 (java) S 24445 24448 22605 0 -1 1077944384 22605 12995 0 0 1301 55 5 3 20 0 15 0 231682759 11345952768 277729 33554432000 4194304 4196468 140735730089056 139963230932112 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24503] ppid=24445 vsize=11080032 memory=1110916 CPUtime=13.65 cores=0,2,4,6
/proc/24448/task/24503/stat : 24503 (java) S 24445 24448 22605 0 -1 1077944384 22713 12995 0 0 1305 52 5 3 20 0 15 0 231682759 11345952768 277729 33554432000 4194304 4196468 140735730089056 139963120536592 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24504] ppid=24445 vsize=11080032 memory=1110916 CPUtime=13.62 cores=0,2,4,6
/proc/24448/task/24504/stat : 24504 (java) S 24445 24448 22605 0 -1 1077944384 21778 12995 0 0 1298 56 5 3 20 0 15 0 231682759 11345952768 277729 33554432000 4194304 4196468 140735730089056 139962765515664 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24505] ppid=24445 vsize=11080032 memory=1110916 CPUtime=13.65 cores=0,2,4,6
/proc/24448/task/24505/stat : 24505 (java) S 24445 24448 22605 0 -1 1077944384 18696 12995 0 0 1303 54 5 3 20 0 15 0 231682759 11345952768 277729 33554432000 4194304 4196468 140735730089056 139962764462864 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24506] ppid=24445 vsize=11080032 memory=1110916 CPUtime=10.77 cores=0,2,4,6
/proc/24448/task/24506/stat : 24506 (java) S 24445 24448 22605 0 -1 1077944384 17674 12995 0 0 1015 54 5 3 20 0 15 0 231682761 11345952768 277729 33554432000 4194304 4196468 140735730089056 139962719783280 139963226700418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24507] ppid=24445 vsize=11080032 memory=1110916 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24507/stat : 24507 (java) S 24445 24448 22605 0 -1 1077944384 16 12995 0 0 0 0 5 3 20 0 15 0 231682761 11345952768 277729 33554432000 4194304 4196468 140735730089056 139962045424800 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24508] ppid=24445 vsize=11080032 memory=1110916 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24508/stat : 24508 (java) S 24445 24448 22605 0 -1 1077944384 7 12995 0 0 0 0 5 3 20 0 15 0 231682761 11345952768 277729 33554432000 4194304 4196468 140735730089056 139961844097920 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24509] ppid=24445 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24509/stat : 24509 (java) S 24445 24448 22605 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 231682764 11345952768 277729 33554432000 4194304 4196468 140735730089056 139961536698192 139963226707867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24510] ppid=24445 vsize=11080032 memory=1110916 CPUtime=4.58 cores=0,2,4,6
/proc/24448/task/24510/stat : 24510 (java) S 24445 24448 22605 0 -1 1077944384 28124 12995 0 0 446 4 5 3 20 0 15 0 231682764 11345952768 277729 33554432000 4194304 4196468 140735730089056 139962718731120 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24511] ppid=24445 vsize=11080032 memory=1110916 CPUtime=4.46 cores=0,2,4,6
/proc/24448/task/24511/stat : 24511 (java) S 24445 24448 22605 0 -1 1077944384 30497 12995 0 0 436 2 5 3 20 0 15 0 231682764 11345952768 277729 33554432000 4194304 4196468 140735730089056 139962717678320 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24512] ppid=24445 vsize=11080032 memory=4100 CPUtime=2.29 cores=0,2,4,6
/proc/24448/task/24512/stat : 24512 (java) S 24445 24448 22605 0 -1 1077944384 16941 12995 0 0 218 3 5 3 20 0 15 0 231682764 11345952768 277729 33554432000 4194304 4196468 140735730089056 139962649406064 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24513] ppid=24445 vsize=11080032 memory=3472328296227679313 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24513/stat : 24513 (java) S 24445 24448 22605 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 231682764 11345952768 277729 33554432000 4194304 4196468 140735730089056 139961105902304 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24514] ppid=24445 vsize=11080032 memory=56 CPUtime=1.57 cores=0,2,4,6
/proc/24448/task/24514/stat : 24514 (java) S 24445 24448 22605 0 -1 1077944384 1408 12995 0 0 72 77 5 3 20 0 15 0 231682765 11345952768 277729 33554432000 4194304 4196468 140735730089056 139962648353456 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1110916 KiB

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

[startup+2469.03 s]
# the end of solver process 24448 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.48 s, system=3.63914 s

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

[startup+2469 s]
/proc/loadavg: 1.37 1.38 1.34 3/218 24877
/proc/meminfo: memFree=14566176/32770624 swapFree=67108504/67108860
[pid=24448] ppid=24445 vsize=11080032 memory=1110916 CPUtime=2520.07 cores=0,2,4,6
/proc/24448/stat : 24448 (java) S 24445 24448 22605 0 -1 1077944320 288139 12995 0 0 251640 359 5 3 20 0 15 0 231682749 11345952768 277729 33554432000 4194304 4196468 140735730089056 140735730071600 139963226689271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
/proc/24448/statm: 2770008 277729 3529 1 0 2731661 0
[pid=24448/tid=24501] ppid=24445 vsize=11080032 memory=1110916 CPUtime=2442.45 cores=0,2,4,6
/proc/24448/task/24501/stat : 24501 (java) R 24445 24448 22605 0 -1 4202560 105484 12995 0 0 244180 57 5 3 20 0 15 0 231682758 11345952768 277729 33554432000 4194304 4196468 140735730089056 139963198523200 139962814809946 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24502] ppid=24445 vsize=11080032 memory=1110916 CPUtime=13.64 cores=0,2,4,6
/proc/24448/task/24502/stat : 24502 (java) S 24445 24448 22605 0 -1 1077944384 22605 12995 0 0 1301 55 5 3 20 0 15 0 231682759 11345952768 277729 33554432000 4194304 4196468 140735730089056 139963230932112 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24503] ppid=24445 vsize=11080032 memory=1110916 CPUtime=13.65 cores=0,2,4,6
/proc/24448/task/24503/stat : 24503 (java) S 24445 24448 22605 0 -1 1077944384 22713 12995 0 0 1305 52 5 3 20 0 15 0 231682759 11345952768 277729 33554432000 4194304 4196468 140735730089056 139963120536592 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24504] ppid=24445 vsize=11080032 memory=1110916 CPUtime=13.62 cores=0,2,4,6
/proc/24448/task/24504/stat : 24504 (java) S 24445 24448 22605 0 -1 1077944384 21778 12995 0 0 1298 56 5 3 20 0 15 0 231682759 11345952768 277729 33554432000 4194304 4196468 140735730089056 139962765515664 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24505] ppid=24445 vsize=11080032 memory=1110916 CPUtime=13.65 cores=0,2,4,6
/proc/24448/task/24505/stat : 24505 (java) S 24445 24448 22605 0 -1 1077944384 18696 12995 0 0 1303 54 5 3 20 0 15 0 231682759 11345952768 277729 33554432000 4194304 4196468 140735730089056 139962764462864 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24506] ppid=24445 vsize=11080032 memory=1110916 CPUtime=10.77 cores=0,2,4,6
/proc/24448/task/24506/stat : 24506 (java) S 24445 24448 22605 0 -1 1077944384 17674 12995 0 0 1015 54 5 3 20 0 15 0 231682761 11345952768 277729 33554432000 4194304 4196468 140735730089056 139962719783280 139963226700418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24507] ppid=24445 vsize=11080032 memory=1110916 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24507/stat : 24507 (java) S 24445 24448 22605 0 -1 1077944384 16 12995 0 0 0 0 5 3 20 0 15 0 231682761 11345952768 277729 33554432000 4194304 4196468 140735730089056 139962045424800 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24508] ppid=24445 vsize=11080032 memory=1110916 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24508/stat : 24508 (java) S 24445 24448 22605 0 -1 1077944384 7 12995 0 0 0 0 5 3 20 0 15 0 231682761 11345952768 277729 33554432000 4194304 4196468 140735730089056 139961844097920 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24509] ppid=24445 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24509/stat : 24509 (java) S 24445 24448 22605 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 231682764 11345952768 277729 33554432000 4194304 4196468 140735730089056 139961536698192 139963226707867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24510] ppid=24445 vsize=11080032 memory=1110916 CPUtime=4.58 cores=0,2,4,6
/proc/24448/task/24510/stat : 24510 (java) S 24445 24448 22605 0 -1 1077944384 28124 12995 0 0 446 4 5 3 20 0 15 0 231682764 11345952768 277729 33554432000 4194304 4196468 140735730089056 139962718731120 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24511] ppid=24445 vsize=11080032 memory=1110916 CPUtime=4.46 cores=0,2,4,6
/proc/24448/task/24511/stat : 24511 (java) S 24445 24448 22605 0 -1 1077944384 30497 12995 0 0 436 2 5 3 20 0 15 0 231682764 11345952768 277729 33554432000 4194304 4196468 140735730089056 139962717678320 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24512] ppid=24445 vsize=11080032 memory=4100 CPUtime=2.29 cores=0,2,4,6
/proc/24448/task/24512/stat : 24512 (java) S 24445 24448 22605 0 -1 1077944384 16941 12995 0 0 218 3 5 3 20 0 15 0 231682764 11345952768 277729 33554432000 4194304 4196468 140735730089056 139962649406064 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24513] ppid=24445 vsize=11080032 memory=3472328296227679313 CPUtime=0.08 cores=0,2,4,6
/proc/24448/task/24513/stat : 24513 (java) S 24445 24448 22605 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 231682764 11345952768 277729 33554432000 4194304 4196468 140735730089056 139961105902304 139963226699477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
[pid=24448/tid=24514] ppid=24445 vsize=11080032 memory=56 CPUtime=1.57 cores=0,2,4,6
/proc/24448/task/24514/stat : 24514 (java) S 24445 24448 22605 0 -1 1077944384 1408 12995 0 0 72 77 5 3 20 0 15 0 231682765 11345952768 277729 33554432000 4194304 4196468 140735730089056 139962648353456 139963226700418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14061568 140735730092652 140735730095452 140735730095452 140735730098127 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1110916 KiB

Child status: 143
Real time (s): 2469.03
CPU time (s): 2520.12
CPU user time (s): 2516.48
CPU system time (s): 3.63914
CPU usage (%): 102.069
Max. virtual memory (cumulated for all children) (KiB): 11082744
Max. memory (cumulated for all children) (KiB): 1361692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.48
system time used= 3.63914
maximum resident set size= 1363740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 302212
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 280258
involuntary context switches= 8203


# summary of solver processes directly reported to runsolver:
#   pid: 24448
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.48
#   total CPU system time (s): 3.63914

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0804 second user time and 24.123 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-13 08:19:56
IDJOB=4305229
IDBENCH=141599
IDSOLVER=2780
FILE ID=node104/4305229-1534141196
RUNJOBID= node104-1534137235-23444
PBS_JOBID= 21037018
Free space on /tmp= 37528 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/SportsScheduling/SportsScheduling-16_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305229-1534141196/watcher-4305229-1534141196 -o /tmp/evaluation-result-4305229-1534141196/solver-4305229-1534141196 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534137235-23444 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1618417617 HOME/instance-4305229-1534141196.xml

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

MD5SUM BENCH= 5770900a9b2cb93904bf32b5a50ba98d
RANDOM SEED=1618417617

node104.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.11
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.11
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.11
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.11
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:        15454492 kB
MemAvailable:   30969684 kB
Buffers:          212576 kB
Cached:         15340724 kB
SwapCached:            8 kB
Active:          8615180 kB
Inactive:        7925212 kB
Active(anon):     938688 kB
Inactive(anon):   100964 kB
Active(file):    7676492 kB
Inactive(file):  7824248 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             26568 kB
Writeback:             0 kB
AnonPages:        994780 kB
Mapped:            65876 kB
Shmem:             49636 kB
Slab:             471544 kB
SReclaimable:     442912 kB
SUnreclaim:        28632 kB
KernelStack:        3552 kB
PageTables:         9156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2073096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    743424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 37500 MiB
End job on node104 at 2018-08-13 09:01:05