Trace number 4387439

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.10? (TO) 2520.15 2440.87

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js20/
SuperTaillard-js-20-20.xml
MD5SUMbd4660d9f641dd45473fddd00af9a0d0
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 benchmark1437.98
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Number of domains96
Minimum domain size1599
Maximum domain size1697
Distribution of domain sizes[{"size":1599,"count":10},{"size":1600,"count":4},{"size":1601,"count":16},{"size":1602,"count":2},{"size":1603,"count":6},{"size":1604,"count":8},{"size":1605,"count":6},{"size":1606,"count":6},{"size":1607,"count":6},{"size":1608,"count":16},{"size":1609,"count":6},{"size":1610,"count":6},{"size":1611,"count":8},{"size":1612,"count":24},{"size":1613,"count":6},{"size":1614,"count":8},{"size":1616,"count":8},{"size":1617,"count":14},{"size":1618,"count":6},{"size":1619,"count":8},{"size":1620,"count":6},{"size":1621,"count":8},{"size":1622,"count":10},{"size":1623,"count":8},{"size":1624,"count":10},"...",{"size":1672,"count":14}, {"size":1673,"count":4}, {"size":1674,"count":8}, {"size":1675,"count":4}, {"size":1676,"count":6}, {"size":1677,"count":8}, {"size":1678,"count":10}, {"size":1679,"count":8}, {"size":1680,"count":10}, {"size":1681,"count":14}, {"size":1682,"count":10}, {"size":1683,"count":14}, {"size":1684,"count":2}, {"size":1685,"count":10}, {"size":1686,"count":10}, {"size":1687,"count":10}, {"size":1688,"count":2}, {"size":1689,"count":16}, {"size":1690,"count":8}, {"size":1691,"count":8}, {"size":1693,"count":8}, {"size":1694,"count":8}, {"size":1695,"count":14}, {"size":1696,"count":10}, {"size":1697,"count":8}]
Minimum variable degree21
Maximum variable degree43
Distribution of variable degrees[{"degree":21,"count":40},{"degree":22,"count":360},{"degree":41,"count":40},{"degree":43,"count":360}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":12940}]
Number of extensional constraints0
Number of intensional constraints12940
Distribution of constraint types[{"type":"intension","count":12940}]
Optimization problemNO
Type of objective

Solver Data

0.74/0.55	c Concrete v3.10.1560635388952 running
2520.06/2440.85	Exception in thread "main" java.util.concurrent.TimeoutException
2520.06/2440.85		at concrete.MAC.mac(MAC.scala:189)
2520.06/2440.85		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.06/2440.85		at scala.util.Try$.apply(Try.scala:212)
2520.06/2440.85		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.06/2440.85		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.06/2440.85		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.06/2440.85		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2440.85		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2440.85		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.06/2440.85		at concrete.ProblemState.map(ProblemState.scala:228)
2520.06/2440.85		at concrete.ProblemState.map(ProblemState.scala:210)
2520.06/2440.85		at concrete.MAC.nextSolution(MAC.scala:334)
2520.06/2440.85		at concrete.Solver.hasNext(Solver.scala:160)
2520.06/2440.85		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.06/2440.85		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.06/2440.85		at concrete.Solver.nextOption(Solver.scala:67)
2520.06/2440.85		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.06/2440.85		at scala.util.Success.map(Try.scala:264)
2520.06/2440.85		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.06/2440.85		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.06/2440.85		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.06/2440.85		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2440.85		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.06/2440.85		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.06/2440.85		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.06/2440.85		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.06/2440.85		at scala.App.$anonfun$main$1(App.scala:75)
2520.06/2440.85		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.06/2440.85		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2440.85		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2440.85		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.06/2440.85		at scala.App.main(App.scala:75)
2520.06/2440.85		at scala.App.main$(App.scala:73)
2520.06/2440.85		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.06/2440.85		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2440.86	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 (9744 MiB free)
  memory of node 1: 16384 MiB (10588 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387439-1568305060/watcher-4387439-1568305060 -o /tmp/evaluation-result-4387439-1568305060/solver-4387439-1568305060 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568286179-3290 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2119664070 HOME/instance-4387439-1568305060.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=9865, runsolver pid=9862

[startup+0.101582 s]*
/proc/loadavg: 1.40 1.55 1.54 3/218 9922
/proc/meminfo: memFree=20810836/32770624 swapFree=66952812/67108860
[pid=9865] ppid=9862 vsize=9972712 memory=18596 CPUtime=0.09 cores=0,2,4,6
/proc/9865/stat : 9865 (java) S 9862 9865 2339 0 -1 1077944320 4375 13029 0 0 1 0 5 3 20 0 6 0 406447919 10212057088 4649 33554432000 4194304 4196468 140735435312256 140735435294800 140492995423991 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
/proc/9865/statm: 2493178 4649 1935 1 0 2481616 0
[pid=9865/tid=9918] ppid=9862 vsize=9972712 memory=7892391828772250251 CPUtime=0.09 cores=0,2,4,6
/proc/9865/task/9918/stat : 9918 (java) R 9862 9865 2339 0 -1 4202560 2176 13029 0 0 1 0 5 3 20 0 6 0 406447928 10212057088 4649 33554432000 4194304 4196468 140735435312256 140492967260752 140492980735993 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9919] ppid=9862 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9919/stat : 9919 (java) S 9862 9865 2339 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 6 0 406447929 10212057088 4649 33554432000 4194304 4196468 140735435312256 140492999666704 140492995434197 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9920] ppid=9862 vsize=9972712 memory=140260330358400 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9920/stat : 9920 (java) S 9862 9865 2339 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 6 0 406447929 10212057088 4649 33554432000 4194304 4196468 140735435312256 140492887940240 140492995434197 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9921] ppid=9862 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9921/stat : 9921 (java) S 9862 9865 2339 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 6 0 406447929 10212057088 4649 33554432000 4194304 4196468 140735435312256 140492886887184 140492995434197 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9922] ppid=9862 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9922/stat : 9922 (java) S 9862 9865 2339 0 -1 1077944384 2 13029 0 0 0 0 5 3 20 0 6 0 406447929 10212057088 4649 33554432000 4194304 4196468 140735435312256 140492885834640 140492995434197 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.210104 s]*
/proc/loadavg: 1.40 1.55 1.54 3/227 9931
/proc/meminfo: memFree=20791944/32770624 swapFree=66952812/67108860
[pid=9865] ppid=9862 vsize=10818940 memory=41824 CPUtime=0.26 cores=0,2,4,6
/proc/9865/stat : 9865 (java) S 9862 9865 2339 0 -1 1077944320 6766 13029 0 0 17 1 5 3 20 0 15 0 406447919 11078594560 10456 33554432000 4194304 4196468 140735435312256 140735435294800 140492995423991 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
/proc/9865/statm: 2704735 10456 2983 1 0 2667149 0
[pid=9865/tid=9918] ppid=9862 vsize=10818940 memory=7822038051842263955 CPUtime=0.2 cores=0,2,4,6
/proc/9865/task/9918/stat : 9918 (java) R 9862 9865 2339 0 -1 4202560 3255 13029 0 0 11 1 5 3 20 0 15 0 406447928 11078594560 10456 33554432000 4194304 4196468 140735435312256 140492967257464 140492979504478 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9919] ppid=9862 vsize=10818940 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9919/stat : 9919 (java) S 9862 9865 2339 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 406447929 11078594560 10456 33554432000 4194304 4196468 140735435312256 140492999666704 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9920] ppid=9862 vsize=10818940 memory=140260330358400 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9920/stat : 9920 (java) S 9862 9865 2339 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 406447929 11078594560 10456 33554432000 4194304 4196468 140735435312256 140492887940240 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9921] ppid=9862 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9921/stat : 9921 (java) S 9862 9865 2339 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 406447929 11078594560 10456 33554432000 4194304 4196468 140735435312256 140492886887184 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9922] ppid=9862 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9922/stat : 9922 (java) S 9862 9865 2339 0 -1 1077944384 2 13029 0 0 0 0 5 3 20 0 15 0 406447929 11078594560 10456 33554432000 4194304 4196468 140735435312256 140492885834640 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9923] ppid=9862 vsize=10818940 memory=140260330358400 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9923/stat : 9923 (java) S 9862 9865 2339 0 -1 1077944384 2 13029 0 0 0 0 5 3 20 0 15 0 406447930 11078594560 10456 33554432000 4194304 4196468 140735435312256 140492453918960 140492995435138 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9924] ppid=9862 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9924/stat : 9924 (java) S 9862 9865 2339 0 -1 1077944384 33 13029 0 0 0 0 5 3 20 0 15 0 406447931 11078594560 10456 33554432000 4194304 4196468 140735435312256 140492452865184 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9925] ppid=9862 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9925/stat : 9925 (java) S 9862 9865 2339 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 406447931 11078594560 10456 33554432000 4194304 4196468 140735435312256 140492339667696 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9926] ppid=9862 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9926/stat : 9926 (java) S 9862 9865 2339 0 -1 1077944384 2 13029 0 0 0 0 5 3 20 0 15 0 406447934 11078594560 10456 33554432000 4194304 4196468 140735435312256 140491735689168 140492995442587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9927] ppid=9862 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9865/task/9927/stat : 9927 (java) S 9862 9865 2339 0 -1 1077944384 477 13029 0 0 1 0 5 3 20 0 15 0 406447934 11078594560 10456 33554432000 4194304 4196468 140735435312256 140492419308272 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9928] ppid=9862 vsize=10818940 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/9865/task/9928/stat : 9928 (java) S 9862 9865 2339 0 -1 1077944384 158 13029 0 0 1 0 5 3 20 0 15 0 406447934 11078594560 10456 33554432000 4194304 4196468 140735435312256 140492418255728 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9929] ppid=9862 vsize=10818940 memory=140260330358400 CPUtime=0.11 cores=0,2,4,6
/proc/9865/task/9929/stat : 9929 (java) R 9862 9865 2339 0 -1 4202560 628 13029 0 0 3 0 5 3 20 0 15 0 406447934 11078594560 10456 33554432000 4194304 4196468 140735435312256 140492417202672 140492995445338 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9930] ppid=9862 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9930/stat : 9930 (java) S 9862 9865 2339 0 -1 1077944384 3 13029 0 0 0 0 5 3 20 0 15 0 406447934 11078594560 10456 33554432000 4194304 4196468 140735435312256 140491265928032 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9931] ppid=9862 vsize=10818940 memory=140260330358400 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9931/stat : 9931 (java) S 9862 9865 2339 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 406447934 11078594560 10456 33554432000 4194304 4196468 140735435312256 140492416150064 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 41824 KiB

[startup+0.310553 s]*
/proc/loadavg: 1.40 1.55 1.54 4/227 9931
/proc/meminfo: memFree=20780316/32770624 swapFree=66952812/67108860
[pid=9865] ppid=9862 vsize=10820096 memory=53152 CPUtime=0.4 cores=0,2,4,6
/proc/9865/stat : 9865 (java) S 9862 9865 2339 0 -1 1077944320 10513 13029 0 0 29 3 5 3 20 0 15 0 406447919 11079778304 13288 33554432000 4194304 4196468 140735435312256 140735435294800 140492995423991 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
/proc/9865/statm: 2705024 13288 3237 1 0 2667149 0
[pid=9865/tid=9918] ppid=9862 vsize=10820096 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/9865/task/9918/stat : 9918 (java) R 9862 9865 2339 0 -1 4202560 6981 13029 0 0 19 2 5 3 20 0 15 0 406447928 11079778304 13288 33554432000 4194304 4196468 140735435312256 140492967244208 140492995445917 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9919] ppid=9862 vsize=10820096 memory=7014465693938770534 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9919/stat : 9919 (java) S 9862 9865 2339 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 406447929 11079778304 13288 33554432000 4194304 4196468 140735435312256 140492999666704 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9920] ppid=9862 vsize=10820096 memory=5788339726952981056 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9920/stat : 9920 (java) S 9862 9865 2339 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 406447929 11079778304 13288 33554432000 4194304 4196468 140735435312256 140492887940240 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9921] ppid=9862 vsize=10820096 memory=7019607348217401033 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9921/stat : 9921 (java) S 9862 9865 2339 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 406447929 11079778304 13288 33554432000 4194304 4196468 140735435312256 140492886887184 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9922] ppid=9862 vsize=10820096 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9922/stat : 9922 (java) S 9862 9865 2339 0 -1 1077944384 2 13029 0 0 0 0 5 3 20 0 15 0 406447929 11079778304 13288 33554432000 4194304 4196468 140735435312256 140492885834640 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9923] ppid=9862 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9923/stat : 9923 (java) S 9862 9865 2339 0 -1 1077944384 2 13029 0 0 0 0 5 3 20 0 15 0 406447930 11079778304 13288 33554432000 4194304 4196468 140735435312256 140492453918960 140492995435138 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9924] ppid=9862 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9924/stat : 9924 (java) S 9862 9865 2339 0 -1 1077944384 33 13029 0 0 0 0 5 3 20 0 15 0 406447931 11079778304 13288 33554432000 4194304 4196468 140735435312256 140492452865184 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9925] ppid=9862 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9925/stat : 9925 (java) S 9862 9865 2339 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 406447931 11079778304 13288 33554432000 4194304 4196468 140735435312256 140492339667696 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9926] ppid=9862 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9926/stat : 9926 (java) S 9862 9865 2339 0 -1 1077944384 2 13029 0 0 0 0 5 3 20 0 15 0 406447934 11079778304 13288 33554432000 4194304 4196468 140735435312256 140491735689168 140492995442587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9927] ppid=9862 vsize=10820096 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/9865/task/9927/stat : 9927 (java) S 9862 9865 2339 0 -1 1077944384 479 13029 0 0 2 0 5 3 20 0 15 0 406447934 11079778304 13288 33554432000 4194304 4196468 140735435312256 140492419308272 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9928] ppid=9862 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9865/task/9928/stat : 9928 (java) S 9862 9865 2339 0 -1 1077944384 158 13029 0 0 1 0 5 3 20 0 15 0 406447934 11079778304 13288 33554432000 4194304 4196468 140735435312256 140492418255728 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9929] ppid=9862 vsize=10820096 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/9865/task/9929/stat : 9929 (java) S 9862 9865 2339 0 -1 1077944384 637 13029 0 0 5 0 5 3 20 0 15 0 406447934 11079778304 13288 33554432000 4194304 4196468 140735435312256 140492417202672 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9930] ppid=9862 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9930/stat : 9930 (java) S 9862 9865 2339 0 -1 1077944384 3 13029 0 0 0 0 5 3 20 0 15 0 406447934 11079778304 13288 33554432000 4194304 4196468 140735435312256 140491265928032 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9931] ppid=9862 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9931/stat : 9931 (java) S 9862 9865 2339 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 406447934 11079778304 13288 33554432000 4194304 4196468 140735435312256 140492416150064 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 53152 KiB

[startup+0.70375 s]
/proc/loadavg: 1.40 1.55 1.54 5/227 9931
/proc/meminfo: memFree=20766032/32770624 swapFree=66952812/67108860
[pid=9865] ppid=9862 vsize=10824340 memory=82796 CPUtime=1.15 cores=0,2,4,6
/proc/9865/stat : 9865 (java) S 9862 9865 2339 0 -1 1077944320 14383 13029 0 0 102 5 5 3 20 0 15 0 406447919 11084124160 20699 33554432000 4194304 4196468 140735435312256 140735435294800 140492995423991 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
/proc/9865/statm: 2706085 20699 3508 1 0 2668173 0
[pid=9865/tid=9918] ppid=9862 vsize=10824340 memory=2241 CPUtime=0.67 cores=0,2,4,6
/proc/9865/task/9918/stat : 9918 (java) D 9862 9865 2339 0 -1 1077944384 10075 13029 0 0 55 4 5 3 20 0 15 0 406447928 11084124160 20699 33554432000 4194304 4196468 140735435312256 140492967250976 140492995446013 0 4 0 16800975 18446744072101637668 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9919] ppid=9862 vsize=10824340 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9919/stat : 9919 (java) S 9862 9865 2339 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 406447929 11084124160 20699 33554432000 4194304 4196468 140735435312256 140492999666704 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9920] ppid=9862 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9920/stat : 9920 (java) S 9862 9865 2339 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 406447929 11084124160 20699 33554432000 4194304 4196468 140735435312256 140492887940240 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9921] ppid=9862 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9921/stat : 9921 (java) S 9862 9865 2339 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 406447929 11084124160 20699 33554432000 4194304 4196468 140735435312256 140492886887184 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9922] ppid=9862 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9922/stat : 9922 (java) S 9862 9865 2339 0 -1 1077944384 2 13029 0 0 0 0 5 3 20 0 15 0 406447929 11084124160 20699 33554432000 4194304 4196468 140735435312256 140492885834640 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9923] ppid=9862 vsize=10824340 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9923/stat : 9923 (java) S 9862 9865 2339 0 -1 1077944384 5 13029 0 0 0 0 5 3 20 0 15 0 406447930 11084124160 20699 33554432000 4194304 4196468 140735435312256 140492453918960 140492995435138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9924] ppid=9862 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9924/stat : 9924 (java) S 9862 9865 2339 0 -1 1077944384 33 13029 0 0 0 0 5 3 20 0 15 0 406447931 11084124160 20699 33554432000 4194304 4196468 140735435312256 140492452865184 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9925] ppid=9862 vsize=10824340 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9925/stat : 9925 (java) S 9862 9865 2339 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 406447931 11084124160 20699 33554432000 4194304 4196468 140735435312256 140492339667696 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9926] ppid=9862 vsize=10824340 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9926/stat : 9926 (java) S 9862 9865 2339 0 -1 1077944384 2 13029 0 0 0 0 5 3 20 0 15 0 406447934 11084124160 20699 33554432000 4194304 4196468 140735435312256 140491735689168 140492995442587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9927] ppid=9862 vsize=10824340 memory=140260210149264 CPUtime=0.23 cores=0,2,4,6
/proc/9865/task/9927/stat : 9927 (java) S 9862 9865 2339 0 -1 1077944384 862 13029 0 0 15 0 5 3 20 0 15 0 406447934 11084124160 20699 33554432000 4194304 4196468 140735435312256 140492419308272 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9928] ppid=9862 vsize=10824340 memory=24964 CPUtime=0.2 cores=0,2,4,6
/proc/9865/task/9928/stat : 9928 (java) S 9862 9865 2339 0 -1 1077944384 398 13029 0 0 12 0 5 3 20 0 15 0 406447934 11084124160 20699 33554432000 4194304 4196468 140735435312256 140492418255728 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9929] ppid=9862 vsize=10824340 memory=2244 CPUtime=0.25 cores=0,2,4,6
/proc/9865/task/9929/stat : 9929 (java) S 9862 9865 2339 0 -1 1077944384 787 13029 0 0 17 0 5 3 20 0 15 0 406447934 11084124160 20699 33554432000 4194304 4196468 140735435312256 140492417202672 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9930] ppid=9862 vsize=10824340 memory=140260210146672 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9930/stat : 9930 (java) S 9862 9865 2339 0 -1 1077944384 3 13029 0 0 0 0 5 3 20 0 15 0 406447934 11084124160 20699 33554432000 4194304 4196468 140735435312256 140491265928032 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9931] ppid=9862 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9931/stat : 9931 (java) S 9862 9865 2339 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 406447934 11084124160 20699 33554432000 4194304 4196468 140735435312256 140492416150064 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82796 KiB

[startup+1.50077 s]
/proc/loadavg: 1.40 1.55 1.54 5/227 9931
/proc/meminfo: memFree=20704544/32770624 swapFree=66952812/67108860
[pid=9865] ppid=9862 vsize=10835640 memory=229932 CPUtime=3.54 cores=0,2,4,6
/proc/9865/stat : 9865 (java) S 9862 9865 2339 0 -1 1077944320 33708 13029 0 0 335 11 5 3 20 0 15 0 406447919 11095695360 57483 33554432000 4194304 4196468 140735435312256 140735435294800 140492995423991 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
/proc/9865/statm: 2708910 57483 3550 1 0 2670979 0
[pid=9865/tid=9918] ppid=9862 vsize=10835640 memory=26 CPUtime=1.46 cores=0,2,4,6
/proc/9865/task/9918/stat : 9918 (java) R 9862 9865 2339 0 -1 4202560 15641 13029 0 0 131 7 5 3 20 0 15 0 406447928 11095695360 57483 33554432000 4194304 4196468 140735435312256 140492967243040 140492979504478 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9919] ppid=9862 vsize=10835640 memory=30 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9919/stat : 9919 (java) S 9862 9865 2339 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 406447929 11095695360 57483 33554432000 4194304 4196468 140735435312256 140492999666704 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9920] ppid=9862 vsize=10835640 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9920/stat : 9920 (java) S 9862 9865 2339 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 406447929 11095695360 57483 33554432000 4194304 4196468 140735435312256 140492887940240 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9921] ppid=9862 vsize=10835640 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9921/stat : 9921 (java) S 9862 9865 2339 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 406447929 11095695360 57483 33554432000 4194304 4196468 140735435312256 140492886887184 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9922] ppid=9862 vsize=10835640 memory=104040 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9922/stat : 9922 (java) S 9862 9865 2339 0 -1 1077944384 2 13029 0 0 0 0 5 3 20 0 15 0 406447929 11095695360 57483 33554432000 4194304 4196468 140735435312256 140492885834640 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9923] ppid=9862 vsize=10835640 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9923/stat : 9923 (java) S 9862 9865 2339 0 -1 1077944384 15 13029 0 0 0 0 5 3 20 0 15 0 406447930 11095695360 57483 33554432000 4194304 4196468 140735435312256 140492453918960 140492995435138 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9924] ppid=9862 vsize=10835640 memory=7014751519734256483 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9924/stat : 9924 (java) S 9862 9865 2339 0 -1 1077944384 33 13029 0 0 0 0 5 3 20 0 15 0 406447931 11095695360 57483 33554432000 4194304 4196468 140735435312256 140492452865184 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9925] ppid=9862 vsize=10835640 memory=7157469314380885080 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9925/stat : 9925 (java) S 9862 9865 2339 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 406447931 11095695360 57483 33554432000 4194304 4196468 140735435312256 140492339667696 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9926] ppid=9862 vsize=10835640 memory=7668900546674388839 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9926/stat : 9926 (java) S 9862 9865 2339 0 -1 1077944384 2 13029 0 0 0 0 5 3 20 0 15 0 406447934 11095695360 57483 33554432000 4194304 4196468 140735435312256 140491735689168 140492995442587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9927] ppid=9862 vsize=10835640 memory=4639948313719891052 CPUtime=0.85 cores=0,2,4,6
/proc/9865/task/9927/stat : 9927 (java) S 9862 9865 2339 0 -1 1077944384 5009 13029 0 0 77 0 5 3 20 0 15 0 406447934 11095695360 57483 33554432000 4194304 4196468 140735435312256 140492419308272 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9928] ppid=9862 vsize=10835640 memory=7884509300715382355 CPUtime=0.93 cores=0,2,4,6
/proc/9865/task/9928/stat : 9928 (java) R 9862 9865 2339 0 -1 4202560 8545 13029 0 0 84 1 5 3 20 0 15 0 406447934 11095695360 57483 33554432000 4194304 4196468 140735435312256 140492418241888 140492976968191 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9929] ppid=9862 vsize=10835640 memory=7014751519734256483 CPUtime=0.48 cores=0,2,4,6
/proc/9865/task/9929/stat : 9929 (java) S 9862 9865 2339 0 -1 1077944384 2243 13029 0 0 40 0 5 3 20 0 15 0 406447934 11095695360 57483 33554432000 4194304 4196468 140735435312256 140492417202672 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9930] ppid=9862 vsize=10835640 memory=7014751519734256483 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9930/stat : 9930 (java) S 9862 9865 2339 0 -1 1077944384 3 13029 0 0 0 0 5 3 20 0 15 0 406447934 11095695360 57483 33554432000 4194304 4196468 140735435312256 140491265928032 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9931] ppid=9862 vsize=10835640 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9931/stat : 9931 (java) S 9862 9865 2339 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 406447934 11095695360 57483 33554432000 4194304 4196468 140735435312256 140492416150064 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
Current children cumulated CPU time: 3.54 s
Current children cumulated vsize: 10835640 KiB

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

/proc/9865/task/9918/stat : 9918 (java) R 9862 9865 2339 0 -1 4202560 119317 13029 0 0 224298 66 5 3 20 0 15 0 406447928 11107291136 409513 33554432000 4194304 4196468 140735435312256 140492967260000 140492576937104 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9919] ppid=9862 vsize=10846964 memory=1638052 CPUtime=14.41 cores=0,2,4,6
/proc/9865/task/9919/stat : 9919 (java) S 9862 9865 2339 0 -1 1077944384 25244 13029 0 0 1398 35 5 3 20 0 15 0 406447929 11107291136 409513 33554432000 4194304 4196468 140735435312256 140492999666704 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9920] ppid=9862 vsize=10846964 memory=1640616 CPUtime=14.37 cores=0,2,4,6
/proc/9865/task/9920/stat : 9920 (java) S 9862 9865 2339 0 -1 1077944384 27268 13029 0 0 1396 33 5 3 20 0 15 0 406447929 11107291136 409513 33554432000 4194304 4196468 140735435312256 140492887940240 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9921] ppid=9862 vsize=10846964 memory=1638564 CPUtime=14.4 cores=0,2,4,6
/proc/9865/task/9921/stat : 9921 (java) S 9862 9865 2339 0 -1 1077944384 31975 13029 0 0 1399 33 5 3 20 0 15 0 406447929 11107291136 409513 33554432000 4194304 4196468 140735435312256 140492886887184 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9922] ppid=9862 vsize=10846964 memory=1638052 CPUtime=14.34 cores=0,2,4,6
/proc/9865/task/9922/stat : 9922 (java) S 9862 9865 2339 0 -1 1077944384 23976 13029 0 0 1393 33 5 3 20 0 15 0 406447929 11107291136 409513 33554432000 4194304 4196468 140735435312256 140492885834640 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9923] ppid=9862 vsize=10846964 memory=0 CPUtime=2.68 cores=0,2,4,6
/proc/9865/task/9923/stat : 9923 (java) S 9862 9865 2339 0 -1 1077944384 22116 13029 0 0 226 34 5 3 20 0 15 0 406447930 11107291136 409513 33554432000 4194304 4196468 140735435312256 140492453918960 140492995435138 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9924] ppid=9862 vsize=10846964 memory=1641132 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9924/stat : 9924 (java) S 9862 9865 2339 0 -1 1077944384 53 13029 0 0 0 0 5 3 20 0 15 0 406447931 11107291136 409513 33554432000 4194304 4196468 140735435312256 140492452865248 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9925] ppid=9862 vsize=10846964 memory=1645236 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9925/stat : 9925 (java) S 9862 9865 2339 0 -1 1077944384 4 13029 0 0 0 0 5 3 20 0 15 0 406447931 11107291136 409513 33554432000 4194304 4196468 140735435312256 140492339667712 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9926] ppid=9862 vsize=10846964 memory=1640616 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9926/stat : 9926 (java) S 9862 9865 2339 0 -1 1077944384 2 13029 0 0 0 0 5 3 20 0 15 0 406447934 11107291136 409513 33554432000 4194304 4196468 140735435312256 140491735689168 140492995442587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9927] ppid=9862 vsize=10846964 memory=804 CPUtime=13.66 cores=0,2,4,6
/proc/9865/task/9927/stat : 9927 (java) S 9862 9865 2339 0 -1 1077944384 52854 13029 0 0 1352 6 5 3 20 0 15 0 406447934 11107291136 409513 33554432000 4194304 4196468 140735435312256 140492419308272 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9928] ppid=9862 vsize=10846964 memory=1638052 CPUtime=14.47 cores=0,2,4,6
/proc/9865/task/9928/stat : 9928 (java) S 9862 9865 2339 0 -1 1077944384 58333 13029 0 0 1432 7 5 3 20 0 15 0 406447934 11107291136 409513 33554432000 4194304 4196468 140735435312256 140492418255728 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9929] ppid=9862 vsize=10846964 memory=1638564 CPUtime=4.62 cores=0,2,4,6
/proc/9865/task/9929/stat : 9929 (java) S 9862 9865 2339 0 -1 1077944384 38176 13029 0 0 447 7 5 3 20 0 15 0 406447934 11107291136 409513 33554432000 4194304 4196468 140735435312256 140492417202672 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9930] ppid=9862 vsize=10846964 memory=1640616 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9930/stat : 9930 (java) S 9862 9865 2339 0 -1 1077944384 3 13029 0 0 0 0 5 3 20 0 15 0 406447934 11107291136 409513 33554432000 4194304 4196468 140735435312256 140491265928032 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9931] ppid=9862 vsize=10846964 memory=1654468 CPUtime=1.41 cores=0,2,4,6
/proc/9865/task/9931/stat : 9931 (java) S 9862 9865 2339 0 -1 1077944384 1936 13029 0 0 64 69 5 3 20 0 15 0 406447934 11107291136 409513 33554432000 4194304 4196468 140735435312256 140492416150064 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
Current children cumulated CPU time: 2337.46 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1638052 KiB

[startup+2322.3 s]
/proc/loadavg: 1.18 1.32 1.42 3/227 10427
/proc/meminfo: memFree=20243364/32770624 swapFree=66952812/67108860
[pid=9865] ppid=9862 vsize=10846964 memory=1615992 CPUtime=2398.82 cores=0,2,4,6
/proc/9865/stat : 9865 (java) S 9862 9865 2339 0 -1 1077944320 406497 13029 0 0 239566 308 5 3 20 0 15 0 406447919 11107291136 403998 33554432000 4194304 4196468 140735435312256 140735435294800 140492995423991 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
/proc/9865/statm: 2711741 403998 3643 1 0 2673805 0
[pid=9865/tid=9918] ppid=9862 vsize=10846964 memory=2120 CPUtime=2303.1 cores=0,2,4,6
/proc/9865/task/9918/stat : 9918 (java) R 9862 9865 2339 0 -1 4202560 120284 13029 0 0 230236 66 5 3 20 0 15 0 406447928 11107291136 403998 33554432000 4194304 4196468 140735435312256 140492967259216 140492572749356 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9919] ppid=9862 vsize=10846964 memory=1617020 CPUtime=14.86 cores=0,2,4,6
/proc/9865/task/9919/stat : 9919 (java) S 9862 9865 2339 0 -1 1077944384 26156 13029 0 0 1442 36 5 3 20 0 15 0 406447929 11107291136 403998 33554432000 4194304 4196468 140735435312256 140492999666704 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9920] ppid=9862 vsize=10846964 memory=1621636 CPUtime=14.84 cores=0,2,4,6
/proc/9865/task/9920/stat : 9920 (java) S 9862 9865 2339 0 -1 1077944384 27701 13029 0 0 1442 34 5 3 20 0 15 0 406447929 11107291136 403998 33554432000 4194304 4196468 140735435312256 140492887940240 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9921] ppid=9862 vsize=10846964 memory=1617532 CPUtime=14.87 cores=0,2,4,6
/proc/9865/task/9921/stat : 9921 (java) S 9862 9865 2339 0 -1 1077944384 32048 13029 0 0 1445 34 5 3 20 0 15 0 406447929 11107291136 403998 33554432000 4194304 4196468 140735435312256 140492886887184 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9922] ppid=9862 vsize=10846964 memory=1617532 CPUtime=14.8 cores=0,2,4,6
/proc/9865/task/9922/stat : 9922 (java) S 9862 9865 2339 0 -1 1077944384 24186 13029 0 0 1439 33 5 3 20 0 15 0 406447929 11107291136 403998 33554432000 4194304 4196468 140735435312256 140492885834640 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9923] ppid=9862 vsize=10846964 memory=1616508 CPUtime=2.76 cores=0,2,4,6
/proc/9865/task/9923/stat : 9923 (java) S 9862 9865 2339 0 -1 1077944384 22509 13029 0 0 234 34 5 3 20 0 15 0 406447930 11107291136 403998 33554432000 4194304 4196468 140735435312256 140492453918960 140492995435138 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9924] ppid=9862 vsize=10846964 memory=1615992 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9924/stat : 9924 (java) S 9862 9865 2339 0 -1 1077944384 53 13029 0 0 0 0 5 3 20 0 15 0 406447931 11107291136 403998 33554432000 4194304 4196468 140735435312256 140492452865248 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9925] ppid=9862 vsize=10846964 memory=1615992 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9925/stat : 9925 (java) S 9862 9865 2339 0 -1 1077944384 4 13029 0 0 0 0 5 3 20 0 15 0 406447931 11107291136 403998 33554432000 4194304 4196468 140735435312256 140492339667712 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9926] ppid=9862 vsize=10846964 memory=1615992 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9926/stat : 9926 (java) S 9862 9865 2339 0 -1 1077944384 2 13029 0 0 0 0 5 3 20 0 15 0 406447934 11107291136 403998 33554432000 4194304 4196468 140735435312256 140491735689168 140492995442587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9927] ppid=9862 vsize=10846964 memory=1615992 CPUtime=13.66 cores=0,2,4,6
/proc/9865/task/9927/stat : 9927 (java) S 9862 9865 2339 0 -1 1077944384 52858 13029 0 0 1352 6 5 3 20 0 15 0 406447934 11107291136 403998 33554432000 4194304 4196468 140735435312256 140492419308272 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9928] ppid=9862 vsize=10846964 memory=1618044 CPUtime=14.47 cores=0,2,4,6
/proc/9865/task/9928/stat : 9928 (java) S 9862 9865 2339 0 -1 1077944384 58337 13029 0 0 1432 7 5 3 20 0 15 0 406447934 11107291136 403998 33554432000 4194304 4196468 140735435312256 140492418255728 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9929] ppid=9862 vsize=10846964 memory=1720 CPUtime=4.62 cores=0,2,4,6
/proc/9865/task/9929/stat : 9929 (java) S 9862 9865 2339 0 -1 1077944384 38180 13029 0 0 447 7 5 3 20 0 15 0 406447934 11107291136 403998 33554432000 4194304 4196468 140735435312256 140492417202672 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9930] ppid=9862 vsize=10846964 memory=1324 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9930/stat : 9930 (java) S 9862 9865 2339 0 -1 1077944384 3 13029 0 0 0 0 5 3 20 0 15 0 406447934 11107291136 403998 33554432000 4194304 4196468 140735435312256 140491265928032 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9931] ppid=9862 vsize=10846964 memory=11624 CPUtime=1.44 cores=0,2,4,6
/proc/9865/task/9931/stat : 9931 (java) S 9862 9865 2339 0 -1 1077944384 1965 13029 0 0 66 70 5 3 20 0 15 0 406447934 11107291136 403998 33554432000 4194304 4196468 140735435312256 140492416150064 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
Current children cumulated CPU time: 2398.82 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1615992 KiB

[startup+2382.3 s]
/proc/loadavg: 1.69 1.45 1.46 3/227 10431
/proc/meminfo: memFree=20273852/32770624 swapFree=66952812/67108860
[pid=9865] ppid=9862 vsize=10846964 memory=1583672 CPUtime=2460.2 cores=0,2,4,6
/proc/9865/stat : 9865 (java) S 9862 9865 2339 0 -1 1077944320 408876 13029 0 0 245700 312 5 3 20 0 15 0 406447919 11107291136 395918 33554432000 4194304 4196468 140735435312256 140735435294800 140492995423991 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
/proc/9865/statm: 2711741 395918 3643 1 0 2673805 0
[pid=9865/tid=9918] ppid=9862 vsize=10846964 memory=1584184 CPUtime=2362.49 cores=0,2,4,6
/proc/9865/task/9918/stat : 9918 (java) R 9862 9865 2339 0 -1 4202560 121131 13029 0 0 236175 66 5 3 20 0 15 0 406447928 11107291136 395918 33554432000 4194304 4196468 140735435312256 140492967260000 140492567951484 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9919] ppid=9862 vsize=10846964 memory=1584696 CPUtime=15.33 cores=0,2,4,6
/proc/9865/task/9919/stat : 9919 (java) S 9862 9865 2339 0 -1 1077944384 26447 13029 0 0 1488 37 5 3 20 0 15 0 406447929 11107291136 395918 33554432000 4194304 4196468 140735435312256 140492999666704 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9920] ppid=9862 vsize=10846964 memory=1594956 CPUtime=15.3 cores=0,2,4,6
/proc/9865/task/9920/stat : 9920 (java) S 9862 9865 2339 0 -1 1077944384 28137 13029 0 0 1487 35 5 3 20 0 15 0 406447929 11107291136 395918 33554432000 4194304 4196468 140735435312256 140492887940240 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9921] ppid=9862 vsize=10846964 memory=1603164 CPUtime=15.33 cores=0,2,4,6
/proc/9865/task/9921/stat : 9921 (java) S 9862 9865 2339 0 -1 1077944384 32090 13029 0 0 1491 34 5 3 20 0 15 0 406447929 11107291136 395918 33554432000 4194304 4196468 140735435312256 140492886887184 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9922] ppid=9862 vsize=10846964 memory=1591880 CPUtime=15.27 cores=0,2,4,6
/proc/9865/task/9922/stat : 9922 (java) S 9862 9865 2339 0 -1 1077944384 24429 13029 0 0 1485 34 5 3 20 0 15 0 406447929 11107291136 395918 33554432000 4194304 4196468 140735435312256 140492885834640 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9923] ppid=9862 vsize=10846964 memory=1592904 CPUtime=2.84 cores=0,2,4,6
/proc/9865/task/9923/stat : 9923 (java) S 9862 9865 2339 0 -1 1077944384 22709 13029 0 0 241 35 5 3 20 0 15 0 406447930 11107291136 395918 33554432000 4194304 4196468 140735435312256 140492453918960 140492995435138 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9924] ppid=9862 vsize=10846964 memory=1588800 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9924/stat : 9924 (java) S 9862 9865 2339 0 -1 1077944384 53 13029 0 0 0 0 5 3 20 0 15 0 406447931 11107291136 395918 33554432000 4194304 4196468 140735435312256 140492452865248 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9925] ppid=9862 vsize=10846964 memory=1583672 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9925/stat : 9925 (java) S 9862 9865 2339 0 -1 1077944384 4 13029 0 0 0 0 5 3 20 0 15 0 406447931 11107291136 395918 33554432000 4194304 4196468 140735435312256 140492339667712 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9926] ppid=9862 vsize=10846964 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9926/stat : 9926 (java) S 9862 9865 2339 0 -1 1077944384 2 13029 0 0 0 0 5 3 20 0 15 0 406447934 11107291136 395918 33554432000 4194304 4196468 140735435312256 140491735689168 140492995442587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9927] ppid=9862 vsize=10846964 memory=0 CPUtime=13.66 cores=0,2,4,6
/proc/9865/task/9927/stat : 9927 (java) S 9862 9865 2339 0 -1 1077944384 52860 13029 0 0 1352 6 5 3 20 0 15 0 406447934 11107291136 395918 33554432000 4194304 4196468 140735435312256 140492419308272 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9928] ppid=9862 vsize=10846964 memory=1587260 CPUtime=14.49 cores=0,2,4,6
/proc/9865/task/9928/stat : 9928 (java) S 9862 9865 2339 0 -1 1077944384 58637 13029 0 0 1433 8 5 3 20 0 15 0 406447934 11107291136 395918 33554432000 4194304 4196468 140735435312256 140492418255728 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9929] ppid=9862 vsize=10846964 memory=4337 CPUtime=4.62 cores=0,2,4,6
/proc/9865/task/9929/stat : 9929 (java) S 9862 9865 2339 0 -1 1077944384 38182 13029 0 0 447 7 5 3 20 0 15 0 406447934 11107291136 395918 33554432000 4194304 4196468 140735435312256 140492417202672 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9930] ppid=9862 vsize=10846964 memory=1608300 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9930/stat : 9930 (java) S 9862 9865 2339 0 -1 1077944384 3 13029 0 0 0 0 5 3 20 0 15 0 406447934 11107291136 395918 33554432000 4194304 4196468 140735435312256 140491265928032 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9931] ppid=9862 vsize=10846964 memory=14012 CPUtime=1.48 cores=0,2,4,6
/proc/9865/task/9931/stat : 9931 (java) S 9862 9865 2339 0 -1 1077944384 1981 13029 0 0 68 72 5 3 20 0 15 0 406447934 11107291136 395918 33554432000 4194304 4196468 140735435312256 140492416150064 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
Current children cumulated CPU time: 2460.2 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1583672 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2440.8 s]
/proc/loadavg: 1.49 1.45 1.46 3/227 10435
/proc/meminfo: memFree=20326364/32770624 swapFree=66952812/67108860
[pid=9865] ppid=9862 vsize=10846964 memory=1531328 CPUtime=2520.06 cores=0,2,4,6
/proc/9865/stat : 9865 (java) S 9862 9865 2339 0 -1 1077944320 410824 13029 0 0 251680 318 5 3 20 0 15 0 406447919 11107291136 382832 33554432000 4194304 4196468 140735435312256 140735435294800 140492995423991 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
/proc/9865/statm: 2711741 382832 3643 1 0 2673805 0
[pid=9865/tid=9918] ppid=9862 vsize=10846964 memory=37696 CPUtime=2420.42 cores=0,2,4,6
/proc/9865/task/9918/stat : 9918 (java) R 9862 9865 2339 0 -1 4202560 121938 13029 0 0 241968 66 5 3 20 0 15 0 406447928 11107291136 382832 33554432000 4194304 4196468 140735435312256 140492967259456 140492570487203 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9919] ppid=9862 vsize=10846964 memory=992 CPUtime=15.79 cores=0,2,4,6
/proc/9865/task/9919/stat : 9919 (java) S 9862 9865 2339 0 -1 1077944384 26675 13029 0 0 1534 37 5 3 20 0 15 0 406447929 11107291136 382832 33554432000 4194304 4196468 140735435312256 140492999666704 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9920] ppid=9862 vsize=10846964 memory=2044 CPUtime=15.76 cores=0,2,4,6
/proc/9865/task/9920/stat : 9920 (java) S 9862 9865 2339 0 -1 1077944384 28619 13029 0 0 1533 35 5 3 20 0 15 0 406447929 11107291136 382832 33554432000 4194304 4196468 140735435312256 140492887940240 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9921] ppid=9862 vsize=10846964 memory=4004 CPUtime=15.79 cores=0,2,4,6
/proc/9865/task/9921/stat : 9921 (java) S 9862 9865 2339 0 -1 1077944384 32219 13029 0 0 1536 35 5 3 20 0 15 0 406447929 11107291136 382832 33554432000 4194304 4196468 140735435312256 140492886887184 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9922] ppid=9862 vsize=10846964 memory=780 CPUtime=15.72 cores=0,2,4,6
/proc/9865/task/9922/stat : 9922 (java) S 9862 9865 2339 0 -1 1077944384 24510 13029 0 0 1529 35 5 3 20 0 15 0 406447929 11107291136 382832 33554432000 4194304 4196468 140735435312256 140492885834640 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9923] ppid=9862 vsize=10846964 memory=2832 CPUtime=2.92 cores=0,2,4,6
/proc/9865/task/9923/stat : 9923 (java) S 9862 9865 2339 0 -1 1077944384 22908 13029 0 0 248 36 5 3 20 0 15 0 406447930 11107291136 382832 33554432000 4194304 4196468 140735435312256 140492453918960 140492995435138 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9924] ppid=9862 vsize=10846964 memory=1720 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9924/stat : 9924 (java) S 9862 9865 2339 0 -1 1077944384 53 13029 0 0 0 0 5 3 20 0 15 0 406447931 11107291136 382832 33554432000 4194304 4196468 140735435312256 140492452865248 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9925] ppid=9862 vsize=10846964 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9925/stat : 9925 (java) S 9862 9865 2339 0 -1 1077944384 4 13029 0 0 0 0 5 3 20 0 15 0 406447931 11107291136 382832 33554432000 4194304 4196468 140735435312256 140492339667712 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9926] ppid=9862 vsize=10846964 memory=1531840 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9926/stat : 9926 (java) S 9862 9865 2339 0 -1 1077944384 2 13029 0 0 0 0 5 3 20 0 15 0 406447934 11107291136 382832 33554432000 4194304 4196468 140735435312256 140491735689168 140492995442587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9927] ppid=9862 vsize=10846964 memory=4104 CPUtime=13.66 cores=0,2,4,6
/proc/9865/task/9927/stat : 9927 (java) S 9862 9865 2339 0 -1 1077944384 52862 13029 0 0 1352 6 5 3 20 0 15 0 406447934 11107291136 382832 33554432000 4194304 4196468 140735435312256 140492419308272 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9928] ppid=9862 vsize=10846964 memory=1408 CPUtime=14.49 cores=0,2,4,6
/proc/9865/task/9928/stat : 9928 (java) S 9862 9865 2339 0 -1 1077944384 58639 13029 0 0 1433 8 5 3 20 0 15 0 406447934 11107291136 382832 33554432000 4194304 4196468 140735435312256 140492418255728 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9929] ppid=9862 vsize=10846964 memory=3196 CPUtime=4.62 cores=0,2,4,6
/proc/9865/task/9929/stat : 9929 (java) S 9862 9865 2339 0 -1 1077944384 38184 13029 0 0 447 7 5 3 20 0 15 0 406447934 11107291136 382832 33554432000 4194304 4196468 140735435312256 140492417202672 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9930] ppid=9862 vsize=10846964 memory=2196032 CPUtime=0.08 cores=0,2,4,6
/proc/9865/task/9930/stat : 9930 (java) S 9862 9865 2339 0 -1 1077944384 3 13029 0 0 0 0 5 3 20 0 15 0 406447934 11107291136 382832 33554432000 4194304 4196468 140735435312256 140491265928032 140492995434197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
[pid=9865/tid=9931] ppid=9862 vsize=10846964 memory=8112282956445269571 CPUtime=1.51 cores=0,2,4,6
/proc/9865/task/9931/stat : 9931 (java) S 9862 9865 2339 0 -1 1077944384 1997 13029 0 0 69 74 5 3 20 0 15 0 406447934 11107291136 382832 33554432000 4194304 4196468 140735435312256 140492416150064 140492995435138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11616256 140735435315957 140735435318469 140735435318469 140735435321295 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1531328 KiB

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

[startup+2440.87 s]
# the end of solver process 9865 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.92 s, system=3.2299 s

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

Child status: 143
Real time (s): 2440.87
CPU time (s): 2520.15
CPU user time (s): 2516.92
CPU system time (s): 3.2299
CPU usage (%): 103.248
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 3086084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.92
system time used= 3.2299
maximum resident set size= 3086084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 425013
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122981
involuntary context switches= 5540


# summary of solver processes directly reported to runsolver:
#   pid: 9865
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2516.92
#   total CPU system time (s): 3.2299

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7027 second user time and 23.068 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-12 18:16:57
IDJOB=4387439
IDBENCH=138647
IDSOLVER=2823
FILE ID=node117/4387439-1568305060
RUNJOBID= node117-1568286179-3290
PBS_JOBID= 21701085
Free space on /tmp= 58884 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js20/SuperTaillard-js-20-20.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387439-1568305060/watcher-4387439-1568305060 -o /tmp/evaluation-result-4387439-1568305060/solver-4387439-1568305060 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568286179-3290 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2119664070 HOME/instance-4387439-1568305060.xml

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

MD5SUM BENCH= bd4660d9f641dd45473fddd00af9a0d0
RANDOM SEED=2119664070

node117.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.75
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.75
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.75
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.75
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:        20820688 kB
MemAvailable:   28589196 kB
Buffers:          183480 kB
Cached:          7811696 kB
SwapCached:        52484 kB
Active:          4583248 kB
Inactive:        6685392 kB
Active(anon):    3230104 kB
Inactive(anon):    85456 kB
Active(file):    1353144 kB
Inactive(file):  6599936 kB
Unevictable:      106900 kB
Mlocked:          106900 kB
SwapTotal:      67108860 kB
SwapFree:       66952812 kB
Dirty:             35196 kB
Writeback:             0 kB
AnonPages:       3329628 kB
Mapped:            56652 kB
Shmem:             32816 kB
Slab:             271960 kB
SReclaimable:     243888 kB
SUnreclaim:        28072 kB
KernelStack:        3728 kB
PageTables:        11652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4213556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3129344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 58848 MiB
End job on node117 at 2019-09-12 18:57:38