Trace number 4296113

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 2018-06-13? (TO) 2520.07 2494.44

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4296113-1532614195/watcher-4296113-1532614195 -o /tmp/evaluation-result-4296113-1532614195/solver-4296113-1532614195 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532598730-8939 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1627112538 HOME/instance-4296113-1532614195.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
solver pid=12086, runsolver pid=12083
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.16 1.28 1.39 4/205 12142
/proc/meminfo: memFree=12216284/32770624 swapFree=67108860/67108860
[pid=12086] ppid=12083 vsize=9972712 memory=16548 CPUtime=0.09 cores=1,3,5,7
/proc/12086/stat : 12086 (java) S 12083 12086 6157 0 -1 1077944320 4291 13174 0 0 1 0 5 3 20 0 6 0 78982725 10212057088 4137 33554432000 4194304 4196468 140721857490736 140721857473280 140575901060855 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
/proc/12086/statm: 2493178 4137 1932 1 0 2481616 0
[pid=12086/tid=12139] ppid=12083 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12139/stat : 12139 (java) R 12083 12086 6157 0 -1 4202560 2138 13174 0 0 0 0 5 3 20 0 6 0 78982734 10212057088 4203 33554432000 4194304 4196468 140721857490736 140575872897616 140575885141342 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12140] ppid=12083 vsize=9972712 memory=5793854994045811129 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12140/stat : 12140 (java) S 12083 12086 6157 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 6 0 78982735 10212057088 4203 33554432000 4194304 4196468 140721857490736 140575905302928 140575901071061 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12141] ppid=12083 vsize=9972712 memory=139743035917952 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12141/stat : 12141 (java) S 12083 12086 6157 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 6 0 78982735 10212057088 4203 33554432000 4194304 4196468 140721857490736 140575473850640 140575901071061 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12142] ppid=12083 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12142/stat : 12142 (java) S 12083 12086 6157 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 6 0 78982735 10212057088 4203 33554432000 4194304 4196468 140721857490736 140575472798352 140575901071061 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12143] ppid=12083 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12143/stat : 12143 (java) S 12083 12086 6157 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 6 0 78982735 10212057088 4203 33554432000 4194304 4196468 140721857490736 140575471745552 140575901071061 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.209879 s]*
/proc/loadavg: 1.16 1.28 1.39 3/215 12152
/proc/meminfo: memFree=12193808/32770624 swapFree=67108860/67108860
[pid=12086] ppid=12083 vsize=10818904 memory=41640 CPUtime=0.26 cores=1,3,5,7
/proc/12086/stat : 12086 (java) S 12083 12086 6157 0 -1 1077944320 7629 13174 0 0 16 2 5 3 20 0 15 0 78982725 11078557696 10410 33554432000 4194304 4196468 140721857490736 140721857473280 140575901060855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
/proc/12086/statm: 2704726 10410 2952 1 0 2667149 0
[pid=12086/tid=12139] ppid=12083 vsize=10818904 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/12086/task/12139/stat : 12139 (java) R 12083 12086 6157 0 -1 4202560 4389 13174 0 0 10 1 5 3 20 0 15 0 78982734 11078557696 10608 33554432000 4194304 4196468 140721857490736 140575872867208 140575881336669 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12140] ppid=12083 vsize=10818904 memory=4211973469240708490 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12140/stat : 12140 (java) S 12083 12086 6157 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 78982735 11078557696 10608 33554432000 4194304 4196468 140721857490736 140575905302928 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12141] ppid=12083 vsize=10818904 memory=139743035917952 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12141/stat : 12141 (java) S 12083 12086 6157 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 78982735 11078557696 10608 33554432000 4194304 4196468 140721857490736 140575473850640 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12142] ppid=12083 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12142/stat : 12142 (java) S 12083 12086 6157 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 78982735 11078557696 10608 33554432000 4194304 4196468 140721857490736 140575472798352 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12143] ppid=12083 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12143/stat : 12143 (java) S 12083 12086 6157 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 78982735 11078557696 10608 33554432000 4194304 4196468 140721857490736 140575471745552 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12144] ppid=12083 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12144/stat : 12144 (java) S 12083 12086 6157 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 78982736 11078557696 10608 33554432000 4194304 4196468 140721857490736 140575427652208 140575901072002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12145] ppid=12083 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12145/stat : 12145 (java) S 12083 12086 6157 0 -1 1077944384 13 13174 0 0 0 0 5 3 20 0 15 0 78982736 11078557696 10608 33554432000 4194304 4196468 140721857490736 140575353333024 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12146] ppid=12083 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12146/stat : 12146 (java) S 12083 12086 6157 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 78982737 11078557696 10674 33554432000 4194304 4196468 140721857490736 140574749353584 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12147] ppid=12083 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12147/stat : 12147 (java) S 12083 12086 6157 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 78982739 11078557696 10674 33554432000 4194304 4196468 140721857490736 140574441953872 140575901079451 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12148] ppid=12083 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12086/task/12148/stat : 12148 (java) S 12083 12086 6157 0 -1 1077944384 487 13174 0 0 1 0 5 3 20 0 15 0 78982739 11078557696 10674 33554432000 4194304 4196468 140721857490736 140575426599024 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12149] ppid=12083 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12149/stat : 12149 (java) S 12083 12086 6157 0 -1 1077944384 126 13174 0 0 0 0 5 3 20 0 15 0 78982739 11078557696 10674 33554432000 4194304 4196468 140721857490736 140575425546224 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12150] ppid=12083 vsize=10818904 memory=139743035917952 CPUtime=0.11 cores=1,3,5,7
/proc/12086/task/12150/stat : 12150 (java) S 12083 12086 6157 0 -1 1077944384 603 13174 0 0 3 0 5 3 20 0 15 0 78982739 11078557696 10674 33554432000 4194304 4196468 140721857490736 140575424493936 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12151] ppid=12083 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12151/stat : 12151 (java) S 12083 12086 6157 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 78982740 11078557696 10674 33554432000 4194304 4196468 140721857490736 140574408395232 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12152] ppid=12083 vsize=10818904 memory=139743035917952 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12152/stat : 12152 (java) S 12083 12086 6157 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 78982740 11078557696 10674 33554432000 4194304 4196468 140721857490736 140575423441840 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41640 KiB

[startup+0.310018 s]*
/proc/loadavg: 1.16 1.28 1.39 3/215 12152
/proc/meminfo: memFree=12181652/32770624 swapFree=67108860/67108860
[pid=12086] ppid=12083 vsize=10819352 memory=54204 CPUtime=0.39 cores=1,3,5,7
/proc/12086/stat : 12086 (java) S 12083 12086 6157 0 -1 1077944320 10612 13174 0 0 28 3 5 3 20 0 15 0 78982725 11079016448 13551 33554432000 4194304 4196468 140721857490736 140721857473280 140575901060855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
/proc/12086/statm: 2704838 13551 3071 1 0 2667149 0
[pid=12086/tid=12139] ppid=12083 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/12086/task/12139/stat : 12139 (java) R 12083 12086 6157 0 -1 4202560 7164 13174 0 0 19 2 5 3 20 0 15 0 78982734 11079016448 13551 33554432000 4194304 4196468 140721857490736 140575872872864 140575882625817 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12140] ppid=12083 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12140/stat : 12140 (java) S 12083 12086 6157 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 78982735 11079016448 13551 33554432000 4194304 4196468 140721857490736 140575905302928 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12141] ppid=12083 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12141/stat : 12141 (java) S 12083 12086 6157 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 78982735 11079016448 13551 33554432000 4194304 4196468 140721857490736 140575473850640 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12142] ppid=12083 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12142/stat : 12142 (java) S 12083 12086 6157 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 78982735 11079016448 13551 33554432000 4194304 4196468 140721857490736 140575472798352 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12143] ppid=12083 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12143/stat : 12143 (java) S 12083 12086 6157 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 78982735 11079016448 13551 33554432000 4194304 4196468 140721857490736 140575471745552 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12144] ppid=12083 vsize=10819352 memory=139743035917951 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12144/stat : 12144 (java) S 12083 12086 6157 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 78982736 11079016448 13551 33554432000 4194304 4196468 140721857490736 140575427652208 140575901072002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12145] ppid=12083 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12145/stat : 12145 (java) S 12083 12086 6157 0 -1 1077944384 13 13174 0 0 0 0 5 3 20 0 15 0 78982736 11079016448 13551 33554432000 4194304 4196468 140721857490736 140575353333024 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12146] ppid=12083 vsize=10819352 memory=139743035917952 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12146/stat : 12146 (java) S 12083 12086 6157 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 78982737 11079016448 13551 33554432000 4194304 4196468 140721857490736 140574749353584 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12147] ppid=12083 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12147/stat : 12147 (java) S 12083 12086 6157 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 78982739 11079016448 13551 33554432000 4194304 4196468 140721857490736 140574441953872 140575901079451 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12148] ppid=12083 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/12086/task/12148/stat : 12148 (java) S 12083 12086 6157 0 -1 1077944384 488 13174 0 0 2 0 5 3 20 0 15 0 78982739 11079016448 13551 33554432000 4194304 4196468 140721857490736 140575426599024 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12149] ppid=12083 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/12086/task/12149/stat : 12149 (java) S 12083 12086 6157 0 -1 1077944384 126 13174 0 0 1 0 5 3 20 0 15 0 78982739 11079016448 13551 33554432000 4194304 4196468 140721857490736 140575425546224 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12150] ppid=12083 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/12086/task/12150/stat : 12150 (java) S 12083 12086 6157 0 -1 1077944384 613 13174 0 0 4 0 5 3 20 0 15 0 78982739 11079016448 13551 33554432000 4194304 4196468 140721857490736 140575424493936 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12151] ppid=12083 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12151/stat : 12151 (java) S 12083 12086 6157 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 78982740 11079016448 13551 33554432000 4194304 4196468 140721857490736 140574408395232 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12152] ppid=12083 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12152/stat : 12152 (java) S 12083 12086 6157 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 78982740 11079016448 13551 33554432000 4194304 4196468 140721857490736 140575423441840 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54204 KiB

[startup+0.700744 s]
/proc/loadavg: 1.16 1.28 1.39 4/215 12152
/proc/meminfo: memFree=12170140/32770624 swapFree=67108860/67108860
[pid=12086] ppid=12083 vsize=10819352 memory=86812 CPUtime=1 cores=1,3,5,7
/proc/12086/stat : 12086 (java) S 12083 12086 6157 0 -1 1077944320 16783 13174 0 0 87 5 5 3 20 0 15 0 78982725 11079016448 21703 33554432000 4194304 4196468 140721857490736 140721857473280 140575901060855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
/proc/12086/statm: 2704838 21703 3245 1 0 2667149 0
[pid=12086/tid=12139] ppid=12083 vsize=10819352 memory=23488 CPUtime=0.66 cores=1,3,5,7
/proc/12086/task/12139/stat : 12139 (java) R 12083 12086 6157 0 -1 4202560 12274 13174 0 0 55 3 5 3 20 0 15 0 78982734 11079016448 21703 33554432000 4194304 4196468 140721857490736 140575872881680 140575882624424 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12140] ppid=12083 vsize=10819352 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12140/stat : 12140 (java) S 12083 12086 6157 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 78982735 11079016448 21703 33554432000 4194304 4196468 140721857490736 140575905302928 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12141] ppid=12083 vsize=10819352 memory=139742935294449 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12141/stat : 12141 (java) S 12083 12086 6157 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 78982735 11079016448 21703 33554432000 4194304 4196468 140721857490736 140575473850640 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12142] ppid=12083 vsize=10819352 memory=139745350910841 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12142/stat : 12142 (java) S 12083 12086 6157 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 78982735 11079016448 21703 33554432000 4194304 4196468 140721857490736 140575472798352 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12143] ppid=12083 vsize=10819352 memory=1796 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12143/stat : 12143 (java) S 12083 12086 6157 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 78982735 11079016448 21703 33554432000 4194304 4196468 140721857490736 140575471745552 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12144] ppid=12083 vsize=10819352 memory=7157735280213842257 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12144/stat : 12144 (java) S 12083 12086 6157 0 -1 1077944384 5 13174 0 0 0 0 5 3 20 0 15 0 78982736 11079016448 21703 33554432000 4194304 4196468 140721857490736 140575427652208 140575901072002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12145] ppid=12083 vsize=10819352 memory=7739276948478388840 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12145/stat : 12145 (java) S 12083 12086 6157 0 -1 1077944384 13 13174 0 0 0 0 5 3 20 0 15 0 78982736 11079016448 21703 33554432000 4194304 4196468 140721857490736 140575353333024 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12146] ppid=12083 vsize=10819352 memory=5787217147460014437 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12146/stat : 12146 (java) S 12083 12086 6157 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 78982737 11079016448 21703 33554432000 4194304 4196468 140721857490736 140574749353584 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12147] ppid=12083 vsize=10819352 memory=8514726395715218844 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12147/stat : 12147 (java) S 12083 12086 6157 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 78982739 11079016448 21703 33554432000 4194304 4196468 140721857490736 140574441953872 140575901079451 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12148] ppid=12083 vsize=10819352 memory=8326441112149131693 CPUtime=0.17 cores=1,3,5,7
/proc/12086/task/12148/stat : 12148 (java) S 12083 12086 6157 0 -1 1077944384 1062 13174 0 0 9 0 5 3 20 0 15 0 78982739 11079016448 21703 33554432000 4194304 4196468 140721857490736 140575426599024 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12149] ppid=12083 vsize=10819352 memory=-8990767739041718176 CPUtime=0.16 cores=1,3,5,7
/proc/12086/task/12149/stat : 12149 (java) S 12083 12086 6157 0 -1 1077944384 547 13174 0 0 8 0 5 3 20 0 15 0 78982739 11079016448 21703 33554432000 4194304 4196468 140721857490736 140575425546224 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12150] ppid=12083 vsize=10819352 memory=6944656592452807326 CPUtime=0.21 cores=1,3,5,7
/proc/12086/task/12150/stat : 12150 (java) S 12083 12086 6157 0 -1 1077944384 676 13174 0 0 13 0 5 3 20 0 15 0 78982739 11079016448 21703 33554432000 4194304 4196468 140721857490736 140575424493936 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12151] ppid=12083 vsize=10819352 memory=1399103955520229747 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12151/stat : 12151 (java) S 12083 12086 6157 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 78982740 11079016448 21703 33554432000 4194304 4196468 140721857490736 140574408395232 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12152] ppid=12083 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12152/stat : 12152 (java) S 12083 12086 6157 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 78982740 11079016448 21703 33554432000 4194304 4196468 140721857490736 140575423441840 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86812 KiB

[startup+1.50073 s]
/proc/loadavg: 1.15 1.28 1.39 4/215 12152
/proc/meminfo: memFree=12123940/32770624 swapFree=67108860/67108860
[pid=12086] ppid=12083 vsize=10832204 memory=213968 CPUtime=2.81 cores=1,3,5,7
/proc/12086/stat : 12086 (java) S 12083 12086 6157 0 -1 1077944320 23685 13174 0 0 263 10 5 3 20 0 15 0 78982725 11092176896 53492 33554432000 4194304 4196468 140721857490736 140721857473280 140575901060855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
/proc/12086/statm: 2708051 53492 3449 1 0 2669709 0
[pid=12086/tid=12139] ppid=12083 vsize=10832204 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/12086/task/12139/stat : 12139 (java) R 12083 12086 6157 0 -1 4202560 16792 13174 0 0 131 7 5 3 20 0 15 0 78982734 11092176896 53492 33554432000 4194304 4196468 140721857490736 140575872866624 140575901082781 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12140] ppid=12083 vsize=10832204 memory=100976 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12140/stat : 12140 (java) S 12083 12086 6157 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 78982735 11092176896 53492 33554432000 4194304 4196468 140721857490736 140575905302928 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12141] ppid=12083 vsize=10832204 memory=5790086053191909267 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12141/stat : 12141 (java) S 12083 12086 6157 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 78982735 11092176896 53492 33554432000 4194304 4196468 140721857490736 140575473850640 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12142] ppid=12083 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12142/stat : 12142 (java) S 12083 12086 6157 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 78982735 11092176896 53492 33554432000 4194304 4196468 140721857490736 140575472798352 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12143] ppid=12083 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12143/stat : 12143 (java) S 12083 12086 6157 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 78982735 11092176896 53492 33554432000 4194304 4196468 140721857490736 140575471745552 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12144] ppid=12083 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12144/stat : 12144 (java) S 12083 12086 6157 0 -1 1077944384 12 13174 0 0 0 0 5 3 20 0 15 0 78982736 11092176896 53492 33554432000 4194304 4196468 140721857490736 140575427652208 140575901072002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12145] ppid=12083 vsize=10832204 memory=-6221781267475802396 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12145/stat : 12145 (java) S 12083 12086 6157 0 -1 1077944384 13 13174 0 0 0 0 5 3 20 0 15 0 78982736 11092176896 53492 33554432000 4194304 4196468 140721857490736 140575353333024 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12146] ppid=12083 vsize=10832204 memory=4124 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12146/stat : 12146 (java) S 12083 12086 6157 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 78982737 11092176896 53492 33554432000 4194304 4196468 140721857490736 140574749353584 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12147] ppid=12083 vsize=10832204 memory=2200 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12147/stat : 12147 (java) S 12083 12086 6157 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 78982739 11092176896 53492 33554432000 4194304 4196468 140721857490736 140574441953872 140575901079451 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12148] ppid=12083 vsize=10832204 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/12086/task/12148/stat : 12148 (java) S 12083 12086 6157 0 -1 1077944384 1830 13174 0 0 49 0 5 3 20 0 15 0 78982739 11092176896 53492 33554432000 4194304 4196468 140721857490736 140575426599024 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12149] ppid=12083 vsize=10832204 memory=191901017892239 CPUtime=0.49 cores=1,3,5,7
/proc/12086/task/12149/stat : 12149 (java) S 12083 12086 6157 0 -1 1077944384 1350 13174 0 0 41 0 5 3 20 0 15 0 78982739 11092176896 53492 33554432000 4194304 4196468 140721857490736 140575425546224 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12150] ppid=12083 vsize=10832204 memory=443143 CPUtime=0.49 cores=1,3,5,7
/proc/12086/task/12150/stat : 12150 (java) S 12083 12086 6157 0 -1 1077944384 1481 13174 0 0 40 1 5 3 20 0 15 0 78982739 11092176896 53492 33554432000 4194304 4196468 140721857490736 140575424493936 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12151] ppid=12083 vsize=10832204 memory=6935649255759568960 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12151/stat : 12151 (java) S 12083 12086 6157 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 78982740 11092176896 53492 33554432000 4194304 4196468 140721857490736 140574408395232 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12152] ppid=12083 vsize=10832204 memory=4638778402627666016 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12152/stat : 12152 (java) S 12083 12086 6157 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 78982740 11092176896 53492 33554432000 4194304 4196468 140721857490736 140575423441840 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 10832204 KiB

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

/proc/12086/task/12139/stat : 12139 (java) R 12083 12086 6157 0 -1 4202560 84333 13174 0 0 231009 35 5 3 20 0 15 0 78982734 11178180608 230228 33554432000 4194304 4196468 140721857490736 140575872894928 140575520671688 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12140] ppid=12083 vsize=10916192 memory=920912 CPUtime=4.71 cores=1,3,5,7
/proc/12086/task/12140/stat : 12140 (java) S 12083 12086 6157 0 -1 1077944384 16996 13174 0 0 437 26 5 3 20 0 15 0 78982735 11178180608 230228 33554432000 4194304 4196468 140721857490736 140575905302928 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12141] ppid=12083 vsize=10916192 memory=918864 CPUtime=4.69 cores=1,3,5,7
/proc/12086/task/12141/stat : 12141 (java) S 12083 12086 6157 0 -1 1077944384 13879 13174 0 0 437 24 5 3 20 0 15 0 78982735 11178180608 230228 33554432000 4194304 4196468 140721857490736 140575473850640 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12142] ppid=12083 vsize=10916192 memory=920912 CPUtime=4.72 cores=1,3,5,7
/proc/12086/task/12142/stat : 12142 (java) S 12083 12086 6157 0 -1 1077944384 13654 13174 0 0 440 24 5 3 20 0 15 0 78982735 11178180608 230228 33554432000 4194304 4196468 140721857490736 140575472798352 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12143] ppid=12083 vsize=10916192 memory=920912 CPUtime=4.73 cores=1,3,5,7
/proc/12086/task/12143/stat : 12143 (java) S 12083 12086 6157 0 -1 1077944384 15372 13174 0 0 442 23 5 3 20 0 15 0 78982735 11178180608 230228 33554432000 4194304 4196468 140721857490736 140575471745552 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12144] ppid=12083 vsize=10916192 memory=920912 CPUtime=4.89 cores=1,3,5,7
/proc/12086/task/12144/stat : 12144 (java) S 12083 12086 6157 0 -1 1077944384 15324 13174 0 0 457 24 5 3 20 0 15 0 78982736 11178180608 230228 33554432000 4194304 4196468 140721857490736 140575427652208 140575901072002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12145] ppid=12083 vsize=10916192 memory=920912 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12145/stat : 12145 (java) S 12083 12086 6157 0 -1 1077944384 23 13174 0 0 0 0 5 3 20 0 15 0 78982736 11178180608 230228 33554432000 4194304 4196468 140721857490736 140575353333088 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12146] ppid=12083 vsize=10916192 memory=918864 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12146/stat : 12146 (java) S 12083 12086 6157 0 -1 1077944384 12 13174 0 0 0 0 5 3 20 0 15 0 78982737 11178180608 230228 33554432000 4194304 4196468 140721857490736 140574749353600 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12147] ppid=12083 vsize=10916192 memory=5412 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12147/stat : 12147 (java) S 12083 12086 6157 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 78982739 11178180608 230228 33554432000 4194304 4196468 140721857490736 140574441953872 140575901079451 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12148] ppid=12083 vsize=10916192 memory=4612 CPUtime=5.05 cores=1,3,5,7
/proc/12086/task/12148/stat : 12148 (java) S 12083 12086 6157 0 -1 1077944384 28614 13174 0 0 494 3 5 3 20 0 15 0 78982739 11178180608 230228 33554432000 4194304 4196468 140721857490736 140575426599024 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12149] ppid=12083 vsize=10916192 memory=920912 CPUtime=4.74 cores=1,3,5,7
/proc/12086/task/12149/stat : 12149 (java) S 12083 12086 6157 0 -1 1077944384 23585 13174 0 0 464 2 5 3 20 0 15 0 78982739 11178180608 230228 33554432000 4194304 4196468 140721857490736 140575425546224 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12150] ppid=12083 vsize=10916192 memory=920912 CPUtime=2.03 cores=1,3,5,7
/proc/12086/task/12150/stat : 12150 (java) S 12083 12086 6157 0 -1 1077944384 17615 13174 0 0 191 4 5 3 20 0 15 0 78982739 11178180608 230228 33554432000 4194304 4196468 140721857490736 140575424493936 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12151] ppid=12083 vsize=10916192 memory=920912 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12151/stat : 12151 (java) S 12083 12086 6157 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 78982740 11178180608 230228 33554432000 4194304 4196468 140721857490736 140574408395232 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12152] ppid=12083 vsize=10916192 memory=920912 CPUtime=1.33 cores=1,3,5,7
/proc/12086/task/12152/stat : 12152 (java) S 12083 12086 6157 0 -1 1077944384 2078 13174 0 0 55 70 5 3 20 0 15 0 78982740 11178180608 230228 33554432000 4194304 4196468 140721857490736 140575423441840 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
Current children cumulated CPU time: 2346.82 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 920912 KiB

[startup+2382.3 s]
/proc/loadavg: 1.11 1.25 1.30 3/215 12353
/proc/meminfo: memFree=11215052/32770624 swapFree=67108860/67108860
[pid=12086] ppid=12083 vsize=10916192 memory=921032 CPUtime=2407.2 cores=1,3,5,7
/proc/12086/stat : 12086 (java) S 12083 12086 6157 0 -1 1077944320 234777 13174 0 0 240505 207 5 3 20 0 15 0 78982725 11178180608 230258 33554432000 4194304 4196468 140721857490736 140721857473280 140575901060855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
/proc/12086/statm: 2729048 230258 3523 1 0 2690701 0
[pid=12086/tid=12139] ppid=12083 vsize=10916192 memory=921000 CPUtime=2370.21 cores=1,3,5,7
/proc/12086/task/12139/stat : 12139 (java) R 12083 12086 6157 0 -1 4202560 84752 13174 0 0 236978 35 5 3 20 0 15 0 78982734 11178180608 230258 33554432000 4194304 4196468 140721857490736 140575872882160 140575510102030 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12140] ppid=12083 vsize=10916192 memory=921032 CPUtime=4.84 cores=1,3,5,7
/proc/12086/task/12140/stat : 12140 (java) S 12083 12086 6157 0 -1 1077944384 17049 13174 0 0 449 27 5 3 20 0 15 0 78982735 11178180608 230258 33554432000 4194304 4196468 140721857490736 140575905302928 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12141] ppid=12083 vsize=10916192 memory=921032 CPUtime=4.82 cores=1,3,5,7
/proc/12086/task/12141/stat : 12141 (java) S 12083 12086 6157 0 -1 1077944384 13958 13174 0 0 449 25 5 3 20 0 15 0 78982735 11178180608 230258 33554432000 4194304 4196468 140721857490736 140575473850640 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12142] ppid=12083 vsize=10916192 memory=921032 CPUtime=4.86 cores=1,3,5,7
/proc/12086/task/12142/stat : 12142 (java) S 12083 12086 6157 0 -1 1077944384 13681 13174 0 0 452 26 5 3 20 0 15 0 78982735 11178180608 230258 33554432000 4194304 4196468 140721857490736 140575472798352 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12143] ppid=12083 vsize=10916192 memory=921032 CPUtime=4.87 cores=1,3,5,7
/proc/12086/task/12143/stat : 12143 (java) S 12083 12086 6157 0 -1 1077944384 15662 13174 0 0 455 24 5 3 20 0 15 0 78982735 11178180608 230258 33554432000 4194304 4196468 140721857490736 140575471745552 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12144] ppid=12083 vsize=10916192 memory=921032 CPUtime=5.03 cores=1,3,5,7
/proc/12086/task/12144/stat : 12144 (java) S 12083 12086 6157 0 -1 1077944384 15526 13174 0 0 470 25 5 3 20 0 15 0 78982736 11178180608 230258 33554432000 4194304 4196468 140721857490736 140575427652208 140575901072002 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12145] ppid=12083 vsize=10916192 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12145/stat : 12145 (java) S 12083 12086 6157 0 -1 1077944384 23 13174 0 0 0 0 5 3 20 0 15 0 78982736 11178180608 230258 33554432000 4194304 4196468 140721857490736 140575353333088 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12146] ppid=12083 vsize=10916192 memory=921032 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12146/stat : 12146 (java) S 12083 12086 6157 0 -1 1077944384 12 13174 0 0 0 0 5 3 20 0 15 0 78982737 11178180608 230258 33554432000 4194304 4196468 140721857490736 140574749353600 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12147] ppid=12083 vsize=10916192 memory=921032 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12147/stat : 12147 (java) S 12083 12086 6157 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 78982739 11178180608 230258 33554432000 4194304 4196468 140721857490736 140574441953872 140575901079451 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12148] ppid=12083 vsize=10916192 memory=921032 CPUtime=5.05 cores=1,3,5,7
/proc/12086/task/12148/stat : 12148 (java) S 12083 12086 6157 0 -1 1077944384 28616 13174 0 0 494 3 5 3 20 0 15 0 78982739 11178180608 230258 33554432000 4194304 4196468 140721857490736 140575426599024 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12149] ppid=12083 vsize=10916192 memory=921032 CPUtime=4.74 cores=1,3,5,7
/proc/12086/task/12149/stat : 12149 (java) S 12083 12086 6157 0 -1 1077944384 23587 13174 0 0 464 2 5 3 20 0 15 0 78982739 11178180608 230258 33554432000 4194304 4196468 140721857490736 140575425546224 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12150] ppid=12083 vsize=10916192 memory=3848 CPUtime=2.03 cores=1,3,5,7
/proc/12086/task/12150/stat : 12150 (java) S 12083 12086 6157 0 -1 1077944384 17617 13174 0 0 191 4 5 3 20 0 15 0 78982739 11178180608 230258 33554432000 4194304 4196468 140721857490736 140575424493936 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12151] ppid=12083 vsize=10916192 memory=2592 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12151/stat : 12151 (java) S 12083 12086 6157 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 78982740 11178180608 230258 33554432000 4194304 4196468 140721857490736 140574408395232 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12152] ppid=12083 vsize=10916192 memory=4140 CPUtime=1.36 cores=1,3,5,7
/proc/12086/task/12152/stat : 12152 (java) S 12083 12086 6157 0 -1 1077944384 2096 13174 0 0 56 72 5 3 20 0 15 0 78982740 11178180608 230258 33554432000 4194304 4196468 140721857490736 140575423441840 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
Current children cumulated CPU time: 2407.2 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 921032 KiB

[startup+2442.3 s]
/proc/loadavg: 1.17 1.23 1.29 3/216 12362
/proc/meminfo: memFree=11211864/32770624 swapFree=67108860/67108860
[pid=12086] ppid=12083 vsize=10916192 memory=921120 CPUtime=2467.58 cores=1,3,5,7
/proc/12086/stat : 12086 (java) S 12083 12086 6157 0 -1 1077944320 235902 13174 0 0 246540 210 5 3 20 0 15 0 78982725 11178180608 230280 33554432000 4194304 4196468 140721857490736 140721857473280 140575901060855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
/proc/12086/statm: 2729048 230280 3523 1 0 2690701 0
[pid=12086/tid=12139] ppid=12083 vsize=10916192 memory=921120 CPUtime=2429.89 cores=1,3,5,7
/proc/12086/task/12139/stat : 12139 (java) R 12083 12086 6157 0 -1 4202560 85207 13174 0 0 242946 35 5 3 20 0 15 0 78982734 11178180608 230280 33554432000 4194304 4196468 140721857490736 140575872892416 140575520673532 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12140] ppid=12083 vsize=10916192 memory=921120 CPUtime=4.97 cores=1,3,5,7
/proc/12086/task/12140/stat : 12140 (java) S 12083 12086 6157 0 -1 1077944384 17077 13174 0 0 462 27 5 3 20 0 15 0 78982735 11178180608 230280 33554432000 4194304 4196468 140721857490736 140575905302928 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12141] ppid=12083 vsize=10916192 memory=921120 CPUtime=4.95 cores=1,3,5,7
/proc/12086/task/12141/stat : 12141 (java) S 12083 12086 6157 0 -1 1077944384 14029 13174 0 0 462 25 5 3 20 0 15 0 78982735 11178180608 230280 33554432000 4194304 4196468 140721857490736 140575473850640 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12142] ppid=12083 vsize=10916192 memory=921120 CPUtime=4.99 cores=1,3,5,7
/proc/12086/task/12142/stat : 12142 (java) S 12083 12086 6157 0 -1 1077944384 13739 13174 0 0 465 26 5 3 20 0 15 0 78982735 11178180608 230280 33554432000 4194304 4196468 140721857490736 140575472798352 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12143] ppid=12083 vsize=10916192 memory=921120 CPUtime=5 cores=1,3,5,7
/proc/12086/task/12143/stat : 12143 (java) S 12083 12086 6157 0 -1 1077944384 15958 13174 0 0 468 24 5 3 20 0 15 0 78982735 11178180608 230280 33554432000 4194304 4196468 140721857490736 140575471745552 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12144] ppid=12083 vsize=10916192 memory=921120 CPUtime=5.16 cores=1,3,5,7
/proc/12086/task/12144/stat : 12144 (java) S 12083 12086 6157 0 -1 1077944384 15719 13174 0 0 483 25 5 3 20 0 15 0 78982736 11178180608 230280 33554432000 4194304 4196468 140721857490736 140575427652208 140575901072002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12145] ppid=12083 vsize=10916192 memory=921120 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12145/stat : 12145 (java) S 12083 12086 6157 0 -1 1077944384 23 13174 0 0 0 0 5 3 20 0 15 0 78982736 11178180608 230280 33554432000 4194304 4196468 140721857490736 140575353333088 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12146] ppid=12083 vsize=10916192 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12146/stat : 12146 (java) S 12083 12086 6157 0 -1 1077944384 12 13174 0 0 0 0 5 3 20 0 15 0 78982737 11178180608 230280 33554432000 4194304 4196468 140721857490736 140574749353600 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12147] ppid=12083 vsize=10916192 memory=921120 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12147/stat : 12147 (java) S 12083 12086 6157 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 78982739 11178180608 230280 33554432000 4194304 4196468 140721857490736 140574441953872 140575901079451 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12148] ppid=12083 vsize=10916192 memory=921120 CPUtime=5.05 cores=1,3,5,7
/proc/12086/task/12148/stat : 12148 (java) S 12083 12086 6157 0 -1 1077944384 28618 13174 0 0 494 3 5 3 20 0 15 0 78982739 11178180608 230280 33554432000 4194304 4196468 140721857490736 140575426599024 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12149] ppid=12083 vsize=10916192 memory=921120 CPUtime=4.74 cores=1,3,5,7
/proc/12086/task/12149/stat : 12149 (java) S 12083 12086 6157 0 -1 1077944384 23589 13174 0 0 464 2 5 3 20 0 15 0 78982739 11178180608 230280 33554432000 4194304 4196468 140721857490736 140575425546224 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12150] ppid=12083 vsize=10916192 memory=921120 CPUtime=2.03 cores=1,3,5,7
/proc/12086/task/12150/stat : 12150 (java) S 12083 12086 6157 0 -1 1077944384 17619 13174 0 0 191 4 5 3 20 0 15 0 78982739 11178180608 230280 33554432000 4194304 4196468 140721857490736 140575424493936 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12151] ppid=12083 vsize=10916192 memory=921120 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12151/stat : 12151 (java) S 12083 12086 6157 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 78982740 11178180608 230280 33554432000 4194304 4196468 140721857490736 140574408395232 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12152] ppid=12083 vsize=10916192 memory=921120 CPUtime=1.4 cores=1,3,5,7
/proc/12086/task/12152/stat : 12152 (java) S 12083 12086 6157 0 -1 1077944384 2114 13174 0 0 58 74 5 3 20 0 15 0 78982740 11178180608 230280 33554432000 4194304 4196468 140721857490736 140575423441840 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
Current children cumulated CPU time: 2467.58 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 921120 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2494.4 s]*
/proc/loadavg: 1.10 1.20 1.28 3/216 12363
/proc/meminfo: memFree=11212464/32770624 swapFree=67108860/67108860
[pid=12086] ppid=12083 vsize=10916192 memory=921212 CPUtime=2520.03 cores=1,3,5,7
/proc/12086/stat : 12086 (java) S 12083 12086 6157 0 -1 1077944320 236991 13174 0 0 251781 214 5 3 20 0 15 0 78982725 11178180608 230303 33554432000 4194304 4196468 140721857490736 140721857473280 140575901060855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
/proc/12086/statm: 2729048 230303 3523 1 0 2690701 0
[pid=12086/tid=12139] ppid=12083 vsize=10916192 memory=6791534058613427641 CPUtime=2481.74 cores=1,3,5,7
/proc/12086/task/12139/stat : 12139 (java) R 12083 12086 6157 0 -1 4202560 85625 13174 0 0 248131 35 5 3 20 0 15 0 78982734 11178180608 230303 33554432000 4194304 4196468 140721857490736 140575872894672 140575520952944 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12140] ppid=12083 vsize=10916192 memory=-7003737579269690708 CPUtime=5.09 cores=1,3,5,7
/proc/12086/task/12140/stat : 12140 (java) S 12083 12086 6157 0 -1 1077944384 17093 13174 0 0 473 28 5 3 20 0 15 0 78982735 11178180608 230303 33554432000 4194304 4196468 140721857490736 140575905302928 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12141] ppid=12083 vsize=10916192 memory=640 CPUtime=5.06 cores=1,3,5,7
/proc/12086/task/12141/stat : 12141 (java) S 12083 12086 6157 0 -1 1077944384 14066 13174 0 0 472 26 5 3 20 0 15 0 78982735 11178180608 230303 33554432000 4194304 4196468 140721857490736 140575473850640 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12142] ppid=12083 vsize=10916192 memory=952 CPUtime=5.11 cores=1,3,5,7
/proc/12086/task/12142/stat : 12142 (java) S 12083 12086 6157 0 -1 1077944384 13811 13174 0 0 476 27 5 3 20 0 15 0 78982735 11178180608 230303 33554432000 4194304 4196468 140721857490736 140575472798352 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12143] ppid=12083 vsize=10916192 memory=1236 CPUtime=5.11 cores=1,3,5,7
/proc/12086/task/12143/stat : 12143 (java) S 12083 12086 6157 0 -1 1077944384 16286 13174 0 0 479 24 5 3 20 0 15 0 78982735 11178180608 230303 33554432000 4194304 4196468 140721857490736 140575471745552 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12144] ppid=12083 vsize=10916192 memory=2340 CPUtime=5.28 cores=1,3,5,7
/proc/12086/task/12144/stat : 12144 (java) S 12083 12086 6157 0 -1 1077944384 15925 13174 0 0 494 26 5 3 20 0 15 0 78982736 11178180608 230303 33554432000 4194304 4196468 140721857490736 140575427652208 140575901072002 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12145] ppid=12083 vsize=10916192 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12145/stat : 12145 (java) S 12083 12086 6157 0 -1 1077944384 23 13174 0 0 0 0 5 3 20 0 15 0 78982736 11178180608 230303 33554432000 4194304 4196468 140721857490736 140575353333088 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12146] ppid=12083 vsize=10916192 memory=932 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12146/stat : 12146 (java) S 12083 12086 6157 0 -1 1077944384 12 13174 0 0 0 0 5 3 20 0 15 0 78982737 11178180608 230303 33554432000 4194304 4196468 140721857490736 140574749353600 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12147] ppid=12083 vsize=10916192 memory=1584 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12147/stat : 12147 (java) S 12083 12086 6157 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 78982739 11178180608 230303 33554432000 4194304 4196468 140721857490736 140574441953872 140575901079451 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12148] ppid=12083 vsize=10916192 memory=4124 CPUtime=5.05 cores=1,3,5,7
/proc/12086/task/12148/stat : 12148 (java) S 12083 12086 6157 0 -1 1077944384 28620 13174 0 0 494 3 5 3 20 0 15 0 78982739 11178180608 230303 33554432000 4194304 4196468 140721857490736 140575426599024 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12149] ppid=12083 vsize=10916192 memory=2200 CPUtime=4.74 cores=1,3,5,7
/proc/12086/task/12149/stat : 12149 (java) S 12083 12086 6157 0 -1 1077944384 23591 13174 0 0 464 2 5 3 20 0 15 0 78982739 11178180608 230303 33554432000 4194304 4196468 140721857490736 140575425546224 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12150] ppid=12083 vsize=10916192 memory=7288 CPUtime=2.03 cores=1,3,5,7
/proc/12086/task/12150/stat : 12150 (java) S 12083 12086 6157 0 -1 1077944384 17621 13174 0 0 191 4 5 3 20 0 15 0 78982739 11178180608 230303 33554432000 4194304 4196468 140721857490736 140575424493936 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12151] ppid=12083 vsize=10916192 memory=840 CPUtime=0.08 cores=1,3,5,7
/proc/12086/task/12151/stat : 12151 (java) S 12083 12086 6157 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 78982740 11178180608 230303 33554432000 4194304 4196468 140721857490736 140574408395232 140575901071061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
[pid=12086/tid=12152] ppid=12083 vsize=10916192 memory=1796 CPUtime=1.42 cores=1,3,5,7
/proc/12086/task/12152/stat : 12152 (java) S 12083 12086 6157 0 -1 1077944384 2120 13174 0 0 59 75 5 3 20 0 15 0 78982740 11178180608 230303 33554432000 4194304 4196468 140721857490736 140575423441840 140575901072002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140721857497710 140721857500508 140721857500508 140721857503183 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 921212 KiB

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

[startup+2494.44 s]
# the end of solver process 12086 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.89 s, system=2.18518 s

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

Child status: 143
Real time (s): 2494.44
CPU time (s): 2520.07
CPU user time (s): 2517.89
CPU system time (s): 2.18518
CPU usage (%): 101.028
Max. virtual memory (cumulated for all children) (KiB): 10916780
Max. memory (cumulated for all children) (KiB): 1087388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.89
system time used= 2.18518
maximum resident set size= 1089436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251024
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 157629
involuntary context switches= 4834


# summary of solver processes directly reported to runsolver:
#   pid: 12086
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2517.89
#   total CPU system time (s): 2.18518

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9237 second user time and 22.3036 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-26 16:09:55
IDJOB=4296113
IDBENCH=141654
IDSOLVER=2750
FILE ID=node107/4296113-1532614195
RUNJOBID= node107-1532598730-8939
PBS_JOBID= 21021966
Free space on /tmp= 54496 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Eternity/Eternity-11-11_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4296113-1532614195/watcher-4296113-1532614195 -o /tmp/evaluation-result-4296113-1532614195/solver-4296113-1532614195 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532598730-8939 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1627112538 HOME/instance-4296113-1532614195.xml

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

MD5SUM BENCH= b7632c186b52d4a26cd4526d5031b869
RANDOM SEED=1627112538

node107.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.40
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.40
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.40
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.40
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:        12222440 kB
MemAvailable:   31190484 kB
Buffers:          298964 kB
Cached:         18786856 kB
SwapCached:            0 kB
Active:          5040232 kB
Inactive:       14840168 kB
Active(anon):     797336 kB
Inactive(anon):    25036 kB
Active(file):    4242896 kB
Inactive(file): 14815132 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27156 kB
Writeback:             0 kB
AnonPages:        774292 kB
Mapped:            54224 kB
Shmem:             25228 kB
Slab:             366636 kB
SReclaimable:     338476 kB
SUnreclaim:        28160 kB
KernelStack:        3840 kB
PageTables:         6844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1750400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    536576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54472 MiB
End job on node107 at 2018-07-26 16:51:30