Trace number 4304991

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.9.2? (TO) 2520.15 2479.43

General information on the benchmark

NameLangford/
LangfordBin-13_c18.xml
MD5SUMaf26c9d63c7c51246c3bfb55117cf2b4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark674.478
Satisfiable
(Un)Satisfiability was proved
Number of variables52
Number of constraints39
Number of domains2
Minimum domain size13
Maximum domain size26
Distribution of domain sizes[{"size":13,"count":26},{"size":26,"count":26}]
Minimum variable degree2
Maximum variable degree26
Distribution of variable degrees[{"degree":2,"count":26},{"degree":26,"count":26}]
Minimum constraint arity2
Maximum constraint arity27
Distribution of constraint arities[{"arity":2,"count":13},{"arity":27,"count":26}]
Number of extensional constraints0
Number of intensional constraints13
Distribution of constraint types[{"type":"intension","count":13},{"type":"element","count":26}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304991-1534106897/watcher-4304991-1534106897 -o /tmp/evaluation-result-4304991-1534106897/solver-4304991-1534106897 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534096964-13175 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1165390068 HOME/instance-4304991-1534106897.xml 

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

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

solver pid=15166, runsolver pid=15163

[startup+0.100119 s]*
/proc/loadavg: 1.45 1.42 1.35 3/206 15224
/proc/meminfo: memFree=17601492/32770624 swapFree=67108196/67108860
[pid=15166] ppid=15163 vsize=10005480 memory=18592 CPUtime=0.08 cores=1,3,5,7
/proc/15166/stat : 15166 (java) S 15163 15166 13143 0 -1 1077944320 4298 13174 0 0 1 0 4 3 20 0 6 0 228252878 10245611520 4648 33554432000 4194304 4196468 140735837239408 140735837221952 140188946718455 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
/proc/15166/statm: 2501370 4648 1932 1 0 2489808 0
[pid=15166/tid=15220] ppid=15163 vsize=10005480 memory=5852835220496416925 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15220/stat : 15220 (java) R 15163 15166 13143 0 -1 4202560 2128 13174 0 0 0 0 4 3 20 0 6 0 228252887 10245611520 4714 33554432000 4194304 4196468 140735837239408 140188918555216 140188931841392 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15221] ppid=15163 vsize=10005480 memory=5793855497865341369 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15221/stat : 15221 (java) S 15163 15166 13143 0 -1 1077944384 1 13174 0 0 0 0 4 3 20 0 6 0 228252887 10245611520 4714 33554432000 4194304 4196468 140735837239408 140188950960528 140188946728661 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15222] ppid=15163 vsize=10005480 memory=140246855448192 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15222/stat : 15222 (java) S 15163 15166 13143 0 -1 1077944384 1 13174 0 0 0 0 4 3 20 0 6 0 228252887 10245611520 4714 33554432000 4194304 4196468 140735837239408 140188816296208 140188946728661 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15223] ppid=15163 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15223/stat : 15223 (java) S 15163 15166 13143 0 -1 1077944384 1 13174 0 0 0 0 4 3 20 0 6 0 228252887 10245611520 4714 33554432000 4194304 4196468 140735837239408 140188815243920 140188946728661 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15224] ppid=15163 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15224/stat : 15224 (java) S 15163 15166 13143 0 -1 1077944384 2 13174 0 0 0 0 4 3 20 0 6 0 228252887 10245611520 4714 33554432000 4194304 4196468 140735837239408 140188814191120 140188946728661 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210801 s]*
/proc/loadavg: 1.45 1.42 1.35 3/215 15233
/proc/meminfo: memFree=17579872/32770624 swapFree=67108196/67108860
[pid=15166] ppid=15163 vsize=10982744 memory=43000 CPUtime=0.24 cores=1,3,5,7
/proc/15166/stat : 15166 (java) S 15163 15166 13143 0 -1 1077944320 7454 13174 0 0 16 1 4 3 20 0 15 0 228252878 11246329856 10750 33554432000 4194304 4196468 140735837239408 140735837221952 140188946718455 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
/proc/15166/statm: 2745686 10750 2944 1 0 2708109 0
[pid=15166/tid=15220] ppid=15163 vsize=10982744 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/15166/task/15220/stat : 15220 (java) R 15163 15166 13143 0 -1 4202560 4201 13174 0 0 10 1 4 3 20 0 15 0 228252887 11246329856 10948 33554432000 4194304 4196468 140735837239408 140188918535568 140188926994283 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15221] ppid=15163 vsize=10982744 memory=4211973973060238730 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15221/stat : 15221 (java) S 15163 15166 13143 0 -1 1077944384 1 13174 0 0 0 0 4 3 20 0 15 0 228252887 11246329856 10948 33554432000 4194304 4196468 140735837239408 140188950960528 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15222] ppid=15163 vsize=10982744 memory=140246855448192 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15222/stat : 15222 (java) S 15163 15166 13143 0 -1 1077944384 1 13174 0 0 0 0 4 3 20 0 15 0 228252887 11246329856 10948 33554432000 4194304 4196468 140735837239408 140188816296208 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15223] ppid=15163 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15223/stat : 15223 (java) S 15163 15166 13143 0 -1 1077944384 1 13174 0 0 0 0 4 3 20 0 15 0 228252887 11246329856 10948 33554432000 4194304 4196468 140735837239408 140188815243920 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15224] ppid=15163 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15224/stat : 15224 (java) S 15163 15166 13143 0 -1 1077944384 2 13174 0 0 0 0 4 3 20 0 15 0 228252887 11246329856 10948 33554432000 4194304 4196468 140735837239408 140188814191120 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15225] ppid=15163 vsize=10982744 memory=140246855448192 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15225/stat : 15225 (java) S 15163 15166 13143 0 -1 1077944384 2 13174 0 0 0 0 4 3 20 0 15 0 228252889 11246329856 10948 33554432000 4194304 4196468 140735837239408 140187915811440 140188946729602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15226] ppid=15163 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15226/stat : 15226 (java) S 15163 15166 13143 0 -1 1077944384 13 13174 0 0 0 0 4 3 20 0 15 0 228252889 11246329856 10948 33554432000 4194304 4196468 140735837239408 140187799643424 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15227] ppid=15163 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15227/stat : 15227 (java) S 15163 15166 13143 0 -1 1077944384 1 13174 0 0 0 0 4 3 20 0 15 0 228252889 11246329856 10948 33554432000 4194304 4196468 140735837239408 140187598317168 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15228] ppid=15163 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15228/stat : 15228 (java) S 15163 15166 13143 0 -1 1077944384 3 13174 0 0 0 0 4 3 20 0 15 0 228252892 11246329856 10948 33554432000 4194304 4196468 140735837239408 140187290917456 140188946737051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15229] ppid=15163 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15166/task/15229/stat : 15229 (java) S 15163 15166 13143 0 -1 1077944384 358 13174 0 0 1 0 4 3 20 0 15 0 228252892 11246329856 10948 33554432000 4194304 4196468 140735837239408 140187914758256 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15230] ppid=15163 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15230/stat : 15230 (java) S 15163 15166 13143 0 -1 1077944384 257 13174 0 0 0 0 4 3 20 0 15 0 228252892 11246329856 11014 33554432000 4194304 4196468 140735837239408 140187913705456 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15231] ppid=15163 vsize=10982744 memory=140246855448192 CPUtime=0.1 cores=1,3,5,7
/proc/15166/task/15231/stat : 15231 (java) S 15163 15166 13143 0 -1 1077944384 629 13174 0 0 3 0 4 3 20 0 15 0 228252892 11246329856 11014 33554432000 4194304 4196468 140735837239408 140187912653168 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15232] ppid=15163 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15232/stat : 15232 (java) S 15163 15166 13143 0 -1 1077944384 3 13174 0 0 0 0 4 3 20 0 15 0 228252892 11246329856 11014 33554432000 4194304 4196468 140735837239408 140186860120544 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15233] ppid=15163 vsize=10982744 memory=140246855448192 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15233/stat : 15233 (java) S 15163 15166 13143 0 -1 1077944384 1 13174 0 0 0 0 4 3 20 0 15 0 228252892 11246329856 11014 33554432000 4194304 4196468 140735837239408 140187911601072 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43000 KiB

[startup+0.310131 s]*
/proc/loadavg: 1.45 1.42 1.35 3/215 15233
/proc/meminfo: memFree=17568708/32770624 swapFree=67108196/67108860
[pid=15166] ppid=15163 vsize=10983192 memory=55260 CPUtime=0.37 cores=1,3,5,7
/proc/15166/stat : 15166 (java) S 15163 15166 13143 0 -1 1077944320 10396 13174 0 0 27 3 4 3 20 0 15 0 228252878 11246788608 13815 33554432000 4194304 4196468 140735837239408 140735837221952 140188946718455 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
/proc/15166/statm: 2745798 13815 3063 1 0 2708109 0
[pid=15166/tid=15220] ppid=15163 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/15166/task/15220/stat : 15220 (java) R 15163 15166 13143 0 -1 4202560 6917 13174 0 0 19 2 4 3 20 0 15 0 228252887 11246788608 13815 33554432000 4194304 4196468 140735837239408 140188918530464 140188928281988 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15221] ppid=15163 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15221/stat : 15221 (java) S 15163 15166 13143 0 -1 1077944384 1 13174 0 0 0 0 4 3 20 0 15 0 228252887 11246788608 13815 33554432000 4194304 4196468 140735837239408 140188950960528 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15222] ppid=15163 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15222/stat : 15222 (java) S 15163 15166 13143 0 -1 1077944384 1 13174 0 0 0 0 4 3 20 0 15 0 228252887 11246788608 13815 33554432000 4194304 4196468 140735837239408 140188816296208 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15223] ppid=15163 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15223/stat : 15223 (java) S 15163 15166 13143 0 -1 1077944384 1 13174 0 0 0 0 4 3 20 0 15 0 228252887 11246788608 13815 33554432000 4194304 4196468 140735837239408 140188815243920 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15224] ppid=15163 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15224/stat : 15224 (java) S 15163 15166 13143 0 -1 1077944384 2 13174 0 0 0 0 4 3 20 0 15 0 228252887 11246788608 13815 33554432000 4194304 4196468 140735837239408 140188814191120 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15225] ppid=15163 vsize=10983192 memory=140246855448191 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15225/stat : 15225 (java) S 15163 15166 13143 0 -1 1077944384 2 13174 0 0 0 0 4 3 20 0 15 0 228252889 11246788608 13815 33554432000 4194304 4196468 140735837239408 140187915811440 140188946729602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15226] ppid=15163 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15226/stat : 15226 (java) S 15163 15166 13143 0 -1 1077944384 13 13174 0 0 0 0 4 3 20 0 15 0 228252889 11246788608 13815 33554432000 4194304 4196468 140735837239408 140187799643424 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15227] ppid=15163 vsize=10983192 memory=140246855448192 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15227/stat : 15227 (java) S 15163 15166 13143 0 -1 1077944384 1 13174 0 0 0 0 4 3 20 0 15 0 228252889 11246788608 13815 33554432000 4194304 4196468 140735837239408 140187598317168 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15228] ppid=15163 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15228/stat : 15228 (java) S 15163 15166 13143 0 -1 1077944384 3 13174 0 0 0 0 4 3 20 0 15 0 228252892 11246788608 13815 33554432000 4194304 4196468 140735837239408 140187290917456 140188946737051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15229] ppid=15163 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15166/task/15229/stat : 15229 (java) S 15163 15166 13143 0 -1 1077944384 359 13174 0 0 1 0 4 3 20 0 15 0 228252892 11246788608 13815 33554432000 4194304 4196468 140735837239408 140187914758256 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15230] ppid=15163 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15166/task/15230/stat : 15230 (java) S 15163 15166 13143 0 -1 1077944384 257 13174 0 0 1 0 4 3 20 0 15 0 228252892 11246788608 13815 33554432000 4194304 4196468 140735837239408 140187913705456 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15231] ppid=15163 vsize=10983192 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/15166/task/15231/stat : 15231 (java) S 15163 15166 13143 0 -1 1077944384 650 13174 0 0 4 0 4 3 20 0 15 0 228252892 11246788608 13815 33554432000 4194304 4196468 140735837239408 140187912653168 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15232] ppid=15163 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15232/stat : 15232 (java) S 15163 15166 13143 0 -1 1077944384 3 13174 0 0 0 0 4 3 20 0 15 0 228252892 11246788608 13815 33554432000 4194304 4196468 140735837239408 140186860120544 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15233] ppid=15163 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15233/stat : 15233 (java) S 15163 15166 13143 0 -1 1077944384 1 13174 0 0 0 0 4 3 20 0 15 0 228252892 11246788608 13815 33554432000 4194304 4196468 140735837239408 140187911601072 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55260 KiB

[startup+0.700718 s]
/proc/loadavg: 1.45 1.42 1.35 4/215 15233
/proc/meminfo: memFree=17556616/32770624 swapFree=67108196/67108860
[pid=15166] ppid=15163 vsize=10983192 memory=88612 CPUtime=0.98 cores=1,3,5,7
/proc/15166/stat : 15166 (java) S 15163 15166 13143 0 -1 1077944320 16749 13174 0 0 86 5 4 3 20 0 15 0 228252878 11246788608 22153 33554432000 4194304 4196468 140735837239408 140735837221952 140188946718455 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
/proc/15166/statm: 2745798 22153 3238 1 0 2708109 0
[pid=15166/tid=15220] ppid=15163 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/15166/task/15220/stat : 15220 (java) R 15163 15166 13143 0 -1 4202560 12183 13174 0 0 55 4 4 3 20 0 15 0 228252887 11246788608 22153 33554432000 4194304 4196468 140735837239408 140188918539280 140188928281971 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15221] ppid=15163 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15221/stat : 15221 (java) S 15163 15166 13143 0 -1 1077944384 1 13174 0 0 0 0 4 3 20 0 15 0 228252887 11246788608 22153 33554432000 4194304 4196468 140735837239408 140188950960528 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15222] ppid=15163 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15222/stat : 15222 (java) S 15163 15166 13143 0 -1 1077944384 1 13174 0 0 0 0 4 3 20 0 15 0 228252887 11246788608 22153 33554432000 4194304 4196468 140735837239408 140188816296208 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15223] ppid=15163 vsize=10983192 memory=3472468542140651330 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15223/stat : 15223 (java) S 15163 15166 13143 0 -1 1077944384 1 13174 0 0 0 0 4 3 20 0 15 0 228252887 11246788608 22153 33554432000 4194304 4196468 140735837239408 140188815243920 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15224] ppid=15163 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15224/stat : 15224 (java) S 15163 15166 13143 0 -1 1077944384 2 13174 0 0 0 0 4 3 20 0 15 0 228252887 11246788608 22153 33554432000 4194304 4196468 140735837239408 140188814191120 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15225] ppid=15163 vsize=10983192 memory=280493442752896 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15225/stat : 15225 (java) S 15163 15166 13143 0 -1 1077944384 5 13174 0 0 0 0 4 3 20 0 15 0 228252889 11246788608 22153 33554432000 4194304 4196468 140735837239408 140187915811440 140188946729602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15226] ppid=15163 vsize=10983192 memory=4028 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15226/stat : 15226 (java) S 15163 15166 13143 0 -1 1077944384 13 13174 0 0 0 0 4 3 20 0 15 0 228252889 11246788608 22153 33554432000 4194304 4196468 140735837239408 140187799643424 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15227] ppid=15163 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15227/stat : 15227 (java) S 15163 15166 13143 0 -1 1077944384 1 13174 0 0 0 0 4 3 20 0 15 0 228252889 11246788608 22153 33554432000 4194304 4196468 140735837239408 140187598317168 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15228] ppid=15163 vsize=10983192 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15228/stat : 15228 (java) S 15163 15166 13143 0 -1 1077944384 3 13174 0 0 0 0 4 3 20 0 15 0 228252892 11246788608 22153 33554432000 4194304 4196468 140735837239408 140187290917456 140188946737051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15229] ppid=15163 vsize=10983192 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/15166/task/15229/stat : 15229 (java) S 15163 15166 13143 0 -1 1077944384 962 13174 0 0 10 0 4 3 20 0 15 0 228252892 11246788608 22153 33554432000 4194304 4196468 140735837239408 140187914758256 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15230] ppid=15163 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/15166/task/15230/stat : 15230 (java) S 15163 15166 13143 0 -1 1077944384 638 13174 0 0 6 0 4 3 20 0 15 0 228252892 11246788608 22153 33554432000 4194304 4196468 140735837239408 140187913705456 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15231] ppid=15163 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/15166/task/15231/stat : 15231 (java) S 15163 15166 13143 0 -1 1077944384 746 13174 0 0 13 0 4 3 20 0 15 0 228252892 11246788608 22153 33554432000 4194304 4196468 140735837239408 140187912653168 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15232] ppid=15163 vsize=10983192 memory=19265 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15232/stat : 15232 (java) S 15163 15166 13143 0 -1 1077944384 3 13174 0 0 0 0 4 3 20 0 15 0 228252892 11246788608 22153 33554432000 4194304 4196468 140735837239408 140186860120544 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15233] ppid=15163 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15233/stat : 15233 (java) S 15163 15166 13143 0 -1 1077944384 1 13174 0 0 0 0 4 3 20 0 15 0 228252892 11246788608 22153 33554432000 4194304 4196468 140735837239408 140187911601072 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88612 KiB

[startup+1.50073 s]
/proc/loadavg: 1.45 1.42 1.35 3/215 15233
/proc/meminfo: memFree=17510532/32770624 swapFree=67108196/67108860
[pid=15166] ppid=15163 vsize=11000140 memory=181740 CPUtime=2.25 cores=1,3,5,7
/proc/15166/stat : 15166 (java) S 15163 15166 13143 0 -1 1077944320 24011 13174 0 0 207 11 4 3 20 0 15 0 228252878 11264143360 45435 33554432000 4194304 4196468 140735837239408 140735837221952 140188946718455 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
/proc/15166/statm: 2750035 45435 3467 1 0 2711693 0
[pid=15166/tid=15220] ppid=15163 vsize=11000140 memory=4028 CPUtime=1.42 cores=1,3,5,7
/proc/15166/task/15220/stat : 15220 (java) R 15163 15166 13143 0 -1 4202560 17869 13174 0 0 129 6 4 3 20 0 15 0 228252887 11264143360 45435 33554432000 4194304 4196468 140735837239408 140188918549568 140188930762085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15221] ppid=15163 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15166/task/15221/stat : 15221 (java) S 15163 15166 13143 0 -1 1077944384 61 13174 0 0 1 0 4 3 20 0 15 0 228252887 11264143360 45435 33554432000 4194304 4196468 140735837239408 140188950960528 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15222] ppid=15163 vsize=11000140 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/15166/task/15222/stat : 15222 (java) S 15163 15166 13143 0 -1 1077944384 206 13174 0 0 1 0 4 3 20 0 15 0 228252887 11264143360 45435 33554432000 4194304 4196468 140735837239408 140188816296208 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15223] ppid=15163 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15223/stat : 15223 (java) S 15163 15166 13143 0 -1 1077944384 23 13174 0 0 0 0 4 3 20 0 15 0 228252887 11264143360 45435 33554432000 4194304 4196468 140735837239408 140188815243920 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15224] ppid=15163 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15224/stat : 15224 (java) S 15163 15166 13143 0 -1 1077944384 39 13174 0 0 0 0 4 3 20 0 15 0 228252887 11264143360 45435 33554432000 4194304 4196468 140735837239408 140188814191120 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15225] ppid=15163 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15166/task/15225/stat : 15225 (java) S 15163 15166 13143 0 -1 1077944384 48 13174 0 0 1 0 4 3 20 0 15 0 228252889 11264143360 45435 33554432000 4194304 4196468 140735837239408 140187915811440 140188946729602 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15226] ppid=15163 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15226/stat : 15226 (java) S 15163 15166 13143 0 -1 1077944384 14 13174 0 0 0 0 4 3 20 0 15 0 228252889 11264143360 45435 33554432000 4194304 4196468 140735837239408 140187799643488 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15227] ppid=15163 vsize=11000140 memory=22 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15227/stat : 15227 (java) S 15163 15166 13143 0 -1 1077944384 1 13174 0 0 0 0 4 3 20 0 15 0 228252889 11264143360 45435 33554432000 4194304 4196468 140735837239408 140187598317184 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15228] ppid=15163 vsize=11000140 memory=13 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15228/stat : 15228 (java) S 15163 15166 13143 0 -1 1077944384 3 13174 0 0 0 0 4 3 20 0 15 0 228252892 11264143360 45435 33554432000 4194304 4196468 140735837239408 140187290917456 140188946737051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15229] ppid=15163 vsize=11000140 memory=28 CPUtime=0.32 cores=1,3,5,7
/proc/15166/task/15229/stat : 15229 (java) S 15163 15166 13143 0 -1 1077944384 1413 13174 0 0 25 0 4 3 20 0 15 0 228252892 11264143360 45435 33554432000 4194304 4196468 140735837239408 140187914758256 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15230] ppid=15163 vsize=11000140 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/15166/task/15230/stat : 15230 (java) S 15163 15166 13143 0 -1 1077944384 792 13174 0 0 14 0 4 3 20 0 15 0 228252892 11264143360 45435 33554432000 4194304 4196468 140735837239408 140187913705456 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15231] ppid=15163 vsize=11000140 memory=56 CPUtime=0.38 cores=1,3,5,7
/proc/15166/task/15231/stat : 15231 (java) S 15163 15166 13143 0 -1 1077944384 1350 13174 0 0 31 0 4 3 20 0 15 0 228252892 11264143360 45435 33554432000 4194304 4196468 140735837239408 140187912653168 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15232] ppid=15163 vsize=11000140 memory=14775 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15232/stat : 15232 (java) S 15163 15166 13143 0 -1 1077944384 3 13174 0 0 0 0 4 3 20 0 15 0 228252892 11264143360 45435 33554432000 4194304 4196468 140735837239408 140186860120544 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15233] ppid=15163 vsize=11000140 memory=4350 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15233/stat : 15233 (java) S 15163 15166 13143 0 -1 1077944384 1 13174 0 0 0 0 4 3 20 0 15 0 228252892 11264143360 45435 33554432000 4194304 4196468 140735837239408 140187911601072 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 11000140 KiB

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

/proc/15166/task/15220/stat : 15220 (java) R 15163 15166 13143 0 -1 4202560 84098 13174 0 0 229427 52 4 3 20 0 15 0 228252887 11343855616 265952 33554432000 4194304 4196468 140735837239408 140188918552448 140188498168273 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15221] ppid=15163 vsize=11077984 memory=1063808 CPUtime=11.44 cores=1,3,5,7
/proc/15166/task/15221/stat : 15221 (java) S 15163 15166 13143 0 -1 1077944384 10811 13174 0 0 1077 60 4 3 20 0 15 0 228252887 11343855616 265952 33554432000 4194304 4196468 140735837239408 140188950960528 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15222] ppid=15163 vsize=11077984 memory=1063808 CPUtime=11.44 cores=1,3,5,7
/proc/15166/task/15222/stat : 15222 (java) S 15163 15166 13143 0 -1 1077944384 14434 13174 0 0 1075 62 4 3 20 0 15 0 228252887 11343855616 265952 33554432000 4194304 4196468 140735837239408 140188816296208 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15223] ppid=15163 vsize=11077984 memory=1063808 CPUtime=11.47 cores=1,3,5,7
/proc/15166/task/15223/stat : 15223 (java) S 15163 15166 13143 0 -1 1077944384 9227 13174 0 0 1084 56 4 3 20 0 15 0 228252887 11343855616 265952 33554432000 4194304 4196468 140735837239408 140188815243920 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15224] ppid=15163 vsize=11077984 memory=1063808 CPUtime=11.48 cores=1,3,5,7
/proc/15166/task/15224/stat : 15224 (java) S 15163 15166 13143 0 -1 1077944384 11258 13174 0 0 1083 58 4 3 20 0 15 0 228252887 11343855616 265952 33554432000 4194304 4196468 140735837239408 140188814191120 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15225] ppid=15163 vsize=11077984 memory=280493442765408 CPUtime=11.78 cores=1,3,5,7
/proc/15166/task/15225/stat : 15225 (java) S 15163 15166 13143 0 -1 1077944384 13808 13174 0 0 1115 56 4 3 20 0 15 0 228252889 11343855616 265952 33554432000 4194304 4196468 140735837239408 140187915811440 140188946729602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 34 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15226] ppid=15163 vsize=11077984 memory=1063808 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15226/stat : 15226 (java) S 15163 15166 13143 0 -1 1077944384 15 13174 0 0 0 0 4 3 20 0 15 0 228252889 11343855616 265952 33554432000 4194304 4196468 140735837239408 140187799643488 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15227] ppid=15163 vsize=11077984 memory=1063808 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15227/stat : 15227 (java) S 15163 15166 13143 0 -1 1077944384 1 13174 0 0 0 0 4 3 20 0 15 0 228252889 11343855616 265952 33554432000 4194304 4196468 140735837239408 140187598317184 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15228] ppid=15163 vsize=11077984 memory=1063808 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15228/stat : 15228 (java) S 15163 15166 13143 0 -1 1077944384 3 13174 0 0 0 0 4 3 20 0 15 0 228252892 11343855616 265952 33554432000 4194304 4196468 140735837239408 140187290917456 140188946737051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15229] ppid=15163 vsize=11077984 memory=4028 CPUtime=3.39 cores=1,3,5,7
/proc/15166/task/15229/stat : 15229 (java) S 15163 15166 13143 0 -1 1077944384 25920 13174 0 0 329 3 4 3 20 0 15 0 228252892 11343855616 265952 33554432000 4194304 4196468 140735837239408 140187914758256 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 46 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15230] ppid=15163 vsize=11077984 memory=1063808 CPUtime=2.37 cores=1,3,5,7
/proc/15166/task/15230/stat : 15230 (java) S 15163 15166 13143 0 -1 1077944384 15583 13174 0 0 227 3 4 3 20 0 15 0 228252892 11343855616 265952 33554432000 4194304 4196468 140735837239408 140187913705456 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 48 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15231] ppid=15163 vsize=11077984 memory=1063808 CPUtime=1.49 cores=1,3,5,7
/proc/15166/task/15231/stat : 15231 (java) S 15163 15166 13143 0 -1 1077944384 13531 13174 0 0 139 3 4 3 20 0 15 0 228252892 11343855616 265952 33554432000 4194304 4196468 140735837239408 140187912653168 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 49 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15232] ppid=15163 vsize=11077984 memory=288230574492221466 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15232/stat : 15232 (java) S 15163 15166 13143 0 -1 1077944384 3 13174 0 0 0 0 4 3 20 0 15 0 228252892 11343855616 265952 33554432000 4194304 4196468 140735837239408 140186860120544 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15233] ppid=15163 vsize=11077984 memory=288230596050944315 CPUtime=1.47 cores=1,3,5,7
/proc/15166/task/15233/stat : 15233 (java) S 15163 15166 13143 0 -1 1077944384 1765 13174 0 0 60 80 4 3 20 0 15 0 228252892 11343855616 265952 33554432000 4194304 4196468 140735837239408 140187911601072 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
Current children cumulated CPU time: 2360.66 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1063808 KiB

[startup+2382.3 s]
/proc/loadavg: 1.47 1.46 1.43 3/215 15454
/proc/meminfo: memFree=16533856/32770624 swapFree=67108196/67108860
[pid=15166] ppid=15163 vsize=11077984 memory=1065856 CPUtime=2421.52 cores=1,3,5,7
/proc/15166/stat : 15166 (java) S 15163 15166 13143 0 -1 1077944320 204628 13174 0 0 241770 375 4 3 20 0 15 0 228252878 11343855616 266464 33554432000 4194304 4196468 140735837239408 140735837221952 140188946718455 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
/proc/15166/statm: 2769496 266464 3523 1 0 2731149 0
[pid=15166/tid=15220] ppid=15163 vsize=11077984 memory=1065856 CPUtime=2354.15 cores=1,3,5,7
/proc/15166/task/15220/stat : 15220 (java) R 15163 15166 13143 0 -1 4202560 85050 13174 0 0 235355 53 4 3 20 0 15 0 228252887 11343855616 266464 33554432000 4194304 4196468 140735837239408 140188918552368 140188499466735 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15221] ppid=15163 vsize=11077984 memory=1065856 CPUtime=11.75 cores=1,3,5,7
/proc/15166/task/15221/stat : 15221 (java) S 15163 15166 13143 0 -1 1077944384 10862 13174 0 0 1107 61 4 3 20 0 15 0 228252887 11343855616 266464 33554432000 4194304 4196468 140735837239408 140188950960528 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15222] ppid=15163 vsize=11077984 memory=1128 CPUtime=11.74 cores=1,3,5,7
/proc/15166/task/15222/stat : 15222 (java) S 15163 15166 13143 0 -1 1077944384 14490 13174 0 0 1104 63 4 3 20 0 15 0 228252887 11343855616 266464 33554432000 4194304 4196468 140735837239408 140188816296208 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15223] ppid=15163 vsize=11077984 memory=280493443140848 CPUtime=11.77 cores=1,3,5,7
/proc/15166/task/15223/stat : 15223 (java) S 15163 15166 13143 0 -1 1077944384 9541 13174 0 0 1112 58 4 3 20 0 15 0 228252887 11343855616 266464 33554432000 4194304 4196468 140735837239408 140188815243920 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15224] ppid=15163 vsize=11077984 memory=1065856 CPUtime=11.79 cores=1,3,5,7
/proc/15166/task/15224/stat : 15224 (java) S 15163 15166 13143 0 -1 1077944384 11624 13174 0 0 1112 60 4 3 20 0 15 0 228252887 11343855616 266464 33554432000 4194304 4196468 140735837239408 140188814191120 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15225] ppid=15163 vsize=11077984 memory=1065856 CPUtime=12.1 cores=1,3,5,7
/proc/15166/task/15225/stat : 15225 (java) S 15163 15166 13143 0 -1 1077944384 14029 13174 0 0 1145 58 4 3 20 0 15 0 228252889 11343855616 266464 33554432000 4194304 4196468 140735837239408 140187915811440 140188946729602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15226] ppid=15163 vsize=11077984 memory=4028 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15226/stat : 15226 (java) S 15163 15166 13143 0 -1 1077944384 15 13174 0 0 0 0 4 3 20 0 15 0 228252889 11343855616 266464 33554432000 4194304 4196468 140735837239408 140187799643488 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15227] ppid=15163 vsize=11077984 memory=1065856 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15227/stat : 15227 (java) S 15163 15166 13143 0 -1 1077944384 1 13174 0 0 0 0 4 3 20 0 15 0 228252889 11343855616 266464 33554432000 4194304 4196468 140735837239408 140187598317184 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15228] ppid=15163 vsize=11077984 memory=976 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15228/stat : 15228 (java) S 15163 15166 13143 0 -1 1077944384 3 13174 0 0 0 0 4 3 20 0 15 0 228252892 11343855616 266464 33554432000 4194304 4196468 140735837239408 140187290917456 140188946737051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15229] ppid=15163 vsize=11077984 memory=4032 CPUtime=3.39 cores=1,3,5,7
/proc/15166/task/15229/stat : 15229 (java) S 15163 15166 13143 0 -1 1077944384 25924 13174 0 0 329 3 4 3 20 0 15 0 228252892 11343855616 266464 33554432000 4194304 4196468 140735837239408 140187914758256 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 46 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15230] ppid=15163 vsize=11077984 memory=1065856 CPUtime=2.37 cores=1,3,5,7
/proc/15166/task/15230/stat : 15230 (java) S 15163 15166 13143 0 -1 1077944384 15587 13174 0 0 227 3 4 3 20 0 15 0 228252892 11343855616 266464 33554432000 4194304 4196468 140735837239408 140187913705456 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15231] ppid=15163 vsize=11077984 memory=1065856 CPUtime=1.49 cores=1,3,5,7
/proc/15166/task/15231/stat : 15231 (java) S 15163 15166 13143 0 -1 1077944384 13535 13174 0 0 139 3 4 3 20 0 15 0 228252892 11343855616 266464 33554432000 4194304 4196468 140735837239408 140187912653168 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 49 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15232] ppid=15163 vsize=11077984 memory=1065856 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15232/stat : 15232 (java) S 15163 15166 13143 0 -1 1077944384 3 13174 0 0 0 0 4 3 20 0 15 0 228252892 11343855616 266464 33554432000 4194304 4196468 140735837239408 140186860120544 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15233] ppid=15163 vsize=11077984 memory=2244 CPUtime=1.51 cores=1,3,5,7
/proc/15166/task/15233/stat : 15233 (java) S 15163 15166 13143 0 -1 1077944384 1775 13174 0 0 62 82 4 3 20 0 15 0 228252892 11343855616 266464 33554432000 4194304 4196468 140735837239408 140187911601072 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
Current children cumulated CPU time: 2421.52 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1065856 KiB

[startup+2442.3 s]
/proc/loadavg: 1.23 1.39 1.41 3/215 15456
/proc/meminfo: memFree=16523528/32770624 swapFree=67108196/67108860
[pid=15166] ppid=15163 vsize=11077984 memory=1065856 CPUtime=2482.42 cores=1,3,5,7
/proc/15166/stat : 15166 (java) S 15163 15166 13143 0 -1 1077944320 206548 13174 0 0 247850 385 4 3 20 0 15 0 228252878 11343855616 266464 33554432000 4194304 4196468 140735837239408 140735837221952 140188946718455 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
/proc/15166/statm: 2769496 266464 3523 1 0 2731149 0
[pid=15166/tid=15220] ppid=15163 vsize=11077984 memory=1065856 CPUtime=2413.41 cores=1,3,5,7
/proc/15166/task/15220/stat : 15220 (java) R 15163 15166 13143 0 -1 4202560 86037 13174 0 0 241280 54 4 3 20 0 15 0 228252887 11343855616 266464 33554432000 4194304 4196468 140735837239408 140188918552320 140188499150426 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15221] ppid=15163 vsize=11077984 memory=1065856 CPUtime=12.07 cores=1,3,5,7
/proc/15166/task/15221/stat : 15221 (java) S 15163 15166 13143 0 -1 1077944384 10946 13174 0 0 1136 64 4 3 20 0 15 0 228252887 11343855616 266464 33554432000 4194304 4196468 140735837239408 140188950960528 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15222] ppid=15163 vsize=11077984 memory=1065856 CPUtime=12.06 cores=1,3,5,7
/proc/15166/task/15222/stat : 15222 (java) S 15163 15166 13143 0 -1 1077944384 14551 13174 0 0 1135 64 4 3 20 0 15 0 228252887 11343855616 266464 33554432000 4194304 4196468 140735837239408 140188816296208 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15223] ppid=15163 vsize=11077984 memory=1065856 CPUtime=12.09 cores=1,3,5,7
/proc/15166/task/15223/stat : 15223 (java) S 15163 15166 13143 0 -1 1077944384 9879 13174 0 0 1142 60 4 3 20 0 15 0 228252887 11343855616 266464 33554432000 4194304 4196468 140735837239408 140188815243920 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15224] ppid=15163 vsize=11077984 memory=1065856 CPUtime=12.11 cores=1,3,5,7
/proc/15166/task/15224/stat : 15224 (java) S 15163 15166 13143 0 -1 1077944384 11687 13174 0 0 1142 62 4 3 20 0 15 0 228252887 11343855616 266464 33554432000 4194304 4196468 140735837239408 140188814191120 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15225] ppid=15163 vsize=11077984 memory=1065856 CPUtime=12.42 cores=1,3,5,7
/proc/15166/task/15225/stat : 15225 (java) S 15163 15166 13143 0 -1 1077944384 14381 13174 0 0 1175 60 4 3 20 0 15 0 228252889 11343855616 266464 33554432000 4194304 4196468 140735837239408 140187915811440 140188946729602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 34 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15226] ppid=15163 vsize=11077984 memory=1065856 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15226/stat : 15226 (java) S 15163 15166 13143 0 -1 1077944384 15 13174 0 0 0 0 4 3 20 0 15 0 228252889 11343855616 266464 33554432000 4194304 4196468 140735837239408 140187799643488 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15227] ppid=15163 vsize=11077984 memory=1065856 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15227/stat : 15227 (java) S 15163 15166 13143 0 -1 1077944384 1 13174 0 0 0 0 4 3 20 0 15 0 228252889 11343855616 266464 33554432000 4194304 4196468 140735837239408 140187598317184 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15228] ppid=15163 vsize=11077984 memory=640 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15228/stat : 15228 (java) S 15163 15166 13143 0 -1 1077944384 3 13174 0 0 0 0 4 3 20 0 15 0 228252892 11343855616 266464 33554432000 4194304 4196468 140735837239408 140187290917456 140188946737051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15229] ppid=15163 vsize=11077984 memory=1065856 CPUtime=3.39 cores=1,3,5,7
/proc/15166/task/15229/stat : 15229 (java) S 15163 15166 13143 0 -1 1077944384 25926 13174 0 0 329 3 4 3 20 0 15 0 228252892 11343855616 266464 33554432000 4194304 4196468 140735837239408 140187914758256 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15230] ppid=15163 vsize=11077984 memory=6791534058613427641 CPUtime=2.37 cores=1,3,5,7
/proc/15166/task/15230/stat : 15230 (java) S 15163 15166 13143 0 -1 1077944384 15589 13174 0 0 227 3 4 3 20 0 15 0 228252892 11343855616 266464 33554432000 4194304 4196468 140735837239408 140187913705456 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15231] ppid=15163 vsize=11077984 memory=1065856 CPUtime=1.49 cores=1,3,5,7
/proc/15166/task/15231/stat : 15231 (java) S 15163 15166 13143 0 -1 1077944384 13537 13174 0 0 139 3 4 3 20 0 15 0 228252892 11343855616 266464 33554432000 4194304 4196468 140735837239408 140187912653168 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 49 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15232] ppid=15163 vsize=11077984 memory=1065856 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15232/stat : 15232 (java) S 15163 15166 13143 0 -1 1077944384 3 13174 0 0 0 0 4 3 20 0 15 0 228252892 11343855616 266464 33554432000 4194304 4196468 140735837239408 140186860120544 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15233] ppid=15163 vsize=11077984 memory=1065856 CPUtime=1.54 cores=1,3,5,7
/proc/15166/task/15233/stat : 15233 (java) S 15163 15166 13143 0 -1 1077944384 1804 13174 0 0 63 84 4 3 20 0 15 0 228252892 11343855616 266464 33554432000 4194304 4196468 140735837239408 140187911601072 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
Current children cumulated CPU time: 2482.42 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1065856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2479.4 s]
/proc/loadavg: 1.22 1.37 1.40 3/215 15456
/proc/meminfo: memFree=16521372/32770624 swapFree=67108196/67108860
[pid=15166] ppid=15163 vsize=11077984 memory=1065856 CPUtime=2520.1 cores=1,3,5,7
/proc/15166/stat : 15166 (java) S 15163 15166 13143 0 -1 1077944320 207384 13174 0 0 251612 391 4 3 20 0 15 0 228252878 11343855616 266464 33554432000 4194304 4196468 140735837239408 140735837221952 140188946718455 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
/proc/15166/statm: 2769496 266464 3523 1 0 2731149 0
[pid=15166/tid=15220] ppid=15163 vsize=11077984 memory=6791534058613427641 CPUtime=2450.08 cores=1,3,5,7
/proc/15166/task/15220/stat : 15220 (java) R 15163 15166 13143 0 -1 4202560 86467 13174 0 0 244946 55 4 3 20 0 15 0 228252887 11343855616 266464 33554432000 4194304 4196468 140735837239408 140188918552000 140188498740427 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15221] ppid=15163 vsize=11077984 memory=976 CPUtime=12.26 cores=1,3,5,7
/proc/15166/task/15221/stat : 15221 (java) S 15163 15166 13143 0 -1 1077944384 10996 13174 0 0 1154 65 4 3 20 0 15 0 228252887 11343855616 266464 33554432000 4194304 4196468 140735837239408 140188950960528 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15222] ppid=15163 vsize=11077984 memory=11200 CPUtime=12.25 cores=1,3,5,7
/proc/15166/task/15222/stat : 15222 (java) S 15163 15166 13143 0 -1 1077944384 14582 13174 0 0 1153 65 4 3 20 0 15 0 228252887 11343855616 266464 33554432000 4194304 4196468 140735837239408 140188816296208 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15223] ppid=15163 vsize=11077984 memory=5060 CPUtime=12.29 cores=1,3,5,7
/proc/15166/task/15223/stat : 15223 (java) S 15163 15166 13143 0 -1 1077944384 9888 13174 0 0 1161 61 4 3 20 0 15 0 228252887 11343855616 266464 33554432000 4194304 4196468 140735837239408 140188815243920 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15224] ppid=15163 vsize=11077984 memory=792 CPUtime=12.31 cores=1,3,5,7
/proc/15166/task/15224/stat : 15224 (java) S 15163 15166 13143 0 -1 1077944384 11967 13174 0 0 1161 63 4 3 20 0 15 0 228252887 11343855616 266464 33554432000 4194304 4196468 140735837239408 140188814191120 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15225] ppid=15163 vsize=11077984 memory=1128 CPUtime=12.61 cores=1,3,5,7
/proc/15166/task/15225/stat : 15225 (java) S 15163 15166 13143 0 -1 1077944384 14407 13174 0 0 1193 61 4 3 20 0 15 0 228252889 11343855616 266464 33554432000 4194304 4196468 140735837239408 140187915811440 140188946729602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 34 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15226] ppid=15163 vsize=11077984 memory=4168 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15226/stat : 15226 (java) S 15163 15166 13143 0 -1 1077944384 15 13174 0 0 0 0 4 3 20 0 15 0 228252889 11343855616 266464 33554432000 4194304 4196468 140735837239408 140187799643488 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15227] ppid=15163 vsize=11077984 memory=7852 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15227/stat : 15227 (java) S 15163 15166 13143 0 -1 1077944384 1 13174 0 0 0 0 4 3 20 0 15 0 228252889 11343855616 266464 33554432000 4194304 4196468 140735837239408 140187598317184 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15228] ppid=15163 vsize=11077984 memory=1628 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15228/stat : 15228 (java) S 15163 15166 13143 0 -1 1077944384 3 13174 0 0 0 0 4 3 20 0 15 0 228252892 11343855616 266464 33554432000 4194304 4196468 140735837239408 140187290917456 140188946737051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15229] ppid=15163 vsize=11077984 memory=1140 CPUtime=3.39 cores=1,3,5,7
/proc/15166/task/15229/stat : 15229 (java) S 15163 15166 13143 0 -1 1077944384 25928 13174 0 0 329 3 4 3 20 0 15 0 228252892 11343855616 266464 33554432000 4194304 4196468 140735837239408 140187914758256 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15230] ppid=15163 vsize=11077984 memory=15244 CPUtime=2.37 cores=1,3,5,7
/proc/15166/task/15230/stat : 15230 (java) S 15163 15166 13143 0 -1 1077944384 15591 13174 0 0 227 3 4 3 20 0 15 0 228252892 11343855616 266464 33554432000 4194304 4196468 140735837239408 140187913705456 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 48 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15231] ppid=15163 vsize=11077984 memory=35352 CPUtime=1.49 cores=1,3,5,7
/proc/15166/task/15231/stat : 15231 (java) S 15163 15166 13143 0 -1 1077944384 13539 13174 0 0 139 3 4 3 20 0 15 0 228252892 11343855616 266464 33554432000 4194304 4196468 140735837239408 140187912653168 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 49 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15232] ppid=15163 vsize=11077984 memory=4032 CPUtime=0.07 cores=1,3,5,7
/proc/15166/task/15232/stat : 15232 (java) S 15163 15166 13143 0 -1 1077944384 3 13174 0 0 0 0 4 3 20 0 15 0 228252892 11343855616 266464 33554432000 4194304 4196468 140735837239408 140186860120544 140188946728661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
[pid=15166/tid=15233] ppid=15163 vsize=11077984 memory=8148 CPUtime=1.56 cores=1,3,5,7
/proc/15166/task/15233/stat : 15233 (java) S 15163 15166 13143 0 -1 1077944384 1808 13174 0 0 64 85 4 3 20 0 15 0 228252892 11343855616 266464 33554432000 4194304 4196468 140735837239408 140187911601072 140188946729602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33779712 140735837244012 140735837246812 140735837246812 140735837249487 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1065856 KiB

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

[startup+2479.43 s]
# the end of solver process 15166 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.19 s, system=3.96256 s

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

Child status: 143
Real time (s): 2479.43
CPU time (s): 2520.15
CPU user time (s): 2516.19
CPU system time (s): 3.96256
CPU usage (%): 101.642
Max. virtual memory (cumulated for all children) (KiB): 11080840
Max. memory (cumulated for all children) (KiB): 1065856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.19
system time used= 3.96256
maximum resident set size= 1068212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221704
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 304867
involuntary context switches= 7816


# summary of solver processes directly reported to runsolver:
#   pid: 15166
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2516.19
#   total CPU system time (s): 3.96256

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7478 second user time and 21.9922 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-12 22:48:17
IDJOB=4304991
IDBENCH=141347
IDSOLVER=2780
FILE ID=node151/4304991-1534106897
RUNJOBID= node151-1534096964-13175
PBS_JOBID= 21036999
Free space on /tmp= 41228 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Langford/LangfordBin-13_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304991-1534106897/watcher-4304991-1534106897 -o /tmp/evaluation-result-4304991-1534106897/solver-4304991-1534106897 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534096964-13175 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1165390068 HOME/instance-4304991-1534106897.xml

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

MD5SUM BENCH= af26c9d63c7c51246c3bfb55117cf2b4
RANDOM SEED=1165390068

node151.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.87
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.87
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.87
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.87
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:        17609696 kB
MemAvailable:   30825536 kB
Buffers:          194260 kB
Cached:         13135464 kB
SwapCached:           16 kB
Active:          6874488 kB
Inactive:        7587000 kB
Active(anon):    1081404 kB
Inactive(anon):   102580 kB
Active(file):    5793084 kB
Inactive(file):  7484420 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             26552 kB
Writeback:             0 kB
AnonPages:       1139628 kB
Mapped:            72860 kB
Shmem:             49524 kB
Slab:             394536 kB
SReclaimable:     366796 kB
SUnreclaim:        27740 kB
KernelStack:        3504 kB
PageTables:         7980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2289840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    952320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 41200 MiB
End job on node151 at 2018-08-12 23:29:36