Trace number 4295279

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.05 2494.83

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g11-g44_c18.xml
MD5SUM691a51199f261ec138535be56fe101c2
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark443.373
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints157
Number of domains1
Minimum domain size128
Maximum domain size128
Distribution of domain sizes[{"size":128,"count":42}]
Minimum variable degree3
Maximum variable degree12
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":5,"count":4},{"degree":6,"count":6},{"degree":7,"count":10},{"degree":8,"count":6},{"degree":9,"count":11},{"degree":10,"count":2},{"degree":12,"count":1}]
Minimum constraint arity1
Maximum constraint arity42
Distribution of constraint arities[{"arity":1,"count":42},{"arity":2,"count":114},{"arity":42,"count":1}]
Number of extensional constraints156
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":156},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295279-1532543978/watcher-4295279-1532543978 -o /tmp/evaluation-result-4295279-1532543978/solver-4295279-1532543978 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532535188-26469 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=412811554 -superng HOME/instance-4295279-1532543978.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=28145, runsolver pid=28142

[startup+0.100089 s]*
/proc/loadavg: 1.07 1.40 1.55 3/206 28202
/proc/meminfo: memFree=12006904/32770624 swapFree=67108860/67108860
[pid=28145] ppid=28142 vsize=9972712 memory=16548 CPUtime=0.1 cores=0,2,4,6
/proc/28145/stat : 28145 (java) S 28142 28145 26438 0 -1 1077944320 4300 13414 0 0 1 1 5 3 20 0 6 0 71960987 10212057088 4137 33554432000 4194304 4196468 140733054971568 140733054954112 139747780148983 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
/proc/28145/statm: 2493178 4137 1932 1 0 2481616 0
[pid=28145/tid=28198] ppid=28142 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28198/stat : 28198 (java) R 28142 28145 26438 0 -1 4202560 2115 13414 0 0 0 0 5 3 20 0 6 0 71960996 10212057088 4137 33554432000 4194304 4196468 140733054971568 139747751985744 139747764229470 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28199] ppid=28142 vsize=9972712 memory=5793855856380418489 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28199/stat : 28199 (java) S 28142 28145 26438 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 6 0 71960997 10212057088 4137 33554432000 4194304 4196468 140733054971568 139747784391696 139747780159189 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28200] ppid=28142 vsize=9972712 memory=140605370525312 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28200/stat : 28200 (java) S 28142 28145 26438 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 6 0 71960997 10212057088 4137 33554432000 4194304 4196468 140733054971568 139747703143568 139747780159189 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28201] ppid=28142 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28201/stat : 28201 (java) S 28142 28145 26438 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 6 0 71960997 10212057088 4137 33554432000 4194304 4196468 140733054971568 139747702090512 139747780159189 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28202] ppid=28142 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28202/stat : 28202 (java) S 28142 28145 26438 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 6 0 71960997 10212057088 4137 33554432000 4194304 4196468 140733054971568 139747701037968 139747780159189 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210017 s]*
/proc/loadavg: 1.07 1.40 1.55 3/215 28211
/proc/meminfo: memFree=11983704/32770624 swapFree=67108860/67108860
[pid=28145] ppid=28142 vsize=10818856 memory=42596 CPUtime=0.27 cores=0,2,4,6
/proc/28145/stat : 28145 (java) S 28142 28145 26438 0 -1 1077944320 8558 13414 0 0 17 2 5 3 20 0 15 0 71960987 11078508544 10649 33554432000 4194304 4196468 140733054971568 140733054954112 139747780148983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
/proc/28145/statm: 2704714 10649 2922 1 0 2667149 0
[pid=28145/tid=28198] ppid=28142 vsize=10818856 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/28145/task/28198/stat : 28198 (java) R 28142 28145 26438 0 -1 4202560 5219 13414 0 0 10 1 5 3 20 0 15 0 71960996 11078508544 10649 33554432000 4194304 4196468 140733054971568 139747751946640 139747760427050 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28199] ppid=28142 vsize=10818856 memory=4211974331575315850 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28199/stat : 28199 (java) S 28142 28145 26438 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 15 0 71960997 11078508544 10649 33554432000 4194304 4196468 140733054971568 139747784391696 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28200] ppid=28142 vsize=10818856 memory=140605370525312 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28200/stat : 28200 (java) S 28142 28145 26438 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 15 0 71960997 11078508544 10649 33554432000 4194304 4196468 140733054971568 139747703143568 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28201] ppid=28142 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28201/stat : 28201 (java) S 28142 28145 26438 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 15 0 71960997 11078508544 10649 33554432000 4194304 4196468 140733054971568 139747702090512 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28202] ppid=28142 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28202/stat : 28202 (java) S 28142 28145 26438 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 15 0 71960997 11078508544 10649 33554432000 4194304 4196468 140733054971568 139747701037968 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28203] ppid=28142 vsize=10818856 memory=140605370525312 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28203/stat : 28203 (java) S 28142 28145 26438 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 15 0 71960998 11078508544 10649 33554432000 4194304 4196468 140733054971568 139747052038384 139747780160130 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28204] ppid=28142 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28204/stat : 28204 (java) S 28142 28145 26438 0 -1 1077944384 13 13414 0 0 0 0 5 3 20 0 15 0 71960999 11078508544 10649 33554432000 4194304 4196468 140733054971568 139746693080224 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28205] ppid=28142 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28205/stat : 28205 (java) S 28142 28145 26438 0 -1 1077944384 1 13414 0 0 0 0 5 3 20 0 15 0 71960999 11078508544 10649 33554432000 4194304 4196468 140733054971568 139746558862064 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28206] ppid=28142 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28206/stat : 28206 (java) S 28142 28145 26438 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 71961002 11078508544 10649 33554432000 4194304 4196468 140733054971568 139746318571472 139747780167579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28207] ppid=28142 vsize=10818856 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28145/task/28207/stat : 28207 (java) S 28142 28145 26438 0 -1 1077944384 528 13414 0 0 1 0 5 3 20 0 15 0 71961002 11078508544 10649 33554432000 4194304 4196468 140733054971568 139747050986224 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28208] ppid=28142 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28208/stat : 28208 (java) S 28142 28145 26438 0 -1 1077944384 55 13414 0 0 0 0 5 3 20 0 15 0 71961002 11078508544 10649 33554432000 4194304 4196468 140733054971568 139747049933680 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28209] ppid=28142 vsize=10818856 memory=140605370525312 CPUtime=0.11 cores=0,2,4,6
/proc/28145/task/28209/stat : 28209 (java) S 28142 28145 26438 0 -1 1077944384 538 13414 0 0 3 0 5 3 20 0 15 0 71961002 11078508544 10649 33554432000 4194304 4196468 140733054971568 139747048880624 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28210] ppid=28142 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28210/stat : 28210 (java) S 28142 28145 26438 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 71961002 11078508544 10649 33554432000 4194304 4196468 140733054971568 139746285013856 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28211] ppid=28142 vsize=10818856 memory=140605370525312 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28211/stat : 28211 (java) S 28142 28145 26438 0 -1 1077944384 1 13414 0 0 0 0 5 3 20 0 15 0 71961002 11078508544 10649 33554432000 4194304 4196468 140733054971568 139747047828016 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 42596 KiB

[startup+0.310351 s]*
/proc/loadavg: 1.07 1.40 1.55 3/215 28211
/proc/meminfo: memFree=11973684/32770624 swapFree=67108860/67108860
[pid=28145] ppid=28142 vsize=10819352 memory=54188 CPUtime=0.38 cores=0,2,4,6
/proc/28145/stat : 28145 (java) S 28142 28145 26438 0 -1 1077944320 10581 13414 0 0 28 2 5 3 20 0 15 0 71960987 11079016448 13547 33554432000 4194304 4196468 140733054971568 140733054954112 139747780148983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
/proc/28145/statm: 2704838 13547 3095 1 0 2667149 0
[pid=28145/tid=28198] ppid=28142 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/28145/task/28198/stat : 28198 (java) R 28142 28145 26438 0 -1 4202560 7241 13414 0 0 19 2 5 3 20 0 15 0 71960996 11079016448 13547 33554432000 4194304 4196468 140733054971568 139747751960992 139747764229470 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28199] ppid=28142 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28199/stat : 28199 (java) S 28142 28145 26438 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 15 0 71960997 11079016448 13547 33554432000 4194304 4196468 140733054971568 139747784391696 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28200] ppid=28142 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28200/stat : 28200 (java) S 28142 28145 26438 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 15 0 71960997 11079016448 13547 33554432000 4194304 4196468 140733054971568 139747703143568 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28201] ppid=28142 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28201/stat : 28201 (java) S 28142 28145 26438 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 15 0 71960997 11079016448 13547 33554432000 4194304 4196468 140733054971568 139747702090512 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28202] ppid=28142 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28202/stat : 28202 (java) S 28142 28145 26438 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 15 0 71960997 11079016448 13547 33554432000 4194304 4196468 140733054971568 139747701037968 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28203] ppid=28142 vsize=10819352 memory=140605370525311 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28203/stat : 28203 (java) S 28142 28145 26438 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 15 0 71960998 11079016448 13547 33554432000 4194304 4196468 140733054971568 139747052038384 139747780160130 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28204] ppid=28142 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28204/stat : 28204 (java) S 28142 28145 26438 0 -1 1077944384 13 13414 0 0 0 0 5 3 20 0 15 0 71960999 11079016448 13547 33554432000 4194304 4196468 140733054971568 139746693080224 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28205] ppid=28142 vsize=10819352 memory=140605370525312 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28205/stat : 28205 (java) S 28142 28145 26438 0 -1 1077944384 1 13414 0 0 0 0 5 3 20 0 15 0 71960999 11079016448 13547 33554432000 4194304 4196468 140733054971568 139746558862064 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28206] ppid=28142 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28206/stat : 28206 (java) S 28142 28145 26438 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 71961002 11079016448 13547 33554432000 4194304 4196468 140733054971568 139746318571472 139747780167579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28207] ppid=28142 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/28145/task/28207/stat : 28207 (java) R 28142 28145 26438 0 -1 4202560 529 13414 0 0 2 0 5 3 20 0 15 0 71961002 11079016448 13547 33554432000 4194304 4196468 140733054971568 139747050986224 139747763649366 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28208] ppid=28142 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/28145/task/28208/stat : 28208 (java) S 28142 28145 26438 0 -1 1077944384 55 13414 0 0 1 0 5 3 20 0 15 0 71961002 11079016448 13547 33554432000 4194304 4196468 140733054971568 139747049933680 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28209] ppid=28142 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/28145/task/28209/stat : 28209 (java) R 28142 28145 26438 0 -1 4202560 542 13414 0 0 5 0 5 3 20 0 15 0 71961002 11079016448 13547 33554432000 4194304 4196468 140733054971568 139747048880624 139747780170330 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28210] ppid=28142 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28210/stat : 28210 (java) S 28142 28145 26438 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 71961002 11079016448 13547 33554432000 4194304 4196468 140733054971568 139746285013856 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28211] ppid=28142 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28211/stat : 28211 (java) S 28142 28145 26438 0 -1 1077944384 1 13414 0 0 0 0 5 3 20 0 15 0 71961002 11079016448 13547 33554432000 4194304 4196468 140733054971568 139747047828016 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54188 KiB

[startup+0.700794 s]
/proc/loadavg: 1.07 1.40 1.55 3/215 28211
/proc/meminfo: memFree=11962024/32770624 swapFree=67108860/67108860
[pid=28145] ppid=28142 vsize=10819352 memory=86792 CPUtime=0.99 cores=0,2,4,6
/proc/28145/stat : 28145 (java) S 28142 28145 26438 0 -1 1077944320 16840 13414 0 0 86 5 5 3 20 0 15 0 71960987 11079016448 21698 33554432000 4194304 4196468 140733054971568 140733054954112 139747780148983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
/proc/28145/statm: 2704838 21698 3237 1 0 2667149 0
[pid=28145/tid=28198] ppid=28142 vsize=10819352 memory=21600 CPUtime=0.66 cores=0,2,4,6
/proc/28145/task/28198/stat : 28198 (java) R 28142 28145 26438 0 -1 4202560 12531 13414 0 0 55 3 5 3 20 0 15 0 71960996 11079016448 21698 33554432000 4194304 4196468 140733054971568 139747751969808 139747760424317 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28199] ppid=28142 vsize=10819352 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28199/stat : 28199 (java) S 28142 28145 26438 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 15 0 71960997 11079016448 21698 33554432000 4194304 4196468 140733054971568 139747784391696 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28200] ppid=28142 vsize=10819352 memory=140605217087999 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28200/stat : 28200 (java) S 28142 28145 26438 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 15 0 71960997 11079016448 21698 33554432000 4194304 4196468 140733054971568 139747703143568 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28201] ppid=28142 vsize=10819352 memory=140608639337343 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28201/stat : 28201 (java) S 28142 28145 26438 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 15 0 71960997 11079016448 21698 33554432000 4194304 4196468 140733054971568 139747702090512 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28202] ppid=28142 vsize=10819352 memory=1796 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28202/stat : 28202 (java) S 28142 28145 26438 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 15 0 71960997 11079016448 21698 33554432000 4194304 4196468 140733054971568 139747701037968 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28203] ppid=28142 vsize=10819352 memory=7157735280314177873 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28203/stat : 28203 (java) S 28142 28145 26438 0 -1 1077944384 5 13414 0 0 0 0 5 3 20 0 15 0 71960998 11079016448 21698 33554432000 4194304 4196468 140733054971568 139747052038384 139747780160130 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28204] ppid=28142 vsize=10819352 memory=7597685182856913236 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28204/stat : 28204 (java) S 28142 28145 26438 0 -1 1077944384 13 13414 0 0 0 0 5 3 20 0 15 0 71960999 11079016448 21698 33554432000 4194304 4196468 140733054971568 139746693080224 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28205] ppid=28142 vsize=10819352 memory=5787218246971642213 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28205/stat : 28205 (java) S 28142 28145 26438 0 -1 1077944384 1 13414 0 0 0 0 5 3 20 0 15 0 71960999 11079016448 21698 33554432000 4194304 4196468 140733054971568 139746558862064 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28206] ppid=28142 vsize=10819352 memory=8514726395715218844 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28206/stat : 28206 (java) S 28142 28145 26438 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 71961002 11079016448 21698 33554432000 4194304 4196468 140733054971568 139746318571472 139747780167579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28207] ppid=28142 vsize=10819352 memory=8326441112149131693 CPUtime=0.15 cores=0,2,4,6
/proc/28145/task/28207/stat : 28207 (java) S 28142 28145 26438 0 -1 1077944384 775 13414 0 0 7 0 5 3 20 0 15 0 71961002 11079016448 21698 33554432000 4194304 4196468 140733054971568 139747050986224 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28208] ppid=28142 vsize=10819352 memory=7679937539659563834 CPUtime=0.16 cores=0,2,4,6
/proc/28145/task/28208/stat : 28208 (java) S 28142 28145 26438 0 -1 1077944384 710 13414 0 0 8 0 5 3 20 0 15 0 71961002 11079016448 21698 33554432000 4194304 4196468 140733054971568 139747049933680 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28209] ppid=28142 vsize=10819352 memory=6944656425123485561 CPUtime=0.21 cores=0,2,4,6
/proc/28145/task/28209/stat : 28209 (java) S 28142 28145 26438 0 -1 1077944384 603 13414 0 0 13 0 5 3 20 0 15 0 71961002 11079016448 21698 33554432000 4194304 4196468 140733054971568 139747048880624 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28210] ppid=28142 vsize=10819352 memory=-9178176116494409632 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28210/stat : 28210 (java) S 28142 28145 26438 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 71961002 11079016448 21698 33554432000 4194304 4196468 140733054971568 139746285013856 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28211] ppid=28142 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28211/stat : 28211 (java) S 28142 28145 26438 0 -1 1077944384 1 13414 0 0 0 0 5 3 20 0 15 0 71961002 11079016448 21698 33554432000 4194304 4196468 140733054971568 139747047828016 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86792 KiB

[startup+1.50079 s]
/proc/loadavg: 1.07 1.40 1.55 4/215 28211
/proc/meminfo: memFree=11916004/32770624 swapFree=67108860/67108860
[pid=28145] ppid=28142 vsize=10834252 memory=180420 CPUtime=2.4 cores=0,2,4,6
/proc/28145/stat : 28145 (java) S 28142 28145 26438 0 -1 1077944320 24088 13414 0 0 222 10 5 3 20 0 15 0 71960987 11094274048 45105 33554432000 4194304 4196468 140733054971568 140733054954112 139747780148983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
/proc/28145/statm: 2708563 45105 3469 1 0 2670221 0
[pid=28145/tid=28198] ppid=28142 vsize=10834252 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/28145/task/28198/stat : 28198 (java) R 28142 28145 26438 0 -1 4202560 17967 13414 0 0 129 5 5 3 20 0 15 0 71960996 11094274048 45105 33554432000 4194304 4196468 140733054971568 139747751978704 139747764229470 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28199] ppid=28142 vsize=10834252 memory=101188 CPUtime=0.09 cores=0,2,4,6
/proc/28145/task/28199/stat : 28199 (java) S 28142 28145 26438 0 -1 1077944384 54 13414 0 0 1 0 5 3 20 0 15 0 71960997 11094274048 45105 33554432000 4194304 4196468 140733054971568 139747784391696 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28200] ppid=28142 vsize=10834252 memory=5790086053191909267 CPUtime=0.09 cores=0,2,4,6
/proc/28145/task/28200/stat : 28200 (java) S 28142 28145 26438 0 -1 1077944384 183 13414 0 0 1 0 5 3 20 0 15 0 71960997 11094274048 45105 33554432000 4194304 4196468 140733054971568 139747703143568 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28201] ppid=28142 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28145/task/28201/stat : 28201 (java) S 28142 28145 26438 0 -1 1077944384 39 13414 0 0 1 0 5 3 20 0 15 0 71960997 11094274048 45105 33554432000 4194304 4196468 140733054971568 139747702090512 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28202] ppid=28142 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28202/stat : 28202 (java) S 28142 28145 26438 0 -1 1077944384 23 13414 0 0 0 0 5 3 20 0 15 0 71960997 11094274048 45105 33554432000 4194304 4196468 140733054971568 139747701037968 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28203] ppid=28142 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28145/task/28203/stat : 28203 (java) S 28142 28145 26438 0 -1 1077944384 56 13414 0 0 1 0 5 3 20 0 15 0 71960998 11094274048 45105 33554432000 4194304 4196468 140733054971568 139747052038384 139747780160130 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28204] ppid=28142 vsize=10834252 memory=-6221781267475802396 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28204/stat : 28204 (java) S 28142 28145 26438 0 -1 1077944384 14 13414 0 0 0 0 5 3 20 0 15 0 71960999 11094274048 45105 33554432000 4194304 4196468 140733054971568 139746693080288 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28205] ppid=28142 vsize=10834252 memory=4124 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28205/stat : 28205 (java) S 28142 28145 26438 0 -1 1077944384 1 13414 0 0 0 0 5 3 20 0 15 0 71960999 11094274048 45105 33554432000 4194304 4196468 140733054971568 139746558862080 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28206] ppid=28142 vsize=10834252 memory=2200 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28206/stat : 28206 (java) S 28142 28145 26438 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 71961002 11094274048 45105 33554432000 4194304 4196468 140733054971568 139746318571472 139747780167579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28207] ppid=28142 vsize=10834252 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/28145/task/28207/stat : 28207 (java) S 28142 28145 26438 0 -1 1077944384 1414 13414 0 0 28 0 5 3 20 0 15 0 71961002 11094274048 45105 33554432000 4194304 4196468 140733054971568 139747050986224 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28208] ppid=28142 vsize=10834252 memory=261736179508298 CPUtime=0.3 cores=0,2,4,6
/proc/28145/task/28208/stat : 28208 (java) S 28142 28145 26438 0 -1 1077944384 874 13414 0 0 21 1 5 3 20 0 15 0 71961002 11094274048 45105 33554432000 4194304 4196468 140733054971568 139747049933680 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28209] ppid=28142 vsize=10834252 memory=4420396659253719072 CPUtime=0.43 cores=0,2,4,6
/proc/28145/task/28209/stat : 28209 (java) S 28142 28145 26438 0 -1 1077944384 1273 13414 0 0 35 0 5 3 20 0 15 0 71961002 11094274048 45105 33554432000 4194304 4196468 140733054971568 139747048880624 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28210] ppid=28142 vsize=10834252 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28210/stat : 28210 (java) S 28142 28145 26438 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 71961002 11094274048 45105 33554432000 4194304 4196468 140733054971568 139746285013856 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28211] ppid=28142 vsize=10834252 memory=6935649255759569490 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28211/stat : 28211 (java) S 28142 28145 26438 0 -1 1077944384 1 13414 0 0 0 0 5 3 20 0 15 0 71961002 11094274048 45105 33554432000 4194304 4196468 140733054971568 139747047828016 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 10834252 KiB

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

/proc/28145/task/28198/stat : 28198 (java) R 28142 28145 26438 0 -1 4202560 85849 13414 0 0 231156 27 5 3 20 0 15 0 71960996 11176083456 147931 33554432000 4194304 4196468 140733054971568 139747751983696 139747397221107 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28199] ppid=28142 vsize=10914144 memory=591724 CPUtime=4.44 cores=0,2,4,6
/proc/28145/task/28199/stat : 28199 (java) S 28142 28145 26438 0 -1 1077944384 10727 13414 0 0 412 24 5 3 20 0 15 0 71960997 11176083456 147931 33554432000 4194304 4196468 140733054971568 139747784391696 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28200] ppid=28142 vsize=10914144 memory=591724 CPUtime=4.44 cores=0,2,4,6
/proc/28145/task/28200/stat : 28200 (java) S 28142 28145 26438 0 -1 1077944384 14286 13414 0 0 414 22 5 3 20 0 15 0 71960997 11176083456 147931 33554432000 4194304 4196468 140733054971568 139747703143568 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28201] ppid=28142 vsize=10914144 memory=591724 CPUtime=4.43 cores=0,2,4,6
/proc/28145/task/28201/stat : 28201 (java) S 28142 28145 26438 0 -1 1077944384 10030 13414 0 0 412 23 5 3 20 0 15 0 71960997 11176083456 147931 33554432000 4194304 4196468 140733054971568 139747702090512 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28202] ppid=28142 vsize=10914144 memory=591724 CPUtime=4.41 cores=0,2,4,6
/proc/28145/task/28202/stat : 28202 (java) S 28142 28145 26438 0 -1 1077944384 8252 13414 0 0 406 27 5 3 20 0 15 0 71960997 11176083456 147931 33554432000 4194304 4196468 140733054971568 139747701037968 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28203] ppid=28142 vsize=10914144 memory=591724 CPUtime=4.07 cores=0,2,4,6
/proc/28145/task/28203/stat : 28203 (java) S 28142 28145 26438 0 -1 1077944384 10011 13414 0 0 380 19 5 3 20 0 15 0 71960998 11176083456 147931 33554432000 4194304 4196468 140733054971568 139747052038384 139747780160130 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28204] ppid=28142 vsize=10914144 memory=7378395302491809639 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28204/stat : 28204 (java) S 28142 28145 26438 0 -1 1077944384 14 13414 0 0 0 0 5 3 20 0 15 0 71960999 11176083456 147931 33554432000 4194304 4196468 140733054971568 139746693080352 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28205] ppid=28142 vsize=10914144 memory=591724 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28205/stat : 28205 (java) S 28142 28145 26438 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 71960999 11176083456 147931 33554432000 4194304 4196468 140733054971568 139746558862080 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28206] ppid=28142 vsize=10914144 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28206/stat : 28206 (java) S 28142 28145 26438 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 71961002 11176083456 147931 33554432000 4194304 4196468 140733054971568 139746318571472 139747780167579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28207] ppid=28142 vsize=10914144 memory=591724 CPUtime=5 cores=0,2,4,6
/proc/28145/task/28207/stat : 28207 (java) S 28142 28145 26438 0 -1 1077944384 36273 13414 0 0 487 5 5 3 20 0 15 0 71961002 11176083456 147931 33554432000 4194304 4196468 140733054971568 139747050986224 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28208] ppid=28142 vsize=10914144 memory=591724 CPUtime=5.2 cores=0,2,4,6
/proc/28145/task/28208/stat : 28208 (java) S 28142 28145 26438 0 -1 1077944384 38400 13414 0 0 508 4 5 3 20 0 15 0 71961002 11176083456 147931 33554432000 4194304 4196468 140733054971568 139747049933680 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28209] ppid=28142 vsize=10914144 memory=591724 CPUtime=1.92 cores=0,2,4,6
/proc/28145/task/28209/stat : 28209 (java) S 28142 28145 26438 0 -1 1077944384 31447 13414 0 0 180 4 5 3 20 0 15 0 71961002 11176083456 147931 33554432000 4194304 4196468 140733054971568 139747048880624 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28210] ppid=28142 vsize=10914144 memory=844 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28210/stat : 28210 (java) S 28142 28145 26438 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 71961002 11176083456 147931 33554432000 4194304 4196468 140733054971568 139746285013856 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28211] ppid=28142 vsize=10914144 memory=0 CPUtime=1.33 cores=0,2,4,6
/proc/28145/task/28211/stat : 28211 (java) S 28142 28145 26438 0 -1 1077944384 1735 13414 0 0 64 61 5 3 20 0 15 0 71961002 11176083456 147931 33554432000 4194304 4196468 140733054971568 139747047828016 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
Current children cumulated CPU time: 2346.52 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 591724 KiB

[startup+2382.3 s]
/proc/loadavg: 1.37 1.28 1.30 3/215 28434
/proc/meminfo: memFree=11471728/32770624 swapFree=67108860/67108860
[pid=28145] ppid=28142 vsize=10914144 memory=591788 CPUtime=2406.86 cores=0,2,4,6
/proc/28145/stat : 28145 (java) S 28142 28145 26438 0 -1 1077944320 250360 13414 0 0 240491 187 5 3 20 0 15 0 71960987 11176083456 147947 33554432000 4194304 4196468 140733054971568 140733054954112 139747780148983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
/proc/28145/statm: 2728536 147947 3521 1 0 2690189 0
[pid=28145/tid=28198] ppid=28142 vsize=10914144 memory=591788 CPUtime=2371.64 cores=0,2,4,6
/proc/28145/task/28198/stat : 28198 (java) R 28142 28145 26438 0 -1 4202560 86237 13414 0 0 237129 27 5 3 20 0 15 0 71960996 11176083456 147947 33554432000 4194304 4196468 140733054971568 139747751983616 139747385183228 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28199] ppid=28142 vsize=10914144 memory=591788 CPUtime=4.55 cores=0,2,4,6
/proc/28145/task/28199/stat : 28199 (java) S 28142 28145 26438 0 -1 1077944384 10740 13414 0 0 423 24 5 3 20 0 15 0 71960997 11176083456 147947 33554432000 4194304 4196468 140733054971568 139747784391696 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28200] ppid=28142 vsize=10914144 memory=591788 CPUtime=4.56 cores=0,2,4,6
/proc/28145/task/28200/stat : 28200 (java) S 28142 28145 26438 0 -1 1077944384 14575 13414 0 0 425 23 5 3 20 0 15 0 71960997 11176083456 147947 33554432000 4194304 4196468 140733054971568 139747703143568 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28201] ppid=28142 vsize=10914144 memory=591788 CPUtime=4.54 cores=0,2,4,6
/proc/28145/task/28201/stat : 28201 (java) S 28142 28145 26438 0 -1 1077944384 10057 13414 0 0 423 23 5 3 20 0 15 0 71960997 11176083456 147947 33554432000 4194304 4196468 140733054971568 139747702090512 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28202] ppid=28142 vsize=10914144 memory=591788 CPUtime=4.53 cores=0,2,4,6
/proc/28145/task/28202/stat : 28202 (java) S 28142 28145 26438 0 -1 1077944384 8364 13414 0 0 417 28 5 3 20 0 15 0 71960997 11176083456 147947 33554432000 4194304 4196468 140733054971568 139747701037968 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28203] ppid=28142 vsize=10914144 memory=591788 CPUtime=4.18 cores=0,2,4,6
/proc/28145/task/28203/stat : 28203 (java) S 28142 28145 26438 0 -1 1077944384 10077 13414 0 0 390 20 5 3 20 0 15 0 71960998 11176083456 147947 33554432000 4194304 4196468 140733054971568 139747052038384 139747780160130 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28204] ppid=28142 vsize=10914144 memory=591788 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28204/stat : 28204 (java) S 28142 28145 26438 0 -1 1077944384 14 13414 0 0 0 0 5 3 20 0 15 0 71960999 11176083456 147947 33554432000 4194304 4196468 140733054971568 139746693080352 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28205] ppid=28142 vsize=10914144 memory=591788 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28205/stat : 28205 (java) S 28142 28145 26438 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 71960999 11176083456 147947 33554432000 4194304 4196468 140733054971568 139746558862080 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28206] ppid=28142 vsize=10914144 memory=591788 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28206/stat : 28206 (java) S 28142 28145 26438 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 71961002 11176083456 147947 33554432000 4194304 4196468 140733054971568 139746318571472 139747780167579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28207] ppid=28142 vsize=10914144 memory=591788 CPUtime=5 cores=0,2,4,6
/proc/28145/task/28207/stat : 28207 (java) S 28142 28145 26438 0 -1 1077944384 36275 13414 0 0 487 5 5 3 20 0 15 0 71961002 11176083456 147947 33554432000 4194304 4196468 140733054971568 139747050986224 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28208] ppid=28142 vsize=10914144 memory=0 CPUtime=5.2 cores=0,2,4,6
/proc/28145/task/28208/stat : 28208 (java) S 28142 28145 26438 0 -1 1077944384 38635 13414 0 0 508 4 5 3 20 0 15 0 71961002 11176083456 147947 33554432000 4194304 4196468 140733054971568 139747049933680 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28209] ppid=28142 vsize=10914144 memory=127 CPUtime=1.92 cores=0,2,4,6
/proc/28145/task/28209/stat : 28209 (java) S 28142 28145 26438 0 -1 1077944384 31449 13414 0 0 180 4 5 3 20 0 15 0 71961002 11176083456 147947 33554432000 4194304 4196468 140733054971568 139747048880624 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28210] ppid=28142 vsize=10914144 memory=591788 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28210/stat : 28210 (java) S 28142 28145 26438 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 71961002 11176083456 147947 33554432000 4194304 4196468 140733054971568 139746285013856 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28211] ppid=28142 vsize=10914144 memory=4128 CPUtime=1.35 cores=0,2,4,6
/proc/28145/task/28211/stat : 28211 (java) S 28142 28145 26438 0 -1 1077944384 1741 13414 0 0 65 62 5 3 20 0 15 0 71961002 11176083456 147947 33554432000 4194304 4196468 140733054971568 139747047828016 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
Current children cumulated CPU time: 2406.86 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 591788 KiB

[startup+2442.3 s]
/proc/loadavg: 1.36 1.29 1.31 3/216 28443
/proc/meminfo: memFree=11470716/32770624 swapFree=67108860/67108860
[pid=28145] ppid=28142 vsize=10914144 memory=591804 CPUtime=2467.2 cores=0,2,4,6
/proc/28145/stat : 28145 (java) S 28142 28145 26438 0 -1 1077944320 250778 13414 0 0 246521 191 5 3 20 0 15 0 71960987 11176083456 147951 33554432000 4194304 4196468 140733054971568 140733054954112 139747780148983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
/proc/28145/statm: 2728536 147951 3521 1 0 2690189 0
[pid=28145/tid=28198] ppid=28142 vsize=10914144 memory=591804 CPUtime=2431.38 cores=0,2,4,6
/proc/28145/task/28198/stat : 28198 (java) R 28142 28145 26438 0 -1 4202560 86554 13414 0 0 243102 28 5 3 20 0 15 0 71960996 11176083456 147951 33554432000 4194304 4196468 140733054971568 139747751983344 139747394952712 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28199] ppid=28142 vsize=10914144 memory=591804 CPUtime=4.67 cores=0,2,4,6
/proc/28145/task/28199/stat : 28199 (java) S 28142 28145 26438 0 -1 1077944384 10750 13414 0 0 434 25 5 3 20 0 15 0 71960997 11176083456 147951 33554432000 4194304 4196468 140733054971568 139747784391696 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28200] ppid=28142 vsize=10914144 memory=591788 CPUtime=4.67 cores=0,2,4,6
/proc/28145/task/28200/stat : 28200 (java) S 28142 28145 26438 0 -1 1077944384 14587 13414 0 0 436 23 5 3 20 0 15 0 71960997 11176083456 147951 33554432000 4194304 4196468 140733054971568 139747703143568 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28201] ppid=28142 vsize=10914144 memory=591788 CPUtime=4.65 cores=0,2,4,6
/proc/28145/task/28201/stat : 28201 (java) S 28142 28145 26438 0 -1 1077944384 10078 13414 0 0 434 23 5 3 20 0 15 0 71960997 11176083456 147951 33554432000 4194304 4196468 140733054971568 139747702090512 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28202] ppid=28142 vsize=10914144 memory=591804 CPUtime=4.65 cores=0,2,4,6
/proc/28145/task/28202/stat : 28202 (java) S 28142 28145 26438 0 -1 1077944384 8372 13414 0 0 429 28 5 3 20 0 15 0 71960997 11176083456 147951 33554432000 4194304 4196468 140733054971568 139747701037968 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28203] ppid=28142 vsize=10914144 memory=591804 CPUtime=4.28 cores=0,2,4,6
/proc/28145/task/28203/stat : 28203 (java) S 28142 28145 26438 0 -1 1077944384 10111 13414 0 0 400 20 5 3 20 0 15 0 71960998 11176083456 147951 33554432000 4194304 4196468 140733054971568 139747052038384 139747780160130 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28204] ppid=28142 vsize=10914144 memory=591788 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28204/stat : 28204 (java) S 28142 28145 26438 0 -1 1077944384 14 13414 0 0 0 0 5 3 20 0 15 0 71960999 11176083456 147951 33554432000 4194304 4196468 140733054971568 139746693080352 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28205] ppid=28142 vsize=10914144 memory=591804 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28205/stat : 28205 (java) S 28142 28145 26438 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 71960999 11176083456 147951 33554432000 4194304 4196468 140733054971568 139746558862080 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28206] ppid=28142 vsize=10914144 memory=591804 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28206/stat : 28206 (java) S 28142 28145 26438 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 71961002 11176083456 147951 33554432000 4194304 4196468 140733054971568 139746318571472 139747780167579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28207] ppid=28142 vsize=10914144 memory=288230574492221466 CPUtime=5 cores=0,2,4,6
/proc/28145/task/28207/stat : 28207 (java) S 28142 28145 26438 0 -1 1077944384 36275 13414 0 0 487 5 5 3 20 0 15 0 71961002 11176083456 147951 33554432000 4194304 4196468 140733054971568 139747050986224 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28208] ppid=28142 vsize=10914144 memory=288230621803970871 CPUtime=5.2 cores=0,2,4,6
/proc/28145/task/28208/stat : 28208 (java) S 28142 28145 26438 0 -1 1077944384 38635 13414 0 0 508 4 5 3 20 0 15 0 71961002 11176083456 147951 33554432000 4194304 4196468 140733054971568 139747049933680 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28209] ppid=28142 vsize=10914144 memory=6791534058613427641 CPUtime=1.92 cores=0,2,4,6
/proc/28145/task/28209/stat : 28209 (java) S 28142 28145 26438 0 -1 1077944384 31449 13414 0 0 180 4 5 3 20 0 15 0 71961002 11176083456 147951 33554432000 4194304 4196468 140733054971568 139747048880624 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28210] ppid=28142 vsize=10914144 memory=288230621803970871 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28210/stat : 28210 (java) S 28142 28145 26438 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 71961002 11176083456 147951 33554432000 4194304 4196468 140733054971568 139746285013856 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28211] ppid=28142 vsize=10914144 memory=13567093857585738 CPUtime=1.39 cores=0,2,4,6
/proc/28145/task/28211/stat : 28211 (java) S 28142 28145 26438 0 -1 1077944384 1757 13414 0 0 67 64 5 3 20 0 15 0 71961002 11176083456 147951 33554432000 4194304 4196468 140733054971568 139747047828016 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
Current children cumulated CPU time: 2467.2 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 591804 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2494.8 s]
/proc/loadavg: 1.29 1.28 1.30 3/216 28444
/proc/meminfo: memFree=11468184/32770624 swapFree=67108860/67108860
[pid=28145] ppid=28142 vsize=10914144 memory=595340 CPUtime=2520 cores=0,2,4,6
/proc/28145/stat : 28145 (java) S 28142 28145 26438 0 -1 1077944320 252416 13414 0 0 251798 194 5 3 20 0 15 0 71960987 11176083456 148835 33554432000 4194304 4196468 140733054971568 140733054954112 139747780148983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
/proc/28145/statm: 2728536 148835 3521 1 0 2690189 0
[pid=28145/tid=28198] ppid=28142 vsize=10914144 memory=1232 CPUtime=2483.66 cores=0,2,4,6
/proc/28145/task/28198/stat : 28198 (java) R 28142 28145 26438 0 -1 4202560 87322 13414 0 0 248329 29 5 3 20 0 15 0 71960996 11176083456 148835 33554432000 4194304 4196468 140733054971568 139747751982880 139747394650702 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28199] ppid=28142 vsize=10914144 memory=2344 CPUtime=4.77 cores=0,2,4,6
/proc/28145/task/28199/stat : 28199 (java) S 28142 28145 26438 0 -1 1077944384 10793 13414 0 0 444 25 5 3 20 0 15 0 71960997 11176083456 148835 33554432000 4194304 4196468 140733054971568 139747784391696 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28200] ppid=28142 vsize=10914144 memory=932 CPUtime=4.78 cores=0,2,4,6
/proc/28145/task/28200/stat : 28200 (java) S 28142 28145 26438 0 -1 1077944384 14934 13414 0 0 446 24 5 3 20 0 15 0 71960997 11176083456 148835 33554432000 4194304 4196468 140733054971568 139747703143568 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28201] ppid=28142 vsize=10914144 memory=636 CPUtime=4.76 cores=0,2,4,6
/proc/28145/task/28201/stat : 28201 (java) S 28142 28145 26438 0 -1 1077944384 10115 13414 0 0 444 24 5 3 20 0 15 0 71960997 11176083456 148835 33554432000 4194304 4196468 140733054971568 139747702090512 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28202] ppid=28142 vsize=10914144 memory=960 CPUtime=4.75 cores=0,2,4,6
/proc/28145/task/28202/stat : 28202 (java) S 28142 28145 26438 0 -1 1077944384 8452 13414 0 0 438 29 5 3 20 0 15 0 71960997 11176083456 148835 33554432000 4194304 4196468 140733054971568 139747701037968 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28203] ppid=28142 vsize=10914144 memory=1232 CPUtime=4.37 cores=0,2,4,6
/proc/28145/task/28203/stat : 28203 (java) S 28142 28145 26438 0 -1 1077944384 10203 13414 0 0 409 20 5 3 20 0 15 0 71960998 11176083456 148835 33554432000 4194304 4196468 140733054971568 139747052038384 139747780160130 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28204] ppid=28142 vsize=10914144 memory=2344 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28204/stat : 28204 (java) S 28142 28145 26438 0 -1 1077944384 14 13414 0 0 0 0 5 3 20 0 15 0 71960999 11176083456 148835 33554432000 4194304 4196468 140733054971568 139746693080352 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28205] ppid=28142 vsize=10914144 memory=932 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28205/stat : 28205 (java) S 28142 28145 26438 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 71960999 11176083456 148835 33554432000 4194304 4196468 140733054971568 139746558862080 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28206] ppid=28142 vsize=10914144 memory=1580 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28206/stat : 28206 (java) S 28142 28145 26438 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 71961002 11176083456 148835 33554432000 4194304 4196468 140733054971568 139746318571472 139747780167579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28207] ppid=28142 vsize=10914144 memory=2240 CPUtime=5.01 cores=0,2,4,6
/proc/28145/task/28207/stat : 28207 (java) S 28142 28145 26438 0 -1 1077944384 36524 13414 0 0 488 5 5 3 20 0 15 0 71961002 11176083456 148835 33554432000 4194304 4196468 140733054971568 139747050986224 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28208] ppid=28142 vsize=10914144 memory=595340 CPUtime=5.2 cores=0,2,4,6
/proc/28145/task/28208/stat : 28208 (java) S 28142 28145 26438 0 -1 1077944384 38637 13414 0 0 508 4 5 3 20 0 15 0 71961002 11176083456 148835 33554432000 4194304 4196468 140733054971568 139747049933680 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28209] ppid=28142 vsize=10914144 memory=7528 CPUtime=1.92 cores=0,2,4,6
/proc/28145/task/28209/stat : 28209 (java) S 28142 28145 26438 0 -1 1077944384 31451 13414 0 0 180 4 5 3 20 0 15 0 71961002 11176083456 148835 33554432000 4194304 4196468 140733054971568 139747048880624 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28210] ppid=28142 vsize=10914144 memory=844 CPUtime=0.08 cores=0,2,4,6
/proc/28145/task/28210/stat : 28210 (java) S 28142 28145 26438 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 71961002 11176083456 148835 33554432000 4194304 4196468 140733054971568 139746285013856 139747780159189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
[pid=28145/tid=28211] ppid=28142 vsize=10914144 memory=1428 CPUtime=1.41 cores=0,2,4,6
/proc/28145/task/28211/stat : 28211 (java) S 28142 28145 26438 0 -1 1077944384 1775 13414 0 0 68 65 5 3 20 0 15 0 71961002 11176083456 148835 33554432000 4194304 4196468 140733054971568 139747047828016 139747780160130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35778560 140733054978220 140733054981468 140733054981468 140733054984143 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 595340 KiB

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

[startup+2494.83 s]
# the end of solver process 28145 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.05 s, system=1.99234 s

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

Child status: 143
Real time (s): 2494.83
CPU time (s): 2520.05
CPU user time (s): 2518.05
CPU system time (s): 1.99234
CPU usage (%): 101.011
Max. virtual memory (cumulated for all children) (KiB): 10916780
Max. memory (cumulated for all children) (KiB): 595340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.05
system time used= 1.99234
maximum resident set size= 599564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266564
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 149500
involuntary context switches= 5930


# summary of solver processes directly reported to runsolver:
#   pid: 28145
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2518.05
#   total CPU system time (s): 1.99234

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8067 second user time and 21.8402 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-25 20:39:38
IDJOB=4295279
IDBENCH=141501
IDSOLVER=2751
FILE ID=node139/4295279-1532543978
RUNJOBID= node139-1532535188-26469
PBS_JOBID= 21021948
Free space on /tmp= 38816 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g11-g44_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-4295279-1532543978/watcher-4295279-1532543978 -o /tmp/evaluation-result-4295279-1532543978/solver-4295279-1532543978 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532535188-26469 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=412811554 -superng HOME/instance-4295279-1532543978.xml

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

MD5SUM BENCH= 691a51199f261ec138535be56fe101c2
RANDOM SEED=412811554

node139.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.80
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.80
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.80
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.80
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:        12013360 kB
MemAvailable:   31413000 kB
Buffers:          219108 kB
Cached:         19139108 kB
SwapCached:            0 kB
Active:          3366940 kB
Inactive:       16559736 kB
Active(anon):     518344 kB
Inactive(anon):    78572 kB
Active(file):    2848596 kB
Inactive(file): 16481164 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26784 kB
Writeback:             0 kB
AnonPages:        576332 kB
Mapped:            53020 kB
Shmem:             25228 kB
Slab:             525704 kB
SReclaimable:     498340 kB
SUnreclaim:        27364 kB
KernelStack:        3552 kB
PageTables:         6404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1557580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    339968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38788 MiB
End job on node139 at 2018-07-25 21:21:13