Trace number 4305020

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.9.2-SuperNG? (TO) 2520.08 2489.35

General information on the benchmark

NameMisteryShopper/
MisteryShopper-10d_c18.xml
MD5SUMe96e067bea0f1885cdaca6b8f0c69217
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark31.0593
Satisfiable
(Un)Satisfiability was proved
Number of variables1440
Number of constraints865
Number of domains3
Minimum domain size6
Maximum domain size60
Distribution of domain sizes[{"size":6,"count":360},{"size":7,"count":360},{"size":60,"count":720}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":720},{"degree":3,"count":360},{"degree":4,"count":324},{"degree":5,"count":36}]
Minimum constraint arity2
Maximum constraint arity360
Distribution of constraint arities[{"arity":2,"count":720},{"arity":6,"count":126},{"arity":60,"count":12},{"arity":120,"count":6},{"arity":360,"count":1}]
Number of extensional constraints720
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":720},{"type":"allDifferent","count":132},{"type":"ordered","count":6},{"type":"lex","count":1},{"type":"channel","count":6}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305020-1534104534/watcher-4305020-1534104534 -o /tmp/evaluation-result-4305020-1534104534/solver-4305020-1534104534 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534096675-9346 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=888756101 -superng HOME/instance-4305020-1534104534.xml 

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

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

solver pid=11066, runsolver pid=11063

[startup+0.100035 s]*
/proc/loadavg: 1.18 1.44 1.44 3/209 11123
/proc/meminfo: memFree=17010824/32770624 swapFree=67108688/67108860
[pid=11066] ppid=11063 vsize=10005480 memory=18324 CPUtime=0.09 cores=1,3,5,7
/proc/11066/stat : 11066 (java) S 11063 11066 9314 0 -1 1077944320 4221 13303 0 0 1 1 5 2 20 0 6 0 228016573 10245611520 4581 33554432000 4194304 4196468 140721568276528 140721568259072 139975415951095 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
/proc/11066/statm: 2501370 4581 1930 1 0 2489808 0
[pid=11066/tid=11119] ppid=11063 vsize=10005480 memory=4279135703980081295 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11119/stat : 11119 (java) R 11063 11066 9314 0 -1 4202560 2043 13303 0 0 0 0 5 2 20 0 6 0 228016583 10245611520 4581 33554432000 4194304 4196468 140721568276528 139975387787856 139975401633587 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11120] ppid=11063 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11120/stat : 11120 (java) S 11063 11066 9314 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 6 0 228016583 10245611520 4581 33554432000 4194304 4196468 140721568276528 139975420193680 139975415961301 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11121] ppid=11063 vsize=10005480 memory=140247892215424 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11121/stat : 11121 (java) S 11063 11066 9314 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 6 0 228016583 10245611520 4581 33554432000 4194304 4196468 140721568276528 139975274912528 139975415961301 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11122] ppid=11063 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11122/stat : 11122 (java) S 11063 11066 9314 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 6 0 228016583 10245611520 4581 33554432000 4194304 4196468 140721568276528 139975273860240 139975415961301 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11123] ppid=11063 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11123/stat : 11123 (java) S 11063 11066 9314 0 -1 1077944384 2 13303 0 0 0 0 5 2 20 0 6 0 228016583 10245611520 4581 33554432000 4194304 4196468 140721568276528 139975272807440 139975415961301 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18324 KiB

[startup+0.210055 s]*
/proc/loadavg: 1.18 1.44 1.44 3/218 11132
/proc/meminfo: memFree=16984948/32770624 swapFree=67108688/67108860
[pid=11066] ppid=11063 vsize=10982744 memory=44428 CPUtime=0.25 cores=1,3,5,7
/proc/11066/stat : 11066 (java) S 11063 11066 9314 0 -1 1077944320 7289 13303 0 0 16 2 5 2 20 0 15 0 228016573 11246329856 11107 33554432000 4194304 4196468 140721568276528 140721568259072 139975415951095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
/proc/11066/statm: 2745686 11107 2947 1 0 2708109 0
[pid=11066/tid=11119] ppid=11063 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/11066/task/11119/stat : 11119 (java) R 11063 11066 9314 0 -1 4202560 4084 13303 0 0 10 1 5 2 20 0 15 0 228016583 11246329856 11305 33554432000 4194304 4196468 140721568276528 139975387773000 139975408188222 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11120] ppid=11063 vsize=10982744 memory=365 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11120/stat : 11120 (java) S 11063 11066 9314 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 228016583 11246329856 11305 33554432000 4194304 4196468 140721568276528 139975420193680 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11121] ppid=11063 vsize=10982744 memory=3690330180402792096 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11121/stat : 11121 (java) S 11063 11066 9314 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 228016583 11246329856 11305 33554432000 4194304 4196468 140721568276528 139975274912528 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11122] ppid=11063 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11122/stat : 11122 (java) S 11063 11066 9314 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 228016583 11246329856 11371 33554432000 4194304 4196468 140721568276528 139975273860240 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11123] ppid=11063 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11123/stat : 11123 (java) S 11063 11066 9314 0 -1 1077944384 2 13303 0 0 0 0 5 2 20 0 15 0 228016583 11246329856 11371 33554432000 4194304 4196468 140721568276528 139975272807440 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11124] ppid=11063 vsize=10982744 memory=140247892215424 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11124/stat : 11124 (java) S 11063 11066 9314 0 -1 1077944384 2 13303 0 0 0 0 5 2 20 0 15 0 228016585 11246329856 11371 33554432000 4194304 4196468 140721568276528 139974841145456 139975415962242 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11125] ppid=11063 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11125/stat : 11125 (java) S 11063 11066 9314 0 -1 1077944384 13 13303 0 0 0 0 5 2 20 0 15 0 228016585 11246329856 11371 33554432000 4194304 4196468 140721568276528 139974259237664 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11126] ppid=11063 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11126/stat : 11126 (java) S 11063 11066 9314 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 228016585 11246329856 11371 33554432000 4194304 4196468 140721568276528 139974057911408 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11127] ppid=11063 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11127/stat : 11127 (java) S 11063 11066 9314 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 228016588 11246329856 11371 33554432000 4194304 4196468 140721568276528 139973750511696 139975415969691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11128] ppid=11063 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11066/task/11128/stat : 11128 (java) S 11063 11066 9314 0 -1 1077944384 359 13303 0 0 1 0 5 2 20 0 15 0 228016588 11246329856 11371 33554432000 4194304 4196468 140721568276528 139974840093296 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11129] ppid=11063 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11129/stat : 11129 (java) S 11063 11066 9314 0 -1 1077944384 248 13303 0 0 0 0 5 2 20 0 15 0 228016588 11246329856 11371 33554432000 4194304 4196468 140721568276528 139974839040496 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11130] ppid=11063 vsize=10982744 memory=140247892215424 CPUtime=0.1 cores=1,3,5,7
/proc/11066/task/11130/stat : 11130 (java) S 11063 11066 9314 0 -1 1077944384 618 13303 0 0 3 0 5 2 20 0 15 0 228016588 11246329856 11371 33554432000 4194304 4196468 140721568276528 139974837988208 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11131] ppid=11063 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11131/stat : 11131 (java) S 11063 11066 9314 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 228016588 11246329856 11371 33554432000 4194304 4196468 140721568276528 139973319715808 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11132] ppid=11063 vsize=10982744 memory=140247892215424 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11132/stat : 11132 (java) S 11063 11066 9314 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 228016588 11246329856 11371 33554432000 4194304 4196468 140721568276528 139974836935088 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44428 KiB

[startup+0.310176 s]*
/proc/loadavg: 1.16 1.43 1.44 3/218 11132
/proc/meminfo: memFree=16973784/32770624 swapFree=67108688/67108860
[pid=11066] ppid=11063 vsize=10983192 memory=56948 CPUtime=0.37 cores=1,3,5,7
/proc/11066/stat : 11066 (java) S 11063 11066 9314 0 -1 1077944320 10290 13303 0 0 27 3 5 2 20 0 15 0 228016573 11246788608 14237 33554432000 4194304 4196468 140721568276528 140721568259072 139975415951095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
/proc/11066/statm: 2745798 14237 3066 1 0 2708109 0
[pid=11066/tid=11119] ppid=11063 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/11066/task/11119/stat : 11119 (java) R 11063 11066 9314 0 -1 4202560 6830 13303 0 0 19 2 5 2 20 0 15 0 228016583 11246788608 14237 33554432000 4194304 4196468 140721568276528 139975387763104 139975415973021 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11120] ppid=11063 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11120/stat : 11120 (java) S 11063 11066 9314 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 228016583 11246788608 14237 33554432000 4194304 4196468 140721568276528 139975420193680 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11121] ppid=11063 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11121/stat : 11121 (java) S 11063 11066 9314 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 228016583 11246788608 14237 33554432000 4194304 4196468 140721568276528 139975274912528 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11122] ppid=11063 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11122/stat : 11122 (java) S 11063 11066 9314 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 228016583 11246788608 14237 33554432000 4194304 4196468 140721568276528 139975273860240 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11123] ppid=11063 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11123/stat : 11123 (java) S 11063 11066 9314 0 -1 1077944384 2 13303 0 0 0 0 5 2 20 0 15 0 228016583 11246788608 14237 33554432000 4194304 4196468 140721568276528 139975272807440 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11124] ppid=11063 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11124/stat : 11124 (java) S 11063 11066 9314 0 -1 1077944384 2 13303 0 0 0 0 5 2 20 0 15 0 228016585 11246788608 14237 33554432000 4194304 4196468 140721568276528 139974841145456 139975415962242 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11125] ppid=11063 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11125/stat : 11125 (java) S 11063 11066 9314 0 -1 1077944384 13 13303 0 0 0 0 5 2 20 0 15 0 228016585 11246788608 14237 33554432000 4194304 4196468 140721568276528 139974259237664 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11126] ppid=11063 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11126/stat : 11126 (java) S 11063 11066 9314 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 228016585 11246788608 14237 33554432000 4194304 4196468 140721568276528 139974057911408 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11127] ppid=11063 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11127/stat : 11127 (java) S 11063 11066 9314 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 228016588 11246788608 14237 33554432000 4194304 4196468 140721568276528 139973750511696 139975415969691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11128] ppid=11063 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11066/task/11128/stat : 11128 (java) S 11063 11066 9314 0 -1 1077944384 360 13303 0 0 2 0 5 2 20 0 15 0 228016588 11246788608 14237 33554432000 4194304 4196468 140721568276528 139974840093296 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11129] ppid=11063 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11066/task/11129/stat : 11129 (java) S 11063 11066 9314 0 -1 1077944384 248 13303 0 0 1 0 5 2 20 0 15 0 228016588 11246788608 14237 33554432000 4194304 4196468 140721568276528 139974839040496 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11130] ppid=11063 vsize=10983192 memory=140247892215424 CPUtime=0.12 cores=1,3,5,7
/proc/11066/task/11130/stat : 11130 (java) S 11063 11066 9314 0 -1 1077944384 628 13303 0 0 5 0 5 2 20 0 15 0 228016588 11246788608 14237 33554432000 4194304 4196468 140721568276528 139974837988208 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11131] ppid=11063 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11131/stat : 11131 (java) S 11063 11066 9314 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 228016588 11246788608 14237 33554432000 4194304 4196468 140721568276528 139973319715808 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11132] ppid=11063 vsize=10983192 memory=140247892215424 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11132/stat : 11132 (java) S 11063 11066 9314 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 228016588 11246788608 14237 33554432000 4194304 4196468 140721568276528 139974836935088 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56948 KiB

[startup+0.70077 s]
/proc/loadavg: 1.16 1.43 1.44 4/218 11132
/proc/meminfo: memFree=16962748/32770624 swapFree=67108688/67108860
[pid=11066] ppid=11063 vsize=10983192 memory=89472 CPUtime=0.98 cores=1,3,5,7
/proc/11066/stat : 11066 (java) S 11063 11066 9314 0 -1 1077944320 16397 13303 0 0 87 4 5 2 20 0 15 0 228016573 11246788608 22368 33554432000 4194304 4196468 140721568276528 140721568259072 139975415951095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
/proc/11066/statm: 2745798 22368 3247 1 0 2708109 0
[pid=11066/tid=11119] ppid=11063 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/11066/task/11119/stat : 11119 (java) R 11063 11066 9314 0 -1 4202560 11887 13303 0 0 56 3 5 2 20 0 15 0 228016583 11246788608 22368 33554432000 4194304 4196468 140721568276528 139975387771920 139975397514647 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11120] ppid=11063 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11120/stat : 11120 (java) S 11063 11066 9314 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 228016583 11246788608 22368 33554432000 4194304 4196468 140721568276528 139975420193680 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11121] ppid=11063 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11121/stat : 11121 (java) S 11063 11066 9314 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 228016583 11246788608 22368 33554432000 4194304 4196468 140721568276528 139975274912528 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11122] ppid=11063 vsize=10983192 memory=140247795118864 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11122/stat : 11122 (java) S 11063 11066 9314 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 228016583 11246788608 22368 33554432000 4194304 4196468 140721568276528 139975273860240 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11123] ppid=11063 vsize=10983192 memory=140247862084207 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11123/stat : 11123 (java) S 11063 11066 9314 0 -1 1077944384 2 13303 0 0 0 0 5 2 20 0 15 0 228016583 11246788608 22368 33554432000 4194304 4196468 140721568276528 139975272807440 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11124] ppid=11063 vsize=10983192 memory=1832 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11124/stat : 11124 (java) S 11063 11066 9314 0 -1 1077944384 5 13303 0 0 0 0 5 2 20 0 15 0 228016585 11246788608 22368 33554432000 4194304 4196468 140721568276528 139974841145456 139975415962242 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11125] ppid=11063 vsize=10983192 memory=7161944214934349376 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11125/stat : 11125 (java) S 11063 11066 9314 0 -1 1077944384 13 13303 0 0 0 0 5 2 20 0 15 0 228016585 11246788608 22368 33554432000 4194304 4196468 140721568276528 139974259237664 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11126] ppid=11063 vsize=10983192 memory=6082220498227391592 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11126/stat : 11126 (java) S 11063 11066 9314 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 228016585 11246788608 22368 33554432000 4194304 4196468 140721568276528 139974057911408 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11127] ppid=11063 vsize=10983192 memory=16348 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11127/stat : 11127 (java) S 11063 11066 9314 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 228016588 11246788608 22368 33554432000 4194304 4196468 140721568276528 139973750511696 139975415969691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11128] ppid=11063 vsize=10983192 memory=1176 CPUtime=0.17 cores=1,3,5,7
/proc/11066/task/11128/stat : 11128 (java) S 11063 11066 9314 0 -1 1077944384 934 13303 0 0 10 0 5 2 20 0 15 0 228016588 11246788608 22368 33554432000 4194304 4196468 140721568276528 139974840093296 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11129] ppid=11063 vsize=10983192 memory=34244 CPUtime=0.14 cores=1,3,5,7
/proc/11066/task/11129/stat : 11129 (java) S 11063 11066 9314 0 -1 1077944384 671 13303 0 0 7 0 5 2 20 0 15 0 228016588 11246788608 22368 33554432000 4194304 4196468 140721568276528 139974839040496 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11130] ppid=11063 vsize=10983192 memory=4048 CPUtime=0.2 cores=1,3,5,7
/proc/11066/task/11130/stat : 11130 (java) S 11063 11066 9314 0 -1 1077944384 678 13303 0 0 13 0 5 2 20 0 15 0 228016588 11246788608 22368 33554432000 4194304 4196468 140721568276528 139974837988208 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11131] ppid=11063 vsize=10983192 memory=508 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11131/stat : 11131 (java) S 11063 11066 9314 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 228016588 11246788608 22368 33554432000 4194304 4196468 140721568276528 139973319715808 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11132] ppid=11063 vsize=10983192 memory=1728 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11132/stat : 11132 (java) S 11063 11066 9314 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 228016588 11246788608 22368 33554432000 4194304 4196468 140721568276528 139974836935088 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89472 KiB

[startup+1.50108 s]
/proc/loadavg: 1.16 1.43 1.44 3/218 11132
/proc/meminfo: memFree=16916912/32770624 swapFree=67108688/67108860
[pid=11066] ppid=11063 vsize=10993996 memory=199360 CPUtime=3.16 cores=1,3,5,7
/proc/11066/stat : 11066 (java) S 11063 11066 9314 0 -1 1077944320 26942 13303 0 0 301 8 5 2 20 0 15 0 228016573 11257851904 49840 33554432000 4194304 4196468 140721568276528 140721568259072 139975415951095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
/proc/11066/statm: 2748499 49840 3444 1 0 2710157 0
[pid=11066/tid=11119] ppid=11063 vsize=10993996 memory=66000 CPUtime=1.45 cores=1,3,5,7
/proc/11066/task/11119/stat : 11119 (java) R 11063 11066 9314 0 -1 4202560 15543 13303 0 0 133 5 5 2 20 0 15 0 228016583 11257851904 49840 33554432000 4194304 4196468 140721568276528 139975387740360 139975399137921 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11120] ppid=11063 vsize=10993996 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11120/stat : 11120 (java) S 11063 11066 9314 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 228016583 11257851904 49840 33554432000 4194304 4196468 140721568276528 139975420193680 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11121] ppid=11063 vsize=10993996 memory=280495590269088 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11121/stat : 11121 (java) S 11063 11066 9314 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 228016583 11257851904 49840 33554432000 4194304 4196468 140721568276528 139975274912528 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11122] ppid=11063 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11122/stat : 11122 (java) S 11063 11066 9314 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 228016583 11257851904 49840 33554432000 4194304 4196468 140721568276528 139975273860240 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11123] ppid=11063 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11123/stat : 11123 (java) S 11063 11066 9314 0 -1 1077944384 2 13303 0 0 0 0 5 2 20 0 15 0 228016583 11257851904 49840 33554432000 4194304 4196468 140721568276528 139975272807440 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11124] ppid=11063 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11124/stat : 11124 (java) S 11063 11066 9314 0 -1 1077944384 14 13303 0 0 0 0 5 2 20 0 15 0 228016585 11257851904 49840 33554432000 4194304 4196468 140721568276528 139974841145456 139975415962242 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11125] ppid=11063 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11125/stat : 11125 (java) S 11063 11066 9314 0 -1 1077944384 13 13303 0 0 0 0 5 2 20 0 15 0 228016585 11257851904 49840 33554432000 4194304 4196468 140721568276528 139974259237664 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11126] ppid=11063 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11126/stat : 11126 (java) S 11063 11066 9314 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 228016585 11257851904 49840 33554432000 4194304 4196468 140721568276528 139974057911408 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11127] ppid=11063 vsize=10993996 memory=-2746958450906831424 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11127/stat : 11127 (java) S 11063 11066 9314 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 228016588 11257851904 49840 33554432000 4194304 4196468 140721568276528 139973750511696 139975415969691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11128] ppid=11063 vsize=10993996 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/11066/task/11128/stat : 11128 (java) R 11063 11066 9314 0 -1 4202560 3520 13303 0 0 59 0 5 2 20 0 15 0 228016588 11257851904 49840 33554432000 4194304 4196468 140721568276528 139974840074192 139975395170387 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11129] ppid=11063 vsize=10993996 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/11066/task/11129/stat : 11129 (java) R 11063 11066 9314 0 -1 4202560 3378 13303 0 0 58 1 5 2 20 0 15 0 228016588 11257851904 49840 33554432000 4194304 4196468 140721568276528 139974839026512 139975397471130 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11130] ppid=11063 vsize=10993996 memory=6791534058613427641 CPUtime=0.56 cores=1,3,5,7
/proc/11066/task/11130/stat : 11130 (java) S 11063 11066 9314 0 -1 1077944384 2265 13303 0 0 49 0 5 2 20 0 15 0 228016588 11257851904 49840 33554432000 4194304 4196468 140721568276528 139974837988208 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11131] ppid=11063 vsize=10993996 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11131/stat : 11131 (java) S 11063 11066 9314 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 228016588 11257851904 49840 33554432000 4194304 4196468 140721568276528 139973319715808 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11132] ppid=11063 vsize=10993996 memory=280495590513536 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11132/stat : 11132 (java) S 11063 11066 9314 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 228016588 11257851904 49840 33554432000 4194304 4196468 140721568276528 139974836935088 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
Current children cumulated CPU time: 3.16 s
Current children cumulated vsize: 10993996 KiB

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

/proc/11066/task/11119/stat : 11119 (java) R 11063 11066 9314 0 -1 4202560 201489 13303 0 0 237644 52 5 2 20 0 15 0 228016583 11345952768 505749 33554432000 4194304 4196468 140721568276528 139975387784848 139974967754912 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11120] ppid=11063 vsize=11080032 memory=2022996 CPUtime=4.67 cores=1,3,5,7
/proc/11066/task/11120/stat : 11120 (java) S 11063 11066 9314 0 -1 1077944384 24251 13303 0 0 405 55 5 2 20 0 15 0 228016583 11345952768 505749 33554432000 4194304 4196468 140721568276528 139975420193680 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11121] ppid=11063 vsize=11080032 memory=2022996 CPUtime=4.65 cores=1,3,5,7
/proc/11066/task/11121/stat : 11121 (java) S 11063 11066 9314 0 -1 1077944384 24934 13303 0 0 405 53 5 2 20 0 15 0 228016583 11345952768 505749 33554432000 4194304 4196468 140721568276528 139975274912528 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11122] ppid=11063 vsize=11080032 memory=1996304 CPUtime=4.68 cores=1,3,5,7
/proc/11066/task/11122/stat : 11122 (java) S 11063 11066 9314 0 -1 1077944384 27117 13303 0 0 408 53 5 2 20 0 15 0 228016583 11345952768 505749 33554432000 4194304 4196468 140721568276528 139975273860240 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11123] ppid=11063 vsize=11080032 memory=2016840 CPUtime=4.7 cores=1,3,5,7
/proc/11066/task/11123/stat : 11123 (java) S 11063 11066 9314 0 -1 1077944384 19213 13303 0 0 409 54 5 2 20 0 15 0 228016583 11345952768 505749 33554432000 4194304 4196468 140721568276528 139975272807440 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11124] ppid=11063 vsize=11080032 memory=2018888 CPUtime=0.44 cores=1,3,5,7
/proc/11066/task/11124/stat : 11124 (java) S 11063 11066 9314 0 -1 1077944384 28245 13303 0 0 29 8 5 2 20 0 15 0 228016585 11345952768 505749 33554432000 4194304 4196468 140721568276528 139974841145456 139975415962242 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11125] ppid=11063 vsize=11080032 memory=2020936 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11125/stat : 11125 (java) S 11063 11066 9314 0 -1 1077944384 14 13303 0 0 0 0 5 2 20 0 15 0 228016585 11345952768 505749 33554432000 4194304 4196468 140721568276528 139974259237792 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11126] ppid=11063 vsize=11080032 memory=2020936 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11126/stat : 11126 (java) S 11063 11066 9314 0 -1 1077944384 4 13303 0 0 0 0 5 2 20 0 15 0 228016585 11345952768 505749 33554432000 4194304 4196468 140721568276528 139974057911424 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11127] ppid=11063 vsize=11080032 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11127/stat : 11127 (java) S 11063 11066 9314 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 228016588 11345952768 505749 33554432000 4194304 4196468 140721568276528 139973750511696 139975415969691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11128] ppid=11063 vsize=11080032 memory=7 CPUtime=6.58 cores=1,3,5,7
/proc/11066/task/11128/stat : 11128 (java) S 11063 11066 9314 0 -1 1077944384 33928 13303 0 0 648 3 5 2 20 0 15 0 228016588 11345952768 505749 33554432000 4194304 4196468 140721568276528 139974840093296 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11129] ppid=11063 vsize=11080032 memory=2022996 CPUtime=6.49 cores=1,3,5,7
/proc/11066/task/11129/stat : 11129 (java) S 11063 11066 9314 0 -1 1077944384 37361 13303 0 0 638 4 5 2 20 0 15 0 228016588 11345952768 505749 33554432000 4194304 4196468 140721568276528 139974839040496 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11130] ppid=11063 vsize=11080032 memory=2020936 CPUtime=2.65 cores=1,3,5,7
/proc/11066/task/11130/stat : 11130 (java) S 11063 11066 9314 0 -1 1077944384 21481 13303 0 0 255 3 5 2 20 0 15 0 228016588 11345952768 505749 33554432000 4194304 4196468 140721568276528 139974837988208 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11131] ppid=11063 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11131/stat : 11131 (java) S 11063 11066 9314 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 228016588 11345952768 505749 33554432000 4194304 4196468 140721568276528 139973319715808 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11132] ppid=11063 vsize=11080032 memory=2022996 CPUtime=1.36 cores=1,3,5,7
/proc/11066/task/11132/stat : 11132 (java) S 11063 11066 9314 0 -1 1077944384 2112 13303 0 0 59 70 5 2 20 0 15 0 228016588 11345952768 505749 33554432000 4194304 4196468 140721568276528 139974836935088 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
Current children cumulated CPU time: 2412.74 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2022996 KiB

[startup+2442.3 s]
/proc/loadavg: 1.69 1.70 1.68 3/219 11340
/proc/meminfo: memFree=13211096/32770624 swapFree=67108688/67108860
[pid=11066] ppid=11063 vsize=11080032 memory=2059844 CPUtime=2472.92 cores=1,3,5,7
/proc/11066/stat : 11066 (java) S 11063 11066 9314 0 -1 1077944320 430371 13303 0 0 246934 351 5 2 20 0 15 0 228016573 11345952768 514961 33554432000 4194304 4196468 140721568276528 140721568259072 139975415951095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
/proc/11066/statm: 2770008 514961 3533 1 0 2731661 0
[pid=11066/tid=11119] ppid=11063 vsize=11080032 memory=7636 CPUtime=2436.97 cores=1,3,5,7
/proc/11066/task/11119/stat : 11119 (java) R 11063 11066 9314 0 -1 4202560 204553 13303 0 0 243638 52 5 2 20 0 15 0 228016583 11345952768 514961 33554432000 4194304 4196468 140721568276528 139975387784880 139974967574860 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11120] ppid=11063 vsize=11080032 memory=2049592 CPUtime=4.71 cores=1,3,5,7
/proc/11066/task/11120/stat : 11120 (java) S 11063 11066 9314 0 -1 1077944384 26171 13303 0 0 408 56 5 2 20 0 15 0 228016583 11345952768 514961 33554432000 4194304 4196468 140721568276528 139975420193680 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11121] ppid=11063 vsize=11080032 memory=2042664 CPUtime=4.7 cores=1,3,5,7
/proc/11066/task/11121/stat : 11121 (java) S 11063 11066 9314 0 -1 1077944384 25225 13303 0 0 409 54 5 2 20 0 15 0 228016583 11345952768 514961 33554432000 4194304 4196468 140721568276528 139975274912528 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11122] ppid=11063 vsize=11080032 memory=2042664 CPUtime=4.73 cores=1,3,5,7
/proc/11066/task/11122/stat : 11122 (java) S 11063 11066 9314 0 -1 1077944384 27601 13303 0 0 412 54 5 2 20 0 15 0 228016583 11345952768 514961 33554432000 4194304 4196468 140721568276528 139975273860240 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11123] ppid=11063 vsize=11080032 memory=2043204 CPUtime=4.74 cores=1,3,5,7
/proc/11066/task/11123/stat : 11123 (java) S 11063 11066 9314 0 -1 1077944384 19619 13303 0 0 412 55 5 2 20 0 15 0 228016583 11345952768 514961 33554432000 4194304 4196468 140721568276528 139975272807440 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11124] ppid=11063 vsize=11080032 memory=2049592 CPUtime=0.45 cores=1,3,5,7
/proc/11066/task/11124/stat : 11124 (java) S 11063 11066 9314 0 -1 1077944384 28577 13303 0 0 30 8 5 2 20 0 15 0 228016585 11345952768 514961 33554432000 4194304 4196468 140721568276528 139974841145456 139975415962242 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11125] ppid=11063 vsize=11080032 memory=2049592 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11125/stat : 11125 (java) S 11063 11066 9314 0 -1 1077944384 14 13303 0 0 0 0 5 2 20 0 15 0 228016585 11345952768 514961 33554432000 4194304 4196468 140721568276528 139974259237792 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11126] ppid=11063 vsize=11080032 memory=2049592 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11126/stat : 11126 (java) S 11063 11066 9314 0 -1 1077944384 4 13303 0 0 0 0 5 2 20 0 15 0 228016585 11345952768 514961 33554432000 4194304 4196468 140721568276528 139974057911424 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11127] ppid=11063 vsize=11080032 memory=2059844 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11127/stat : 11127 (java) S 11063 11066 9314 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 228016588 11345952768 514961 33554432000 4194304 4196468 140721568276528 139973750511696 139975415969691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11128] ppid=11063 vsize=11080032 memory=2059844 CPUtime=6.59 cores=1,3,5,7
/proc/11066/task/11128/stat : 11128 (java) S 11063 11066 9314 0 -1 1077944384 33937 13303 0 0 649 3 5 2 20 0 15 0 228016588 11345952768 514961 33554432000 4194304 4196468 140721568276528 139974840093296 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11129] ppid=11063 vsize=11080032 memory=2049592 CPUtime=6.49 cores=1,3,5,7
/proc/11066/task/11129/stat : 11129 (java) S 11063 11066 9314 0 -1 1077944384 37364 13303 0 0 638 4 5 2 20 0 15 0 228016588 11345952768 514961 33554432000 4194304 4196468 140721568276528 139974839040496 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11130] ppid=11063 vsize=11080032 memory=2049592 CPUtime=2.65 cores=1,3,5,7
/proc/11066/task/11130/stat : 11130 (java) S 11063 11066 9314 0 -1 1077944384 22964 13303 0 0 255 3 5 2 20 0 15 0 228016588 11345952768 514961 33554432000 4194304 4196468 140721568276528 139974837988208 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11131] ppid=11063 vsize=11080032 memory=16348 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11131/stat : 11131 (java) S 11063 11066 9314 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 228016588 11345952768 514961 33554432000 4194304 4196468 140721568276528 139973319715808 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11132] ppid=11063 vsize=11080032 memory=3824 CPUtime=1.39 cores=1,3,5,7
/proc/11066/task/11132/stat : 11132 (java) S 11063 11066 9314 0 -1 1077944384 2140 13303 0 0 60 72 5 2 20 0 15 0 228016588 11345952768 514961 33554432000 4194304 4196468 140721568276528 139974836935088 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
Current children cumulated CPU time: 2472.92 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2059844 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2489.3 s]
/proc/loadavg: 1.70 1.71 1.68 3/219 11348
/proc/meminfo: memFree=13193124/32770624 swapFree=67108688/67108860
[pid=11066] ppid=11063 vsize=11080032 memory=2076352 CPUtime=2520.02 cores=1,3,5,7
/proc/11066/stat : 11066 (java) S 11063 11066 9314 0 -1 1077944320 434093 13303 0 0 251642 353 5 2 20 0 15 0 228016573 11345952768 519088 33554432000 4194304 4196468 140721568276528 140721568259072 139975415951095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
/proc/11066/statm: 2770008 519088 3533 1 0 2731661 0
[pid=11066/tid=11119] ppid=11063 vsize=11080032 memory=2074212 CPUtime=2483.95 cores=1,3,5,7
/proc/11066/task/11119/stat : 11119 (java) R 11063 11066 9314 0 -1 4202560 206355 13303 0 0 248335 53 5 2 20 0 15 0 228016583 11345952768 519088 33554432000 4194304 4196468 140721568276528 139975387785088 139974969449541 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11120] ppid=11063 vsize=11080032 memory=2076352 CPUtime=4.75 cores=1,3,5,7
/proc/11066/task/11120/stat : 11120 (java) S 11063 11066 9314 0 -1 1077944384 26206 13303 0 0 411 57 5 2 20 0 15 0 228016583 11345952768 519088 33554432000 4194304 4196468 140721568276528 139975420193680 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11121] ppid=11063 vsize=11080032 memory=2076352 CPUtime=4.72 cores=1,3,5,7
/proc/11066/task/11121/stat : 11121 (java) S 11063 11066 9314 0 -1 1077944384 25739 13303 0 0 411 54 5 2 20 0 15 0 228016583 11345952768 519088 33554432000 4194304 4196468 140721568276528 139975274912528 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11122] ppid=11063 vsize=11080032 memory=2074212 CPUtime=4.75 cores=1,3,5,7
/proc/11066/task/11122/stat : 11122 (java) S 11063 11066 9314 0 -1 1077944384 28497 13303 0 0 414 54 5 2 20 0 15 0 228016583 11345952768 519088 33554432000 4194304 4196468 140721568276528 139975273860240 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11123] ppid=11063 vsize=11080032 memory=2076352 CPUtime=4.78 cores=1,3,5,7
/proc/11066/task/11123/stat : 11123 (java) S 11063 11066 9314 0 -1 1077944384 19716 13303 0 0 415 56 5 2 20 0 15 0 228016583 11345952768 519088 33554432000 4194304 4196468 140721568276528 139975272807440 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11124] ppid=11063 vsize=11080032 memory=7 CPUtime=0.45 cores=1,3,5,7
/proc/11066/task/11124/stat : 11124 (java) S 11063 11066 9314 0 -1 1077944384 28911 13303 0 0 30 8 5 2 20 0 15 0 228016585 11345952768 519088 33554432000 4194304 4196468 140721568276528 139974841145456 139975415962242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11125] ppid=11063 vsize=11080032 memory=2076352 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11125/stat : 11125 (java) S 11063 11066 9314 0 -1 1077944384 14 13303 0 0 0 0 5 2 20 0 15 0 228016585 11345952768 519088 33554432000 4194304 4196468 140721568276528 139974259237792 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11126] ppid=11063 vsize=11080032 memory=3824 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11126/stat : 11126 (java) S 11063 11066 9314 0 -1 1077944384 4 13303 0 0 0 0 5 2 20 0 15 0 228016585 11345952768 519088 33554432000 4194304 4196468 140721568276528 139974057911424 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11127] ppid=11063 vsize=11080032 memory=2076352 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11127/stat : 11127 (java) S 11063 11066 9314 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 228016588 11345952768 519088 33554432000 4194304 4196468 140721568276528 139973750511696 139975415969691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11128] ppid=11063 vsize=11080032 memory=1388 CPUtime=6.59 cores=1,3,5,7
/proc/11066/task/11128/stat : 11128 (java) S 11063 11066 9314 0 -1 1077944384 33940 13303 0 0 649 3 5 2 20 0 15 0 228016588 11345952768 519088 33554432000 4194304 4196468 140721568276528 139974840093296 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11129] ppid=11063 vsize=11080032 memory=2076352 CPUtime=6.49 cores=1,3,5,7
/proc/11066/task/11129/stat : 11129 (java) S 11063 11066 9314 0 -1 1077944384 37366 13303 0 0 638 4 5 2 20 0 15 0 228016588 11345952768 519088 33554432000 4194304 4196468 140721568276528 139974839040496 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11130] ppid=11063 vsize=11080032 memory=15196 CPUtime=2.65 cores=1,3,5,7
/proc/11066/task/11130/stat : 11130 (java) S 11063 11066 9314 0 -1 1077944384 22967 13303 0 0 255 3 5 2 20 0 15 0 228016588 11345952768 519088 33554432000 4194304 4196468 140721568276528 139974837988208 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11131] ppid=11063 vsize=11080032 memory=2076352 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11131/stat : 11131 (java) S 11063 11066 9314 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 228016588 11345952768 519088 33554432000 4194304 4196468 140721568276528 139973319715808 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11132] ppid=11063 vsize=11080032 memory=5344 CPUtime=1.41 cores=1,3,5,7
/proc/11066/task/11132/stat : 11132 (java) S 11063 11066 9314 0 -1 1077944384 2176 13303 0 0 61 73 5 2 20 0 15 0 228016588 11345952768 519088 33554432000 4194304 4196468 140721568276528 139974836935088 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2076352 KiB

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

[startup+2489.35 s]
# the end of solver process 11066 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.5 s, system=3.58475 s

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

[startup+2489.3 s]
/proc/loadavg: 1.70 1.71 1.68 3/219 11348
/proc/meminfo: memFree=13193124/32770624 swapFree=67108688/67108860
[pid=11066] ppid=11063 vsize=11080032 memory=2076352 CPUtime=2520.02 cores=1,3,5,7
/proc/11066/stat : 11066 (java) S 11063 11066 9314 0 -1 1077944320 434093 13303 0 0 251642 353 5 2 20 0 15 0 228016573 11345952768 519088 33554432000 4194304 4196468 140721568276528 140721568259072 139975415951095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
/proc/11066/statm: 2770008 519088 3533 1 0 2731661 0
[pid=11066/tid=11119] ppid=11063 vsize=11080032 memory=2074212 CPUtime=2483.95 cores=1,3,5,7
/proc/11066/task/11119/stat : 11119 (java) R 11063 11066 9314 0 -1 4202560 206355 13303 0 0 248335 53 5 2 20 0 15 0 228016583 11345952768 519088 33554432000 4194304 4196468 140721568276528 139975387785088 139974969449541 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11120] ppid=11063 vsize=11080032 memory=2076352 CPUtime=4.75 cores=1,3,5,7
/proc/11066/task/11120/stat : 11120 (java) S 11063 11066 9314 0 -1 1077944384 26206 13303 0 0 411 57 5 2 20 0 15 0 228016583 11345952768 519088 33554432000 4194304 4196468 140721568276528 139975420193680 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11121] ppid=11063 vsize=11080032 memory=2076352 CPUtime=4.72 cores=1,3,5,7
/proc/11066/task/11121/stat : 11121 (java) S 11063 11066 9314 0 -1 1077944384 25739 13303 0 0 411 54 5 2 20 0 15 0 228016583 11345952768 519088 33554432000 4194304 4196468 140721568276528 139975274912528 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11122] ppid=11063 vsize=11080032 memory=2074212 CPUtime=4.75 cores=1,3,5,7
/proc/11066/task/11122/stat : 11122 (java) S 11063 11066 9314 0 -1 1077944384 28497 13303 0 0 414 54 5 2 20 0 15 0 228016583 11345952768 519088 33554432000 4194304 4196468 140721568276528 139975273860240 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11123] ppid=11063 vsize=11080032 memory=2076352 CPUtime=4.78 cores=1,3,5,7
/proc/11066/task/11123/stat : 11123 (java) S 11063 11066 9314 0 -1 1077944384 19716 13303 0 0 415 56 5 2 20 0 15 0 228016583 11345952768 519088 33554432000 4194304 4196468 140721568276528 139975272807440 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11124] ppid=11063 vsize=11080032 memory=7 CPUtime=0.45 cores=1,3,5,7
/proc/11066/task/11124/stat : 11124 (java) S 11063 11066 9314 0 -1 1077944384 28911 13303 0 0 30 8 5 2 20 0 15 0 228016585 11345952768 519088 33554432000 4194304 4196468 140721568276528 139974841145456 139975415962242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11125] ppid=11063 vsize=11080032 memory=2076352 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11125/stat : 11125 (java) S 11063 11066 9314 0 -1 1077944384 14 13303 0 0 0 0 5 2 20 0 15 0 228016585 11345952768 519088 33554432000 4194304 4196468 140721568276528 139974259237792 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11126] ppid=11063 vsize=11080032 memory=3824 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11126/stat : 11126 (java) S 11063 11066 9314 0 -1 1077944384 4 13303 0 0 0 0 5 2 20 0 15 0 228016585 11345952768 519088 33554432000 4194304 4196468 140721568276528 139974057911424 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11127] ppid=11063 vsize=11080032 memory=2076352 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11127/stat : 11127 (java) S 11063 11066 9314 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 228016588 11345952768 519088 33554432000 4194304 4196468 140721568276528 139973750511696 139975415969691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11128] ppid=11063 vsize=11080032 memory=1388 CPUtime=6.59 cores=1,3,5,7
/proc/11066/task/11128/stat : 11128 (java) S 11063 11066 9314 0 -1 1077944384 33940 13303 0 0 649 3 5 2 20 0 15 0 228016588 11345952768 519088 33554432000 4194304 4196468 140721568276528 139974840093296 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11129] ppid=11063 vsize=11080032 memory=2076352 CPUtime=6.49 cores=1,3,5,7
/proc/11066/task/11129/stat : 11129 (java) S 11063 11066 9314 0 -1 1077944384 37366 13303 0 0 638 4 5 2 20 0 15 0 228016588 11345952768 519088 33554432000 4194304 4196468 140721568276528 139974839040496 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11130] ppid=11063 vsize=11080032 memory=15196 CPUtime=2.65 cores=1,3,5,7
/proc/11066/task/11130/stat : 11130 (java) S 11063 11066 9314 0 -1 1077944384 22967 13303 0 0 255 3 5 2 20 0 15 0 228016588 11345952768 519088 33554432000 4194304 4196468 140721568276528 139974837988208 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11131] ppid=11063 vsize=11080032 memory=2076352 CPUtime=0.07 cores=1,3,5,7
/proc/11066/task/11131/stat : 11131 (java) S 11063 11066 9314 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 228016588 11345952768 519088 33554432000 4194304 4196468 140721568276528 139973319715808 139975415961301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
[pid=11066/tid=11132] ppid=11063 vsize=11080032 memory=5344 CPUtime=1.41 cores=1,3,5,7
/proc/11066/task/11132/stat : 11132 (java) S 11063 11066 9314 0 -1 1077944384 2176 13303 0 0 61 73 5 2 20 0 15 0 228016588 11345952768 519088 33554432000 4194304 4196468 140721568276528 139974836935088 139975415962242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18055168 140721568279140 140721568281948 140721568281948 140721568284623 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2076352 KiB

Child status: 143
Real time (s): 2489.35
CPU time (s): 2520.08
CPU user time (s): 2516.5
CPU system time (s): 3.58475
CPU usage (%): 101.235
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 2230280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.5
system time used= 3.58475
maximum resident set size= 2236424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 451645
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 66127
involuntary context switches= 2015


# summary of solver processes directly reported to runsolver:
#   pid: 11066
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.5
#   total CPU system time (s): 3.58475

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7123 second user time and 24.0409 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-12 22:08:54
IDJOB=4305020
IDBENCH=141389
IDSOLVER=2781
FILE ID=node134/4305020-1534104534
RUNJOBID= node134-1534096675-9346
PBS_JOBID= 21036997
Free space on /tmp= 42536 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/MisteryShopper/MisteryShopper-10d_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305020-1534104534/watcher-4305020-1534104534 -o /tmp/evaluation-result-4305020-1534104534/solver-4305020-1534104534 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534096675-9346 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=888756101 -superng HOME/instance-4305020-1534104534.xml

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

MD5SUM BENCH= e96e067bea0f1885cdaca6b8f0c69217
RANDOM SEED=888756101

node134.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.68
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.68
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.68
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.68
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:        17016304 kB
MemAvailable:   30632940 kB
Buffers:          202676 kB
Cached:         13563116 kB
SwapCached:           52 kB
Active:          5735224 kB
Inactive:        9353476 kB
Active(anon):    1272096 kB
Inactive(anon):   103128 kB
Active(file):    4463128 kB
Inactive(file):  9250348 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             26884 kB
Writeback:             0 kB
AnonPages:       1322076 kB
Mapped:            67924 kB
Shmem:             49652 kB
Slab:             360576 kB
SReclaimable:     331620 kB
SUnreclaim:        28956 kB
KernelStack:        3472 kB
PageTables:         8196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2440380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1091584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 42508 MiB
End job on node134 at 2018-08-12 22:50:23