Trace number 4295485

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.09 2489.83

General information on the benchmark

NameMagicHexagon/
MagicHexagon-07-0002_c18.xml
MD5SUMd84d4d85366018deec6903098e084e8b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints46
Number of domains1
Minimum domain size127
Maximum domain size127
Distribution of domain sizes[{"size":127,"count":127}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":42},{"degree":4,"count":121},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity127
Distribution of constraint arities[{"arity":2,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":3},{"arity":127,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":39}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295485-1532562291/watcher-4295485-1532562291 -o /tmp/evaluation-result-4295485-1532562291/solver-4295485-1532562291 -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=1855720598 -superng HOME/instance-4295485-1532562291.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=31162, runsolver pid=31159

[startup+0.100168 s]*
/proc/loadavg: 1.51 1.60 1.60 3/207 31219
/proc/meminfo: memFree=10414948/32770624 swapFree=67108860/67108860
[pid=31162] ppid=31159 vsize=9972712 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/31162/stat : 31162 (java) S 31159 31162 26438 0 -1 1077944320 4254 13243 0 0 1 1 5 2 20 0 6 0 73792293 10212057088 4582 33554432000 4194304 4196468 140720967263952 140720967246496 139886662946551 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
/proc/31162/statm: 2493178 4582 1930 1 0 2481616 0
[pid=31162/tid=31215] ppid=31159 vsize=9972712 memory=4279135704047190159 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31215/stat : 31215 (java) R 31159 31162 26438 0 -1 4202560 2056 13243 0 0 0 0 5 2 20 0 6 0 73792303 10212057088 4582 33554432000 4194304 4196468 140720967263952 139886634783312 139886648629077 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31216] ppid=31159 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31216/stat : 31216 (java) S 31159 31162 26438 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 6 0 73792303 10212057088 4582 33554432000 4194304 4196468 140720967263952 139886667189136 139886662956757 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31217] ppid=31159 vsize=9972712 memory=140320274417280 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31217/stat : 31217 (java) S 31159 31162 26438 0 -1 1077944384 1 13243 0 0 0 0 5 2 20 0 6 0 73792303 10212057088 4582 33554432000 4194304 4196468 140720967263952 139886555462416 139886662956757 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31218] ppid=31159 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31218/stat : 31218 (java) S 31159 31162 26438 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 6 0 73792303 10212057088 4582 33554432000 4194304 4196468 140720967263952 139886554410128 139886662956757 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31219] ppid=31159 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31219/stat : 31219 (java) S 31159 31162 26438 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 6 0 73792303 10212057088 4582 33554432000 4194304 4196468 140720967263952 139886553357328 139886662956757 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210185 s]*
/proc/loadavg: 1.51 1.60 1.60 3/216 31228
/proc/meminfo: memFree=10394072/32770624 swapFree=67108860/67108860
[pid=31162] ppid=31159 vsize=10818936 memory=45128 CPUtime=0.25 cores=0,2,4,6
/proc/31162/stat : 31162 (java) S 31159 31162 26438 0 -1 1077944320 9137 13243 0 0 16 2 5 2 20 0 15 0 73792293 11078590464 11282 33554432000 4194304 4196468 140720967263952 140720967246496 139886662946551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
/proc/31162/statm: 2704734 11282 2965 1 0 2667157 0
[pid=31162/tid=31215] ppid=31159 vsize=10818936 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/31162/task/31215/stat : 31215 (java) R 31159 31162 26438 0 -1 4202560 5768 13243 0 0 10 1 5 2 20 0 15 0 73792303 11078590464 11282 33554432000 4194304 4196468 140720967263952 139886634771360 139886655626269 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31216] ppid=31159 vsize=10818936 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31216/stat : 31216 (java) S 31159 31162 26438 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 15 0 73792303 11078590464 11282 33554432000 4194304 4196468 140720967263952 139886667189136 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31217] ppid=31159 vsize=10818936 memory=140320274815767 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31217/stat : 31217 (java) S 31159 31162 26438 0 -1 1077944384 1 13243 0 0 0 0 5 2 20 0 15 0 73792303 11078590464 11282 33554432000 4194304 4196468 140720967263952 139886555462416 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31218] ppid=31159 vsize=10818936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31218/stat : 31218 (java) S 31159 31162 26438 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 15 0 73792303 11078590464 11282 33554432000 4194304 4196468 140720967263952 139886554410128 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31219] ppid=31159 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31219/stat : 31219 (java) S 31159 31162 26438 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 15 0 73792303 11078590464 11282 33554432000 4194304 4196468 140720967263952 139886553357328 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31220] ppid=31159 vsize=10818936 memory=140320274417280 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31220/stat : 31220 (java) S 31159 31162 26438 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 15 0 73792305 11078590464 11282 33554432000 4194304 4196468 140720967263952 139886122174576 139886662957698 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31221] ppid=31159 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31221/stat : 31221 (java) S 31159 31162 26438 0 -1 1077944384 33 13243 0 0 0 0 5 2 20 0 15 0 73792305 11078557696 11282 33554432000 4194304 4196468 140720967263952 139886121120544 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31222] ppid=31159 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31222/stat : 31222 (java) S 31159 31162 26438 0 -1 1077944384 1 13243 0 0 0 0 5 2 20 0 15 0 73792305 11078557696 11282 33554432000 4194304 4196468 140720967263952 139885541319792 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31223] ppid=31159 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31223/stat : 31223 (java) S 31159 31162 26438 0 -1 1077944384 3 13243 0 0 0 0 5 2 20 0 15 0 73792308 11078557696 11282 33554432000 4194304 4196468 140720967263952 139885233920080 139886662965147 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31224] ppid=31159 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31162/task/31224/stat : 31224 (java) S 31159 31162 26438 0 -1 1077944384 531 13243 0 0 1 0 5 2 20 0 15 0 73792308 11078557696 11282 33554432000 4194304 4196468 140720967263952 139886087563888 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31225] ppid=31159 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31225/stat : 31225 (java) S 31159 31162 26438 0 -1 1077944384 55 13243 0 0 0 0 5 2 20 0 15 0 73792308 11078557696 11282 33554432000 4194304 4196468 140720967263952 139886086511088 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31226] ppid=31159 vsize=10818904 memory=140320274417280 CPUtime=0.1 cores=0,2,4,6
/proc/31162/task/31226/stat : 31226 (java) S 31159 31162 26438 0 -1 1077944384 541 13243 0 0 3 0 5 2 20 0 15 0 73792308 11078557696 11282 33554432000 4194304 4196468 140720967263952 139886085458800 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31227] ppid=31159 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31227/stat : 31227 (java) S 31159 31162 26438 0 -1 1077944384 3 13243 0 0 0 0 5 2 20 0 15 0 73792308 11078557696 11282 33554432000 4194304 4196468 140720967263952 139885200362464 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31228] ppid=31159 vsize=10818936 memory=140320274417280 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31228/stat : 31228 (java) S 31159 31162 26438 0 -1 1077944384 1 13243 0 0 0 0 5 2 20 0 15 0 73792308 11078590464 11282 33554432000 4194304 4196468 140720967263952 139886084405680 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 45128 KiB

[startup+0.310301 s]*
/proc/loadavg: 1.51 1.60 1.60 4/216 31228
/proc/meminfo: memFree=10380676/32770624 swapFree=67108860/67108860
[pid=31162] ppid=31159 vsize=10819352 memory=53004 CPUtime=0.38 cores=0,2,4,6
/proc/31162/stat : 31162 (java) S 31159 31162 26438 0 -1 1077944320 10347 13243 0 0 29 2 5 2 20 0 15 0 73792293 11079016448 13251 33554432000 4194304 4196468 140720967263952 140720967246496 139886662946551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
/proc/31162/statm: 2704838 13251 3084 1 0 2667149 0
[pid=31162/tid=31215] ppid=31159 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/31162/task/31215/stat : 31215 (java) R 31159 31162 26438 0 -1 4202560 6965 13243 0 0 20 1 5 2 20 0 15 0 73792303 11079016448 13251 33554432000 4194304 4196468 140720967263952 139886634758560 139886655183678 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31216] ppid=31159 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31216/stat : 31216 (java) S 31159 31162 26438 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 15 0 73792303 11079016448 13251 33554432000 4194304 4196468 140720967263952 139886667189136 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31217] ppid=31159 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31217/stat : 31217 (java) S 31159 31162 26438 0 -1 1077944384 1 13243 0 0 0 0 5 2 20 0 15 0 73792303 11079016448 13251 33554432000 4194304 4196468 140720967263952 139886555462416 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31218] ppid=31159 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31218/stat : 31218 (java) S 31159 31162 26438 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 15 0 73792303 11079016448 13251 33554432000 4194304 4196468 140720967263952 139886554410128 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31219] ppid=31159 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31219/stat : 31219 (java) S 31159 31162 26438 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 15 0 73792303 11079016448 13251 33554432000 4194304 4196468 140720967263952 139886553357328 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31220] ppid=31159 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31220/stat : 31220 (java) S 31159 31162 26438 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 15 0 73792305 11079016448 13251 33554432000 4194304 4196468 140720967263952 139886122174576 139886662957698 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31221] ppid=31159 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31221/stat : 31221 (java) S 31159 31162 26438 0 -1 1077944384 33 13243 0 0 0 0 5 2 20 0 15 0 73792305 11079016448 13251 33554432000 4194304 4196468 140720967263952 139886121120544 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31222] ppid=31159 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31222/stat : 31222 (java) S 31159 31162 26438 0 -1 1077944384 1 13243 0 0 0 0 5 2 20 0 15 0 73792305 11079016448 13251 33554432000 4194304 4196468 140720967263952 139885541319792 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31223] ppid=31159 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31223/stat : 31223 (java) S 31159 31162 26438 0 -1 1077944384 3 13243 0 0 0 0 5 2 20 0 15 0 73792308 11079016448 13251 33554432000 4194304 4196468 140720967263952 139885233920080 139886662965147 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31224] ppid=31159 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31162/task/31224/stat : 31224 (java) S 31159 31162 26438 0 -1 1077944384 531 13243 0 0 2 0 5 2 20 0 15 0 73792308 11079016448 13251 33554432000 4194304 4196468 140720967263952 139886087563888 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31225] ppid=31159 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31162/task/31225/stat : 31225 (java) S 31159 31162 26438 0 -1 1077944384 56 13243 0 0 1 0 5 2 20 0 15 0 73792308 11079016448 13251 33554432000 4194304 4196468 140720967263952 139886086511088 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31226] ppid=31159 vsize=10819352 memory=140320274417280 CPUtime=0.12 cores=0,2,4,6
/proc/31162/task/31226/stat : 31226 (java) S 31159 31162 26438 0 -1 1077944384 553 13243 0 0 5 0 5 2 20 0 15 0 73792308 11079016448 13251 33554432000 4194304 4196468 140720967263952 139886085458800 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31227] ppid=31159 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31227/stat : 31227 (java) S 31159 31162 26438 0 -1 1077944384 3 13243 0 0 0 0 5 2 20 0 15 0 73792308 11079016448 13251 33554432000 4194304 4196468 140720967263952 139885200362464 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31228] ppid=31159 vsize=10819352 memory=140320274417280 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31228/stat : 31228 (java) S 31159 31162 26438 0 -1 1077944384 1 13243 0 0 0 0 5 2 20 0 15 0 73792308 11079016448 13251 33554432000 4194304 4196468 140720967263952 139886084405680 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53004 KiB

[startup+0.700817 s]
/proc/loadavg: 1.51 1.60 1.60 3/216 31228
/proc/meminfo: memFree=10372116/32770624 swapFree=67108860/67108860
[pid=31162] ppid=31159 vsize=10819352 memory=85172 CPUtime=0.99 cores=0,2,4,6
/proc/31162/stat : 31162 (java) S 31159 31162 26438 0 -1 1077944320 16412 13243 0 0 88 4 5 2 20 0 15 0 73792293 11079016448 21293 33554432000 4194304 4196468 140720967263952 140720967246496 139886662946551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
/proc/31162/statm: 2704838 21293 3237 1 0 2667149 0
[pid=31162/tid=31215] ppid=31159 vsize=10819352 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/31162/task/31215/stat : 31215 (java) R 31159 31162 26438 0 -1 4202560 11964 13243 0 0 56 2 5 2 20 0 15 0 73792303 11079016448 21293 33554432000 4194304 4196468 140720967263952 139886634767376 139886644510089 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31216] ppid=31159 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31216/stat : 31216 (java) S 31159 31162 26438 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 15 0 73792303 11079016448 21293 33554432000 4194304 4196468 140720967263952 139886667189136 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31217] ppid=31159 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31217/stat : 31217 (java) S 31159 31162 26438 0 -1 1077944384 1 13243 0 0 0 0 5 2 20 0 15 0 73792303 11079016448 21293 33554432000 4194304 4196468 140720967263952 139886555462416 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31218] ppid=31159 vsize=10819352 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31218/stat : 31218 (java) S 31159 31162 26438 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 15 0 73792303 11079016448 21293 33554432000 4194304 4196468 140720967263952 139886554410128 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31219] ppid=31159 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31219/stat : 31219 (java) S 31159 31162 26438 0 -1 1077944384 2 13243 0 0 0 0 5 2 20 0 15 0 73792303 11079016448 21293 33554432000 4194304 4196468 140720967263952 139886553357328 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31220] ppid=31159 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31220/stat : 31220 (java) S 31159 31162 26438 0 -1 1077944384 5 13243 0 0 0 0 5 2 20 0 15 0 73792305 11079016448 21293 33554432000 4194304 4196468 140720967263952 139886122174576 139886662957698 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31221] ppid=31159 vsize=10819352 memory=140320138474192 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31221/stat : 31221 (java) S 31159 31162 26438 0 -1 1077944384 33 13243 0 0 0 0 5 2 20 0 15 0 73792305 11079016448 21293 33554432000 4194304 4196468 140720967263952 139886121120544 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31222] ppid=31159 vsize=10819352 memory=140320876528227 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31222/stat : 31222 (java) S 31159 31162 26438 0 -1 1077944384 1 13243 0 0 0 0 5 2 20 0 15 0 73792305 11079016448 21293 33554432000 4194304 4196468 140720967263952 139885541319792 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31223] ppid=31159 vsize=10819352 memory=10592 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31223/stat : 31223 (java) S 31159 31162 26438 0 -1 1077944384 3 13243 0 0 0 0 5 2 20 0 15 0 73792308 11079016448 21293 33554432000 4194304 4196468 140720967263952 139885233920080 139886662965147 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31224] ppid=31159 vsize=10819352 memory=7234564758908855872 CPUtime=0.15 cores=0,2,4,6
/proc/31162/task/31224/stat : 31224 (java) S 31159 31162 26438 0 -1 1077944384 907 13243 0 0 8 0 5 2 20 0 15 0 73792308 11079016448 21293 33554432000 4194304 4196468 140720967263952 139886087563888 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31225] ppid=31159 vsize=10819352 memory=7597685182856913236 CPUtime=0.16 cores=0,2,4,6
/proc/31162/task/31225/stat : 31225 (java) S 31159 31162 26438 0 -1 1077944384 697 13243 0 0 9 0 5 2 20 0 15 0 73792308 11079016448 21293 33554432000 4194304 4196468 140720967263952 139886086511088 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31226] ppid=31159 vsize=10819352 memory=5787221545506525541 CPUtime=0.2 cores=0,2,4,6
/proc/31162/task/31226/stat : 31226 (java) S 31159 31162 26438 0 -1 1077944384 599 13243 0 0 13 0 5 2 20 0 15 0 73792308 11079016448 21293 33554432000 4194304 4196468 140720967263952 139886085458800 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31227] ppid=31159 vsize=10819352 memory=4128 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31227/stat : 31227 (java) S 31159 31162 26438 0 -1 1077944384 3 13243 0 0 0 0 5 2 20 0 15 0 73792308 11079016448 21293 33554432000 4194304 4196468 140720967263952 139885200362464 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31228] ppid=31159 vsize=10819352 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31228/stat : 31228 (java) S 31159 31162 26438 0 -1 1077944384 1 13243 0 0 0 0 5 2 20 0 15 0 73792308 11079016448 21293 33554432000 4194304 4196468 140720967263952 139886084405680 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85172 KiB

[startup+1.50082 s]
/proc/loadavg: 1.51 1.60 1.60 4/216 31228
/proc/meminfo: memFree=10326580/32770624 swapFree=67108860/67108860
[pid=31162] ppid=31159 vsize=10834252 memory=176056 CPUtime=2.27 cores=0,2,4,6
/proc/31162/stat : 31162 (java) S 31159 31162 26438 0 -1 1077944320 24035 13243 0 0 212 8 5 2 20 0 15 0 73792293 11094274048 44014 33554432000 4194304 4196468 140720967263952 140720967246496 139886662946551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
/proc/31162/statm: 2708563 44014 3468 1 0 2670221 0
[pid=31162/tid=31215] ppid=31159 vsize=10834252 memory=12813 CPUtime=1.42 cores=0,2,4,6
/proc/31162/task/31215/stat : 31215 (java) R 31159 31162 26438 0 -1 4202560 17677 13243 0 0 131 4 5 2 20 0 15 0 73792303 11094274048 44014 33554432000 4194304 4196468 140720967263952 139886634777664 139886641390951 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31216] ppid=31159 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/31162/task/31216/stat : 31216 (java) S 31159 31162 26438 0 -1 1077944384 187 13243 0 0 1 0 5 2 20 0 15 0 73792303 11094274048 44014 33554432000 4194304 4196468 140720967263952 139886667189136 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31217] ppid=31159 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31162/task/31217/stat : 31217 (java) S 31159 31162 26438 0 -1 1077944384 12 13243 0 0 1 0 5 2 20 0 15 0 73792303 11094274048 44014 33554432000 4194304 4196468 140720967263952 139886555462416 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31218] ppid=31159 vsize=10834252 memory=1249 CPUtime=0.08 cores=0,2,4,6
/proc/31162/task/31218/stat : 31218 (java) S 31159 31162 26438 0 -1 1077944384 42 13243 0 0 1 0 5 2 20 0 15 0 73792303 11094274048 44014 33554432000 4194304 4196468 140720967263952 139886554410128 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31219] ppid=31159 vsize=10834252 memory=85172 CPUtime=0.08 cores=0,2,4,6
/proc/31162/task/31219/stat : 31219 (java) S 31159 31162 26438 0 -1 1077944384 70 13243 0 0 1 0 5 2 20 0 15 0 73792303 11094274048 44014 33554432000 4194304 4196468 140720967263952 139886553357328 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31220] ppid=31159 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31162/task/31220/stat : 31220 (java) S 31159 31162 26438 0 -1 1077944384 165 13243 0 0 1 0 5 2 20 0 15 0 73792305 11094274048 44014 33554432000 4194304 4196468 140720967263952 139886122174576 139886662957698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31221] ppid=31159 vsize=10834252 memory=280640276890096 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31221/stat : 31221 (java) S 31159 31162 26438 0 -1 1077944384 34 13243 0 0 0 0 5 2 20 0 15 0 73792305 11094274048 44014 33554432000 4194304 4196468 140720967263952 139886121120608 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31222] ppid=31159 vsize=10834252 memory=280640276940896 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31222/stat : 31222 (java) S 31159 31162 26438 0 -1 1077944384 1 13243 0 0 0 0 5 2 20 0 15 0 73792305 11094274048 44014 33554432000 4194304 4196468 140720967263952 139885541319808 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31223] ppid=31159 vsize=10834252 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31223/stat : 31223 (java) S 31159 31162 26438 0 -1 1077944384 3 13243 0 0 0 0 5 2 20 0 15 0 73792308 11094274048 44014 33554432000 4194304 4196468 140720967263952 139885233920080 139886662965147 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31224] ppid=31159 vsize=10834252 memory=4638778398332698720 CPUtime=0.29 cores=0,2,4,6
/proc/31162/task/31224/stat : 31224 (java) S 31159 31162 26438 0 -1 1077944384 1387 13243 0 0 22 0 5 2 20 0 15 0 73792308 11094274048 44014 33554432000 4194304 4196468 140720967263952 139886087563888 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31225] ppid=31159 vsize=10834252 memory=280640277224320 CPUtime=0.26 cores=0,2,4,6
/proc/31162/task/31225/stat : 31225 (java) S 31159 31162 26438 0 -1 1077944384 855 13243 0 0 19 0 5 2 20 0 15 0 73792308 11094274048 44014 33554432000 4194304 4196468 140720967263952 139886086511088 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31226] ppid=31159 vsize=10834252 memory=-7531822216213012384 CPUtime=0.39 cores=0,2,4,6
/proc/31162/task/31226/stat : 31226 (java) S 31159 31162 26438 0 -1 1077944384 1406 13243 0 0 32 0 5 2 20 0 15 0 73792308 11094274048 44014 33554432000 4194304 4196468 140720967263952 139886085458800 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31227] ppid=31159 vsize=10834252 memory=-7531822216213012384 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31227/stat : 31227 (java) S 31159 31162 26438 0 -1 1077944384 3 13243 0 0 0 0 5 2 20 0 15 0 73792308 11094274048 44014 33554432000 4194304 4196468 140720967263952 139885200362464 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31228] ppid=31159 vsize=10834252 memory=1399101730491701635 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31228/stat : 31228 (java) S 31159 31162 26438 0 -1 1077944384 1 13243 0 0 0 0 5 2 20 0 15 0 73792308 11094274048 44014 33554432000 4194304 4196468 140720967263952 139886084405680 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10834252 KiB

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

/proc/31162/task/31215/stat : 31215 (java) R 31159 31162 26438 0 -1 4202560 78168 13243 0 0 231407 28 5 2 20 0 15 0 73792303 11176083456 101922 33554432000 4194304 4196468 140720967263952 139886634780160 139886245353695 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31216] ppid=31159 vsize=10914144 memory=407652 CPUtime=4.2 cores=0,2,4,6
/proc/31162/task/31216/stat : 31216 (java) S 31159 31162 26438 0 -1 1077944384 12428 13243 0 0 387 26 5 2 20 0 15 0 73792303 11176083456 101922 33554432000 4194304 4196468 140720967263952 139886667189136 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31217] ppid=31159 vsize=10914144 memory=407664 CPUtime=4.2 cores=0,2,4,6
/proc/31162/task/31217/stat : 31217 (java) S 31159 31162 26438 0 -1 1077944384 11073 13243 0 0 387 26 5 2 20 0 15 0 73792303 11176083456 101922 33554432000 4194304 4196468 140720967263952 139886555462416 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31218] ppid=31159 vsize=10914144 memory=407664 CPUtime=4.22 cores=0,2,4,6
/proc/31162/task/31218/stat : 31218 (java) S 31159 31162 26438 0 -1 1077944384 10692 13243 0 0 389 26 5 2 20 0 15 0 73792303 11176083456 101922 33554432000 4194304 4196468 140720967263952 139886554410128 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31219] ppid=31159 vsize=10914144 memory=407664 CPUtime=4.17 cores=0,2,4,6
/proc/31162/task/31219/stat : 31219 (java) S 31159 31162 26438 0 -1 1077944384 12513 13243 0 0 385 25 5 2 20 0 15 0 73792303 11176083456 101922 33554432000 4194304 4196468 140720967263952 139886553357328 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31220] ppid=31159 vsize=10914144 memory=407664 CPUtime=2.45 cores=0,2,4,6
/proc/31162/task/31220/stat : 31220 (java) S 31159 31162 26438 0 -1 1077944384 9581 13243 0 0 223 15 5 2 20 0 15 0 73792305 11176083456 101922 33554432000 4194304 4196468 140720967263952 139886122174576 139886662957698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31221] ppid=31159 vsize=10914144 memory=407688 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31221/stat : 31221 (java) S 31159 31162 26438 0 -1 1077944384 47 13243 0 0 0 0 5 2 20 0 15 0 73792305 11176083456 101922 33554432000 4194304 4196468 140720967263952 139886121120608 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31222] ppid=31159 vsize=10914144 memory=407664 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31222/stat : 31222 (java) S 31159 31162 26438 0 -1 1077944384 14 13243 0 0 0 0 5 2 20 0 15 0 73792305 11176083456 101922 33554432000 4194304 4196468 140720967263952 139885541319808 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31223] ppid=31159 vsize=10914144 memory=407688 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31223/stat : 31223 (java) S 31159 31162 26438 0 -1 1077944384 3 13243 0 0 0 0 5 2 20 0 15 0 73792308 11176083456 101922 33554432000 4194304 4196468 140720967263952 139885233920080 139886662965147 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31224] ppid=31159 vsize=10914144 memory=0 CPUtime=7.31 cores=0,2,4,6
/proc/31162/task/31224/stat : 31224 (java) S 31159 31162 26438 0 -1 1077944384 31860 13243 0 0 719 5 5 2 20 0 15 0 73792308 11176083456 101922 33554432000 4194304 4196468 140720967263952 139886087563888 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31225] ppid=31159 vsize=10914144 memory=932 CPUtime=6.94 cores=0,2,4,6
/proc/31162/task/31225/stat : 31225 (java) S 31159 31162 26438 0 -1 1077944384 29224 13243 0 0 682 5 5 2 20 0 15 0 73792308 11176083456 101922 33554432000 4194304 4196468 140720967263952 139886086511088 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31226] ppid=31159 vsize=10914144 memory=1580 CPUtime=3.1 cores=0,2,4,6
/proc/31162/task/31226/stat : 31226 (java) S 31159 31162 26438 0 -1 1077944384 24464 13243 0 0 296 7 5 2 20 0 15 0 73792308 11176083456 101922 33554432000 4194304 4196468 140720967263952 139886085458800 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31227] ppid=31159 vsize=10914144 memory=407688 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31227/stat : 31227 (java) S 31159 31162 26438 0 -1 1077944384 3 13243 0 0 0 0 5 2 20 0 15 0 73792308 11176083456 101922 33554432000 4194304 4196468 140720967263952 139885200362464 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31228] ppid=31159 vsize=10914144 memory=2416 CPUtime=1.4 cores=0,2,4,6
/proc/31162/task/31228/stat : 31228 (java) S 31159 31162 26438 0 -1 1077944384 890 13243 0 0 64 69 5 2 20 0 15 0 73792308 11176083456 101922 33554432000 4194304 4196468 140720967263952 139886084405680 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
Current children cumulated CPU time: 2351.9 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 407688 KiB

[startup+2382.3 s]
/proc/loadavg: 1.06 1.31 1.38 3/215 31478
/proc/meminfo: memFree=11669588/32770624 swapFree=67108860/67108860
[pid=31162] ppid=31159 vsize=10914144 memory=407720 CPUtime=2412.13 cores=0,2,4,6
/proc/31162/stat : 31162 (java) S 31159 31162 26438 0 -1 1077944320 223946 13243 0 0 240997 209 5 2 20 0 15 0 73792293 11176083456 101930 33554432000 4194304 4196468 140720967263952 140720967246496 139886662946551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
/proc/31162/statm: 2728536 101930 3527 1 0 2690189 0
[pid=31162/tid=31215] ppid=31159 vsize=10914144 memory=4616 CPUtime=2374.28 cores=0,2,4,6
/proc/31162/task/31215/stat : 31215 (java) R 31159 31162 26438 0 -1 4202560 78380 13243 0 0 237393 28 5 2 20 0 15 0 73792303 11176083456 101930 33554432000 4194304 4196468 140720967263952 139886634780272 139886245353184 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31216] ppid=31159 vsize=10914144 memory=407720 CPUtime=4.28 cores=0,2,4,6
/proc/31162/task/31216/stat : 31216 (java) S 31159 31162 26438 0 -1 1077944384 12442 13243 0 0 394 27 5 2 20 0 15 0 73792303 11176083456 101930 33554432000 4194304 4196468 140720967263952 139886667189136 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31217] ppid=31159 vsize=10914144 memory=407652 CPUtime=4.26 cores=0,2,4,6
/proc/31162/task/31217/stat : 31217 (java) S 31159 31162 26438 0 -1 1077944384 11153 13243 0 0 393 26 5 2 20 0 15 0 73792303 11176083456 101930 33554432000 4194304 4196468 140720967263952 139886555462416 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31218] ppid=31159 vsize=10914144 memory=407652 CPUtime=4.3 cores=0,2,4,6
/proc/31162/task/31218/stat : 31218 (java) S 31159 31162 26438 0 -1 1077944384 10759 13243 0 0 396 27 5 2 20 0 15 0 73792303 11176083456 101930 33554432000 4194304 4196468 140720967263952 139886554410128 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31219] ppid=31159 vsize=10914144 memory=407664 CPUtime=4.25 cores=0,2,4,6
/proc/31162/task/31219/stat : 31219 (java) S 31159 31162 26438 0 -1 1077944384 12528 13243 0 0 392 26 5 2 20 0 15 0 73792303 11176083456 101930 33554432000 4194304 4196468 140720967263952 139886553357328 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31220] ppid=31159 vsize=10914144 memory=407688 CPUtime=2.5 cores=0,2,4,6
/proc/31162/task/31220/stat : 31220 (java) S 31159 31162 26438 0 -1 1077944384 9753 13243 0 0 228 15 5 2 20 0 15 0 73792305 11176083456 101930 33554432000 4194304 4196468 140720967263952 139886122174576 139886662957698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31221] ppid=31159 vsize=10914144 memory=407720 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31221/stat : 31221 (java) S 31159 31162 26438 0 -1 1077944384 47 13243 0 0 0 0 5 2 20 0 15 0 73792305 11176083456 101930 33554432000 4194304 4196468 140720967263952 139886121120608 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31222] ppid=31159 vsize=10914144 memory=407720 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31222/stat : 31222 (java) S 31159 31162 26438 0 -1 1077944384 14 13243 0 0 0 0 5 2 20 0 15 0 73792305 11176083456 101930 33554432000 4194304 4196468 140720967263952 139885541319808 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31223] ppid=31159 vsize=10914144 memory=407720 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31223/stat : 31223 (java) S 31159 31162 26438 0 -1 1077944384 3 13243 0 0 0 0 5 2 20 0 15 0 73792308 11176083456 101930 33554432000 4194304 4196468 140720967263952 139885233920080 139886662965147 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31224] ppid=31159 vsize=10914144 memory=4128 CPUtime=7.31 cores=0,2,4,6
/proc/31162/task/31224/stat : 31224 (java) S 31159 31162 26438 0 -1 1077944384 31860 13243 0 0 719 5 5 2 20 0 15 0 73792308 11176083456 101930 33554432000 4194304 4196468 140720967263952 139886087563888 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31225] ppid=31159 vsize=10914144 memory=407720 CPUtime=6.94 cores=0,2,4,6
/proc/31162/task/31225/stat : 31225 (java) S 31159 31162 26438 0 -1 1077944384 29442 13243 0 0 682 5 5 2 20 0 15 0 73792308 11176083456 101930 33554432000 4194304 4196468 140720967263952 139886086511088 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31226] ppid=31159 vsize=10914144 memory=407720 CPUtime=3.1 cores=0,2,4,6
/proc/31162/task/31226/stat : 31226 (java) S 31159 31162 26438 0 -1 1077944384 24464 13243 0 0 296 7 5 2 20 0 15 0 73792308 11176083456 101930 33554432000 4194304 4196468 140720967263952 139886085458800 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31227] ppid=31159 vsize=10914144 memory=407720 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31227/stat : 31227 (java) S 31159 31162 26438 0 -1 1077944384 3 13243 0 0 0 0 5 2 20 0 15 0 73792308 11176083456 101930 33554432000 4194304 4196468 140720967263952 139885200362464 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31228] ppid=31159 vsize=10914144 memory=407720 CPUtime=1.44 cores=0,2,4,6
/proc/31162/task/31228/stat : 31228 (java) S 31159 31162 26438 0 -1 1077944384 906 13243 0 0 66 71 5 2 20 0 15 0 73792308 11176083456 101930 33554432000 4194304 4196468 140720967263952 139886084405680 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
Current children cumulated CPU time: 2412.13 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 407720 KiB

[startup+2442.3 s]
/proc/loadavg: 1.60 1.42 1.41 3/215 31480
/proc/meminfo: memFree=11675836/32770624 swapFree=67108860/67108860
[pid=31162] ppid=31159 vsize=10914144 memory=407780 CPUtime=2472.36 cores=0,2,4,6
/proc/31162/stat : 31162 (java) S 31159 31162 26438 0 -1 1077944320 225656 13243 0 0 247017 212 5 2 20 0 15 0 73792293 11176083456 101945 33554432000 4194304 4196468 140720967263952 140720967246496 139886662946551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
/proc/31162/statm: 2728536 101945 3527 1 0 2690189 0
[pid=31162/tid=31215] ppid=31159 vsize=10914144 memory=407652 CPUtime=2434.14 cores=0,2,4,6
/proc/31162/task/31215/stat : 31215 (java) R 31159 31162 26438 0 -1 4202560 78854 13243 0 0 243379 28 5 2 20 0 15 0 73792303 11176083456 101945 33554432000 4194304 4196468 140720967263952 139886634780160 139886245354354 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31216] ppid=31159 vsize=10914144 memory=407664 CPUtime=4.34 cores=0,2,4,6
/proc/31162/task/31216/stat : 31216 (java) S 31159 31162 26438 0 -1 1077944384 12540 13243 0 0 400 27 5 2 20 0 15 0 73792303 11176083456 101945 33554432000 4194304 4196468 140720967263952 139886667189136 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31217] ppid=31159 vsize=10914144 memory=407720 CPUtime=4.33 cores=0,2,4,6
/proc/31162/task/31217/stat : 31217 (java) S 31159 31162 26438 0 -1 1077944384 11187 13243 0 0 400 26 5 2 20 0 15 0 73792303 11176083456 101945 33554432000 4194304 4196468 140720967263952 139886555462416 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31218] ppid=31159 vsize=10914144 memory=407772 CPUtime=4.36 cores=0,2,4,6
/proc/31162/task/31218/stat : 31218 (java) S 31159 31162 26438 0 -1 1077944384 11108 13243 0 0 402 27 5 2 20 0 15 0 73792303 11176083456 101945 33554432000 4194304 4196468 140720967263952 139886554410128 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31219] ppid=31159 vsize=10914144 memory=407772 CPUtime=4.32 cores=0,2,4,6
/proc/31162/task/31219/stat : 31219 (java) S 31159 31162 26438 0 -1 1077944384 12625 13243 0 0 399 26 5 2 20 0 15 0 73792303 11176083456 101945 33554432000 4194304 4196468 140720967263952 139886553357328 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31220] ppid=31159 vsize=10914144 memory=407780 CPUtime=2.55 cores=0,2,4,6
/proc/31162/task/31220/stat : 31220 (java) S 31159 31162 26438 0 -1 1077944384 9951 13243 0 0 232 16 5 2 20 0 15 0 73792305 11176083456 101945 33554432000 4194304 4196468 140720967263952 139886122174576 139886662957698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31221] ppid=31159 vsize=10914144 memory=407780 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31221/stat : 31221 (java) S 31159 31162 26438 0 -1 1077944384 47 13243 0 0 0 0 5 2 20 0 15 0 73792305 11176083456 101945 33554432000 4194304 4196468 140720967263952 139886121120608 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31222] ppid=31159 vsize=10914144 memory=407780 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31222/stat : 31222 (java) S 31159 31162 26438 0 -1 1077944384 14 13243 0 0 0 0 5 2 20 0 15 0 73792305 11176083456 101945 33554432000 4194304 4196468 140720967263952 139885541319808 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31223] ppid=31159 vsize=10914144 memory=407780 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31223/stat : 31223 (java) S 31159 31162 26438 0 -1 1077944384 3 13243 0 0 0 0 5 2 20 0 15 0 73792308 11176083456 101945 33554432000 4194304 4196468 140720967263952 139885233920080 139886662965147 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31224] ppid=31159 vsize=10914144 memory=407780 CPUtime=7.32 cores=0,2,4,6
/proc/31162/task/31224/stat : 31224 (java) S 31159 31162 26438 0 -1 1077944384 32210 13243 0 0 720 5 5 2 20 0 15 0 73792308 11176083456 101945 33554432000 4194304 4196468 140720967263952 139886087563888 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31225] ppid=31159 vsize=10914144 memory=407780 CPUtime=6.94 cores=0,2,4,6
/proc/31162/task/31225/stat : 31225 (java) S 31159 31162 26438 0 -1 1077944384 29531 13243 0 0 682 5 5 2 20 0 15 0 73792308 11176083456 101945 33554432000 4194304 4196468 140720967263952 139886086511088 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31226] ppid=31159 vsize=10914144 memory=407780 CPUtime=3.1 cores=0,2,4,6
/proc/31162/task/31226/stat : 31226 (java) S 31159 31162 26438 0 -1 1077944384 24466 13243 0 0 296 7 5 2 20 0 15 0 73792308 11176083456 101945 33554432000 4194304 4196468 140720967263952 139886085458800 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31227] ppid=31159 vsize=10914144 memory=2416 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31227/stat : 31227 (java) S 31159 31162 26438 0 -1 1077944384 3 13243 0 0 0 0 5 2 20 0 15 0 73792308 11176083456 101945 33554432000 4194304 4196468 140720967263952 139885200362464 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31228] ppid=31159 vsize=10914144 memory=407780 CPUtime=1.48 cores=0,2,4,6
/proc/31162/task/31228/stat : 31228 (java) S 31159 31162 26438 0 -1 1077944384 925 13243 0 0 68 73 5 2 20 0 15 0 73792308 11176083456 101945 33554432000 4194304 4196468 140720967263952 139886084405680 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
Current children cumulated CPU time: 2472.36 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 407780 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2489.8 s]
/proc/loadavg: 1.59 1.44 1.42 3/215 31481
/proc/meminfo: memFree=11676656/32770624 swapFree=67108860/67108860
[pid=31162] ppid=31159 vsize=10914144 memory=407820 CPUtime=2520.03 cores=0,2,4,6
/proc/31162/stat : 31162 (java) S 31159 31162 26438 0 -1 1077944320 226525 13243 0 0 251783 213 5 2 20 0 15 0 73792293 11176083456 101955 33554432000 4194304 4196468 140720967263952 140720967246496 139886662946551 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
/proc/31162/statm: 2728536 101955 3527 1 0 2690189 0
[pid=31162/tid=31215] ppid=31159 vsize=10914144 memory=407780 CPUtime=2481.53 cores=0,2,4,6
/proc/31162/task/31215/stat : 31215 (java) R 31159 31162 26438 0 -1 4202560 79279 13243 0 0 248117 29 5 2 20 0 15 0 73792303 11176083456 101955 33554432000 4194304 4196468 140720967263952 139886634780160 139886245351603 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31216] ppid=31159 vsize=10914144 memory=4124 CPUtime=4.39 cores=0,2,4,6
/proc/31162/task/31216/stat : 31216 (java) S 31159 31162 26438 0 -1 1077944384 12559 13243 0 0 405 27 5 2 20 0 15 0 73792303 11176083456 101955 33554432000 4194304 4196468 140720967263952 139886667189136 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31217] ppid=31159 vsize=10914144 memory=2200 CPUtime=4.38 cores=0,2,4,6
/proc/31162/task/31217/stat : 31217 (java) S 31159 31162 26438 0 -1 1077944384 11203 13243 0 0 405 26 5 2 20 0 15 0 73792303 11176083456 101955 33554432000 4194304 4196468 140720967263952 139886555462416 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31218] ppid=31159 vsize=10914144 memory=1008 CPUtime=4.42 cores=0,2,4,6
/proc/31162/task/31218/stat : 31218 (java) S 31159 31162 26438 0 -1 1077944384 11401 13243 0 0 408 27 5 2 20 0 15 0 73792303 11176083456 101955 33554432000 4194304 4196468 140720967263952 139886554410128 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31219] ppid=31159 vsize=10914144 memory=9992 CPUtime=4.37 cores=0,2,4,6
/proc/31162/task/31219/stat : 31219 (java) S 31159 31162 26438 0 -1 1077944384 12703 13243 0 0 404 26 5 2 20 0 15 0 73792303 11176083456 101955 33554432000 4194304 4196468 140720967263952 139886553357328 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31220] ppid=31159 vsize=10914144 memory=1228 CPUtime=2.58 cores=0,2,4,6
/proc/31162/task/31220/stat : 31220 (java) S 31159 31162 26438 0 -1 1077944384 9979 13243 0 0 235 16 5 2 20 0 15 0 73792305 11176083456 101955 33554432000 4194304 4196468 140720967263952 139886122174576 139886662957698 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31221] ppid=31159 vsize=10914144 memory=1952 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31221/stat : 31221 (java) S 31159 31162 26438 0 -1 1077944384 47 13243 0 0 0 0 5 2 20 0 15 0 73792305 11176083456 101955 33554432000 4194304 4196468 140720967263952 139886121120608 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31222] ppid=31159 vsize=10914144 memory=1200 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31222/stat : 31222 (java) S 31159 31162 26438 0 -1 1077944384 14 13243 0 0 0 0 5 2 20 0 15 0 73792305 11176083456 101955 33554432000 4194304 4196468 140720967263952 139885541319808 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31223] ppid=31159 vsize=10914144 memory=1952 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31223/stat : 31223 (java) S 31159 31162 26438 0 -1 1077944384 3 13243 0 0 0 0 5 2 20 0 15 0 73792308 11176083456 101955 33554432000 4194304 4196468 140720967263952 139885233920080 139886662965147 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31224] ppid=31159 vsize=10914144 memory=1200 CPUtime=7.32 cores=0,2,4,6
/proc/31162/task/31224/stat : 31224 (java) S 31159 31162 26438 0 -1 1077944384 32212 13243 0 0 720 5 5 2 20 0 15 0 73792308 11176083456 101955 33554432000 4194304 4196468 140720967263952 139886087563888 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31225] ppid=31159 vsize=10914144 memory=10600 CPUtime=6.94 cores=0,2,4,6
/proc/31162/task/31225/stat : 31225 (java) S 31159 31162 26438 0 -1 1077944384 29533 13243 0 0 682 5 5 2 20 0 15 0 73792308 11176083456 101955 33554432000 4194304 4196468 140720967263952 139886086511088 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31226] ppid=31159 vsize=10914144 memory=4616 CPUtime=3.1 cores=0,2,4,6
/proc/31162/task/31226/stat : 31226 (java) S 31159 31162 26438 0 -1 1077944384 24468 13243 0 0 296 7 5 2 20 0 15 0 73792308 11176083456 101955 33554432000 4194304 4196468 140720967263952 139886085458800 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31227] ppid=31159 vsize=10914144 memory=1428 CPUtime=0.07 cores=0,2,4,6
/proc/31162/task/31227/stat : 31227 (java) S 31159 31162 26438 0 -1 1077944384 3 13243 0 0 0 0 5 2 20 0 15 0 73792308 11176083456 101955 33554432000 4194304 4196468 140720967263952 139885200362464 139886662956757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
[pid=31162/tid=31228] ppid=31159 vsize=10914144 memory=407820 CPUtime=1.52 cores=0,2,4,6
/proc/31162/task/31228/stat : 31228 (java) S 31159 31162 26438 0 -1 1077944384 929 13243 0 0 71 74 5 2 20 0 15 0 73792308 11176083456 101955 33554432000 4194304 4196468 140720967263952 139886084405680 139886662957698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39079936 140720967272619 140720967275868 140720967275868 140720967278543 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 407820 KiB

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

[startup+2489.83 s]
# the end of solver process 31162 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.92 s, system=2.1723 s

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

Child status: 143
Real time (s): 2489.83
CPU time (s): 2520.09
CPU user time (s): 2517.92
CPU system time (s): 2.1723
CPU usage (%): 101.215
Max. virtual memory (cumulated for all children) (KiB): 10917016
Max. memory (cumulated for all children) (KiB): 1029560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.92
system time used= 2.1723
maximum resident set size= 1029560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240766
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115382
involuntary context switches= 5165


# summary of solver processes directly reported to runsolver:
#   pid: 31162
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2517.92
#   total CPU system time (s): 2.1723

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3884 second user time and 22.7924 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-26 01:44:51
IDJOB=4295485
IDBENCH=141558
IDSOLVER=2751
FILE ID=node139/4295485-1532562291
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/MagicHexagon/MagicHexagon-07-0002_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-4295485-1532562291/watcher-4295485-1532562291 -o /tmp/evaluation-result-4295485-1532562291/solver-4295485-1532562291 -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=1855720598 -superng HOME/instance-4295485-1532562291.xml

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

MD5SUM BENCH= d84d4d85366018deec6903098e084e8b
RANDOM SEED=1855720598

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:        10421720 kB
MemAvailable:   29837080 kB
Buffers:          226532 kB
Cached:         19147208 kB
SwapCached:            0 kB
Active:          4951088 kB
Inactive:       16564940 kB
Active(anon):    2092892 kB
Inactive(anon):    77500 kB
Active(file):    2858196 kB
Inactive(file): 16487440 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26304 kB
Writeback:             0 kB
AnonPages:       2149788 kB
Mapped:            53296 kB
Shmem:             25228 kB
Slab:             525680 kB
SReclaimable:     498184 kB
SUnreclaim:        27496 kB
KernelStack:        3536 kB
PageTables:         9820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3003164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1914880 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-26 02:26:21