Trace number 4294545

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-SuperNG 2018-06-13? (TO) 2520.07 2483.53

General information on the benchmark

NameMisteryShopper/
MisteryShopper-12_c18.xml
MD5SUM193461ec87a084283094d7342f0c20d4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.63089
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints741
Number of domains3
Minimum domain size5
Maximum domain size60
Distribution of domain sizes[{"size":5,"count":300},{"size":6,"count":300},{"size":60,"count":600}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":600},{"degree":3,"count":300},{"degree":4,"count":275},{"degree":5,"count":25}]
Minimum constraint arity2
Maximum constraint arity300
Distribution of constraint arities[{"arity":2,"count":600},{"arity":5,"count":125},{"arity":60,"count":10},{"arity":120,"count":5},{"arity":300,"count":1}]
Number of extensional constraints600
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":600},{"type":"allDifferent","count":130},{"type":"ordered","count":5},{"type":"lex","count":1},{"type":"channel","count":5}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294545-1532470621/watcher-4294545-1532470621 -o /tmp/evaluation-result-4294545-1532470621/solver-4294545-1532470621 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532470571-27174 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1175696784 -superng HOME/instance-4294545-1532470621.xml 

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

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
solver pid=27918, runsolver pid=27915
Current StackSize limit: 8192 KiB


[startup+0.100141 s]*
/proc/loadavg: 1.87 1.28 1.13 3/206 27975
/proc/meminfo: memFree=23383352/32770624 swapFree=67108860/67108860
[pid=27918] ppid=27915 vsize=9972712 memory=18592 CPUtime=0.08 cores=1,3,5,7
/proc/27918/stat : 27918 (java) S 27915 27918 27142 0 -1 1077944320 4293 12978 0 0 1 0 4 3 20 0 6 0 64625269 10212057088 4648 33554432000 4194304 4196468 140720442164912 140720442147456 140457905204983 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
/proc/27918/statm: 2493178 4648 1934 1 0 2481616 0
[pid=27918/tid=27971] ppid=27915 vsize=9972712 memory=4279135703946986127 CPUtime=0.08 cores=1,3,5,7
/proc/27918/task/27971/stat : 27971 (java) R 27915 27918 27142 0 -1 4202560 2096 12978 0 0 1 0 4 3 20 0 6 0 64625278 10212057088 4648 33554432000 4194304 4196468 140720442164912 140457877041744 140457890516985 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27972] ppid=27915 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27972/stat : 27972 (java) S 27915 27918 27142 0 -1 1077944384 2 12978 0 0 0 0 4 3 20 0 6 0 64625279 10212057088 4648 33554432000 4194304 4196468 140720442164912 140457909447056 140457905215189 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27973] ppid=27915 vsize=9972712 memory=140519974364800 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27973/stat : 27973 (java) S 27915 27918 27142 0 -1 1077944384 1 12978 0 0 0 0 4 3 20 0 6 0 64625279 10212057088 4648 33554432000 4194304 4196468 140720442164912 140457797720336 140457905215189 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27974] ppid=27915 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27974/stat : 27974 (java) S 27915 27918 27142 0 -1 1077944384 1 12978 0 0 0 0 4 3 20 0 6 0 64625279 10212057088 4648 33554432000 4194304 4196468 140720442164912 140457796668048 140457905215189 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27975] ppid=27915 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27975/stat : 27975 (java) S 27915 27918 27142 0 -1 1077944384 1 12978 0 0 0 0 4 3 20 0 6 0 64625279 10212057088 4648 33554432000 4194304 4196468 140720442164912 140457795615248 140457905215189 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.217896 s]*
/proc/loadavg: 1.87 1.28 1.13 3/215 27984
/proc/meminfo: memFree=23357424/32770624 swapFree=67108860/67108860
[pid=27918] ppid=27915 vsize=10818904 memory=49688 CPUtime=0.27 cores=1,3,5,7
/proc/27918/stat : 27918 (java) S 27915 27918 27142 0 -1 1077944320 8813 12978 0 0 18 2 4 3 20 0 15 0 64625269 11078557696 12422 33554432000 4194304 4196468 140720442164912 140720442147456 140457905204983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
/proc/27918/statm: 2704726 12422 2951 1 0 2667149 0
[pid=27918/tid=27971] ppid=27915 vsize=10818904 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/27918/task/27971/stat : 27971 (java) R 27915 27918 27142 0 -1 4202560 5444 12978 0 0 11 1 4 3 20 0 15 0 64625278 11078557696 12422 33554432000 4194304 4196468 140720442164912 140457877038224 140457905226909 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27972] ppid=27915 vsize=10818904 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27972/stat : 27972 (java) S 27915 27918 27142 0 -1 1077944384 2 12978 0 0 0 0 4 3 20 0 15 0 64625279 11078557696 12422 33554432000 4194304 4196468 140720442164912 140457909447056 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27973] ppid=27915 vsize=10818904 memory=140519974391754 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27973/stat : 27973 (java) S 27915 27918 27142 0 -1 1077944384 1 12978 0 0 0 0 4 3 20 0 15 0 64625279 11078557696 12488 33554432000 4194304 4196468 140720442164912 140457797720336 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27974] ppid=27915 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27974/stat : 27974 (java) S 27915 27918 27142 0 -1 1077944384 1 12978 0 0 0 0 4 3 20 0 15 0 64625279 11078557696 12488 33554432000 4194304 4196468 140720442164912 140457796668048 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27975] ppid=27915 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27975/stat : 27975 (java) S 27915 27918 27142 0 -1 1077944384 1 12978 0 0 0 0 4 3 20 0 15 0 64625279 11078557696 12488 33554432000 4194304 4196468 140720442164912 140457795615248 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27976] ppid=27915 vsize=10818904 memory=140519974364800 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27976/stat : 27976 (java) S 27915 27918 27142 0 -1 1077944384 2 12978 0 0 0 0 4 3 20 0 15 0 64625280 11078557696 12488 33554432000 4194304 4196468 140720442164912 140457109944944 140457905216130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27977] ppid=27915 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27977/stat : 27977 (java) S 27915 27918 27142 0 -1 1077944384 13 12978 0 0 0 0 4 3 20 0 15 0 64625281 11078557696 12488 33554432000 4194304 4196468 140720442164912 140457040405792 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27978] ppid=27915 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27978/stat : 27978 (java) S 27915 27918 27142 0 -1 1077944384 1 12978 0 0 0 0 4 3 20 0 15 0 64625281 11078557696 12488 33554432000 4194304 4196468 140720442164912 140456906188400 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27979] ppid=27915 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27979/stat : 27979 (java) S 27915 27918 27142 0 -1 1077944384 2 12978 0 0 0 0 4 3 20 0 15 0 64625284 11078557696 12488 33554432000 4194304 4196468 140720442164912 140456637753936 140457905223579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27980] ppid=27915 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27918/task/27980/stat : 27980 (java) S 27915 27918 27142 0 -1 1077944384 529 12978 0 0 1 0 4 3 20 0 15 0 64625284 11078557696 12488 33554432000 4194304 4196468 140720442164912 140457108891760 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27981] ppid=27915 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27981/stat : 27981 (java) S 27915 27918 27142 0 -1 1077944384 57 12978 0 0 0 0 4 3 20 0 15 0 64625284 11078557696 12488 33554432000 4194304 4196468 140720442164912 140457006847984 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27982] ppid=27915 vsize=10818904 memory=140519974364800 CPUtime=0.1 cores=1,3,5,7
/proc/27918/task/27982/stat : 27982 (java) S 27915 27918 27142 0 -1 1077944384 564 12978 0 0 3 0 4 3 20 0 15 0 64625284 11078557696 12488 33554432000 4194304 4196468 140720442164912 140457005795696 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27983] ppid=27915 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27983/stat : 27983 (java) S 27915 27918 27142 0 -1 1077944384 3 12978 0 0 0 0 4 3 20 0 15 0 64625284 11078557696 12488 33554432000 4194304 4196468 140720442164912 140456167991776 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27984] ppid=27915 vsize=10818904 memory=140519974364800 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27984/stat : 27984 (java) S 27915 27918 27142 0 -1 1077944384 1 12978 0 0 0 0 4 3 20 0 15 0 64625284 11078557696 12488 33554432000 4194304 4196468 140720442164912 140457004743600 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 49688 KiB

[startup+0.310304 s]*
/proc/loadavg: 1.87 1.28 1.13 3/215 27984
/proc/meminfo: memFree=23345064/32770624 swapFree=67108860/67108860
[pid=27918] ppid=27915 vsize=10819352 memory=60936 CPUtime=0.39 cores=1,3,5,7
/proc/27918/stat : 27918 (java) S 27915 27918 27142 0 -1 1077944320 10274 12978 0 0 29 3 4 3 20 0 15 0 64625269 11079016448 15234 33554432000 4194304 4196468 140720442164912 140720442147456 140457905204983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
/proc/27918/statm: 2704838 15234 3082 1 0 2667149 0
[pid=27918/tid=27971] ppid=27915 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/27918/task/27971/stat : 27971 (java) R 27915 27918 27142 0 -1 4202560 6897 12978 0 0 19 2 4 3 20 0 15 0 64625278 11079016448 15234 33554432000 4194304 4196468 140720442164912 140457877016992 140457888391792 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27972] ppid=27915 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27972/stat : 27972 (java) S 27915 27918 27142 0 -1 1077944384 2 12978 0 0 0 0 4 3 20 0 15 0 64625279 11079016448 15234 33554432000 4194304 4196468 140720442164912 140457909447056 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27973] ppid=27915 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27973/stat : 27973 (java) S 27915 27918 27142 0 -1 1077944384 1 12978 0 0 0 0 4 3 20 0 15 0 64625279 11079016448 15234 33554432000 4194304 4196468 140720442164912 140457797720336 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27974] ppid=27915 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27974/stat : 27974 (java) S 27915 27918 27142 0 -1 1077944384 1 12978 0 0 0 0 4 3 20 0 15 0 64625279 11079016448 15234 33554432000 4194304 4196468 140720442164912 140457796668048 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27975] ppid=27915 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27975/stat : 27975 (java) S 27915 27918 27142 0 -1 1077944384 1 12978 0 0 0 0 4 3 20 0 15 0 64625279 11079016448 15234 33554432000 4194304 4196468 140720442164912 140457795615248 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27976] ppid=27915 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27976/stat : 27976 (java) S 27915 27918 27142 0 -1 1077944384 2 12978 0 0 0 0 4 3 20 0 15 0 64625280 11079016448 15234 33554432000 4194304 4196468 140720442164912 140457109944944 140457905216130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27977] ppid=27915 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27977/stat : 27977 (java) S 27915 27918 27142 0 -1 1077944384 13 12978 0 0 0 0 4 3 20 0 15 0 64625281 11079016448 15234 33554432000 4194304 4196468 140720442164912 140457040405792 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27978] ppid=27915 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27978/stat : 27978 (java) S 27915 27918 27142 0 -1 1077944384 1 12978 0 0 0 0 4 3 20 0 15 0 64625281 11079016448 15234 33554432000 4194304 4196468 140720442164912 140456906188400 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27979] ppid=27915 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27979/stat : 27979 (java) S 27915 27918 27142 0 -1 1077944384 2 12978 0 0 0 0 4 3 20 0 15 0 64625284 11079016448 15234 33554432000 4194304 4196468 140720442164912 140456637753936 140457905223579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27980] ppid=27915 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27918/task/27980/stat : 27980 (java) S 27915 27918 27142 0 -1 1077944384 530 12978 0 0 2 0 4 3 20 0 15 0 64625284 11079016448 15234 33554432000 4194304 4196468 140720442164912 140457108891760 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27981] ppid=27915 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27918/task/27981/stat : 27981 (java) S 27915 27918 27142 0 -1 1077944384 57 12978 0 0 1 0 4 3 20 0 15 0 64625284 11079016448 15234 33554432000 4194304 4196468 140720442164912 140457006847984 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27982] ppid=27915 vsize=10819352 memory=140519974364800 CPUtime=0.12 cores=1,3,5,7
/proc/27918/task/27982/stat : 27982 (java) S 27915 27918 27142 0 -1 1077944384 571 12978 0 0 5 0 4 3 20 0 15 0 64625284 11079016448 15234 33554432000 4194304 4196468 140720442164912 140457005795696 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27983] ppid=27915 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27983/stat : 27983 (java) S 27915 27918 27142 0 -1 1077944384 3 12978 0 0 0 0 4 3 20 0 15 0 64625284 11079016448 15234 33554432000 4194304 4196468 140720442164912 140456167991776 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27984] ppid=27915 vsize=10819352 memory=140519974364800 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27984/stat : 27984 (java) S 27915 27918 27142 0 -1 1077944384 1 12978 0 0 0 0 4 3 20 0 15 0 64625284 11079016448 15234 33554432000 4194304 4196468 140720442164912 140457004743600 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 60936 KiB

[startup+0.700759 s]
/proc/loadavg: 1.87 1.28 1.13 3/215 27984
/proc/meminfo: memFree=23329616/32770624 swapFree=67108860/67108860
[pid=27918] ppid=27915 vsize=10819352 memory=93760 CPUtime=0.97 cores=1,3,5,7
/proc/27918/stat : 27918 (java) S 27915 27918 27142 0 -1 1077944320 16449 12978 0 0 86 4 4 3 20 0 15 0 64625269 11079016448 23440 33554432000 4194304 4196468 140720442164912 140720442147456 140457905204983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
/proc/27918/statm: 2704838 23440 3249 1 0 2667149 0
[pid=27918/tid=27971] ppid=27915 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/27918/task/27971/stat : 27971 (java) R 27915 27918 27142 0 -1 4202560 12156 12978 0 0 55 3 4 3 20 0 15 0 64625278 11079016448 23440 33554432000 4194304 4196468 140720442164912 140457877025808 140457886769961 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27972] ppid=27915 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27972/stat : 27972 (java) S 27915 27918 27142 0 -1 1077944384 2 12978 0 0 0 0 4 3 20 0 15 0 64625279 11079016448 23440 33554432000 4194304 4196468 140720442164912 140457909447056 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27973] ppid=27915 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27973/stat : 27973 (java) S 27915 27918 27142 0 -1 1077944384 1 12978 0 0 0 0 4 3 20 0 15 0 64625279 11079016448 23440 33554432000 4194304 4196468 140720442164912 140457797720336 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27974] ppid=27915 vsize=10819352 memory=140519854453552 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27974/stat : 27974 (java) S 27915 27918 27142 0 -1 1077944384 1 12978 0 0 0 0 4 3 20 0 15 0 64625279 11079016448 23440 33554432000 4194304 4196468 140720442164912 140457796668048 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27975] ppid=27915 vsize=10819352 memory=140522739991121 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27975/stat : 27975 (java) S 27915 27918 27142 0 -1 1077944384 1 12978 0 0 0 0 4 3 20 0 15 0 64625279 11079016448 23440 33554432000 4194304 4196468 140720442164912 140457795615248 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27976] ppid=27915 vsize=10819352 memory=1624 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27976/stat : 27976 (java) S 27915 27918 27142 0 -1 1077944384 5 12978 0 0 0 0 4 3 20 0 15 0 64625280 11079016448 23440 33554432000 4194304 4196468 140720442164912 140457109944944 140457905216130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27977] ppid=27915 vsize=10819352 memory=4639098309541127270 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27977/stat : 27977 (java) S 27915 27918 27142 0 -1 1077944384 13 12978 0 0 0 0 4 3 20 0 15 0 64625281 11079016448 23440 33554432000 4194304 4196468 140720442164912 140457040405792 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27978] ppid=27915 vsize=10819352 memory=7885635084775281009 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27978/stat : 27978 (java) S 27915 27918 27142 0 -1 1077944384 1 12978 0 0 0 0 4 3 20 0 15 0 64625281 11079016448 23440 33554432000 4194304 4196468 140720442164912 140456906188400 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27979] ppid=27915 vsize=10819352 memory=12556 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27979/stat : 27979 (java) S 27915 27918 27142 0 -1 1077944384 2 12978 0 0 0 0 4 3 20 0 15 0 64625284 11079016448 23440 33554432000 4194304 4196468 140720442164912 140456637753936 140457905223579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27980] ppid=27915 vsize=10819352 memory=4052 CPUtime=0.14 cores=1,3,5,7
/proc/27918/task/27980/stat : 27980 (java) S 27915 27918 27142 0 -1 1077944384 796 12978 0 0 7 0 4 3 20 0 15 0 64625284 11079016448 23440 33554432000 4194304 4196468 140720442164912 140457108891760 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27981] ppid=27915 vsize=10819352 memory=18444 CPUtime=0.16 cores=1,3,5,7
/proc/27918/task/27981/stat : 27981 (java) S 27915 27918 27142 0 -1 1077944384 665 12978 0 0 9 0 4 3 20 0 15 0 64625284 11079016448 23440 33554432000 4194304 4196468 140720442164912 140457006847984 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27982] ppid=27915 vsize=10819352 memory=640 CPUtime=0.19 cores=1,3,5,7
/proc/27918/task/27982/stat : 27982 (java) S 27915 27918 27142 0 -1 1077944384 610 12978 0 0 12 0 4 3 20 0 15 0 64625284 11079016448 23440 33554432000 4194304 4196468 140720442164912 140457005795696 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27983] ppid=27915 vsize=10819352 memory=1784 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27983/stat : 27983 (java) S 27915 27918 27142 0 -1 1077944384 3 12978 0 0 0 0 4 3 20 0 15 0 64625284 11079016448 23440 33554432000 4194304 4196468 140720442164912 140456167991776 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27984] ppid=27915 vsize=10819352 memory=1236 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27984/stat : 27984 (java) S 27915 27918 27142 0 -1 1077944384 1 12978 0 0 0 0 4 3 20 0 15 0 64625284 11079016448 23440 33554432000 4194304 4196468 140720442164912 140457004743600 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 93760 KiB

[startup+1.50079 s]
/proc/loadavg: 1.87 1.28 1.13 9/215 27984
/proc/meminfo: memFree=23227616/32770624 swapFree=67108860/67108860
[pid=27918] ppid=27915 vsize=10832204 memory=194188 CPUtime=2.95 cores=1,3,5,7
/proc/27918/stat : 27918 (java) S 27915 27918 27142 0 -1 1077944320 23821 12978 0 0 280 8 4 3 20 0 15 0 64625269 11092176896 48547 33554432000 4194304 4196468 140720442164912 140720442147456 140457905204983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
/proc/27918/statm: 2708051 48547 3450 1 0 2669709 0
[pid=27918/tid=27971] ppid=27915 vsize=10832204 memory=70232 CPUtime=1.45 cores=1,3,5,7
/proc/27918/task/27971/stat : 27971 (java) R 27915 27918 27142 0 -1 4202560 16465 12978 0 0 133 5 4 3 20 0 15 0 64625278 11092176896 48547 33554432000 4194304 4196468 140720442164912 140457877035248 140457905226909 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27972] ppid=27915 vsize=10832204 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27972/stat : 27972 (java) S 27915 27918 27142 0 -1 1077944384 2 12978 0 0 0 0 4 3 20 0 15 0 64625279 11092176896 48547 33554432000 4194304 4196468 140720442164912 140457909447056 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27973] ppid=27915 vsize=10832204 memory=281039708938400 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27973/stat : 27973 (java) S 27915 27918 27142 0 -1 1077944384 1 12978 0 0 0 0 4 3 20 0 15 0 64625279 11092176896 48547 33554432000 4194304 4196468 140720442164912 140457797720336 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27974] ppid=27915 vsize=10832204 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27974/stat : 27974 (java) S 27915 27918 27142 0 -1 1077944384 1 12978 0 0 0 0 4 3 20 0 15 0 64625279 11092176896 48547 33554432000 4194304 4196468 140720442164912 140457796668048 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27975] ppid=27915 vsize=10832204 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27975/stat : 27975 (java) S 27915 27918 27142 0 -1 1077944384 1 12978 0 0 0 0 4 3 20 0 15 0 64625279 11092176896 48547 33554432000 4194304 4196468 140720442164912 140457795615248 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27976] ppid=27915 vsize=10832204 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27976/stat : 27976 (java) S 27915 27918 27142 0 -1 1077944384 12 12978 0 0 0 0 4 3 20 0 15 0 64625280 11092176896 48547 33554432000 4194304 4196468 140720442164912 140457109944944 140457905216130 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27977] ppid=27915 vsize=10832204 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27977/stat : 27977 (java) S 27915 27918 27142 0 -1 1077944384 13 12978 0 0 0 0 4 3 20 0 15 0 64625281 11092176896 48547 33554432000 4194304 4196468 140720442164912 140457040405792 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27978] ppid=27915 vsize=10832204 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27978/stat : 27978 (java) S 27915 27918 27142 0 -1 1077944384 1 12978 0 0 0 0 4 3 20 0 15 0 64625281 11092176896 48547 33554432000 4194304 4196468 140720442164912 140456906188400 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27979] ppid=27915 vsize=10832204 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27979/stat : 27979 (java) S 27915 27918 27142 0 -1 1077944384 2 12978 0 0 0 0 4 3 20 0 15 0 64625284 11092176896 48547 33554432000 4194304 4196468 140720442164912 140456637753936 140457905223579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27980] ppid=27915 vsize=10832204 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/27918/task/27980/stat : 27980 (java) S 27915 27918 27142 0 -1 1077944384 1515 12978 0 0 50 0 4 3 20 0 15 0 64625284 11092176896 48547 33554432000 4194304 4196468 140720442164912 140457108891760 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27981] ppid=27915 vsize=10832204 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/27918/task/27981/stat : 27981 (java) S 27915 27918 27142 0 -1 1077944384 1999 12978 0 0 50 0 4 3 20 0 15 0 64625284 11092176896 48547 33554432000 4194304 4196468 140720442164912 140457006847984 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27982] ppid=27915 vsize=10832204 memory=6791534058613427641 CPUtime=0.52 cores=1,3,5,7
/proc/27918/task/27982/stat : 27982 (java) S 27915 27918 27142 0 -1 1077944384 1613 12978 0 0 45 0 4 3 20 0 15 0 64625284 11092176896 48547 33554432000 4194304 4196468 140720442164912 140457005795696 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27983] ppid=27915 vsize=10832204 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27983/stat : 27983 (java) S 27915 27918 27142 0 -1 1077944384 3 12978 0 0 0 0 4 3 20 0 15 0 64625284 11092176896 48547 33554432000 4194304 4196468 140720442164912 140456167991776 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27984] ppid=27915 vsize=10832204 memory=281039709182848 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27984/stat : 27984 (java) S 27915 27918 27142 0 -1 1077944384 1 12978 0 0 0 0 4 3 20 0 15 0 64625284 11092176896 48547 33554432000 4194304 4196468 140720442164912 140457004743600 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
Current children cumulated CPU time: 2.95 s
Current children cumulated vsize: 10832204 KiB

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

/proc/27918/task/27971/stat : 27971 (java) R 27915 27918 27142 0 -1 4202560 186638 12978 0 0 231508 53 4 3 20 0 15 0 64625278 11178180608 406549 33554432000 4194304 4196468 140720442164912 140457877038704 140457481832917 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27972] ppid=27915 vsize=10916192 memory=1398720917958146503 CPUtime=5.99 cores=1,3,5,7
/proc/27918/task/27972/stat : 27972 (java) S 27915 27918 27142 0 -1 1077944384 21641 12978 0 0 534 58 4 3 20 0 15 0 64625279 11178180608 406549 33554432000 4194304 4196468 140720442164912 140457909447056 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27973] ppid=27915 vsize=10916192 memory=19752 CPUtime=5.98 cores=1,3,5,7
/proc/27918/task/27973/stat : 27973 (java) S 27915 27918 27142 0 -1 1077944384 28811 12978 0 0 534 57 4 3 20 0 15 0 64625279 11178180608 406549 33554432000 4194304 4196468 140720442164912 140457797720336 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27974] ppid=27915 vsize=10916192 memory=1296 CPUtime=5.94 cores=1,3,5,7
/proc/27918/task/27974/stat : 27974 (java) S 27915 27918 27142 0 -1 1077944384 22902 12978 0 0 529 58 4 3 20 0 15 0 64625279 11178180608 406549 33554432000 4194304 4196468 140720442164912 140457796668048 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27975] ppid=27915 vsize=10916192 memory=2428 CPUtime=5.96 cores=1,3,5,7
/proc/27918/task/27975/stat : 27975 (java) S 27915 27918 27142 0 -1 1077944384 25470 12978 0 0 533 56 4 3 20 0 15 0 64625279 11178180608 406549 33554432000 4194304 4196468 140720442164912 140457795615248 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27976] ppid=27915 vsize=10916192 memory=1728 CPUtime=0.52 cores=1,3,5,7
/proc/27918/task/27976/stat : 27976 (java) S 27915 27918 27142 0 -1 1077944384 28847 12978 0 0 37 8 4 3 20 0 15 0 64625280 11178180608 406549 33554432000 4194304 4196468 140720442164912 140457109944944 140457905216130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27977] ppid=27915 vsize=10916192 memory=1004 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27977/stat : 27977 (java) S 27915 27918 27142 0 -1 1077944384 14 12978 0 0 0 0 4 3 20 0 15 0 64625281 11178180608 406549 33554432000 4194304 4196468 140720442164912 140457040405856 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27978] ppid=27915 vsize=10916192 memory=11956 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27978/stat : 27978 (java) S 27915 27918 27142 0 -1 1077944384 5 12978 0 0 0 0 4 3 20 0 15 0 64625281 11178180608 406549 33554432000 4194304 4196468 140720442164912 140456906188416 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27979] ppid=27915 vsize=10916192 memory=7661560172822881390 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27979/stat : 27979 (java) S 27915 27918 27142 0 -1 1077944384 2 12978 0 0 0 0 4 3 20 0 15 0 64625284 11178180608 406549 33554432000 4194304 4196468 140720442164912 140456637753936 140457905223579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27980] ppid=27915 vsize=10916192 memory=7661560172822881390 CPUtime=6.64 cores=1,3,5,7
/proc/27918/task/27980/stat : 27980 (java) S 27915 27918 27142 0 -1 1077944384 34519 12978 0 0 654 3 4 3 20 0 15 0 64625284 11178180608 406549 33554432000 4194304 4196468 140720442164912 140457108891760 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27981] ppid=27915 vsize=10916192 memory=7236839751027026024 CPUtime=7.33 cores=1,3,5,7
/proc/27918/task/27981/stat : 27981 (java) S 27915 27918 27142 0 -1 1077944384 40512 12978 0 0 723 3 4 3 20 0 15 0 64625284 11178180608 406549 33554432000 4194304 4196468 140720442164912 140457006847984 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27982] ppid=27915 vsize=10916192 memory=7236839751027026024 CPUtime=2.63 cores=1,3,5,7
/proc/27918/task/27982/stat : 27982 (java) S 27915 27918 27142 0 -1 1077944384 26681 12978 0 0 250 6 4 3 20 0 15 0 64625284 11178180608 406549 33554432000 4194304 4196468 140720442164912 140457005795696 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27983] ppid=27915 vsize=10916192 memory=7236839751027026024 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27983/stat : 27983 (java) S 27915 27918 27142 0 -1 1077944384 3 12978 0 0 0 0 4 3 20 0 15 0 64625284 11178180608 406549 33554432000 4194304 4196468 140720442164912 140456167991776 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27984] ppid=27915 vsize=10916192 memory=7661560172822881390 CPUtime=1.27 cores=1,3,5,7
/proc/27918/task/27984/stat : 27984 (java) S 27915 27918 27142 0 -1 1077944384 3118 12978 0 0 56 64 4 3 20 0 15 0 64625284 11178180608 406549 33554432000 4194304 4196468 140720442164912 140457004743600 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
Current children cumulated CPU time: 2357.42 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1626196 KiB

[startup+2382.3 s]*
/proc/loadavg: 1.75 1.59 1.60 3/215 28058
/proc/meminfo: memFree=22187156/32770624 swapFree=67108860/67108860
[pid=27918] ppid=27915 vsize=10916192 memory=1626196 CPUtime=2417.95 cores=1,3,5,7
/proc/27918/stat : 27918 (java) S 27915 27918 27142 0 -1 1077944320 423787 12978 0 0 241429 359 4 3 20 0 15 0 64625269 11178180608 406549 33554432000 4194304 4196468 140720442164912 140720442147456 140457905204983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
/proc/27918/statm: 2729048 406549 3529 1 0 2690701 0
[pid=27918/tid=27971] ppid=27915 vsize=10916192 memory=1398720917958146503 CPUtime=2375.43 cores=1,3,5,7
/proc/27918/task/27971/stat : 27971 (java) R 27915 27918 27142 0 -1 4202560 187314 12978 0 0 237483 53 4 3 20 0 15 0 64625278 11178180608 406549 33554432000 4194304 4196468 140720442164912 140457877038816 140457465764679 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27972] ppid=27915 vsize=10916192 memory=6791534058613427641 CPUtime=6.16 cores=1,3,5,7
/proc/27918/task/27972/stat : 27972 (java) S 27915 27918 27142 0 -1 1077944384 22341 12978 0 0 551 58 4 3 20 0 15 0 64625279 11178180608 406549 33554432000 4194304 4196468 140720442164912 140457909447056 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27973] ppid=27915 vsize=10916192 memory=15872 CPUtime=6.15 cores=1,3,5,7
/proc/27918/task/27973/stat : 27973 (java) S 27915 27918 27142 0 -1 1077944384 29071 12978 0 0 551 57 4 3 20 0 15 0 64625279 11178180608 406549 33554432000 4194304 4196468 140720442164912 140457797720336 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27974] ppid=27915 vsize=10916192 memory=12584 CPUtime=6.12 cores=1,3,5,7
/proc/27918/task/27974/stat : 27974 (java) S 27915 27918 27142 0 -1 1077944384 23198 12978 0 0 546 59 4 3 20 0 15 0 64625279 11178180608 406549 33554432000 4194304 4196468 140720442164912 140457796668048 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27975] ppid=27915 vsize=10916192 memory=4052 CPUtime=6.14 cores=1,3,5,7
/proc/27918/task/27975/stat : 27975 (java) S 27915 27918 27142 0 -1 1077944384 25742 12978 0 0 551 56 4 3 20 0 15 0 64625279 11178180608 406549 33554432000 4194304 4196468 140720442164912 140457795615248 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27976] ppid=27915 vsize=10916192 memory=18444 CPUtime=0.57 cores=1,3,5,7
/proc/27918/task/27976/stat : 27976 (java) S 27915 27918 27142 0 -1 1077944384 29051 12978 0 0 41 9 4 3 20 0 15 0 64625280 11178180608 406549 33554432000 4194304 4196468 140720442164912 140457109944944 140457905216130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27977] ppid=27915 vsize=10916192 memory=640 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27977/stat : 27977 (java) S 27915 27918 27142 0 -1 1077944384 14 12978 0 0 0 0 4 3 20 0 15 0 64625281 11178180608 406549 33554432000 4194304 4196468 140720442164912 140457040405856 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27978] ppid=27915 vsize=10916192 memory=1784 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27978/stat : 27978 (java) S 27915 27918 27142 0 -1 1077944384 5 12978 0 0 0 0 4 3 20 0 15 0 64625281 11178180608 406549 33554432000 4194304 4196468 140720442164912 140456906188416 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27979] ppid=27915 vsize=10916192 memory=1236 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27979/stat : 27979 (java) S 27915 27918 27142 0 -1 1077944384 2 12978 0 0 0 0 4 3 20 0 15 0 64625284 11178180608 406549 33554432000 4194304 4196468 140720442164912 140456637753936 140457905223579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27980] ppid=27915 vsize=10916192 memory=960 CPUtime=6.64 cores=1,3,5,7
/proc/27918/task/27980/stat : 27980 (java) S 27915 27918 27142 0 -1 1077944384 34521 12978 0 0 654 3 4 3 20 0 15 0 64625284 11178180608 406549 33554432000 4194304 4196468 140720442164912 140457108891760 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27981] ppid=27915 vsize=10916192 memory=2340 CPUtime=7.33 cores=1,3,5,7
/proc/27918/task/27981/stat : 27981 (java) S 27915 27918 27142 0 -1 1077944384 40514 12978 0 0 723 3 4 3 20 0 15 0 64625284 11178180608 406549 33554432000 4194304 4196468 140720442164912 140457006847984 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27982] ppid=27915 vsize=10916192 memory=928 CPUtime=2.63 cores=1,3,5,7
/proc/27918/task/27982/stat : 27982 (java) S 27915 27918 27142 0 -1 1077944384 26683 12978 0 0 250 6 4 3 20 0 15 0 64625284 11178180608 406549 33554432000 4194304 4196468 140720442164912 140457005795696 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27983] ppid=27915 vsize=10916192 memory=1572 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27983/stat : 27983 (java) S 27915 27918 27142 0 -1 1077944384 3 12978 0 0 0 0 4 3 20 0 15 0 64625284 11178180608 406549 33554432000 4194304 4196468 140720442164912 140456167991776 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27984] ppid=27915 vsize=10916192 memory=2244 CPUtime=1.29 cores=1,3,5,7
/proc/27918/task/27984/stat : 27984 (java) S 27915 27918 27142 0 -1 1077944384 3136 12978 0 0 57 65 4 3 20 0 15 0 64625284 11178180608 406549 33554432000 4194304 4196468 140720442164912 140457004743600 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
Current children cumulated CPU time: 2417.95 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1626196 KiB

[startup+2442.3 s]*
/proc/loadavg: 1.90 1.65 1.62 3/215 28187
/proc/meminfo: memFree=22745944/32770624 swapFree=67108860/67108860
[pid=27918] ppid=27915 vsize=10916192 memory=1612332 CPUtime=2478.44 cores=1,3,5,7
/proc/27918/stat : 27918 (java) S 27915 27918 27142 0 -1 1077944320 427642 12978 0 0 247473 364 4 3 20 0 15 0 64625269 11178180608 403083 33554432000 4194304 4196468 140720442164912 140720442147456 140457905204983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
/proc/27918/statm: 2729048 403083 3529 1 0 2690701 0
[pid=27918/tid=27971] ppid=27915 vsize=10916192 memory=6791534058613427641 CPUtime=2435.14 cores=1,3,5,7
/proc/27918/task/27971/stat : 27971 (java) R 27915 27918 27142 0 -1 4202560 188491 12978 0 0 243453 54 4 3 20 0 15 0 64625278 11178180608 403083 33554432000 4194304 4196468 140720442164912 140457877038832 140457483018085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27972] ppid=27915 vsize=10916192 memory=8148 CPUtime=6.35 cores=1,3,5,7
/proc/27918/task/27972/stat : 27972 (java) S 27915 27918 27142 0 -1 1077944384 22855 12978 0 0 569 59 4 3 20 0 15 0 64625279 11178180608 403083 33554432000 4194304 4196468 140720442164912 140457909447056 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27973] ppid=27915 vsize=10916192 memory=848 CPUtime=6.33 cores=1,3,5,7
/proc/27918/task/27973/stat : 27973 (java) S 27915 27918 27142 0 -1 1077944384 29642 12978 0 0 569 57 4 3 20 0 15 0 64625279 11178180608 403083 33554432000 4194304 4196468 140720442164912 140457797720336 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27974] ppid=27915 vsize=10916192 memory=1692 CPUtime=6.3 cores=1,3,5,7
/proc/27918/task/27974/stat : 27974 (java) S 27915 27918 27142 0 -1 1077944384 23561 12978 0 0 564 59 4 3 20 0 15 0 64625279 11178180608 403083 33554432000 4194304 4196468 140720442164912 140457796668048 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27975] ppid=27915 vsize=10916192 memory=916 CPUtime=6.32 cores=1,3,5,7
/proc/27918/task/27975/stat : 27975 (java) S 27915 27918 27142 0 -1 1077944384 26230 12978 0 0 568 57 4 3 20 0 15 0 64625279 11178180608 403083 33554432000 4194304 4196468 140720442164912 140457795615248 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27976] ppid=27915 vsize=10916192 memory=3848 CPUtime=0.61 cores=1,3,5,7
/proc/27918/task/27976/stat : 27976 (java) S 27915 27918 27142 0 -1 1077944384 29248 12978 0 0 44 10 4 3 20 0 15 0 64625280 11178180608 403083 33554432000 4194304 4196468 140720442164912 140457109944944 140457905216130 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27977] ppid=27915 vsize=10916192 memory=2600 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27977/stat : 27977 (java) S 27915 27918 27142 0 -1 1077944384 14 12978 0 0 0 0 4 3 20 0 15 0 64625281 11178180608 403083 33554432000 4194304 4196468 140720442164912 140457040405856 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27978] ppid=27915 vsize=10916192 memory=2600 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27978/stat : 27978 (java) S 27915 27918 27142 0 -1 1077944384 5 12978 0 0 0 0 4 3 20 0 15 0 64625281 11178180608 403083 33554432000 4194304 4196468 140720442164912 140456906188416 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27979] ppid=27915 vsize=10916192 memory=1404 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27979/stat : 27979 (java) S 27915 27918 27142 0 -1 1077944384 2 12978 0 0 0 0 4 3 20 0 15 0 64625284 11178180608 403083 33554432000 4194304 4196468 140720442164912 140456637753936 140457905223579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27980] ppid=27915 vsize=10916192 memory=3292 CPUtime=6.65 cores=1,3,5,7
/proc/27918/task/27980/stat : 27980 (java) S 27915 27918 27142 0 -1 1077944384 34741 12978 0 0 655 3 4 3 20 0 15 0 64625284 11178180608 403083 33554432000 4194304 4196468 140720442164912 140457108891760 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27981] ppid=27915 vsize=10916192 memory=1612332 CPUtime=7.33 cores=1,3,5,7
/proc/27918/task/27981/stat : 27981 (java) S 27915 27918 27142 0 -1 1077944384 40517 12978 0 0 723 3 4 3 20 0 15 0 64625284 11178180608 403083 33554432000 4194304 4196468 140720442164912 140457006847984 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27982] ppid=27915 vsize=10916192 memory=4100 CPUtime=2.63 cores=1,3,5,7
/proc/27918/task/27982/stat : 27982 (java) S 27915 27918 27142 0 -1 1077944384 26986 12978 0 0 250 6 4 3 20 0 15 0 64625284 11178180608 403083 33554432000 4194304 4196468 140720442164912 140457005795696 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27983] ppid=27915 vsize=10916192 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27983/stat : 27983 (java) S 27915 27918 27142 0 -1 1077944384 3 12978 0 0 0 0 4 3 20 0 15 0 64625284 11178180608 403083 33554432000 4194304 4196468 140720442164912 140456167991776 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27984] ppid=27915 vsize=10916192 memory=2504 CPUtime=1.32 cores=1,3,5,7
/proc/27918/task/27984/stat : 27984 (java) S 27915 27918 27142 0 -1 1077944384 3155 12978 0 0 58 67 4 3 20 0 15 0 64625284 11178180608 403083 33554432000 4194304 4196468 140720442164912 140457004743600 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 49 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
Current children cumulated CPU time: 2478.44 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1612332 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2483.5 s]
/proc/loadavg: 1.64 1.62 1.61 3/215 28188
/proc/meminfo: memFree=22079172/32770624 swapFree=67108860/67108860
[pid=27918] ppid=27915 vsize=10916192 memory=1603612 CPUtime=2520.03 cores=1,3,5,7
/proc/27918/stat : 27918 (java) S 27915 27918 27142 0 -1 1077944320 428703 12978 0 0 251631 365 4 3 20 0 15 0 64625269 11178180608 400903 33554432000 4194304 4196468 140720442164912 140720442147456 140457905204983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
/proc/27918/statm: 2729048 400903 3529 1 0 2690701 0
[pid=27918/tid=27971] ppid=27915 vsize=10916192 memory=1416 CPUtime=2476.17 cores=1,3,5,7
/proc/27918/task/27971/stat : 27971 (java) R 27915 27918 27142 0 -1 4202560 189051 12978 0 0 247556 54 4 3 20 0 15 0 64625278 11178180608 400903 33554432000 4194304 4196468 140720442164912 140457877038944 140457460989541 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27972] ppid=27915 vsize=10916192 memory=4612 CPUtime=6.46 cores=1,3,5,7
/proc/27918/task/27972/stat : 27972 (java) S 27915 27918 27142 0 -1 1077944384 23184 12978 0 0 580 59 4 3 20 0 15 0 64625279 11178180608 400903 33554432000 4194304 4196468 140720442164912 140457909447056 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27973] ppid=27915 vsize=10916192 memory=1603612 CPUtime=6.45 cores=1,3,5,7
/proc/27918/task/27973/stat : 27973 (java) S 27915 27918 27142 0 -1 1077944384 29733 12978 0 0 581 57 4 3 20 0 15 0 64625279 11178180608 400903 33554432000 4194304 4196468 140720442164912 140457797720336 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27974] ppid=27915 vsize=10916192 memory=1004 CPUtime=6.42 cores=1,3,5,7
/proc/27918/task/27974/stat : 27974 (java) S 27915 27918 27142 0 -1 1077944384 23565 12978 0 0 576 59 4 3 20 0 15 0 64625279 11178180608 400903 33554432000 4194304 4196468 140720442164912 140457796668048 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27975] ppid=27915 vsize=10916192 memory=11956 CPUtime=6.45 cores=1,3,5,7
/proc/27918/task/27975/stat : 27975 (java) S 27915 27918 27142 0 -1 1077944384 26265 12978 0 0 581 57 4 3 20 0 15 0 64625279 11178180608 400903 33554432000 4194304 4196468 140720442164912 140457795615248 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27976] ppid=27915 vsize=10916192 memory=19752 CPUtime=0.64 cores=1,3,5,7
/proc/27918/task/27976/stat : 27976 (java) S 27915 27918 27142 0 -1 1077944384 29280 12978 0 0 47 10 4 3 20 0 15 0 64625280 11178180608 400903 33554432000 4194304 4196468 140720442164912 140457109944944 140457905216130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27977] ppid=27915 vsize=10916192 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27977/stat : 27977 (java) S 27915 27918 27142 0 -1 1077944384 14 12978 0 0 0 0 4 3 20 0 15 0 64625281 11178180608 400903 33554432000 4194304 4196468 140720442164912 140457040405856 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27978] ppid=27915 vsize=10916192 memory=2428 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27978/stat : 27978 (java) S 27915 27918 27142 0 -1 1077944384 5 12978 0 0 0 0 4 3 20 0 15 0 64625281 11178180608 400903 33554432000 4194304 4196468 140720442164912 140456906188416 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27979] ppid=27915 vsize=10916192 memory=1728 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27979/stat : 27979 (java) S 27915 27918 27142 0 -1 1077944384 2 12978 0 0 0 0 4 3 20 0 15 0 64625284 11178180608 400903 33554432000 4194304 4196468 140720442164912 140456637753936 140457905223579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27980] ppid=27915 vsize=10916192 memory=1004 CPUtime=6.65 cores=1,3,5,7
/proc/27918/task/27980/stat : 27980 (java) S 27915 27918 27142 0 -1 1077944384 34743 12978 0 0 655 3 4 3 20 0 15 0 64625284 11178180608 400903 33554432000 4194304 4196468 140720442164912 140457108891760 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27981] ppid=27915 vsize=10916192 memory=11956 CPUtime=7.33 cores=1,3,5,7
/proc/27918/task/27981/stat : 27981 (java) S 27915 27918 27142 0 -1 1077944384 40519 12978 0 0 723 3 4 3 20 0 15 0 64625284 11178180608 400903 33554432000 4194304 4196468 140720442164912 140457006847984 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27982] ppid=27915 vsize=10916192 memory=1944 CPUtime=2.63 cores=1,3,5,7
/proc/27918/task/27982/stat : 27982 (java) S 27915 27918 27142 0 -1 1077944384 26988 12978 0 0 250 6 4 3 20 0 15 0 64625284 11178180608 400903 33554432000 4194304 4196468 140720442164912 140457005795696 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27983] ppid=27915 vsize=10916192 memory=1416 CPUtime=0.07 cores=1,3,5,7
/proc/27918/task/27983/stat : 27983 (java) S 27915 27918 27142 0 -1 1077944384 3 12978 0 0 0 0 4 3 20 0 15 0 64625284 11178180608 400903 33554432000 4194304 4196468 140720442164912 140456167991776 140457905215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
[pid=27918/tid=27984] ppid=27915 vsize=10916192 memory=4612 CPUtime=1.35 cores=1,3,5,7
/proc/27918/task/27984/stat : 27984 (java) S 27915 27918 27142 0 -1 1077944384 3159 12978 0 0 59 69 4 3 20 0 15 0 64625284 11178180608 400903 33554432000 4194304 4196468 140720442164912 140457004743600 140457905216130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 49 0 0 6293624 6294260 39501824 140720442169515 140720442172764 140720442172764 140720442175439 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1603612 KiB

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

[startup+2483.53 s]
# the end of solver process 27918 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.38 s, system=3.69702 s

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

Child status: 143
Real time (s): 2483.53
CPU time (s): 2520.07
CPU user time (s): 2516.38
CPU system time (s): 3.69702
CPU usage (%): 101.472
Max. virtual memory (cumulated for all children) (KiB): 10919048
Max. memory (cumulated for all children) (KiB): 3535548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.38
system time used= 3.69702
maximum resident set size= 3535548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 442722
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 69477
involuntary context switches= 1374


# summary of solver processes directly reported to runsolver:
#   pid: 27918
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.38
#   total CPU system time (s): 3.69702

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3026 second user time and 27.7277 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-25 00:17:01
IDJOB=4294545
IDBENCH=141395
IDSOLVER=2751
FILE ID=node151/4294545-1532470621
RUNJOBID= node151-1532470571-27174
PBS_JOBID= 21021586
Free space on /tmp= 54912 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/MisteryShopper/MisteryShopper-12_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294545-1532470621/watcher-4294545-1532470621 -o /tmp/evaluation-result-4294545-1532470621/solver-4294545-1532470621 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532470571-27174 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1175696784 -superng HOME/instance-4294545-1532470621.xml

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

MD5SUM BENCH= 193461ec87a084283094d7342f0c20d4
RANDOM SEED=1175696784

node151.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.87
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.87
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.87
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.87
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:        23393428 kB
MemAvailable:   30593264 kB
Buffers:          168040 kB
Cached:          7269864 kB
SwapCached:            0 kB
Active:          2706128 kB
Inactive:        6146276 kB
Active(anon):    1364456 kB
Inactive(anon):    69472 kB
Active(file):    1341672 kB
Inactive(file):  6076804 kB
Unevictable:        7784 kB
Mlocked:            7784 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27196 kB
Writeback:             0 kB
AnonPages:       1422068 kB
Mapped:            51840 kB
Shmem:             17032 kB
Slab:             222148 kB
SReclaimable:     194392 kB
SUnreclaim:        27756 kB
KernelStack:        3584 kB
PageTables:         8052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2595384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1193984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54884 MiB
End job on node151 at 2018-07-25 00:58:24