Trace number 4295521

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13? (TO) 2520.05 2485.53

General information on the benchmark

NameMagicHexagon/
MagicHexagon-08-0006_c18.xml
MD5SUMe0f43de676a90a3e6f61e2deb5ab7ad8
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 variables225
Number of constraints52
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":56},{"degree":4,"count":163},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":3},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":45}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295521-1532564782/watcher-4295521-1532564782 -o /tmp/evaluation-result-4295521-1532564782/solver-4295521-1532564782 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532535188-26469 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=942792171 -superng HOME/instance-4295521-1532564782.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=31543, runsolver pid=31540

[startup+0.100163 s]*
/proc/loadavg: 1.62 1.45 1.42 3/206 31600
/proc/meminfo: memFree=12068616/32770624 swapFree=67108860/67108860
[pid=31543] ppid=31540 vsize=9972712 memory=16948 CPUtime=0.08 cores=0,2,4,6
/proc/31543/stat : 31543 (java) S 31540 31543 26438 0 -1 1077944320 4373 13164 0 0 1 0 4 3 20 0 6 0 74041377 10212057088 4237 33554432000 4194304 4196468 140730452340768 140730452323312 140081838956279 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
/proc/31543/statm: 2493178 4237 1934 1 0 2481616 0
[pid=31543/tid=31596] ppid=31540 vsize=9972712 memory=4279135704047322765 CPUtime=0.08 cores=0,2,4,6
/proc/31543/task/31596/stat : 31596 (java) R 31540 31543 26438 0 -1 4202560 2184 13164 0 0 1 0 4 3 20 0 6 0 74041386 10212057088 4237 33554432000 4194304 4196468 140730452340768 140081810793040 140081823036766 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31597] ppid=31540 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31597/stat : 31597 (java) S 31540 31543 26438 0 -1 1077944384 1 13164 0 0 0 0 4 3 20 0 6 0 74041387 10212057088 4237 33554432000 4194304 4196468 140730452340768 140081843198224 140081838966485 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31598] ppid=31540 vsize=9972712 memory=140503885170304 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31598/stat : 31598 (java) S 31540 31543 26438 0 -1 1077944384 1 13164 0 0 0 0 4 3 20 0 6 0 74041387 10212057088 4237 33554432000 4194304 4196468 140730452340768 140081411840400 140081838966485 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31599] ppid=31540 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31599/stat : 31599 (java) S 31540 31543 26438 0 -1 1077944384 1 13164 0 0 0 0 4 3 20 0 6 0 74041387 10212057088 4237 33554432000 4194304 4196468 140730452340768 140081410787856 140081838966485 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31600] ppid=31540 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31600/stat : 31600 (java) S 31540 31543 26438 0 -1 1077944384 2 13164 0 0 0 0 4 3 20 0 6 0 74041387 10212057088 4237 33554432000 4194304 4196468 140730452340768 140081409735312 140081838966485 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16948 KiB

[startup+0.20992 s]*
/proc/loadavg: 1.62 1.45 1.42 3/215 31609
/proc/meminfo: memFree=12045960/32770624 swapFree=67108860/67108860
[pid=31543] ppid=31540 vsize=10819896 memory=42968 CPUtime=0.25 cores=0,2,4,6
/proc/31543/stat : 31543 (java) S 31540 31543 26438 0 -1 1077944320 8451 13164 0 0 17 1 4 3 20 0 15 0 74041377 11079573504 10742 33554432000 4194304 4196468 140730452340768 140730452323312 140081838956279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
/proc/31543/statm: 2704974 10742 2959 1 0 2667397 0
[pid=31543/tid=31596] ppid=31540 vsize=10821524 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/31543/task/31596/stat : 31596 (java) R 31540 31543 26438 0 -1 4202560 5120 13164 0 0 10 1 4 3 20 0 15 0 74041386 11081240576 10742 33554432000 4194304 4196468 140730452340768 140081810781088 140081831635997 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31597] ppid=31540 vsize=10821524 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31597/stat : 31597 (java) S 31540 31543 26438 0 -1 1077944384 1 13164 0 0 0 0 4 3 20 0 15 0 74041387 11081240576 10742 33554432000 4194304 4196468 140730452340768 140081843198224 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31598] ppid=31540 vsize=10821524 memory=140503885568791 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31598/stat : 31598 (java) S 31540 31543 26438 0 -1 1077944384 1 13164 0 0 0 0 4 3 20 0 15 0 74041387 11081240576 10808 33554432000 4194304 4196468 140730452340768 140081411840400 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31599] ppid=31540 vsize=10821524 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31599/stat : 31599 (java) S 31540 31543 26438 0 -1 1077944384 1 13164 0 0 0 0 4 3 20 0 15 0 74041387 11081240576 10808 33554432000 4194304 4196468 140730452340768 140081410787856 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31600] ppid=31540 vsize=10821524 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31600/stat : 31600 (java) S 31540 31543 26438 0 -1 1077944384 2 13164 0 0 0 0 4 3 20 0 15 0 74041387 11081240576 10808 33554432000 4194304 4196468 140730452340768 140081409735312 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31601] ppid=31540 vsize=10821524 memory=140503885170304 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31601/stat : 31601 (java) S 31540 31543 26438 0 -1 1077944384 2 13164 0 0 0 0 4 3 20 0 15 0 74041388 11081240576 10808 33554432000 4194304 4196468 140730452340768 140081297877488 140081838967426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31602] ppid=31540 vsize=10821524 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31602/stat : 31602 (java) S 31540 31543 26438 0 -1 1077944384 33 13164 0 0 0 0 4 3 20 0 15 0 74041389 11081240576 10874 33554432000 4194304 4196468 140730452340768 140081296823712 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31603] ppid=31540 vsize=10821524 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31603/stat : 31603 (java) S 31540 31543 26438 0 -1 1077944384 1 13164 0 0 0 0 4 3 20 0 15 0 74041389 11081240576 10874 33554432000 4194304 4196468 140730452340768 140080693896688 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31604] ppid=31540 vsize=10821524 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31604/stat : 31604 (java) S 31540 31543 26438 0 -1 1077944384 3 13164 0 0 0 0 4 3 20 0 15 0 74041392 11081240576 10874 33554432000 4194304 4196468 140730452340768 140080386497232 140081838974875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31605] ppid=31540 vsize=10821524 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31543/task/31605/stat : 31605 (java) S 31540 31543 26438 0 -1 1077944384 510 13164 0 0 1 0 4 3 20 0 15 0 74041392 11081240576 10874 33554432000 4194304 4196468 140730452340768 140081263265776 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31606] ppid=31540 vsize=10821524 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31606/stat : 31606 (java) S 31540 31543 26438 0 -1 1077944384 75 13164 0 0 0 0 4 3 20 0 15 0 74041392 11081240576 10874 33554432000 4194304 4196468 140730452340768 140081262213232 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31607] ppid=31540 vsize=10821524 memory=140503885170304 CPUtime=0.1 cores=0,2,4,6
/proc/31543/task/31607/stat : 31607 (java) S 31540 31543 26438 0 -1 1077944384 562 13164 0 0 3 0 4 3 20 0 15 0 74041392 11081240576 10940 33554432000 4194304 4196468 140730452340768 140081261160688 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31608] ppid=31540 vsize=10821524 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31608/stat : 31608 (java) S 31540 31543 26438 0 -1 1077944384 3 13164 0 0 0 0 4 3 20 0 15 0 74041392 11081240576 10940 33554432000 4194304 4196468 140730452340768 140080352938592 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31609] ppid=31540 vsize=10821524 memory=140503885170304 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31609/stat : 31609 (java) S 31540 31543 26438 0 -1 1077944384 1 13164 0 0 0 0 4 3 20 0 15 0 74041392 11081240576 10940 33554432000 4194304 4196468 140730452340768 140081260108592 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819896 KiB
Current children cumulated memory: 42968 KiB

[startup+0.310279 s]*
/proc/loadavg: 1.62 1.45 1.42 3/215 31609
/proc/meminfo: memFree=12033804/32770624 swapFree=67108860/67108860
[pid=31543] ppid=31540 vsize=10819352 memory=52544 CPUtime=0.38 cores=0,2,4,6
/proc/31543/stat : 31543 (java) S 31540 31543 26438 0 -1 1077944320 10741 13164 0 0 29 2 4 3 20 0 15 0 74041377 11079016448 13136 33554432000 4194304 4196468 140730452340768 140730452323312 140081838956279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
/proc/31543/statm: 2704838 13136 3078 1 0 2667149 0
[pid=31543/tid=31596] ppid=31540 vsize=10819352 memory=6791534058613427641 CPUtime=0.27 cores=0,2,4,6
/proc/31543/task/31596/stat : 31596 (java) R 31540 31543 26438 0 -1 4202560 7346 13164 0 0 19 1 4 3 20 0 15 0 74041386 11079016448 13136 33554432000 4194304 4196468 140730452340768 140081810768288 140081823036766 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31597] ppid=31540 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31597/stat : 31597 (java) S 31540 31543 26438 0 -1 1077944384 1 13164 0 0 0 0 4 3 20 0 15 0 74041387 11079016448 13136 33554432000 4194304 4196468 140730452340768 140081843198224 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31598] ppid=31540 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31598/stat : 31598 (java) S 31540 31543 26438 0 -1 1077944384 1 13164 0 0 0 0 4 3 20 0 15 0 74041387 11079016448 13136 33554432000 4194304 4196468 140730452340768 140081411840400 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31599] ppid=31540 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31599/stat : 31599 (java) S 31540 31543 26438 0 -1 1077944384 1 13164 0 0 0 0 4 3 20 0 15 0 74041387 11079016448 13136 33554432000 4194304 4196468 140730452340768 140081410787856 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31600] ppid=31540 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31600/stat : 31600 (java) S 31540 31543 26438 0 -1 1077944384 2 13164 0 0 0 0 4 3 20 0 15 0 74041387 11079016448 13136 33554432000 4194304 4196468 140730452340768 140081409735312 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31601] ppid=31540 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31601/stat : 31601 (java) S 31540 31543 26438 0 -1 1077944384 2 13164 0 0 0 0 4 3 20 0 15 0 74041388 11079016448 13136 33554432000 4194304 4196468 140730452340768 140081297877488 140081838967426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31602] ppid=31540 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31602/stat : 31602 (java) S 31540 31543 26438 0 -1 1077944384 33 13164 0 0 0 0 4 3 20 0 15 0 74041389 11079016448 13136 33554432000 4194304 4196468 140730452340768 140081296823712 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31603] ppid=31540 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31603/stat : 31603 (java) S 31540 31543 26438 0 -1 1077944384 1 13164 0 0 0 0 4 3 20 0 15 0 74041389 11079016448 13136 33554432000 4194304 4196468 140730452340768 140080693896688 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31604] ppid=31540 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31604/stat : 31604 (java) S 31540 31543 26438 0 -1 1077944384 3 13164 0 0 0 0 4 3 20 0 15 0 74041392 11079016448 13136 33554432000 4194304 4196468 140730452340768 140080386497232 140081838974875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31605] ppid=31540 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31543/task/31605/stat : 31605 (java) R 31540 31543 26438 0 -1 1077944384 510 13164 0 0 1 0 4 3 20 0 15 0 74041392 11079016448 13136 33554432000 4194304 4196468 140730452340768 140081263265776 140081838967426 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31606] ppid=31540 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31543/task/31606/stat : 31606 (java) R 31540 31543 26438 0 -1 4202560 78 13164 0 0 1 0 4 3 20 0 15 0 74041392 11079016448 13136 33554432000 4194304 4196468 140730452340768 140081262213232 140081822511056 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31607] ppid=31540 vsize=10819352 memory=140503885170304 CPUtime=0.12 cores=0,2,4,6
/proc/31543/task/31607/stat : 31607 (java) R 31540 31543 26438 0 -1 4202560 571 13164 0 0 5 0 4 3 20 0 15 0 74041392 11079016448 13136 33554432000 4194304 4196468 140730452340768 140081261160688 140081817447296 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31608] ppid=31540 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31608/stat : 31608 (java) S 31540 31543 26438 0 -1 1077944384 3 13164 0 0 0 0 4 3 20 0 15 0 74041392 11079016448 13136 33554432000 4194304 4196468 140730452340768 140080352938592 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31609] ppid=31540 vsize=10819352 memory=140503885170304 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31609/stat : 31609 (java) S 31540 31543 26438 0 -1 1077944384 1 13164 0 0 0 0 4 3 20 0 15 0 74041392 11079016448 13136 33554432000 4194304 4196468 140730452340768 140081260108592 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52544 KiB

[startup+0.701124 s]
/proc/loadavg: 1.62 1.45 1.42 4/215 31609
/proc/meminfo: memFree=12024252/32770624 swapFree=67108860/67108860
[pid=31543] ppid=31540 vsize=10819352 memory=84680 CPUtime=0.99 cores=0,2,4,6
/proc/31543/stat : 31543 (java) S 31540 31543 26438 0 -1 1077944320 16806 13164 0 0 88 4 4 3 20 0 15 0 74041377 11079016448 21170 33554432000 4194304 4196468 140730452340768 140730452323312 140081838956279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
/proc/31543/statm: 2704838 21170 3237 1 0 2667149 0
[pid=31543/tid=31596] ppid=31540 vsize=10819352 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/31543/task/31596/stat : 31596 (java) R 31540 31543 26438 0 -1 4202560 12352 13164 0 0 56 2 4 3 20 0 15 0 74041386 11079016448 21170 33554432000 4194304 4196468 140730452340768 140081810777104 140081820519835 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31597] ppid=31540 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31597/stat : 31597 (java) S 31540 31543 26438 0 -1 1077944384 1 13164 0 0 0 0 4 3 20 0 15 0 74041387 11079016448 21170 33554432000 4194304 4196468 140730452340768 140081843198224 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31598] ppid=31540 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31598/stat : 31598 (java) S 31540 31543 26438 0 -1 1077944384 1 13164 0 0 0 0 4 3 20 0 15 0 74041387 11079016448 21170 33554432000 4194304 4196468 140730452340768 140081411840400 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31599] ppid=31540 vsize=10819352 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31599/stat : 31599 (java) S 31540 31543 26438 0 -1 1077944384 1 13164 0 0 0 0 4 3 20 0 15 0 74041387 11079016448 21170 33554432000 4194304 4196468 140730452340768 140081410787856 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31600] ppid=31540 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31600/stat : 31600 (java) S 31540 31543 26438 0 -1 1077944384 2 13164 0 0 0 0 4 3 20 0 15 0 74041387 11079016448 21170 33554432000 4194304 4196468 140730452340768 140081409735312 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31601] ppid=31540 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31601/stat : 31601 (java) S 31540 31543 26438 0 -1 1077944384 5 13164 0 0 0 0 4 3 20 0 15 0 74041388 11079016448 21170 33554432000 4194304 4196468 140730452340768 140081297877488 140081838967426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31602] ppid=31540 vsize=10819352 memory=140503748326096 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31602/stat : 31602 (java) S 31540 31543 26438 0 -1 1077944384 33 13164 0 0 0 0 4 3 20 0 15 0 74041389 11079016448 21170 33554432000 4194304 4196468 140730452340768 140081296823712 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31603] ppid=31540 vsize=10819352 memory=140505560121955 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31603/stat : 31603 (java) S 31540 31543 26438 0 -1 1077944384 1 13164 0 0 0 0 4 3 20 0 15 0 74041389 11079016448 21170 33554432000 4194304 4196468 140730452340768 140080693896688 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31604] ppid=31540 vsize=10819352 memory=10600 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31604/stat : 31604 (java) S 31540 31543 26438 0 -1 1077944384 3 13164 0 0 0 0 4 3 20 0 15 0 74041392 11079016448 21170 33554432000 4194304 4196468 140730452340768 140080386497232 140081838974875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31605] ppid=31540 vsize=10819352 memory=7234564758908855872 CPUtime=0.16 cores=0,2,4,6
/proc/31543/task/31605/stat : 31605 (java) S 31540 31543 26438 0 -1 1077944384 1163 13164 0 0 9 0 4 3 20 0 15 0 74041392 11079016448 21170 33554432000 4194304 4196468 140730452340768 140081263265776 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31606] ppid=31540 vsize=10819352 memory=7597685182856913236 CPUtime=0.14 cores=0,2,4,6
/proc/31543/task/31606/stat : 31606 (java) S 31540 31543 26438 0 -1 1077944384 439 13164 0 0 7 0 4 3 20 0 15 0 74041392 11079016448 21170 33554432000 4194304 4196468 140730452340768 140081262213232 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31607] ppid=31540 vsize=10819352 memory=5787218246971642213 CPUtime=0.2 cores=0,2,4,6
/proc/31543/task/31607/stat : 31607 (java) S 31540 31543 26438 0 -1 1077944384 613 13164 0 0 13 0 4 3 20 0 15 0 74041392 11079016448 21170 33554432000 4194304 4196468 140730452340768 140081261160688 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31608] ppid=31540 vsize=10819352 memory=4128 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31608/stat : 31608 (java) S 31540 31543 26438 0 -1 1077944384 3 13164 0 0 0 0 4 3 20 0 15 0 74041392 11079016448 21170 33554432000 4194304 4196468 140730452340768 140080352938592 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31609] ppid=31540 vsize=10819352 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31609/stat : 31609 (java) S 31540 31543 26438 0 -1 1077944384 1 13164 0 0 0 0 4 3 20 0 15 0 74041392 11079016448 21170 33554432000 4194304 4196468 140730452340768 140081260108592 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84680 KiB

[startup+1.50081 s]
/proc/loadavg: 1.62 1.45 1.42 3/215 31609
/proc/meminfo: memFree=11978240/32770624 swapFree=67108860/67108860
[pid=31543] ppid=31540 vsize=10834252 memory=175944 CPUtime=2.28 cores=0,2,4,6
/proc/31543/stat : 31543 (java) S 31540 31543 26438 0 -1 1077944320 23951 13164 0 0 213 8 4 3 20 0 15 0 74041377 11094274048 43986 33554432000 4194304 4196468 140730452340768 140730452323312 140081838956279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
/proc/31543/statm: 2708563 43986 3474 1 0 2670221 0
[pid=31543/tid=31596] ppid=31540 vsize=10834252 memory=12813 CPUtime=1.42 cores=0,2,4,6
/proc/31543/task/31596/stat : 31596 (java) R 31540 31543 26438 0 -1 4202560 17873 13164 0 0 131 4 4 3 20 0 15 0 74041386 11094274048 43986 33554432000 4194304 4196468 140730452340768 140081810787744 140081822999909 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31597] ppid=31540 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/31543/task/31597/stat : 31597 (java) S 31540 31543 26438 0 -1 1077944384 185 13164 0 0 1 0 4 3 20 0 15 0 74041387 11094274048 43986 33554432000 4194304 4196468 140730452340768 140081843198224 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31598] ppid=31540 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31543/task/31598/stat : 31598 (java) S 31540 31543 26438 0 -1 1077944384 32 13164 0 0 1 0 4 3 20 0 15 0 74041387 11094274048 43986 33554432000 4194304 4196468 140730452340768 140081411840400 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31599] ppid=31540 vsize=10834252 memory=1313 CPUtime=0.08 cores=0,2,4,6
/proc/31543/task/31599/stat : 31599 (java) S 31540 31543 26438 0 -1 1077944384 15 13164 0 0 1 0 4 3 20 0 15 0 74041387 11094274048 43986 33554432000 4194304 4196468 140730452340768 140081410787856 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31600] ppid=31540 vsize=10834252 memory=84680 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31600/stat : 31600 (java) S 31540 31543 26438 0 -1 1077944384 73 13164 0 0 0 0 4 3 20 0 15 0 74041387 11094274048 43986 33554432000 4194304 4196468 140730452340768 140081409735312 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31601] ppid=31540 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31543/task/31601/stat : 31601 (java) S 31540 31543 26438 0 -1 1077944384 58 13164 0 0 1 0 4 3 20 0 15 0 74041388 11094274048 43986 33554432000 4194304 4196468 140730452340768 140081297877488 140081838967426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31602] ppid=31540 vsize=10834252 memory=281007496593904 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31602/stat : 31602 (java) S 31540 31543 26438 0 -1 1077944384 34 13164 0 0 0 0 4 3 20 0 15 0 74041389 11094274048 43986 33554432000 4194304 4196468 140730452340768 140081296823776 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31603] ppid=31540 vsize=10834252 memory=281007496644704 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31603/stat : 31603 (java) S 31540 31543 26438 0 -1 1077944384 2 13164 0 0 0 0 4 3 20 0 15 0 74041389 11094274048 43986 33554432000 4194304 4196468 140730452340768 140080693896704 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31604] ppid=31540 vsize=10834252 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31604/stat : 31604 (java) S 31540 31543 26438 0 -1 1077944384 3 13164 0 0 0 0 4 3 20 0 15 0 74041392 11094274048 43986 33554432000 4194304 4196468 140730452340768 140080386497232 140081838974875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31605] ppid=31540 vsize=10834252 memory=4638778398332698720 CPUtime=0.26 cores=0,2,4,6
/proc/31543/task/31605/stat : 31605 (java) S 31540 31543 26438 0 -1 1077944384 1319 13164 0 0 19 0 4 3 20 0 15 0 74041392 11094274048 43986 33554432000 4194304 4196468 140730452340768 140081263265776 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31606] ppid=31540 vsize=10834252 memory=281007496928128 CPUtime=0.29 cores=0,2,4,6
/proc/31543/task/31606/stat : 31606 (java) R 31540 31543 26438 0 -1 1077944384 976 13164 0 0 22 0 4 3 20 0 15 0 74041392 11094274048 43986 33554432000 4194304 4196468 140730452340768 140081262213232 140081838967426 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31607] ppid=31540 vsize=10834252 memory=-7531822216213012384 CPUtime=0.4 cores=0,2,4,6
/proc/31543/task/31607/stat : 31607 (java) R 31540 31543 26438 0 -1 4202560 1190 13164 0 0 33 0 4 3 20 0 15 0 74041392 11094274048 43986 33554432000 4194304 4196468 140730452340768 140081261160688 140081838977626 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31608] ppid=31540 vsize=10834252 memory=-7531822216213012384 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31608/stat : 31608 (java) S 31540 31543 26438 0 -1 1077944384 3 13164 0 0 0 0 4 3 20 0 15 0 74041392 11094274048 43986 33554432000 4194304 4196468 140730452340768 140080352938592 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31609] ppid=31540 vsize=10834252 memory=1399101730491701635 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31609/stat : 31609 (java) S 31540 31543 26438 0 -1 1077944384 1 13164 0 0 0 0 4 3 20 0 15 0 74041392 11094274048 43986 33554432000 4194304 4196468 140730452340768 140081260108592 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10834252 KiB

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

/proc/31543/task/31596/stat : 31596 (java) R 31540 31543 26438 0 -1 4202560 82125 13164 0 0 237238 37 4 3 20 0 15 0 74041386 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081810790752 140081449347550 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31597] ppid=31540 vsize=10914144 memory=475624 CPUtime=5.28 cores=0,2,4,6
/proc/31543/task/31597/stat : 31597 (java) S 31540 31543 26438 0 -1 1077944384 14150 13164 0 0 489 32 4 3 20 0 15 0 74041387 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081843198224 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31598] ppid=31540 vsize=10914144 memory=475624 CPUtime=5.29 cores=0,2,4,6
/proc/31543/task/31598/stat : 31598 (java) S 31540 31543 26438 0 -1 1077944384 8508 13164 0 0 491 31 4 3 20 0 15 0 74041387 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081411840400 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31599] ppid=31540 vsize=10914144 memory=475624 CPUtime=5.26 cores=0,2,4,6
/proc/31543/task/31599/stat : 31599 (java) S 31540 31543 26438 0 -1 1077944384 10359 13164 0 0 489 30 4 3 20 0 15 0 74041387 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081410787856 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31600] ppid=31540 vsize=10914144 memory=475624 CPUtime=5.28 cores=0,2,4,6
/proc/31543/task/31600/stat : 31600 (java) S 31540 31543 26438 0 -1 1077944384 11523 13164 0 0 489 32 4 3 20 0 15 0 74041387 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081409735312 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31601] ppid=31540 vsize=10914144 memory=475624 CPUtime=2.9 cores=0,2,4,6
/proc/31543/task/31601/stat : 31601 (java) S 31540 31543 26438 0 -1 1077944384 14827 13164 0 0 264 19 4 3 20 0 15 0 74041388 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081297877488 140081838967426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31602] ppid=31540 vsize=10914144 memory=475624 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31602/stat : 31602 (java) S 31540 31543 26438 0 -1 1077944384 46 13164 0 0 0 0 4 3 20 0 15 0 74041389 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081296823776 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31603] ppid=31540 vsize=10914144 memory=475624 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31603/stat : 31603 (java) S 31540 31543 26438 0 -1 1077944384 5 13164 0 0 0 0 4 3 20 0 15 0 74041389 11176083456 118906 33554432000 4194304 4196468 140730452340768 140080693896704 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31604] ppid=31540 vsize=10914144 memory=475624 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31604/stat : 31604 (java) S 31540 31543 26438 0 -1 1077944384 3 13164 0 0 0 0 4 3 20 0 15 0 74041392 11176083456 118906 33554432000 4194304 4196468 140730452340768 140080386497232 140081838974875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31605] ppid=31540 vsize=10914144 memory=475624 CPUtime=7.74 cores=0,2,4,6
/proc/31543/task/31605/stat : 31605 (java) S 31540 31543 26438 0 -1 1077944384 30598 13164 0 0 760 7 4 3 20 0 15 0 74041392 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081263265776 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31606] ppid=31540 vsize=10914144 memory=475624 CPUtime=7.43 cores=0,2,4,6
/proc/31543/task/31606/stat : 31606 (java) S 31540 31543 26438 0 -1 1077944384 27005 13164 0 0 732 4 4 3 20 0 15 0 74041392 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081262213232 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31607] ppid=31540 vsize=10914144 memory=475624 CPUtime=3.23 cores=0,2,4,6
/proc/31543/task/31607/stat : 31607 (java) S 31540 31543 26438 0 -1 1077944384 26004 13164 0 0 309 7 4 3 20 0 15 0 74041392 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081261160688 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31608] ppid=31540 vsize=10914144 memory=475624 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31608/stat : 31608 (java) S 31540 31543 26438 0 -1 1077944384 3 13164 0 0 0 0 4 3 20 0 15 0 74041392 11176083456 118906 33554432000 4194304 4196468 140730452340768 140080352938592 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31609] ppid=31540 vsize=10914144 memory=475624 CPUtime=1.45 cores=0,2,4,6
/proc/31543/task/31609/stat : 31609 (java) S 31540 31543 26438 0 -1 1077944384 1171 13164 0 0 72 66 4 3 20 0 15 0 74041392 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081260108592 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
Current children cumulated CPU time: 2416.15 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 475624 KiB

[startup+2442.3 s]
/proc/loadavg: 0.64 0.70 0.95 2/195 31754
/proc/meminfo: memFree=12077884/32770624 swapFree=67108860/67108860
[pid=31543] ppid=31540 vsize=10914144 memory=475624 CPUtime=2476.52 cores=0,2,4,6
/proc/31543/stat : 31543 (java) S 31540 31543 26438 0 -1 1077944320 229557 13164 0 0 247406 239 4 3 20 0 15 0 74041377 11176083456 118906 33554432000 4194304 4196468 140730452340768 140730452323312 140081838956279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
/proc/31543/statm: 2728536 118906 3531 1 0 2690189 0
[pid=31543/tid=31596] ppid=31540 vsize=10914144 memory=4612844 CPUtime=2432.61 cores=0,2,4,6
/proc/31543/task/31596/stat : 31596 (java) R 31540 31543 26438 0 -1 4202560 82496 13164 0 0 243217 37 4 3 20 0 15 0 74041386 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081810789936 140081455298698 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31597] ppid=31540 vsize=10914144 memory=475624 CPUtime=5.4 cores=0,2,4,6
/proc/31543/task/31597/stat : 31597 (java) S 31540 31543 26438 0 -1 1077944384 14472 13164 0 0 501 32 4 3 20 0 15 0 74041387 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081843198224 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31598] ppid=31540 vsize=10914144 memory=475624 CPUtime=5.41 cores=0,2,4,6
/proc/31543/task/31598/stat : 31598 (java) S 31540 31543 26438 0 -1 1077944384 8515 13164 0 0 502 32 4 3 20 0 15 0 74041387 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081411840400 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31599] ppid=31540 vsize=10914144 memory=475624 CPUtime=5.38 cores=0,2,4,6
/proc/31543/task/31599/stat : 31599 (java) S 31540 31543 26438 0 -1 1077944384 10475 13164 0 0 501 30 4 3 20 0 15 0 74041387 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081410787856 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31600] ppid=31540 vsize=10914144 memory=475624 CPUtime=5.4 cores=0,2,4,6
/proc/31543/task/31600/stat : 31600 (java) S 31540 31543 26438 0 -1 1077944384 11685 13164 0 0 501 32 4 3 20 0 15 0 74041387 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081409735312 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31601] ppid=31540 vsize=10914144 memory=475624 CPUtime=2.98 cores=0,2,4,6
/proc/31543/task/31601/stat : 31601 (java) S 31540 31543 26438 0 -1 1077944384 14879 13164 0 0 271 20 4 3 20 0 15 0 74041388 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081297877488 140081838967426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31602] ppid=31540 vsize=10914144 memory=475624 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31602/stat : 31602 (java) S 31540 31543 26438 0 -1 1077944384 46 13164 0 0 0 0 4 3 20 0 15 0 74041389 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081296823776 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31603] ppid=31540 vsize=10914144 memory=475624 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31603/stat : 31603 (java) S 31540 31543 26438 0 -1 1077944384 5 13164 0 0 0 0 4 3 20 0 15 0 74041389 11176083456 118906 33554432000 4194304 4196468 140730452340768 140080693896704 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31604] ppid=31540 vsize=10914144 memory=475624 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31604/stat : 31604 (java) S 31540 31543 26438 0 -1 1077944384 3 13164 0 0 0 0 4 3 20 0 15 0 74041392 11176083456 118906 33554432000 4194304 4196468 140730452340768 140080386497232 140081838974875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31605] ppid=31540 vsize=10914144 memory=475624 CPUtime=7.74 cores=0,2,4,6
/proc/31543/task/31605/stat : 31605 (java) S 31540 31543 26438 0 -1 1077944384 30600 13164 0 0 760 7 4 3 20 0 15 0 74041392 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081263265776 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31606] ppid=31540 vsize=10914144 memory=475624 CPUtime=7.43 cores=0,2,4,6
/proc/31543/task/31606/stat : 31606 (java) S 31540 31543 26438 0 -1 1077944384 27007 13164 0 0 732 4 4 3 20 0 15 0 74041392 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081262213232 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31607] ppid=31540 vsize=10914144 memory=475624 CPUtime=3.23 cores=0,2,4,6
/proc/31543/task/31607/stat : 31607 (java) S 31540 31543 26438 0 -1 1077944384 26006 13164 0 0 309 7 4 3 20 0 15 0 74041392 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081261160688 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31608] ppid=31540 vsize=10914144 memory=1428 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31608/stat : 31608 (java) S 31540 31543 26438 0 -1 1077944384 3 13164 0 0 0 0 4 3 20 0 15 0 74041392 11176083456 118906 33554432000 4194304 4196468 140730452340768 140080352938592 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31609] ppid=31540 vsize=10914144 memory=475624 CPUtime=1.49 cores=0,2,4,6
/proc/31543/task/31609/stat : 31609 (java) S 31540 31543 26438 0 -1 1077944384 1177 13164 0 0 74 68 4 3 20 0 15 0 74041392 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081260108592 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
Current children cumulated CPU time: 2476.52 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 475624 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2485.5 s]
/proc/loadavg: 0.58 0.68 0.93 2/195 31755
/proc/meminfo: memFree=12077908/32770624 swapFree=67108860/67108860
[pid=31543] ppid=31540 vsize=10914144 memory=475624 CPUtime=2520 cores=0,2,4,6
/proc/31543/stat : 31543 (java) S 31540 31543 26438 0 -1 1077944320 229882 13164 0 0 251751 242 4 3 20 0 15 0 74041377 11176083456 118906 33554432000 4194304 4196468 140730452340768 140730452323312 140081838956279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
/proc/31543/statm: 2728536 118906 3531 1 0 2690189 0
[pid=31543/tid=31596] ppid=31540 vsize=10914144 memory=475624 CPUtime=2475.66 cores=0,2,4,6
/proc/31543/task/31596/stat : 31596 (java) R 31540 31543 26438 0 -1 4202560 82621 13164 0 0 247522 37 4 3 20 0 15 0 74041386 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081810789904 140081455297370 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31597] ppid=31540 vsize=10914144 memory=475624 CPUtime=5.48 cores=0,2,4,6
/proc/31543/task/31597/stat : 31597 (java) S 31540 31543 26438 0 -1 1077944384 14479 13164 0 0 509 32 4 3 20 0 15 0 74041387 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081843198224 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31598] ppid=31540 vsize=10914144 memory=475624 CPUtime=5.49 cores=0,2,4,6
/proc/31543/task/31598/stat : 31598 (java) S 31540 31543 26438 0 -1 1077944384 8517 13164 0 0 510 32 4 3 20 0 15 0 74041387 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081411840400 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31599] ppid=31540 vsize=10914144 memory=475624 CPUtime=5.47 cores=0,2,4,6
/proc/31543/task/31599/stat : 31599 (java) S 31540 31543 26438 0 -1 1077944384 10484 13164 0 0 509 31 4 3 20 0 15 0 74041387 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081410787856 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31600] ppid=31540 vsize=10914144 memory=475624 CPUtime=5.48 cores=0,2,4,6
/proc/31543/task/31600/stat : 31600 (java) S 31540 31543 26438 0 -1 1077944384 11695 13164 0 0 509 32 4 3 20 0 15 0 74041387 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081409735312 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31601] ppid=31540 vsize=10914144 memory=475624 CPUtime=3.02 cores=0,2,4,6
/proc/31543/task/31601/stat : 31601 (java) S 31540 31543 26438 0 -1 1077944384 15038 13164 0 0 275 20 4 3 20 0 15 0 74041388 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081297877488 140081838967426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31602] ppid=31540 vsize=10914144 memory=475624 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31602/stat : 31602 (java) S 31540 31543 26438 0 -1 1077944384 46 13164 0 0 0 0 4 3 20 0 15 0 74041389 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081296823776 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31603] ppid=31540 vsize=10914144 memory=475624 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31603/stat : 31603 (java) S 31540 31543 26438 0 -1 1077944384 5 13164 0 0 0 0 4 3 20 0 15 0 74041389 11176083456 118906 33554432000 4194304 4196468 140730452340768 140080693896704 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31604] ppid=31540 vsize=10914144 memory=796 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31604/stat : 31604 (java) S 31540 31543 26438 0 -1 1077944384 3 13164 0 0 0 0 4 3 20 0 15 0 74041392 11176083456 118906 33554432000 4194304 4196468 140730452340768 140080386497232 140081838974875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31605] ppid=31540 vsize=10914144 memory=5408 CPUtime=7.74 cores=0,2,4,6
/proc/31543/task/31605/stat : 31605 (java) S 31540 31543 26438 0 -1 1077944384 30600 13164 0 0 760 7 4 3 20 0 15 0 74041392 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081263265776 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31606] ppid=31540 vsize=10914144 memory=4128 CPUtime=7.43 cores=0,2,4,6
/proc/31543/task/31606/stat : 31606 (java) S 31540 31543 26438 0 -1 1077944384 27007 13164 0 0 732 4 4 3 20 0 15 0 74041392 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081262213232 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31607] ppid=31540 vsize=10914144 memory=22284 CPUtime=3.23 cores=0,2,4,6
/proc/31543/task/31607/stat : 31607 (java) S 31540 31543 26438 0 -1 1077944384 26006 13164 0 0 309 7 4 3 20 0 15 0 74041392 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081261160688 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31608] ppid=31540 vsize=10914144 memory=475624 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31608/stat : 31608 (java) S 31540 31543 26438 0 -1 1077944384 3 13164 0 0 0 0 4 3 20 0 15 0 74041392 11176083456 118906 33554432000 4194304 4196468 140730452340768 140080352938592 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31609] ppid=31540 vsize=10914144 memory=281007497927040 CPUtime=1.52 cores=0,2,4,6
/proc/31543/task/31609/stat : 31609 (java) S 31540 31543 26438 0 -1 1077944384 1190 13164 0 0 75 70 4 3 20 0 15 0 74041392 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081260108592 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 475624 KiB

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

[startup+2485.53 s]
# the end of solver process 31543 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.58 s, system=2.47017 s

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

[startup+2485.5 s]
/proc/loadavg: 0.58 0.68 0.93 2/195 31755
/proc/meminfo: memFree=12077908/32770624 swapFree=67108860/67108860
[pid=31543] ppid=31540 vsize=10914144 memory=475624 CPUtime=2520 cores=0,2,4,6
/proc/31543/stat : 31543 (java) S 31540 31543 26438 0 -1 1077944320 229882 13164 0 0 251751 242 4 3 20 0 15 0 74041377 11176083456 118906 33554432000 4194304 4196468 140730452340768 140730452323312 140081838956279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
/proc/31543/statm: 2728536 118906 3531 1 0 2690189 0
[pid=31543/tid=31596] ppid=31540 vsize=10914144 memory=475624 CPUtime=2475.66 cores=0,2,4,6
/proc/31543/task/31596/stat : 31596 (java) R 31540 31543 26438 0 -1 4202560 82621 13164 0 0 247522 37 4 3 20 0 15 0 74041386 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081810789904 140081455297370 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31597] ppid=31540 vsize=10914144 memory=475624 CPUtime=5.48 cores=0,2,4,6
/proc/31543/task/31597/stat : 31597 (java) S 31540 31543 26438 0 -1 1077944384 14479 13164 0 0 509 32 4 3 20 0 15 0 74041387 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081843198224 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31598] ppid=31540 vsize=10914144 memory=475624 CPUtime=5.49 cores=0,2,4,6
/proc/31543/task/31598/stat : 31598 (java) S 31540 31543 26438 0 -1 1077944384 8517 13164 0 0 510 32 4 3 20 0 15 0 74041387 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081411840400 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31599] ppid=31540 vsize=10914144 memory=475624 CPUtime=5.47 cores=0,2,4,6
/proc/31543/task/31599/stat : 31599 (java) S 31540 31543 26438 0 -1 1077944384 10484 13164 0 0 509 31 4 3 20 0 15 0 74041387 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081410787856 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31600] ppid=31540 vsize=10914144 memory=475624 CPUtime=5.48 cores=0,2,4,6
/proc/31543/task/31600/stat : 31600 (java) S 31540 31543 26438 0 -1 1077944384 11695 13164 0 0 509 32 4 3 20 0 15 0 74041387 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081409735312 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31601] ppid=31540 vsize=10914144 memory=475624 CPUtime=3.02 cores=0,2,4,6
/proc/31543/task/31601/stat : 31601 (java) S 31540 31543 26438 0 -1 1077944384 15038 13164 0 0 275 20 4 3 20 0 15 0 74041388 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081297877488 140081838967426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31602] ppid=31540 vsize=10914144 memory=475624 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31602/stat : 31602 (java) S 31540 31543 26438 0 -1 1077944384 46 13164 0 0 0 0 4 3 20 0 15 0 74041389 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081296823776 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31603] ppid=31540 vsize=10914144 memory=475624 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31603/stat : 31603 (java) S 31540 31543 26438 0 -1 1077944384 5 13164 0 0 0 0 4 3 20 0 15 0 74041389 11176083456 118906 33554432000 4194304 4196468 140730452340768 140080693896704 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31604] ppid=31540 vsize=10914144 memory=796 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31604/stat : 31604 (java) S 31540 31543 26438 0 -1 1077944384 3 13164 0 0 0 0 4 3 20 0 15 0 74041392 11176083456 118906 33554432000 4194304 4196468 140730452340768 140080386497232 140081838974875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31605] ppid=31540 vsize=10914144 memory=5408 CPUtime=7.74 cores=0,2,4,6
/proc/31543/task/31605/stat : 31605 (java) S 31540 31543 26438 0 -1 1077944384 30600 13164 0 0 760 7 4 3 20 0 15 0 74041392 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081263265776 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31606] ppid=31540 vsize=10914144 memory=4128 CPUtime=7.43 cores=0,2,4,6
/proc/31543/task/31606/stat : 31606 (java) S 31540 31543 26438 0 -1 1077944384 27007 13164 0 0 732 4 4 3 20 0 15 0 74041392 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081262213232 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31607] ppid=31540 vsize=10914144 memory=22284 CPUtime=3.23 cores=0,2,4,6
/proc/31543/task/31607/stat : 31607 (java) S 31540 31543 26438 0 -1 1077944384 26006 13164 0 0 309 7 4 3 20 0 15 0 74041392 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081261160688 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31608] ppid=31540 vsize=10914144 memory=475624 CPUtime=0.07 cores=0,2,4,6
/proc/31543/task/31608/stat : 31608 (java) S 31540 31543 26438 0 -1 1077944384 3 13164 0 0 0 0 4 3 20 0 15 0 74041392 11176083456 118906 33554432000 4194304 4196468 140730452340768 140080352938592 140081838966485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
[pid=31543/tid=31609] ppid=31540 vsize=10914144 memory=281007497927040 CPUtime=1.52 cores=0,2,4,6
/proc/31543/task/31609/stat : 31609 (java) S 31540 31543 26438 0 -1 1077944384 1190 13164 0 0 75 70 4 3 20 0 15 0 74041392 11176083456 118906 33554432000 4194304 4196468 140730452340768 140081260108592 140081838967426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11620352 140730452347052 140730452350300 140730452350300 140730452352975 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 475624 KiB

Child status: 143
Real time (s): 2485.53
CPU time (s): 2520.05
CPU user time (s): 2517.58
CPU system time (s): 2.47017
CPU usage (%): 101.389
Max. virtual memory (cumulated for all children) (KiB): 10917012
Max. memory (cumulated for all children) (KiB): 1254896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.58
system time used= 2.47017
maximum resident set size= 1266024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244261
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124014
involuntary context switches= 4777


# summary of solver processes directly reported to runsolver:
#   pid: 31543
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2517.58
#   total CPU system time (s): 2.47017

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4169 second user time and 23.6159 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-26 02:26:22
IDJOB=4295521
IDBENCH=141562
IDSOLVER=2751
FILE ID=node139/4295521-1532564782
RUNJOBID= node139-1532535188-26469
PBS_JOBID= 21021948
Free space on /tmp= 38816 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-08-0006_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295521-1532564782/watcher-4295521-1532564782 -o /tmp/evaluation-result-4295521-1532564782/solver-4295521-1532564782 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532535188-26469 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=942792171 -superng HOME/instance-4295521-1532564782.xml

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

MD5SUM BENCH= e0f43de676a90a3e6f61e2deb5ab7ad8
RANDOM SEED=942792171

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:        12072220 kB
MemAvailable:   31489624 kB
Buffers:          227624 kB
Cached:         19148024 kB
SwapCached:            0 kB
Active:          3305960 kB
Inactive:       16563660 kB
Active(anon):     446672 kB
Inactive(anon):    75224 kB
Active(file):    2859288 kB
Inactive(file): 16488436 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26560 kB
Writeback:             0 kB
AnonPages:        501316 kB
Mapped:            53324 kB
Shmem:             25228 kB
Slab:             525784 kB
SReclaimable:     498140 kB
SUnreclaim:        27644 kB
KernelStack:        3488 kB
PageTables:         6660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1440704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    266240 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= 38816 MiB
End job on node139 at 2018-07-26 03:07:48