Trace number 4302916

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-SuperNG? (TO) 252.757 135.642

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-graph-13-opt_c18.xml
MD5SUMb4f35f52fd25bddaccbbeb0f9433c3f2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark135769
Best CPU time to get the best result obtained on this benchmark252.173
Satisfiable
(Un)Satisfiability was proved
Number of variables5731
Number of constraints5273
Number of domains11
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":4815},{"size":6,"count":60},{"size":22,"count":30},{"size":24,"count":18},{"size":36,"count":196},{"size":42,"count":130},{"size":44,"count":482}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":4815},{"degree":3,"count":3},{"degree":4,"count":4},{"degree":5,"count":15},{"degree":6,"count":38},{"degree":7,"count":82},{"degree":8,"count":83},{"degree":9,"count":97},{"degree":10,"count":88},{"degree":11,"count":79},{"degree":12,"count":53},{"degree":13,"count":62},{"degree":14,"count":58},{"degree":15,"count":101},{"degree":16,"count":77},{"degree":17,"count":38},{"degree":18,"count":19},{"degree":19,"count":14},{"degree":20,"count":2},{"degree":21,"count":3}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":458},{"arity":3,"count":4815}]
Number of extensional constraints0
Number of intensional constraints5273
Distribution of constraint types[{"type":"intension","count":5273}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.97/0.74	c Concrete v3.9.2.1532736233296 running
252.43/135.57	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.43/135.58		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.43/135.58		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.43/135.58		at scala.runtime.java8.JFunction1$mcZI$sp.apply(JFunction1$mcZI$sp.java:12)
252.43/135.58		at scala.collection.TraversableLike.$anonfun$filterImpl$1(TraversableLike.scala:248)
252.43/135.58		at scala.collection.immutable.RedBlackTree$._foreachKey(RedBlackTree.scala:109)
252.43/135.58		at scala.collection.immutable.RedBlackTree$.foreachKey(RedBlackTree.scala:105)
252.43/135.58		at scala.collection.immutable.TreeSet.foreach(TreeSet.scala:153)
252.43/135.58		at scala.collection.TraversableLike.filterImpl(TraversableLike.scala:247)
252.43/135.58		at scala.collection.TraversableLike.filterImpl$(TraversableLike.scala:245)
252.43/135.58		at scala.collection.immutable.TreeSet.filterImpl(TreeSet.scala:52)
252.43/135.58		at scala.collection.TraversableLike.filter(TraversableLike.scala:259)
252.43/135.58		at scala.collection.TraversableLike.filter$(TraversableLike.scala:259)
252.43/135.58		at scala.collection.immutable.TreeSet.filter(TreeSet.scala:52)
252.43/135.58		at concrete.TreeSetDomain.filter(TreeSetDomain.scala:34)
252.43/135.58		at concrete.TreeSetDomain.filter(TreeSetDomain.scala:9)
252.43/135.58		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.43/135.58		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.43/135.58		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.43/135.58		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.43/135.58		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.43/135.58		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.43/135.58		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.43/135.58		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.43/135.58		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.43/135.58		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.43/135.58		at scala.Option.map(Option.scala:146)
252.43/135.58		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.43/135.58		at concrete.MAC.mac(MAC.scala:203)
252.43/135.58		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.43/135.58		at scala.util.Try$.apply(Try.scala:209)
252.43/135.58		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.43/135.58		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.43/135.58		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.43/135.58		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.43/135.58		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.43/135.58		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.43/135.58		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.43/135.58		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.43/135.58		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.43/135.58		at concrete.MAC.oneRun(MAC.scala:253)
252.43/135.58		at concrete.MAC.nextSolution(MAC.scala:272)
252.43/135.58		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
252.43/135.58		at concrete.ProblemState.map(ProblemState.scala:221)
252.43/135.58		at concrete.ProblemState.map(ProblemState.scala:204)
252.43/135.58		at concrete.MAC.nextSolution(MAC.scala:334)
252.43/135.58		at concrete.Solver.hasNext(Solver.scala:166)
252.43/135.58		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.43/135.58		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.43/135.58		at concrete.Solver.foreach(Solver.scala:68)
252.43/135.58		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.43/135.58		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.43/135.58		at scala.util.Success.map(Try.scala:209)
252.43/135.58		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.43/135.58		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.43/135.58		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.43/135.58		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.43/135.58		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.43/135.58		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.43/135.58		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.43/135.58		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.43/135.58		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.43/135.58		at scala.collection.immutable.List.foreach(List.scala:389)
252.43/135.58		at scala.App.main(App.scala:76)
252.43/135.58		at scala.App.main$(App.scala:74)
252.43/135.58		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.43/135.58		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.43/135.59	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 (8775 MiB free)
  memory of node 1: 16384 MiB (14715 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302916-1532895635/watcher-4302916-1532895635 -o /tmp/evaluation-result-4302916-1532895635/solver-4302916-1532895635 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1950264886 -superng HOME/instance-4302916-1532895635.xml 

running on 4 cores: 1,3,5,7

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=26863, runsolver pid=26860

[startup+0.100107 s]*
/proc/loadavg: 2.81 2.15 1.97 3/207 26920
/proc/meminfo: memFree=24049072/32770624 swapFree=67108792/67108860
[pid=26863] ppid=26860 vsize=10005480 memory=17228 CPUtime=0.08 cores=1,3,5,7
/proc/26863/stat : 26863 (java) S 26860 26863 22977 0 -1 1077944320 4485 12960 0 0 1 0 5 2 20 0 6 0 107126796 10245611520 4307 33554432000 4194304 4196468 140735900779104 140735900761648 140419898388215 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
/proc/26863/statm: 2501370 4307 1935 1 0 2489808 0
[pid=26863/tid=26916] ppid=26860 vsize=10011648 memory=4279135704047189902 CPUtime=0.08 cores=1,3,5,7
/proc/26863/task/26916/stat : 26916 (java) R 26860 26863 22977 0 -1 4202560 2302 12960 0 0 1 0 5 2 20 0 6 0 107126805 10251927552 4372 33554432000 4194304 4196468 140735900779104 140419870224976 140419891105178 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26917] ppid=26860 vsize=10019504 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26917/stat : 26917 (java) S 26860 26863 22977 0 -1 1077944384 1 12960 0 0 0 0 5 2 20 0 6 0 107126806 10259972096 4372 33554432000 4194304 4196468 140735900779104 140419902630160 140419898398421 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26918] ppid=26860 vsize=10021560 memory=139982608664192 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26918/stat : 26918 (java) S 26860 26863 22977 0 -1 1077944384 1 12960 0 0 0 0 5 2 20 0 6 0 107126806 10262077440 4372 33554432000 4194304 4196468 140735900779104 140419796556176 140419898398421 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26919] ppid=26860 vsize=10021560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26919/stat : 26919 (java) S 26860 26863 22977 0 -1 1077944384 1 12960 0 0 0 0 5 2 20 0 6 0 107126806 10262077440 4372 33554432000 4194304 4196468 140735900779104 140419437013520 140419898398421 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26920] ppid=26860 vsize=10021560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26920/stat : 26920 (java) S 26860 26863 22977 0 -1 1077944384 2 12960 0 0 0 0 5 2 20 0 6 0 107126806 10262077440 4372 33554432000 4194304 4196468 140735900779104 140419435960976 140419898398421 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17228 KiB

[startup+0.210191 s]*
/proc/loadavg: 2.81 2.15 1.97 3/216 26929
/proc/meminfo: memFree=24025012/32770624 swapFree=67108792/67108860
[pid=26863] ppid=26860 vsize=10985364 memory=46052 CPUtime=0.25 cores=1,3,5,7
/proc/26863/stat : 26863 (java) S 26860 26863 22977 0 -1 1077944320 8252 12960 0 0 16 2 5 2 20 0 15 0 107126796 11249012736 11513 33554432000 4194304 4196468 140735900779104 140735900761648 140419898388215 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
/proc/26863/statm: 2746341 11513 2948 1 0 2708764 0
[pid=26863/tid=26916] ppid=26860 vsize=10985364 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/26863/task/26916/stat : 26916 (java) R 26860 26863 22977 0 -1 4202560 4910 12960 0 0 11 1 5 2 20 0 15 0 107126805 11249012736 11645 33554432000 4194304 4196468 140735900779104 140419870213024 140419891067933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26917] ppid=26860 vsize=10985364 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26917/stat : 26917 (java) S 26860 26863 22977 0 -1 1077944384 1 12960 0 0 0 0 5 2 20 0 15 0 107126806 11249012736 11645 33554432000 4194304 4196468 140735900779104 140419902630160 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26918] ppid=26860 vsize=10985364 memory=3978562503195887264 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26918/stat : 26918 (java) S 26860 26863 22977 0 -1 1077944384 1 12960 0 0 0 0 5 2 20 0 15 0 107126806 11249012736 11645 33554432000 4194304 4196468 140735900779104 140419796556176 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26919] ppid=26860 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26919/stat : 26919 (java) S 26860 26863 22977 0 -1 1077944384 1 12960 0 0 0 0 5 2 20 0 15 0 107126806 11249012736 11711 33554432000 4194304 4196468 140735900779104 140419437013520 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26920] ppid=26860 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26920/stat : 26920 (java) S 26860 26863 22977 0 -1 1077944384 2 12960 0 0 0 0 5 2 20 0 15 0 107126806 11249012736 11711 33554432000 4194304 4196468 140735900779104 140419435960976 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26921] ppid=26860 vsize=10985364 memory=139982608664192 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26921/stat : 26921 (java) S 26860 26863 22977 0 -1 1077944384 2 12960 0 0 0 0 5 2 20 0 15 0 107126807 11249012736 11711 33554432000 4194304 4196468 140735900779104 140418868042224 140419898399362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26922] ppid=26860 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26922/stat : 26922 (java) S 26860 26863 22977 0 -1 1077944384 13 12960 0 0 0 0 5 2 20 0 15 0 107126808 11249012736 11711 33554432000 4194304 4196468 140735900779104 140418788353440 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26923] ppid=26860 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26923/stat : 26923 (java) S 26860 26863 22977 0 -1 1077944384 1 12960 0 0 0 0 5 2 20 0 15 0 107126808 11249012736 11711 33554432000 4194304 4196468 140735900779104 140418587026928 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26924] ppid=26860 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26924/stat : 26924 (java) S 26860 26863 22977 0 -1 1077944384 3 12960 0 0 0 0 5 2 20 0 15 0 107126811 11249012736 11777 33554432000 4194304 4196468 140735900779104 140418279627472 140419898406811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26925] ppid=26860 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26863/task/26925/stat : 26925 (java) S 26860 26863 22977 0 -1 1077944384 424 12960 0 0 1 0 5 2 20 0 15 0 107126811 11249012736 11777 33554432000 4194304 4196468 140735900779104 140418866989040 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26926] ppid=26860 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26863/task/26926/stat : 26926 (java) S 26860 26863 22977 0 -1 1077944384 198 12960 0 0 1 0 5 2 20 0 15 0 107126811 11249012736 11777 33554432000 4194304 4196468 140735900779104 140418865936496 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26927] ppid=26860 vsize=10985364 memory=139982608664192 CPUtime=0.1 cores=1,3,5,7
/proc/26863/task/26927/stat : 26927 (java) S 26860 26863 22977 0 -1 1077944384 620 12960 0 0 3 0 5 2 20 0 15 0 107126811 11249012736 11777 33554432000 4194304 4196468 140735900779104 140418864883952 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26928] ppid=26860 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26928/stat : 26928 (java) S 26860 26863 22977 0 -1 1077944384 3 12960 0 0 0 0 5 2 20 0 15 0 107126811 11249012736 11777 33554432000 4194304 4196468 140735900779104 140417848830560 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26929] ppid=26860 vsize=10985364 memory=139982608664192 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26929/stat : 26929 (java) S 26860 26863 22977 0 -1 1077944384 1 12960 0 0 0 0 5 2 20 0 15 0 107126811 11249012736 11843 33554432000 4194304 4196468 140735900779104 140418863831856 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 46052 KiB

[startup+0.310191 s]*
/proc/loadavg: 2.81 2.15 1.97 3/216 26929
/proc/meminfo: memFree=24013848/32770624 swapFree=67108792/67108860
[pid=26863] ppid=26860 vsize=10983192 memory=55908 CPUtime=0.38 cores=1,3,5,7
/proc/26863/stat : 26863 (java) S 26860 26863 22977 0 -1 1077944320 10489 12960 0 0 28 3 5 2 20 0 15 0 107126796 11246788608 13977 33554432000 4194304 4196468 140735900779104 140735900761648 140419898388215 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
/proc/26863/statm: 2745798 13977 3096 1 0 2708109 0
[pid=26863/tid=26916] ppid=26860 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/26863/task/26916/stat : 26916 (java) R 26860 26863 22977 0 -1 4202560 7021 12960 0 0 20 1 5 2 20 0 15 0 107126805 11246788608 13977 33554432000 4194304 4196468 140735900779104 140419870200224 140419882468702 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26917] ppid=26860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26917/stat : 26917 (java) S 26860 26863 22977 0 -1 1077944384 1 12960 0 0 0 0 5 2 20 0 15 0 107126806 11246788608 13977 33554432000 4194304 4196468 140735900779104 140419902630160 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26918] ppid=26860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26918/stat : 26918 (java) S 26860 26863 22977 0 -1 1077944384 1 12960 0 0 0 0 5 2 20 0 15 0 107126806 11246788608 13977 33554432000 4194304 4196468 140735900779104 140419796556176 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26919] ppid=26860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26919/stat : 26919 (java) S 26860 26863 22977 0 -1 1077944384 1 12960 0 0 0 0 5 2 20 0 15 0 107126806 11246788608 13977 33554432000 4194304 4196468 140735900779104 140419437013520 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26920] ppid=26860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26920/stat : 26920 (java) S 26860 26863 22977 0 -1 1077944384 2 12960 0 0 0 0 5 2 20 0 15 0 107126806 11246788608 13977 33554432000 4194304 4196468 140735900779104 140419435960976 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26921] ppid=26860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26921/stat : 26921 (java) S 26860 26863 22977 0 -1 1077944384 2 12960 0 0 0 0 5 2 20 0 15 0 107126807 11246788608 13977 33554432000 4194304 4196468 140735900779104 140418868042224 140419898399362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26922] ppid=26860 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26922/stat : 26922 (java) S 26860 26863 22977 0 -1 1077944384 13 12960 0 0 0 0 5 2 20 0 15 0 107126808 11246788608 13977 33554432000 4194304 4196468 140735900779104 140418788353440 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26923] ppid=26860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26923/stat : 26923 (java) S 26860 26863 22977 0 -1 1077944384 1 12960 0 0 0 0 5 2 20 0 15 0 107126808 11246788608 13977 33554432000 4194304 4196468 140735900779104 140418587026928 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26924] ppid=26860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26924/stat : 26924 (java) S 26860 26863 22977 0 -1 1077944384 3 12960 0 0 0 0 5 2 20 0 15 0 107126811 11246788608 13977 33554432000 4194304 4196468 140735900779104 140418279627472 140419898406811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26925] ppid=26860 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26863/task/26925/stat : 26925 (java) S 26860 26863 22977 0 -1 1077944384 424 12960 0 0 1 0 5 2 20 0 15 0 107126811 11246788608 13977 33554432000 4194304 4196468 140735900779104 140418866989040 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26926] ppid=26860 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26863/task/26926/stat : 26926 (java) S 26860 26863 22977 0 -1 1077944384 199 12960 0 0 1 0 5 2 20 0 15 0 107126811 11246788608 13977 33554432000 4194304 4196468 140735900779104 140418865936496 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26927] ppid=26860 vsize=10983192 memory=139982608664192 CPUtime=0.11 cores=1,3,5,7
/proc/26863/task/26927/stat : 26927 (java) S 26860 26863 22977 0 -1 1077944384 626 12960 0 0 4 0 5 2 20 0 15 0 107126811 11246788608 13977 33554432000 4194304 4196468 140735900779104 140418864883952 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26928] ppid=26860 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26928/stat : 26928 (java) S 26860 26863 22977 0 -1 1077944384 3 12960 0 0 0 0 5 2 20 0 15 0 107126811 11246788608 13977 33554432000 4194304 4196468 140735900779104 140417848830560 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26929] ppid=26860 vsize=10983192 memory=139982608664192 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26929/stat : 26929 (java) S 26860 26863 22977 0 -1 1077944384 1 12960 0 0 0 0 5 2 20 0 15 0 107126811 11246788608 13977 33554432000 4194304 4196468 140735900779104 140418863831856 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55908 KiB

[startup+0.700752 s]
/proc/loadavg: 2.81 2.15 1.97 4/216 26929
/proc/meminfo: memFree=24001816/32770624 swapFree=67108792/67108860
[pid=26863] ppid=26860 vsize=10983192 memory=88316 CPUtime=0.97 cores=1,3,5,7
/proc/26863/stat : 26863 (java) S 26860 26863 22977 0 -1 1077944320 16779 12960 0 0 86 4 5 2 20 0 15 0 107126796 11246788608 22079 33554432000 4194304 4196468 140735900779104 140735900761648 140419898388215 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
/proc/26863/statm: 2745798 22079 3239 1 0 2708109 0
[pid=26863/tid=26916] ppid=26860 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/26863/task/26916/stat : 26916 (java) R 26860 26863 22977 0 -1 4202560 12252 12960 0 0 56 3 5 2 20 0 15 0 107126805 11246788608 22079 33554432000 4194304 4196468 140735900779104 140419870208504 140419898410141 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26917] ppid=26860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26917/stat : 26917 (java) S 26860 26863 22977 0 -1 1077944384 1 12960 0 0 0 0 5 2 20 0 15 0 107126806 11246788608 22079 33554432000 4194304 4196468 140735900779104 140419902630160 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26918] ppid=26860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26918/stat : 26918 (java) S 26860 26863 22977 0 -1 1077944384 1 12960 0 0 0 0 5 2 20 0 15 0 107126806 11246788608 22079 33554432000 4194304 4196468 140735900779104 140419796556176 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26919] ppid=26860 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26919/stat : 26919 (java) S 26860 26863 22977 0 -1 1077944384 1 12960 0 0 0 0 5 2 20 0 15 0 107126806 11246788608 22079 33554432000 4194304 4196468 140735900779104 140419437013520 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26920] ppid=26860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26920/stat : 26920 (java) S 26860 26863 22977 0 -1 1077944384 2 12960 0 0 0 0 5 2 20 0 15 0 107126806 11246788608 22079 33554432000 4194304 4196468 140735900779104 140419435960976 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26921] ppid=26860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26921/stat : 26921 (java) S 26860 26863 22977 0 -1 1077944384 5 12960 0 0 0 0 5 2 20 0 15 0 107126807 11246788608 22079 33554432000 4194304 4196468 140735900779104 140418868042224 140419898399362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26922] ppid=26860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26922/stat : 26922 (java) S 26860 26863 22977 0 -1 1077944384 13 12960 0 0 0 0 5 2 20 0 15 0 107126808 11246788608 22079 33554432000 4194304 4196468 140735900779104 140418788353440 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26923] ppid=26860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26923/stat : 26923 (java) S 26860 26863 22977 0 -1 1077944384 1 12960 0 0 0 0 5 2 20 0 15 0 107126808 11246788608 22079 33554432000 4194304 4196468 140735900779104 140418587026928 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26924] ppid=26860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26924/stat : 26924 (java) S 26860 26863 22977 0 -1 1077944384 3 12960 0 0 0 0 5 2 20 0 15 0 107126811 11246788608 22079 33554432000 4194304 4196468 140735900779104 140418279627472 140419898406811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26925] ppid=26860 vsize=10983192 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/26863/task/26925/stat : 26925 (java) S 26860 26863 22977 0 -1 1077944384 816 12960 0 0 8 0 5 2 20 0 15 0 107126811 11246788608 22079 33554432000 4194304 4196468 140735900779104 140418866989040 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26926] ppid=26860 vsize=10983192 memory=139982446568528 CPUtime=0.15 cores=1,3,5,7
/proc/26863/task/26926/stat : 26926 (java) S 26860 26863 22977 0 -1 1077944384 780 12960 0 0 8 0 5 2 20 0 15 0 107126811 11246788608 22079 33554432000 4194304 4196468 140735900779104 140418865936496 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26927] ppid=26860 vsize=10983192 memory=142571439391374 CPUtime=0.2 cores=1,3,5,7
/proc/26863/task/26927/stat : 26927 (java) S 26860 26863 22977 0 -1 1077944384 708 12960 0 0 13 0 5 2 20 0 15 0 107126811 11246788608 22079 33554432000 4194304 4196468 140735900779104 140418864883952 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26928] ppid=26860 vsize=10983192 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26928/stat : 26928 (java) S 26860 26863 22977 0 -1 1077944384 3 12960 0 0 0 0 5 2 20 0 15 0 107126811 11246788608 22079 33554432000 4194304 4196468 140735900779104 140417848830560 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26929] ppid=26860 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26929/stat : 26929 (java) S 26860 26863 22977 0 -1 1077944384 1 12960 0 0 0 0 5 2 20 0 15 0 107126811 11246788608 22079 33554432000 4194304 4196468 140735900779104 140418863831856 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88316 KiB

[startup+1.50128 s]
/proc/loadavg: 2.81 2.15 1.97 6/216 26929
/proc/meminfo: memFree=23923608/32770624 swapFree=67108792/67108860
[pid=26863] ppid=26860 vsize=10993996 memory=200084 CPUtime=2.98 cores=1,3,5,7
/proc/26863/stat : 26863 (java) S 26860 26863 22977 0 -1 1077944320 24089 12960 0 0 282 9 5 2 20 0 15 0 107126796 11257851904 50021 33554432000 4194304 4196468 140735900779104 140735900761648 140419898388215 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
/proc/26863/statm: 2748499 50021 3453 1 0 2710157 0
[pid=26863/tid=26916] ppid=26860 vsize=10993996 memory=10799 CPUtime=1.44 cores=1,3,5,7
/proc/26863/task/26916/stat : 26916 (java) R 26860 26863 22977 0 -1 4202560 16047 12960 0 0 131 6 5 2 20 0 15 0 107126805 11257851904 50021 33554432000 4194304 4196468 140735900779104 140419870188384 140419882468702 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26917] ppid=26860 vsize=10993996 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26917/stat : 26917 (java) S 26860 26863 22977 0 -1 1077944384 1 12960 0 0 0 0 5 2 20 0 15 0 107126806 11257851904 50021 33554432000 4194304 4196468 140735900779104 140419902630160 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26918] ppid=26860 vsize=10993996 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26918/stat : 26918 (java) S 26860 26863 22977 0 -1 1077944384 1 12960 0 0 0 0 5 2 20 0 15 0 107126806 11257851904 50021 33554432000 4194304 4196468 140735900779104 140419796556176 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26919] ppid=26860 vsize=10993996 memory=2948 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26919/stat : 26919 (java) S 26860 26863 22977 0 -1 1077944384 1 12960 0 0 0 0 5 2 20 0 15 0 107126806 11257851904 50021 33554432000 4194304 4196468 140735900779104 140419437013520 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26920] ppid=26860 vsize=10993996 memory=88316 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26920/stat : 26920 (java) S 26860 26863 22977 0 -1 1077944384 2 12960 0 0 0 0 5 2 20 0 15 0 107126806 11257851904 50021 33554432000 4194304 4196468 140735900779104 140419435960976 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26921] ppid=26860 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26921/stat : 26921 (java) S 26860 26863 22977 0 -1 1077944384 13 12960 0 0 0 0 5 2 20 0 15 0 107126807 11257851904 50021 33554432000 4194304 4196468 140735900779104 140418868042224 140419898399362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26922] ppid=26860 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26922/stat : 26922 (java) S 26860 26863 22977 0 -1 1077944384 13 12960 0 0 0 0 5 2 20 0 15 0 107126808 11257851904 50021 33554432000 4194304 4196468 140735900779104 140418788353440 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26923] ppid=26860 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26923/stat : 26923 (java) S 26860 26863 22977 0 -1 1077944384 1 12960 0 0 0 0 5 2 20 0 15 0 107126808 11257851904 50021 33554432000 4194304 4196468 140735900779104 140418587026928 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26924] ppid=26860 vsize=10993996 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26924/stat : 26924 (java) S 26860 26863 22977 0 -1 1077944384 3 12960 0 0 0 0 5 2 20 0 15 0 107126811 11257851904 50021 33554432000 4194304 4196468 140735900779104 140418279627472 140419898406811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26925] ppid=26860 vsize=10993996 memory=4638778398332698720 CPUtime=0.6 cores=1,3,5,7
/proc/26863/task/26925/stat : 26925 (java) R 26860 26863 22977 0 -1 4202560 2453 12960 0 0 53 0 5 2 20 0 15 0 107126811 11257851904 50021 33554432000 4194304 4196468 140735900779104 140418866989040 140419898400150 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26926] ppid=26860 vsize=10993996 memory=279964893617024 CPUtime=0.58 cores=1,3,5,7
/proc/26863/task/26926/stat : 26926 (java) S 26860 26863 22977 0 -1 1077944384 1719 12960 0 0 51 0 5 2 20 0 15 0 107126811 11257851904 50021 33554432000 4194304 4196468 140735900779104 140418865936496 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26927] ppid=26860 vsize=10993996 memory=6944656592452807323 CPUtime=0.52 cores=1,3,5,7
/proc/26863/task/26927/stat : 26927 (java) S 26860 26863 22977 0 -1 1077944384 1640 12960 0 0 45 0 5 2 20 0 15 0 107126811 11257851904 50021 33554432000 4194304 4196468 140735900779104 140418864883952 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26928] ppid=26860 vsize=10993996 memory=1399101730491701635 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26928/stat : 26928 (java) S 26860 26863 22977 0 -1 1077944384 3 12960 0 0 0 0 5 2 20 0 15 0 107126811 11257851904 50021 33554432000 4194304 4196468 140735900779104 140417848830560 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26929] ppid=26860 vsize=10993996 memory=4137290303932963203 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26929/stat : 26929 (java) S 26860 26863 22977 0 -1 1077944384 1 12960 0 0 0 0 5 2 20 0 15 0 107126811 11257851904 50021 33554432000 4194304 4196468 140735900779104 140418863831856 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
Current children cumulated CPU time: 2.98 s
Current children cumulated vsize: 10993996 KiB

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

/proc/26863/task/26924/stat : 26924 (java) S 26860 26863 22977 0 -1 1077944384 3 12960 0 0 0 0 5 2 20 0 15 0 107126811 11272552448 580702 33554432000 4194304 4196468 140735900779104 140418279627472 140419898406811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26925] ppid=26860 vsize=11008352 memory=792 CPUtime=5.19 cores=1,3,5,7
/proc/26863/task/26925/stat : 26925 (java) S 26860 26863 22977 0 -1 1077944384 9446 12960 0 0 511 1 5 2 20 0 15 0 107126811 11272552448 580702 33554432000 4194304 4196468 140735900779104 140418866989088 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26926] ppid=26860 vsize=11008352 memory=2322808 CPUtime=5.27 cores=1,3,5,7
/proc/26863/task/26926/stat : 26926 (java) S 26860 26863 22977 0 -1 1077944384 8690 12960 0 0 518 2 5 2 20 0 15 0 107126811 11272552448 580702 33554432000 4194304 4196468 140735900779104 140418865936544 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26927] ppid=26860 vsize=11008352 memory=6791534058613427641 CPUtime=2.07 cores=1,3,5,7
/proc/26863/task/26927/stat : 26927 (java) S 26860 26863 22977 0 -1 1077944384 8526 12960 0 0 196 4 5 2 20 0 15 0 107126811 11272552448 580702 33554432000 4194304 4196468 140735900779104 140418864883712 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26928] ppid=26860 vsize=11008352 memory=1576 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26928/stat : 26928 (java) S 26860 26863 22977 0 -1 1077944384 3 12960 0 0 0 0 5 2 20 0 15 0 107126811 11272552448 580702 33554432000 4194304 4196468 140735900779104 140417848830560 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26929] ppid=26860 vsize=11008352 memory=2314552 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26929/stat : 26929 (java) S 26860 26863 22977 0 -1 1077944384 112 12960 0 0 0 0 5 2 20 0 15 0 107126811 11272552448 580702 33554432000 4194304 4196468 140735900779104 140418863831856 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
Current children cumulated CPU time: 65.54 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 2322808 KiB

[startup+51.1102 s]
/proc/loadavg: 3.79 2.53 2.11 6/216 26929
/proc/meminfo: memFree=19896232/32770624 swapFree=67108792/67108860
[pid=26863] ppid=26860 vsize=11014496 memory=3148616 CPUtime=114.56 cores=1,3,5,7
/proc/26863/stat : 26863 (java) S 26860 26863 22977 0 -1 1077944320 226223 12960 0 0 11212 237 5 2 20 0 15 0 107126796 11278843904 787154 33554432000 4194304 4196468 140735900779104 140735900761648 140419898388215 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
/proc/26863/statm: 2753624 787154 3536 1 0 2715277 0
[pid=26863/tid=26916] ppid=26860 vsize=11014496 memory=3147756 CPUtime=34.79 cores=1,3,5,7
/proc/26863/task/26916/stat : 26916 (java) R 26860 26863 22977 0 -1 4202560 48562 12960 0 0 3451 21 5 2 20 0 15 0 107126805 11278843904 787154 33554432000 4194304 4196468 140735900779104 140419870216784 140419485538297 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26917] ppid=26860 vsize=11014496 memory=3148616 CPUtime=14.66 cores=1,3,5,7
/proc/26863/task/26917/stat : 26917 (java) S 26860 26863 22977 0 -1 1077944384 17962 12960 0 0 1408 51 5 2 20 0 15 0 107126806 11278843904 787154 33554432000 4194304 4196468 140735900779104 140419902630160 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26918] ppid=26860 vsize=11014496 memory=3147780 CPUtime=14.59 cores=1,3,5,7
/proc/26863/task/26918/stat : 26918 (java) S 26860 26863 22977 0 -1 1077944384 44105 12960 0 0 1402 50 5 2 20 0 15 0 107126806 11278843904 787154 33554432000 4194304 4196468 140735900779104 140419796556176 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26919] ppid=26860 vsize=11014496 memory=0 CPUtime=14.65 cores=1,3,5,7
/proc/26863/task/26919/stat : 26919 (java) S 26860 26863 22977 0 -1 1077944384 19604 12960 0 0 1411 47 5 2 20 0 15 0 107126806 11278843904 787154 33554432000 4194304 4196468 140735900779104 140419437013520 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26920] ppid=26860 vsize=11014496 memory=279964893794080 CPUtime=14.7 cores=1,3,5,7
/proc/26863/task/26920/stat : 26920 (java) S 26860 26863 22977 0 -1 1077944384 24497 12960 0 0 1413 50 5 2 20 0 15 0 107126806 11278843904 787154 33554432000 4194304 4196468 140735900779104 140419435960976 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26921] ppid=26860 vsize=11014496 memory=1091092 CPUtime=1.57 cores=1,3,5,7
/proc/26863/task/26921/stat : 26921 (java) S 26860 26863 22977 0 -1 1077944384 28075 12960 0 0 148 2 5 2 20 0 15 0 107126807 11278843904 787154 33554432000 4194304 4196468 140735900779104 140418868042224 140419898399362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26922] ppid=26860 vsize=11014496 memory=1720 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26922/stat : 26922 (java) S 26860 26863 22977 0 -1 1077944384 38 12960 0 0 0 0 5 2 20 0 15 0 107126808 11278843904 787154 33554432000 4194304 4196468 140735900779104 140418788353504 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26923] ppid=26860 vsize=11014496 memory=3472328296227679313 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26923/stat : 26923 (java) S 26860 26863 22977 0 -1 1077944384 32 12960 0 0 0 0 5 2 20 0 15 0 107126808 11278843904 787154 33554432000 4194304 4196468 140735900779104 140418587026944 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26924] ppid=26860 vsize=11014496 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26924/stat : 26924 (java) S 26860 26863 22977 0 -1 1077944384 3 12960 0 0 0 0 5 2 20 0 15 0 107126811 11278843904 787154 33554432000 4194304 4196468 140735900779104 140418279627472 140419898406811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26925] ppid=26860 vsize=11014496 memory=928 CPUtime=8.51 cores=1,3,5,7
/proc/26863/task/26925/stat : 26925 (java) S 26860 26863 22977 0 -1 1077944384 13366 12960 0 0 842 2 5 2 20 0 15 0 107126811 11278843904 787154 33554432000 4194304 4196468 140735900779104 140418866989040 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26926] ppid=26860 vsize=11014496 memory=0 CPUtime=8.52 cores=1,3,5,7
/proc/26863/task/26926/stat : 26926 (java) S 26860 26863 22977 0 -1 1077944384 12473 12960 0 0 842 3 5 2 20 0 15 0 107126811 11278843904 787154 33554432000 4194304 4196468 140735900779104 140418865936496 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26927] ppid=26860 vsize=11014496 memory=279964894218304 CPUtime=3 cores=1,3,5,7
/proc/26863/task/26927/stat : 26927 (java) S 26860 26863 22977 0 -1 1077944384 15160 12960 0 0 288 5 5 2 20 0 15 0 107126811 11278843904 787154 33554432000 4194304 4196468 140735900779104 140418864883952 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26928] ppid=26860 vsize=11014496 memory=1899247961601 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26928/stat : 26928 (java) S 26860 26863 22977 0 -1 1077944384 3 12960 0 0 0 0 5 2 20 0 15 0 107126811 11278843904 787154 33554432000 4194304 4196468 140735900779104 140417848830560 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26929] ppid=26860 vsize=11014496 memory=792 CPUtime=0.09 cores=1,3,5,7
/proc/26863/task/26929/stat : 26929 (java) S 26860 26863 22977 0 -1 1077944384 151 12960 0 0 1 1 5 2 20 0 15 0 107126811 11278843904 787154 33554432000 4194304 4196468 140735900779104 140418863831856 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
Current children cumulated CPU time: 114.56 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3148616 KiB

[startup+102.301 s]
/proc/loadavg: 2.87 2.48 2.12 4/216 27058
/proc/meminfo: memFree=21505260/32770624 swapFree=67108792/67108860
[pid=26863] ppid=26860 vsize=11014496 memory=4613736 CPUtime=193.45 cores=1,3,5,7
/proc/26863/stat : 26863 (java) S 26860 26863 22977 0 -1 1077944320 294216 12960 0 0 18880 458 5 2 20 0 15 0 107126796 11278843904 1153434 33554432000 4194304 4196468 140735900779104 140735900761648 140419898388215 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
/proc/26863/statm: 2753624 1153434 3542 1 0 2715277 0
[pid=26863/tid=26916] ppid=26860 vsize=11014496 memory=4613736 CPUtime=77.66 cores=1,3,5,7
/proc/26863/task/26916/stat : 26916 (java) R 26860 26863 22977 0 -1 4202560 51410 12960 0 0 7738 21 5 2 20 0 15 0 107126805 11278843904 1153434 33554432000 4194304 4196468 140735900779104 140419870220448 140419489648536 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26917] ppid=26860 vsize=11014496 memory=4136 CPUtime=22.75 cores=1,3,5,7
/proc/26863/task/26917/stat : 26917 (java) S 26860 26863 22977 0 -1 1077944384 31780 12960 0 0 2165 103 5 2 20 0 15 0 107126806 11278843904 1153434 33554432000 4194304 4196468 140735900779104 140419902630160 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26918] ppid=26860 vsize=11014496 memory=4901432 CPUtime=22.75 cores=1,3,5,7
/proc/26863/task/26918/stat : 26918 (java) S 26860 26863 22977 0 -1 1077944384 57026 12960 0 0 2162 106 5 2 20 0 15 0 107126806 11278843904 1153434 33554432000 4194304 4196468 140735900779104 140419796556176 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26919] ppid=26860 vsize=11014496 memory=4613736 CPUtime=22.81 cores=1,3,5,7
/proc/26863/task/26919/stat : 26919 (java) S 26860 26863 22977 0 -1 1077944384 31951 12960 0 0 2173 101 5 2 20 0 15 0 107126806 11278843904 1153434 33554432000 4194304 4196468 140735900779104 140419437013520 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26920] ppid=26860 vsize=11014496 memory=30804 CPUtime=22.88 cores=1,3,5,7
/proc/26863/task/26920/stat : 26920 (java) S 26860 26863 22977 0 -1 1077944384 37513 12960 0 0 2177 104 5 2 20 0 15 0 107126806 11278843904 1153434 33554432000 4194304 4196468 140735900779104 140419435960976 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26921] ppid=26860 vsize=11014496 memory=1292 CPUtime=1.69 cores=1,3,5,7
/proc/26863/task/26921/stat : 26921 (java) S 26860 26863 22977 0 -1 1077944384 31554 12960 0 0 159 3 5 2 20 0 15 0 107126807 11278843904 1153434 33554432000 4194304 4196468 140735900779104 140418868042224 140419898399362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26922] ppid=26860 vsize=11014496 memory=2436 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26922/stat : 26922 (java) S 26860 26863 22977 0 -1 1077944384 38 12960 0 0 0 0 5 2 20 0 15 0 107126808 11278843904 1153434 33554432000 4194304 4196468 140735900779104 140418788353504 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26923] ppid=26860 vsize=11014496 memory=30804 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26923/stat : 26923 (java) S 26860 26863 22977 0 -1 1077944384 32 12960 0 0 0 0 5 2 20 0 15 0 107126808 11278843904 1153434 33554432000 4194304 4196468 140735900779104 140418587026944 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26924] ppid=26860 vsize=11014496 memory=1292 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26924/stat : 26924 (java) S 26860 26863 22977 0 -1 1077944384 3 12960 0 0 0 0 5 2 20 0 15 0 107126811 11278843904 1153434 33554432000 4194304 4196468 140735900779104 140418279627472 140419898406811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26925] ppid=26860 vsize=11014496 memory=3626972 CPUtime=10.05 cores=1,3,5,7
/proc/26863/task/26925/stat : 26925 (java) S 26860 26863 22977 0 -1 1077944384 18410 12960 0 0 995 3 5 2 20 0 15 0 107126811 11278843904 1153434 33554432000 4194304 4196468 140735900779104 140418866989040 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26926] ppid=26860 vsize=11014496 memory=279964893386752 CPUtime=10.1 cores=1,3,5,7
/proc/26863/task/26926/stat : 26926 (java) S 26860 26863 22977 0 -1 1077944384 16703 12960 0 0 999 4 5 2 20 0 15 0 107126811 11278843904 1153434 33554432000 4194304 4196468 140735900779104 140418865936496 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26927] ppid=26860 vsize=11014496 memory=7295940524620804178 CPUtime=3.18 cores=1,3,5,7
/proc/26863/task/26927/stat : 26927 (java) S 26860 26863 22977 0 -1 1077944384 15429 12960 0 0 305 6 5 2 20 0 15 0 107126811 11278843904 1153434 33554432000 4194304 4196468 140735900779104 140418864883952 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26928] ppid=26860 vsize=11014496 memory=7295942723644386130 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26928/stat : 26928 (java) S 26860 26863 22977 0 -1 1077944384 3 12960 0 0 0 0 5 2 20 0 15 0 107126811 11278843904 1153434 33554432000 4194304 4196468 140735900779104 140417848830560 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26929] ppid=26860 vsize=11014496 memory=4901432 CPUtime=0.13 cores=1,3,5,7
/proc/26863/task/26929/stat : 26929 (java) S 26860 26863 22977 0 -1 1077944384 172 12960 0 0 3 3 5 2 20 0 15 0 107126811 11278843904 1153434 33554432000 4194304 4196468 140735900779104 140418863831856 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
Current children cumulated CPU time: 193.45 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 4613736 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+135.411 s]
/proc/loadavg: 2.42 2.42 2.11 3/216 27058
/proc/meminfo: memFree=20097112/32770624 swapFree=67108792/67108860
[pid=26863] ppid=26860 vsize=11014496 memory=5046060 CPUtime=252.02 cores=1,3,5,7
/proc/26863/stat : 26863 (java) S 26860 26863 22977 0 -1 1077944320 355563 12960 0 0 24680 515 5 2 20 0 15 0 107126796 11278843904 1261515 33554432000 4194304 4196468 140735900779104 140735900761648 140419898388215 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
/proc/26863/statm: 2753624 1261515 3543 1 0 2715277 0
[pid=26863/tid=26916] ppid=26860 vsize=11014496 memory=1292 CPUtime=102.24 cores=1,3,5,7
/proc/26863/task/26916/stat : 26916 (java) S 26860 26863 22977 0 -1 1077944384 54233 12960 0 0 10195 22 5 2 20 0 15 0 107126805 11278843904 1261515 33554432000 4194304 4196468 140735900779104 140419870222528 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26917] ppid=26860 vsize=11014496 memory=2436 CPUtime=31.11 cores=1,3,5,7
/proc/26863/task/26917/stat : 26917 (java) R 26860 26863 22977 0 -1 4202560 51890 12960 0 0 2986 118 5 2 20 0 15 0 107126806 11278843904 1261515 33554432000 4194304 4196468 140735900779104 140419902630160 140419883412348 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26918] ppid=26860 vsize=11014496 memory=1728 CPUtime=31.02 cores=1,3,5,7
/proc/26863/task/26918/stat : 26918 (java) R 26860 26863 22977 0 -1 4202560 59489 12960 0 0 2977 118 5 2 20 0 15 0 107126806 11278843904 1261515 33554432000 4194304 4196468 140735900779104 140419796556176 140419882836430 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26919] ppid=26860 vsize=11014496 memory=1720 CPUtime=31.15 cores=1,3,5,7
/proc/26863/task/26919/stat : 26919 (java) R 26860 26863 22977 0 -1 4202560 35002 12960 0 0 2992 116 5 2 20 0 15 0 107126806 11278843904 1261515 33554432000 4194304 4196468 140735900779104 140419437013720 140419882836384 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26920] ppid=26860 vsize=11014496 memory=5760 CPUtime=31.29 cores=1,3,5,7
/proc/26863/task/26920/stat : 26920 (java) R 26860 26863 22977 0 -1 4202560 56583 12960 0 0 3004 118 5 2 20 0 15 0 107126806 11278843904 1261515 33554432000 4194304 4196468 140735900779104 140419435960976 140419883415634 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26921] ppid=26860 vsize=11014496 memory=4588 CPUtime=1.79 cores=1,3,5,7
/proc/26863/task/26921/stat : 26921 (java) S 26860 26863 22977 0 -1 1077944384 39347 12960 0 0 168 4 5 2 20 0 15 0 107126807 11278843904 1261515 33554432000 4194304 4196468 140735900779104 140418868040736 140419898398421 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26922] ppid=26860 vsize=11014496 memory=9920 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26922/stat : 26922 (java) S 26860 26863 22977 0 -1 1077944384 38 12960 0 0 0 0 5 2 20 0 15 0 107126808 11278843904 1261515 33554432000 4194304 4196468 140735900779104 140418788353504 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26923] ppid=26860 vsize=11014496 memory=139982447361552 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26923/stat : 26923 (java) S 26860 26863 22977 0 -1 1077944384 32 12960 0 0 0 0 5 2 20 0 15 0 107126808 11278843904 1261515 33554432000 4194304 4196468 140735900779104 140418587026944 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26924] ppid=26860 vsize=11014496 memory=3690611080098238574 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26924/stat : 26924 (java) S 26860 26863 22977 0 -1 1077944384 3 12960 0 0 0 0 5 2 20 0 15 0 107126811 11278843904 1261515 33554432000 4194304 4196468 140735900779104 140418279627472 140419898406811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26925] ppid=26860 vsize=11014496 memory=8025788822752027748 CPUtime=10.27 cores=1,3,5,7
/proc/26863/task/26925/stat : 26925 (java) S 26860 26863 22977 0 -1 1077944384 20553 12960 0 0 1017 3 5 2 20 0 15 0 107126811 11278843904 1261515 33554432000 4194304 4196468 140735900779104 140418866989040 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26926] ppid=26860 vsize=11014496 memory=7306088084987269233 CPUtime=10.33 cores=1,3,5,7
/proc/26863/task/26926/stat : 26926 (java) S 26860 26863 22977 0 -1 1077944384 18590 12960 0 0 1022 4 5 2 20 0 15 0 107126811 11278843904 1261515 33554432000 4194304 4196468 140735900779104 140418865936496 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26927] ppid=26860 vsize=11014496 memory=7670023126271093335 CPUtime=3.19 cores=1,3,5,7
/proc/26863/task/26927/stat : 26927 (java) S 26860 26863 22977 0 -1 1077944384 17433 12960 0 0 306 6 5 2 20 0 15 0 107126811 11278843904 1261515 33554432000 4194304 4196468 140735900779104 140418864883952 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26928] ppid=26860 vsize=11014496 memory=11385970715 CPUtime=0.07 cores=1,3,5,7
/proc/26863/task/26928/stat : 26928 (java) S 26860 26863 22977 0 -1 1077944384 3 12960 0 0 0 0 5 2 20 0 15 0 107126811 11278843904 1261515 33554432000 4194304 4196468 140735900779104 140417848830560 140419898398421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26929] ppid=26860 vsize=11014496 memory=139982447400828 CPUtime=0.15 cores=1,3,5,7
/proc/26863/task/26929/stat : 26929 (java) S 26860 26863 22977 0 -1 1077944384 175 12960 0 0 4 4 5 2 20 0 15 0 107126811 11278843904 1261515 33554432000 4194304 4196468 140735900779104 140418863831856 140419898399362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 5046060 KiB

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

[startup+135.641 s]
# the end of solver process 26863 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=247.536 s, system=5.22084 s

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

[startup+135.601 s]
/proc/loadavg: 2.42 2.42 2.11 3/216 27058
/proc/meminfo: memFree=20097112/32770624 swapFree=67108792/67108860
[pid=26863] ppid=26860 vsize=11275620 memory=5032260 CPUtime=252.7 cores=1,3,5,7
/proc/26863/stat : 26863 (java) S 26860 26863 22977 0 -1 1077944320 355683 12960 0 0 24748 515 5 2 20 0 15 0 107126796 11546234880 1258065 33554432000 4194304 4196468 140735900779104 140735900761648 140419898388215 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
/proc/26863/statm: 2818905 1258065 3545 1 0 2780558 0
[pid=26863/tid=26916] ppid=26860 vsize=11275620 memory=6791534058613427641 CPUtime=102.25 cores=1,3,5,7
/proc/26863/task/26916/stat : 26916 (java) R 26860 26863 22977 0 -1 1077944384 54252 12960 0 0 10196 22 5 2 20 0 13 0 107126805 11546234880 1258081 33554432000 4194304 4196468 140735900779104 140419870230256 140419898399362 256 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26920] ppid=26860 vsize=11275620 memory=30804 CPUtime=31.45 cores=1,3,5,7
/proc/26863/task/26920/stat : 26920 (java) R 26860 26863 22977 0 -1 1077944384 56583 12960 0 0 3020 118 5 2 20 0 6 0 107126806 11546234880 1258133 33554432000 4194304 4196468 140735900779104 140419435960976 140419898398421 256 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30900224 140735900785256 140735900788065 140735900788065 140735900790735 0
[pid=26863/tid=26925] ppid=26860 vsize=0 memory=5760 CPUtime=10.28 cores=1,3,5,7
/proc/26863/task/26925/stat : 26925 (java) R 26860 26863 22977 0 -1 4203588 20558 12960 0 0 1018 3 5 2 20 0 2 0 107126811 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time: 252.7 s
Current children cumulated vsize: 11275620 KiB
Current children cumulated memory: 5032260 KiB

Child status: 143
Real time (s): 135.642
CPU time (s): 252.757
CPU user time (s): 247.536
CPU system time (s): 5.22084
CPU usage (%): 186.342
Max. virtual memory (cumulated for all children) (KiB): 11275620
Max. memory (cumulated for all children) (KiB): 5101568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.536
system time used= 5.22084
maximum resident set size= 5101568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 368664
page faults= 0
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16255
involuntary context switches= 1529


# summary of solver processes directly reported to runsolver:
#   pid: 26863
#   total CPU time (s): 252.757
#   total CPU user time (s): 247.536
#   total CPU system time (s): 5.22084

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.868388 second user time and 1.30941 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 22:20:35
IDJOB=4302916
IDBENCH=141198
IDSOLVER=2777
FILE ID=node150/4302916-1532895635
RUNJOBID= node150-1532894180-24644
PBS_JOBID= 21022512
Free space on /tmp= 55320 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-graph-13-opt_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302916-1532895635/watcher-4302916-1532895635 -o /tmp/evaluation-result-4302916-1532895635/solver-4302916-1532895635 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1950264886 -superng HOME/instance-4302916-1532895635.xml

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

MD5SUM BENCH= b4f35f52fd25bddaccbbeb0f9433c3f2
RANDOM SEED=1950264886

node150.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.76
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.76
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.76
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.76
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:        24056096 kB
MemAvailable:   27872312 kB
Buffers:          223920 kB
Cached:          3835388 kB
SwapCached:           32 kB
Active:          5592156 kB
Inactive:        2585036 kB
Active(anon):    4069768 kB
Inactive(anon):    76188 kB
Active(file):    1522388 kB
Inactive(file):  2508848 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             26532 kB
Writeback:             0 kB
AnonPages:       4125608 kB
Mapped:            57952 kB
Shmem:             25156 kB
Slab:             230428 kB
SReclaimable:     201632 kB
SUnreclaim:        28796 kB
KernelStack:        3552 kB
PageTables:        13356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5624872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3727360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 55292 MiB
End job on node150 at 2018-07-29 22:22:51