Trace number 4294427

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8 2018-06-13? (TO) 2520.14 2458.43

General information on the benchmark

NameSocialGolfers/
SocialGolfers-6-6-6-cp_c18.xml
MD5SUMe65b09bddae1c8c6b556de8535bf6786
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables216
Number of constraints9458
Number of domains1
Minimum domain size6
Maximum domain size6
Distribution of domain sizes[{"size":6,"count":216}]
Minimum variable degree177
Maximum variable degree178
Distribution of variable degrees[{"degree":177,"count":180},{"degree":178,"count":36}]
Minimum constraint arity4
Maximum constraint arity216
Distribution of constraint arities[{"arity":4,"count":9450},{"arity":36,"count":7},{"arity":216,"count":1}]
Number of extensional constraints0
Number of intensional constraints9450
Distribution of constraint types[{"type":"intension","count":9450},{"type":"lex","count":1},{"type":"cardinality","count":6},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 running
2520.08/2458.40	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.08/2458.40		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.08/2458.40		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.08/2458.40		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.08/2458.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.08/2458.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.08/2458.41		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.08/2458.41		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.08/2458.41		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.08/2458.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.08/2458.41		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.08/2458.41		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.08/2458.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.08/2458.41		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.08/2458.41		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.08/2458.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.08/2458.41		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.08/2458.41		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.08/2458.41		at scala.Option.map(Option.scala:146)
2520.08/2458.41		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.08/2458.41		at concrete.MAC.mac(MAC.scala:203)
2520.08/2458.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.08/2458.41		at scala.util.Try$.apply(Try.scala:209)
2520.08/2458.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.08/2458.41		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.08/2458.41		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.08/2458.41		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.08/2458.41		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.08/2458.41		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.08/2458.41		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.08/2458.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.08/2458.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.08/2458.41		at concrete.MAC.oneRun(MAC.scala:253)
2520.08/2458.41		at concrete.MAC.nextSolution(MAC.scala:272)
2520.08/2458.41		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.08/2458.41		at concrete.ProblemState.map(ProblemState.scala:221)
2520.08/2458.41		at concrete.ProblemState.map(ProblemState.scala:204)
2520.08/2458.41		at concrete.MAC.nextSolution(MAC.scala:334)
2520.08/2458.41		at concrete.Solver.hasNext(Solver.scala:166)
2520.08/2458.41		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.08/2458.41		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.08/2458.41		at concrete.Solver.toStream(Solver.scala:68)
2520.08/2458.41		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.08/2458.41		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.08/2458.41		at concrete.Solver.toIterable(Solver.scala:68)
2520.08/2458.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.08/2458.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.08/2458.41		at scala.util.Success.map(Try.scala:209)
2520.08/2458.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2458.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.08/2458.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.08/2458.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2458.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.08/2458.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.08/2458.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.08/2458.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.08/2458.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.08/2458.41		at scala.collection.immutable.List.foreach(List.scala:389)
2520.08/2458.41		at scala.App.main(App.scala:76)
2520.08/2458.41		at scala.App.main$(App.scala:74)
2520.08/2458.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.08/2458.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2458.42	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 (6136 MiB free)
  memory of node 1: 16384 MiB (8354 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294427-1532472461/watcher-4294427-1532472461 -o /tmp/evaluation-result-4294427-1532472461/solver-4294427-1532472461 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532466475-21334 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=110233758 HOME/instance-4294427-1532472461.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=22700, runsolver pid=22697

[startup+0.100062 s]*
/proc/loadavg: 1.09 1.21 1.33 3/210 22757
/proc/meminfo: memFree=14833244/32770624 swapFree=67108860/67108860
[pid=22700] ppid=22697 vsize=9972712 memory=18324 CPUtime=0.08 cores=0,2,4,6
/proc/22700/stat : 22700 (java) S 22697 22700 21303 0 -1 1077944320 4214 13175 0 0 1 0 5 2 20 0 6 0 64809251 10212057088 4581 33554432000 4194304 4196468 140725317938656 140725317921200 140549977595639 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
/proc/22700/statm: 2493178 4581 1931 1 0 2481616 0
[pid=22700/tid=22753] ppid=22697 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/22700/task/22753/stat : 22753 (java) R 22697 22700 21303 0 -1 4202560 2023 13175 0 0 1 0 5 2 20 0 6 0 64809260 10212057088 4581 33554432000 4194304 4196468 140725317938656 140549949432400 140549977617565 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22754] ppid=22697 vsize=9972712 memory=5793855111694346681 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22754/stat : 22754 (java) S 22697 22700 21303 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 6 0 64809261 10212057088 4581 33554432000 4194304 4196468 140725317938656 140549981837968 140549977605845 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22755] ppid=22697 vsize=9972712 memory=139860684453504 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22755/stat : 22755 (java) S 22697 22700 21303 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 6 0 64809261 10212057088 4581 33554432000 4194304 4196468 140725317938656 140549870111248 140549977605845 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22756] ppid=22697 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22756/stat : 22756 (java) S 22697 22700 21303 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 6 0 64809261 10212057088 4581 33554432000 4194304 4196468 140725317938656 140549869058448 140549977605845 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22757] ppid=22697 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22757/stat : 22757 (java) S 22697 22700 21303 0 -1 1077944384 2 13175 0 0 0 0 5 2 20 0 6 0 64809261 10212057088 4581 33554432000 4194304 4196468 140725317938656 140549868005648 140549977605845 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18324 KiB

[startup+0.210208 s]*
/proc/loadavg: 1.09 1.21 1.33 3/219 22766
/proc/meminfo: memFree=14811788/32770624 swapFree=67108860/67108860
[pid=22700] ppid=22697 vsize=10818904 memory=41888 CPUtime=0.25 cores=0,2,4,6
/proc/22700/stat : 22700 (java) S 22697 22700 21303 0 -1 1077944320 7741 13175 0 0 17 1 5 2 20 0 15 0 64809251 11078557696 10472 33554432000 4194304 4196468 140725317938656 140725317921200 140549977595639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
/proc/22700/statm: 2704726 10472 2952 1 0 2667149 0
[pid=22700/tid=22753] ppid=22697 vsize=10818904 memory=-8540663193526752614 CPUtime=0.18 cores=0,2,4,6
/proc/22700/task/22753/stat : 22753 (java) D 22697 22700 21303 0 -1 1077944384 4278 13175 0 0 11 0 5 2 20 0 15 0 64809260 11078557696 10472 33554432000 4194304 4196468 140725317938656 140549949420448 140549970274861 0 4 0 16800975 18446744072101641764 0 0 -1 4 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22754] ppid=22697 vsize=10818904 memory=4211973586889244042 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22754/stat : 22754 (java) S 22697 22700 21303 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 64809261 11078557696 10472 33554432000 4194304 4196468 140725317938656 140549981837968 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22755] ppid=22697 vsize=10818904 memory=139860684453504 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22755/stat : 22755 (java) S 22697 22700 21303 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 64809261 11078557696 10472 33554432000 4194304 4196468 140725317938656 140549870111248 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22756] ppid=22697 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22756/stat : 22756 (java) S 22697 22700 21303 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 64809261 11078557696 10472 33554432000 4194304 4196468 140725317938656 140549869058448 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22757] ppid=22697 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22757/stat : 22757 (java) S 22697 22700 21303 0 -1 1077944384 2 13175 0 0 0 0 5 2 20 0 15 0 64809261 11078557696 10472 33554432000 4194304 4196468 140725317938656 140549868005648 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22758] ppid=22697 vsize=10818936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22758/stat : 22758 (java) S 22697 22700 21303 0 -1 1077944384 2 13175 0 0 0 0 5 2 20 0 15 0 64809262 11078590464 10472 33554432000 4194304 4196468 140725317938656 140549436681072 140549977606786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22759] ppid=22697 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22759/stat : 22759 (java) S 22697 22700 21303 0 -1 1077944384 33 13175 0 0 0 0 5 2 20 0 15 0 64809263 11078590464 10472 33554432000 4194304 4196468 140725317938656 140549435627040 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22760] ppid=22697 vsize=10819896 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22760/stat : 22760 (java) S 22697 22700 21303 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 64809263 11079573504 10538 33554432000 4194304 4196468 140725317938656 140548845331824 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22761] ppid=22697 vsize=10819896 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22761/stat : 22761 (java) S 22697 22700 21303 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 64809266 11079573504 10538 33554432000 4194304 4196468 140725317938656 140548537932112 140549977614235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22762] ppid=22697 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22700/task/22762/stat : 22762 (java) S 22697 22700 21303 0 -1 1077944384 423 13175 0 0 1 0 5 2 20 0 15 0 64809266 11079573504 10538 33554432000 4194304 4196468 140725317938656 140549402069360 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22763] ppid=22697 vsize=10819896 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22700/task/22763/stat : 22763 (java) S 22697 22700 21303 0 -1 1077944384 187 13175 0 0 1 0 5 2 20 0 15 0 64809266 11079573504 10538 33554432000 4194304 4196468 140725317938656 140549401016560 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22764] ppid=22697 vsize=10819896 memory=139860684453504 CPUtime=0.1 cores=0,2,4,6
/proc/22700/task/22764/stat : 22764 (java) S 22697 22700 21303 0 -1 1077944384 618 13175 0 0 3 0 5 2 20 0 15 0 64809266 11079573504 10604 33554432000 4194304 4196468 140725317938656 140549399963760 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22765] ppid=22697 vsize=10819896 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22765/stat : 22765 (java) S 22697 22700 21303 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 64809266 11079573504 10604 33554432000 4194304 4196468 140725317938656 140548504373472 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22766] ppid=22697 vsize=10819896 memory=139860684453504 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22766/stat : 22766 (java) S 22697 22700 21303 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 64809266 11079573504 10604 33554432000 4194304 4196468 140725317938656 140549398912176 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41888 KiB

[startup+0.310471 s]*
/proc/loadavg: 1.09 1.21 1.33 3/219 22766
/proc/meminfo: memFree=14800012/32770624 swapFree=67108860/67108860
[pid=22700] ppid=22697 vsize=10819352 memory=52572 CPUtime=0.38 cores=0,2,4,6
/proc/22700/stat : 22700 (java) S 22697 22700 21303 0 -1 1077944320 10239 13175 0 0 28 3 5 2 20 0 15 0 64809251 11079016448 13143 33554432000 4194304 4196468 140725317938656 140725317921200 140549977595639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
/proc/22700/statm: 2704838 13143 3071 1 0 2667149 0
[pid=22700/tid=22753] ppid=22697 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/22700/task/22753/stat : 22753 (java) R 22697 22700 21303 0 -1 4202560 6769 13175 0 0 19 2 5 2 20 0 15 0 64809260 11079016448 13143 33554432000 4194304 4196468 140725317938656 140549949407648 140549961639269 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22754] ppid=22697 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22754/stat : 22754 (java) S 22697 22700 21303 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 64809261 11079016448 13143 33554432000 4194304 4196468 140725317938656 140549981837968 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22755] ppid=22697 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22755/stat : 22755 (java) S 22697 22700 21303 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 64809261 11079016448 13143 33554432000 4194304 4196468 140725317938656 140549870111248 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22756] ppid=22697 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22756/stat : 22756 (java) S 22697 22700 21303 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 64809261 11079016448 13143 33554432000 4194304 4196468 140725317938656 140549869058448 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22757] ppid=22697 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22757/stat : 22757 (java) S 22697 22700 21303 0 -1 1077944384 2 13175 0 0 0 0 5 2 20 0 15 0 64809261 11079016448 13143 33554432000 4194304 4196468 140725317938656 140549868005648 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22758] ppid=22697 vsize=10819352 memory=139860684453503 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22758/stat : 22758 (java) S 22697 22700 21303 0 -1 1077944384 2 13175 0 0 0 0 5 2 20 0 15 0 64809262 11079016448 13143 33554432000 4194304 4196468 140725317938656 140549436681072 140549977606786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22759] ppid=22697 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22759/stat : 22759 (java) S 22697 22700 21303 0 -1 1077944384 33 13175 0 0 0 0 5 2 20 0 15 0 64809263 11079016448 13143 33554432000 4194304 4196468 140725317938656 140549435627040 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22760] ppid=22697 vsize=10819352 memory=139860684453504 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22760/stat : 22760 (java) S 22697 22700 21303 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 64809263 11079016448 13143 33554432000 4194304 4196468 140725317938656 140548845331824 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22761] ppid=22697 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22761/stat : 22761 (java) S 22697 22700 21303 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 64809266 11079016448 13143 33554432000 4194304 4196468 140725317938656 140548537932112 140549977614235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22762] ppid=22697 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22700/task/22762/stat : 22762 (java) S 22697 22700 21303 0 -1 1077944384 425 13175 0 0 1 0 5 2 20 0 15 0 64809266 11079016448 13143 33554432000 4194304 4196468 140725317938656 140549402069360 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22763] ppid=22697 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22700/task/22763/stat : 22763 (java) S 22697 22700 21303 0 -1 1077944384 187 13175 0 0 1 0 5 2 20 0 15 0 64809266 11079016448 13143 33554432000 4194304 4196468 140725317938656 140549401016560 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22764] ppid=22697 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/22700/task/22764/stat : 22764 (java) S 22697 22700 21303 0 -1 1077944384 624 13175 0 0 5 0 5 2 20 0 15 0 64809266 11079016448 13143 33554432000 4194304 4196468 140725317938656 140549399963760 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22765] ppid=22697 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22765/stat : 22765 (java) S 22697 22700 21303 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 64809266 11079016448 13143 33554432000 4194304 4196468 140725317938656 140548504373472 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22766] ppid=22697 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22766/stat : 22766 (java) S 22697 22700 21303 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 64809266 11079016448 13143 33554432000 4194304 4196468 140725317938656 140549398912176 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52572 KiB

[startup+0.700739 s]
/proc/loadavg: 1.09 1.21 1.33 3/219 22766
/proc/meminfo: memFree=14789832/32770624 swapFree=67108860/67108860
[pid=22700] ppid=22697 vsize=10819352 memory=84912 CPUtime=0.98 cores=0,2,4,6
/proc/22700/stat : 22700 (java) S 22697 22700 21303 0 -1 1077944320 16320 13175 0 0 87 4 5 2 20 0 15 0 64809251 11079016448 21228 33554432000 4194304 4196468 140725317938656 140725317921200 140549977595639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
/proc/22700/statm: 2704838 21228 3237 1 0 2667149 0
[pid=22700/tid=22753] ppid=22697 vsize=10819352 memory=19864 CPUtime=0.66 cores=0,2,4,6
/proc/22700/task/22753/stat : 22753 (java) R 22697 22700 21303 0 -1 4202560 11835 13175 0 0 56 3 5 2 20 0 15 0 64809260 11079016448 21228 33554432000 4194304 4196468 140725317938656 140549949416464 140549955621522 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22754] ppid=22697 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22754/stat : 22754 (java) S 22697 22700 21303 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 64809261 11079016448 21228 33554432000 4194304 4196468 140725317938656 140549981837968 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22755] ppid=22697 vsize=10819352 memory=288230587427469581 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22755/stat : 22755 (java) S 22697 22700 21303 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 64809261 11079016448 21228 33554432000 4194304 4196468 140725317938656 140549870111248 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22756] ppid=22697 vsize=10819352 memory=15816694631256675 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22756/stat : 22756 (java) S 22697 22700 21303 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 64809261 11079016448 21228 33554432000 4194304 4196468 140725317938656 140549869058448 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22757] ppid=22697 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22757/stat : 22757 (java) S 22697 22700 21303 0 -1 1077944384 2 13175 0 0 0 0 5 2 20 0 15 0 64809261 11079016448 21228 33554432000 4194304 4196468 140725317938656 140549868005648 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22758] ppid=22697 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22758/stat : 22758 (java) S 22697 22700 21303 0 -1 1077944384 5 13175 0 0 0 0 5 2 20 0 15 0 64809262 11079016448 21228 33554432000 4194304 4196468 140725317938656 140549436681072 140549977606786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22759] ppid=22697 vsize=10819352 memory=139860577133152 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22759/stat : 22759 (java) S 22697 22700 21303 0 -1 1077944384 33 13175 0 0 0 0 5 2 20 0 15 0 64809263 11079016448 21228 33554432000 4194304 4196468 140725317938656 140549435627040 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22760] ppid=22697 vsize=10819352 memory=139861315028080 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22760/stat : 22760 (java) S 22697 22700 21303 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 64809263 11079016448 21228 33554432000 4194304 4196468 140725317938656 140548845331824 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22761] ppid=22697 vsize=10819352 memory=2340 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22761/stat : 22761 (java) S 22697 22700 21303 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 64809266 11079016448 21228 33554432000 4194304 4196468 140725317938656 140548537932112 140549977614235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22762] ppid=22697 vsize=10819352 memory=6153431502485414241 CPUtime=0.16 cores=0,2,4,6
/proc/22700/task/22762/stat : 22762 (java) S 22697 22700 21303 0 -1 1077944384 1004 13175 0 0 9 0 5 2 20 0 15 0 64809266 11079016448 21228 33554432000 4194304 4196468 140725317938656 140549402069360 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22763] ppid=22697 vsize=10819352 memory=7881696724453321575 CPUtime=0.14 cores=0,2,4,6
/proc/22700/task/22763/stat : 22763 (java) S 22697 22700 21303 0 -1 1077944384 570 13175 0 0 7 0 5 2 20 0 15 0 64809266 11079016448 21228 33554432000 4194304 4196468 140725317938656 140549401016560 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22764] ppid=22697 vsize=10819352 memory=6154538792250073449 CPUtime=0.2 cores=0,2,4,6
/proc/22700/task/22764/stat : 22764 (java) S 22697 22700 21303 0 -1 1077944384 672 13175 0 0 13 0 5 2 20 0 15 0 64809266 11079016448 21228 33554432000 4194304 4196468 140725317938656 140549399963760 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22765] ppid=22697 vsize=10819352 memory=8514726395715218844 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22765/stat : 22765 (java) S 22697 22700 21303 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 64809266 11079016448 21228 33554432000 4194304 4196468 140725317938656 140548504373472 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22766] ppid=22697 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22766/stat : 22766 (java) S 22697 22700 21303 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 64809266 11079016448 21228 33554432000 4194304 4196468 140725317938656 140549398912176 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84912 KiB

[startup+1.50955 s]
/proc/loadavg: 1.09 1.21 1.33 4/219 22766
/proc/meminfo: memFree=14744244/32770624 swapFree=67108860/67108860
[pid=22700] ppid=22697 vsize=10828108 memory=228132 CPUtime=3.12 cores=0,2,4,6
/proc/22700/stat : 22700 (java) S 22697 22700 21303 0 -1 1077944320 22041 13175 0 0 295 10 5 2 20 0 15 0 64809251 11087982592 57033 33554432000 4194304 4196468 140725317938656 140725317921200 140549977595639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
/proc/22700/statm: 2707027 57033 3464 1 0 2668685 0
[pid=22700/tid=22753] ppid=22697 vsize=10828108 memory=7306056177471742032 CPUtime=1.45 cores=0,2,4,6
/proc/22700/task/22753/stat : 22753 (java) R 22697 22700 21303 0 -1 4202560 14580 13175 0 0 132 6 5 2 20 0 15 0 64809260 11087982592 57033 33554432000 4194304 4196468 140725317938656 140549949428224 140549538177680 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22754] ppid=22697 vsize=10828108 memory=7740114819354880614 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22754/stat : 22754 (java) S 22697 22700 21303 0 -1 1077944384 96 13175 0 0 0 0 5 2 20 0 15 0 64809261 11087982592 57033 33554432000 4194304 4196468 140725317938656 140549981837968 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22755] ppid=22697 vsize=10828108 memory=7305216210955036257 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22755/stat : 22755 (java) S 22697 22700 21303 0 -1 1077944384 19 13175 0 0 0 0 5 2 20 0 15 0 64809261 11087982592 57033 33554432000 4194304 4196468 140725317938656 140549870111248 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22756] ppid=22697 vsize=10828108 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22756/stat : 22756 (java) S 22697 22700 21303 0 -1 1077944384 5 13175 0 0 0 0 5 2 20 0 15 0 64809261 11087982592 57033 33554432000 4194304 4196468 140725317938656 140549869058448 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22757] ppid=22697 vsize=10828108 memory=237605442621189 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22757/stat : 22757 (java) S 22697 22700 21303 0 -1 1077944384 228 13175 0 0 0 0 5 2 20 0 15 0 64809261 11087982592 57033 33554432000 4194304 4196468 140725317938656 140549868005648 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22758] ppid=22697 vsize=10828108 memory=3843371840305377312 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22758/stat : 22758 (java) S 22697 22700 21303 0 -1 1077944384 30 13175 0 0 0 0 5 2 20 0 15 0 64809262 11087982592 57033 33554432000 4194304 4196468 140725317938656 140549436681072 140549977606786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22759] ppid=22697 vsize=10828108 memory=4638778424102965584 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22759/stat : 22759 (java) S 22697 22700 21303 0 -1 1077944384 34 13175 0 0 0 0 5 2 20 0 15 0 64809263 11087982592 57033 33554432000 4194304 4196468 140725317938656 140549435627040 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22760] ppid=22697 vsize=10828108 memory=6935650355271196736 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22760/stat : 22760 (java) S 22697 22700 21303 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 64809263 11087982592 57033 33554432000 4194304 4196468 140725317938656 140548845331824 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22761] ppid=22697 vsize=10828108 memory=279721153659120 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22761/stat : 22761 (java) S 22697 22700 21303 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 64809266 11087982592 57033 33554432000 4194304 4196468 140725317938656 140548537932112 140549977614235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22762] ppid=22697 vsize=10828108 memory=6935649255759570240 CPUtime=0.67 cores=0,2,4,6
/proc/22700/task/22762/stat : 22762 (java) R 22697 22700 21303 0 -1 4202560 1982 13175 0 0 60 0 5 2 20 0 15 0 64809266 11087982592 57033 33554432000 4194304 4196468 140725317938656 140549402055440 140549963311894 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22763] ppid=22697 vsize=10828108 memory=-6365094285204939368 CPUtime=0.62 cores=0,2,4,6
/proc/22700/task/22763/stat : 22763 (java) R 22697 22700 21303 0 -1 4202560 1433 13175 0 0 55 0 5 2 20 0 15 0 64809266 11087982592 57033 33554432000 4194304 4196468 140725317938656 140549400996784 140549955190417 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22764] ppid=22697 vsize=10828108 memory=6656426216303648864 CPUtime=0.51 cores=0,2,4,6
/proc/22700/task/22764/stat : 22764 (java) S 22697 22700 21303 0 -1 1077944384 1438 13175 0 0 44 0 5 2 20 0 15 0 64809266 11087982592 57033 33554432000 4194304 4196468 140725317938656 140549399963760 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22765] ppid=22697 vsize=10828108 memory=6944656592455360604 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22765/stat : 22765 (java) S 22697 22700 21303 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 64809266 11087982592 57033 33554432000 4194304 4196468 140725317938656 140548504373472 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22766] ppid=22697 vsize=10828108 memory=6655300316396806240 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22766/stat : 22766 (java) S 22697 22700 21303 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 64809266 11087982592 57033 33554432000 4194304 4196468 140725317938656 140549398912176 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
Current children cumulated CPU time: 3.12 s
Current children cumulated vsize: 10828108 KiB

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

/proc/22700/task/22753/stat : 22753 (java) R 22697 22700 21303 0 -1 4202560 109663 13175 0 0 229794 57 5 2 20 0 15 0 64809260 11178180608 478620 33554432000 4194304 4196468 140725317938656 140549949429424 140549554937244 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22754] ppid=22697 vsize=10916192 memory=1914472 CPUtime=13.02 cores=0,2,4,6
/proc/22700/task/22754/stat : 22754 (java) S 22697 22700 21303 0 -1 1077944384 25418 13175 0 0 1249 46 5 2 20 0 15 0 64809261 11178180608 478620 33554432000 4194304 4196468 140725317938656 140549981837968 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22755] ppid=22697 vsize=10916192 memory=1914472 CPUtime=13 cores=0,2,4,6
/proc/22700/task/22755/stat : 22755 (java) S 22697 22700 21303 0 -1 1077944384 37285 13175 0 0 1249 44 5 2 20 0 15 0 64809261 11178180608 478620 33554432000 4194304 4196468 140725317938656 140549870111248 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22756] ppid=22697 vsize=10916192 memory=1914472 CPUtime=13.03 cores=0,2,4,6
/proc/22700/task/22756/stat : 22756 (java) S 22697 22700 21303 0 -1 1077944384 20123 13175 0 0 1253 43 5 2 20 0 15 0 64809261 11178180608 478620 33554432000 4194304 4196468 140725317938656 140549869058448 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22757] ppid=22697 vsize=10916192 memory=1914480 CPUtime=13.01 cores=0,2,4,6
/proc/22700/task/22757/stat : 22757 (java) S 22697 22700 21303 0 -1 1077944384 25362 13175 0 0 1248 46 5 2 20 0 15 0 64809261 11178180608 478620 33554432000 4194304 4196468 140725317938656 140549868005648 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22758] ppid=22697 vsize=10916192 memory=1914480 CPUtime=8.19 cores=0,2,4,6
/proc/22700/task/22758/stat : 22758 (java) S 22697 22700 21303 0 -1 1077944384 25700 13175 0 0 771 41 5 2 20 0 15 0 64809262 11178180608 478620 33554432000 4194304 4196468 140725317938656 140549436681072 140549977606786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22759] ppid=22697 vsize=10916192 memory=1914480 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22759/stat : 22759 (java) S 22697 22700 21303 0 -1 1077944384 49 13175 0 0 0 0 5 2 20 0 15 0 64809263 11178180608 478620 33554432000 4194304 4196468 140725317938656 140549435627104 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22760] ppid=22697 vsize=10916192 memory=1914452 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22760/stat : 22760 (java) S 22697 22700 21303 0 -1 1077944384 14 13175 0 0 0 0 5 2 20 0 15 0 64809263 11178180608 478620 33554432000 4194304 4196468 140725317938656 140548845331840 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22761] ppid=22697 vsize=10916192 memory=1200 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22761/stat : 22761 (java) S 22697 22700 21303 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 64809266 11178180608 478620 33554432000 4194304 4196468 140725317938656 140548537932112 140549977614235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22762] ppid=22697 vsize=10916192 memory=1008 CPUtime=9.37 cores=0,2,4,6
/proc/22700/task/22762/stat : 22762 (java) S 22697 22700 21303 0 -1 1077944384 30598 13175 0 0 927 3 5 2 20 0 15 0 64809266 11178180608 478620 33554432000 4194304 4196468 140725317938656 140549402069360 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22763] ppid=22697 vsize=10916192 memory=1914480 CPUtime=9.58 cores=0,2,4,6
/proc/22700/task/22763/stat : 22763 (java) S 22697 22700 21303 0 -1 1077944384 29503 13175 0 0 947 4 5 2 20 0 15 0 64809266 11178180608 478620 33554432000 4194304 4196468 140725317938656 140549401016560 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22764] ppid=22697 vsize=10916192 memory=3828 CPUtime=2.78 cores=0,2,4,6
/proc/22700/task/22764/stat : 22764 (java) S 22697 22700 21303 0 -1 1077944384 28346 13175 0 0 266 5 5 2 20 0 15 0 64809266 11178180608 478620 33554432000 4194304 4196468 140725317938656 140549399963760 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22765] ppid=22697 vsize=10916192 memory=1296 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22765/stat : 22765 (java) S 22697 22700 21303 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 64809266 11178180608 478620 33554432000 4194304 4196468 140725317938656 140548504373472 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22766] ppid=22697 vsize=10916192 memory=2448 CPUtime=1.47 cores=0,2,4,6
/proc/22700/task/22766/stat : 22766 (java) S 22697 22700 21303 0 -1 1077944384 3284 13175 0 0 71 69 5 2 20 0 15 0 64809266 11178180608 478620 33554432000 4194304 4196468 140725317938656 140549398912176 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
Current children cumulated CPU time: 2381.52 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1914480 KiB

[startup+2382.3 s]
/proc/loadavg: 1.45 1.34 1.35 3/219 23125
/proc/meminfo: memFree=11858664/32770624 swapFree=67108860/67108860
[pid=22700] ppid=22697 vsize=10916192 memory=1916628 CPUtime=2442.6 cores=0,2,4,6
/proc/22700/stat : 22700 (java) S 22697 22700 21303 0 -1 1077944320 340176 13175 0 0 243927 326 5 2 20 0 15 0 64809251 11178180608 479157 33554432000 4194304 4196468 140725317938656 140725317921200 140549977595639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
/proc/22700/statm: 2729048 479157 3536 1 0 2690701 0
[pid=22700/tid=22753] ppid=22697 vsize=10916192 memory=1916628 CPUtime=2357.92 cores=0,2,4,6
/proc/22700/task/22753/stat : 22753 (java) R 22697 22700 21303 0 -1 4202560 110716 13175 0 0 235727 58 5 2 20 0 15 0 64809260 11178180608 479157 33554432000 4194304 4196468 140725317938656 140549949429872 140549543101395 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22754] ppid=22697 vsize=10916192 memory=1916628 CPUtime=13.4 cores=0,2,4,6
/proc/22700/task/22754/stat : 22754 (java) S 22697 22700 21303 0 -1 1077944384 25845 13175 0 0 1285 48 5 2 20 0 15 0 64809261 11178180608 479157 33554432000 4194304 4196468 140725317938656 140549981837968 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22755] ppid=22697 vsize=10916192 memory=1916612 CPUtime=13.37 cores=0,2,4,6
/proc/22700/task/22755/stat : 22755 (java) S 22697 22700 21303 0 -1 1077944384 37615 13175 0 0 1285 45 5 2 20 0 15 0 64809261 11178180608 479157 33554432000 4194304 4196468 140725317938656 140549870111248 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22756] ppid=22697 vsize=10916192 memory=1916612 CPUtime=13.4 cores=0,2,4,6
/proc/22700/task/22756/stat : 22756 (java) S 22697 22700 21303 0 -1 1077944384 20307 13175 0 0 1289 44 5 2 20 0 15 0 64809261 11178180608 479157 33554432000 4194304 4196468 140725317938656 140549869058448 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22757] ppid=22697 vsize=10916192 memory=1916628 CPUtime=13.38 cores=0,2,4,6
/proc/22700/task/22757/stat : 22757 (java) S 22697 22700 21303 0 -1 1077944384 25557 13175 0 0 1283 48 5 2 20 0 15 0 64809261 11178180608 479157 33554432000 4194304 4196468 140725317938656 140549868005648 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22758] ppid=22697 vsize=10916192 memory=1916628 CPUtime=8.43 cores=0,2,4,6
/proc/22700/task/22758/stat : 22758 (java) S 22697 22700 21303 0 -1 1077944384 26115 13175 0 0 794 42 5 2 20 0 15 0 64809262 11178180608 479157 33554432000 4194304 4196468 140725317938656 140549436681072 140549977606786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22759] ppid=22697 vsize=10916192 memory=1916628 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22759/stat : 22759 (java) S 22697 22700 21303 0 -1 1077944384 49 13175 0 0 0 0 5 2 20 0 15 0 64809263 11178180608 479157 33554432000 4194304 4196468 140725317938656 140549435627104 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22760] ppid=22697 vsize=10916192 memory=1916628 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22760/stat : 22760 (java) S 22697 22700 21303 0 -1 1077944384 14 13175 0 0 0 0 5 2 20 0 15 0 64809263 11178180608 479157 33554432000 4194304 4196468 140725317938656 140548845331840 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22761] ppid=22697 vsize=10916192 memory=1916628 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22761/stat : 22761 (java) S 22697 22700 21303 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 64809266 11178180608 479157 33554432000 4194304 4196468 140725317938656 140548537932112 140549977614235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22762] ppid=22697 vsize=10916192 memory=1916628 CPUtime=9.37 cores=0,2,4,6
/proc/22700/task/22762/stat : 22762 (java) S 22697 22700 21303 0 -1 1077944384 30603 13175 0 0 927 3 5 2 20 0 15 0 64809266 11178180608 479157 33554432000 4194304 4196468 140725317938656 140549402069360 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22763] ppid=22697 vsize=10916192 memory=1916612 CPUtime=9.59 cores=0,2,4,6
/proc/22700/task/22763/stat : 22763 (java) S 22697 22700 21303 0 -1 1077944384 29507 13175 0 0 947 5 5 2 20 0 15 0 64809266 11178180608 479157 33554432000 4194304 4196468 140725317938656 140549401016560 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22764] ppid=22697 vsize=10916192 memory=1916580 CPUtime=2.78 cores=0,2,4,6
/proc/22700/task/22764/stat : 22764 (java) S 22697 22700 21303 0 -1 1077944384 28350 13175 0 0 266 5 5 2 20 0 15 0 64809266 11178180608 479157 33554432000 4194304 4196468 140725317938656 140549399963760 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22765] ppid=22697 vsize=10916192 memory=7667488786662647659 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22765/stat : 22765 (java) S 22697 22700 21303 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 64809266 11178180608 479157 33554432000 4194304 4196468 140725317938656 140548504373472 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22766] ppid=22697 vsize=10916192 memory=0 CPUtime=1.51 cores=0,2,4,6
/proc/22700/task/22766/stat : 22766 (java) S 22697 22700 21303 0 -1 1077944384 3304 13175 0 0 73 71 5 2 20 0 15 0 64809266 11178180608 479157 33554432000 4194304 4196468 140725317938656 140549398912176 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
Current children cumulated CPU time: 2442.6 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1916628 KiB

[startup+2442.3 s]
/proc/loadavg: 1.48 1.35 1.35 3/219 23127
/proc/meminfo: memFree=11857752/32770624 swapFree=67108860/67108860
[pid=22700] ppid=22697 vsize=10916192 memory=1916720 CPUtime=2503.7 cores=0,2,4,6
/proc/22700/stat : 22700 (java) S 22697 22700 21303 0 -1 1077944320 342790 13175 0 0 250030 333 5 2 20 0 15 0 64809251 11178180608 479180 33554432000 4194304 4196468 140725317938656 140725317921200 140549977595639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
/proc/22700/statm: 2729048 479180 3536 1 0 2690701 0
[pid=22700/tid=22753] ppid=22697 vsize=10916192 memory=1916720 CPUtime=2417.23 cores=0,2,4,6
/proc/22700/task/22753/stat : 22753 (java) R 22697 22700 21303 0 -1 4202560 111730 13175 0 0 241658 58 5 2 20 0 15 0 64809260 11178180608 479180 33554432000 4194304 4196468 140725317938656 140549949429888 140549554832859 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22754] ppid=22697 vsize=10916192 memory=1916720 CPUtime=13.77 cores=0,2,4,6
/proc/22700/task/22754/stat : 22754 (java) S 22697 22700 21303 0 -1 1077944384 25935 13175 0 0 1321 49 5 2 20 0 15 0 64809261 11178180608 479180 33554432000 4194304 4196468 140725317938656 140549981837968 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22755] ppid=22697 vsize=10916192 memory=19928 CPUtime=13.74 cores=0,2,4,6
/proc/22700/task/22755/stat : 22755 (java) S 22697 22700 21303 0 -1 1077944384 37784 13175 0 0 1321 46 5 2 20 0 15 0 64809261 11178180608 479180 33554432000 4194304 4196468 140725317938656 140549870111248 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22756] ppid=22697 vsize=10916192 memory=1916680 CPUtime=13.77 cores=0,2,4,6
/proc/22700/task/22756/stat : 22756 (java) S 22697 22700 21303 0 -1 1077944384 20728 13175 0 0 1325 45 5 2 20 0 15 0 64809261 11178180608 479180 33554432000 4194304 4196468 140725317938656 140549869058448 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22757] ppid=22697 vsize=10916192 memory=1916612 CPUtime=13.75 cores=0,2,4,6
/proc/22700/task/22757/stat : 22757 (java) S 22697 22700 21303 0 -1 1077944384 26034 13175 0 0 1320 48 5 2 20 0 15 0 64809261 11178180608 479180 33554432000 4194304 4196468 140725317938656 140549868005648 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22758] ppid=22697 vsize=10916192 memory=1916680 CPUtime=8.67 cores=0,2,4,6
/proc/22700/task/22758/stat : 22758 (java) S 22697 22700 21303 0 -1 1077944384 26515 13175 0 0 816 44 5 2 20 0 15 0 64809262 11178180608 479180 33554432000 4194304 4196468 140725317938656 140549436681072 140549977606786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22759] ppid=22697 vsize=10916192 memory=1916720 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22759/stat : 22759 (java) S 22697 22700 21303 0 -1 1077944384 49 13175 0 0 0 0 5 2 20 0 15 0 64809263 11178180608 479180 33554432000 4194304 4196468 140725317938656 140549435627104 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22760] ppid=22697 vsize=10916192 memory=1916720 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22760/stat : 22760 (java) S 22697 22700 21303 0 -1 1077944384 14 13175 0 0 0 0 5 2 20 0 15 0 64809263 11178180608 479180 33554432000 4194304 4196468 140725317938656 140548845331840 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22761] ppid=22697 vsize=10916192 memory=1916720 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22761/stat : 22761 (java) S 22697 22700 21303 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 64809266 11178180608 479180 33554432000 4194304 4196468 140725317938656 140548537932112 140549977614235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22762] ppid=22697 vsize=10916192 memory=1948 CPUtime=9.37 cores=0,2,4,6
/proc/22700/task/22762/stat : 22762 (java) S 22697 22700 21303 0 -1 1077944384 30608 13175 0 0 927 3 5 2 20 0 15 0 64809266 11178180608 479180 33554432000 4194304 4196468 140725317938656 140549402069360 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22763] ppid=22697 vsize=10916192 memory=1916720 CPUtime=9.59 cores=0,2,4,6
/proc/22700/task/22763/stat : 22763 (java) S 22697 22700 21303 0 -1 1077944384 29511 13175 0 0 947 5 5 2 20 0 15 0 64809266 11178180608 479180 33554432000 4194304 4196468 140725317938656 140549401016560 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22764] ppid=22697 vsize=10916192 memory=1916716 CPUtime=2.78 cores=0,2,4,6
/proc/22700/task/22764/stat : 22764 (java) S 22697 22700 21303 0 -1 1077944384 28354 13175 0 0 266 5 5 2 20 0 15 0 64809266 11178180608 479180 33554432000 4194304 4196468 140725317938656 140549399963760 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22765] ppid=22697 vsize=10916192 memory=1916720 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22765/stat : 22765 (java) S 22697 22700 21303 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 64809266 11178180608 479180 33554432000 4194304 4196468 140725317938656 140548504373472 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22766] ppid=22697 vsize=10916192 memory=792 CPUtime=1.54 cores=0,2,4,6
/proc/22700/task/22766/stat : 22766 (java) S 22697 22700 21303 0 -1 1077944384 3334 13175 0 0 75 72 5 2 20 0 15 0 64809266 11178180608 479180 33554432000 4194304 4196468 140725317938656 140549398912176 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
Current children cumulated CPU time: 2503.7 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1916720 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2458.4 s]
/proc/loadavg: 1.41 1.35 1.35 3/219 23128
/proc/meminfo: memFree=11857640/32770624 swapFree=67108860/67108860
[pid=22700] ppid=22697 vsize=10916192 memory=1916752 CPUtime=2520.08 cores=0,2,4,6
/proc/22700/stat : 22700 (java) S 22697 22700 21303 0 -1 1077944320 343540 13175 0 0 251666 335 5 2 20 0 15 0 64809251 11178180608 479188 33554432000 4194304 4196468 140725317938656 140725317921200 140549977595639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
/proc/22700/statm: 2729048 479188 3536 1 0 2690701 0
[pid=22700/tid=22753] ppid=22697 vsize=10916192 memory=1728 CPUtime=2433.15 cores=0,2,4,6
/proc/22700/task/22753/stat : 22753 (java) R 22697 22700 21303 0 -1 4202560 112043 13175 0 0 243250 58 5 2 20 0 15 0 64809260 11178180608 479188 33554432000 4194304 4196468 140725317938656 140549949429968 140549555292865 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22754] ppid=22697 vsize=10916192 memory=1916752 CPUtime=13.87 cores=0,2,4,6
/proc/22700/task/22754/stat : 22754 (java) S 22697 22700 21303 0 -1 1077944384 25997 13175 0 0 1331 49 5 2 20 0 15 0 64809261 11178180608 479188 33554432000 4194304 4196468 140725317938656 140549981837968 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22755] ppid=22697 vsize=10916192 memory=1916752 CPUtime=13.85 cores=0,2,4,6
/proc/22700/task/22755/stat : 22755 (java) S 22697 22700 21303 0 -1 1077944384 37805 13175 0 0 1331 47 5 2 20 0 15 0 64809261 11178180608 479188 33554432000 4194304 4196468 140725317938656 140549870111248 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22756] ppid=22697 vsize=10916192 memory=836 CPUtime=13.87 cores=0,2,4,6
/proc/22700/task/22756/stat : 22756 (java) S 22697 22700 21303 0 -1 1077944384 20759 13175 0 0 1335 45 5 2 20 0 15 0 64809261 11178180608 479188 33554432000 4194304 4196468 140725317938656 140549869058448 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22757] ppid=22697 vsize=10916192 memory=0 CPUtime=13.86 cores=0,2,4,6
/proc/22700/task/22757/stat : 22757 (java) S 22697 22700 21303 0 -1 1077944384 26331 13175 0 0 1330 49 5 2 20 0 15 0 64809261 11178180608 479188 33554432000 4194304 4196468 140725317938656 140549868005648 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22758] ppid=22697 vsize=10916192 memory=237339892822414 CPUtime=8.73 cores=0,2,4,6
/proc/22700/task/22758/stat : 22758 (java) S 22697 22700 21303 0 -1 1077944384 26539 13175 0 0 822 44 5 2 20 0 15 0 64809262 11178180608 479188 33554432000 4194304 4196468 140725317938656 140549436681072 140549977606786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22759] ppid=22697 vsize=10916192 memory=237339892822415 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22759/stat : 22759 (java) S 22697 22700 21303 0 -1 1077944384 49 13175 0 0 0 0 5 2 20 0 15 0 64809263 11178180608 479188 33554432000 4194304 4196468 140725317938656 140549435627104 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22760] ppid=22697 vsize=10916192 memory=19928 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22760/stat : 22760 (java) S 22697 22700 21303 0 -1 1077944384 14 13175 0 0 0 0 5 2 20 0 15 0 64809263 11178180608 479188 33554432000 4194304 4196468 140725317938656 140548845331840 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22761] ppid=22697 vsize=10916192 memory=1296 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22761/stat : 22761 (java) S 22697 22700 21303 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 64809266 11178180608 479188 33554432000 4194304 4196468 140725317938656 140548537932112 140549977614235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22762] ppid=22697 vsize=10916192 memory=2448 CPUtime=9.37 cores=0,2,4,6
/proc/22700/task/22762/stat : 22762 (java) S 22697 22700 21303 0 -1 1077944384 30608 13175 0 0 927 3 5 2 20 0 15 0 64809266 11178180608 479188 33554432000 4194304 4196468 140725317938656 140549402069360 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22763] ppid=22697 vsize=10916192 memory=0 CPUtime=9.59 cores=0,2,4,6
/proc/22700/task/22763/stat : 22763 (java) S 22697 22700 21303 0 -1 1077944384 29511 13175 0 0 947 5 5 2 20 0 15 0 64809266 11178180608 479188 33554432000 4194304 4196468 140725317938656 140549401016560 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22764] ppid=22697 vsize=10916192 memory=6944656592387989600 CPUtime=2.78 cores=0,2,4,6
/proc/22700/task/22764/stat : 22764 (java) S 22697 22700 21303 0 -1 1077944384 28354 13175 0 0 266 5 5 2 20 0 15 0 64809266 11178180608 479188 33554432000 4194304 4196468 140725317938656 140549399963760 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22765] ppid=22697 vsize=10916192 memory=4206186544037388384 CPUtime=0.07 cores=0,2,4,6
/proc/22700/task/22765/stat : 22765 (java) S 22697 22700 21303 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 64809266 11178180608 479188 33554432000 4194304 4196468 140725317938656 140548504373472 140549977605845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
[pid=22700/tid=22766] ppid=22697 vsize=10916192 memory=6791534058613427641 CPUtime=1.55 cores=0,2,4,6
/proc/22700/task/22766/stat : 22766 (java) S 22697 22700 21303 0 -1 1077944384 3336 13175 0 0 75 73 5 2 20 0 15 0 64809266 11178180608 479188 33554432000 4194304 4196468 140725317938656 140549398912176 140549977606786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7921664 140725317941871 140725317944668 140725317944668 140725317947343 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1916752 KiB

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

[startup+2458.43 s]
# the end of solver process 22700 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.74 s, system=3.39352 s

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

Child status: 143
Real time (s): 2458.43
CPU time (s): 2520.14
CPU user time (s): 2516.74
CPU system time (s): 3.39352
CPU usage (%): 102.51
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 1916752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.74
system time used= 3.39352
maximum resident set size= 1920968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 357935
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 234912
involuntary context switches= 9307


# summary of solver processes directly reported to runsolver:
#   pid: 22700
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2516.74
#   total CPU system time (s): 3.39352

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9254 second user time and 24.1566 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-25 00:47:41
IDJOB=4294427
IDBENCH=141382
IDSOLVER=2750
FILE ID=node135/4294427-1532472461
RUNJOBID= node135-1532466475-21334
PBS_JOBID= 21021583
Free space on /tmp= 48344 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-6-6-6-cp_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294427-1532472461/watcher-4294427-1532472461 -o /tmp/evaluation-result-4294427-1532472461/solver-4294427-1532472461 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532466475-21334 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=110233758 HOME/instance-4294427-1532472461.xml

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

MD5SUM BENCH= e65b09bddae1c8c6b556de8535bf6786
RANDOM SEED=110233758

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        14839792 kB
MemAvailable:   30865816 kB
Buffers:          216148 kB
Cached:         15859700 kB
SwapCached:            0 kB
Active:          3542064 kB
Inactive:       13659796 kB
Active(anon):    1075864 kB
Inactive(anon):    69900 kB
Active(file):    2466200 kB
Inactive(file): 13589896 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26704 kB
Writeback:             0 kB
AnonPages:       1145612 kB
Mapped:            52100 kB
Shmem:             17056 kB
Slab:             426456 kB
SReclaimable:     398388 kB
SUnreclaim:        28068 kB
KernelStack:        3856 kB
PageTables:         6808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2072692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1044480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48316 MiB
End job on node135 at 2018-07-25 01:28:39