Trace number 4294199

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.11 2483.23

General information on the benchmark

NameLangford/
LangfordBin-15_c18.xml
MD5SUM07ea5144b09b59ff4e6e73933349a8c8
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 benchmark0.017778
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints45
Number of domains2
Minimum domain size15
Maximum domain size30
Distribution of domain sizes[{"size":15,"count":30},{"size":30,"count":30}]
Minimum variable degree2
Maximum variable degree30
Distribution of variable degrees[{"degree":2,"count":30},{"degree":30,"count":30}]
Minimum constraint arity2
Maximum constraint arity31
Distribution of constraint arities[{"arity":2,"count":15},{"arity":31,"count":30}]
Number of extensional constraints0
Number of intensional constraints15
Distribution of constraint types[{"type":"intension","count":15},{"type":"element","count":30}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294199-1532441072/watcher-4294199-1532441072 -o /tmp/evaluation-result-4294199-1532441072/solver-4294199-1532441072 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12741 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=319978964 -superng HOME/instance-4294199-1532441072.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
Current StackSize limit: 8192 KiB

solver pid=18152, runsolver pid=18149

[startup+0.100127 s]*
/proc/loadavg: 1.62 1.46 1.38 3/211 18209
/proc/meminfo: memFree=16022000/32770624 swapFree=67108860/67108860
[pid=18152] ppid=18149 vsize=9972712 memory=17072 CPUtime=0.08 cores=1,3,5,7
/proc/18152/stat : 18152 (java) S 18149 18152 12709 0 -1 1077944320 4442 13194 0 0 1 0 5 2 20 0 6 0 61670344 10212057088 4268 33554432000 4194304 4196468 140735641383824 140735641366368 139826050801399 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
/proc/18152/statm: 2493178 4268 1934 1 0 2481616 0
[pid=18152/tid=18205] ppid=18149 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/18152/task/18205/stat : 18205 (java) R 18149 18152 12709 0 -1 4202560 2268 13194 0 0 1 0 5 2 20 0 6 0 61670353 10212057088 4334 33554432000 4194304 4196468 140735641383824 139826022638160 139826034881886 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18206] ppid=18149 vsize=9972712 memory=5793855188428667321 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18206/stat : 18206 (java) S 18149 18152 12709 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 6 0 61670354 10212057088 4334 33554432000 4194304 4196468 140735641383824 139826055044240 139826050811605 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18207] ppid=18149 vsize=9972712 memory=139937418774144 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18207/stat : 18207 (java) S 18149 18152 12709 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 6 0 61670354 10212057088 4334 33554432000 4194304 4196468 140735641383824 139825953934352 139826050811605 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18208] ppid=18149 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18208/stat : 18208 (java) S 18149 18152 12709 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 6 0 61670354 10212057088 4334 33554432000 4194304 4196468 140735641383824 139825952881552 139826050811605 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18209] ppid=18149 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18209/stat : 18209 (java) S 18149 18152 12709 0 -1 1077944384 2 13194 0 0 0 0 5 2 20 0 6 0 61670354 10212057088 4334 33554432000 4194304 4196468 140735641383824 139825951828752 139826050811605 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17072 KiB

[startup+0.210041 s]*
/proc/loadavg: 1.62 1.46 1.38 3/220 18218
/proc/meminfo: memFree=16001764/32770624 swapFree=67108860/67108860
[pid=18152] ppid=18149 vsize=10818904 memory=46328 CPUtime=0.26 cores=1,3,5,7
/proc/18152/stat : 18152 (java) S 18149 18152 12709 0 -1 1077944320 9422 13194 0 0 17 2 5 2 20 0 15 0 61670344 11078557696 11582 33554432000 4194304 4196468 140735641383824 140735641366368 139826050801399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
/proc/18152/statm: 2704726 11582 2970 1 0 2667149 0
[pid=18152/tid=18205] ppid=18149 vsize=10818904 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/18152/task/18205/stat : 18205 (java) R 18149 18152 12709 0 -1 4202560 6079 13194 0 0 10 1 5 2 20 0 15 0 61670353 11078557696 11582 33554432000 4194304 4196468 140735641383824 139826022626208 139826034881886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18206] ppid=18149 vsize=10818904 memory=4211973663623564682 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18206/stat : 18206 (java) S 18149 18152 12709 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 61670354 11078557696 11582 33554432000 4194304 4196468 140735641383824 139826055044240 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18207] ppid=18149 vsize=10818904 memory=139937418774144 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18207/stat : 18207 (java) S 18149 18152 12709 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 61670354 11078557696 11582 33554432000 4194304 4196468 140735641383824 139825953934352 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18208] ppid=18149 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18208/stat : 18208 (java) S 18149 18152 12709 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 61670354 11078557696 11582 33554432000 4194304 4196468 140735641383824 139825952881552 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18209] ppid=18149 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18209/stat : 18209 (java) S 18149 18152 12709 0 -1 1077944384 2 13194 0 0 0 0 5 2 20 0 15 0 61670354 11078557696 11582 33554432000 4194304 4196468 140735641383824 139825951828752 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18210] ppid=18149 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18210/stat : 18210 (java) S 18149 18152 12709 0 -1 1077944384 2 13194 0 0 0 0 5 2 20 0 15 0 61670355 11078557696 11582 33554432000 4194304 4196468 140735641383824 139825510103408 139826050812546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18211] ppid=18149 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18211/stat : 18211 (java) S 18149 18152 12709 0 -1 1077944384 13 13194 0 0 0 0 5 2 20 0 15 0 61670355 11078557696 11582 33554432000 4194304 4196468 140735641383824 139824942015520 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18212] ppid=18149 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18212/stat : 18212 (java) S 18149 18152 12709 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 61670356 11078557696 11582 33554432000 4194304 4196468 140735641383824 139824807797616 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18213] ppid=18149 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18213/stat : 18213 (java) S 18149 18152 12709 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 61670358 11078557696 11582 33554432000 4194304 4196468 140735641383824 139824567506768 139826050819995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18214] ppid=18149 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18152/task/18214/stat : 18214 (java) S 18149 18152 12709 0 -1 1077944384 501 13194 0 0 1 0 5 2 20 0 15 0 61670358 11078557696 11582 33554432000 4194304 4196468 140735641383824 139825509051248 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18215] ppid=18149 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18152/task/18215/stat : 18215 (java) S 18149 18152 12709 0 -1 1077944384 90 13194 0 0 1 0 5 2 20 0 15 0 61670358 11078557696 11582 33554432000 4194304 4196468 140735641383824 139825507998448 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18216] ppid=18149 vsize=10818904 memory=139937418774144 CPUtime=0.1 cores=1,3,5,7
/proc/18152/task/18216/stat : 18216 (java) R 18149 18152 12709 0 -1 4202560 539 13194 0 0 3 0 5 2 20 0 15 0 61670358 11078557696 11582 33554432000 4194304 4196468 140735641383824 139825506945648 139826050822746 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18217] ppid=18149 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18217/stat : 18217 (java) S 18149 18152 12709 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 61670359 11078557696 11582 33554432000 4194304 4196468 140735641383824 139824533949152 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18218] ppid=18149 vsize=10818904 memory=139937418774144 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18218/stat : 18218 (java) S 18149 18152 12709 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 61670359 11078557696 11582 33554432000 4194304 4196468 140735641383824 139825505893040 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 46328 KiB

[startup+0.310593 s]*
/proc/loadavg: 1.62 1.46 1.38 3/220 18218
/proc/meminfo: memFree=15987904/32770624 swapFree=67108860/67108860
[pid=18152] ppid=18149 vsize=10819352 memory=54204 CPUtime=0.38 cores=1,3,5,7
/proc/18152/stat : 18152 (java) S 18149 18152 12709 0 -1 1077944320 10623 13194 0 0 29 2 5 2 20 0 15 0 61670344 11079016448 13551 33554432000 4194304 4196468 140735641383824 140735641366368 139826050801399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
/proc/18152/statm: 2704838 13551 3089 1 0 2667149 0
[pid=18152/tid=18205] ppid=18149 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/18152/task/18205/stat : 18205 (java) R 18149 18152 12709 0 -1 4202560 7270 13194 0 0 20 2 5 2 20 0 15 0 61670353 11079016448 13551 33554432000 4194304 4196468 140735641383824 139826022613408 139826033988237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18206] ppid=18149 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18206/stat : 18206 (java) S 18149 18152 12709 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 61670354 11079016448 13551 33554432000 4194304 4196468 140735641383824 139826055044240 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18207] ppid=18149 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18207/stat : 18207 (java) S 18149 18152 12709 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 61670354 11079016448 13551 33554432000 4194304 4196468 140735641383824 139825953934352 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18208] ppid=18149 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18208/stat : 18208 (java) S 18149 18152 12709 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 61670354 11079016448 13551 33554432000 4194304 4196468 140735641383824 139825952881552 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18209] ppid=18149 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18209/stat : 18209 (java) S 18149 18152 12709 0 -1 1077944384 2 13194 0 0 0 0 5 2 20 0 15 0 61670354 11079016448 13551 33554432000 4194304 4196468 140735641383824 139825951828752 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18210] ppid=18149 vsize=10819352 memory=139937418774143 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18210/stat : 18210 (java) S 18149 18152 12709 0 -1 1077944384 2 13194 0 0 0 0 5 2 20 0 15 0 61670355 11079016448 13551 33554432000 4194304 4196468 140735641383824 139825510103408 139826050812546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18211] ppid=18149 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18211/stat : 18211 (java) S 18149 18152 12709 0 -1 1077944384 13 13194 0 0 0 0 5 2 20 0 15 0 61670355 11079016448 13551 33554432000 4194304 4196468 140735641383824 139824942015520 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18212] ppid=18149 vsize=10819352 memory=139937418774144 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18212/stat : 18212 (java) S 18149 18152 12709 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 61670356 11079016448 13551 33554432000 4194304 4196468 140735641383824 139824807797616 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18213] ppid=18149 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18213/stat : 18213 (java) S 18149 18152 12709 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 61670358 11079016448 13551 33554432000 4194304 4196468 140735641383824 139824567506768 139826050819995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18214] ppid=18149 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18152/task/18214/stat : 18214 (java) S 18149 18152 12709 0 -1 1077944384 502 13194 0 0 2 0 5 2 20 0 15 0 61670358 11079016448 13551 33554432000 4194304 4196468 140735641383824 139825509051248 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18215] ppid=18149 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18152/task/18215/stat : 18215 (java) S 18149 18152 12709 0 -1 1077944384 90 13194 0 0 1 0 5 2 20 0 15 0 61670358 11079016448 13551 33554432000 4194304 4196468 140735641383824 139825507998448 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18216] ppid=18149 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/18152/task/18216/stat : 18216 (java) S 18149 18152 12709 0 -1 1077944384 547 13194 0 0 5 0 5 2 20 0 15 0 61670358 11079016448 13551 33554432000 4194304 4196468 140735641383824 139825506945648 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18217] ppid=18149 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18217/stat : 18217 (java) S 18149 18152 12709 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 61670359 11079016448 13551 33554432000 4194304 4196468 140735641383824 139824533949152 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18218] ppid=18149 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18218/stat : 18218 (java) S 18149 18152 12709 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 61670359 11079016448 13551 33554432000 4194304 4196468 140735641383824 139825505893040 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54204 KiB

[startup+0.700775 s]
/proc/loadavg: 1.62 1.46 1.38 3/220 18218
/proc/meminfo: memFree=15979468/32770624 swapFree=67108860/67108860
[pid=18152] ppid=18149 vsize=10819352 memory=86660 CPUtime=0.99 cores=1,3,5,7
/proc/18152/stat : 18152 (java) S 18149 18152 12709 0 -1 1077944320 16774 13194 0 0 88 4 5 2 20 0 15 0 61670344 11079016448 21665 33554432000 4194304 4196468 140735641383824 140735641366368 139826050801399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
/proc/18152/statm: 2704838 21665 3237 1 0 2667149 0
[pid=18152/tid=18205] ppid=18149 vsize=10819352 memory=19180 CPUtime=0.65 cores=1,3,5,7
/proc/18152/task/18205/stat : 18205 (java) R 18149 18152 12709 0 -1 4202560 12370 13194 0 0 56 2 5 2 20 0 15 0 61670353 11079016448 21665 33554432000 4194304 4196468 140735641383824 139826022622224 139826032364968 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18206] ppid=18149 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18206/stat : 18206 (java) S 18149 18152 12709 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 61670354 11079016448 21665 33554432000 4194304 4196468 140735641383824 139826055044240 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18207] ppid=18149 vsize=10819352 memory=288230587427469581 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18207/stat : 18207 (java) S 18149 18152 12709 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 61670354 11079016448 21665 33554432000 4194304 4196468 140735641383824 139825953934352 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18208] ppid=18149 vsize=10819352 memory=15816694631256675 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18208/stat : 18208 (java) S 18149 18152 12709 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 61670354 11079016448 21665 33554432000 4194304 4196468 140735641383824 139825952881552 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18209] ppid=18149 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18209/stat : 18209 (java) S 18149 18152 12709 0 -1 1077944384 2 13194 0 0 0 0 5 2 20 0 15 0 61670354 11079016448 21665 33554432000 4194304 4196468 140735641383824 139825951828752 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18210] ppid=18149 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18210/stat : 18210 (java) S 18149 18152 12709 0 -1 1077944384 5 13194 0 0 0 0 5 2 20 0 15 0 61670355 11079016448 21665 33554432000 4194304 4196468 140735641383824 139825510103408 139826050812546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18211] ppid=18149 vsize=10819352 memory=139937282564704 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18211/stat : 18211 (java) S 18149 18152 12709 0 -1 1077944384 13 13194 0 0 0 0 5 2 20 0 15 0 61670355 11079016448 21665 33554432000 4194304 4196468 140735641383824 139824942015520 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18212] ppid=18149 vsize=10819352 memory=139938624439408 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18212/stat : 18212 (java) S 18149 18152 12709 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 61670356 11079016448 21665 33554432000 4194304 4196468 140735641383824 139824807797616 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18213] ppid=18149 vsize=10819352 memory=2340 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18213/stat : 18213 (java) S 18149 18152 12709 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 61670358 11079016448 21665 33554432000 4194304 4196468 140735641383824 139824567506768 139826050819995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18214] ppid=18149 vsize=10819352 memory=6153431502485414241 CPUtime=0.15 cores=1,3,5,7
/proc/18152/task/18214/stat : 18214 (java) S 18149 18152 12709 0 -1 1077944384 886 13194 0 0 8 0 5 2 20 0 15 0 61670358 11079016448 21665 33554432000 4194304 4196468 140735641383824 139825509051248 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18215] ppid=18149 vsize=10819352 memory=7881696724453321575 CPUtime=0.16 cores=1,3,5,7
/proc/18152/task/18215/stat : 18215 (java) S 18149 18152 12709 0 -1 1077944384 683 13194 0 0 9 0 5 2 20 0 15 0 61670358 11079016448 21665 33554432000 4194304 4196468 140735641383824 139825507998448 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18216] ppid=18149 vsize=10819352 memory=6154538792250073449 CPUtime=0.2 cores=1,3,5,7
/proc/18152/task/18216/stat : 18216 (java) S 18149 18152 12709 0 -1 1077944384 618 13194 0 0 13 0 5 2 20 0 15 0 61670358 11079016448 21665 33554432000 4194304 4196468 140735641383824 139825506945648 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18217] ppid=18149 vsize=10819352 memory=8514726395715218844 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18217/stat : 18217 (java) S 18149 18152 12709 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 61670359 11079016448 21665 33554432000 4194304 4196468 140735641383824 139824533949152 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18218] ppid=18149 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18218/stat : 18218 (java) S 18149 18152 12709 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 61670359 11079016448 21665 33554432000 4194304 4196468 140735641383824 139825505893040 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86660 KiB

[startup+1.50073 s]
/proc/loadavg: 1.62 1.46 1.38 3/220 18218
/proc/meminfo: memFree=15932880/32770624 swapFree=67108860/67108860
[pid=18152] ppid=18149 vsize=10836300 memory=178456 CPUtime=2.27 cores=1,3,5,7
/proc/18152/stat : 18152 (java) S 18149 18152 12709 0 -1 1077944320 24130 13194 0 0 211 9 5 2 20 0 15 0 61670344 11096371200 44614 33554432000 4194304 4196468 140735641383824 140735641366368 139826050801399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
/proc/18152/statm: 2709075 44614 3471 1 0 2670733 0
[pid=18152/tid=18205] ppid=18149 vsize=10836300 memory=7593446531018023509 CPUtime=1.42 cores=1,3,5,7
/proc/18152/task/18205/stat : 18205 (java) R 18149 18152 12709 0 -1 4202560 18041 13194 0 0 131 4 5 2 20 0 15 0 61670353 11096371200 44614 33554432000 4194304 4196468 140735641383824 139826022631032 139826034881886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18206] ppid=18149 vsize=10836300 memory=7882537781961582934 CPUtime=0.08 cores=1,3,5,7
/proc/18152/task/18206/stat : 18206 (java) S 18149 18152 12709 0 -1 1077944384 59 13194 0 0 1 0 5 2 20 0 15 0 61670354 11096371200 44614 33554432000 4194304 4196468 140735641383824 139826055044240 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18207] ppid=18149 vsize=10836300 memory=7812738631766600806 CPUtime=0.08 cores=1,3,5,7
/proc/18152/task/18207/stat : 18207 (java) S 18149 18152 12709 0 -1 1077944384 22 13194 0 0 1 0 5 2 20 0 15 0 61670354 11096371200 44614 33554432000 4194304 4196468 140735641383824 139825953934352 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18208] ppid=18149 vsize=10836300 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18208/stat : 18208 (java) S 18149 18152 12709 0 -1 1077944384 27 13194 0 0 0 0 5 2 20 0 15 0 61670354 11096371200 44614 33554432000 4194304 4196468 140735641383824 139825952881552 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18209] ppid=18149 vsize=10836300 memory=218148636785985 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18209/stat : 18209 (java) S 18149 18152 12709 0 -1 1077944384 264 13194 0 0 0 0 5 2 20 0 15 0 61670354 11096371200 44614 33554432000 4194304 4196468 140735641383824 139825951828752 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18210] ppid=18149 vsize=10836300 memory=3904963032027245965 CPUtime=0.08 cores=1,3,5,7
/proc/18152/task/18210/stat : 18210 (java) S 18149 18152 12709 0 -1 1077944384 71 13194 0 0 1 0 5 2 20 0 15 0 61670355 11096371200 44614 33554432000 4194304 4196468 140735641383824 139825510103408 139826050812546 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18211] ppid=18149 vsize=10836300 memory=4638778411218063696 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18211/stat : 18211 (java) S 18149 18152 12709 0 -1 1077944384 14 13194 0 0 0 0 5 2 20 0 15 0 61670355 11096371200 44614 33554432000 4194304 4196468 140735641383824 139824942015584 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18212] ppid=18149 vsize=10836300 memory=6935649255776346176 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18212/stat : 18212 (java) S 18149 18152 12709 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 61670356 11096371200 44614 33554432000 4194304 4196468 140735641383824 139824807797632 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18213] ppid=18149 vsize=10836300 memory=279874564522224 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18213/stat : 18213 (java) S 18149 18152 12709 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 61670358 11096371200 44614 33554432000 4194304 4196468 140735641383824 139824567506768 139826050819995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18214] ppid=18149 vsize=10836300 memory=6935649255759570240 CPUtime=0.28 cores=1,3,5,7
/proc/18152/task/18214/stat : 18214 (java) S 18149 18152 12709 0 -1 1077944384 1401 13194 0 0 21 0 5 2 20 0 15 0 61670358 11096371200 44614 33554432000 4194304 4196468 140735641383824 139825509051248 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18215] ppid=18149 vsize=10836300 memory=-6510053898210926946 CPUtime=0.27 cores=1,3,5,7
/proc/18152/task/18215/stat : 18215 (java) S 18149 18152 12709 0 -1 1077944384 845 13194 0 0 20 0 5 2 20 0 15 0 61670358 11096371200 44614 33554432000 4194304 4196468 140735641383824 139825507998448 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18216] ppid=18149 vsize=10836300 memory=6656426216303648864 CPUtime=0.38 cores=1,3,5,7
/proc/18152/task/18216/stat : 18216 (java) S 18149 18152 12709 0 -1 1077944384 1192 13194 0 0 31 0 5 2 20 0 15 0 61670358 11096371200 44614 33554432000 4194304 4196468 140735641383824 139825506945648 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18217] ppid=18149 vsize=10836300 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18217/stat : 18217 (java) S 18149 18152 12709 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 61670359 11096371200 44614 33554432000 4194304 4196468 140735641383824 139824533949152 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18218] ppid=18149 vsize=10836300 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18218/stat : 18218 (java) S 18149 18152 12709 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 61670359 11096371200 44614 33554432000 4194304 4196468 140735641383824 139825505893040 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10836300 KiB

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

/proc/18152/task/18205/stat : 18205 (java) R 18149 18152 12709 0 -1 4202560 84306 13194 0 0 230162 41 5 2 20 0 15 0 61670353 11176083456 232822 33554432000 4194304 4196468 140735641383824 139826022635328 139825643456781 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18206] ppid=18149 vsize=10914144 memory=931288 CPUtime=9.47 cores=1,3,5,7
/proc/18152/task/18206/stat : 18206 (java) S 18149 18152 12709 0 -1 1077944384 8745 13194 0 0 897 43 5 2 20 0 15 0 61670354 11176083456 232822 33554432000 4194304 4196468 140735641383824 139826055044240 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18207] ppid=18149 vsize=10914144 memory=931288 CPUtime=9.47 cores=1,3,5,7
/proc/18152/task/18207/stat : 18207 (java) S 18149 18152 12709 0 -1 1077944384 13284 13194 0 0 895 45 5 2 20 0 15 0 61670354 11176083456 232822 33554432000 4194304 4196468 140735641383824 139825953934352 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18208] ppid=18149 vsize=10914144 memory=33 CPUtime=9.45 cores=1,3,5,7
/proc/18152/task/18208/stat : 18208 (java) S 18149 18152 12709 0 -1 1077944384 16007 13194 0 0 894 44 5 2 20 0 15 0 61670354 11176083456 232822 33554432000 4194304 4196468 140735641383824 139825952881552 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18209] ppid=18149 vsize=10914144 memory=931212 CPUtime=9.46 cores=1,3,5,7
/proc/18152/task/18209/stat : 18209 (java) S 18149 18152 12709 0 -1 1077944384 12942 13194 0 0 892 47 5 2 20 0 15 0 61670354 11176083456 232822 33554432000 4194304 4196468 140735641383824 139825951828752 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18210] ppid=18149 vsize=10914144 memory=931212 CPUtime=8.1 cores=1,3,5,7
/proc/18152/task/18210/stat : 18210 (java) S 18149 18152 12709 0 -1 1077944384 14415 13194 0 0 762 41 5 2 20 0 15 0 61670355 11176083456 232822 33554432000 4194304 4196468 140735641383824 139825510103408 139826050812546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18211] ppid=18149 vsize=10914144 memory=931288 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18211/stat : 18211 (java) S 18149 18152 12709 0 -1 1077944384 14 13194 0 0 0 0 5 2 20 0 15 0 61670355 11176083456 232822 33554432000 4194304 4196468 140735641383824 139824942015648 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18212] ppid=18149 vsize=10914144 memory=931288 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18212/stat : 18212 (java) S 18149 18152 12709 0 -1 1077944384 5 13194 0 0 0 0 5 2 20 0 15 0 61670356 11176083456 232822 33554432000 4194304 4196468 140735641383824 139824807797632 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18213] ppid=18149 vsize=10914144 memory=931288 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18213/stat : 18213 (java) S 18149 18152 12709 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 61670358 11176083456 232822 33554432000 4194304 4196468 140735641383824 139824567506768 139826050819995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18214] ppid=18149 vsize=10914144 memory=931288 CPUtime=3.2 cores=1,3,5,7
/proc/18152/task/18214/stat : 18214 (java) S 18149 18152 12709 0 -1 1077944384 20478 13194 0 0 310 3 5 2 20 0 15 0 61670358 11176083456 232822 33554432000 4194304 4196468 140735641383824 139825509051248 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18215] ppid=18149 vsize=10914144 memory=1008 CPUtime=3.51 cores=1,3,5,7
/proc/18152/task/18215/stat : 18215 (java) S 18149 18152 12709 0 -1 1077944384 26244 13194 0 0 341 3 5 2 20 0 15 0 61670358 11176083456 232822 33554432000 4194304 4196468 140735641383824 139825507998448 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18216] ppid=18149 vsize=10914144 memory=12040 CPUtime=1.71 cores=1,3,5,7
/proc/18152/task/18216/stat : 18216 (java) S 18149 18152 12709 0 -1 1077944384 19740 13194 0 0 160 4 5 2 20 0 15 0 61670358 11176083456 232822 33554432000 4194304 4196468 140735641383824 139825506945648 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18217] ppid=18149 vsize=10914144 memory=931288 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18217/stat : 18217 (java) S 18149 18152 12709 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 61670359 11176083456 232822 33554432000 4194304 4196468 140735641383824 139824533949152 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18218] ppid=18149 vsize=10914144 memory=12040 CPUtime=1.37 cores=1,3,5,7
/proc/18152/task/18218/stat : 18218 (java) S 18149 18152 12709 0 -1 1077944384 1316 13194 0 0 63 67 5 2 20 0 15 0 61670359 11176083456 232822 33554432000 4194304 4196468 140735641383824 139825505893040 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
Current children cumulated CPU time: 2357.31 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 931288 KiB

[startup+2382.3 s]
/proc/loadavg: 1.33 1.44 1.42 3/219 18676
/proc/meminfo: memFree=15168308/32770624 swapFree=67108860/67108860
[pid=18152] ppid=18149 vsize=10914144 memory=931376 CPUtime=2418 cores=1,3,5,7
/proc/18152/stat : 18152 (java) S 18149 18152 12709 0 -1 1077944320 220925 13194 0 0 241500 293 5 2 20 0 15 0 61670344 11176083456 232844 33554432000 4194304 4196468 140735641383824 140735641366368 139826050801399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
/proc/18152/statm: 2728536 232844 3519 1 0 2690189 0
[pid=18152/tid=18205] ppid=18149 vsize=10914144 memory=18488 CPUtime=2361.54 cores=1,3,5,7
/proc/18152/task/18205/stat : 18205 (java) R 18149 18152 12709 0 -1 4202560 84896 13194 0 0 236106 41 5 2 20 0 15 0 61670353 11176083456 232844 33554432000 4194304 4196468 140735641383824 139826022634976 139825643040961 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18206] ppid=18149 vsize=10914144 memory=931376 CPUtime=9.72 cores=1,3,5,7
/proc/18152/task/18206/stat : 18206 (java) S 18149 18152 12709 0 -1 1077944384 8817 13194 0 0 921 44 5 2 20 0 15 0 61670354 11176083456 232844 33554432000 4194304 4196468 140735641383824 139826055044240 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18207] ppid=18149 vsize=10914144 memory=931292 CPUtime=9.72 cores=1,3,5,7
/proc/18152/task/18207/stat : 18207 (java) S 18149 18152 12709 0 -1 1077944384 13541 13194 0 0 919 46 5 2 20 0 15 0 61670354 11176083456 232844 33554432000 4194304 4196468 140735641383824 139825953934352 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18208] ppid=18149 vsize=10914144 memory=931292 CPUtime=9.7 cores=1,3,5,7
/proc/18152/task/18208/stat : 18208 (java) S 18149 18152 12709 0 -1 1077944384 16025 13194 0 0 918 45 5 2 20 0 15 0 61670354 11176083456 232844 33554432000 4194304 4196468 140735641383824 139825952881552 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18209] ppid=18149 vsize=10914144 memory=931292 CPUtime=9.71 cores=1,3,5,7
/proc/18152/task/18209/stat : 18209 (java) S 18149 18152 12709 0 -1 1077944384 13020 13194 0 0 915 49 5 2 20 0 15 0 61670354 11176083456 232844 33554432000 4194304 4196468 140735641383824 139825951828752 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18210] ppid=18149 vsize=10914144 memory=931376 CPUtime=8.3 cores=1,3,5,7
/proc/18152/task/18210/stat : 18210 (java) S 18149 18152 12709 0 -1 1077944384 14613 13194 0 0 781 42 5 2 20 0 15 0 61670355 11176083456 232844 33554432000 4194304 4196468 140735641383824 139825510103408 139826050812546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18211] ppid=18149 vsize=10914144 memory=931376 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18211/stat : 18211 (java) S 18149 18152 12709 0 -1 1077944384 14 13194 0 0 0 0 5 2 20 0 15 0 61670355 11176083456 232844 33554432000 4194304 4196468 140735641383824 139824942015648 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18212] ppid=18149 vsize=10914144 memory=931376 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18212/stat : 18212 (java) S 18149 18152 12709 0 -1 1077944384 5 13194 0 0 0 0 5 2 20 0 15 0 61670356 11176083456 232844 33554432000 4194304 4196468 140735641383824 139824807797632 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18213] ppid=18149 vsize=10914144 memory=931376 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18213/stat : 18213 (java) S 18149 18152 12709 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 61670358 11176083456 232844 33554432000 4194304 4196468 140735641383824 139824567506768 139826050819995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18214] ppid=18149 vsize=10914144 memory=56 CPUtime=3.21 cores=1,3,5,7
/proc/18152/task/18214/stat : 18214 (java) S 18149 18152 12709 0 -1 1077944384 20480 13194 0 0 311 3 5 2 20 0 15 0 61670358 11176083456 232844 33554432000 4194304 4196468 140735641383824 139825509051248 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18215] ppid=18149 vsize=10914144 memory=931376 CPUtime=3.52 cores=1,3,5,7
/proc/18152/task/18215/stat : 18215 (java) S 18149 18152 12709 0 -1 1077944384 26246 13194 0 0 341 4 5 2 20 0 15 0 61670358 11176083456 232844 33554432000 4194304 4196468 140735641383824 139825507998448 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18216] ppid=18149 vsize=10914144 memory=931376 CPUtime=1.71 cores=1,3,5,7
/proc/18152/task/18216/stat : 18216 (java) S 18149 18152 12709 0 -1 1077944384 19742 13194 0 0 160 4 5 2 20 0 15 0 61670358 11176083456 232844 33554432000 4194304 4196468 140735641383824 139825506945648 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18217] ppid=18149 vsize=10914144 memory=19224 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18217/stat : 18217 (java) S 18149 18152 12709 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 61670359 11176083456 232844 33554432000 4194304 4196468 140735641383824 139824533949152 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18218] ppid=18149 vsize=10914144 memory=1296 CPUtime=1.41 cores=1,3,5,7
/proc/18152/task/18218/stat : 18218 (java) S 18149 18152 12709 0 -1 1077944384 1334 13194 0 0 65 69 5 2 20 0 15 0 61670359 11176083456 232844 33554432000 4194304 4196468 140735641383824 139825505893040 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
Current children cumulated CPU time: 2418 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 931376 KiB

[startup+2442.3 s]
/proc/loadavg: 1.27 1.42 1.41 3/218 18677
/proc/meminfo: memFree=15168384/32770624 swapFree=67108860/67108860
[pid=18152] ppid=18149 vsize=10914144 memory=931468 CPUtime=2478.68 cores=1,3,5,7
/proc/18152/stat : 18152 (java) S 18149 18152 12709 0 -1 1077944320 222172 13194 0 0 247563 298 5 2 20 0 15 0 61670344 11176083456 232867 33554432000 4194304 4196468 140735641383824 140735641366368 139826050801399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
/proc/18152/statm: 2728536 232867 3519 1 0 2690189 0
[pid=18152/tid=18205] ppid=18149 vsize=10914144 memory=931424 CPUtime=2421 cores=1,3,5,7
/proc/18152/task/18205/stat : 18205 (java) R 18149 18152 12709 0 -1 4202560 85486 13194 0 0 242051 42 5 2 20 0 15 0 61670353 11176083456 232867 33554432000 4194304 4196468 140735641383824 139826022634928 139825643095828 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18206] ppid=18149 vsize=10914144 memory=931424 CPUtime=9.97 cores=1,3,5,7
/proc/18152/task/18206/stat : 18206 (java) S 18149 18152 12709 0 -1 1077944384 8893 13194 0 0 945 45 5 2 20 0 15 0 61670354 11176083456 232867 33554432000 4194304 4196468 140735641383824 139826055044240 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18207] ppid=18149 vsize=10914144 memory=931376 CPUtime=9.96 cores=1,3,5,7
/proc/18152/task/18207/stat : 18207 (java) S 18149 18152 12709 0 -1 1077944384 13856 13194 0 0 943 46 5 2 20 0 15 0 61670354 11176083456 232867 33554432000 4194304 4196468 140735641383824 139825953934352 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18208] ppid=18149 vsize=10914144 memory=931424 CPUtime=9.96 cores=1,3,5,7
/proc/18152/task/18208/stat : 18208 (java) S 18149 18152 12709 0 -1 1077944384 16047 13194 0 0 943 46 5 2 20 0 15 0 61670354 11176083456 232867 33554432000 4194304 4196468 140735641383824 139825952881552 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18209] ppid=18149 vsize=10914144 memory=931424 CPUtime=9.96 cores=1,3,5,7
/proc/18152/task/18209/stat : 18209 (java) S 18149 18152 12709 0 -1 1077944384 13037 13194 0 0 939 50 5 2 20 0 15 0 61670354 11176083456 232867 33554432000 4194304 4196468 140735641383824 139825951828752 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18210] ppid=18149 vsize=10914144 memory=931424 CPUtime=8.5 cores=1,3,5,7
/proc/18152/task/18210/stat : 18210 (java) S 18149 18152 12709 0 -1 1077944384 14816 13194 0 0 800 43 5 2 20 0 15 0 61670355 11176083456 232867 33554432000 4194304 4196468 140735641383824 139825510103408 139826050812546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18211] ppid=18149 vsize=10914144 memory=931468 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18211/stat : 18211 (java) S 18149 18152 12709 0 -1 1077944384 14 13194 0 0 0 0 5 2 20 0 15 0 61670355 11176083456 232867 33554432000 4194304 4196468 140735641383824 139824942015648 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18212] ppid=18149 vsize=10914144 memory=931468 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18212/stat : 18212 (java) S 18149 18152 12709 0 -1 1077944384 5 13194 0 0 0 0 5 2 20 0 15 0 61670356 11176083456 232867 33554432000 4194304 4196468 140735641383824 139824807797632 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18213] ppid=18149 vsize=10914144 memory=931468 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18213/stat : 18213 (java) S 18149 18152 12709 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 61670358 11176083456 232867 33554432000 4194304 4196468 140735641383824 139824567506768 139826050819995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18214] ppid=18149 vsize=10914144 memory=19224 CPUtime=3.21 cores=1,3,5,7
/proc/18152/task/18214/stat : 18214 (java) S 18149 18152 12709 0 -1 1077944384 20482 13194 0 0 311 3 5 2 20 0 15 0 61670358 11176083456 232867 33554432000 4194304 4196468 140735641383824 139825509051248 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18215] ppid=18149 vsize=10914144 memory=931424 CPUtime=3.52 cores=1,3,5,7
/proc/18152/task/18215/stat : 18215 (java) S 18149 18152 12709 0 -1 1077944384 26248 13194 0 0 341 4 5 2 20 0 15 0 61670358 11176083456 232867 33554432000 4194304 4196468 140735641383824 139825507998448 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18216] ppid=18149 vsize=10914144 memory=931424 CPUtime=1.71 cores=1,3,5,7
/proc/18152/task/18216/stat : 18216 (java) S 18149 18152 12709 0 -1 1077944384 19744 13194 0 0 160 4 5 2 20 0 15 0 61670358 11176083456 232867 33554432000 4194304 4196468 140735641383824 139825506945648 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18217] ppid=18149 vsize=10914144 memory=931424 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18217/stat : 18217 (java) S 18149 18152 12709 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 61670359 11176083456 232867 33554432000 4194304 4196468 140735641383824 139824533949152 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18218] ppid=18149 vsize=10914144 memory=314 CPUtime=1.45 cores=1,3,5,7
/proc/18152/task/18218/stat : 18218 (java) S 18149 18152 12709 0 -1 1077944384 1352 13194 0 0 67 71 5 2 20 0 15 0 61670359 11176083456 232867 33554432000 4194304 4196468 140735641383824 139825505893040 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
Current children cumulated CPU time: 2478.68 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 931468 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2483.2 s]
/proc/loadavg: 1.35 1.42 1.41 3/218 18678
/proc/meminfo: memFree=15168260/32770624 swapFree=67108860/67108860
[pid=18152] ppid=18149 vsize=10914144 memory=931480 CPUtime=2520.07 cores=1,3,5,7
/proc/18152/stat : 18152 (java) S 18149 18152 12709 0 -1 1077944320 222854 13194 0 0 251698 302 5 2 20 0 15 0 61670344 11176083456 232870 33554432000 4194304 4196468 140735641383824 140735641366368 139826050801399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
/proc/18152/statm: 2728536 232870 3519 1 0 2690189 0
[pid=18152/tid=18205] ppid=18149 vsize=10914144 memory=931480 CPUtime=2461.52 cores=1,3,5,7
/proc/18152/task/18205/stat : 18205 (java) R 18149 18152 12709 0 -1 4202560 85874 13194 0 0 246103 42 5 2 20 0 15 0 61670353 11176083456 232870 33554432000 4194304 4196468 140735641383824 139826022635440 139825643040961 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18206] ppid=18149 vsize=10914144 memory=931480 CPUtime=10.14 cores=1,3,5,7
/proc/18152/task/18206/stat : 18206 (java) S 18149 18152 12709 0 -1 1077944384 8961 13194 0 0 961 46 5 2 20 0 15 0 61670354 11176083456 232870 33554432000 4194304 4196468 140735641383824 139826055044240 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18207] ppid=18149 vsize=10914144 memory=1296 CPUtime=10.14 cores=1,3,5,7
/proc/18152/task/18207/stat : 18207 (java) S 18149 18152 12709 0 -1 1077944384 13865 13194 0 0 961 46 5 2 20 0 15 0 61670354 11176083456 232870 33554432000 4194304 4196468 140735641383824 139825953934352 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18208] ppid=18149 vsize=10914144 memory=2448 CPUtime=10.13 cores=1,3,5,7
/proc/18152/task/18208/stat : 18208 (java) S 18149 18152 12709 0 -1 1077944384 16059 13194 0 0 960 46 5 2 20 0 15 0 61670354 11176083456 232870 33554432000 4194304 4196468 140735641383824 139825952881552 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18209] ppid=18149 vsize=10914144 memory=1728 CPUtime=10.13 cores=1,3,5,7
/proc/18152/task/18209/stat : 18209 (java) S 18149 18152 12709 0 -1 1077944384 13055 13194 0 0 955 51 5 2 20 0 15 0 61670354 11176083456 232870 33554432000 4194304 4196468 140735641383824 139825951828752 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18210] ppid=18149 vsize=10914144 memory=931424 CPUtime=8.65 cores=1,3,5,7
/proc/18152/task/18210/stat : 18210 (java) S 18149 18152 12709 0 -1 1077944384 14987 13194 0 0 814 44 5 2 20 0 15 0 61670355 11176083456 232870 33554432000 4194304 4196468 140735641383824 139825510103408 139826050812546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18211] ppid=18149 vsize=10914144 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18211/stat : 18211 (java) S 18149 18152 12709 0 -1 1077944384 14 13194 0 0 0 0 5 2 20 0 15 0 61670355 11176083456 232870 33554432000 4194304 4196468 140735641383824 139824942015648 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18212] ppid=18149 vsize=10914144 memory=1796 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18212/stat : 18212 (java) S 18149 18152 12709 0 -1 1077944384 5 13194 0 0 0 0 5 2 20 0 15 0 61670356 11176083456 232870 33554432000 4194304 4196468 140735641383824 139824807797632 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18213] ppid=18149 vsize=10914144 memory=931480 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18213/stat : 18213 (java) S 18149 18152 12709 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 61670358 11176083456 232870 33554432000 4194304 4196468 140735641383824 139824567506768 139826050819995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18214] ppid=18149 vsize=10914144 memory=18488 CPUtime=3.21 cores=1,3,5,7
/proc/18152/task/18214/stat : 18214 (java) S 18149 18152 12709 0 -1 1077944384 20482 13194 0 0 311 3 5 2 20 0 15 0 61670358 11176083456 232870 33554432000 4194304 4196468 140735641383824 139825509051248 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18215] ppid=18149 vsize=10914144 memory=1792 CPUtime=3.52 cores=1,3,5,7
/proc/18152/task/18215/stat : 18215 (java) S 18149 18152 12709 0 -1 1077944384 26248 13194 0 0 341 4 5 2 20 0 15 0 61670358 11176083456 232870 33554432000 4194304 4196468 140735641383824 139825507998448 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18216] ppid=18149 vsize=10914144 memory=931480 CPUtime=1.71 cores=1,3,5,7
/proc/18152/task/18216/stat : 18216 (java) S 18149 18152 12709 0 -1 1077944384 19744 13194 0 0 160 4 5 2 20 0 15 0 61670358 11176083456 232870 33554432000 4194304 4196468 140735641383824 139825506945648 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18217] ppid=18149 vsize=10914144 memory=12040 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18217/stat : 18217 (java) S 18149 18152 12709 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 61670359 11176083456 232870 33554432000 4194304 4196468 140735641383824 139824533949152 139826050811605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
[pid=18152/tid=18218] ppid=18149 vsize=10914144 memory=1696 CPUtime=1.47 cores=1,3,5,7
/proc/18152/task/18218/stat : 18218 (java) S 18149 18152 12709 0 -1 1077944384 1368 13194 0 0 68 72 5 2 20 0 15 0 61670359 11176083456 232870 33554432000 4194304 4196468 140735641383824 139825505893040 139826050812546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35504128 140735641385132 140735641388380 140735641388380 140735641391055 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 931480 KiB

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

[startup+2483.23 s]
# the end of solver process 18152 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.05 s, system=3.06259 s

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

Child status: 143
Real time (s): 2483.23
CPU time (s): 2520.11
CPU user time (s): 2517.05
CPU system time (s): 3.06259
CPU usage (%): 101.485
Max. virtual memory (cumulated for all children) (KiB): 10916976
Max. memory (cumulated for all children) (KiB): 949736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.05
system time used= 3.06259
maximum resident set size= 951784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236822
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 241514
involuntary context switches= 7758


# summary of solver processes directly reported to runsolver:
#   pid: 18152
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2517.05
#   total CPU system time (s): 3.06259

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8045 second user time and 23.1726 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-24 16:04:32
IDJOB=4294199
IDBENCH=141341
IDSOLVER=2751
FILE ID=node135/4294199-1532441072
RUNJOBID= node135-1532413601-12741
PBS_JOBID= 21021575
Free space on /tmp= 48396 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Langford/LangfordBin-15_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-4294199-1532441072/watcher-4294199-1532441072 -o /tmp/evaluation-result-4294199-1532441072/solver-4294199-1532441072 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12741 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=319978964 -superng HOME/instance-4294199-1532441072.xml

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

MD5SUM BENCH= 07ea5144b09b59ff4e6e73933349a8c8
RANDOM SEED=319978964

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:        16030304 kB
MemAvailable:   31078592 kB
Buffers:          208592 kB
Cached:         14893692 kB
SwapCached:            0 kB
Active:          3262840 kB
Inactive:       12750552 kB
Active(anon):     861136 kB
Inactive(anon):    69860 kB
Active(file):    2401704 kB
Inactive(file): 12680692 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26432 kB
Writeback:             0 kB
AnonPages:        918116 kB
Mapped:            51496 kB
Shmem:             17056 kB
Slab:             422976 kB
SReclaimable:     394352 kB
SUnreclaim:        28624 kB
KernelStack:        3648 kB
PageTables:         7028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1890812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    690176 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= 48368 MiB
End job on node135 at 2018-07-24 16:45:55