Trace number 4401109

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.08 2480.14

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-28-4-7-3.xml
MD5SUMcd71d797d3091c0a3eabb0588ef8346f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark77
Best CPU time to get the best result obtained on this benchmark101.167
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of constraints113
Number of domains27
Minimum domain size3
Maximum domain size29
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":11},{"size":5,"count":13},{"size":6,"count":3},{"size":29,"count":56}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":28},{"degree":29,"count":27},{"degree":30,"count":1},{"degree":31,"count":28}]
Minimum constraint arity1
Maximum constraint arity29
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":56},{"arity":28,"count":28},{"arity":29,"count":28}]
Number of extensional constraints56
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":56},{"type":"intension","count":29},{"type":"count","count":28}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.73/0.55	c Concrete v3.12.2.1568631193530 running
2520.02/2480.11	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.02/2480.11		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.02/2480.11		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.02/2480.11		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2520.02/2480.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.02/2480.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.02/2480.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2520.02/2480.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.02/2480.11		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.02/2480.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2480.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2480.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2480.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2480.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2480.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2480.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2480.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2480.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2480.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2480.11		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.02/2480.11		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.02/2480.11		at scala.Option.map(Option.scala:243)
2520.02/2480.11		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.02/2480.11		at concrete.MAC.mac(MAC.scala:216)
2520.02/2480.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2480.11		at scala.util.Try$.apply(Try.scala:212)
2520.02/2480.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2480.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2480.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2480.11		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2480.11		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2480.11		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.02/2480.11		at concrete.ProblemState.map(ProblemState.scala:238)
2520.02/2480.11		at concrete.ProblemState.map(ProblemState.scala:212)
2520.02/2480.11		at concrete.MAC.nextSolution(MAC.scala:348)
2520.02/2480.11		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2480.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2480.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2480.12		at concrete.Solver.foreach(Solver.scala:67)
2520.02/2480.12		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.02/2480.12		at scala.util.Success.map(Try.scala:264)
2520.02/2480.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2480.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2480.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2480.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2480.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2480.12		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2480.12		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2480.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2480.12		at scala.App.$anonfun$main$1(App.scala:75)
2520.02/2480.12		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.02/2480.12		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2480.12		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2480.12		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.02/2480.12		at scala.App.main(App.scala:75)
2520.02/2480.12		at scala.App.main$(App.scala:73)
2520.02/2480.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2480.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2480.12	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 (14974 MiB free)
  memory of node 1: 16384 MiB (14500 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401109-1568682463/watcher-4401109-1568682463 -o /tmp/evaluation-result-4401109-1568682463/solver-4401109-1568682463 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568673291-22997 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=491185228 HOME/instance-4401109-1568682463.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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=27259, runsolver pid=27256

[startup+0.100091 s]*
/proc/loadavg: 1.54 1.37 1.40 3/222 27316
/proc/meminfo: memFree=30175288/32770624 swapFree=67004524/67108860
[pid=27259] ppid=27256 vsize=9972712 memory=18864 CPUtime=0.09 cores=0,2,4,6
/proc/27259/stat : 27259 (java) S 27256 27259 22966 0 -1 1077944320 4445 13300 0 0 1 1 5 2 20 0 6 0 444485911 10212057088 4716 33554432000 4194304 4196468 140729557691808 140729557674352 140480353218295 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
/proc/27259/statm: 2493178 4716 1935 1 0 2481616 0
[pid=27259/tid=27312] ppid=27256 vsize=9972712 memory=4279135703980344719 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27312/stat : 27312 (java) R 27256 27259 22966 0 -1 4202560 2239 13300 0 0 0 0 5 2 20 0 6 0 444485920 10212057088 4716 33554432000 4194304 4196468 140729557691808 140480325055056 140480353240221 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27313] ppid=27256 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27313/stat : 27313 (java) S 27256 27259 22966 0 -1 1077944384 1 13300 0 0 0 0 5 2 20 0 6 0 444485921 10212057088 4716 33554432000 4194304 4196468 140729557691808 140480357460752 140480353228501 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27314] ppid=27256 vsize=9972712 memory=140413441721984 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27314/stat : 27314 (java) S 27256 27259 22966 0 -1 1077944384 1 13300 0 0 0 0 5 2 20 0 6 0 444485921 10212057088 4716 33554432000 4194304 4196468 140729557691808 140480261663632 140480353228501 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27315] ppid=27256 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27315/stat : 27315 (java) S 27256 27259 22966 0 -1 1077944384 1 13300 0 0 0 0 5 2 20 0 6 0 444485921 10212057088 4716 33554432000 4194304 4196468 140729557691808 140479925378064 140480353228501 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27316] ppid=27256 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27316/stat : 27316 (java) S 27256 27259 22966 0 -1 1077944384 2 13300 0 0 0 0 5 2 20 0 6 0 444485921 10212057088 4716 33554432000 4194304 4196468 140729557691808 140479924325520 140480353228501 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18864 KiB

[startup+0.210706 s]*
/proc/loadavg: 1.54 1.37 1.40 4/231 27325
/proc/meminfo: memFree=30156224/32770624 swapFree=67004524/67108860
[pid=27259] ppid=27256 vsize=10820164 memory=41180 CPUtime=0.25 cores=0,2,4,6
/proc/27259/stat : 27259 (java) S 27256 27259 22966 0 -1 1077944320 7138 13300 0 0 17 1 5 2 20 0 15 0 444485911 11079847936 10229 33554432000 4194304 4196468 140729557691808 140729557674352 140480353218295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
/proc/27259/statm: 2705041 10295 3228 1 0 2667149 0
[pid=27259/tid=27312] ppid=27256 vsize=10820164 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/27259/task/27312/stat : 27312 (java) R 27256 27259 22966 0 -1 4202560 3675 13300 0 0 10 1 5 2 20 0 15 0 444485920 11079847936 10295 33554432000 4194304 4196468 140729557691808 140480325035408 140480345455422 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27313] ppid=27256 vsize=10820164 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27313/stat : 27313 (java) S 27256 27259 22966 0 -1 1077944384 1 13300 0 0 0 0 5 2 20 0 15 0 444485921 11079847936 10295 33554432000 4194304 4196468 140729557691808 140480357460752 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27314] ppid=27256 vsize=10820164 memory=140413441721984 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27314/stat : 27314 (java) S 27256 27259 22966 0 -1 1077944384 1 13300 0 0 0 0 5 2 20 0 15 0 444485921 11079847936 10295 33554432000 4194304 4196468 140729557691808 140480261663632 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27315] ppid=27256 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27315/stat : 27315 (java) S 27256 27259 22966 0 -1 1077944384 1 13300 0 0 0 0 5 2 20 0 15 0 444485921 11079847936 10295 33554432000 4194304 4196468 140729557691808 140479925378064 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27316] ppid=27256 vsize=10820176 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27316/stat : 27316 (java) S 27256 27259 22966 0 -1 1077944384 2 13300 0 0 0 0 5 2 20 0 15 0 444485921 11079860224 10295 33554432000 4194304 4196468 140729557691808 140479924325520 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27317] ppid=27256 vsize=10820176 memory=140413441721984 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27317/stat : 27317 (java) S 27256 27259 22966 0 -1 1077944384 2 13300 0 0 0 0 5 2 20 0 15 0 444485922 11079860224 10295 33554432000 4194304 4196468 140729557691808 140479879882736 140480353229442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27318] ppid=27256 vsize=10820176 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27318/stat : 27318 (java) S 27256 27259 22966 0 -1 1077944384 13 13300 0 0 0 0 5 2 20 0 15 0 444485923 11079860224 10295 33554432000 4194304 4196468 140729557691808 140479320548256 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27319] ppid=27256 vsize=10820176 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27319/stat : 27319 (java) S 27256 27259 22966 0 -1 1077944384 1 13300 0 0 0 0 5 2 20 0 15 0 444485923 11079860224 10295 33554432000 4194304 4196468 140729557691808 140479119221744 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27320] ppid=27256 vsize=10820176 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27320/stat : 27320 (java) S 27256 27259 22966 0 -1 1077944384 3 13300 0 0 0 0 5 2 20 0 15 0 444485925 11079860224 10295 33554432000 4194304 4196468 140729557691808 140478878931152 140480353236891 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27321] ppid=27256 vsize=10820184 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27259/task/27321/stat : 27321 (java) S 27256 27259 22966 0 -1 1077944384 453 13300 0 0 1 0 5 2 20 0 15 0 444485925 11079868416 10295 33554432000 4194304 4196468 140729557691808 140479878830576 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27322] ppid=27256 vsize=10820184 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27259/task/27322/stat : 27322 (java) R 27256 27259 22966 0 -1 4202560 197 13300 0 0 1 0 5 2 20 0 15 0 444485925 11079868416 10295 33554432000 4194304 4196468 140729557691808 140479877778032 140480332394975 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27323] ppid=27256 vsize=10820184 memory=140413441721984 CPUtime=0.1 cores=0,2,4,6
/proc/27259/task/27323/stat : 27323 (java) S 27256 27259 22966 0 -1 1077944384 618 13300 0 0 3 0 5 2 20 0 15 0 444485925 11079868416 10295 33554432000 4194304 4196468 140729557691808 140479876725488 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27324] ppid=27256 vsize=10820184 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27324/stat : 27324 (java) S 27256 27259 22966 0 -1 1077944384 3 13300 0 0 0 0 5 2 20 0 15 0 444485926 11079868416 10295 33554432000 4194304 4196468 140729557691808 140478845373536 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27325] ppid=27256 vsize=10820184 memory=140413441721984 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27325/stat : 27325 (java) S 27256 27259 22966 0 -1 1077944384 1 13300 0 0 0 0 5 2 20 0 15 0 444485926 11079868416 10295 33554432000 4194304 4196468 140729557691808 140479875672368 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 41180 KiB

[startup+0.310537 s]*
/proc/loadavg: 1.54 1.37 1.40 4/231 27325
/proc/meminfo: memFree=30142868/32770624 swapFree=67004524/67108860
[pid=27259] ppid=27256 vsize=10820196 memory=49940 CPUtime=0.39 cores=0,2,4,6
/proc/27259/stat : 27259 (java) S 27256 27259 22966 0 -1 1077944320 10731 13300 0 0 29 3 5 2 20 0 15 0 444485911 11079880704 12485 33554432000 4194304 4196468 140729557691808 140729557674352 140480353218295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
/proc/27259/statm: 2705049 12485 3307 1 0 2667149 0
[pid=27259/tid=27312] ppid=27256 vsize=10820196 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/27259/task/27312/stat : 27312 (java) R 27256 27259 22966 0 -1 4202560 7204 13300 0 0 19 2 5 2 20 0 15 0 444485920 11079880704 12485 33554432000 4194304 4196468 140729557691808 140480325027248 140480337298782 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27313] ppid=27256 vsize=10820196 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27313/stat : 27313 (java) S 27256 27259 22966 0 -1 1077944384 1 13300 0 0 0 0 5 2 20 0 15 0 444485921 11079880704 12485 33554432000 4194304 4196468 140729557691808 140480357460752 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27314] ppid=27256 vsize=10820196 memory=2209 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27314/stat : 27314 (java) S 27256 27259 22966 0 -1 1077944384 1 13300 0 0 0 0 5 2 20 0 15 0 444485921 11079880704 12485 33554432000 4194304 4196468 140729557691808 140480261663632 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27315] ppid=27256 vsize=10820196 memory=92612 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27315/stat : 27315 (java) S 27256 27259 22966 0 -1 1077944384 1 13300 0 0 0 0 5 2 20 0 15 0 444485921 11079880704 12485 33554432000 4194304 4196468 140729557691808 140479925378064 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27316] ppid=27256 vsize=10820196 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27316/stat : 27316 (java) S 27256 27259 22966 0 -1 1077944384 2 13300 0 0 0 0 5 2 20 0 15 0 444485921 11079880704 12485 33554432000 4194304 4196468 140729557691808 140479924325520 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27317] ppid=27256 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27317/stat : 27317 (java) S 27256 27259 22966 0 -1 1077944384 2 13300 0 0 0 0 5 2 20 0 15 0 444485922 11079880704 12485 33554432000 4194304 4196468 140729557691808 140479879882736 140480353229442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27318] ppid=27256 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27318/stat : 27318 (java) S 27256 27259 22966 0 -1 1077944384 13 13300 0 0 0 0 5 2 20 0 15 0 444485923 11079880704 12485 33554432000 4194304 4196468 140729557691808 140479320548256 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27319] ppid=27256 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27319/stat : 27319 (java) S 27256 27259 22966 0 -1 1077944384 1 13300 0 0 0 0 5 2 20 0 15 0 444485923 11079880704 12485 33554432000 4194304 4196468 140729557691808 140479119221744 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27320] ppid=27256 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27320/stat : 27320 (java) S 27256 27259 22966 0 -1 1077944384 3 13300 0 0 0 0 5 2 20 0 15 0 444485925 11079880704 12485 33554432000 4194304 4196468 140729557691808 140478878931152 140480353236891 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27321] ppid=27256 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27259/task/27321/stat : 27321 (java) S 27256 27259 22966 0 -1 1077944384 455 13300 0 0 1 0 5 2 20 0 15 0 444485925 11079880704 12485 33554432000 4194304 4196468 140729557691808 140479878830576 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27322] ppid=27256 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27259/task/27322/stat : 27322 (java) S 27256 27259 22966 0 -1 1077944384 206 13300 0 0 2 0 5 2 20 0 15 0 444485925 11079880704 12485 33554432000 4194304 4196468 140729557691808 140479877778032 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27323] ppid=27256 vsize=10820196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/27259/task/27323/stat : 27323 (java) S 27256 27259 22966 0 -1 1077944384 635 13300 0 0 5 0 5 2 20 0 15 0 444485925 11079880704 12485 33554432000 4194304 4196468 140729557691808 140479876725488 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27324] ppid=27256 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27324/stat : 27324 (java) S 27256 27259 22966 0 -1 1077944384 3 13300 0 0 0 0 5 2 20 0 15 0 444485926 11079880704 12485 33554432000 4194304 4196468 140729557691808 140478845373536 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27325] ppid=27256 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27325/stat : 27325 (java) S 27256 27259 22966 0 -1 1077944384 1 13300 0 0 0 0 5 2 20 0 15 0 444485926 11079880704 12485 33554432000 4194304 4196468 140729557691808 140479875672368 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49940 KiB

[startup+0.708638 s]
/proc/loadavg: 1.54 1.37 1.40 6/231 27325
/proc/meminfo: memFree=30127908/32770624 swapFree=67004524/67108860
[pid=27259] ppid=27256 vsize=10824364 memory=83548 CPUtime=1.12 cores=0,2,4,6
/proc/27259/stat : 27259 (java) S 27256 27259 22966 0 -1 1077944320 15120 13300 0 0 100 5 5 2 20 0 15 0 444485911 11084148736 20887 33554432000 4194304 4196468 140729557691808 140729557674352 140480353218295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
/proc/27259/statm: 2706091 20887 3504 1 0 2668173 0
[pid=27259/tid=27312] ppid=27256 vsize=10824364 memory=2241 CPUtime=0.66 cores=0,2,4,6
/proc/27259/task/27312/stat : 27312 (java) R 27256 27259 22966 0 -1 4202560 10507 13300 0 0 56 3 5 2 20 0 15 0 444485920 11084148736 20887 33554432000 4194304 4196468 140729557691808 140480325045248 140480337298782 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27313] ppid=27256 vsize=10824364 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27313/stat : 27313 (java) S 27256 27259 22966 0 -1 1077944384 1 13300 0 0 0 0 5 2 20 0 15 0 444485921 11084148736 20887 33554432000 4194304 4196468 140729557691808 140480357460752 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27314] ppid=27256 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27314/stat : 27314 (java) S 27256 27259 22966 0 -1 1077944384 1 13300 0 0 0 0 5 2 20 0 15 0 444485921 11084148736 20887 33554432000 4194304 4196468 140729557691808 140480261663632 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27315] ppid=27256 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27315/stat : 27315 (java) S 27256 27259 22966 0 -1 1077944384 1 13300 0 0 0 0 5 2 20 0 15 0 444485921 11084148736 20887 33554432000 4194304 4196468 140729557691808 140479925378064 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27316] ppid=27256 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27316/stat : 27316 (java) S 27256 27259 22966 0 -1 1077944384 2 13300 0 0 0 0 5 2 20 0 15 0 444485921 11084148736 20887 33554432000 4194304 4196468 140729557691808 140479924325520 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27317] ppid=27256 vsize=10824364 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27317/stat : 27317 (java) S 27256 27259 22966 0 -1 1077944384 6 13300 0 0 0 0 5 2 20 0 15 0 444485922 11084148736 20887 33554432000 4194304 4196468 140729557691808 140479879882736 140480353229442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27318] ppid=27256 vsize=10824364 memory=6944656592455359580 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27318/stat : 27318 (java) S 27256 27259 22966 0 -1 1077944384 13 13300 0 0 0 0 5 2 20 0 15 0 444485923 11084148736 20887 33554432000 4194304 4196468 140729557691808 140479320548256 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27319] ppid=27256 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27319/stat : 27319 (java) S 27256 27259 22966 0 -1 1077944384 1 13300 0 0 0 0 5 2 20 0 15 0 444485923 11084148736 20887 33554432000 4194304 4196468 140729557691808 140479119221744 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27320] ppid=27256 vsize=10824364 memory=6944656592455097440 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27320/stat : 27320 (java) S 27256 27259 22966 0 -1 1077944384 3 13300 0 0 0 0 5 2 20 0 15 0 444485925 11084148736 20887 33554432000 4194304 4196468 140729557691808 140478878931152 140480353236891 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27321] ppid=27256 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/27259/task/27321/stat : 27321 (java) R 27256 27259 22966 0 -1 4202560 856 13300 0 0 12 0 5 2 20 0 15 0 444485925 11084148736 20887 33554432000 4194304 4196468 140729557691808 140479878817120 140480338333439 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27322] ppid=27256 vsize=10824364 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/27259/task/27322/stat : 27322 (java) S 27256 27259 22966 0 -1 1077944384 653 13300 0 0 13 0 5 2 20 0 15 0 444485925 11084148736 20887 33554432000 4194304 4196468 140729557691808 140479877778032 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27323] ppid=27256 vsize=10824364 memory=11076 CPUtime=0.24 cores=0,2,4,6
/proc/27259/task/27323/stat : 27323 (java) R 27256 27259 22966 0 -1 4202560 870 13300 0 0 17 0 5 2 20 0 15 0 444485925 11084148736 20887 33554432000 4194304 4196468 140729557691808 140479876725488 140480332933084 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27324] ppid=27256 vsize=10824364 memory=140413285465456 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27324/stat : 27324 (java) S 27256 27259 22966 0 -1 1077944384 3 13300 0 0 0 0 5 2 20 0 15 0 444485926 11084148736 20887 33554432000 4194304 4196468 140729557691808 140478845373536 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27325] ppid=27256 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27325/stat : 27325 (java) S 27256 27259 22966 0 -1 1077944384 1 13300 0 0 0 0 5 2 20 0 15 0 444485926 11084148736 20887 33554432000 4194304 4196468 140729557691808 140479875672368 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83548 KiB

[startup+1.50082 s]
/proc/loadavg: 1.54 1.37 1.40 5/231 27325
/proc/meminfo: memFree=30051292/32770624 swapFree=67004524/67108860
[pid=27259] ppid=27256 vsize=10832632 memory=249572 CPUtime=2.84 cores=0,2,4,6
/proc/27259/stat : 27259 (java) S 27256 27259 22966 0 -1 1077944320 23376 13300 0 0 266 11 5 2 20 0 15 0 444485911 11092615168 62393 33554432000 4194304 4196468 140729557691808 140729557674352 140480353218295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
/proc/27259/statm: 2708158 62393 3589 1 0 2670221 0
[pid=27259/tid=27312] ppid=27256 vsize=10832632 memory=23 CPUtime=1.41 cores=0,2,4,6
/proc/27259/task/27312/stat : 27312 (java) R 27256 27259 22966 0 -1 4202560 15106 13300 0 0 128 6 5 2 20 0 15 0 444485920 11092615168 62393 33554432000 4194304 4196468 140729557691808 140480325049120 140480339416806 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27313] ppid=27256 vsize=10832632 memory=29 CPUtime=0.08 cores=0,2,4,6
/proc/27259/task/27313/stat : 27313 (java) S 27256 27259 22966 0 -1 1077944384 45 13300 0 0 1 0 5 2 20 0 15 0 444485921 11092615168 62393 33554432000 4194304 4196468 140729557691808 140480357460752 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27314] ppid=27256 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27259/task/27314/stat : 27314 (java) S 27256 27259 22966 0 -1 1077944384 34 13300 0 0 1 0 5 2 20 0 15 0 444485921 11092615168 62393 33554432000 4194304 4196468 140729557691808 140480261663632 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27315] ppid=27256 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27259/task/27315/stat : 27315 (java) S 27256 27259 22966 0 -1 1077944384 270 13300 0 0 1 0 5 2 20 0 15 0 444485921 11092615168 62393 33554432000 4194304 4196468 140729557691808 140479925378064 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27316] ppid=27256 vsize=10832632 memory=105472 CPUtime=0.08 cores=0,2,4,6
/proc/27259/task/27316/stat : 27316 (java) S 27256 27259 22966 0 -1 1077944384 82 13300 0 0 1 0 5 2 20 0 15 0 444485921 11092615168 62393 33554432000 4194304 4196468 140729557691808 140479924325520 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27317] ppid=27256 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27259/task/27317/stat : 27317 (java) S 27256 27259 22966 0 -1 1077944384 1162 13300 0 0 1 0 5 2 20 0 15 0 444485922 11092615168 62393 33554432000 4194304 4196468 140729557691808 140479879882736 140480353229442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27318] ppid=27256 vsize=10832632 memory=7378964797804538197 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27318/stat : 27318 (java) S 27256 27259 22966 0 -1 1077944384 14 13300 0 0 0 0 5 2 20 0 15 0 444485923 11092615168 62393 33554432000 4194304 4196468 140729557691808 140479320548320 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27319] ppid=27256 vsize=10832632 memory=7092435323310989656 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27319/stat : 27319 (java) S 27256 27259 22966 0 -1 1077944384 1 13300 0 0 0 0 5 2 20 0 15 0 444485923 11092615168 62393 33554432000 4194304 4196468 140729557691808 140479119221760 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27320] ppid=27256 vsize=10832632 memory=7590652715091714925 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27320/stat : 27320 (java) S 27256 27259 22966 0 -1 1077944384 3 13300 0 0 0 0 5 2 20 0 15 0 444485925 11092615168 62393 33554432000 4194304 4196468 140729557691808 140478878931152 140480353236891 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27321] ppid=27256 vsize=10832632 memory=5787785663623029848 CPUtime=0.55 cores=0,2,4,6
/proc/27259/task/27321/stat : 27321 (java) S 27256 27259 22966 0 -1 1077944384 1507 13300 0 0 47 1 5 2 20 0 15 0 444485925 11092615168 62393 33554432000 4194304 4196468 140729557691808 140479878830576 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27322] ppid=27256 vsize=10832632 memory=7667484380026464106 CPUtime=0.52 cores=0,2,4,6
/proc/27259/task/27322/stat : 27322 (java) S 27256 27259 22966 0 -1 1077944384 1375 13300 0 0 45 0 5 2 20 0 15 0 444485925 11092615168 62393 33554432000 4194304 4196468 140729557691808 140479877778032 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27323] ppid=27256 vsize=10832632 memory=5788911563529872472 CPUtime=0.43 cores=0,2,4,6
/proc/27259/task/27323/stat : 27323 (java) S 27256 27259 22966 0 -1 1077944384 1567 13300 0 0 36 0 5 2 20 0 15 0 444485925 11092615168 62393 33554432000 4194304 4196468 140729557691808 140479876725488 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27324] ppid=27256 vsize=10832632 memory=5571041044932614245 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27324/stat : 27324 (java) S 27256 27259 22966 0 -1 1077944384 3 13300 0 0 0 0 5 2 20 0 15 0 444485926 11092615168 62393 33554432000 4194304 4196468 140729557691808 140478845373536 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27325] ppid=27256 vsize=10832632 memory=56 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27325/stat : 27325 (java) S 27256 27259 22966 0 -1 1077944384 3 13300 0 0 0 0 5 2 20 0 15 0 444485926 11092615168 62393 33554432000 4194304 4196468 140729557691808 140479875672368 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
Current children cumulated CPU time: 2.84 s

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

/proc/27259/task/27312/stat : 27312 (java) R 27256 27259 22966 0 -1 4202560 124964 13300 0 0 236508 74 5 2 20 0 15 0 444485920 11109412864 632448 33554432000 4194304 4196468 140729557691808 140480325052912 140479956937397 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27313] ppid=27256 vsize=10849036 memory=2529792 CPUtime=9.21 cores=0,2,4,6
/proc/27259/task/27313/stat : 27313 (java) S 27256 27259 22966 0 -1 1077944384 39732 13300 0 0 872 42 5 2 20 0 15 0 444485921 11109412864 632448 33554432000 4194304 4196468 140729557691808 140480357460752 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27314] ppid=27256 vsize=10849036 memory=2529792 CPUtime=9.21 cores=0,2,4,6
/proc/27259/task/27314/stat : 27314 (java) S 27256 27259 22966 0 -1 1077944384 43032 13300 0 0 870 44 5 2 20 0 15 0 444485921 11109412864 632448 33554432000 4194304 4196468 140729557691808 140480261663632 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27315] ppid=27256 vsize=10849036 memory=0 CPUtime=9.22 cores=0,2,4,6
/proc/27259/task/27315/stat : 27315 (java) S 27256 27259 22966 0 -1 1077944384 42127 13300 0 0 873 42 5 2 20 0 15 0 444485921 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479925378064 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27316] ppid=27256 vsize=10849036 memory=2527744 CPUtime=9.16 cores=0,2,4,6
/proc/27259/task/27316/stat : 27316 (java) S 27256 27259 22966 0 -1 1077944384 47076 13300 0 0 867 42 5 2 20 0 15 0 444485921 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479924325520 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27317] ppid=27256 vsize=10849036 memory=2529792 CPUtime=5.67 cores=0,2,4,6
/proc/27259/task/27317/stat : 27317 (java) S 27256 27259 22966 0 -1 1077944384 31286 13300 0 0 527 33 5 2 20 0 15 0 444485922 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479879882736 140480353229442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27318] ppid=27256 vsize=10849036 memory=2527744 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27318/stat : 27318 (java) S 27256 27259 22966 0 -1 1077944384 16 13300 0 0 0 0 5 2 20 0 15 0 444485923 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479320548384 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27319] ppid=27256 vsize=10849036 memory=2529792 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27319/stat : 27319 (java) S 27256 27259 22966 0 -1 1077944384 11 13300 0 0 0 0 5 2 20 0 15 0 444485923 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479119221760 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27320] ppid=27256 vsize=10849036 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27320/stat : 27320 (java) S 27256 27259 22966 0 -1 1077944384 3 13300 0 0 0 0 5 2 20 0 15 0 444485925 11109412864 632448 33554432000 4194304 4196468 140729557691808 140478878931152 140480353236891 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27321] ppid=27256 vsize=10849036 memory=2529792 CPUtime=4.48 cores=0,2,4,6
/proc/27259/task/27321/stat : 27321 (java) S 27256 27259 22966 0 -1 1077944384 26732 13300 0 0 436 5 5 2 20 0 15 0 444485925 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479878830576 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27322] ppid=27256 vsize=10849036 memory=2529792 CPUtime=5.22 cores=0,2,4,6
/proc/27259/task/27322/stat : 27322 (java) S 27256 27259 22966 0 -1 1077944384 39566 13300 0 0 510 5 5 2 20 0 15 0 444485925 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479877778032 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27323] ppid=27256 vsize=10849036 memory=2529792 CPUtime=1.92 cores=0,2,4,6
/proc/27259/task/27323/stat : 27323 (java) S 27256 27259 22966 0 -1 1077944384 18756 13300 0 0 180 5 5 2 20 0 15 0 444485925 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479876725488 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27324] ppid=27256 vsize=10849036 memory=56 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27324/stat : 27324 (java) S 27256 27259 22966 0 -1 1077944384 3 13300 0 0 0 0 5 2 20 0 15 0 444485926 11109412864 632448 33554432000 4194304 4196468 140729557691808 140478845373536 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27325] ppid=27256 vsize=10849036 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/27259/task/27325/stat : 27325 (java) S 27256 27259 22966 0 -1 1077944384 2956 13300 0 0 65 69 5 2 20 0 15 0 444485926 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479875672368 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
Current children cumulated CPU time: 2420.88 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2529792 KiB

[startup+2442.3 s]
/proc/loadavg: 1.21 1.33 1.44 3/232 27982
/proc/meminfo: memFree=27639604/32770624 swapFree=67004524/67108860
[pid=27259] ppid=27256 vsize=10849036 memory=2529792 CPUtime=2481.69 cores=0,2,4,6
/proc/27259/stat : 27259 (java) S 27256 27259 22966 0 -1 1077944320 422358 13300 0 0 247832 330 5 2 20 0 15 0 444485911 11109412864 632448 33554432000 4194304 4196468 140729557691808 140729557674352 140480353218295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
/proc/27259/statm: 2712259 632448 3631 1 0 2674317 0
[pid=27259/tid=27312] ppid=27256 vsize=10849036 memory=2529792 CPUtime=2425.4 cores=0,2,4,6
/proc/27259/task/27312/stat : 27312 (java) R 27256 27259 22966 0 -1 4202560 126276 13300 0 0 242458 75 5 2 20 0 15 0 444485920 11109412864 632448 33554432000 4194304 4196468 140729557691808 140480325053232 140479956939395 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27313] ppid=27256 vsize=10849036 memory=2527744 CPUtime=9.49 cores=0,2,4,6
/proc/27259/task/27313/stat : 27313 (java) S 27256 27259 22966 0 -1 1077944384 39993 13300 0 0 899 43 5 2 20 0 15 0 444485921 11109412864 632448 33554432000 4194304 4196468 140729557691808 140480357460752 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27314] ppid=27256 vsize=10849036 memory=2527744 CPUtime=9.49 cores=0,2,4,6
/proc/27259/task/27314/stat : 27314 (java) S 27256 27259 22966 0 -1 1077944384 43569 13300 0 0 897 45 5 2 20 0 15 0 444485921 11109412864 632448 33554432000 4194304 4196468 140729557691808 140480261663632 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27315] ppid=27256 vsize=10849036 memory=2529792 CPUtime=9.51 cores=0,2,4,6
/proc/27259/task/27315/stat : 27315 (java) S 27256 27259 22966 0 -1 1077944384 42976 13300 0 0 900 44 5 2 20 0 15 0 444485921 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479925378064 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27316] ppid=27256 vsize=10849036 memory=2529792 CPUtime=9.44 cores=0,2,4,6
/proc/27259/task/27316/stat : 27316 (java) S 27256 27259 22966 0 -1 1077944384 47383 13300 0 0 894 43 5 2 20 0 15 0 444485921 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479924325520 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27317] ppid=27256 vsize=10849036 memory=2529792 CPUtime=5.84 cores=0,2,4,6
/proc/27259/task/27317/stat : 27317 (java) S 27256 27259 22966 0 -1 1077944384 31859 13300 0 0 543 34 5 2 20 0 15 0 444485922 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479879882736 140480353229442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27318] ppid=27256 vsize=10849036 memory=2529792 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27318/stat : 27318 (java) S 27256 27259 22966 0 -1 1077944384 16 13300 0 0 0 0 5 2 20 0 15 0 444485923 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479320548384 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27319] ppid=27256 vsize=10849036 memory=2529792 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27319/stat : 27319 (java) S 27256 27259 22966 0 -1 1077944384 11 13300 0 0 0 0 5 2 20 0 15 0 444485923 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479119221760 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27320] ppid=27256 vsize=10849036 memory=2529792 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27320/stat : 27320 (java) S 27256 27259 22966 0 -1 1077944384 3 13300 0 0 0 0 5 2 20 0 15 0 444485925 11109412864 632448 33554432000 4194304 4196468 140729557691808 140478878931152 140480353236891 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27321] ppid=27256 vsize=10849036 memory=2529792 CPUtime=4.48 cores=0,2,4,6
/proc/27259/task/27321/stat : 27321 (java) S 27256 27259 22966 0 -1 1077944384 26738 13300 0 0 436 5 5 2 20 0 15 0 444485925 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479878830576 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27322] ppid=27256 vsize=10849036 memory=47656 CPUtime=5.22 cores=0,2,4,6
/proc/27259/task/27322/stat : 27322 (java) S 27256 27259 22966 0 -1 1077944384 39572 13300 0 0 510 5 5 2 20 0 15 0 444485925 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479877778032 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27323] ppid=27256 vsize=10849036 memory=2529792 CPUtime=1.92 cores=0,2,4,6
/proc/27259/task/27323/stat : 27323 (java) S 27256 27259 22966 0 -1 1077944384 18762 13300 0 0 180 5 5 2 20 0 15 0 444485925 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479876725488 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27324] ppid=27256 vsize=10849036 memory=2529792 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27324/stat : 27324 (java) S 27256 27259 22966 0 -1 1077944384 3 13300 0 0 0 0 5 2 20 0 15 0 444485926 11109412864 632448 33554432000 4194304 4196468 140729557691808 140478845373536 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27325] ppid=27256 vsize=10849036 memory=2529792 CPUtime=1.45 cores=0,2,4,6
/proc/27259/task/27325/stat : 27325 (java) S 27256 27259 22966 0 -1 1077944384 2993 13300 0 0 67 71 5 2 20 0 15 0 444485926 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479875672368 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
Current children cumulated CPU time: 2481.69 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2529792 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2480.11 s]
/proc/loadavg: 1.42 1.37 1.45 3/232 27986
/proc/meminfo: memFree=27640120/32770624 swapFree=67004524/67108860
[pid=27259] ppid=27256 vsize=10849036 memory=2529792 CPUtime=2520.02 cores=0,2,4,6
/proc/27259/stat : 27259 (java) S 27256 27259 22966 0 -1 1077944320 424430 13300 0 0 251662 333 5 2 20 0 15 0 444485911 11109412864 632448 33554432000 4194304 4196468 140729557691808 140729557674352 140480353218295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
/proc/27259/statm: 2712259 632448 3631 1 0 2674317 0
[pid=27259/tid=27312] ppid=27256 vsize=10849036 memory=2529792 CPUtime=2462.89 cores=0,2,4,6
/proc/27259/task/27312/stat : 27312 (java) R 27256 27259 22966 0 -1 4202560 127046 13300 0 0 246207 75 5 2 20 0 15 0 444485920 11109412864 632448 33554432000 4194304 4196468 140729557691808 140480325041680 140479956930084 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27313] ppid=27256 vsize=10849036 memory=2529792 CPUtime=9.66 cores=0,2,4,6
/proc/27259/task/27313/stat : 27313 (java) S 27256 27259 22966 0 -1 1077944384 40304 13300 0 0 916 43 5 2 20 0 15 0 444485921 11109412864 632448 33554432000 4194304 4196468 140729557691808 140480357460752 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27314] ppid=27256 vsize=10849036 memory=2529792 CPUtime=9.65 cores=0,2,4,6
/proc/27259/task/27314/stat : 27314 (java) S 27256 27259 22966 0 -1 1077944384 43924 13300 0 0 913 45 5 2 20 0 15 0 444485921 11109412864 632448 33554432000 4194304 4196468 140729557691808 140480261663632 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27315] ppid=27256 vsize=10849036 memory=2529792 CPUtime=9.68 cores=0,2,4,6
/proc/27259/task/27315/stat : 27315 (java) S 27256 27259 22966 0 -1 1077944384 43010 13300 0 0 917 44 5 2 20 0 15 0 444485921 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479925378064 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27316] ppid=27256 vsize=10849036 memory=0 CPUtime=9.62 cores=0,2,4,6
/proc/27259/task/27316/stat : 27316 (java) S 27256 27259 22966 0 -1 1077944384 47742 13300 0 0 911 44 5 2 20 0 15 0 444485921 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479924325520 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27317] ppid=27256 vsize=10849036 memory=2529792 CPUtime=5.94 cores=0,2,4,6
/proc/27259/task/27317/stat : 27317 (java) S 27256 27259 22966 0 -1 1077944384 32080 13300 0 0 553 34 5 2 20 0 15 0 444485922 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479879882736 140480353229442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27318] ppid=27256 vsize=10849036 memory=2529792 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27318/stat : 27318 (java) S 27256 27259 22966 0 -1 1077944384 16 13300 0 0 0 0 5 2 20 0 15 0 444485923 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479320548384 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27319] ppid=27256 vsize=10849036 memory=2529792 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27319/stat : 27319 (java) S 27256 27259 22966 0 -1 1077944384 11 13300 0 0 0 0 5 2 20 0 15 0 444485923 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479119221760 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27320] ppid=27256 vsize=10849036 memory=2529792 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27320/stat : 27320 (java) S 27256 27259 22966 0 -1 1077944384 3 13300 0 0 0 0 5 2 20 0 15 0 444485925 11109412864 632448 33554432000 4194304 4196468 140729557691808 140478878931152 140480353236891 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27321] ppid=27256 vsize=10849036 memory=2529792 CPUtime=4.48 cores=0,2,4,6
/proc/27259/task/27321/stat : 27321 (java) S 27256 27259 22966 0 -1 1077944384 26740 13300 0 0 436 5 5 2 20 0 15 0 444485925 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479878830576 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27322] ppid=27256 vsize=10849036 memory=56 CPUtime=5.22 cores=0,2,4,6
/proc/27259/task/27322/stat : 27322 (java) S 27256 27259 22966 0 -1 1077944384 39574 13300 0 0 510 5 5 2 20 0 15 0 444485925 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479877778032 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27323] ppid=27256 vsize=10849036 memory=6656426216303648864 CPUtime=1.92 cores=0,2,4,6
/proc/27259/task/27323/stat : 27323 (java) S 27256 27259 22966 0 -1 1077944384 18764 13300 0 0 180 5 5 2 20 0 15 0 444485925 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479876725488 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27324] ppid=27256 vsize=10849036 memory=2529792 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27324/stat : 27324 (java) S 27256 27259 22966 0 -1 1077944384 3 13300 0 0 0 0 5 2 20 0 15 0 444485926 11109412864 632448 33554432000 4194304 4196468 140729557691808 140478845373536 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27325] ppid=27256 vsize=10849036 memory=2529792 CPUtime=1.47 cores=0,2,4,6
/proc/27259/task/27325/stat : 27325 (java) S 27256 27259 22966 0 -1 1077944384 3009 13300 0 0 69 71 5 2 20 0 15 0 444485926 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479875672368 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2529792 KiB

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

[startup+2480.14 s]
# the end of solver process 27259 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.7 s, system=3.37239 s

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

[startup+2480.11 s]
/proc/loadavg: 1.42 1.37 1.45 3/232 27986
/proc/meminfo: memFree=27640120/32770624 swapFree=67004524/67108860
[pid=27259] ppid=27256 vsize=10849036 memory=2529792 CPUtime=2520.02 cores=0,2,4,6
/proc/27259/stat : 27259 (java) S 27256 27259 22966 0 -1 1077944320 424430 13300 0 0 251662 333 5 2 20 0 15 0 444485911 11109412864 632448 33554432000 4194304 4196468 140729557691808 140729557674352 140480353218295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
/proc/27259/statm: 2712259 632448 3631 1 0 2674317 0
[pid=27259/tid=27312] ppid=27256 vsize=10849036 memory=2529792 CPUtime=2462.89 cores=0,2,4,6
/proc/27259/task/27312/stat : 27312 (java) R 27256 27259 22966 0 -1 4202560 127046 13300 0 0 246207 75 5 2 20 0 15 0 444485920 11109412864 632448 33554432000 4194304 4196468 140729557691808 140480325041680 140479956930084 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27313] ppid=27256 vsize=10849036 memory=2529792 CPUtime=9.66 cores=0,2,4,6
/proc/27259/task/27313/stat : 27313 (java) S 27256 27259 22966 0 -1 1077944384 40304 13300 0 0 916 43 5 2 20 0 15 0 444485921 11109412864 632448 33554432000 4194304 4196468 140729557691808 140480357460752 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27314] ppid=27256 vsize=10849036 memory=2529792 CPUtime=9.65 cores=0,2,4,6
/proc/27259/task/27314/stat : 27314 (java) S 27256 27259 22966 0 -1 1077944384 43924 13300 0 0 913 45 5 2 20 0 15 0 444485921 11109412864 632448 33554432000 4194304 4196468 140729557691808 140480261663632 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27315] ppid=27256 vsize=10849036 memory=2529792 CPUtime=9.68 cores=0,2,4,6
/proc/27259/task/27315/stat : 27315 (java) S 27256 27259 22966 0 -1 1077944384 43010 13300 0 0 917 44 5 2 20 0 15 0 444485921 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479925378064 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27316] ppid=27256 vsize=10849036 memory=0 CPUtime=9.62 cores=0,2,4,6
/proc/27259/task/27316/stat : 27316 (java) S 27256 27259 22966 0 -1 1077944384 47742 13300 0 0 911 44 5 2 20 0 15 0 444485921 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479924325520 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27317] ppid=27256 vsize=10849036 memory=2529792 CPUtime=5.94 cores=0,2,4,6
/proc/27259/task/27317/stat : 27317 (java) S 27256 27259 22966 0 -1 1077944384 32080 13300 0 0 553 34 5 2 20 0 15 0 444485922 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479879882736 140480353229442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27318] ppid=27256 vsize=10849036 memory=2529792 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27318/stat : 27318 (java) S 27256 27259 22966 0 -1 1077944384 16 13300 0 0 0 0 5 2 20 0 15 0 444485923 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479320548384 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27319] ppid=27256 vsize=10849036 memory=2529792 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27319/stat : 27319 (java) S 27256 27259 22966 0 -1 1077944384 11 13300 0 0 0 0 5 2 20 0 15 0 444485923 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479119221760 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27320] ppid=27256 vsize=10849036 memory=2529792 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27320/stat : 27320 (java) S 27256 27259 22966 0 -1 1077944384 3 13300 0 0 0 0 5 2 20 0 15 0 444485925 11109412864 632448 33554432000 4194304 4196468 140729557691808 140478878931152 140480353236891 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27321] ppid=27256 vsize=10849036 memory=2529792 CPUtime=4.48 cores=0,2,4,6
/proc/27259/task/27321/stat : 27321 (java) S 27256 27259 22966 0 -1 1077944384 26740 13300 0 0 436 5 5 2 20 0 15 0 444485925 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479878830576 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27322] ppid=27256 vsize=10849036 memory=56 CPUtime=5.22 cores=0,2,4,6
/proc/27259/task/27322/stat : 27322 (java) S 27256 27259 22966 0 -1 1077944384 39574 13300 0 0 510 5 5 2 20 0 15 0 444485925 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479877778032 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27323] ppid=27256 vsize=10849036 memory=6656426216303648864 CPUtime=1.92 cores=0,2,4,6
/proc/27259/task/27323/stat : 27323 (java) S 27256 27259 22966 0 -1 1077944384 18764 13300 0 0 180 5 5 2 20 0 15 0 444485925 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479876725488 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27324] ppid=27256 vsize=10849036 memory=2529792 CPUtime=0.07 cores=0,2,4,6
/proc/27259/task/27324/stat : 27324 (java) S 27256 27259 22966 0 -1 1077944384 3 13300 0 0 0 0 5 2 20 0 15 0 444485926 11109412864 632448 33554432000 4194304 4196468 140729557691808 140478845373536 140480353228501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
[pid=27259/tid=27325] ppid=27256 vsize=10849036 memory=2529792 CPUtime=1.47 cores=0,2,4,6
/proc/27259/task/27325/stat : 27325 (java) S 27256 27259 22966 0 -1 1077944384 3009 13300 0 0 69 71 5 2 20 0 15 0 444485926 11109412864 632448 33554432000 4194304 4196468 140729557691808 140479875672368 140480353229442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14962688 140729557699312 140729557701829 140729557701829 140729557704655 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2529792 KiB

Child status: 143
Real time (s): 2480.14
CPU time (s): 2520.08
CPU user time (s): 2516.7
CPU system time (s): 3.37239
CPU usage (%): 101.61
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 2844164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.7
system time used= 3.37239
maximum resident set size= 2846212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 438855
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 183301
involuntary context switches= 8603


# summary of solver processes directly reported to runsolver:
#   pid: 27259
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.7
#   total CPU system time (s): 3.37239

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.415 second user time and 24.1977 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-17 03:07:03
IDJOB=4401109
IDBENCH=127971
IDSOLVER=2857
FILE ID=node133/4401109-1568682463
RUNJOBID= node133-1568673291-22997
PBS_JOBID= 21703782
Free space on /tmp= 59540 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-28-4-7-3.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401109-1568682463/watcher-4401109-1568682463 -o /tmp/evaluation-result-4401109-1568682463/solver-4401109-1568682463 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568673291-22997 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=491185228 HOME/instance-4401109-1568682463.xml

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

MD5SUM BENCH= cd71d797d3091c0a3eabb0588ef8346f
RANDOM SEED=491185228

node133.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.18
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.18
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.18
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.18
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:        30182952 kB
MemAvailable:   31052084 kB
Buffers:          239096 kB
Cached:           921404 kB
SwapCached:         3176 kB
Active:          1415936 kB
Inactive:         585908 kB
Active(anon):     866312 kB
Inactive(anon):    24436 kB
Active(file):     549624 kB
Inactive(file):   561472 kB
Unevictable:      111224 kB
Mlocked:          111224 kB
SwapTotal:      67108860 kB
SwapFree:       67004524 kB
Dirty:             36992 kB
Writeback:             0 kB
AnonPages:        951180 kB
Mapped:            61896 kB
Shmem:             40108 kB
Slab:             177060 kB
SReclaimable:     147740 kB
SUnreclaim:        29320 kB
KernelStack:        3792 kB
PageTables:         7580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2098684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    868352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 59504 MiB
End job on node133 at 2019-09-17 03:48:24