Trace number 4295628

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.12 2476.63

General information on the benchmark

NameFrb/
frb-50-23-3-mgd_c18.xml
MD5SUM9221c7b89083fde7801d6d9537c28698
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 variables50
Number of constraints456
Number of domains1
Minimum domain size23
Maximum domain size23
Distribution of domain sizes[{"size":23,"count":50}]
Minimum variable degree11
Maximum variable degree24
Distribution of variable degrees[{"degree":11,"count":1},{"degree":14,"count":1},{"degree":15,"count":4},{"degree":16,"count":9},{"degree":17,"count":9},{"degree":18,"count":4},{"degree":19,"count":5},{"degree":20,"count":7},{"degree":21,"count":3},{"degree":22,"count":3},{"degree":23,"count":2},{"degree":24,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":456}]
Number of extensional constraints456
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":456}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (4023 MiB free)
  memory of node 1: 16384 MiB (7520 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295628-1532587608/watcher-4295628-1532587608 -o /tmp/evaluation-result-4295628-1532587608/solver-4295628-1532587608 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32660 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1643916995 HOME/instance-4295628-1532587608.xml 

running on 4 cores: 0,2,4,6

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

solver pid=1173, runsolver pid=1170

[startup+0.100166 s]*
/proc/loadavg: 2.12 1.58 1.41 5/206 1230
/proc/meminfo: memFree=11785912/32770624 swapFree=67108860/67108860
[pid=1173] ppid=1170 vsize=9972712 memory=18324 CPUtime=0.08 cores=0,2,4,6
/proc/1173/stat : 1173 (java) S 1170 1173 32629 0 -1 1077944320 4227 12840 0 0 1 0 5 2 20 0 6 0 76323944 10212057088 4581 33554432000 4194304 4196468 140723455398944 140723455381488 140236834954999 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
/proc/1173/statm: 2493178 4581 1930 1 0 2481616 0
[pid=1173/tid=1226] ppid=1170 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=0,2,4,6
/proc/1173/task/1226/stat : 1226 (java) R 1170 1173 32629 0 -1 4202560 2061 12840 0 0 1 0 5 2 20 0 6 0 76323953 10212057088 4581 33554432000 4194304 4196468 140723455398944 140236806791760 140236834976925 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1227] ppid=1170 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1227/stat : 1227 (java) S 1170 1173 32629 0 -1 1077944384 1 12840 0 0 0 0 5 2 20 0 6 0 76323953 10212057088 4581 33554432000 4194304 4196468 140723455398944 140236839197200 140236834965205 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1228] ppid=1170 vsize=9972712 memory=139717082199680 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1228/stat : 1228 (java) S 1170 1173 32629 0 -1 1077944384 1 12840 0 0 0 0 5 2 20 0 6 0 76323953 10212057088 4581 33554432000 4194304 4196468 140723455398944 140236727470736 140236834965205 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1229] ppid=1170 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1229/stat : 1229 (java) S 1170 1173 32629 0 -1 1077944384 1 12840 0 0 0 0 5 2 20 0 6 0 76323953 10212057088 4647 33554432000 4194304 4196468 140723455398944 140236726417680 140236834965205 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1230] ppid=1170 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1230/stat : 1230 (java) S 1170 1173 32629 0 -1 1077944384 2 12840 0 0 0 0 5 2 20 0 6 0 76323953 10212057088 4647 33554432000 4194304 4196468 140723455398944 140236725365136 140236834965205 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18324 KiB

[startup+0.209973 s]*
/proc/loadavg: 2.12 1.58 1.41 3/215 1239
/proc/meminfo: memFree=11711676/32770624 swapFree=67108860/67108860
[pid=1173] ppid=1170 vsize=10818904 memory=42196 CPUtime=0.25 cores=0,2,4,6
/proc/1173/stat : 1173 (java) S 1170 1173 32629 0 -1 1077944320 7708 12840 0 0 16 2 5 2 20 0 15 0 76323944 11078557696 10549 33554432000 4194304 4196468 140723455398944 140723455381488 140236834954999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
/proc/1173/statm: 2704726 10549 2979 1 0 2667149 0
[pid=1173/tid=1226] ppid=1170 vsize=10819896 memory=8389772277269004345 CPUtime=0.18 cores=0,2,4,6
/proc/1173/task/1226/stat : 1226 (java) R 1170 1173 32629 0 -1 4202560 4569 12840 0 0 10 1 5 2 20 0 15 0 76323953 11079573504 10879 33554432000 4194304 4196468 140723455398944 140236806779808 140236827634717 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1227] ppid=1170 vsize=10819896 memory=4294967638 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1227/stat : 1227 (java) S 1170 1173 32629 0 -1 1077944384 1 12840 0 0 0 0 5 2 20 0 15 0 76323953 11079573504 10879 33554432000 4194304 4196468 140723455398944 140236839197200 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1228] ppid=1170 vsize=10819896 memory=139717082220998 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1228/stat : 1228 (java) S 1170 1173 32629 0 -1 1077944384 1 12840 0 0 0 0 5 2 20 0 15 0 76323953 11079573504 10879 33554432000 4194304 4196468 140723455398944 140236727470736 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1229] ppid=1170 vsize=10819896 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1229/stat : 1229 (java) S 1170 1173 32629 0 -1 1077944384 1 12840 0 0 0 0 5 2 20 0 15 0 76323953 11079573504 10879 33554432000 4194304 4196468 140723455398944 140236726417680 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1230] ppid=1170 vsize=10821524 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1230/stat : 1230 (java) S 1170 1173 32629 0 -1 1077944384 2 12840 0 0 0 0 5 2 20 0 15 0 76323953 11081240576 10879 33554432000 4194304 4196468 140723455398944 140236725365136 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1231] ppid=1170 vsize=10821524 memory=139717082199680 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1231/stat : 1231 (java) S 1170 1173 32629 0 -1 1077944384 2 12840 0 0 0 0 5 2 20 0 15 0 76323955 11081240576 10945 33554432000 4194304 4196468 140723455398944 140236294290160 140236834966146 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1232] ppid=1170 vsize=10821524 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1232/stat : 1232 (java) S 1170 1173 32629 0 -1 1077944384 33 12840 0 0 0 0 5 2 20 0 15 0 76323955 11081240576 10945 33554432000 4194304 4196468 140723455398944 140236293236384 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1233] ppid=1170 vsize=10821524 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1233/stat : 1233 (java) S 1170 1173 32629 0 -1 1077944384 1 12840 0 0 0 0 5 2 20 0 15 0 76323955 11081240576 10945 33554432000 4194304 4196468 140723455398944 140235715372272 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1234] ppid=1170 vsize=10821524 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1234/stat : 1234 (java) S 1170 1173 32629 0 -1 1077944384 3 12840 0 0 0 0 5 2 20 0 15 0 76323958 11081240576 10945 33554432000 4194304 4196468 140723455398944 140235407972816 140236834973595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1235] ppid=1170 vsize=10821524 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1173/task/1235/stat : 1235 (java) S 1170 1173 32629 0 -1 1077944384 473 12840 0 0 1 0 5 2 20 0 15 0 76323958 11081240576 10945 33554432000 4194304 4196468 140723455398944 140236259678448 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1236] ppid=1170 vsize=10821524 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1236/stat : 1236 (java) S 1170 1173 32629 0 -1 1077944384 140 12840 0 0 0 0 5 2 20 0 15 0 76323958 11081240576 11011 33554432000 4194304 4196468 140723455398944 140236258625904 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1237] ppid=1170 vsize=10821524 memory=139717082199680 CPUtime=0.1 cores=0,2,4,6
/proc/1173/task/1237/stat : 1237 (java) S 1170 1173 32629 0 -1 1077944384 609 12840 0 0 3 0 5 2 20 0 15 0 76323958 11081240576 11011 33554432000 4194304 4196468 140723455398944 140236257572848 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1238] ppid=1170 vsize=10821524 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1238/stat : 1238 (java) S 1170 1173 32629 0 -1 1077944384 3 12840 0 0 0 0 5 2 20 0 15 0 76323958 11081240576 11011 33554432000 4194304 4196468 140723455398944 140235374414176 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1239] ppid=1170 vsize=10821524 memory=139717082199680 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1239/stat : 1239 (java) S 1170 1173 32629 0 -1 1077944384 1 12840 0 0 0 0 5 2 20 0 15 0 76323958 11081240576 11011 33554432000 4194304 4196468 140723455398944 140236256521264 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42196 KiB

[startup+0.310306 s]*
/proc/loadavg: 2.12 1.58 1.41 4/215 1239
/proc/meminfo: memFree=11698824/32770624 swapFree=67108860/67108860
[pid=1173] ppid=1170 vsize=10819352 memory=53160 CPUtime=0.38 cores=0,2,4,6
/proc/1173/stat : 1173 (java) S 1170 1173 32629 0 -1 1077944320 10310 12840 0 0 28 3 5 2 20 0 15 0 76323944 11079016448 13290 33554432000 4194304 4196468 140723455398944 140723455381488 140236834954999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
/proc/1173/statm: 2704838 13290 3098 1 0 2667149 0
[pid=1173/tid=1226] ppid=1170 vsize=10819352 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/1173/task/1226/stat : 1226 (java) R 1170 1173 32629 0 -1 4202560 6861 12840 0 0 19 2 5 2 20 0 15 0 76323953 11079016448 13290 33554432000 4194304 4196468 140723455398944 140236806767008 140236834976925 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1227] ppid=1170 vsize=10819352 memory=4294967295 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1227/stat : 1227 (java) S 1170 1173 32629 0 -1 1077944384 1 12840 0 0 0 0 5 2 20 0 15 0 76323953 11079016448 13290 33554432000 4194304 4196468 140723455398944 140236839197200 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1228] ppid=1170 vsize=10819352 memory=139717082199680 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1228/stat : 1228 (java) S 1170 1173 32629 0 -1 1077944384 1 12840 0 0 0 0 5 2 20 0 15 0 76323953 11079016448 13290 33554432000 4194304 4196468 140723455398944 140236727470736 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1229] ppid=1170 vsize=10819352 memory=2209 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1229/stat : 1229 (java) S 1170 1173 32629 0 -1 1077944384 1 12840 0 0 0 0 5 2 20 0 15 0 76323953 11079016448 13290 33554432000 4194304 4196468 140723455398944 140236726417680 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1230] ppid=1170 vsize=10819352 memory=2240 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1230/stat : 1230 (java) S 1170 1173 32629 0 -1 1077944384 2 12840 0 0 0 0 5 2 20 0 15 0 76323953 11079016448 13290 33554432000 4194304 4196468 140723455398944 140236725365136 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1231] ppid=1170 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1231/stat : 1231 (java) S 1170 1173 32629 0 -1 1077944384 2 12840 0 0 0 0 5 2 20 0 15 0 76323955 11079016448 13290 33554432000 4194304 4196468 140723455398944 140236294290160 140236834966146 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1232] ppid=1170 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1232/stat : 1232 (java) S 1170 1173 32629 0 -1 1077944384 33 12840 0 0 0 0 5 2 20 0 15 0 76323955 11079016448 13290 33554432000 4194304 4196468 140723455398944 140236293236384 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1233] ppid=1170 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1233/stat : 1233 (java) S 1170 1173 32629 0 -1 1077944384 1 12840 0 0 0 0 5 2 20 0 15 0 76323955 11079016448 13290 33554432000 4194304 4196468 140723455398944 140235715372272 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1234] ppid=1170 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1234/stat : 1234 (java) S 1170 1173 32629 0 -1 1077944384 3 12840 0 0 0 0 5 2 20 0 15 0 76323958 11079016448 13290 33554432000 4194304 4196468 140723455398944 140235407972816 140236834973595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1235] ppid=1170 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1173/task/1235/stat : 1235 (java) S 1170 1173 32629 0 -1 1077944384 475 12840 0 0 1 0 5 2 20 0 15 0 76323958 11079016448 13290 33554432000 4194304 4196468 140723455398944 140236259678448 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1236] ppid=1170 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1173/task/1236/stat : 1236 (java) S 1170 1173 32629 0 -1 1077944384 143 12840 0 0 1 0 5 2 20 0 15 0 76323958 11079016448 13290 33554432000 4194304 4196468 140723455398944 140236258625904 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1237] ppid=1170 vsize=10819352 memory=139717082199680 CPUtime=0.11 cores=0,2,4,6
/proc/1173/task/1237/stat : 1237 (java) R 1170 1173 32629 0 -1 4202560 615 12840 0 0 4 0 5 2 20 0 15 0 76323958 11079016448 13290 33554432000 4194304 4196468 140723455398944 140236257572848 140236814078463 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1238] ppid=1170 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1238/stat : 1238 (java) S 1170 1173 32629 0 -1 1077944384 3 12840 0 0 0 0 5 2 20 0 15 0 76323958 11079016448 13290 33554432000 4194304 4196468 140723455398944 140235374414176 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1239] ppid=1170 vsize=10819352 memory=139717082199680 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1239/stat : 1239 (java) S 1170 1173 32629 0 -1 1077944384 1 12840 0 0 0 0 5 2 20 0 15 0 76323958 11079016448 13290 33554432000 4194304 4196468 140723455398944 140236256521264 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53160 KiB

[startup+0.700801 s]
/proc/loadavg: 2.12 1.58 1.41 4/215 1239
/proc/meminfo: memFree=11688900/32770624 swapFree=67108860/67108860
[pid=1173] ppid=1170 vsize=10819352 memory=85368 CPUtime=0.99 cores=0,2,4,6
/proc/1173/stat : 1173 (java) S 1170 1173 32629 0 -1 1077944320 16442 12840 0 0 87 5 5 2 20 0 15 0 76323944 11079016448 21342 33554432000 4194304 4196468 140723455398944 140723455381488 140236834954999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
/proc/1173/statm: 2704838 21342 3237 1 0 2667149 0
[pid=1173/tid=1226] ppid=1170 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/1173/task/1226/stat : 1226 (java) R 1170 1173 32629 0 -1 4202560 11916 12840 0 0 55 4 5 2 20 0 15 0 76323953 11079016448 21342 33554432000 4194304 4196468 140723455398944 140236806775824 140236818141808 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1227] ppid=1170 vsize=10819352 memory=139717082198513 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1227/stat : 1227 (java) S 1170 1173 32629 0 -1 1077944384 1 12840 0 0 0 0 5 2 20 0 15 0 76323953 11079016448 21342 33554432000 4194304 4196468 140723455398944 140236839197200 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1228] ppid=1170 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1228/stat : 1228 (java) S 1170 1173 32629 0 -1 1077944384 1 12840 0 0 0 0 5 2 20 0 15 0 76323953 11079016448 21342 33554432000 4194304 4196468 140723455398944 140236727470736 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1229] ppid=1170 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1229/stat : 1229 (java) S 1170 1173 32629 0 -1 1077944384 1 12840 0 0 0 0 5 2 20 0 15 0 76323953 11079016448 21342 33554432000 4194304 4196468 140723455398944 140236726417680 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1230] ppid=1170 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1230/stat : 1230 (java) S 1170 1173 32629 0 -1 1077944384 2 12840 0 0 0 0 5 2 20 0 15 0 76323953 11079016448 21342 33554432000 4194304 4196468 140723455398944 140236725365136 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1231] ppid=1170 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1231/stat : 1231 (java) S 1170 1173 32629 0 -1 1077944384 5 12840 0 0 0 0 5 2 20 0 15 0 76323955 11079016448 21342 33554432000 4194304 4196468 140723455398944 140236294290160 140236834966146 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1232] ppid=1170 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1232/stat : 1232 (java) S 1170 1173 32629 0 -1 1077944384 33 12840 0 0 0 0 5 2 20 0 15 0 76323955 11079016448 21342 33554432000 4194304 4196468 140723455398944 140236293236384 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1233] ppid=1170 vsize=10819352 memory=2668852413953 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1233/stat : 1233 (java) S 1170 1173 32629 0 -1 1077944384 1 12840 0 0 0 0 5 2 20 0 15 0 76323955 11079016448 21342 33554432000 4194304 4196468 140723455398944 140235715372272 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1234] ppid=1170 vsize=10819352 memory=215418667 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1234/stat : 1234 (java) S 1170 1173 32629 0 -1 1077944384 3 12840 0 0 0 0 5 2 20 0 15 0 76323958 11079016448 21342 33554432000 4194304 4196468 140723455398944 140235407972816 140236834973595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1235] ppid=1170 vsize=10819352 memory=6019413147677657491 CPUtime=0.17 cores=0,2,4,6
/proc/1173/task/1235/stat : 1235 (java) S 1170 1173 32629 0 -1 1077944384 1066 12840 0 0 10 0 5 2 20 0 15 0 76323958 11079016448 21342 33554432000 4194304 4196468 140723455398944 140236259678448 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1236] ppid=1170 vsize=10819352 memory=15876 CPUtime=0.14 cores=0,2,4,6
/proc/1173/task/1236/stat : 1236 (java) S 1170 1173 32629 0 -1 1077944384 553 12840 0 0 7 0 5 2 20 0 15 0 76323958 11079016448 21342 33554432000 4194304 4196468 140723455398944 140236258625904 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1237] ppid=1170 vsize=10819352 memory=4100 CPUtime=0.2 cores=0,2,4,6
/proc/1173/task/1237/stat : 1237 (java) S 1170 1173 32629 0 -1 1077944384 668 12840 0 0 13 0 5 2 20 0 15 0 76323958 11079016448 21342 33554432000 4194304 4196468 140723455398944 140236257572848 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1238] ppid=1170 vsize=10819352 memory=16436 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1238/stat : 1238 (java) S 1170 1173 32629 0 -1 1077944384 3 12840 0 0 0 0 5 2 20 0 15 0 76323958 11079016448 21342 33554432000 4194304 4196468 140723455398944 140235374414176 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1239] ppid=1170 vsize=10819352 memory=13340 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1239/stat : 1239 (java) S 1170 1173 32629 0 -1 1077944384 1 12840 0 0 0 0 5 2 20 0 15 0 76323958 11079016448 21342 33554432000 4194304 4196468 140723455398944 140236256521264 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85368 KiB

[startup+1.50079 s]
/proc/loadavg: 2.12 1.58 1.41 3/215 1239
/proc/meminfo: memFree=11643684/32770624 swapFree=67108860/67108860
[pid=1173] ppid=1170 vsize=10832204 memory=209260 CPUtime=2.84 cores=0,2,4,6
/proc/1173/stat : 1173 (java) S 1170 1173 32629 0 -1 1077944320 23221 12840 0 0 268 9 5 2 20 0 15 0 76323944 11092176896 52315 33554432000 4194304 4196468 140723455398944 140723455381488 140236834954999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
/proc/1173/statm: 2708051 52315 3449 1 0 2669709 0
[pid=1173/tid=1226] ppid=1170 vsize=10832204 memory=2672 CPUtime=1.45 cores=0,2,4,6
/proc/1173/task/1226/stat : 1226 (java) R 1170 1173 32629 0 -1 4202560 16187 12840 0 0 131 7 5 2 20 0 15 0 76323953 11092176896 52315 33554432000 4194304 4196468 140723455398944 140236806761776 140236819035486 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1227] ppid=1170 vsize=10832204 memory=2600 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1227/stat : 1227 (java) S 1170 1173 32629 0 -1 1077944384 1 12840 0 0 0 0 5 2 20 0 15 0 76323953 11092176896 52315 33554432000 4194304 4196468 140723455398944 140236839197200 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1228] ppid=1170 vsize=10832204 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1228/stat : 1228 (java) S 1170 1173 32629 0 -1 1077944384 1 12840 0 0 0 0 5 2 20 0 15 0 76323953 11092176896 52315 33554432000 4194304 4196468 140723455398944 140236727470736 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1229] ppid=1170 vsize=10832204 memory=6442213902126572384 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1229/stat : 1229 (java) S 1170 1173 32629 0 -1 1077944384 1 12840 0 0 0 0 5 2 20 0 15 0 76323953 11092176896 52315 33554432000 4194304 4196468 140723455398944 140236726417680 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1230] ppid=1170 vsize=10832204 memory=7302985258980174680 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1230/stat : 1230 (java) S 1170 1173 32629 0 -1 1077944384 2 12840 0 0 0 0 5 2 20 0 15 0 76323953 11092176896 52315 33554432000 4194304 4196468 140723455398944 140236725365136 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1231] ppid=1170 vsize=10832204 memory=4128 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1231/stat : 1231 (java) S 1170 1173 32629 0 -1 1077944384 13 12840 0 0 0 0 5 2 20 0 15 0 76323955 11092176896 52315 33554432000 4194304 4196468 140723455398944 140236294290160 140236834966146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1232] ppid=1170 vsize=10832204 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1232/stat : 1232 (java) S 1170 1173 32629 0 -1 1077944384 33 12840 0 0 0 0 5 2 20 0 15 0 76323955 11092176896 52315 33554432000 4194304 4196468 140723455398944 140236293236384 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1233] ppid=1170 vsize=10832204 memory=139716964020336 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1233/stat : 1233 (java) S 1170 1173 32629 0 -1 1077944384 1 12840 0 0 0 0 5 2 20 0 15 0 76323955 11092176896 52315 33554432000 4194304 4196468 140723455398944 140235715372272 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1234] ppid=1170 vsize=10832204 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1234/stat : 1234 (java) S 1170 1173 32629 0 -1 1077944384 3 12840 0 0 0 0 5 2 20 0 15 0 76323958 11092176896 52315 33554432000 4194304 4196468 140723455398944 140235407972816 140236834973595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1235] ppid=1170 vsize=10832204 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/1173/task/1235/stat : 1235 (java) S 1170 1173 32629 0 -1 1077944384 1839 12840 0 0 45 0 5 2 20 0 15 0 76323958 11092176896 52315 33554432000 4194304 4196468 140723455398944 140236259678448 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1236] ppid=1170 vsize=10832204 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/1173/task/1236/stat : 1236 (java) S 1170 1173 32629 0 -1 1077944384 1378 12840 0 0 49 0 5 2 20 0 15 0 76323958 11092176896 52315 33554432000 4194304 4196468 140723455398944 140236258625904 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1237] ppid=1170 vsize=10832204 memory=279433927721200 CPUtime=0.48 cores=0,2,4,6
/proc/1173/task/1237/stat : 1237 (java) S 1170 1173 32629 0 -1 1077944384 1574 12840 0 0 41 0 5 2 20 0 15 0 76323958 11092176896 52315 33554432000 4194304 4196468 140723455398944 140236257572848 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1238] ppid=1170 vsize=10832204 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1238/stat : 1238 (java) S 1170 1173 32629 0 -1 1077944384 3 12840 0 0 0 0 5 2 20 0 15 0 76323958 11092176896 52315 33554432000 4194304 4196468 140723455398944 140235374414176 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1239] ppid=1170 vsize=10832204 memory=-2746958450906831424 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1239/stat : 1239 (java) S 1170 1173 32629 0 -1 1077944384 1 12840 0 0 0 0 5 2 20 0 15 0 76323958 11092176896 52315 33554432000 4194304 4196468 140723455398944 140236256521264 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 10832204 KiB

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

/proc/1173/task/1226/stat : 1226 (java) R 1170 1173 32629 0 -1 4202560 91083 12840 0 0 229479 54 5 2 20 0 15 0 76323953 11176083456 260475 33554432000 4194304 4196468 140723455398944 140236806788880 140236418311806 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1227] ppid=1170 vsize=10914144 memory=1041900 CPUtime=11.7 cores=0,2,4,6
/proc/1173/task/1227/stat : 1227 (java) S 1170 1173 32629 0 -1 1077944384 15448 12840 0 0 1104 59 5 2 20 0 15 0 76323953 11176083456 260475 33554432000 4194304 4196468 140723455398944 140236839197200 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1228] ppid=1170 vsize=10914144 memory=1041900 CPUtime=11.75 cores=0,2,4,6
/proc/1173/task/1228/stat : 1228 (java) S 1170 1173 32629 0 -1 1077944384 16585 12840 0 0 1110 58 5 2 20 0 15 0 76323953 11176083456 260475 33554432000 4194304 4196468 140723455398944 140236727470736 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1229] ppid=1170 vsize=10914144 memory=1041900 CPUtime=11.76 cores=0,2,4,6
/proc/1173/task/1229/stat : 1229 (java) S 1170 1173 32629 0 -1 1077944384 20756 12840 0 0 1109 60 5 2 20 0 15 0 76323953 11176083456 260475 33554432000 4194304 4196468 140723455398944 140236726417680 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1230] ppid=1170 vsize=10914144 memory=1041900 CPUtime=11.76 cores=0,2,4,6
/proc/1173/task/1230/stat : 1230 (java) S 1170 1173 32629 0 -1 1077944384 21661 12840 0 0 1107 62 5 2 20 0 15 0 76323953 11176083456 260475 33554432000 4194304 4196468 140723455398944 140236725365136 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1231] ppid=1170 vsize=10914144 memory=1041900 CPUtime=11.07 cores=0,2,4,6
/proc/1173/task/1231/stat : 1231 (java) S 1170 1173 32629 0 -1 1077944384 18125 12840 0 0 1045 55 5 2 20 0 15 0 76323955 11176083456 260475 33554432000 4194304 4196468 140723455398944 140236294290160 140236834966146 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1232] ppid=1170 vsize=10914144 memory=1039800 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1232/stat : 1232 (java) S 1170 1173 32629 0 -1 1077944384 42 12840 0 0 0 0 5 2 20 0 15 0 76323955 11176083456 260475 33554432000 4194304 4196468 140723455398944 140236293236512 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1233] ppid=1170 vsize=10914144 memory=1041900 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1233/stat : 1233 (java) S 1170 1173 32629 0 -1 1077944384 9 12840 0 0 0 0 5 2 20 0 15 0 76323955 11176083456 260475 33554432000 4194304 4196468 140723455398944 140235715372288 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1234] ppid=1170 vsize=10914144 memory=4128 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1234/stat : 1234 (java) S 1170 1173 32629 0 -1 1077944384 3 12840 0 0 0 0 5 2 20 0 15 0 76323958 11176083456 260475 33554432000 4194304 4196468 140723455398944 140235407972816 140236834973595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1235] ppid=1170 vsize=10914144 memory=1041900 CPUtime=3.65 cores=0,2,4,6
/proc/1173/task/1235/stat : 1235 (java) S 1170 1173 32629 0 -1 1077944384 14561 12840 0 0 355 3 5 2 20 0 15 0 76323958 11176083456 260475 33554432000 4194304 4196468 140723455398944 140236259678448 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1236] ppid=1170 vsize=10914144 memory=1041900 CPUtime=3.59 cores=0,2,4,6
/proc/1173/task/1236/stat : 1236 (java) S 1170 1173 32629 0 -1 1077944384 17194 12840 0 0 350 2 5 2 20 0 15 0 76323958 11176083456 260475 33554432000 4194304 4196468 140723455398944 140236258625904 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1237] ppid=1170 vsize=10914144 memory=1041900 CPUtime=1.85 cores=0,2,4,6
/proc/1173/task/1237/stat : 1237 (java) S 1170 1173 32629 0 -1 1077944384 20567 12840 0 0 174 4 5 2 20 0 15 0 76323958 11176083456 260475 33554432000 4194304 4196468 140723455398944 140236257572848 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1238] ppid=1170 vsize=10914144 memory=1041900 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1238/stat : 1238 (java) S 1170 1173 32629 0 -1 1077944384 3 12840 0 0 0 0 5 2 20 0 15 0 76323958 11176083456 260475 33554432000 4194304 4196468 140723455398944 140235374414176 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1239] ppid=1170 vsize=10914144 memory=1200 CPUtime=1.54 cores=0,2,4,6
/proc/1173/task/1239/stat : 1239 (java) S 1170 1173 32629 0 -1 1077944384 1106 12840 0 0 69 78 5 2 20 0 15 0 76323958 11176083456 260475 33554432000 4194304 4196468 140723455398944 140236256521264 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
Current children cumulated CPU time: 2363.54 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1041900 KiB

[startup+2382.3 s]
/proc/loadavg: 1.28 1.31 1.37 3/215 1337
/proc/meminfo: memFree=10170904/32770624 swapFree=67108860/67108860
[pid=1173] ppid=1170 vsize=10914144 memory=1041960 CPUtime=2424.45 cores=0,2,4,6
/proc/1173/stat : 1173 (java) S 1170 1173 32629 0 -1 1077944320 241590 12840 0 0 242065 373 5 2 20 0 15 0 76323944 11176083456 260490 33554432000 4194304 4196468 140723455398944 140723455381488 140236834954999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
/proc/1173/statm: 2728536 260490 3523 1 0 2690189 0
[pid=1173/tid=1226] ppid=1170 vsize=10914144 memory=8112282956445269571 CPUtime=2354.73 cores=0,2,4,6
/proc/1173/task/1226/stat : 1226 (java) R 1170 1173 32629 0 -1 4202560 92029 12840 0 0 235411 55 5 2 20 0 15 0 76323953 11176083456 260490 33554432000 4194304 4196468 140723455398944 140236806789056 140236418670762 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1227] ppid=1170 vsize=10914144 memory=1041928 CPUtime=12.01 cores=0,2,4,6
/proc/1173/task/1227/stat : 1227 (java) S 1170 1173 32629 0 -1 1077944384 15675 12840 0 0 1133 61 5 2 20 0 15 0 76323953 11176083456 260490 33554432000 4194304 4196468 140723455398944 140236839197200 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1228] ppid=1170 vsize=10914144 memory=1041928 CPUtime=12.06 cores=0,2,4,6
/proc/1173/task/1228/stat : 1228 (java) S 1170 1173 32629 0 -1 1077944384 16885 12840 0 0 1140 59 5 2 20 0 15 0 76323953 11176083456 260490 33554432000 4194304 4196468 140723455398944 140236727470736 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1229] ppid=1170 vsize=10914144 memory=1041928 CPUtime=12.07 cores=0,2,4,6
/proc/1173/task/1229/stat : 1229 (java) S 1170 1173 32629 0 -1 1077944384 20797 12840 0 0 1138 62 5 2 20 0 15 0 76323953 11176083456 260490 33554432000 4194304 4196468 140723455398944 140236726417680 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1230] ppid=1170 vsize=10914144 memory=1041928 CPUtime=12.08 cores=0,2,4,6
/proc/1173/task/1230/stat : 1230 (java) S 1170 1173 32629 0 -1 1077944384 21995 12840 0 0 1137 64 5 2 20 0 15 0 76323953 11176083456 260490 33554432000 4194304 4196468 140723455398944 140236725365136 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1231] ppid=1170 vsize=10914144 memory=1255240 CPUtime=11.35 cores=0,2,4,6
/proc/1173/task/1231/stat : 1231 (java) S 1170 1173 32629 0 -1 1077944384 18495 12840 0 0 1072 56 5 2 20 0 15 0 76323955 11176083456 260490 33554432000 4194304 4196468 140723455398944 140236294290160 140236834966146 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1232] ppid=1170 vsize=10914144 memory=1041928 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1232/stat : 1232 (java) S 1170 1173 32629 0 -1 1077944384 42 12840 0 0 0 0 5 2 20 0 15 0 76323955 11176083456 260490 33554432000 4194304 4196468 140723455398944 140236293236512 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1233] ppid=1170 vsize=10914144 memory=1041928 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1233/stat : 1233 (java) S 1170 1173 32629 0 -1 1077944384 9 12840 0 0 0 0 5 2 20 0 15 0 76323955 11176083456 260490 33554432000 4194304 4196468 140723455398944 140235715372288 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1234] ppid=1170 vsize=10914144 memory=148 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1234/stat : 1234 (java) S 1170 1173 32629 0 -1 1077944384 3 12840 0 0 0 0 5 2 20 0 15 0 76323958 11176083456 260490 33554432000 4194304 4196468 140723455398944 140235407972816 140236834973595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1235] ppid=1170 vsize=10914144 memory=1041960 CPUtime=3.65 cores=0,2,4,6
/proc/1173/task/1235/stat : 1235 (java) S 1170 1173 32629 0 -1 1077944384 14565 12840 0 0 355 3 5 2 20 0 15 0 76323958 11176083456 260490 33554432000 4194304 4196468 140723455398944 140236259678448 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1236] ppid=1170 vsize=10914144 memory=1041960 CPUtime=3.59 cores=0,2,4,6
/proc/1173/task/1236/stat : 1236 (java) S 1170 1173 32629 0 -1 1077944384 17198 12840 0 0 350 2 5 2 20 0 15 0 76323958 11176083456 260490 33554432000 4194304 4196468 140723455398944 140236258625904 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1237] ppid=1170 vsize=10914144 memory=0 CPUtime=1.85 cores=0,2,4,6
/proc/1173/task/1237/stat : 1237 (java) S 1170 1173 32629 0 -1 1077944384 20571 12840 0 0 174 4 5 2 20 0 15 0 76323958 11176083456 260490 33554432000 4194304 4196468 140723455398944 140236257572848 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1238] ppid=1170 vsize=10914144 memory=4128 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1238/stat : 1238 (java) S 1170 1173 32629 0 -1 1077944384 3 12840 0 0 0 0 5 2 20 0 15 0 76323958 11176083456 260490 33554432000 4194304 4196468 140723455398944 140235374414176 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1239] ppid=1170 vsize=10914144 memory=22824 CPUtime=1.57 cores=0,2,4,6
/proc/1173/task/1239/stat : 1239 (java) S 1170 1173 32629 0 -1 1077944384 1135 12840 0 0 70 80 5 2 20 0 15 0 76323958 11176083456 260490 33554432000 4194304 4196468 140723455398944 140236256521264 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
Current children cumulated CPU time: 2424.45 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1041960 KiB

[startup+2442.3 s]
/proc/loadavg: 1.40 1.33 1.37 3/215 1338
/proc/meminfo: memFree=10168616/32770624 swapFree=67108860/67108860
[pid=1173] ppid=1170 vsize=10914144 memory=1044040 CPUtime=2485.35 cores=0,2,4,6
/proc/1173/stat : 1173 (java) S 1170 1173 32629 0 -1 1077944320 243044 12840 0 0 248146 382 5 2 20 0 15 0 76323944 11176083456 261010 33554432000 4194304 4196468 140723455398944 140723455381488 140236834954999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
/proc/1173/statm: 2728536 261010 3523 1 0 2690189 0
[pid=1173/tid=1226] ppid=1170 vsize=10914144 memory=1796 CPUtime=2414.07 cores=0,2,4,6
/proc/1173/task/1226/stat : 1226 (java) R 1170 1173 32629 0 -1 4202560 92778 12840 0 0 241344 56 5 2 20 0 15 0 76323953 11176083456 261010 33554432000 4194304 4196468 140723455398944 140236806789168 140236417823822 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1227] ppid=1170 vsize=10914144 memory=1044040 CPUtime=12.32 cores=0,2,4,6
/proc/1173/task/1227/stat : 1227 (java) S 1170 1173 32629 0 -1 1077944384 15740 12840 0 0 1163 62 5 2 20 0 15 0 76323953 11176083456 261010 33554432000 4194304 4196468 140723455398944 140236839197200 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1228] ppid=1170 vsize=10914144 memory=1044040 CPUtime=12.38 cores=0,2,4,6
/proc/1173/task/1228/stat : 1228 (java) S 1170 1173 32629 0 -1 1077944384 16917 12840 0 0 1170 61 5 2 20 0 15 0 76323953 11176083456 261010 33554432000 4194304 4196468 140723455398944 140236727470736 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1229] ppid=1170 vsize=10914144 memory=1044040 CPUtime=12.39 cores=0,2,4,6
/proc/1173/task/1229/stat : 1229 (java) S 1170 1173 32629 0 -1 1077944384 20910 12840 0 0 1167 65 5 2 20 0 15 0 76323953 11176083456 261010 33554432000 4194304 4196468 140723455398944 140236726417680 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1230] ppid=1170 vsize=10914144 memory=1044040 CPUtime=12.39 cores=0,2,4,6
/proc/1173/task/1230/stat : 1230 (java) S 1170 1173 32629 0 -1 1077944384 22276 12840 0 0 1166 66 5 2 20 0 15 0 76323953 11176083456 261010 33554432000 4194304 4196468 140723455398944 140236725365136 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1231] ppid=1170 vsize=10914144 memory=1044040 CPUtime=11.64 cores=0,2,4,6
/proc/1173/task/1231/stat : 1231 (java) S 1170 1173 32629 0 -1 1077944384 18685 12840 0 0 1099 58 5 2 20 0 15 0 76323955 11176083456 261010 33554432000 4194304 4196468 140723455398944 140236294290160 140236834966146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1232] ppid=1170 vsize=10914144 memory=1044040 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1232/stat : 1232 (java) S 1170 1173 32629 0 -1 1077944384 42 12840 0 0 0 0 5 2 20 0 15 0 76323955 11176083456 261010 33554432000 4194304 4196468 140723455398944 140236293236512 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1233] ppid=1170 vsize=10914144 memory=1044040 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1233/stat : 1233 (java) S 1170 1173 32629 0 -1 1077944384 9 12840 0 0 0 0 5 2 20 0 15 0 76323955 11176083456 261010 33554432000 4194304 4196468 140723455398944 140235715372288 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1234] ppid=1170 vsize=10914144 memory=1044040 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1234/stat : 1234 (java) S 1170 1173 32629 0 -1 1077944384 3 12840 0 0 0 0 5 2 20 0 15 0 76323958 11176083456 261010 33554432000 4194304 4196468 140723455398944 140235407972816 140236834973595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1235] ppid=1170 vsize=10914144 memory=1044040 CPUtime=3.65 cores=0,2,4,6
/proc/1173/task/1235/stat : 1235 (java) S 1170 1173 32629 0 -1 1077944384 14567 12840 0 0 355 3 5 2 20 0 15 0 76323958 11176083456 261010 33554432000 4194304 4196468 140723455398944 140236259678448 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1236] ppid=1170 vsize=10914144 memory=1044040 CPUtime=3.59 cores=0,2,4,6
/proc/1173/task/1236/stat : 1236 (java) S 1170 1173 32629 0 -1 1077944384 17201 12840 0 0 350 2 5 2 20 0 15 0 76323958 11176083456 261010 33554432000 4194304 4196468 140723455398944 140236258625904 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1237] ppid=1170 vsize=10914144 memory=1044040 CPUtime=1.85 cores=0,2,4,6
/proc/1173/task/1237/stat : 1237 (java) S 1170 1173 32629 0 -1 1077944384 20573 12840 0 0 174 4 5 2 20 0 15 0 76323958 11176083456 261010 33554432000 4194304 4196468 140723455398944 140236257572848 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1238] ppid=1170 vsize=10914144 memory=1044040 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1238/stat : 1238 (java) S 1170 1173 32629 0 -1 1077944384 3 12840 0 0 0 0 5 2 20 0 15 0 76323958 11176083456 261010 33554432000 4194304 4196468 140723455398944 140235374414176 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1239] ppid=1170 vsize=10914144 memory=1044040 CPUtime=1.61 cores=0,2,4,6
/proc/1173/task/1239/stat : 1239 (java) S 1170 1173 32629 0 -1 1077944384 1152 12840 0 0 72 82 5 2 20 0 15 0 76323958 11176083456 261010 33554432000 4194304 4196468 140723455398944 140236256521264 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
Current children cumulated CPU time: 2485.35 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1044040 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.6 s]
/proc/loadavg: 1.47 1.36 1.38 3/215 1468
/proc/meminfo: memFree=10833328/32770624 swapFree=67108860/67108860
[pid=1173] ppid=1170 vsize=10914144 memory=1044040 CPUtime=2520.07 cores=0,2,4,6
/proc/1173/stat : 1173 (java) S 1170 1173 32629 0 -1 1077944320 244205 12840 0 0 251612 388 5 2 20 0 15 0 76323944 11176083456 261010 33554432000 4194304 4196468 140723455398944 140723455381488 140236834954999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
/proc/1173/statm: 2728536 261010 3523 1 0 2690189 0
[pid=1173/tid=1226] ppid=1170 vsize=10914144 memory=15876 CPUtime=2448.03 cores=0,2,4,6
/proc/1173/task/1226/stat : 1226 (java) R 1170 1173 32629 0 -1 4202560 93271 12840 0 0 244740 56 5 2 20 0 15 0 76323953 11176083456 261010 33554432000 4194304 4196468 140723455398944 140236806789008 140236418277213 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1227] ppid=1170 vsize=10914144 memory=4100 CPUtime=12.47 cores=0,2,4,6
/proc/1173/task/1227/stat : 1227 (java) S 1170 1173 32629 0 -1 1077944384 15863 12840 0 0 1177 63 5 2 20 0 15 0 76323953 11176083456 261010 33554432000 4194304 4196468 140723455398944 140236839197200 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1228] ppid=1170 vsize=10914144 memory=8112282956445269571 CPUtime=12.53 cores=0,2,4,6
/proc/1173/task/1228/stat : 1228 (java) S 1170 1173 32629 0 -1 1077944384 16931 12840 0 0 1185 61 5 2 20 0 15 0 76323953 11176083456 261010 33554432000 4194304 4196468 140723455398944 140236727470736 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1229] ppid=1170 vsize=10914144 memory=288230621803970871 CPUtime=12.53 cores=0,2,4,6
/proc/1173/task/1229/stat : 1229 (java) S 1170 1173 32629 0 -1 1077944384 21230 12840 0 0 1181 65 5 2 20 0 15 0 76323953 11176083456 261010 33554432000 4194304 4196468 140723455398944 140236726417680 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1230] ppid=1170 vsize=10914144 memory=14411510181004714 CPUtime=12.54 cores=0,2,4,6
/proc/1173/task/1230/stat : 1230 (java) S 1170 1173 32629 0 -1 1077944384 22289 12840 0 0 1180 67 5 2 20 0 15 0 76323953 11176083456 261010 33554432000 4194304 4196468 140723455398944 140236725365136 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1231] ppid=1170 vsize=10914144 memory=3472328279047811153 CPUtime=11.77 cores=0,2,4,6
/proc/1173/task/1231/stat : 1231 (java) S 1170 1173 32629 0 -1 1077944384 18868 12840 0 0 1112 58 5 2 20 0 15 0 76323955 11176083456 261010 33554432000 4194304 4196468 140723455398944 140236294290160 140236834966146 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1232] ppid=1170 vsize=10914144 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1232/stat : 1232 (java) S 1170 1173 32629 0 -1 1077944384 42 12840 0 0 0 0 5 2 20 0 15 0 76323955 11176083456 261010 33554432000 4194304 4196468 140723455398944 140236293236512 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1233] ppid=1170 vsize=10914144 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1233/stat : 1233 (java) S 1170 1173 32629 0 -1 1077944384 9 12840 0 0 0 0 5 2 20 0 15 0 76323955 11176083456 261010 33554432000 4194304 4196468 140723455398944 140235715372288 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1234] ppid=1170 vsize=10914144 memory=8101247189090653289 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1234/stat : 1234 (java) S 1170 1173 32629 0 -1 1077944384 3 12840 0 0 0 0 5 2 20 0 15 0 76323958 11176083456 261010 33554432000 4194304 4196468 140723455398944 140235407972816 140236834973595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1235] ppid=1170 vsize=10914144 memory=3539887818412142913 CPUtime=3.65 cores=0,2,4,6
/proc/1173/task/1235/stat : 1235 (java) S 1170 1173 32629 0 -1 1077944384 14567 12840 0 0 355 3 5 2 20 0 15 0 76323958 11176083456 261010 33554432000 4194304 4196468 140723455398944 140236259678448 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1236] ppid=1170 vsize=10914144 memory=7019467088023728689 CPUtime=3.59 cores=0,2,4,6
/proc/1173/task/1236/stat : 1236 (java) S 1170 1173 32629 0 -1 1077944384 17201 12840 0 0 350 2 5 2 20 0 15 0 76323958 11176083456 261010 33554432000 4194304 4196468 140723455398944 140236258625904 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1237] ppid=1170 vsize=10914144 memory=12795 CPUtime=1.85 cores=0,2,4,6
/proc/1173/task/1237/stat : 1237 (java) S 1170 1173 32629 0 -1 1077944384 20573 12840 0 0 174 4 5 2 20 0 15 0 76323958 11176083456 261010 33554432000 4194304 4196468 140723455398944 140236257572848 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1238] ppid=1170 vsize=10914144 memory=18079 CPUtime=0.07 cores=0,2,4,6
/proc/1173/task/1238/stat : 1238 (java) S 1170 1173 32629 0 -1 1077944384 3 12840 0 0 0 0 5 2 20 0 15 0 76323958 11176083456 261010 33554432000 4194304 4196468 140723455398944 140235374414176 140236834965205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
[pid=1173/tid=1239] ppid=1170 vsize=10914144 memory=8112282956445269571 CPUtime=1.63 cores=0,2,4,6
/proc/1173/task/1239/stat : 1239 (java) S 1170 1173 32629 0 -1 1077944384 1167 12840 0 0 72 84 5 2 20 0 15 0 76323958 11176083456 261010 33554432000 4194304 4196468 140723455398944 140236256521264 140236834966146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28311552 140723455400558 140723455403356 140723455403356 140723455406031 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1044040 KiB

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

[startup+2476.63 s]
# the end of solver process 1173 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.2 s, system=3.91913 s

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

Child status: 143
Real time (s): 2476.63
CPU time (s): 2520.12
CPU user time (s): 2516.2
CPU system time (s): 3.91913
CPU usage (%): 101.756
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 1044040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.2
system time used= 3.91913
maximum resident set size= 1048244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258045
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 308625
involuntary context switches= 9618


# summary of solver processes directly reported to runsolver:
#   pid: 1173
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.2
#   total CPU system time (s): 3.91913

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6495 second user time and 23.9768 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-26 08:46:48
IDJOB=4295628
IDBENCH=141584
IDSOLVER=2750
FILE ID=node139/4295628-1532587608
RUNJOBID= node139-1532582651-32660
PBS_JOBID= 21021962
Free space on /tmp= 38764 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Frb/frb-50-23-3-mgd_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295628-1532587608/watcher-4295628-1532587608 -o /tmp/evaluation-result-4295628-1532587608/solver-4295628-1532587608 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32660 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1643916995 HOME/instance-4295628-1532587608.xml

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

MD5SUM BENCH= 9221c7b89083fde7801d6d9537c28698
RANDOM SEED=1643916995

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        11821688 kB
MemAvailable:   31304296 kB
Buffers:          232008 kB
Cached:         19207664 kB
SwapCached:            0 kB
Active:          3553548 kB
Inactive:       16566080 kB
Active(anon):     634636 kB
Inactive(anon):    73596 kB
Active(file):    2918912 kB
Inactive(file): 16492484 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27840 kB
Writeback:             0 kB
AnonPages:        698080 kB
Mapped:            53720 kB
Shmem:             25228 kB
Slab:             527264 kB
SReclaimable:     499672 kB
SUnreclaim:        27592 kB
KernelStack:        3792 kB
PageTables:         6532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1676120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    495616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38736 MiB
End job on node139 at 2018-07-26 09:28:05