Trace number 4296114

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.06 2493.63

General information on the benchmark

NameEternity/
Eternity-11-11_c18.xml
MD5SUMb7632c186b52d4a26cd4526d5031b869
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 variables385
Number of constraints166
Number of domains2
Minimum domain size16
Maximum domain size121
Distribution of domain sizes[{"size":16,"count":264},{"size":121,"count":121}]
Minimum variable degree1
Maximum variable degree12
Distribution of variable degrees[{"degree":1,"count":10},{"degree":2,"count":374},{"degree":12,"count":1}]
Minimum constraint arity1
Maximum constraint arity121
Distribution of constraint arities[{"arity":1,"count":44},{"arity":5,"count":121},{"arity":121,"count":1}]
Number of extensional constraints121
Number of intensional constraints44
Distribution of constraint types[{"type":"extension","count":121},{"type":"intension","count":44},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4296114-1532610658/watcher-4296114-1532610658 -o /tmp/evaluation-result-4296114-1532610658/solver-4296114-1532610658 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532594593-7269 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=423025242 -superng HOME/instance-4296114-1532610658.xml 

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

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

solver pid=10166, runsolver pid=10163

[startup+0.100137 s]*
/proc/loadavg: 4.48 4.52 3.70 3/207 10223
/proc/meminfo: memFree=20028864/32770624 swapFree=67077004/67108860
[pid=10166] ppid=10163 vsize=9972712 memory=18952 CPUtime=0.1 cores=1,3,5,7
/proc/10166/stat : 10166 (java) S 10163 10166 5667 0 -1 1077944320 4352 13232 0 0 1 1 5 3 20 0 6 0 78628954 10212057088 4738 33554432000 4194304 4196468 140730922373424 140730922355968 140521271930615 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
/proc/10166/statm: 2493178 4738 1934 1 0 2481616 0
[pid=10166/tid=10219] ppid=10163 vsize=9972712 memory=4279135703946725007 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10219/stat : 10219 (java) R 10163 10166 5667 0 -1 4202560 2168 13232 0 0 0 0 5 3 20 0 6 0 78628963 10212057088 4738 33554432000 4194304 4196468 140730922373424 140521243767376 140521257613107 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10220] ppid=10163 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10220/stat : 10220 (java) S 10163 10166 5667 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 6 0 78628964 10212057088 4738 33554432000 4194304 4196468 140730922373424 140521276172688 140521271940821 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10221] ppid=10163 vsize=9972712 memory=140518926153344 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10221/stat : 10221 (java) S 10163 10166 5667 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 6 0 78628964 10212057088 4738 33554432000 4194304 4196468 140730922373424 140520845027600 140521271940821 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10222] ppid=10163 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10222/stat : 10222 (java) S 10163 10166 5667 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 6 0 78628964 10212057088 4738 33554432000 4194304 4196468 140730922373424 140520843975312 140521271940821 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10223] ppid=10163 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10223/stat : 10223 (java) S 10163 10166 5667 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 6 0 78628964 10212057088 4738 33554432000 4194304 4196468 140730922373424 140520842922512 140521271940821 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18952 KiB

[startup+0.210025 s]*
/proc/loadavg: 4.48 4.52 3.70 3/216 10232
/proc/meminfo: memFree=20007272/32770624 swapFree=67077004/67108860
[pid=10166] ppid=10163 vsize=10818936 memory=44316 CPUtime=0.26 cores=1,3,5,7
/proc/10166/stat : 10166 (java) S 10163 10166 5667 0 -1 1077944320 8909 13232 0 0 16 2 5 3 20 0 15 0 78628954 11078590464 11013 33554432000 4194304 4196468 140730922373424 140730922355968 140521271930615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
/proc/10166/statm: 2704734 11079 2970 1 0 2667157 0
[pid=10166/tid=10219] ppid=10163 vsize=10818936 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/10166/task/10219/stat : 10219 (java) R 10163 10166 5667 0 -1 4202560 5883 13232 0 0 10 1 5 3 20 0 15 0 78628963 11078590464 11396 33554432000 4194304 4196468 140730922373424 140521243755424 140521264610333 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10220] ppid=10163 vsize=10818936 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10220/stat : 10220 (java) S 10163 10166 5667 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 78628964 11078590464 11396 33554432000 4194304 4196468 140730922373424 140521276172688 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10221] ppid=10163 vsize=10818936 memory=140518926617533 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10221/stat : 10221 (java) S 10163 10166 5667 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 78628964 11078590464 11396 33554432000 4194304 4196468 140730922373424 140520845027600 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10222] ppid=10163 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10222/stat : 10222 (java) S 10163 10166 5667 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 78628964 11078590464 11396 33554432000 4194304 4196468 140730922373424 140520843975312 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10223] ppid=10163 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10223/stat : 10223 (java) S 10163 10166 5667 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 15 0 78628964 11078590464 11396 33554432000 4194304 4196468 140730922373424 140520842922512 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10224] ppid=10163 vsize=10818936 memory=140518926153344 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10224/stat : 10224 (java) S 10163 10166 5667 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 15 0 78628966 11078590464 11396 33554432000 4194304 4196468 140730922373424 140520543812208 140521271941762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10225] ppid=10163 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10225/stat : 10225 (java) S 10163 10166 5667 0 -1 1077944384 13 13232 0 0 0 0 5 3 20 0 15 0 78628966 11078590464 11396 33554432000 4194304 4196468 140730922373424 140520256955680 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10226] ppid=10163 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10226/stat : 10226 (java) S 10163 10166 5667 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 78628966 11078590464 11396 33554432000 4194304 4196468 140730922373424 140520055629424 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10227] ppid=10163 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10227/stat : 10227 (java) S 10163 10166 5667 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 78628969 11078590464 11396 33554432000 4194304 4196468 140730922373424 140519815338576 140521271949211 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10228] ppid=10163 vsize=10818936 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10166/task/10228/stat : 10228 (java) S 10163 10166 5667 0 -1 1077944384 493 13232 0 0 1 0 5 3 20 0 15 0 78628969 11078590464 11396 33554432000 4194304 4196468 140730922373424 140520542759024 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10229] ppid=10163 vsize=10818936 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/10166/task/10229/stat : 10229 (java) S 10163 10166 5667 0 -1 1077944384 90 13232 0 0 1 0 5 3 20 0 15 0 78628969 11078590464 11396 33554432000 4194304 4196468 140730922373424 140520541706224 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10230] ppid=10163 vsize=10818936 memory=140518926153344 CPUtime=0.11 cores=1,3,5,7
/proc/10166/task/10230/stat : 10230 (java) S 10163 10166 5667 0 -1 1077944384 566 13232 0 0 3 0 5 3 20 0 15 0 78628969 11078590464 11396 33554432000 4194304 4196468 140730922373424 140520540653936 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10231] ppid=10163 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10231/stat : 10231 (java) S 10163 10166 5667 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 78628969 11078590464 11396 33554432000 4194304 4196468 140730922373424 140519781779936 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10232] ppid=10163 vsize=10818904 memory=140518926153344 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10232/stat : 10232 (java) S 10163 10166 5667 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 78628969 11078557696 11396 33554432000 4194304 4196468 140730922373424 140520539601840 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 44316 KiB

[startup+0.310409 s]*
/proc/loadavg: 4.48 4.52 3.70 3/216 10232
/proc/meminfo: memFree=19993752/32770624 swapFree=67077004/67108860
[pid=10166] ppid=10163 vsize=10819352 memory=53460 CPUtime=0.39 cores=1,3,5,7
/proc/10166/stat : 10166 (java) S 10163 10166 5667 0 -1 1077944320 10460 13232 0 0 29 2 5 3 20 0 15 0 78628954 11079016448 13365 33554432000 4194304 4196468 140730922373424 140730922355968 140521271930615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
/proc/10166/statm: 2704838 13365 3089 1 0 2667149 0
[pid=10166/tid=10219] ppid=10163 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/10166/task/10219/stat : 10219 (java) R 10163 10166 5667 0 -1 4202560 7079 13232 0 0 20 1 5 3 20 0 15 0 78628963 11079016448 13365 33554432000 4194304 4196468 140730922373424 140521243742624 140521264167742 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10220] ppid=10163 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10220/stat : 10220 (java) S 10163 10166 5667 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 78628964 11079016448 13365 33554432000 4194304 4196468 140730922373424 140521276172688 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10221] ppid=10163 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10221/stat : 10221 (java) S 10163 10166 5667 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 78628964 11079016448 13365 33554432000 4194304 4196468 140730922373424 140520845027600 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10222] ppid=10163 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10222/stat : 10222 (java) S 10163 10166 5667 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 78628964 11079016448 13365 33554432000 4194304 4196468 140730922373424 140520843975312 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10223] ppid=10163 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10223/stat : 10223 (java) S 10163 10166 5667 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 15 0 78628964 11079016448 13365 33554432000 4194304 4196468 140730922373424 140520842922512 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10224] ppid=10163 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10224/stat : 10224 (java) S 10163 10166 5667 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 15 0 78628966 11079016448 13365 33554432000 4194304 4196468 140730922373424 140520543812208 140521271941762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10225] ppid=10163 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10225/stat : 10225 (java) S 10163 10166 5667 0 -1 1077944384 13 13232 0 0 0 0 5 3 20 0 15 0 78628966 11079016448 13365 33554432000 4194304 4196468 140730922373424 140520256955680 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10226] ppid=10163 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10226/stat : 10226 (java) S 10163 10166 5667 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 78628966 11079016448 13365 33554432000 4194304 4196468 140730922373424 140520055629424 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10227] ppid=10163 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10227/stat : 10227 (java) S 10163 10166 5667 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 78628969 11079016448 13365 33554432000 4194304 4196468 140730922373424 140519815338576 140521271949211 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10228] ppid=10163 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10166/task/10228/stat : 10228 (java) S 10163 10166 5667 0 -1 1077944384 493 13232 0 0 1 0 5 3 20 0 15 0 78628969 11079016448 13365 33554432000 4194304 4196468 140730922373424 140520542759024 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10229] ppid=10163 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/10166/task/10229/stat : 10229 (java) S 10163 10166 5667 0 -1 1077944384 91 13232 0 0 1 0 5 3 20 0 15 0 78628969 11079016448 13365 33554432000 4194304 4196468 140730922373424 140520541706224 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10230] ppid=10163 vsize=10819352 memory=140518926153344 CPUtime=0.13 cores=1,3,5,7
/proc/10166/task/10230/stat : 10230 (java) S 10163 10166 5667 0 -1 1077944384 586 13232 0 0 5 0 5 3 20 0 15 0 78628969 11079016448 13365 33554432000 4194304 4196468 140730922373424 140520540653936 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10231] ppid=10163 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10231/stat : 10231 (java) S 10163 10166 5667 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 78628969 11079016448 13365 33554432000 4194304 4196468 140730922373424 140519781779936 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10232] ppid=10163 vsize=10819352 memory=140518926153344 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10232/stat : 10232 (java) S 10163 10166 5667 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 78628969 11079016448 13365 33554432000 4194304 4196468 140730922373424 140520539601840 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53460 KiB

[startup+0.700764 s]
/proc/loadavg: 4.48 4.52 3.70 3/216 10232
/proc/meminfo: memFree=19984324/32770624 swapFree=67077004/67108860
[pid=10166] ppid=10163 vsize=10819352 memory=86648 CPUtime=0.99 cores=1,3,5,7
/proc/10166/stat : 10166 (java) S 10163 10166 5667 0 -1 1077944320 16749 13232 0 0 87 4 5 3 20 0 15 0 78628954 11079016448 21662 33554432000 4194304 4196468 140730922373424 140730922355968 140521271930615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
/proc/10166/statm: 2704838 21662 3237 1 0 2667149 0
[pid=10166/tid=10219] ppid=10163 vsize=10819352 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/10166/task/10219/stat : 10219 (java) R 10163 10166 5667 0 -1 4202560 12366 13232 0 0 56 3 5 3 20 0 15 0 78628963 11079016448 21662 33554432000 4194304 4196468 140730922373424 140521243751440 140521252206402 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10220] ppid=10163 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10220/stat : 10220 (java) S 10163 10166 5667 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 78628964 11079016448 21662 33554432000 4194304 4196468 140730922373424 140521276172688 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10221] ppid=10163 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10221/stat : 10221 (java) S 10163 10166 5667 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 78628964 11079016448 21662 33554432000 4194304 4196468 140730922373424 140520845027600 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10222] ppid=10163 vsize=10819352 memory=140518780711696 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10222/stat : 10222 (java) S 10163 10166 5667 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 78628964 11079016448 21662 33554432000 4194304 4196468 140730922373424 140520843975312 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10223] ppid=10163 vsize=10819352 memory=140522739991113 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10223/stat : 10223 (java) S 10163 10166 5667 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 15 0 78628964 11079016448 21662 33554432000 4194304 4196468 140730922373424 140520842922512 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10224] ppid=10163 vsize=10819352 memory=796 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10224/stat : 10224 (java) S 10163 10166 5667 0 -1 1077944384 5 13232 0 0 0 0 5 3 20 0 15 0 78628966 11079016448 21662 33554432000 4194304 4196468 140730922373424 140520543812208 140521271941762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10225] ppid=10163 vsize=10819352 memory=7014751519650764113 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10225/stat : 10225 (java) S 10163 10166 5667 0 -1 1077944384 13 13232 0 0 0 0 5 3 20 0 15 0 78628966 11079016448 21662 33554432000 4194304 4196468 140730922373424 140520256955680 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10226] ppid=10163 vsize=10819352 memory=7597123233646858610 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10226/stat : 10226 (java) S 10163 10166 5667 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 78628966 11079016448 21662 33554432000 4194304 4196468 140730922373424 140520055629424 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10227] ppid=10163 vsize=10819352 memory=3604 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10227/stat : 10227 (java) S 10163 10166 5667 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 78628969 11079016448 21662 33554432000 4194304 4196468 140730922373424 140519815338576 140521271949211 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10228] ppid=10163 vsize=10819352 memory=10916 CPUtime=0.15 cores=1,3,5,7
/proc/10166/task/10228/stat : 10228 (java) S 10163 10166 5667 0 -1 1077944384 871 13232 0 0 7 0 5 3 20 0 15 0 78628969 11079016448 21662 33554432000 4194304 4196468 140730922373424 140520542759024 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10229] ppid=10163 vsize=10819352 memory=15128 CPUtime=0.17 cores=1,3,5,7
/proc/10166/task/10229/stat : 10229 (java) S 10163 10166 5667 0 -1 1077944384 631 13232 0 0 9 0 5 3 20 0 15 0 78628969 11079016448 21662 33554432000 4194304 4196468 140730922373424 140520541706224 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10230] ppid=10163 vsize=10819352 memory=640 CPUtime=0.21 cores=1,3,5,7
/proc/10166/task/10230/stat : 10230 (java) S 10163 10166 5667 0 -1 1077944384 663 13232 0 0 13 0 5 3 20 0 15 0 78628969 11079016448 21662 33554432000 4194304 4196468 140730922373424 140520540653936 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10231] ppid=10163 vsize=10819352 memory=1760 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10231/stat : 10231 (java) S 10163 10166 5667 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 78628969 11079016448 21662 33554432000 4194304 4196468 140730922373424 140519781779936 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10232] ppid=10163 vsize=10819352 memory=960 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10232/stat : 10232 (java) S 10163 10166 5667 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 78628969 11079016448 21662 33554432000 4194304 4196468 140730922373424 140520539601840 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86648 KiB

[startup+1.50077 s]
/proc/loadavg: 4.48 4.52 3.70 4/216 10232
/proc/meminfo: memFree=19937992/32770624 swapFree=67077004/67108860
[pid=10166] ppid=10163 vsize=10832204 memory=213276 CPUtime=2.84 cores=1,3,5,7
/proc/10166/stat : 10166 (java) S 10163 10166 5667 0 -1 1077944320 23532 13232 0 0 268 8 5 3 20 0 15 0 78628954 11092176896 53319 33554432000 4194304 4196468 140730922373424 140730922355968 140521271930615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
/proc/10166/statm: 2708051 53319 3446 1 0 2669709 0
[pid=10166/tid=10219] ppid=10163 vsize=10832204 memory=63212 CPUtime=1.46 cores=1,3,5,7
/proc/10166/task/10219/stat : 10219 (java) R 10163 10166 5667 0 -1 4202560 16831 13232 0 0 133 5 5 3 20 0 15 0 78628963 11092176896 53319 33554432000 4194304 4196468 140730922373424 140521243760864 140521256011102 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10220] ppid=10163 vsize=10832204 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10220/stat : 10220 (java) S 10163 10166 5667 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 78628964 11092176896 53319 33554432000 4194304 4196468 140730922373424 140521276172688 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10221] ppid=10163 vsize=10832204 memory=281037561454752 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10221/stat : 10221 (java) S 10163 10166 5667 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 78628964 11092176896 53319 33554432000 4194304 4196468 140730922373424 140520845027600 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10222] ppid=10163 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10222/stat : 10222 (java) S 10163 10166 5667 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 78628964 11092176896 53319 33554432000 4194304 4196468 140730922373424 140520843975312 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10223] ppid=10163 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10223/stat : 10223 (java) S 10163 10166 5667 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 15 0 78628964 11092176896 53319 33554432000 4194304 4196468 140730922373424 140520842922512 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10224] ppid=10163 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10224/stat : 10224 (java) S 10163 10166 5667 0 -1 1077944384 14 13232 0 0 0 0 5 3 20 0 15 0 78628966 11092176896 53319 33554432000 4194304 4196468 140730922373424 140520543812208 140521271941762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10225] ppid=10163 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10225/stat : 10225 (java) S 10163 10166 5667 0 -1 1077944384 13 13232 0 0 0 0 5 3 20 0 15 0 78628966 11092176896 53319 33554432000 4194304 4196468 140730922373424 140520256955680 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10226] ppid=10163 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10226/stat : 10226 (java) S 10163 10166 5667 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 78628966 11092176896 53319 33554432000 4194304 4196468 140730922373424 140520055629424 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10227] ppid=10163 vsize=10832204 memory=-2746958450906831424 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10227/stat : 10227 (java) S 10163 10166 5667 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 78628969 11092176896 53319 33554432000 4194304 4196468 140730922373424 140519815338576 140521271949211 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10228] ppid=10163 vsize=10832204 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/10166/task/10228/stat : 10228 (java) R 10163 10166 5667 0 -1 4202560 1665 13232 0 0 45 0 5 3 20 0 15 0 78628969 11092176896 53319 33554432000 4194304 4196468 140730922373424 140520542759024 140521251766561 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10229] ppid=10163 vsize=10832204 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/10166/task/10229/stat : 10229 (java) S 10163 10166 5667 0 -1 1077944384 1307 13232 0 0 49 0 5 3 20 0 15 0 78628969 11092176896 53319 33554432000 4194304 4196468 140730922373424 140520541706224 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10230] ppid=10163 vsize=10832204 memory=6791534058613427641 CPUtime=0.48 cores=1,3,5,7
/proc/10166/task/10230/stat : 10230 (java) S 10163 10166 5667 0 -1 1077944384 1502 13232 0 0 39 1 5 3 20 0 15 0 78628969 11092176896 53319 33554432000 4194304 4196468 140730922373424 140520540653936 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10231] ppid=10163 vsize=10832204 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10231/stat : 10231 (java) S 10163 10166 5667 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 78628969 11092176896 53319 33554432000 4194304 4196468 140730922373424 140519781779936 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10232] ppid=10163 vsize=10832204 memory=281037561699200 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10232/stat : 10232 (java) S 10163 10166 5667 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 78628969 11092176896 53319 33554432000 4194304 4196468 140730922373424 140520539601840 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 10832204 KiB

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

/proc/10166/task/10219/stat : 10219 (java) R 10163 10166 5667 0 -1 4202560 84162 13232 0 0 231341 30 5 3 20 0 15 0 78628963 11178180608 164340 33554432000 4194304 4196468 140730922373424 140521243764400 140520892313383 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10220] ppid=10163 vsize=10916192 memory=657360 CPUtime=4.06 cores=1,3,5,7
/proc/10166/task/10220/stat : 10220 (java) S 10163 10166 5667 0 -1 1077944384 11377 13232 0 0 373 25 5 3 20 0 15 0 78628964 11178180608 164340 33554432000 4194304 4196468 140730922373424 140521276172688 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10221] ppid=10163 vsize=10916192 memory=0 CPUtime=4.05 cores=1,3,5,7
/proc/10166/task/10221/stat : 10221 (java) S 10163 10166 5667 0 -1 1077944384 12993 13232 0 0 372 25 5 3 20 0 15 0 78628964 11178180608 164340 33554432000 4194304 4196468 140730922373424 140520845027600 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10222] ppid=10163 vsize=10916192 memory=657360 CPUtime=4.06 cores=1,3,5,7
/proc/10166/task/10222/stat : 10222 (java) S 10163 10166 5667 0 -1 1077944384 13070 13232 0 0 372 26 5 3 20 0 15 0 78628964 11178180608 164340 33554432000 4194304 4196468 140730922373424 140520843975312 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10223] ppid=10163 vsize=10916192 memory=657360 CPUtime=4.06 cores=1,3,5,7
/proc/10166/task/10223/stat : 10223 (java) S 10163 10166 5667 0 -1 1077944384 10493 13232 0 0 373 25 5 3 20 0 15 0 78628964 11178180608 164340 33554432000 4194304 4196468 140730922373424 140520842922512 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10224] ppid=10163 vsize=10916192 memory=657360 CPUtime=3.11 cores=1,3,5,7
/proc/10166/task/10224/stat : 10224 (java) S 10163 10166 5667 0 -1 1077944384 11362 13232 0 0 285 18 5 3 20 0 15 0 78628966 11178180608 164340 33554432000 4194304 4196468 140730922373424 140520543812208 140521271941762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10225] ppid=10163 vsize=10916192 memory=657360 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10225/stat : 10225 (java) S 10163 10166 5667 0 -1 1077944384 17 13232 0 0 0 0 5 3 20 0 15 0 78628966 11178180608 164340 33554432000 4194304 4196468 140730922373424 140520256955808 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10226] ppid=10163 vsize=10916192 memory=657360 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10226/stat : 10226 (java) S 10163 10166 5667 0 -1 1077944384 9 13232 0 0 0 0 5 3 20 0 15 0 78628966 11178180608 164340 33554432000 4194304 4196468 140730922373424 140520055629440 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10227] ppid=10163 vsize=10916192 memory=657360 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10227/stat : 10227 (java) S 10163 10166 5667 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 78628969 11178180608 164340 33554432000 4194304 4196468 140730922373424 140519815338576 140521271949211 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10228] ppid=10163 vsize=10916192 memory=960 CPUtime=5.84 cores=1,3,5,7
/proc/10166/task/10228/stat : 10228 (java) S 10163 10166 5667 0 -1 1077944384 28591 13232 0 0 573 3 5 3 20 0 15 0 78628969 11178180608 164340 33554432000 4194304 4196468 140730922373424 140520542759024 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10229] ppid=10163 vsize=10916192 memory=657360 CPUtime=6 cores=1,3,5,7
/proc/10166/task/10229/stat : 10229 (java) S 10163 10166 5667 0 -1 1077944384 32521 13232 0 0 589 3 5 3 20 0 15 0 78628969 11178180608 164340 33554432000 4194304 4196468 140730922373424 140520541706224 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10230] ppid=10163 vsize=10916192 memory=3544 CPUtime=2.18 cores=1,3,5,7
/proc/10166/task/10230/stat : 10230 (java) S 10163 10166 5667 0 -1 1077944384 24197 13232 0 0 204 6 5 3 20 0 15 0 78628969 11178180608 164340 33554432000 4194304 4196468 140730922373424 140520540653936 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10231] ppid=10163 vsize=10916192 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10231/stat : 10231 (java) S 10163 10166 5667 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 78628969 11178180608 164340 33554432000 4194304 4196468 140730922373424 140519781779936 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10232] ppid=10163 vsize=10916192 memory=2164 CPUtime=1.4 cores=1,3,5,7
/proc/10166/task/10232/stat : 10232 (java) S 10163 10166 5667 0 -1 1077944384 2505 13232 0 0 58 74 5 3 20 0 15 0 78628969 11178180608 164340 33554432000 4194304 4196468 140730922373424 140520539601840 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
Current children cumulated CPU time: 2347.95 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 657360 KiB

[startup+2382.3 s]
/proc/loadavg: 1.33 1.40 1.64 3/216 10433
/proc/meminfo: memFree=22786588/32770624 swapFree=67077008/67108860
[pid=10166] ppid=10163 vsize=10916192 memory=657392 CPUtime=2408.21 cores=1,3,5,7
/proc/10166/stat : 10166 (java) S 10163 10166 5667 0 -1 1077944320 234634 13232 0 0 240602 211 5 3 20 0 15 0 78628954 11178180608 164348 33554432000 4194304 4196468 140730922373424 140730922355968 140521271930615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
/proc/10166/statm: 2729048 164348 3526 1 0 2690701 0
[pid=10166/tid=10219] ppid=10163 vsize=10916192 memory=657392 CPUtime=2373.6 cores=1,3,5,7
/proc/10166/task/10219/stat : 10219 (java) R 10163 10166 5667 0 -1 4202560 84534 13232 0 0 237321 31 5 3 20 0 15 0 78628963 11178180608 164348 33554432000 4194304 4196468 140730922373424 140521243764304 140520892475829 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10220] ppid=10163 vsize=10916192 memory=657360 CPUtime=4.15 cores=1,3,5,7
/proc/10166/task/10220/stat : 10220 (java) S 10163 10166 5667 0 -1 1077944384 11481 13232 0 0 382 25 5 3 20 0 15 0 78628964 11178180608 164348 33554432000 4194304 4196468 140730922373424 140521276172688 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10221] ppid=10163 vsize=10916192 memory=657388 CPUtime=4.14 cores=1,3,5,7
/proc/10166/task/10221/stat : 10221 (java) S 10163 10166 5667 0 -1 1077944384 13312 13232 0 0 381 25 5 3 20 0 15 0 78628964 11178180608 164348 33554432000 4194304 4196468 140730922373424 140520845027600 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10222] ppid=10163 vsize=10916192 memory=657388 CPUtime=4.15 cores=1,3,5,7
/proc/10166/task/10222/stat : 10222 (java) S 10163 10166 5667 0 -1 1077944384 13127 13232 0 0 381 26 5 3 20 0 15 0 78628964 11178180608 164348 33554432000 4194304 4196468 140730922373424 140520843975312 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10223] ppid=10163 vsize=10916192 memory=0 CPUtime=4.16 cores=1,3,5,7
/proc/10166/task/10223/stat : 10223 (java) S 10163 10166 5667 0 -1 1077944384 10560 13232 0 0 382 26 5 3 20 0 15 0 78628964 11178180608 164348 33554432000 4194304 4196468 140730922373424 140520842922512 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10224] ppid=10163 vsize=10916192 memory=657388 CPUtime=3.18 cores=1,3,5,7
/proc/10166/task/10224/stat : 10224 (java) S 10163 10166 5667 0 -1 1077944384 11562 13232 0 0 291 19 5 3 20 0 15 0 78628966 11178180608 164348 33554432000 4194304 4196468 140730922373424 140520543812208 140521271941762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10225] ppid=10163 vsize=10916192 memory=657392 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10225/stat : 10225 (java) S 10163 10166 5667 0 -1 1077944384 17 13232 0 0 0 0 5 3 20 0 15 0 78628966 11178180608 164348 33554432000 4194304 4196468 140730922373424 140520256955808 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10226] ppid=10163 vsize=10916192 memory=657392 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10226/stat : 10226 (java) S 10163 10166 5667 0 -1 1077944384 9 13232 0 0 0 0 5 3 20 0 15 0 78628966 11178180608 164348 33554432000 4194304 4196468 140730922373424 140520055629440 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10227] ppid=10163 vsize=10916192 memory=657388 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10227/stat : 10227 (java) S 10163 10166 5667 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 78628969 11178180608 164348 33554432000 4194304 4196468 140730922373424 140519815338576 140521271949211 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10228] ppid=10163 vsize=10916192 memory=657392 CPUtime=5.84 cores=1,3,5,7
/proc/10166/task/10228/stat : 10228 (java) S 10163 10166 5667 0 -1 1077944384 28593 13232 0 0 573 3 5 3 20 0 15 0 78628969 11178180608 164348 33554432000 4194304 4196468 140730922373424 140520542759024 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10229] ppid=10163 vsize=10916192 memory=657392 CPUtime=6 cores=1,3,5,7
/proc/10166/task/10229/stat : 10229 (java) S 10163 10166 5667 0 -1 1077944384 32524 13232 0 0 589 3 5 3 20 0 15 0 78628969 11178180608 164348 33554432000 4194304 4196468 140730922373424 140520541706224 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10230] ppid=10163 vsize=10916192 memory=2164 CPUtime=2.18 cores=1,3,5,7
/proc/10166/task/10230/stat : 10230 (java) S 10163 10166 5667 0 -1 1077944384 24199 13232 0 0 204 6 5 3 20 0 15 0 78628969 11178180608 164348 33554432000 4194304 4196468 140730922373424 140520540653936 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10231] ppid=10163 vsize=10916192 memory=3700 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10231/stat : 10231 (java) S 10163 10166 5667 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 78628969 11178180608 164348 33554432000 4194304 4196468 140730922373424 140519781779936 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10232] ppid=10163 vsize=10916192 memory=3544 CPUtime=1.43 cores=1,3,5,7
/proc/10166/task/10232/stat : 10232 (java) S 10163 10166 5667 0 -1 1077944384 2523 13232 0 0 59 76 5 3 20 0 15 0 78628969 11178180608 164348 33554432000 4194304 4196468 140730922373424 140520539601840 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
Current children cumulated CPU time: 2408.21 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 657392 KiB

[startup+2442.3 s]
/proc/loadavg: 1.40 1.41 1.63 3/216 10434
/proc/meminfo: memFree=22784112/32770624 swapFree=67077008/67108860
[pid=10166] ppid=10163 vsize=10916192 memory=659488 CPUtime=2468.47 cores=1,3,5,7
/proc/10166/stat : 10166 (java) S 10163 10166 5667 0 -1 1077944320 236045 13232 0 0 246624 215 5 3 20 0 15 0 78628954 11178180608 164872 33554432000 4194304 4196468 140730922373424 140730922355968 140521271930615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
/proc/10166/statm: 2729048 164872 3526 1 0 2690701 0
[pid=10166/tid=10219] ppid=10163 vsize=10916192 memory=659468 CPUtime=2433.37 cores=1,3,5,7
/proc/10166/task/10219/stat : 10219 (java) R 10163 10166 5667 0 -1 4202560 85157 13232 0 0 243298 31 5 3 20 0 15 0 78628963 11178180608 164872 33554432000 4194304 4196468 140730922373424 140521243764496 140520883446830 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10220] ppid=10163 vsize=10916192 memory=657360 CPUtime=4.24 cores=1,3,5,7
/proc/10166/task/10220/stat : 10220 (java) S 10163 10166 5667 0 -1 1077944384 11529 13232 0 0 391 25 5 3 20 0 15 0 78628964 11178180608 164872 33554432000 4194304 4196468 140730922373424 140521276172688 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10221] ppid=10163 vsize=10916192 memory=657388 CPUtime=4.25 cores=1,3,5,7
/proc/10166/task/10221/stat : 10221 (java) S 10163 10166 5667 0 -1 1077944384 13349 13232 0 0 391 26 5 3 20 0 15 0 78628964 11178180608 164872 33554432000 4194304 4196468 140730922373424 140520845027600 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10222] ppid=10163 vsize=10916192 memory=657392 CPUtime=4.24 cores=1,3,5,7
/proc/10166/task/10222/stat : 10222 (java) S 10163 10166 5667 0 -1 1077944384 13274 13232 0 0 390 26 5 3 20 0 15 0 78628964 11178180608 164872 33554432000 4194304 4196468 140730922373424 140520843975312 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10223] ppid=10163 vsize=10916192 memory=657392 CPUtime=4.25 cores=1,3,5,7
/proc/10166/task/10223/stat : 10223 (java) S 10163 10166 5667 0 -1 1077944384 10949 13232 0 0 391 26 5 3 20 0 15 0 78628964 11178180608 164872 33554432000 4194304 4196468 140730922373424 140520842922512 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10224] ppid=10163 vsize=10916192 memory=657392 CPUtime=3.25 cores=1,3,5,7
/proc/10166/task/10224/stat : 10224 (java) S 10163 10166 5667 0 -1 1077944384 11718 13232 0 0 298 19 5 3 20 0 15 0 78628966 11178180608 164872 33554432000 4194304 4196468 140730922373424 140520543812208 140521271941762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10225] ppid=10163 vsize=10916192 memory=659468 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10225/stat : 10225 (java) S 10163 10166 5667 0 -1 1077944384 17 13232 0 0 0 0 5 3 20 0 15 0 78628966 11178180608 164872 33554432000 4194304 4196468 140730922373424 140520256955808 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10226] ppid=10163 vsize=10916192 memory=659468 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10226/stat : 10226 (java) S 10163 10166 5667 0 -1 1077944384 9 13232 0 0 0 0 5 3 20 0 15 0 78628966 11178180608 164872 33554432000 4194304 4196468 140730922373424 140520055629440 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10227] ppid=10163 vsize=10916192 memory=659468 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10227/stat : 10227 (java) S 10163 10166 5667 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 78628969 11178180608 164872 33554432000 4194304 4196468 140730922373424 140519815338576 140521271949211 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10228] ppid=10163 vsize=10916192 memory=659468 CPUtime=5.85 cores=1,3,5,7
/proc/10166/task/10228/stat : 10228 (java) S 10163 10166 5667 0 -1 1077944384 28595 13232 0 0 573 4 5 3 20 0 15 0 78628969 11178180608 164872 33554432000 4194304 4196468 140730922373424 140520542759024 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10229] ppid=10163 vsize=10916192 memory=659468 CPUtime=6 cores=1,3,5,7
/proc/10166/task/10229/stat : 10229 (java) S 10163 10166 5667 0 -1 1077944384 32526 13232 0 0 589 3 5 3 20 0 15 0 78628969 11178180608 164872 33554432000 4194304 4196468 140730922373424 140520541706224 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10230] ppid=10163 vsize=10916192 memory=659488 CPUtime=2.18 cores=1,3,5,7
/proc/10166/task/10230/stat : 10230 (java) S 10163 10166 5667 0 -1 1077944384 24201 13232 0 0 204 6 5 3 20 0 15 0 78628969 11178180608 164872 33554432000 4194304 4196468 140730922373424 140520540653936 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10231] ppid=10163 vsize=10916192 memory=659468 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10231/stat : 10231 (java) S 10163 10166 5667 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 78628969 11178180608 164872 33554432000 4194304 4196468 140730922373424 140519781779936 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10232] ppid=10163 vsize=10916192 memory=659468 CPUtime=1.46 cores=1,3,5,7
/proc/10166/task/10232/stat : 10232 (java) S 10163 10166 5667 0 -1 1077944384 2528 13232 0 0 60 78 5 3 20 0 15 0 78628969 11178180608 164872 33554432000 4194304 4196468 140730922373424 140520539601840 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
Current children cumulated CPU time: 2468.47 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 659488 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2493.6 s]
/proc/loadavg: 1.30 1.39 1.61 3/216 10434
/proc/meminfo: memFree=22804040/32770624 swapFree=67077008/67108860
[pid=10166] ppid=10163 vsize=10916192 memory=644104 CPUtime=2520.02 cores=1,3,5,7
/proc/10166/stat : 10166 (java) S 10163 10166 5667 0 -1 1077944320 236545 13232 0 0 251776 218 5 3 20 0 15 0 78628954 11178180608 161026 33554432000 4194304 4196468 140730922373424 140730922355968 140521271930615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
/proc/10166/statm: 2729048 161026 3526 1 0 2690701 0
[pid=10166/tid=10219] ppid=10163 vsize=10916192 memory=4126316290023845779 CPUtime=2484.45 cores=1,3,5,7
/proc/10166/task/10219/stat : 10219 (java) R 10163 10166 5667 0 -1 4202560 85417 13232 0 0 248406 31 5 3 20 0 15 0 78628963 11178180608 161026 33554432000 4194304 4196468 140730922373424 140521243764480 140520892314463 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10220] ppid=10163 vsize=10916192 memory=916 CPUtime=4.34 cores=1,3,5,7
/proc/10166/task/10220/stat : 10220 (java) S 10163 10166 5667 0 -1 1077944384 11560 13232 0 0 400 26 5 3 20 0 15 0 78628964 11178180608 161026 33554432000 4194304 4196468 140730922373424 140521276172688 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10221] ppid=10163 vsize=10916192 memory=1408 CPUtime=4.33 cores=1,3,5,7
/proc/10166/task/10221/stat : 10221 (java) S 10163 10166 5667 0 -1 1077944384 13436 13232 0 0 399 26 5 3 20 0 15 0 78628964 11178180608 161026 33554432000 4194304 4196468 140730922373424 140520845027600 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10222] ppid=10163 vsize=10916192 memory=3296 CPUtime=4.33 cores=1,3,5,7
/proc/10166/task/10222/stat : 10222 (java) S 10163 10166 5667 0 -1 1077944384 13307 13232 0 0 399 26 5 3 20 0 15 0 78628964 11178180608 161026 33554432000 4194304 4196468 140730922373424 140520843975312 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10223] ppid=10163 vsize=10916192 memory=6791534058613427641 CPUtime=4.34 cores=1,3,5,7
/proc/10166/task/10223/stat : 10223 (java) S 10163 10166 5667 0 -1 1077944384 10963 13232 0 0 400 26 5 3 20 0 15 0 78628964 11178180608 161026 33554432000 4194304 4196468 140730922373424 140520842922512 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10224] ppid=10163 vsize=10916192 memory=796 CPUtime=3.31 cores=1,3,5,7
/proc/10166/task/10224/stat : 10224 (java) S 10163 10166 5667 0 -1 1077944384 11777 13232 0 0 304 19 5 3 20 0 15 0 78628966 11178180608 161026 33554432000 4194304 4196468 140730922373424 140520543812208 140521271941762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10225] ppid=10163 vsize=10916192 memory=1008 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10225/stat : 10225 (java) S 10163 10166 5667 0 -1 1077944384 17 13232 0 0 0 0 5 3 20 0 15 0 78628966 11178180608 161026 33554432000 4194304 4196468 140730922373424 140520256955808 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10226] ppid=10163 vsize=10916192 memory=15316 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10226/stat : 10226 (java) S 10163 10166 5667 0 -1 1077944384 9 13232 0 0 0 0 5 3 20 0 15 0 78628966 11178180608 161026 33554432000 4194304 4196468 140730922373424 140520055629440 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10227] ppid=10163 vsize=10916192 memory=1828 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10227/stat : 10227 (java) S 10163 10166 5667 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 78628969 11178180608 161026 33554432000 4194304 4196468 140730922373424 140519815338576 140521271949211 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10228] ppid=10163 vsize=10916192 memory=800 CPUtime=5.85 cores=1,3,5,7
/proc/10166/task/10228/stat : 10228 (java) S 10163 10166 5667 0 -1 1077944384 28595 13232 0 0 573 4 5 3 20 0 15 0 78628969 11178180608 161026 33554432000 4194304 4196468 140730922373424 140520542759024 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10229] ppid=10163 vsize=10916192 memory=5204 CPUtime=6 cores=1,3,5,7
/proc/10166/task/10229/stat : 10229 (java) S 10163 10166 5667 0 -1 1077944384 32526 13232 0 0 589 3 5 3 20 0 15 0 78628969 11178180608 161026 33554432000 4194304 4196468 140730922373424 140520541706224 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10230] ppid=10163 vsize=10916192 memory=12816 CPUtime=2.18 cores=1,3,5,7
/proc/10166/task/10230/stat : 10230 (java) S 10163 10166 5667 0 -1 1077944384 24201 13232 0 0 204 6 5 3 20 0 15 0 78628969 11178180608 161026 33554432000 4194304 4196468 140730922373424 140520540653936 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10231] ppid=10163 vsize=10916192 memory=1332 CPUtime=0.08 cores=1,3,5,7
/proc/10166/task/10231/stat : 10231 (java) S 10163 10166 5667 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 78628969 11178180608 161026 33554432000 4194304 4196468 140730922373424 140519781779936 140521271940821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
[pid=10166/tid=10232] ppid=10163 vsize=10916192 memory=1508 CPUtime=1.49 cores=1,3,5,7
/proc/10166/task/10232/stat : 10232 (java) S 10163 10166 5667 0 -1 1077944384 2544 13232 0 0 61 80 5 3 20 0 15 0 78628969 11178180608 161026 33554432000 4194304 4196468 140730922373424 140520539601840 140521271941762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34689024 140730922379436 140730922382684 140730922382684 140730922385359 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 644104 KiB

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

[startup+2493.63 s]
# the end of solver process 10166 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.84 s, system=2.22582 s

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

Child status: 143
Real time (s): 2493.63
CPU time (s): 2520.06
CPU user time (s): 2517.84
CPU system time (s): 2.22582
CPU usage (%): 101.06
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 1263096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.84
system time used= 2.22581
maximum resident set size= 1263096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250799
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120338
involuntary context switches= 3724


# summary of solver processes directly reported to runsolver:
#   pid: 10166
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2517.84
#   total CPU system time (s): 2.22582

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9153 second user time and 22.5443 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-26 15:10:58
IDJOB=4296114
IDBENCH=141654
IDSOLVER=2751
FILE ID=node102/4296114-1532610658
RUNJOBID= node102-1532594593-7269
PBS_JOBID= 21021970
Free space on /tmp= 52720 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Eternity/Eternity-11-11_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-4296114-1532610658/watcher-4296114-1532610658 -o /tmp/evaluation-result-4296114-1532610658/solver-4296114-1532610658 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532594593-7269 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=423025242 -superng HOME/instance-4296114-1532610658.xml

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

MD5SUM BENCH= b7632c186b52d4a26cd4526d5031b869
RANDOM SEED=423025242

node102.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.51
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.51
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.51
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.51
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:        20034708 kB
MemAvailable:   27784836 kB
Buffers:          192280 kB
Cached:          7793916 kB
SwapCached:         5292 kB
Active:          5527848 kB
Inactive:        6662120 kB
Active(anon):    4175024 kB
Inactive(anon):    53648 kB
Active(file):    1352824 kB
Inactive(file):  6608472 kB
Unevictable:        6616 kB
Mlocked:            6616 kB
SwapTotal:      67108860 kB
SwapFree:       67077004 kB
Dirty:             27188 kB
Writeback:             0 kB
AnonPages:       4101880 kB
Mapped:            47100 kB
Shmem:             21936 kB
Slab:             237072 kB
SReclaimable:     209336 kB
SUnreclaim:        27736 kB
KernelStack:        3808 kB
PageTables:        12964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5396244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3858432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52692 MiB
End job on node102 at 2018-07-26 15:52:32