Trace number 4296096

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.14 2491.64

General information on the benchmark

NameEternity/
Eternity-10-06_c18.xml
MD5SUM059f43a1252946c8053c49ce4c65015d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark211.828
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints93
Number of domains2
Minimum domain size11
Maximum domain size60
Distribution of domain sizes[{"size":11,"count":136},{"size":60,"count":60}]
Minimum variable degree1
Maximum variable degree11
Distribution of variable degrees[{"degree":1,"count":9},{"degree":2,"count":186},{"degree":11,"count":1}]
Minimum constraint arity1
Maximum constraint arity60
Distribution of constraint arities[{"arity":1,"count":32},{"arity":5,"count":60},{"arity":60,"count":1}]
Number of extensional constraints60
Number of intensional constraints32
Distribution of constraint types[{"type":"extension","count":60},{"type":"intension","count":32},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4296096-1532610394/watcher-4296096-1532610394 -o /tmp/evaluation-result-4296096-1532610394/solver-4296096-1532610394 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532594793-3954 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1344434178 -superng HOME/instance-4296096-1532610394.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=7234, runsolver pid=7231

[startup+0.10089 s]*
/proc/loadavg: 7.06 6.84 4.60 3/209 7291
/proc/meminfo: memFree=22519720/32770624 swapFree=67108860/67108860
[pid=7234] ppid=7231 vsize=9972712 memory=16948 CPUtime=0.08 cores=0,2,4,6
/proc/7234/stat : 7234 (java) S 7231 7234 2275 0 -1 1077944320 4419 12996 0 0 1 0 5 2 20 0 6 0 78602630 10212057088 4237 33554432000 4194304 4196468 140726422197056 140726422179600 140649380241143 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
/proc/7234/statm: 2493178 4237 1934 1 0 2481616 0
[pid=7234/tid=7287] ppid=7231 vsize=9972712 memory=4718545630382498451 CPUtime=0.08 cores=0,2,4,6
/proc/7234/task/7287/stat : 7287 (java) R 7231 7234 2275 0 -1 4202560 2248 12996 0 0 1 0 5 2 20 0 6 0 78602639 10212057088 4303 33554432000 4194304 4196468 140726422197056 140649352077904 140649364321630 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7288] ppid=7231 vsize=9972712 memory=5793854930558454201 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7288/stat : 7288 (java) S 7231 7234 2275 0 -1 1077944384 1 12996 0 0 0 0 5 2 20 0 6 0 78602639 10212057088 4303 33554432000 4194304 4196468 140726422197056 140649384483728 140649380251349 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7289] ppid=7231 vsize=9972712 memory=139679548561024 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7289/stat : 7289 (java) S 7231 7234 2275 0 -1 1077944384 1 12996 0 0 0 0 5 2 20 0 6 0 78602639 10212057088 4303 33554432000 4194304 4196468 140726422197056 140648953649936 140649380251349 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7290] ppid=7231 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7290/stat : 7290 (java) S 7231 7234 2275 0 -1 1077944384 1 12996 0 0 0 0 5 2 20 0 6 0 78602639 10212057088 4303 33554432000 4194304 4196468 140726422197056 140648952597648 140649380251349 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7291] ppid=7231 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7291/stat : 7291 (java) S 7231 7234 2275 0 -1 1077944384 2 12996 0 0 0 0 5 2 20 0 6 0 78602639 10212057088 4303 33554432000 4194304 4196468 140726422197056 140648951544848 140649380251349 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16948 KiB

[startup+0.210094 s]*
/proc/loadavg: 7.06 6.84 4.60 4/218 7300
/proc/meminfo: memFree=22490656/32770624 swapFree=67108860/67108860
[pid=7234] ppid=7231 vsize=10818856 memory=47256 CPUtime=0.26 cores=0,2,4,6
/proc/7234/stat : 7234 (java) S 7231 7234 2275 0 -1 1077944320 8644 12996 0 0 17 2 5 2 20 0 15 0 78602630 11078508544 11814 33554432000 4194304 4196468 140726422197056 140726422179600 140649380241143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
/proc/7234/statm: 2704714 11814 2961 1 0 2667149 0
[pid=7234/tid=7287] ppid=7231 vsize=10818856 memory=-2899909650764262549 CPUtime=0.18 cores=0,2,4,6
/proc/7234/task/7287/stat : 7287 (java) R 7231 7234 2275 0 -1 4202560 5296 12996 0 0 10 1 5 2 20 0 15 0 78602639 11078508544 11814 33554432000 4194304 4196468 140726422197056 140649352038800 140649361804703 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7288] ppid=7231 vsize=10818856 memory=4211973405753351562 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7288/stat : 7288 (java) S 7231 7234 2275 0 -1 1077944384 1 12996 0 0 0 0 5 2 20 0 15 0 78602639 11078508544 11814 33554432000 4194304 4196468 140726422197056 140649384483728 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7289] ppid=7231 vsize=10818856 memory=139679548561024 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7289/stat : 7289 (java) S 7231 7234 2275 0 -1 1077944384 1 12996 0 0 0 0 5 2 20 0 15 0 78602639 11078508544 11814 33554432000 4194304 4196468 140726422197056 140648953649936 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7290] ppid=7231 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7290/stat : 7290 (java) S 7231 7234 2275 0 -1 1077944384 1 12996 0 0 0 0 5 2 20 0 15 0 78602639 11078508544 11814 33554432000 4194304 4196468 140726422197056 140648952597648 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7291] ppid=7231 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7291/stat : 7291 (java) S 7231 7234 2275 0 -1 1077944384 2 12996 0 0 0 0 5 2 20 0 15 0 78602639 11078508544 11814 33554432000 4194304 4196468 140726422197056 140648951544848 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7292] ppid=7231 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7292/stat : 7292 (java) S 7231 7234 2275 0 -1 1077944384 2 12996 0 0 0 0 5 2 20 0 15 0 78602641 11078508544 11814 33554432000 4194304 4196468 140726422197056 140648906918000 140649380252290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7293] ppid=7231 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7293/stat : 7293 (java) S 7231 7234 2275 0 -1 1077944384 13 12996 0 0 0 0 5 2 20 0 15 0 78602641 11078508544 11814 33554432000 4194304 4196468 140726422197056 140648837538592 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7294] ppid=7231 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7294/stat : 7294 (java) S 7231 7234 2275 0 -1 1077944384 1 12996 0 0 0 0 5 2 20 0 15 0 78602642 11078508544 11814 33554432000 4194304 4196468 140726422197056 140648367776880 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7295] ppid=7231 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7295/stat : 7295 (java) S 7231 7234 2275 0 -1 1077944384 2 12996 0 0 0 0 5 2 20 0 15 0 78602644 11078508544 11814 33554432000 4194304 4196468 140726422197056 140648099342416 140649380259739 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7296] ppid=7231 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7234/task/7296/stat : 7296 (java) S 7231 7234 2275 0 -1 1077944384 486 12996 0 0 1 0 5 2 20 0 15 0 78602644 11078508544 11814 33554432000 4194304 4196468 140726422197056 140648905865840 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7297] ppid=7231 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7234/task/7297/stat : 7297 (java) S 7231 7234 2275 0 -1 1077944384 89 12996 0 0 1 0 5 2 20 0 15 0 78602644 11078508544 11814 33554432000 4194304 4196468 140726422197056 140648803981808 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7298] ppid=7231 vsize=10818856 memory=139679548561024 CPUtime=0.1 cores=0,2,4,6
/proc/7234/task/7298/stat : 7298 (java) S 7231 7234 2275 0 -1 1077944384 554 12996 0 0 3 0 5 2 20 0 15 0 78602645 11078508544 11814 33554432000 4194304 4196468 140726422197056 140648802929520 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7299] ppid=7231 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7299/stat : 7299 (java) S 7231 7234 2275 0 -1 1077944384 3 12996 0 0 0 0 5 2 20 0 15 0 78602645 11078508544 11814 33554432000 4194304 4196468 140726422197056 140647629581280 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7300] ppid=7231 vsize=10818856 memory=139679548561024 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7300/stat : 7300 (java) S 7231 7234 2275 0 -1 1077944384 1 12996 0 0 0 0 5 2 20 0 15 0 78602645 11078508544 11814 33554432000 4194304 4196468 140726422197056 140648801876400 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 47256 KiB

[startup+0.310681 s]*
/proc/loadavg: 7.06 6.84 4.60 3/218 7300
/proc/meminfo: memFree=22482468/32770624 swapFree=67108860/67108860
[pid=7234] ppid=7231 vsize=10819352 memory=58660 CPUtime=0.38 cores=0,2,4,6
/proc/7234/stat : 7234 (java) S 7231 7234 2275 0 -1 1077944320 10661 12996 0 0 28 3 5 2 20 0 15 0 78602630 11079016448 14665 33554432000 4194304 4196468 140726422197056 140726422179600 140649380241143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
/proc/7234/statm: 2704838 14665 3092 1 0 2667149 0
[pid=7234/tid=7287] ppid=7231 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/7234/task/7287/stat : 7287 (java) R 7231 7234 2275 0 -1 4202560 7307 12996 0 0 19 2 5 2 20 0 15 0 78602639 11079016448 14665 33554432000 4194304 4196468 140726422197056 140649352053152 140649361804640 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7288] ppid=7231 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7288/stat : 7288 (java) S 7231 7234 2275 0 -1 1077944384 1 12996 0 0 0 0 5 2 20 0 15 0 78602639 11079016448 14665 33554432000 4194304 4196468 140726422197056 140649384483728 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7289] ppid=7231 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7289/stat : 7289 (java) S 7231 7234 2275 0 -1 1077944384 1 12996 0 0 0 0 5 2 20 0 15 0 78602639 11079016448 14665 33554432000 4194304 4196468 140726422197056 140648953649936 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7290] ppid=7231 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7290/stat : 7290 (java) S 7231 7234 2275 0 -1 1077944384 1 12996 0 0 0 0 5 2 20 0 15 0 78602639 11079016448 14665 33554432000 4194304 4196468 140726422197056 140648952597648 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7291] ppid=7231 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7291/stat : 7291 (java) S 7231 7234 2275 0 -1 1077944384 2 12996 0 0 0 0 5 2 20 0 15 0 78602639 11079016448 14665 33554432000 4194304 4196468 140726422197056 140648951544848 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7292] ppid=7231 vsize=10819352 memory=139679548561023 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7292/stat : 7292 (java) S 7231 7234 2275 0 -1 1077944384 2 12996 0 0 0 0 5 2 20 0 15 0 78602641 11079016448 14665 33554432000 4194304 4196468 140726422197056 140648906918000 140649380252290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7293] ppid=7231 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7293/stat : 7293 (java) S 7231 7234 2275 0 -1 1077944384 13 12996 0 0 0 0 5 2 20 0 15 0 78602641 11079016448 14665 33554432000 4194304 4196468 140726422197056 140648837538592 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7294] ppid=7231 vsize=10819352 memory=139679548561024 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7294/stat : 7294 (java) S 7231 7234 2275 0 -1 1077944384 1 12996 0 0 0 0 5 2 20 0 15 0 78602642 11079016448 14665 33554432000 4194304 4196468 140726422197056 140648367776880 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7295] ppid=7231 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7295/stat : 7295 (java) S 7231 7234 2275 0 -1 1077944384 2 12996 0 0 0 0 5 2 20 0 15 0 78602644 11079016448 14665 33554432000 4194304 4196468 140726422197056 140648099342416 140649380259739 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7296] ppid=7231 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7234/task/7296/stat : 7296 (java) S 7231 7234 2275 0 -1 1077944384 486 12996 0 0 1 0 5 2 20 0 15 0 78602644 11079016448 14665 33554432000 4194304 4196468 140726422197056 140648905865840 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7297] ppid=7231 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7234/task/7297/stat : 7297 (java) S 7231 7234 2275 0 -1 1077944384 90 12996 0 0 1 0 5 2 20 0 15 0 78602644 11079016448 14665 33554432000 4194304 4196468 140726422197056 140648803981808 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7298] ppid=7231 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/7234/task/7298/stat : 7298 (java) S 7231 7234 2275 0 -1 1077944384 559 12996 0 0 5 0 5 2 20 0 15 0 78602645 11079016448 14665 33554432000 4194304 4196468 140726422197056 140648802929520 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7299] ppid=7231 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7299/stat : 7299 (java) S 7231 7234 2275 0 -1 1077944384 3 12996 0 0 0 0 5 2 20 0 15 0 78602645 11079016448 14665 33554432000 4194304 4196468 140726422197056 140647629581280 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7300] ppid=7231 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7300/stat : 7300 (java) S 7231 7234 2275 0 -1 1077944384 1 12996 0 0 0 0 5 2 20 0 15 0 78602645 11079016448 14665 33554432000 4194304 4196468 140726422197056 140648801876400 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 58660 KiB

[startup+0.7008 s]
/proc/loadavg: 7.06 6.84 4.60 3/218 7300
/proc/meminfo: memFree=22471144/32770624 swapFree=67108860/67108860
[pid=7234] ppid=7231 vsize=10819352 memory=90784 CPUtime=0.98 cores=0,2,4,6
/proc/7234/stat : 7234 (java) S 7231 7234 2275 0 -1 1077944320 16827 12996 0 0 87 4 5 2 20 0 15 0 78602630 11079016448 22696 33554432000 4194304 4196468 140726422197056 140726422179600 140649380241143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
/proc/7234/statm: 2704838 22696 3238 1 0 2667149 0
[pid=7234/tid=7287] ppid=7231 vsize=10819352 memory=23500 CPUtime=0.65 cores=0,2,4,6
/proc/7234/task/7287/stat : 7287 (java) R 7231 7234 2275 0 -1 4202560 12546 12996 0 0 55 3 5 2 20 0 15 0 78602639 11079016448 22696 33554432000 4194304 4196468 140726422197056 140649352061432 140649380263069 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7288] ppid=7231 vsize=10819352 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7288/stat : 7288 (java) S 7231 7234 2275 0 -1 1077944384 1 12996 0 0 0 0 5 2 20 0 15 0 78602639 11079016448 22696 33554432000 4194304 4196468 140726422197056 140649384483728 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7289] ppid=7231 vsize=10819352 memory=139679450309107 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7289/stat : 7289 (java) S 7231 7234 2275 0 -1 1077944384 1 12996 0 0 0 0 5 2 20 0 15 0 78602639 11079016448 22696 33554432000 4194304 4196468 140726422197056 140648953649936 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7290] ppid=7231 vsize=10819352 memory=139680926401419 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7290/stat : 7290 (java) S 7231 7234 2275 0 -1 1077944384 1 12996 0 0 0 0 5 2 20 0 15 0 78602639 11079016448 22696 33554432000 4194304 4196468 140726422197056 140648952597648 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7291] ppid=7231 vsize=10819352 memory=1792 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7291/stat : 7291 (java) S 7231 7234 2275 0 -1 1077944384 2 12996 0 0 0 0 5 2 20 0 15 0 78602639 11079016448 22696 33554432000 4194304 4196468 140726422197056 140648951544848 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7292] ppid=7231 vsize=10819352 memory=6296143700806424935 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7292/stat : 7292 (java) S 7231 7234 2275 0 -1 1077944384 5 12996 0 0 0 0 5 2 20 0 15 0 78602641 11079016448 22696 33554432000 4194304 4196468 140726422197056 140648906918000 140649380252290 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7293] ppid=7231 vsize=10819352 memory=8099279071866868837 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7293/stat : 7293 (java) S 7231 7234 2275 0 -1 1077944384 13 12996 0 0 0 0 5 2 20 0 15 0 78602641 11079016448 22696 33554432000 4194304 4196468 140726422197056 140648837538592 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7294] ppid=7231 vsize=10819352 memory=6004820471124940137 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7294/stat : 7294 (java) S 7231 7234 2275 0 -1 1077944384 1 12996 0 0 0 0 5 2 20 0 15 0 78602642 11079016448 22696 33554432000 4194304 4196468 140726422197056 140648367776880 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7295] ppid=7231 vsize=10819352 memory=3054156605368933524 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7295/stat : 7295 (java) S 7231 7234 2275 0 -1 1077944384 2 12996 0 0 0 0 5 2 20 0 15 0 78602644 11079016448 22696 33554432000 4194304 4196468 140726422197056 140648099342416 140649380259739 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7296] ppid=7231 vsize=10819352 memory=8326441112149131689 CPUtime=0.16 cores=0,2,4,6
/proc/7234/task/7296/stat : 7296 (java) S 7231 7234 2275 0 -1 1077944384 1090 12996 0 0 9 0 5 2 20 0 15 0 78602644 11079016448 22696 33554432000 4194304 4196468 140726422197056 140648905865840 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7297] ppid=7231 vsize=10819352 memory=-7025452035940392864 CPUtime=0.15 cores=0,2,4,6
/proc/7234/task/7297/stat : 7297 (java) S 7231 7234 2275 0 -1 1077944384 374 12996 0 0 8 0 5 2 20 0 15 0 78602644 11079016448 22696 33554432000 4194304 4196468 140726422197056 140648803981808 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7298] ppid=7231 vsize=10819352 memory=6944656592452807326 CPUtime=0.2 cores=0,2,4,6
/proc/7234/task/7298/stat : 7298 (java) S 7231 7234 2275 0 -1 1077944384 595 12996 0 0 13 0 5 2 20 0 15 0 78602645 11079016448 22696 33554432000 4194304 4196468 140726422197056 140648802929520 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7299] ppid=7231 vsize=10819352 memory=-9178176116494409632 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7299/stat : 7299 (java) S 7231 7234 2275 0 -1 1077944384 3 12996 0 0 0 0 5 2 20 0 15 0 78602645 11079016448 22696 33554432000 4194304 4196468 140726422197056 140647629581280 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7300] ppid=7231 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7300/stat : 7300 (java) S 7231 7234 2275 0 -1 1077944384 1 12996 0 0 0 0 5 2 20 0 15 0 78602645 11079016448 22696 33554432000 4194304 4196468 140726422197056 140648801876400 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90784 KiB

[startup+1.50079 s]
/proc/loadavg: 6.57 6.74 4.58 3/218 7300
/proc/meminfo: memFree=22413020/32770624 swapFree=67108860/67108860
[pid=7234] ppid=7231 vsize=10834252 memory=200852 CPUtime=2.71 cores=0,2,4,6
/proc/7234/stat : 7234 (java) S 7231 7234 2275 0 -1 1077944320 25161 12996 0 0 253 11 5 2 20 0 15 0 78602630 11094274048 50213 33554432000 4194304 4196468 140726422197056 140726422179600 140649380241143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
/proc/7234/statm: 2708563 50213 3476 1 0 2670221 0
[pid=7234/tid=7287] ppid=7231 vsize=10834252 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/7234/task/7287/stat : 7287 (java) R 7231 7234 2275 0 -1 4202560 17696 12996 0 0 129 6 5 2 20 0 15 0 78602639 11094274048 50213 33554432000 4194304 4196468 140726422197056 140649352058272 140649380263069 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7288] ppid=7231 vsize=10834252 memory=104472 CPUtime=0.08 cores=0,2,4,6
/proc/7234/task/7288/stat : 7288 (java) S 7231 7234 2275 0 -1 1077944384 188 12996 0 0 1 0 5 2 20 0 15 0 78602639 11094274048 50213 33554432000 4194304 4196468 140726422197056 140649384483728 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7289] ppid=7231 vsize=10834252 memory=5790086053191909267 CPUtime=0.08 cores=0,2,4,6
/proc/7234/task/7289/stat : 7289 (java) S 7231 7234 2275 0 -1 1077944384 19 12996 0 0 1 0 5 2 20 0 15 0 78602639 11094274048 50213 33554432000 4194304 4196468 140726422197056 140648953649936 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7290] ppid=7231 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7234/task/7290/stat : 7290 (java) S 7231 7234 2275 0 -1 1077944384 54 12996 0 0 1 0 5 2 20 0 15 0 78602639 11094274048 50213 33554432000 4194304 4196468 140726422197056 140648952597648 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7291] ppid=7231 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7234/task/7291/stat : 7291 (java) S 7231 7234 2275 0 -1 1077944384 32 12996 0 0 1 0 5 2 20 0 15 0 78602639 11094274048 50213 33554432000 4194304 4196468 140726422197056 140648951544848 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7292] ppid=7231 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7234/task/7292/stat : 7292 (java) S 7231 7234 2275 0 -1 1077944384 464 12996 0 0 1 0 5 2 20 0 15 0 78602641 11094274048 50213 33554432000 4194304 4196468 140726422197056 140648906918000 140649380252290 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7293] ppid=7231 vsize=10834252 memory=-6221781267475802396 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7293/stat : 7293 (java) S 7231 7234 2275 0 -1 1077944384 13 12996 0 0 0 0 5 2 20 0 15 0 78602641 11094274048 50213 33554432000 4194304 4196468 140726422197056 140648837538656 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7294] ppid=7231 vsize=10834252 memory=4132 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7294/stat : 7294 (java) S 7231 7234 2275 0 -1 1077944384 2 12996 0 0 0 0 5 2 20 0 15 0 78602642 11094274048 50213 33554432000 4194304 4196468 140726422197056 140648367776896 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7295] ppid=7231 vsize=10834252 memory=1696 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7295/stat : 7295 (java) S 7231 7234 2275 0 -1 1077944384 2 12996 0 0 0 0 5 2 20 0 15 0 78602644 11094274048 50213 33554432000 4194304 4196468 140726422197056 140648099342416 140649380259739 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7296] ppid=7231 vsize=10834252 memory=0 CPUtime=0.47 cores=0,2,4,6
/proc/7234/task/7296/stat : 7296 (java) S 7231 7234 2275 0 -1 1077944384 1999 12996 0 0 40 0 5 2 20 0 15 0 78602644 11094274048 50213 33554432000 4194304 4196468 140726422197056 140648905865840 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7297] ppid=7231 vsize=10834252 memory=170998351581851 CPUtime=0.46 cores=0,2,4,6
/proc/7234/task/7297/stat : 7297 (java) S 7231 7234 2275 0 -1 1077944384 1084 12996 0 0 39 0 5 2 20 0 15 0 78602644 11094274048 50213 33554432000 4194304 4196468 140726422197056 140648803981808 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7298] ppid=7231 vsize=10834252 memory=23525 CPUtime=0.44 cores=0,2,4,6
/proc/7234/task/7298/stat : 7298 (java) S 7231 7234 2275 0 -1 1077944384 1412 12996 0 0 36 1 5 2 20 0 15 0 78602645 11094274048 50213 33554432000 4194304 4196468 140726422197056 140648802929520 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7299] ppid=7231 vsize=10834252 memory=4638778402628129104 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7299/stat : 7299 (java) S 7231 7234 2275 0 -1 1077944384 3 12996 0 0 0 0 5 2 20 0 15 0 78602645 11094274048 50213 33554432000 4194304 4196468 140726422197056 140647629581280 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7300] ppid=7231 vsize=10834252 memory=6935650355271196736 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7300/stat : 7300 (java) S 7231 7234 2275 0 -1 1077944384 1 12996 0 0 0 0 5 2 20 0 15 0 78602645 11094274048 50213 33554432000 4194304 4196468 140726422197056 140648801876400 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 10834252 KiB

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

/proc/7234/task/7287/stat : 7287 (java) R 7231 7234 2275 0 -1 4202560 77163 12996 0 0 230922 36 5 2 20 0 15 0 78602639 11178180608 190502 33554432000 4194304 4196468 140726422197056 140649352075200 140648999342061 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7288] ppid=7231 vsize=10916192 memory=762008 CPUtime=5.49 cores=0,2,4,6
/proc/7234/task/7288/stat : 7288 (java) S 7231 7234 2275 0 -1 1077944384 8654 12996 0 0 516 26 5 2 20 0 15 0 78602639 11178180608 190502 33554432000 4194304 4196468 140726422197056 140649384483728 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7289] ppid=7231 vsize=10916192 memory=762008 CPUtime=5.49 cores=0,2,4,6
/proc/7234/task/7289/stat : 7289 (java) S 7231 7234 2275 0 -1 1077944384 10684 12996 0 0 514 28 5 2 20 0 15 0 78602639 11178180608 190502 33554432000 4194304 4196468 140726422197056 140648953649936 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7290] ppid=7231 vsize=10916192 memory=55 CPUtime=5.5 cores=0,2,4,6
/proc/7234/task/7290/stat : 7290 (java) S 7231 7234 2275 0 -1 1077944384 11238 12996 0 0 514 29 5 2 20 0 15 0 78602639 11178180608 190502 33554432000 4194304 4196468 140726422197056 140648952597648 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7291] ppid=7231 vsize=10916192 memory=761996 CPUtime=5.47 cores=0,2,4,6
/proc/7234/task/7291/stat : 7291 (java) S 7231 7234 2275 0 -1 1077944384 10747 12996 0 0 508 32 5 2 20 0 15 0 78602639 11178180608 190502 33554432000 4194304 4196468 140726422197056 140648951544848 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7292] ppid=7231 vsize=10916192 memory=762008 CPUtime=4.9 cores=0,2,4,6
/proc/7234/task/7292/stat : 7292 (java) S 7231 7234 2275 0 -1 1077944384 10223 12996 0 0 455 28 5 2 20 0 15 0 78602641 11178180608 190502 33554432000 4194304 4196468 140726422197056 140648906918000 140649380252290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7293] ppid=7231 vsize=10916192 memory=762008 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7293/stat : 7293 (java) S 7231 7234 2275 0 -1 1077944384 13 12996 0 0 0 0 5 2 20 0 15 0 78602641 11178180608 190502 33554432000 4194304 4196468 140726422197056 140648837538656 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7294] ppid=7231 vsize=10916192 memory=761996 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7294/stat : 7294 (java) S 7231 7234 2275 0 -1 1077944384 4 12996 0 0 0 0 5 2 20 0 15 0 78602642 11178180608 190502 33554432000 4194304 4196468 140726422197056 140648367776896 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7295] ppid=7231 vsize=10916192 memory=762008 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7295/stat : 7295 (java) S 7231 7234 2275 0 -1 1077944384 2 12996 0 0 0 0 5 2 20 0 15 0 78602644 11178180608 190502 33554432000 4194304 4196468 140726422197056 140648099342416 140649380259739 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7296] ppid=7231 vsize=10916192 memory=1228 CPUtime=5.19 cores=0,2,4,6
/proc/7234/task/7296/stat : 7296 (java) S 7231 7234 2275 0 -1 1077944384 28840 12996 0 0 507 5 5 2 20 0 15 0 78602644 11178180608 190502 33554432000 4194304 4196468 140726422197056 140648905865840 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7297] ppid=7231 vsize=10916192 memory=762008 CPUtime=5.09 cores=0,2,4,6
/proc/7234/task/7297/stat : 7297 (java) S 7231 7234 2275 0 -1 1077944384 26647 12996 0 0 499 3 5 2 20 0 15 0 78602644 11178180608 190502 33554432000 4194304 4196468 140726422197056 140648803981808 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7298] ppid=7231 vsize=10916192 memory=762008 CPUtime=1.97 cores=0,2,4,6
/proc/7234/task/7298/stat : 7298 (java) S 7231 7234 2275 0 -1 1077944384 29986 12996 0 0 186 4 5 2 20 0 15 0 78602645 11178180608 190502 33554432000 4194304 4196468 140726422197056 140648802929520 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7299] ppid=7231 vsize=10916192 memory=762008 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7299/stat : 7299 (java) S 7231 7234 2275 0 -1 1077944384 3 12996 0 0 0 0 5 2 20 0 15 0 78602645 11178180608 190502 33554432000 4194304 4196468 140726422197056 140647629581280 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7300] ppid=7231 vsize=10916192 memory=761996 CPUtime=1.41 cores=0,2,4,6
/proc/7234/task/7300/stat : 7300 (java) S 7231 7234 2275 0 -1 1077944384 1106 12996 0 0 63 71 5 2 20 0 15 0 78602645 11178180608 190502 33554432000 4194304 4196468 140726422197056 140648801876400 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
Current children cumulated CPU time: 2349.63 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 762008 KiB

[startup+2382.3 s]
/proc/loadavg: 1.28 1.33 1.63 3/219 7508
/proc/meminfo: memFree=21500496/32770624 swapFree=67108860/67108860
[pid=7234] ppid=7231 vsize=10916192 memory=762048 CPUtime=2410.04 cores=0,2,4,6
/proc/7234/stat : 7234 (java) S 7231 7234 2275 0 -1 1077944320 218230 12996 0 0 240767 230 5 2 20 0 15 0 78602630 11178180608 190512 33554432000 4194304 4196468 140726422197056 140726422179600 140649380241143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
/proc/7234/statm: 2729048 190512 3527 1 0 2690701 0
[pid=7234/tid=7287] ppid=7231 vsize=10916192 memory=762048 CPUtime=2369.3 cores=0,2,4,6
/proc/7234/task/7287/stat : 7287 (java) R 7231 7234 2275 0 -1 4202560 77592 12996 0 0 236887 36 5 2 20 0 15 0 78602639 11178180608 190512 33554432000 4194304 4196468 140726422197056 140649352075200 140648996193380 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7288] ppid=7231 vsize=10916192 memory=762048 CPUtime=5.63 cores=0,2,4,6
/proc/7234/task/7288/stat : 7288 (java) S 7231 7234 2275 0 -1 1077944384 8698 12996 0 0 529 27 5 2 20 0 15 0 78602639 11178180608 190512 33554432000 4194304 4196468 140726422197056 140649384483728 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7289] ppid=7231 vsize=10916192 memory=762048 CPUtime=5.64 cores=0,2,4,6
/proc/7234/task/7289/stat : 7289 (java) S 7231 7234 2275 0 -1 1077944384 10739 12996 0 0 528 29 5 2 20 0 15 0 78602639 11178180608 190512 33554432000 4194304 4196468 140726422197056 140648953649936 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7290] ppid=7231 vsize=10916192 memory=762048 CPUtime=5.64 cores=0,2,4,6
/proc/7234/task/7290/stat : 7290 (java) S 7231 7234 2275 0 -1 1077944384 11257 12996 0 0 528 29 5 2 20 0 15 0 78602639 11178180608 190512 33554432000 4194304 4196468 140726422197056 140648952597648 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7291] ppid=7231 vsize=10916192 memory=4012 CPUtime=5.62 cores=0,2,4,6
/proc/7234/task/7291/stat : 7291 (java) S 7231 7234 2275 0 -1 1077944384 10755 12996 0 0 522 33 5 2 20 0 15 0 78602639 11178180608 190512 33554432000 4194304 4196468 140726422197056 140648951544848 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7292] ppid=7231 vsize=10916192 memory=762048 CPUtime=5.02 cores=0,2,4,6
/proc/7234/task/7292/stat : 7292 (java) S 7231 7234 2275 0 -1 1077944384 10372 12996 0 0 467 28 5 2 20 0 15 0 78602641 11178180608 190512 33554432000 4194304 4196468 140726422197056 140648906918000 140649380252290 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7293] ppid=7231 vsize=10916192 memory=55 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7293/stat : 7293 (java) S 7231 7234 2275 0 -1 1077944384 13 12996 0 0 0 0 5 2 20 0 15 0 78602641 11178180608 190512 33554432000 4194304 4196468 140726422197056 140648837538656 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7294] ppid=7231 vsize=10916192 memory=15868 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7294/stat : 7294 (java) S 7231 7234 2275 0 -1 1077944384 4 12996 0 0 0 0 5 2 20 0 15 0 78602642 11178180608 190512 33554432000 4194304 4196468 140726422197056 140648367776896 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7295] ppid=7231 vsize=10916192 memory=762048 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7295/stat : 7295 (java) S 7231 7234 2275 0 -1 1077944384 2 12996 0 0 0 0 5 2 20 0 15 0 78602644 11178180608 190512 33554432000 4194304 4196468 140726422197056 140648099342416 140649380259739 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7296] ppid=7231 vsize=10916192 memory=762048 CPUtime=5.19 cores=0,2,4,6
/proc/7234/task/7296/stat : 7296 (java) S 7231 7234 2275 0 -1 1077944384 28842 12996 0 0 507 5 5 2 20 0 15 0 78602644 11178180608 190512 33554432000 4194304 4196468 140726422197056 140648905865840 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7297] ppid=7231 vsize=10916192 memory=762048 CPUtime=5.09 cores=0,2,4,6
/proc/7234/task/7297/stat : 7297 (java) S 7231 7234 2275 0 -1 1077944384 26649 12996 0 0 499 3 5 2 20 0 15 0 78602644 11178180608 190512 33554432000 4194304 4196468 140726422197056 140648803981808 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7298] ppid=7231 vsize=10916192 memory=762048 CPUtime=1.98 cores=0,2,4,6
/proc/7234/task/7298/stat : 7298 (java) S 7231 7234 2275 0 -1 1077944384 29988 12996 0 0 187 4 5 2 20 0 15 0 78602645 11178180608 190512 33554432000 4194304 4196468 140726422197056 140648802929520 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7299] ppid=7231 vsize=10916192 memory=762048 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7299/stat : 7299 (java) S 7231 7234 2275 0 -1 1077944384 3 12996 0 0 0 0 5 2 20 0 15 0 78602645 11178180608 190512 33554432000 4194304 4196468 140726422197056 140647629581280 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7300] ppid=7231 vsize=10916192 memory=8112282956445269571 CPUtime=1.45 cores=0,2,4,6
/proc/7234/task/7300/stat : 7300 (java) S 7231 7234 2275 0 -1 1077944384 1124 12996 0 0 65 73 5 2 20 0 15 0 78602645 11178180608 190512 33554432000 4194304 4196468 140726422197056 140648801876400 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
Current children cumulated CPU time: 2410.04 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 762048 KiB

[startup+2442.3 s]
/proc/loadavg: 1.56 1.39 1.64 3/219 7509
/proc/meminfo: memFree=21498500/32770624 swapFree=67108860/67108860
[pid=7234] ppid=7231 vsize=10916192 memory=764184 CPUtime=2470.47 cores=0,2,4,6
/proc/7234/stat : 7234 (java) S 7231 7234 2275 0 -1 1077944320 219640 12996 0 0 246806 234 5 2 20 0 15 0 78602630 11178180608 191046 33554432000 4194304 4196468 140726422197056 140726422179600 140649380241143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
/proc/7234/statm: 2729048 191046 3527 1 0 2690701 0
[pid=7234/tid=7287] ppid=7231 vsize=10916192 memory=764184 CPUtime=2428.98 cores=0,2,4,6
/proc/7234/task/7287/stat : 7287 (java) R 7231 7234 2275 0 -1 4202560 78370 12996 0 0 242855 36 5 2 20 0 15 0 78602639 11178180608 191046 33554432000 4194304 4196468 140726422197056 140649352075200 140648999341373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7288] ppid=7231 vsize=10916192 memory=764184 CPUtime=5.78 cores=0,2,4,6
/proc/7234/task/7288/stat : 7288 (java) S 7231 7234 2275 0 -1 1077944384 8722 12996 0 0 543 28 5 2 20 0 15 0 78602639 11178180608 191046 33554432000 4194304 4196468 140726422197056 140649384483728 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7289] ppid=7231 vsize=10916192 memory=764184 CPUtime=5.78 cores=0,2,4,6
/proc/7234/task/7289/stat : 7289 (java) S 7231 7234 2275 0 -1 1077944384 11126 12996 0 0 542 29 5 2 20 0 15 0 78602639 11178180608 191046 33554432000 4194304 4196468 140726422197056 140648953649936 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7290] ppid=7231 vsize=10916192 memory=279358901968800 CPUtime=5.79 cores=0,2,4,6
/proc/7234/task/7290/stat : 7290 (java) S 7231 7234 2275 0 -1 1077944384 11279 12996 0 0 542 30 5 2 20 0 15 0 78602639 11178180608 191046 33554432000 4194304 4196468 140726422197056 140648952597648 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7291] ppid=7231 vsize=10916192 memory=764184 CPUtime=5.76 cores=0,2,4,6
/proc/7234/task/7291/stat : 7291 (java) S 7231 7234 2275 0 -1 1077944384 10778 12996 0 0 536 33 5 2 20 0 15 0 78602639 11178180608 191046 33554432000 4194304 4196468 140726422197056 140648951544848 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7292] ppid=7231 vsize=10916192 memory=764184 CPUtime=5.15 cores=0,2,4,6
/proc/7234/task/7292/stat : 7292 (java) S 7231 7234 2275 0 -1 1077944384 10524 12996 0 0 479 29 5 2 20 0 15 0 78602641 11178180608 191046 33554432000 4194304 4196468 140726422197056 140648906918000 140649380252290 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7293] ppid=7231 vsize=10916192 memory=764184 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7293/stat : 7293 (java) S 7231 7234 2275 0 -1 1077944384 13 12996 0 0 0 0 5 2 20 0 15 0 78602641 11178180608 191046 33554432000 4194304 4196468 140726422197056 140648837538656 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7294] ppid=7231 vsize=10916192 memory=764184 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7294/stat : 7294 (java) S 7231 7234 2275 0 -1 1077944384 4 12996 0 0 0 0 5 2 20 0 15 0 78602642 11178180608 191046 33554432000 4194304 4196468 140726422197056 140648367776896 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7295] ppid=7231 vsize=10916192 memory=764184 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7295/stat : 7295 (java) S 7231 7234 2275 0 -1 1077944384 2 12996 0 0 0 0 5 2 20 0 15 0 78602644 11178180608 191046 33554432000 4194304 4196468 140726422197056 140648099342416 140649380259739 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7296] ppid=7231 vsize=10916192 memory=764184 CPUtime=5.19 cores=0,2,4,6
/proc/7234/task/7296/stat : 7296 (java) S 7231 7234 2275 0 -1 1077944384 28844 12996 0 0 507 5 5 2 20 0 15 0 78602644 11178180608 191046 33554432000 4194304 4196468 140726422197056 140648905865840 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7297] ppid=7231 vsize=10916192 memory=764184 CPUtime=5.09 cores=0,2,4,6
/proc/7234/task/7297/stat : 7297 (java) S 7231 7234 2275 0 -1 1077944384 26651 12996 0 0 499 3 5 2 20 0 15 0 78602644 11178180608 191046 33554432000 4194304 4196468 140726422197056 140648803981808 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7298] ppid=7231 vsize=10916192 memory=764184 CPUtime=1.98 cores=0,2,4,6
/proc/7234/task/7298/stat : 7298 (java) S 7231 7234 2275 0 -1 1077944384 29990 12996 0 0 187 4 5 2 20 0 15 0 78602645 11178180608 191046 33554432000 4194304 4196468 140726422197056 140648802929520 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7299] ppid=7231 vsize=10916192 memory=764184 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7299/stat : 7299 (java) S 7231 7234 2275 0 -1 1077944384 3 12996 0 0 0 0 5 2 20 0 15 0 78602645 11178180608 191046 33554432000 4194304 4196468 140726422197056 140647629581280 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7300] ppid=7231 vsize=10916192 memory=764184 CPUtime=1.48 cores=0,2,4,6
/proc/7234/task/7300/stat : 7300 (java) S 7231 7234 2275 0 -1 1077944384 1142 12996 0 0 67 74 5 2 20 0 15 0 78602645 11178180608 191046 33554432000 4194304 4196468 140726422197056 140648801876400 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
Current children cumulated CPU time: 2470.47 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 764184 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2491.6 s]
/proc/loadavg: 1.78 1.48 1.65 3/219 7510
/proc/meminfo: memFree=21498924/32770624 swapFree=67108860/67108860
[pid=7234] ppid=7231 vsize=10916192 memory=764192 CPUtime=2520.09 cores=0,2,4,6
/proc/7234/stat : 7234 (java) S 7231 7234 2275 0 -1 1077944320 220247 12996 0 0 251764 238 5 2 20 0 15 0 78602630 11178180608 191048 33554432000 4194304 4196468 140726422197056 140726422179600 140649380241143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
/proc/7234/statm: 2729048 191048 3527 1 0 2690701 0
[pid=7234/tid=7287] ppid=7231 vsize=10916192 memory=2196 CPUtime=2478.01 cores=0,2,4,6
/proc/7234/task/7287/stat : 7287 (java) R 7231 7234 2275 0 -1 4202560 78639 12996 0 0 247757 37 5 2 20 0 15 0 78602639 11178180608 191048 33554432000 4194304 4196468 140726422197056 140649352075200 140648996193380 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7288] ppid=7231 vsize=10916192 memory=832 CPUtime=5.9 cores=0,2,4,6
/proc/7234/task/7288/stat : 7288 (java) S 7231 7234 2275 0 -1 1077944384 8727 12996 0 0 554 29 5 2 20 0 15 0 78602639 11178180608 191048 33554432000 4194304 4196468 140726422197056 140649384483728 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7289] ppid=7231 vsize=10916192 memory=2892 CPUtime=5.9 cores=0,2,4,6
/proc/7234/task/7289/stat : 7289 (java) S 7231 7234 2275 0 -1 1077944384 11437 12996 0 0 554 29 5 2 20 0 15 0 78602639 11178180608 191048 33554432000 4194304 4196468 140726422197056 140648953649936 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7290] ppid=7231 vsize=10916192 memory=2896 CPUtime=5.91 cores=0,2,4,6
/proc/7234/task/7290/stat : 7290 (java) S 7231 7234 2275 0 -1 1077944384 11283 12996 0 0 553 31 5 2 20 0 15 0 78602639 11178180608 191048 33554432000 4194304 4196468 140726422197056 140648952597648 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7291] ppid=7231 vsize=10916192 memory=1408 CPUtime=5.88 cores=0,2,4,6
/proc/7234/task/7291/stat : 7291 (java) S 7231 7234 2275 0 -1 1077944384 10782 12996 0 0 547 34 5 2 20 0 15 0 78602639 11178180608 191048 33554432000 4194304 4196468 140726422197056 140648951544848 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7292] ppid=7231 vsize=10916192 memory=2340 CPUtime=5.25 cores=0,2,4,6
/proc/7234/task/7292/stat : 7292 (java) S 7231 7234 2275 0 -1 1077944384 10535 12996 0 0 489 29 5 2 20 0 15 0 78602641 11178180608 191048 33554432000 4194304 4196468 140726422197056 140648906918000 140649380252290 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7293] ppid=7231 vsize=10916192 memory=1572 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7293/stat : 7293 (java) S 7231 7234 2275 0 -1 1077944384 13 12996 0 0 0 0 5 2 20 0 15 0 78602641 11178180608 191048 33554432000 4194304 4196468 140726422197056 140648837538656 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7294] ppid=7231 vsize=10916192 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7294/stat : 7294 (java) S 7231 7234 2275 0 -1 1077944384 4 12996 0 0 0 0 5 2 20 0 15 0 78602642 11178180608 191048 33554432000 4194304 4196468 140726422197056 140648367776896 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7295] ppid=7231 vsize=10916192 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7295/stat : 7295 (java) S 7231 7234 2275 0 -1 1077944384 2 12996 0 0 0 0 5 2 20 0 15 0 78602644 11178180608 191048 33554432000 4194304 4196468 140726422197056 140648099342416 140649380259739 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7296] ppid=7231 vsize=10916192 memory=4132 CPUtime=5.19 cores=0,2,4,6
/proc/7234/task/7296/stat : 7296 (java) S 7231 7234 2275 0 -1 1077944384 28844 12996 0 0 507 5 5 2 20 0 15 0 78602644 11178180608 191048 33554432000 4194304 4196468 140726422197056 140648905865840 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7297] ppid=7231 vsize=10916192 memory=1696 CPUtime=5.09 cores=0,2,4,6
/proc/7234/task/7297/stat : 7297 (java) S 7231 7234 2275 0 -1 1077944384 26651 12996 0 0 499 3 5 2 20 0 15 0 78602644 11178180608 191048 33554432000 4194304 4196468 140726422197056 140648803981808 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7298] ppid=7231 vsize=10916192 memory=8532 CPUtime=1.98 cores=0,2,4,6
/proc/7234/task/7298/stat : 7298 (java) S 7231 7234 2275 0 -1 1077944384 29990 12996 0 0 187 4 5 2 20 0 15 0 78602645 11178180608 191048 33554432000 4194304 4196468 140726422197056 140648802929520 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7299] ppid=7231 vsize=10916192 memory=4616 CPUtime=0.07 cores=0,2,4,6
/proc/7234/task/7299/stat : 7299 (java) S 7231 7234 2275 0 -1 1077944384 3 12996 0 0 0 0 5 2 20 0 15 0 78602645 11178180608 191048 33554432000 4194304 4196468 140726422197056 140647629581280 140649380251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
[pid=7234/tid=7300] ppid=7231 vsize=10916192 memory=15868 CPUtime=1.51 cores=0,2,4,6
/proc/7234/task/7300/stat : 7300 (java) S 7231 7234 2275 0 -1 1077944384 1145 12996 0 0 68 76 5 2 20 0 15 0 78602645 11178180608 191048 33554432000 4194304 4196468 140726422197056 140648801876400 140649380252290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39530496 140726422202539 140726422205788 140726422205788 140726422208463 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 764192 KiB

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

[startup+2491.64 s]
# the end of solver process 7234 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.72 s, system=2.42314 s

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

Child status: 143
Real time (s): 2491.64
CPU time (s): 2520.14
CPU user time (s): 2517.72
CPU system time (s): 2.42314
CPU usage (%): 101.144
Max. virtual memory (cumulated for all children) (KiB): 10916784
Max. memory (cumulated for all children) (KiB): 881492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.72
system time used= 2.42314
maximum resident set size= 882344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 234118
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 167053
involuntary context switches= 8367


# summary of solver processes directly reported to runsolver:
#   pid: 7234
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2517.72
#   total CPU system time (s): 2.42314

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2587 second user time and 25.0912 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-26 15:06:35
IDJOB=4296096
IDBENCH=141652
IDSOLVER=2751
FILE ID=node135/4296096-1532610394
RUNJOBID= node135-1532594793-3954
PBS_JOBID= 21021965
Free space on /tmp= 48340 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Eternity/Eternity-10-06_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-4296096-1532610394/watcher-4296096-1532610394 -o /tmp/evaluation-result-4296096-1532610394/solver-4296096-1532610394 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532594793-3954 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1344434178 -superng HOME/instance-4296096-1532610394.xml

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

MD5SUM BENCH= 059f43a1252946c8053c49ce4c65015d
RANDOM SEED=1344434178

node135.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22534292 kB
MemAvailable:   31433816 kB
Buffers:          204744 kB
Cached:          8875776 kB
SwapCached:            0 kB
Active:          3050628 kB
Inactive:        6579096 kB
Active(anon):     499472 kB
Inactive(anon):    78300 kB
Active(file):    2551156 kB
Inactive(file):  6500796 kB
Unevictable:        7220 kB
Mlocked:            7220 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27392 kB
Writeback:             0 kB
AnonPages:        722396 kB
Mapped:            54000 kB
Shmem:             25248 kB
Slab:             304668 kB
SReclaimable:     276032 kB
SUnreclaim:        28636 kB
KernelStack:        3856 kB
PageTables:         6600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1587384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    507904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48312 MiB
End job on node135 at 2018-07-26 15:48:06