Trace number 4302328

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2? (TO) 252.132 223.446

General information on the benchmark

NameTravelingTournament/
TravelingTournament-a2-galaxy16_c18.xml
MD5SUM8cfce4baee5c579b6f10529c309e3c1c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23746
Best CPU time to get the best result obtained on this benchmark252.047
Satisfiable
(Un)Satisfiability was proved
Number of variables1936
Number of constraints8495
Number of domains3
Minimum domain size2
Maximum domain size66
Distribution of domain sizes[{"size":2,"count":960},{"size":16,"count":480},{"size":66,"count":496}]
Minimum variable degree2
Maximum variable degree50
Distribution of variable degrees[{"degree":2,"count":976},{"degree":47,"count":448},{"degree":48,"count":480},{"degree":49,"count":30},{"degree":50,"count":2}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":481},{"arity":3,"count":32},{"arity":4,"count":6496},{"arity":5,"count":464},{"arity":16,"count":510},{"arity":18,"count":480},{"arity":30,"count":32}]
Number of extensional constraints496
Number of intensional constraints6977
Distribution of constraint types[{"type":"extension","count":496},{"type":"intension","count":6977},{"type":"regular","count":16},{"type":"allDifferent","count":30},{"type":"cardinality","count":16},{"type":"element","count":960}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302328-1532898256/watcher-4302328-1532898256 -o /tmp/evaluation-result-4302328-1532898256/solver-4302328-1532898256 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532892903-13712 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1210256745 HOME/instance-4302328-1532898256.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=21479, runsolver pid=21476

[startup+0.100056 s]*
/proc/loadavg: 1.60 1.74 1.76 3/209 21536
/proc/meminfo: memFree=23596280/32770624 swapFree=67108860/67108860
[pid=21479] ppid=21476 vsize=10005480 memory=18332 CPUtime=0.09 cores=0,2,4,6
/proc/21479/stat : 21479 (java) S 21476 21479 12183 0 -1 1077944320 4240 13162 0 0 1 0 5 3 20 0 6 0 107388831 10245611520 4583 33554432000 4194304 4196468 140728849596512 140728849579056 139946218168055 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
/proc/21479/statm: 2501370 4583 1931 1 0 2489808 0
[pid=21479/tid=21532] ppid=21476 vsize=10005480 memory=4279135703946592399 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21532/stat : 21532 (java) R 21476 21479 12183 0 -1 4202560 2047 13162 0 0 0 0 5 3 20 0 6 0 107388841 10245611520 4583 33554432000 4194304 4196468 140728849596512 139946190004816 139946202248542 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21533] ppid=21476 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21533/stat : 21533 (java) S 21476 21479 12183 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 6 0 107388841 10245611520 4583 33554432000 4194304 4196468 140728849596512 139946222410000 139946218178261 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21534] ppid=21476 vsize=10005480 memory=139674313750144 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21534/stat : 21534 (java) S 21476 21479 12183 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 6 0 107388841 10245611520 4583 33554432000 4194304 4196468 140728849596512 139946077129104 139946218178261 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21535] ppid=21476 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21535/stat : 21535 (java) S 21476 21479 12183 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 6 0 107388841 10245611520 4583 33554432000 4194304 4196468 140728849596512 139946076076560 139946218178261 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21536] ppid=21476 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21536/stat : 21536 (java) S 21476 21479 12183 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 6 0 107388841 10245611520 4583 33554432000 4194304 4196468 140728849596512 139946075024016 139946218178261 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210213 s]*
/proc/loadavg: 1.60 1.74 1.76 3/218 21545
/proc/meminfo: memFree=23571924/32770624 swapFree=67108860/67108860
[pid=21479] ppid=21476 vsize=10982744 memory=46544 CPUtime=0.26 cores=0,2,4,6
/proc/21479/stat : 21479 (java) S 21476 21479 12183 0 -1 1077944320 7762 13162 0 0 17 1 5 3 20 0 15 0 107388831 11246329856 11636 33554432000 4194304 4196468 140728849596512 140728849579056 139946218168055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
/proc/21479/statm: 2745686 11636 2973 1 0 2708109 0
[pid=21479/tid=21532] ppid=21476 vsize=10982744 memory=-6517102902069810590 CPUtime=0.2 cores=0,2,4,6
/proc/21479/task/21532/stat : 21532 (java) R 21476 21479 12183 0 -1 4202560 4338 13162 0 0 11 1 5 3 20 0 15 0 107388841 11246329856 11636 33554432000 4194304 4196468 140728849596512 139946189946016 139946218179990 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21533] ppid=21476 vsize=10982744 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21533/stat : 21533 (java) S 21476 21479 12183 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107388841 11246329856 11636 33554432000 4194304 4196468 140728849596512 139946222410000 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21534] ppid=21476 vsize=10982744 memory=139674313750144 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21534/stat : 21534 (java) S 21476 21479 12183 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107388841 11246329856 11636 33554432000 4194304 4196468 140728849596512 139946077129104 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21535] ppid=21476 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21535/stat : 21535 (java) S 21476 21479 12183 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107388841 11246329856 11636 33554432000 4194304 4196468 140728849596512 139946076076560 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21536] ppid=21476 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21536/stat : 21536 (java) S 21476 21479 12183 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 107388841 11246329856 11636 33554432000 4194304 4196468 140728849596512 139946075024016 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21537] ppid=21476 vsize=10982744 memory=139674313750144 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21537/stat : 21537 (java) S 21476 21479 12183 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 107388843 11246329856 11636 33554432000 4194304 4196468 140728849596512 139945644071408 139946218179202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21538] ppid=21476 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21538/stat : 21538 (java) S 21476 21479 12183 0 -1 1077944384 13 13162 0 0 0 0 5 3 20 0 15 0 107388843 11246329856 11636 33554432000 4194304 4196468 140728849596512 139945066882464 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21539] ppid=21476 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21539/stat : 21539 (java) S 21476 21479 12183 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107388843 11246329856 11636 33554432000 4194304 4196468 140728849596512 139944865555952 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21540] ppid=21476 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21540/stat : 21540 (java) S 21476 21479 12183 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107388846 11246329856 11636 33554432000 4194304 4196468 140728849596512 139944558156496 139946218186651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21541] ppid=21476 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21479/task/21541/stat : 21541 (java) S 21476 21479 12183 0 -1 1077944384 542 13162 0 0 1 0 5 3 20 0 15 0 107388846 11246329856 11636 33554432000 4194304 4196468 140728849596512 139945643018224 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21542] ppid=21476 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/21479/task/21542/stat : 21542 (java) S 21476 21479 12183 0 -1 1077944384 75 13162 0 0 1 0 5 3 20 0 15 0 107388846 11246329856 11636 33554432000 4194304 4196468 140728849596512 139945641965680 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21543] ppid=21476 vsize=10982744 memory=139674313750144 CPUtime=0.11 cores=0,2,4,6
/proc/21479/task/21543/stat : 21543 (java) R 21476 21479 12183 0 -1 4202560 621 13162 0 0 3 0 5 3 20 0 15 0 107388846 11246329856 11636 33554432000 4194304 4196468 140728849596512 139945640913136 139946197086938 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21544] ppid=21476 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21544/stat : 21544 (java) S 21476 21479 12183 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107388846 11246329856 11636 33554432000 4194304 4196468 140728849596512 139944127359584 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21545] ppid=21476 vsize=10982744 memory=139674313750144 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21545/stat : 21545 (java) S 21476 21479 12183 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107388846 11246329856 11636 33554432000 4194304 4196468 140728849596512 139945639861040 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 46544 KiB

[startup+0.310526 s]*
/proc/loadavg: 1.60 1.74 1.76 3/218 21545
/proc/meminfo: memFree=23560276/32770624 swapFree=67108860/67108860
[pid=21479] ppid=21476 vsize=10983192 memory=57188 CPUtime=0.38 cores=0,2,4,6
/proc/21479/stat : 21479 (java) S 21476 21479 12183 0 -1 1077944320 10297 13162 0 0 28 2 5 3 20 0 15 0 107388831 11246788608 14297 33554432000 4194304 4196468 140728849596512 140728849579056 139946218168055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
/proc/21479/statm: 2745798 14297 3092 1 0 2708109 0
[pid=21479/tid=21532] ppid=21476 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/21479/task/21532/stat : 21532 (java) R 21476 21479 12183 0 -1 4202560 6839 13162 0 0 20 1 5 3 20 0 15 0 107388841 11246788608 14297 33554432000 4194304 4196468 140728849596512 139946189980064 139946218179990 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21533] ppid=21476 vsize=10983192 memory=7012755875661107280 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21533/stat : 21533 (java) S 21476 21479 12183 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107388841 11246788608 14297 33554432000 4194304 4196468 140728849596512 139946222410000 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21534] ppid=21476 vsize=10983192 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21534/stat : 21534 (java) S 21476 21479 12183 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107388841 11246788608 14297 33554432000 4194304 4196468 140728849596512 139946077129104 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21535] ppid=21476 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21535/stat : 21535 (java) S 21476 21479 12183 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107388841 11246788608 14297 33554432000 4194304 4196468 140728849596512 139946076076560 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21536] ppid=21476 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21536/stat : 21536 (java) S 21476 21479 12183 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 107388841 11246788608 14297 33554432000 4194304 4196468 140728849596512 139946075024016 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21537] ppid=21476 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21537/stat : 21537 (java) S 21476 21479 12183 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 107388843 11246788608 14297 33554432000 4194304 4196468 140728849596512 139945644071408 139946218179202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21538] ppid=21476 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21538/stat : 21538 (java) S 21476 21479 12183 0 -1 1077944384 13 13162 0 0 0 0 5 3 20 0 15 0 107388843 11246788608 14297 33554432000 4194304 4196468 140728849596512 139945066882464 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21539] ppid=21476 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21539/stat : 21539 (java) S 21476 21479 12183 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107388843 11246788608 14297 33554432000 4194304 4196468 140728849596512 139944865555952 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21540] ppid=21476 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21540/stat : 21540 (java) S 21476 21479 12183 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107388846 11246788608 14297 33554432000 4194304 4196468 140728849596512 139944558156496 139946218186651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21541] ppid=21476 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21479/task/21541/stat : 21541 (java) S 21476 21479 12183 0 -1 1077944384 542 13162 0 0 1 0 5 3 20 0 15 0 107388846 11246788608 14297 33554432000 4194304 4196468 140728849596512 139945643018224 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21542] ppid=21476 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21479/task/21542/stat : 21542 (java) S 21476 21479 12183 0 -1 1077944384 76 13162 0 0 1 0 5 3 20 0 15 0 107388846 11246788608 14297 33554432000 4194304 4196468 140728849596512 139945641965680 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21543] ppid=21476 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/21479/task/21543/stat : 21543 (java) R 21476 21479 12183 0 -1 4202560 627 13162 0 0 5 0 5 3 20 0 15 0 107388846 11246788608 14297 33554432000 4194304 4196468 140728849596512 139945640913136 139946218189402 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21544] ppid=21476 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21544/stat : 21544 (java) S 21476 21479 12183 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107388846 11246788608 14297 33554432000 4194304 4196468 140728849596512 139944127359584 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21545] ppid=21476 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21545/stat : 21545 (java) S 21476 21479 12183 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107388846 11246788608 14297 33554432000 4194304 4196468 140728849596512 139945639861040 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57188 KiB

[startup+0.700821 s]
/proc/loadavg: 1.60 1.74 1.76 3/218 21545
/proc/meminfo: memFree=23549524/32770624 swapFree=67108860/67108860
[pid=21479] ppid=21476 vsize=10983192 memory=89484 CPUtime=1 cores=0,2,4,6
/proc/21479/stat : 21479 (java) S 21476 21479 12183 0 -1 1077944320 16411 13162 0 0 88 4 5 3 20 0 15 0 107388831 11246788608 22371 33554432000 4194304 4196468 140728849596512 140728849579056 139946218168055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
/proc/21479/statm: 2745798 22371 3247 1 0 2708109 0
[pid=21479/tid=21532] ppid=21476 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/21479/task/21532/stat : 21532 (java) R 21476 21479 12183 0 -1 4202560 11822 13162 0 0 56 3 5 3 20 0 15 0 107388841 11246788608 22371 33554432000 4194304 4196468 140728849596512 139946189988880 139946198443358 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21533] ppid=21476 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21533/stat : 21533 (java) S 21476 21479 12183 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107388841 11246788608 22371 33554432000 4194304 4196468 140728849596512 139946222410000 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21534] ppid=21476 vsize=10983192 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21534/stat : 21534 (java) S 21476 21479 12183 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107388841 11246788608 22371 33554432000 4194304 4196468 140728849596512 139946077129104 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21535] ppid=21476 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21535/stat : 21535 (java) S 21476 21479 12183 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107388841 11246788608 22371 33554432000 4194304 4196468 140728849596512 139946076076560 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21536] ppid=21476 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21536/stat : 21536 (java) S 21476 21479 12183 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 107388841 11246788608 22371 33554432000 4194304 4196468 140728849596512 139946075024016 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21537] ppid=21476 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21537/stat : 21537 (java) S 21476 21479 12183 0 -1 1077944384 5 13162 0 0 0 0 5 3 20 0 15 0 107388843 11246788608 22371 33554432000 4194304 4196468 140728849596512 139945644071408 139946218179202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21538] ppid=21476 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21538/stat : 21538 (java) S 21476 21479 12183 0 -1 1077944384 13 13162 0 0 0 0 5 3 20 0 15 0 107388843 11246788608 22371 33554432000 4194304 4196468 140728849596512 139945066882464 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21539] ppid=21476 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21539/stat : 21539 (java) S 21476 21479 12183 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107388843 11246788608 22371 33554432000 4194304 4196468 140728849596512 139944865555952 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21540] ppid=21476 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21540/stat : 21540 (java) S 21476 21479 12183 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107388846 11246788608 22371 33554432000 4194304 4196468 140728849596512 139944558156496 139946218186651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21541] ppid=21476 vsize=10983192 memory=13252 CPUtime=0.17 cores=0,2,4,6
/proc/21479/task/21541/stat : 21541 (java) S 21476 21479 12183 0 -1 1077944384 1215 13162 0 0 9 0 5 3 20 0 15 0 107388846 11246788608 22371 33554432000 4194304 4196468 140728849596512 139945643018224 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21542] ppid=21476 vsize=10983192 memory=15460 CPUtime=0.15 cores=0,2,4,6
/proc/21479/task/21542/stat : 21542 (java) S 21476 21479 12183 0 -1 1077944384 467 13162 0 0 7 0 5 3 20 0 15 0 107388846 11246788608 22371 33554432000 4194304 4196468 140728849596512 139945641965680 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21543] ppid=21476 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/21479/task/21543/stat : 21543 (java) S 21476 21479 12183 0 -1 1077944384 682 13162 0 0 13 0 5 3 20 0 15 0 107388846 11246788608 22371 33554432000 4194304 4196468 140728849596512 139945640913136 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21544] ppid=21476 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21544/stat : 21544 (java) S 21476 21479 12183 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107388846 11246788608 22371 33554432000 4194304 4196468 140728849596512 139944127359584 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21545] ppid=21476 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21545/stat : 21545 (java) S 21476 21479 12183 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107388846 11246788608 22371 33554432000 4194304 4196468 140728849596512 139945639861040 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89484 KiB

[startup+1.50165 s]
/proc/loadavg: 1.60 1.74 1.76 3/218 21545
/proc/meminfo: memFree=23506216/32770624 swapFree=67108860/67108860
[pid=21479] ppid=21476 vsize=10991948 memory=209564 CPUtime=3.16 cores=0,2,4,6
/proc/21479/stat : 21479 (java) S 21476 21479 12183 0 -1 1077944320 24072 13162 0 0 298 10 5 3 20 0 15 0 107388831 11255754752 52391 33554432000 4194304 4196468 140728849596512 140728849579056 139946218168055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
/proc/21479/statm: 2747987 52391 3451 1 0 2709645 0
[pid=21479/tid=21532] ppid=21476 vsize=10991948 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/21479/task/21532/stat : 21532 (java) R 21476 21479 12183 0 -1 4202560 14659 13162 0 0 132 6 5 3 20 0 15 0 107388841 11255754752 52391 33554432000 4194304 4196468 140728849596512 139946189999056 139945758243327 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21533] ppid=21476 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21533/stat : 21533 (java) S 21476 21479 12183 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107388841 11255754752 52391 33554432000 4194304 4196468 140728849596512 139946222410000 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21534] ppid=21476 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21534/stat : 21534 (java) S 21476 21479 12183 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107388841 11255754752 52391 33554432000 4194304 4196468 140728849596512 139946077129104 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21535] ppid=21476 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21535/stat : 21535 (java) S 21476 21479 12183 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107388841 11255754752 52391 33554432000 4194304 4196468 140728849596512 139946076076560 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21536] ppid=21476 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21536/stat : 21536 (java) S 21476 21479 12183 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 107388841 11255754752 52391 33554432000 4194304 4196468 140728849596512 139946075024016 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21537] ppid=21476 vsize=10991948 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21537/stat : 21537 (java) S 21476 21479 12183 0 -1 1077944384 13 13162 0 0 0 0 5 3 20 0 15 0 107388843 11255754752 52391 33554432000 4194304 4196468 140728849596512 139945644071408 139946218179202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21538] ppid=21476 vsize=10991948 memory=279348431104256 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21538/stat : 21538 (java) S 21476 21479 12183 0 -1 1077944384 13 13162 0 0 0 0 5 3 20 0 15 0 107388843 11255754752 52391 33554432000 4194304 4196468 140728849596512 139945066882464 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21539] ppid=21476 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21539/stat : 21539 (java) S 21476 21479 12183 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107388843 11255754752 52391 33554432000 4194304 4196468 140728849596512 139944865555952 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21540] ppid=21476 vsize=10991948 memory=1952 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21540/stat : 21540 (java) S 21476 21479 12183 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107388846 11255754752 52391 33554432000 4194304 4196468 140728849596512 139944558156496 139946218186651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21541] ppid=21476 vsize=10991948 memory=1232 CPUtime=0.69 cores=0,2,4,6
/proc/21479/task/21541/stat : 21541 (java) R 21476 21479 12183 0 -1 4202560 3331 13162 0 0 60 1 5 3 20 0 15 0 107388846 11255754752 52391 33554432000 4194304 4196468 140728849596512 139945643007456 139946201662470 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21542] ppid=21476 vsize=10991948 memory=8560 CPUtime=0.68 cores=0,2,4,6
/proc/21479/task/21542/stat : 21542 (java) R 21476 21479 12183 0 -1 4202560 2307 13162 0 0 59 1 5 3 20 0 15 0 107388846 11255754752 52391 33554432000 4194304 4196468 140728849596512 139945641949392 139946201667036 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21543] ppid=21476 vsize=10991948 memory=1712 CPUtime=0.53 cores=0,2,4,6
/proc/21479/task/21543/stat : 21543 (java) S 21476 21479 12183 0 -1 1077944384 1542 13162 0 0 45 0 5 3 20 0 15 0 107388846 11255754752 52391 33554432000 4194304 4196468 140728849596512 139945640913136 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21544] ppid=21476 vsize=10991948 memory=5412 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21544/stat : 21544 (java) S 21476 21479 12183 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107388846 11255754752 52391 33554432000 4194304 4196468 140728849596512 139944127359584 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21545] ppid=21476 vsize=10991948 memory=4612 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21545/stat : 21545 (java) S 21476 21479 12183 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 107388846 11255754752 52391 33554432000 4194304 4196468 140728849596512 139945639861040 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
Current children cumulated CPU time: 3.16 s
Current children cumulated vsize: 10991948 KiB

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

/proc/21479/task/21532/stat : 21532 (java) R 21476 21479 12183 0 -1 4202560 62131 13162 0 0 10078 41 5 3 20 0 15 0 107388841 11348049920 713674 33554432000 4194304 4196468 140728849596512 139946189999056 139945778357621 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21533] ppid=21476 vsize=11082080 memory=2854696 CPUtime=0.89 cores=0,2,4,6
/proc/21479/task/21533/stat : 21533 (java) S 21476 21479 12183 0 -1 1077944384 1633 13162 0 0 63 18 5 3 20 0 15 0 107388841 11348049920 713674 33554432000 4194304 4196468 140728849596512 139946222410000 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21534] ppid=21476 vsize=11082080 memory=65 CPUtime=0.89 cores=0,2,4,6
/proc/21479/task/21534/stat : 21534 (java) S 21476 21479 12183 0 -1 1077944384 1013 13162 0 0 63 18 5 3 20 0 15 0 107388841 11348049920 713674 33554432000 4194304 4196468 140728849596512 139946077129104 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21535] ppid=21476 vsize=11082080 memory=164 CPUtime=0.91 cores=0,2,4,6
/proc/21479/task/21535/stat : 21535 (java) S 21476 21479 12183 0 -1 1077944384 1689 13162 0 0 64 19 5 3 20 0 15 0 107388841 11348049920 713674 33554432000 4194304 4196468 140728849596512 139946076076560 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21536] ppid=21476 vsize=11082080 memory=279348431853664 CPUtime=0.9 cores=0,2,4,6
/proc/21479/task/21536/stat : 21536 (java) S 21476 21479 12183 0 -1 1077944384 3533 13162 0 0 63 19 5 3 20 0 15 0 107388841 11348049920 713674 33554432000 4194304 4196468 140728849596512 139946075024016 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21537] ppid=21476 vsize=11082080 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/21479/task/21537/stat : 21537 (java) S 21476 21479 12183 0 -1 1077944384 3428 13162 0 0 10 1 5 3 20 0 15 0 107388843 11348049920 713674 33554432000 4194304 4196468 140728849596512 139945644071408 139946218179202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21538] ppid=21476 vsize=11082080 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21538/stat : 21538 (java) S 21476 21479 12183 0 -1 1077944384 19 13162 0 0 0 0 5 3 20 0 15 0 107388843 11348049920 713674 33554432000 4194304 4196468 140728849596512 139945066882528 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21539] ppid=21476 vsize=11082080 memory=2854696 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21539/stat : 21539 (java) S 21476 21479 12183 0 -1 1077944384 4 13162 0 0 0 0 5 3 20 0 15 0 107388843 11348049920 713674 33554432000 4194304 4196468 140728849596512 139944865555968 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21540] ppid=21476 vsize=11082080 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21540/stat : 21540 (java) S 21476 21479 12183 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107388846 11348049920 713674 33554432000 4194304 4196468 140728849596512 139944558156496 139946218186651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21541] ppid=21476 vsize=11082080 memory=279346552662389 CPUtime=10.99 cores=0,2,4,6
/proc/21479/task/21541/stat : 21541 (java) S 21476 21479 12183 0 -1 1077944384 21687 13162 0 0 1087 4 5 3 20 0 15 0 107388846 11348049920 713674 33554432000 4194304 4196468 140728849596512 139945643018224 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21542] ppid=21476 vsize=11082080 memory=7163644167452912185 CPUtime=11.2 cores=0,2,4,6
/proc/21479/task/21542/stat : 21542 (java) S 21476 21479 12183 0 -1 1077944384 19926 13162 0 0 1108 4 5 3 20 0 15 0 107388846 11348049920 713674 33554432000 4194304 4196468 140728849596512 139945641965680 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21543] ppid=21476 vsize=11082080 memory=1584 CPUtime=3.46 cores=0,2,4,6
/proc/21479/task/21543/stat : 21543 (java) S 21476 21479 12183 0 -1 1077944384 13992 13162 0 0 334 4 5 3 20 0 15 0 107388846 11348049920 713674 33554432000 4194304 4196468 140728849596512 139945640913136 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21544] ppid=21476 vsize=11082080 memory=4124 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21544/stat : 21544 (java) S 21476 21479 12183 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107388846 11348049920 713674 33554432000 4194304 4196468 140728849596512 139944127359584 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21545] ppid=21476 vsize=11082080 memory=2200 CPUtime=0.12 cores=0,2,4,6
/proc/21479/task/21545/stat : 21545 (java) S 21476 21479 12183 0 -1 1077944384 255 13162 0 0 1 3 5 3 20 0 15 0 107388846 11348049920 713674 33554432000 4194304 4196468 140728849596512 139945639861040 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
Current children cumulated CPU time: 130.2 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 2854696 KiB

[startup+162.301 s]
/proc/loadavg: 1.80 1.80 1.78 3/215 21678
/proc/meminfo: memFree=21520372/32770624 swapFree=67108860/67108860
[pid=21479] ppid=21476 vsize=11082080 memory=2655772 CPUtime=190.54 cores=0,2,4,6
/proc/21479/stat : 21479 (java) S 21476 21479 12183 0 -1 1077944320 142752 13162 0 0 18910 136 5 3 20 0 15 0 107388831 11348049920 663943 33554432000 4194304 4196468 140728849596512 140728849579056 139946218168055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
/proc/21479/statm: 2770520 663943 3542 1 0 2732173 0
[pid=21479/tid=21532] ppid=21476 vsize=11082080 memory=2654540 CPUtime=161.21 cores=0,2,4,6
/proc/21479/task/21532/stat : 21532 (java) R 21476 21479 12183 0 -1 4202560 65256 13162 0 0 16072 41 5 3 20 0 15 0 107388841 11348049920 663943 33554432000 4194304 4196468 140728849596512 139946190002480 139945778355225 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21533] ppid=21476 vsize=11082080 memory=2654540 CPUtime=0.92 cores=0,2,4,6
/proc/21479/task/21533/stat : 21533 (java) S 21476 21479 12183 0 -1 1077944384 1647 13162 0 0 66 18 5 3 20 0 15 0 107388841 11348049920 663943 33554432000 4194304 4196468 140728849596512 139946222410000 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21534] ppid=21476 vsize=11082080 memory=2654540 CPUtime=0.92 cores=0,2,4,6
/proc/21479/task/21534/stat : 21534 (java) S 21476 21479 12183 0 -1 1077944384 1034 13162 0 0 66 18 5 3 20 0 15 0 107388841 11348049920 663943 33554432000 4194304 4196468 140728849596512 139946077129104 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21535] ppid=21476 vsize=11082080 memory=2656796 CPUtime=0.94 cores=0,2,4,6
/proc/21479/task/21535/stat : 21535 (java) S 21476 21479 12183 0 -1 1077944384 1725 13162 0 0 67 19 5 3 20 0 15 0 107388841 11348049920 663943 33554432000 4194304 4196468 140728849596512 139946076076560 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21536] ppid=21476 vsize=11082080 memory=2655772 CPUtime=0.93 cores=0,2,4,6
/proc/21479/task/21536/stat : 21536 (java) S 21476 21479 12183 0 -1 1077944384 4115 13162 0 0 66 19 5 3 20 0 15 0 107388841 11348049920 663943 33554432000 4194304 4196468 140728849596512 139946075024016 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21537] ppid=21476 vsize=11082080 memory=2654540 CPUtime=0.2 cores=0,2,4,6
/proc/21479/task/21537/stat : 21537 (java) S 21476 21479 12183 0 -1 1077944384 3527 13162 0 0 11 1 5 3 20 0 15 0 107388843 11348049920 663943 33554432000 4194304 4196468 140728849596512 139945644071408 139946218179202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21538] ppid=21476 vsize=11082080 memory=2655772 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21538/stat : 21538 (java) S 21476 21479 12183 0 -1 1077944384 19 13162 0 0 0 0 5 3 20 0 15 0 107388843 11348049920 663943 33554432000 4194304 4196468 140728849596512 139945066882528 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21539] ppid=21476 vsize=11082080 memory=2734896 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21539/stat : 21539 (java) S 21476 21479 12183 0 -1 1077944384 4 13162 0 0 0 0 5 3 20 0 15 0 107388843 11348049920 663943 33554432000 4194304 4196468 140728849596512 139944865555968 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21540] ppid=21476 vsize=11082080 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21540/stat : 21540 (java) S 21476 21479 12183 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107388846 11348049920 663943 33554432000 4194304 4196468 140728849596512 139944558156496 139946218186651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21541] ppid=21476 vsize=11082080 memory=2656796 CPUtime=11.09 cores=0,2,4,6
/proc/21479/task/21541/stat : 21541 (java) S 21476 21479 12183 0 -1 1077944384 24188 13162 0 0 1097 4 5 3 20 0 15 0 107388846 11348049920 663943 33554432000 4194304 4196468 140728849596512 139945643018224 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21542] ppid=21476 vsize=11082080 memory=4140 CPUtime=11.28 cores=0,2,4,6
/proc/21479/task/21542/stat : 21542 (java) S 21476 21479 12183 0 -1 1077944384 22175 13162 0 0 1116 4 5 3 20 0 15 0 107388846 11348049920 663943 33554432000 4194304 4196468 140728849596512 139945641965680 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21543] ppid=21476 vsize=11082080 memory=2655772 CPUtime=3.5 cores=0,2,4,6
/proc/21479/task/21543/stat : 21543 (java) S 21476 21479 12183 0 -1 1077944384 16594 13162 0 0 337 5 5 3 20 0 15 0 107388846 11348049920 663943 33554432000 4194304 4196468 140728849596512 139945640913136 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21544] ppid=21476 vsize=11082080 memory=2655772 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21544/stat : 21544 (java) S 21476 21479 12183 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107388846 11348049920 663943 33554432000 4194304 4196468 140728849596512 139944127359584 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21545] ppid=21476 vsize=11082080 memory=2656796 CPUtime=0.15 cores=0,2,4,6
/proc/21479/task/21545/stat : 21545 (java) S 21476 21479 12183 0 -1 1077944384 268 13162 0 0 3 4 5 3 20 0 15 0 107388846 11348049920 663943 33554432000 4194304 4196468 140728849596512 139945639861040 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
Current children cumulated CPU time: 190.54 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 2655772 KiB

[startup+222.301 s]
/proc/loadavg: 1.46 1.71 1.75 3/215 21679
/proc/meminfo: memFree=21717264/32770624 swapFree=67108860/67108860
[pid=21479] ppid=21476 vsize=11082080 memory=2425796 CPUtime=250.96 cores=0,2,4,6
/proc/21479/stat : 21479 (java) S 21476 21479 12183 0 -1 1077944320 159228 13162 0 0 24948 140 5 3 20 0 15 0 107388831 11348049920 606449 33554432000 4194304 4196468 140728849596512 140728849579056 139946218168055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
/proc/21479/statm: 2770520 606449 3542 1 0 2732173 0
[pid=21479/tid=21532] ppid=21476 vsize=11082080 memory=2448368 CPUtime=221.1 cores=0,2,4,6
/proc/21479/task/21532/stat : 21532 (java) R 21476 21479 12183 0 -1 4202560 68283 13162 0 0 22060 42 5 3 20 0 15 0 107388841 11348049920 606449 33554432000 4194304 4196468 140728849596512 139946190001904 139945778356878 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21533] ppid=21476 vsize=11082080 memory=2439132 CPUtime=1 cores=0,2,4,6
/proc/21479/task/21533/stat : 21533 (java) S 21476 21479 12183 0 -1 1077944384 4544 13162 0 0 74 18 5 3 20 0 15 0 107388841 11348049920 606449 33554432000 4194304 4196468 140728849596512 139946222410000 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21534] ppid=21476 vsize=11082080 memory=2427848 CPUtime=1 cores=0,2,4,6
/proc/21479/task/21534/stat : 21534 (java) S 21476 21479 12183 0 -1 1077944384 1245 13162 0 0 74 18 5 3 20 0 15 0 107388841 11348049920 606449 33554432000 4194304 4196468 140728849596512 139946077129104 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21535] ppid=21476 vsize=11082080 memory=2427848 CPUtime=1.02 cores=0,2,4,6
/proc/21479/task/21535/stat : 21535 (java) S 21476 21479 12183 0 -1 1077944384 1794 13162 0 0 75 19 5 3 20 0 15 0 107388841 11348049920 606449 33554432000 4194304 4196468 140728849596512 139946076076560 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21536] ppid=21476 vsize=11082080 memory=2427848 CPUtime=1.01 cores=0,2,4,6
/proc/21479/task/21536/stat : 21536 (java) S 21476 21479 12183 0 -1 1077944384 4317 13162 0 0 74 19 5 3 20 0 15 0 107388841 11348049920 606449 33554432000 4194304 4196468 140728849596512 139946075024016 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21537] ppid=21476 vsize=11082080 memory=2439132 CPUtime=0.23 cores=0,2,4,6
/proc/21479/task/21537/stat : 21537 (java) S 21476 21479 12183 0 -1 1077944384 3873 13162 0 0 13 2 5 3 20 0 15 0 107388843 11348049920 606449 33554432000 4194304 4196468 140728849596512 139945644071408 139946218179202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21538] ppid=21476 vsize=11082080 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21538/stat : 21538 (java) S 21476 21479 12183 0 -1 1077944384 19 13162 0 0 0 0 5 3 20 0 15 0 107388843 11348049920 606449 33554432000 4194304 4196468 140728849596512 139945066882528 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21539] ppid=21476 vsize=11082080 memory=2439132 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21539/stat : 21539 (java) S 21476 21479 12183 0 -1 1077944384 4 13162 0 0 0 0 5 3 20 0 15 0 107388843 11348049920 606449 33554432000 4194304 4196468 140728849596512 139944865555968 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21540] ppid=21476 vsize=11082080 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21540/stat : 21540 (java) S 21476 21479 12183 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107388846 11348049920 606449 33554432000 4194304 4196468 140728849596512 139944558156496 139946218186651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21541] ppid=21476 vsize=11082080 memory=30760 CPUtime=11.14 cores=0,2,4,6
/proc/21479/task/21541/stat : 21541 (java) S 21476 21479 12183 0 -1 1077944384 26722 13162 0 0 1102 4 5 3 20 0 15 0 107388846 11348049920 606449 33554432000 4194304 4196468 140728849596512 139945643018224 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21542] ppid=21476 vsize=11082080 memory=1296 CPUtime=11.35 cores=0,2,4,6
/proc/21479/task/21542/stat : 21542 (java) S 21476 21479 12183 0 -1 1077944384 25158 13162 0 0 1122 5 5 3 20 0 15 0 107388846 11348049920 606449 33554432000 4194304 4196468 140728849596512 139945641965680 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21543] ppid=21476 vsize=11082080 memory=2427848 CPUtime=3.52 cores=0,2,4,6
/proc/21479/task/21543/stat : 21543 (java) S 21476 21479 12183 0 -1 1077944384 20760 13162 0 0 339 5 5 3 20 0 15 0 107388846 11348049920 606449 33554432000 4194304 4196468 140728849596512 139945640913136 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21544] ppid=21476 vsize=11082080 memory=2200 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21544/stat : 21544 (java) S 21476 21479 12183 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107388846 11348049920 606449 33554432000 4194304 4196468 140728849596512 139944127359584 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21545] ppid=21476 vsize=11082080 memory=7288 CPUtime=0.19 cores=0,2,4,6
/proc/21479/task/21545/stat : 21545 (java) S 21476 21479 12183 0 -1 1077944384 309 13162 0 0 5 6 5 3 20 0 15 0 107388846 11348049920 606449 33554432000 4194304 4196468 140728849596512 139945639861040 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
Current children cumulated CPU time: 250.96 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 2425796 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+223.401 s]
/proc/loadavg: 1.46 1.71 1.75 3/215 21679
/proc/meminfo: memFree=21719484/32770624 swapFree=67108860/67108860
[pid=21479] ppid=21476 vsize=11082080 memory=2425796 CPUtime=252.07 cores=0,2,4,6
/proc/21479/stat : 21479 (java) S 21476 21479 12183 0 -1 1077944320 160686 13162 0 0 25059 140 5 3 20 0 15 0 107388831 11348049920 606449 33554432000 4194304 4196468 140728849596512 140728849579056 139946218168055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
/proc/21479/statm: 2770520 606449 3542 1 0 2732173 0
[pid=21479/tid=21532] ppid=21476 vsize=11082080 memory=640 CPUtime=222.2 cores=0,2,4,6
/proc/21479/task/21532/stat : 21532 (java) R 21476 21479 12183 0 -1 4202560 68293 13162 0 0 22170 42 5 3 20 0 15 0 107388841 11348049920 606449 33554432000 4194304 4196468 140728849596512 139946189998224 139945755869936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21533] ppid=21476 vsize=11082080 memory=952 CPUtime=1 cores=0,2,4,6
/proc/21479/task/21533/stat : 21533 (java) S 21476 21479 12183 0 -1 1077944384 4544 13162 0 0 74 18 5 3 20 0 15 0 107388841 11348049920 606449 33554432000 4194304 4196468 140728849596512 139946222410000 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21534] ppid=21476 vsize=11082080 memory=6791534058613427641 CPUtime=1 cores=0,2,4,6
/proc/21479/task/21534/stat : 21534 (java) S 21476 21479 12183 0 -1 1077944384 1245 13162 0 0 74 18 5 3 20 0 15 0 107388841 11348049920 606449 33554432000 4194304 4196468 140728849596512 139946077129104 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21535] ppid=21476 vsize=11082080 memory=1836 CPUtime=1.02 cores=0,2,4,6
/proc/21479/task/21535/stat : 21535 (java) S 21476 21479 12183 0 -1 1077944384 1794 13162 0 0 75 19 5 3 20 0 15 0 107388841 11348049920 606449 33554432000 4194304 4196468 140728849596512 139946076076560 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21536] ppid=21476 vsize=11082080 memory=13044 CPUtime=1.01 cores=0,2,4,6
/proc/21479/task/21536/stat : 21536 (java) S 21476 21479 12183 0 -1 1077944384 4317 13162 0 0 74 19 5 3 20 0 15 0 107388841 11348049920 606449 33554432000 4194304 4196468 140728849596512 139946075024016 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21537] ppid=21476 vsize=11082080 memory=792 CPUtime=0.23 cores=0,2,4,6
/proc/21479/task/21537/stat : 21537 (java) S 21476 21479 12183 0 -1 1077944384 3873 13162 0 0 13 2 5 3 20 0 15 0 107388843 11348049920 606449 33554432000 4194304 4196468 140728849596512 139945644071408 139946218179202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21538] ppid=21476 vsize=11082080 memory=1952 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21538/stat : 21538 (java) S 21476 21479 12183 0 -1 1077944384 19 13162 0 0 0 0 5 3 20 0 15 0 107388843 11348049920 606449 33554432000 4194304 4196468 140728849596512 139945066882528 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21539] ppid=21476 vsize=11082080 memory=1232 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21539/stat : 21539 (java) S 21476 21479 12183 0 -1 1077944384 4 13162 0 0 0 0 5 3 20 0 15 0 107388843 11348049920 606449 33554432000 4194304 4196468 140728849596512 139944865555968 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21540] ppid=21476 vsize=11082080 memory=8560 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21540/stat : 21540 (java) S 21476 21479 12183 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107388846 11348049920 606449 33554432000 4194304 4196468 140728849596512 139944558156496 139946218186651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21541] ppid=21476 vsize=11082080 memory=1712 CPUtime=11.14 cores=0,2,4,6
/proc/21479/task/21541/stat : 21541 (java) S 21476 21479 12183 0 -1 1077944384 26724 13162 0 0 1102 4 5 3 20 0 15 0 107388846 11348049920 606449 33554432000 4194304 4196468 140728849596512 139945643018224 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21542] ppid=21476 vsize=11082080 memory=5412 CPUtime=11.36 cores=0,2,4,6
/proc/21479/task/21542/stat : 21542 (java) S 21476 21479 12183 0 -1 1077944384 26273 13162 0 0 1123 5 5 3 20 0 15 0 107388846 11348049920 606449 33554432000 4194304 4196468 140728849596512 139945641965680 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21543] ppid=21476 vsize=11082080 memory=4612 CPUtime=3.52 cores=0,2,4,6
/proc/21479/task/21543/stat : 21543 (java) S 21476 21479 12183 0 -1 1077944384 21091 13162 0 0 339 5 5 3 20 0 15 0 107388846 11348049920 606449 33554432000 4194304 4196468 140728849596512 139945640913136 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21544] ppid=21476 vsize=11082080 memory=1012 CPUtime=0.08 cores=0,2,4,6
/proc/21479/task/21544/stat : 21544 (java) S 21476 21479 12183 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 107388846 11348049920 606449 33554432000 4194304 4196468 140728849596512 139944127359584 139946218178261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
[pid=21479/tid=21545] ppid=21476 vsize=11082080 memory=1436 CPUtime=0.19 cores=0,2,4,6
/proc/21479/task/21545/stat : 21545 (java) S 21476 21479 12183 0 -1 1077944384 309 13162 0 0 5 6 5 3 20 0 15 0 107388846 11348049920 606449 33554432000 4194304 4196468 140728849596512 139945639861040 139946218179202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17108992 140728849603185 140728849605985 140728849605985 140728849608655 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 2425796 KiB

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

[startup+223.446 s]
# the end of solver process 21479 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.664 s, system=1.46806 s

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

Child status: 143
Real time (s): 223.446
CPU time (s): 252.132
CPU user time (s): 250.664
CPU system time (s): 1.46806
CPU usage (%): 112.838
Max. virtual memory (cumulated for all children) (KiB): 11082080
Max. memory (cumulated for all children) (KiB): 2863924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.664
system time used= 1.46806
maximum resident set size= 2864008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175815
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17536
involuntary context switches= 989


# summary of solver processes directly reported to runsolver:
#   pid: 21479
#   total CPU time (s): 252.132
#   total CPU user time (s): 250.664
#   total CPU system time (s): 1.46806

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.31901 second user time and 2.18279 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-29 23:04:16
IDJOB=4302328
IDBENCH=141551
IDSOLVER=2776
FILE ID=node107/4302328-1532898256
RUNJOBID= node107-1532892903-13712
PBS_JOBID= 21022519
Free space on /tmp= 60800 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/TravelingTournament/TravelingTournament-a2-galaxy16_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302328-1532898256/watcher-4302328-1532898256 -o /tmp/evaluation-result-4302328-1532898256/solver-4302328-1532898256 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532892903-13712 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1210256745 HOME/instance-4302328-1532898256.xml

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

MD5SUM BENCH= 8cfce4baee5c579b6f10529c309e3c1c
RANDOM SEED=1210256745

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23602592 kB
MemAvailable:   30849436 kB
Buffers:          248912 kB
Cached:          7261372 kB
SwapCached:            0 kB
Active:          4937728 kB
Inactive:        3735800 kB
Active(anon):    1115172 kB
Inactive(anon):    76484 kB
Active(file):    3822556 kB
Inactive(file):  3659316 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26908 kB
Writeback:             0 kB
AnonPages:       1170420 kB
Mapped:            58280 kB
Shmem:             25228 kB
Slab:             189956 kB
SReclaimable:     161616 kB
SUnreclaim:        28340 kB
KernelStack:        3568 kB
PageTables:         8028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2322772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    921600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 60776 MiB
End job on node107 at 2018-07-29 23:08:00