Trace number 4401456

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) 2400.15 2343.16

General information on the benchmark

NameBinPacking/
BinPacking-mdd-fu/BinPacking-mdd-fu1000-02.xml
MD5SUM81a54afd524339631fcda48b56d1b2da
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4061
Number of constraints583
Number of domains2
Minimum domain size82
Maximum domain size581
Distribution of domain sizes[{"size":82,"count":4060},{"size":581,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":3480},{"degree":4,"count":580}]
Minimum constraint arity7
Maximum constraint arity4060
Distribution of constraint arities[{"arity":7,"count":580},{"arity":581,"count":1},{"arity":4060,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":580},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401456-1568688596/watcher-4401456-1568688596 -o /tmp/evaluation-result-4401456-1568688596/solver-4401456-1568688596 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568673291-25919 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=584762253 HOME/instance-4401456-1568688596.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=30360, runsolver pid=30357

[startup+0.10011 s]*
/proc/loadavg: 1.50 1.42 1.39 3/218 30417
/proc/meminfo: memFree=28598892/32770624 swapFree=66939904/67108860
[pid=30360] ppid=30357 vsize=9972712 memory=18860 CPUtime=0.09 cores=1,3,5,7
/proc/30360/stat : 30360 (java) S 30357 30360 25887 0 -1 1077944320 4480 13469 0 0 1 0 5 3 20 0 6 0 444774426 10212057088 4715 33554432000 4194304 4196468 140733489898128 140733489880672 140511216377591 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
/proc/30360/statm: 2493178 4715 1935 1 0 2481616 0
[pid=30360/tid=30413] ppid=30357 vsize=9972712 memory=4279135703913235855 CPUtime=0.09 cores=1,3,5,7
/proc/30360/task/30413/stat : 30413 (java) R 30357 30360 25887 0 -1 4202560 2269 13469 0 0 1 0 5 3 20 0 6 0 444774435 10212057088 4715 33554432000 4194304 4196468 140733489898128 140511188214352 140511216399517 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30414] ppid=30357 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30414/stat : 30414 (java) S 30357 30360 25887 0 -1 1077944384 1 13469 0 0 0 0 5 3 20 0 6 0 444774436 10212057088 4715 33554432000 4194304 4196468 140733489898128 140511220620432 140511216387797 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30415] ppid=30357 vsize=9972712 memory=140319390148224 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30415/stat : 30415 (java) S 30357 30360 25887 0 -1 1077944384 1 13469 0 0 0 0 5 3 20 0 6 0 444774436 10212057088 4715 33554432000 4194304 4196468 140733489898128 140511135439888 140511216387797 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30416] ppid=30357 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30416/stat : 30416 (java) S 30357 30360 25887 0 -1 1077944384 1 13469 0 0 0 0 5 3 20 0 6 0 444774436 10212057088 4715 33554432000 4194304 4196468 140733489898128 140511134387088 140511216387797 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30417] ppid=30357 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30417/stat : 30417 (java) S 30357 30360 25887 0 -1 1077944384 2 13469 0 0 0 0 5 3 20 0 6 0 444774436 10212057088 4715 33554432000 4194304 4196468 140733489898128 140511133334288 140511216387797 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.209993 s]*
/proc/loadavg: 1.62 1.44 1.40 4/227 30426
/proc/meminfo: memFree=28579008/32770624 swapFree=66939904/67108860
[pid=30360] ppid=30357 vsize=10820196 memory=41832 CPUtime=0.27 cores=1,3,5,7
/proc/30360/stat : 30360 (java) S 30357 30360 25887 0 -1 1077944320 7256 13469 0 0 18 1 5 3 20 0 15 0 444774426 11079880704 10458 33554432000 4194304 4196468 140733489898128 140733489880672 140511216377591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
/proc/30360/statm: 2705049 10458 3295 1 0 2667149 0
[pid=30360/tid=30413] ppid=30357 vsize=10820196 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/30360/task/30413/stat : 30413 (java) R 30357 30360 25887 0 -1 4202560 3753 13469 0 0 11 1 5 3 20 0 15 0 444774435 11079880704 10458 33554432000 4194304 4196468 140733489898128 140511188196064 140511200458078 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30414] ppid=30357 vsize=10820196 memory=365 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30414/stat : 30414 (java) S 30357 30360 25887 0 -1 1077944384 1 13469 0 0 0 0 5 3 20 0 15 0 444774436 11079880704 10458 33554432000 4194304 4196468 140733489898128 140511220620432 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30415] ppid=30357 vsize=10820196 memory=140319390175536 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30415/stat : 30415 (java) S 30357 30360 25887 0 -1 1077944384 1 13469 0 0 0 0 5 3 20 0 15 0 444774436 11079880704 10458 33554432000 4194304 4196468 140733489898128 140511135439888 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30416] ppid=30357 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30416/stat : 30416 (java) S 30357 30360 25887 0 -1 1077944384 1 13469 0 0 0 0 5 3 20 0 15 0 444774436 11079880704 10458 33554432000 4194304 4196468 140733489898128 140511134387088 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30417] ppid=30357 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30417/stat : 30417 (java) S 30357 30360 25887 0 -1 1077944384 2 13469 0 0 0 0 5 3 20 0 15 0 444774436 11079880704 10458 33554432000 4194304 4196468 140733489898128 140511133334288 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30418] ppid=30357 vsize=10820196 memory=140319390148224 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30418/stat : 30418 (java) S 30357 30360 25887 0 -1 1077944384 2 13469 0 0 0 0 5 3 20 0 15 0 444774437 11079880704 10458 33554432000 4194304 4196468 140733489898128 140510742796656 140511216388738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30419] ppid=30357 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30419/stat : 30419 (java) S 30357 30360 25887 0 -1 1077944384 13 13469 0 0 0 0 5 3 20 0 15 0 444774438 11079880704 10458 33554432000 4194304 4196468 140733489898128 140510190625824 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30420] ppid=30357 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30420/stat : 30420 (java) S 30357 30360 25887 0 -1 1077944384 1 13469 0 0 0 0 5 3 20 0 15 0 444774438 11079880704 10458 33554432000 4194304 4196468 140733489898128 140509989299056 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30421] ppid=30357 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30421/stat : 30421 (java) S 30357 30360 25887 0 -1 1077944384 3 13469 0 0 0 0 5 3 20 0 15 0 444774440 11079880704 10458 33554432000 4194304 4196468 140733489898128 140509749008208 140511216396187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30422] ppid=30357 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30360/task/30422/stat : 30422 (java) S 30357 30360 25887 0 -1 1077944384 594 13469 0 0 1 0 5 3 20 0 15 0 444774440 11079880704 10458 33554432000 4194304 4196468 140733489898128 140510741744496 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30423] ppid=30357 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30423/stat : 30423 (java) S 30357 30360 25887 0 -1 1077944384 73 13469 0 0 0 0 5 3 20 0 15 0 444774440 11079880704 10458 33554432000 4194304 4196468 140733489898128 140510740691696 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30424] ppid=30357 vsize=10820196 memory=140319390148224 CPUtime=0.11 cores=1,3,5,7
/proc/30360/task/30424/stat : 30424 (java) S 30357 30360 25887 0 -1 1077944384 604 13469 0 0 3 0 5 3 20 0 15 0 444774440 11079880704 10458 33554432000 4194304 4196468 140733489898128 140510739638896 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30425] ppid=30357 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30425/stat : 30425 (java) S 30357 30360 25887 0 -1 1077944384 3 13469 0 0 0 0 5 3 20 0 15 0 444774441 11079880704 10458 33554432000 4194304 4196468 140733489898128 140509715450592 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30426] ppid=30357 vsize=10820196 memory=140319390148224 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30426/stat : 30426 (java) S 30357 30360 25887 0 -1 1077944384 1 13469 0 0 0 0 5 3 20 0 15 0 444774441 11079880704 10458 33554432000 4194304 4196468 140733489898128 140510738586288 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41832 KiB

[startup+0.311292 s]*
/proc/loadavg: 1.62 1.44 1.40 3/227 30426
/proc/meminfo: memFree=28567196/32770624 swapFree=66939904/67108860
[pid=30360] ppid=30357 vsize=10820196 memory=50268 CPUtime=0.4 cores=1,3,5,7
/proc/30360/stat : 30360 (java) S 30357 30360 25887 0 -1 1077944320 10375 13469 0 0 29 3 5 3 20 0 15 0 444774426 11079880704 12567 33554432000 4194304 4196468 140733489898128 140733489880672 140511216377591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
/proc/30360/statm: 2705049 12567 3339 1 0 2667149 0
[pid=30360/tid=30413] ppid=30357 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/30360/task/30413/stat : 30413 (java) R 30357 30360 25887 0 -1 4202560 6851 13469 0 0 19 2 5 3 20 0 15 0 444774435 11079880704 12567 33554432000 4194304 4196468 140733489898128 140511188183696 140511200458078 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30414] ppid=30357 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30414/stat : 30414 (java) S 30357 30360 25887 0 -1 1077944384 1 13469 0 0 0 0 5 3 20 0 15 0 444774436 11079880704 12567 33554432000 4194304 4196468 140733489898128 140511220620432 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30415] ppid=30357 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30415/stat : 30415 (java) S 30357 30360 25887 0 -1 1077944384 1 13469 0 0 0 0 5 3 20 0 15 0 444774436 11079880704 12567 33554432000 4194304 4196468 140733489898128 140511135439888 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30416] ppid=30357 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30416/stat : 30416 (java) S 30357 30360 25887 0 -1 1077944384 1 13469 0 0 0 0 5 3 20 0 15 0 444774436 11079880704 12567 33554432000 4194304 4196468 140733489898128 140511134387088 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30417] ppid=30357 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30417/stat : 30417 (java) S 30357 30360 25887 0 -1 1077944384 2 13469 0 0 0 0 5 3 20 0 15 0 444774436 11079880704 12567 33554432000 4194304 4196468 140733489898128 140511133334288 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30418] ppid=30357 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30418/stat : 30418 (java) S 30357 30360 25887 0 -1 1077944384 2 13469 0 0 0 0 5 3 20 0 15 0 444774437 11079880704 12567 33554432000 4194304 4196468 140733489898128 140510742796656 140511216388738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30419] ppid=30357 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30419/stat : 30419 (java) S 30357 30360 25887 0 -1 1077944384 13 13469 0 0 0 0 5 3 20 0 15 0 444774438 11079880704 12567 33554432000 4194304 4196468 140733489898128 140510190625824 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30420] ppid=30357 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30420/stat : 30420 (java) S 30357 30360 25887 0 -1 1077944384 1 13469 0 0 0 0 5 3 20 0 15 0 444774438 11079880704 12567 33554432000 4194304 4196468 140733489898128 140509989299056 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30421] ppid=30357 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30421/stat : 30421 (java) S 30357 30360 25887 0 -1 1077944384 3 13469 0 0 0 0 5 3 20 0 15 0 444774440 11079880704 12567 33554432000 4194304 4196468 140733489898128 140509749008208 140511216396187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30422] ppid=30357 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/30360/task/30422/stat : 30422 (java) S 30357 30360 25887 0 -1 1077944384 595 13469 0 0 2 0 5 3 20 0 15 0 444774440 11079880704 12567 33554432000 4194304 4196468 140733489898128 140510741744496 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30423] ppid=30357 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/30360/task/30423/stat : 30423 (java) S 30357 30360 25887 0 -1 1077944384 73 13469 0 0 1 0 5 3 20 0 15 0 444774440 11079880704 12567 33554432000 4194304 4196468 140733489898128 140510740691696 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30424] ppid=30357 vsize=10820196 memory=140319390148224 CPUtime=0.13 cores=1,3,5,7
/proc/30360/task/30424/stat : 30424 (java) R 30357 30360 25887 0 -1 4202560 622 13469 0 0 5 0 5 3 20 0 15 0 444774440 11079880704 12567 33554432000 4194304 4196468 140733489898128 140510739638896 140511216389526 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30425] ppid=30357 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30425/stat : 30425 (java) S 30357 30360 25887 0 -1 1077944384 3 13469 0 0 0 0 5 3 20 0 15 0 444774441 11079880704 12567 33554432000 4194304 4196468 140733489898128 140509715450592 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30426] ppid=30357 vsize=10820196 memory=140319390148224 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30426/stat : 30426 (java) S 30357 30360 25887 0 -1 1077944384 1 13469 0 0 0 0 5 3 20 0 15 0 444774441 11079880704 12567 33554432000 4194304 4196468 140733489898128 140510738586288 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50268 KiB

[startup+0.70129 s]
/proc/loadavg: 1.62 1.44 1.40 4/227 30426
/proc/meminfo: memFree=28551536/32770624 swapFree=66939904/67108860
[pid=30360] ppid=30357 vsize=10824364 memory=83632 CPUtime=1.12 cores=1,3,5,7
/proc/30360/stat : 30360 (java) S 30357 30360 25887 0 -1 1077944320 15067 13469 0 0 99 5 5 3 20 0 15 0 444774426 11084148736 20908 33554432000 4194304 4196468 140733489898128 140733489880672 140511216377591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
/proc/30360/statm: 2706091 20908 3512 1 0 2668173 0
[pid=30360/tid=30413] ppid=30357 vsize=10824364 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/30360/task/30413/stat : 30413 (java) R 30357 30360 25887 0 -1 4202560 10385 13469 0 0 55 3 5 3 20 0 15 0 444774435 11084148736 20908 33554432000 4194304 4196468 140733489898128 140511188207136 140511200458078 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30414] ppid=30357 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30414/stat : 30414 (java) S 30357 30360 25887 0 -1 1077944384 1 13469 0 0 0 0 5 3 20 0 15 0 444774436 11084148736 20908 33554432000 4194304 4196468 140733489898128 140511220620432 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30415] ppid=30357 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30415/stat : 30415 (java) S 30357 30360 25887 0 -1 1077944384 1 13469 0 0 0 0 5 3 20 0 15 0 444774436 11084148736 20908 33554432000 4194304 4196468 140733489898128 140511135439888 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30416] ppid=30357 vsize=10824364 memory=140319266059024 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30416/stat : 30416 (java) S 30357 30360 25887 0 -1 1077944384 1 13469 0 0 0 0 5 3 20 0 15 0 444774436 11084148736 20908 33554432000 4194304 4196468 140733489898128 140511134387088 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30417] ppid=30357 vsize=10824364 memory=140320876528216 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30417/stat : 30417 (java) S 30357 30360 25887 0 -1 1077944384 2 13469 0 0 0 0 5 3 20 0 15 0 444774436 11084148736 20908 33554432000 4194304 4196468 140733489898128 140511133334288 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30418] ppid=30357 vsize=10824364 memory=1256 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30418/stat : 30418 (java) S 30357 30360 25887 0 -1 1077944384 5 13469 0 0 0 0 5 3 20 0 15 0 444774437 11084148736 20908 33554432000 4194304 4196468 140733489898128 140510742796656 140511216388738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30419] ppid=30357 vsize=10824364 memory=4639098309541127782 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30419/stat : 30419 (java) S 30357 30360 25887 0 -1 1077944384 13 13469 0 0 0 0 5 3 20 0 15 0 444774438 11084148736 20908 33554432000 4194304 4196468 140733489898128 140510190625824 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30420] ppid=30357 vsize=10824364 memory=6081102367496366441 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30420/stat : 30420 (java) S 30357 30360 25887 0 -1 1077944384 1 13469 0 0 0 0 5 3 20 0 15 0 444774438 11084148736 20908 33554432000 4194304 4196468 140733489898128 140509989299056 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30421] ppid=30357 vsize=10824364 memory=26204 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30421/stat : 30421 (java) S 30357 30360 25887 0 -1 1077944384 3 13469 0 0 0 0 5 3 20 0 15 0 444774440 11084148736 20908 33554432000 4194304 4196468 140733489898128 140509749008208 140511216396187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30422] ppid=30357 vsize=10824364 memory=14056 CPUtime=0.2 cores=1,3,5,7
/proc/30360/task/30422/stat : 30422 (java) R 30357 30360 25887 0 -1 4202560 941 13469 0 0 12 0 5 3 20 0 15 0 444774440 11084148736 20908 33554432000 4194304 4196468 140733489898128 140510741744496 140511199877974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30423] ppid=30357 vsize=10824364 memory=2116 CPUtime=0.21 cores=1,3,5,7
/proc/30360/task/30423/stat : 30423 (java) R 30357 30360 25887 0 -1 4202560 633 13469 0 0 13 0 5 3 20 0 15 0 444774440 11084148736 20908 33554432000 4194304 4196468 140733489898128 140510740678512 140511201492675 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30424] ppid=30357 vsize=10824364 memory=520 CPUtime=0.25 cores=1,3,5,7
/proc/30360/task/30424/stat : 30424 (java) S 30357 30360 25887 0 -1 1077944384 871 13469 0 0 17 0 5 3 20 0 15 0 444774440 11084148736 20908 33554432000 4194304 4196468 140733489898128 140510739638896 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30425] ppid=30357 vsize=10824364 memory=1560 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30425/stat : 30425 (java) S 30357 30360 25887 0 -1 1077944384 3 13469 0 0 0 0 5 3 20 0 15 0 444774441 11084148736 20908 33554432000 4194304 4196468 140733489898128 140509715450592 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30426] ppid=30357 vsize=10824364 memory=924 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30426/stat : 30426 (java) S 30357 30360 25887 0 -1 1077944384 1 13469 0 0 0 0 5 3 20 0 15 0 444774441 11084148736 20908 33554432000 4194304 4196468 140733489898128 140510738586288 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83632 KiB

[startup+1.50082 s]
/proc/loadavg: 1.62 1.44 1.40 5/227 30426
/proc/meminfo: memFree=28501224/32770624 swapFree=66939904/67108860
[pid=30360] ppid=30357 vsize=10826488 memory=193572 CPUtime=3.41 cores=1,3,5,7
/proc/30360/stat : 30360 (java) S 30357 30360 25887 0 -1 1077944320 26007 13469 0 0 326 7 5 3 20 0 15 0 444774426 11086323712 48393 33554432000 4194304 4196468 140733489898128 140733489880672 140511216377591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
/proc/30360/statm: 2706622 48393 3551 1 0 2668685 0
[pid=30360/tid=30413] ppid=30357 vsize=10826488 memory=67740 CPUtime=1.47 cores=1,3,5,7
/proc/30360/task/30413/stat : 30413 (java) R 30357 30360 25887 0 -1 4202560 11535 13469 0 0 134 5 5 3 20 0 15 0 444774435 11086323712 48393 33554432000 4194304 4196468 140733489898128 140511188209432 140510816185049 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30414] ppid=30357 vsize=10826488 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30414/stat : 30414 (java) S 30357 30360 25887 0 -1 1077944384 1 13469 0 0 0 0 5 3 20 0 15 0 444774436 11086323712 48393 33554432000 4194304 4196468 140733489898128 140511220620432 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30415] ppid=30357 vsize=10826488 memory=280638532149408 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30415/stat : 30415 (java) S 30357 30360 25887 0 -1 1077944384 1 13469 0 0 0 0 5 3 20 0 15 0 444774436 11086323712 48393 33554432000 4194304 4196468 140733489898128 140511135439888 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30416] ppid=30357 vsize=10826488 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30416/stat : 30416 (java) S 30357 30360 25887 0 -1 1077944384 1 13469 0 0 0 0 5 3 20 0 15 0 444774436 11086323712 48393 33554432000 4194304 4196468 140733489898128 140511134387088 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30417] ppid=30357 vsize=10826488 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30417/stat : 30417 (java) S 30357 30360 25887 0 -1 1077944384 2 13469 0 0 0 0 5 3 20 0 15 0 444774436 11086323712 48393 33554432000 4194304 4196468 140733489898128 140511133334288 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30418] ppid=30357 vsize=10826488 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30418/stat : 30418 (java) S 30357 30360 25887 0 -1 1077944384 5 13469 0 0 0 0 5 3 20 0 15 0 444774437 11086323712 48393 33554432000 4194304 4196468 140733489898128 140510742796656 140511216388738 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30419] ppid=30357 vsize=10826488 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30419/stat : 30419 (java) S 30357 30360 25887 0 -1 1077944384 13 13469 0 0 0 0 5 3 20 0 15 0 444774438 11086323712 48393 33554432000 4194304 4196468 140733489898128 140510190625824 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30420] ppid=30357 vsize=10826488 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30420/stat : 30420 (java) S 30357 30360 25887 0 -1 1077944384 1 13469 0 0 0 0 5 3 20 0 15 0 444774438 11086323712 48393 33554432000 4194304 4196468 140733489898128 140509989299056 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30421] ppid=30357 vsize=10826488 memory=-2245088631185882904 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30421/stat : 30421 (java) S 30357 30360 25887 0 -1 1077944384 3 13469 0 0 0 0 5 3 20 0 15 0 444774440 11086323712 48393 33554432000 4194304 4196468 140733489898128 140509749008208 140511216396187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30422] ppid=30357 vsize=10826488 memory=0 CPUtime=0.84 cores=1,3,5,7
/proc/30360/task/30422/stat : 30422 (java) S 30357 30360 25887 0 -1 1077944384 4835 13469 0 0 76 0 5 3 20 0 15 0 444774440 11086323712 48393 33554432000 4194304 4196468 140733489898128 140510741744496 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30423] ppid=30357 vsize=10826488 memory=10 CPUtime=0.83 cores=1,3,5,7
/proc/30360/task/30423/stat : 30423 (java) S 30357 30360 25887 0 -1 1077944384 5736 13469 0 0 75 0 5 3 20 0 15 0 444774440 11086323712 48393 33554432000 4194304 4196468 140733489898128 140510740691696 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30424] ppid=30357 vsize=10826488 memory=6791534058613427641 CPUtime=0.47 cores=1,3,5,7
/proc/30360/task/30424/stat : 30424 (java) S 30357 30360 25887 0 -1 1077944384 1664 13469 0 0 39 0 5 3 20 0 15 0 444774440 11086323712 48393 33554432000 4194304 4196468 140733489898128 140510739638896 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30425] ppid=30357 vsize=10826488 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30425/stat : 30425 (java) S 30357 30360 25887 0 -1 1077944384 3 13469 0 0 0 0 5 3 20 0 15 0 444774441 11086323712 48393 33554432000 4194304 4196468 140733489898128 140509715450592 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30426] ppid=30357 vsize=10826488 memory=280638532393856 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30426/stat : 30426 (java) S 30357 30360 25887 0 -1 1077944384 1 13469 0 0 0 0 5 3 20 0 15 0 444774441 11086323712 48393 33554432000 4194304 4196468 140733489898128 140510738586288 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
Current children cumulated CPU time: 3.41 s
Current children cumulated vsize: 10826488 KiB

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

/proc/30360/task/30413/stat : 30413 (java) R 30357 30360 25887 0 -1 4202560 168342 13469 0 0 224559 63 5 3 20 0 15 0 444774435 11109412864 373377 33554432000 4194304 4196468 140733489898128 140511188213088 140510823797994 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30414] ppid=30357 vsize=10849036 memory=1466872 CPUtime=12.32 cores=1,3,5,7
/proc/30360/task/30414/stat : 30414 (java) S 30357 30360 25887 0 -1 1077944384 35285 13469 0 0 1160 64 5 3 20 0 15 0 444774436 11109412864 373377 33554432000 4194304 4196468 140733489898128 140511220620432 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30415] ppid=30357 vsize=10849036 memory=1466872 CPUtime=12.31 cores=1,3,5,7
/proc/30360/task/30415/stat : 30415 (java) S 30357 30360 25887 0 -1 1077944384 35658 13469 0 0 1158 65 5 3 20 0 15 0 444774436 11109412864 373377 33554432000 4194304 4196468 140733489898128 140511135439888 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30416] ppid=30357 vsize=10849036 memory=1477388 CPUtime=12.29 cores=1,3,5,7
/proc/30360/task/30416/stat : 30416 (java) S 30357 30360 25887 0 -1 1077944384 44007 13469 0 0 1154 67 5 3 20 0 15 0 444774436 11109412864 373377 33554432000 4194304 4196468 140733489898128 140511134387088 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30417] ppid=30357 vsize=10849036 memory=1482760 CPUtime=12.27 cores=1,3,5,7
/proc/30360/task/30417/stat : 30417 (java) S 30357 30360 25887 0 -1 1077944384 33985 13469 0 0 1156 63 5 3 20 0 15 0 444774436 11109412864 373377 33554432000 4194304 4196468 140733489898128 140511133334288 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30418] ppid=30357 vsize=10849036 memory=1482760 CPUtime=2.62 cores=1,3,5,7
/proc/30360/task/30418/stat : 30418 (java) S 30357 30360 25887 0 -1 1077944384 29612 13469 0 0 213 41 5 3 20 0 15 0 444774437 11109412864 373377 33554432000 4194304 4196468 140733489898128 140510742796656 140511216388738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30419] ppid=30357 vsize=10849036 memory=270698903825766 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30419/stat : 30419 (java) S 30357 30360 25887 0 -1 1077944384 22 13469 0 0 0 0 5 3 20 0 15 0 444774438 11109412864 373377 33554432000 4194304 4196468 140733489898128 140510190625952 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30420] ppid=30357 vsize=10849036 memory=1486856 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30420/stat : 30420 (java) S 30357 30360 25887 0 -1 1077944384 6 13469 0 0 0 0 5 3 20 0 15 0 444774438 11109412864 373377 33554432000 4194304 4196468 140733489898128 140509989299072 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30421] ppid=30357 vsize=10849036 memory=1486856 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30421/stat : 30421 (java) S 30357 30360 25887 0 -1 1077944384 3 13469 0 0 0 0 5 3 20 0 15 0 444774440 11109412864 373377 33554432000 4194304 4196468 140733489898128 140509749008208 140511216396187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30422] ppid=30357 vsize=10849036 memory=1477388 CPUtime=8.94 cores=1,3,5,7
/proc/30360/task/30422/stat : 30422 (java) S 30357 30360 25887 0 -1 1077944384 47786 13469 0 0 880 6 5 3 20 0 15 0 444774440 11109412864 373377 33554432000 4194304 4196468 140733489898128 140510741744496 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30423] ppid=30357 vsize=10849036 memory=1620 CPUtime=8.34 cores=1,3,5,7
/proc/30360/task/30423/stat : 30423 (java) S 30357 30360 25887 0 -1 1077944384 41463 13469 0 0 820 6 5 3 20 0 15 0 444774440 11109412864 373377 33554432000 4194304 4196468 140733489898128 140510740691696 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30424] ppid=30357 vsize=10849036 memory=1408 CPUtime=2.56 cores=1,3,5,7
/proc/30360/task/30424/stat : 30424 (java) S 30357 30360 25887 0 -1 1077944384 30894 13469 0 0 242 6 5 3 20 0 15 0 444774440 11109412864 373377 33554432000 4194304 4196468 140733489898128 140510739638896 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30425] ppid=30357 vsize=10849036 memory=1471228 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30425/stat : 30425 (java) S 30357 30360 25887 0 -1 1077944384 3 13469 0 0 0 0 5 3 20 0 15 0 444774441 11109412864 373377 33554432000 4194304 4196468 140733489898128 140509715450592 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30426] ppid=30357 vsize=10849036 memory=3504 CPUtime=1.36 cores=1,3,5,7
/proc/30360/task/30426/stat : 30426 (java) S 30357 30360 25887 0 -1 1077944384 1656 13469 0 0 58 70 5 3 20 0 15 0 444774441 11109412864 373377 33554432000 4194304 4196468 140733489898128 140510738586288 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
Current children cumulated CPU time: 2318.7 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1493508 KiB

[startup+2322.3 s]
/proc/loadavg: 1.31 1.33 1.38 3/227 31450
/proc/meminfo: memFree=26371144/32770624 swapFree=66939904/67108860
[pid=30360] ppid=30357 vsize=10849036 memory=1612488 CPUtime=2379.11 cores=1,3,5,7
/proc/30360/stat : 30360 (java) S 30357 30360 25887 0 -1 1077944320 487073 13469 0 0 237465 438 5 3 20 0 15 0 444774426 11109412864 403122 33554432000 4194304 4196468 140733489898128 140733489880672 140511216377591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
/proc/30360/statm: 2712259 403122 3637 1 0 2674317 0
[pid=30360/tid=30413] ppid=30357 vsize=10849036 memory=1612488 CPUtime=2306.14 cores=1,3,5,7
/proc/30360/task/30413/stat : 30413 (java) R 30357 30360 25887 0 -1 4202560 181534 13469 0 0 230541 65 5 3 20 0 15 0 444774435 11109412864 403122 33554432000 4194304 4196468 140733489898128 140511188212464 140510830209044 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30414] ppid=30357 vsize=10849036 memory=1604284 CPUtime=12.45 cores=1,3,5,7
/proc/30360/task/30414/stat : 30414 (java) S 30357 30360 25887 0 -1 1077944384 35895 13469 0 0 1171 66 5 3 20 0 15 0 444774436 11109412864 403122 33554432000 4194304 4196468 140733489898128 140511220620432 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30415] ppid=30357 vsize=10849036 memory=1571636 CPUtime=12.44 cores=1,3,5,7
/proc/30360/task/30415/stat : 30415 (java) S 30357 30360 25887 0 -1 1077944384 36363 13469 0 0 1169 67 5 3 20 0 15 0 444774436 11109412864 403122 33554432000 4194304 4196468 140733489898128 140511135439888 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30416] ppid=30357 vsize=10849036 memory=1582248 CPUtime=12.41 cores=1,3,5,7
/proc/30360/task/30416/stat : 30416 (java) S 30357 30360 25887 0 -1 1077944384 44747 13469 0 0 1164 69 5 3 20 0 15 0 444774436 11109412864 403122 33554432000 4194304 4196468 140733489898128 140511134387088 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30417] ppid=30357 vsize=10849036 memory=1596456 CPUtime=12.4 cores=1,3,5,7
/proc/30360/task/30417/stat : 30417 (java) S 30357 30360 25887 0 -1 1077944384 34616 13469 0 0 1167 65 5 3 20 0 15 0 444774436 11109412864 403122 33554432000 4194304 4196468 140733489898128 140511133334288 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30418] ppid=30357 vsize=10849036 memory=1596456 CPUtime=2.65 cores=1,3,5,7
/proc/30360/task/30418/stat : 30418 (java) S 30357 30360 25887 0 -1 1077944384 29856 13469 0 0 216 41 5 3 20 0 15 0 444774437 11109412864 403122 33554432000 4194304 4196468 140733489898128 140510742796656 140511216388738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30419] ppid=30357 vsize=10849036 memory=1578128 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30419/stat : 30419 (java) S 30357 30360 25887 0 -1 1077944384 22 13469 0 0 0 0 5 3 20 0 15 0 444774438 11109412864 403122 33554432000 4194304 4196468 140733489898128 140510190625952 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30420] ppid=30357 vsize=10849036 memory=1600188 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30420/stat : 30420 (java) S 30357 30360 25887 0 -1 1077944384 6 13469 0 0 0 0 5 3 20 0 15 0 444774438 11109412864 403122 33554432000 4194304 4196468 140733489898128 140509989299072 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30421] ppid=30357 vsize=10849036 memory=1604284 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30421/stat : 30421 (java) S 30357 30360 25887 0 -1 1077944384 3 13469 0 0 0 0 5 3 20 0 15 0 444774440 11109412864 403122 33554432000 4194304 4196468 140733489898128 140509749008208 140511216396187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30422] ppid=30357 vsize=10849036 memory=1606344 CPUtime=8.94 cores=1,3,5,7
/proc/30360/task/30422/stat : 30422 (java) S 30357 30360 25887 0 -1 1077944384 47788 13469 0 0 880 6 5 3 20 0 15 0 444774440 11109412864 403122 33554432000 4194304 4196468 140733489898128 140510741744496 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30423] ppid=30357 vsize=10849036 memory=1606344 CPUtime=8.34 cores=1,3,5,7
/proc/30360/task/30423/stat : 30423 (java) S 30357 30360 25887 0 -1 1077944384 41466 13469 0 0 820 6 5 3 20 0 15 0 444774440 11109412864 403122 33554432000 4194304 4196468 140733489898128 140510740691696 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30424] ppid=30357 vsize=10849036 memory=1612488 CPUtime=2.56 cores=1,3,5,7
/proc/30360/task/30424/stat : 30424 (java) S 30357 30360 25887 0 -1 1077944384 30894 13469 0 0 242 6 5 3 20 0 15 0 444774440 11109412864 403122 33554432000 4194304 4196468 140733489898128 140510739638896 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30425] ppid=30357 vsize=10849036 memory=1612488 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30425/stat : 30425 (java) S 30357 30360 25887 0 -1 1077944384 3 13469 0 0 0 0 5 3 20 0 15 0 444774441 11109412864 403122 33554432000 4194304 4196468 140733489898128 140509715450592 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30426] ppid=30357 vsize=10849036 memory=1612488 CPUtime=1.39 cores=1,3,5,7
/proc/30360/task/30426/stat : 30426 (java) S 30357 30360 25887 0 -1 1077944384 1674 13469 0 0 59 72 5 3 20 0 15 0 444774441 11109412864 403122 33554432000 4194304 4196468 140733489898128 140510738586288 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
Current children cumulated CPU time: 2379.11 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1612488 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2343.11 s]
/proc/loadavg: 1.22 1.31 1.38 3/227 31452
/proc/meminfo: memFree=26347244/32770624 swapFree=66939904/67108860
[pid=30360] ppid=30357 vsize=10849036 memory=1662528 CPUtime=2400.07 cores=1,3,5,7
/proc/30360/stat : 30360 (java) S 30357 30360 25887 0 -1 1077944320 508451 13469 0 0 239556 443 5 3 20 0 15 0 444774426 11109412864 415632 33554432000 4194304 4196468 140733489898128 140733489880672 140511216377591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
/proc/30360/statm: 2712259 415632 3637 1 0 2674317 0
[pid=30360/tid=30413] ppid=30357 vsize=10849036 memory=8072 CPUtime=2326.89 cores=1,3,5,7
/proc/30360/task/30413/stat : 30413 (java) R 30357 30360 25887 0 -1 4202560 201606 13469 0 0 232615 66 5 3 20 0 15 0 444774435 11109412864 415632 33554432000 4194304 4196468 140733489898128 140511188213488 140510828119503 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30414] ppid=30357 vsize=10849036 memory=1657820 CPUtime=12.5 cores=1,3,5,7
/proc/30360/task/30414/stat : 30414 (java) S 30357 30360 25887 0 -1 1077944384 36063 13469 0 0 1175 67 5 3 20 0 15 0 444774436 11109412864 415632 33554432000 4194304 4196468 140733489898128 140511220620432 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30415] ppid=30357 vsize=10849036 memory=1655772 CPUtime=12.49 cores=1,3,5,7
/proc/30360/task/30415/stat : 30415 (java) S 30357 30360 25887 0 -1 1077944384 36566 13469 0 0 1173 68 5 3 20 0 15 0 444774436 11109412864 415632 33554432000 4194304 4196468 140733489898128 140511135439888 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30416] ppid=30357 vsize=10849036 memory=1625272 CPUtime=12.46 cores=1,3,5,7
/proc/30360/task/30416/stat : 30416 (java) S 30357 30360 25887 0 -1 1077944384 45237 13469 0 0 1168 70 5 3 20 0 15 0 444774436 11109412864 415632 33554432000 4194304 4196468 140733489898128 140511134387088 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30417] ppid=30357 vsize=10849036 memory=1649612 CPUtime=12.45 cores=1,3,5,7
/proc/30360/task/30417/stat : 30417 (java) S 30357 30360 25887 0 -1 1077944384 35002 13469 0 0 1171 66 5 3 20 0 15 0 444774436 11109412864 415632 33554432000 4194304 4196468 140733489898128 140511133334288 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30418] ppid=30357 vsize=10849036 memory=1649612 CPUtime=2.67 cores=1,3,5,7
/proc/30360/task/30418/stat : 30418 (java) S 30357 30360 25887 0 -1 1077944384 29906 13469 0 0 217 42 5 3 20 0 15 0 444774437 11109412864 415632 33554432000 4194304 4196468 140733489898128 140510742796656 140511216388738 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30419] ppid=30357 vsize=10849036 memory=1657820 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30419/stat : 30419 (java) S 30357 30360 25887 0 -1 1077944384 22 13469 0 0 0 0 5 3 20 0 15 0 444774438 11109412864 415632 33554432000 4194304 4196468 140733489898128 140510190625952 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30420] ppid=30357 vsize=10849036 memory=1657820 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30420/stat : 30420 (java) S 30357 30360 25887 0 -1 1077944384 6 13469 0 0 0 0 5 3 20 0 15 0 444774438 11109412864 415632 33554432000 4194304 4196468 140733489898128 140509989299072 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30421] ppid=30357 vsize=10849036 memory=1662528 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30421/stat : 30421 (java) S 30357 30360 25887 0 -1 1077944384 3 13469 0 0 0 0 5 3 20 0 15 0 444774440 11109412864 415632 33554432000 4194304 4196468 140733489898128 140509749008208 140511216396187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30422] ppid=30357 vsize=10849036 memory=0 CPUtime=8.94 cores=1,3,5,7
/proc/30360/task/30422/stat : 30422 (java) S 30357 30360 25887 0 -1 1077944384 47790 13469 0 0 880 6 5 3 20 0 15 0 444774440 11109412864 415632 33554432000 4194304 4196468 140733489898128 140510741744496 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30423] ppid=30357 vsize=10849036 memory=1662528 CPUtime=8.34 cores=1,3,5,7
/proc/30360/task/30423/stat : 30423 (java) S 30357 30360 25887 0 -1 1077944384 41468 13469 0 0 820 6 5 3 20 0 15 0 444774440 11109412864 415632 33554432000 4194304 4196468 140733489898128 140510740691696 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30424] ppid=30357 vsize=10849036 memory=1657820 CPUtime=2.56 cores=1,3,5,7
/proc/30360/task/30424/stat : 30424 (java) S 30357 30360 25887 0 -1 1077944384 30896 13469 0 0 242 6 5 3 20 0 15 0 444774440 11109412864 415632 33554432000 4194304 4196468 140733489898128 140510739638896 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30425] ppid=30357 vsize=10849036 memory=1618792 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30425/stat : 30425 (java) S 30357 30360 25887 0 -1 1077944384 3 13469 0 0 0 0 5 3 20 0 15 0 444774441 11109412864 415632 33554432000 4194304 4196468 140733489898128 140509715450592 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30426] ppid=30357 vsize=10849036 memory=1662528 CPUtime=1.4 cores=1,3,5,7
/proc/30360/task/30426/stat : 30426 (java) S 30357 30360 25887 0 -1 1077944384 1678 13469 0 0 59 73 5 3 20 0 15 0 444774441 11109412864 415632 33554432000 4194304 4196468 140733489898128 140510738586288 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1662528 KiB

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

[startup+2343.16 s]
# the end of solver process 30360 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.65 s, system=4.49312 s

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

[startup+2343.11 s]
/proc/loadavg: 1.22 1.31 1.38 3/227 31452
/proc/meminfo: memFree=26347244/32770624 swapFree=66939904/67108860
[pid=30360] ppid=30357 vsize=10849036 memory=1662528 CPUtime=2400.07 cores=1,3,5,7
/proc/30360/stat : 30360 (java) S 30357 30360 25887 0 -1 1077944320 508451 13469 0 0 239556 443 5 3 20 0 15 0 444774426 11109412864 415632 33554432000 4194304 4196468 140733489898128 140733489880672 140511216377591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
/proc/30360/statm: 2712259 415632 3637 1 0 2674317 0
[pid=30360/tid=30413] ppid=30357 vsize=10849036 memory=8072 CPUtime=2326.89 cores=1,3,5,7
/proc/30360/task/30413/stat : 30413 (java) R 30357 30360 25887 0 -1 4202560 201606 13469 0 0 232615 66 5 3 20 0 15 0 444774435 11109412864 415632 33554432000 4194304 4196468 140733489898128 140511188213488 140510828119503 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30414] ppid=30357 vsize=10849036 memory=1657820 CPUtime=12.5 cores=1,3,5,7
/proc/30360/task/30414/stat : 30414 (java) S 30357 30360 25887 0 -1 1077944384 36063 13469 0 0 1175 67 5 3 20 0 15 0 444774436 11109412864 415632 33554432000 4194304 4196468 140733489898128 140511220620432 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30415] ppid=30357 vsize=10849036 memory=1655772 CPUtime=12.49 cores=1,3,5,7
/proc/30360/task/30415/stat : 30415 (java) S 30357 30360 25887 0 -1 1077944384 36566 13469 0 0 1173 68 5 3 20 0 15 0 444774436 11109412864 415632 33554432000 4194304 4196468 140733489898128 140511135439888 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30416] ppid=30357 vsize=10849036 memory=1625272 CPUtime=12.46 cores=1,3,5,7
/proc/30360/task/30416/stat : 30416 (java) S 30357 30360 25887 0 -1 1077944384 45237 13469 0 0 1168 70 5 3 20 0 15 0 444774436 11109412864 415632 33554432000 4194304 4196468 140733489898128 140511134387088 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30417] ppid=30357 vsize=10849036 memory=1649612 CPUtime=12.45 cores=1,3,5,7
/proc/30360/task/30417/stat : 30417 (java) S 30357 30360 25887 0 -1 1077944384 35002 13469 0 0 1171 66 5 3 20 0 15 0 444774436 11109412864 415632 33554432000 4194304 4196468 140733489898128 140511133334288 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30418] ppid=30357 vsize=10849036 memory=1649612 CPUtime=2.67 cores=1,3,5,7
/proc/30360/task/30418/stat : 30418 (java) S 30357 30360 25887 0 -1 1077944384 29906 13469 0 0 217 42 5 3 20 0 15 0 444774437 11109412864 415632 33554432000 4194304 4196468 140733489898128 140510742796656 140511216388738 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30419] ppid=30357 vsize=10849036 memory=1657820 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30419/stat : 30419 (java) S 30357 30360 25887 0 -1 1077944384 22 13469 0 0 0 0 5 3 20 0 15 0 444774438 11109412864 415632 33554432000 4194304 4196468 140733489898128 140510190625952 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30420] ppid=30357 vsize=10849036 memory=1657820 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30420/stat : 30420 (java) S 30357 30360 25887 0 -1 1077944384 6 13469 0 0 0 0 5 3 20 0 15 0 444774438 11109412864 415632 33554432000 4194304 4196468 140733489898128 140509989299072 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30421] ppid=30357 vsize=10849036 memory=1662528 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30421/stat : 30421 (java) S 30357 30360 25887 0 -1 1077944384 3 13469 0 0 0 0 5 3 20 0 15 0 444774440 11109412864 415632 33554432000 4194304 4196468 140733489898128 140509749008208 140511216396187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30422] ppid=30357 vsize=10849036 memory=0 CPUtime=8.94 cores=1,3,5,7
/proc/30360/task/30422/stat : 30422 (java) S 30357 30360 25887 0 -1 1077944384 47790 13469 0 0 880 6 5 3 20 0 15 0 444774440 11109412864 415632 33554432000 4194304 4196468 140733489898128 140510741744496 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30423] ppid=30357 vsize=10849036 memory=1662528 CPUtime=8.34 cores=1,3,5,7
/proc/30360/task/30423/stat : 30423 (java) S 30357 30360 25887 0 -1 1077944384 41468 13469 0 0 820 6 5 3 20 0 15 0 444774440 11109412864 415632 33554432000 4194304 4196468 140733489898128 140510740691696 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30424] ppid=30357 vsize=10849036 memory=1657820 CPUtime=2.56 cores=1,3,5,7
/proc/30360/task/30424/stat : 30424 (java) S 30357 30360 25887 0 -1 1077944384 30896 13469 0 0 242 6 5 3 20 0 15 0 444774440 11109412864 415632 33554432000 4194304 4196468 140733489898128 140510739638896 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30425] ppid=30357 vsize=10849036 memory=1618792 CPUtime=0.08 cores=1,3,5,7
/proc/30360/task/30425/stat : 30425 (java) S 30357 30360 25887 0 -1 1077944384 3 13469 0 0 0 0 5 3 20 0 15 0 444774441 11109412864 415632 33554432000 4194304 4196468 140733489898128 140509715450592 140511216387797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
[pid=30360/tid=30426] ppid=30357 vsize=10849036 memory=1662528 CPUtime=1.4 cores=1,3,5,7
/proc/30360/task/30426/stat : 30426 (java) S 30357 30360 25887 0 -1 1077944384 1678 13469 0 0 59 73 5 3 20 0 15 0 444774441 11109412864 415632 33554432000 4194304 4196468 140733489898128 140510738586288 140511216388738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18079744 140733489900272 140733489902789 140733489902789 140733489905615 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1662528 KiB

Child status: 143
Real time (s): 2343.16
CPU time (s): 2400.15
CPU user time (s): 2395.65
CPU system time (s): 4.49312
CPU usage (%): 102.432
Max. virtual memory (cumulated for all children) (KiB): 10851404
Max. memory (cumulated for all children) (KiB): 3499012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.65
system time used= 4.49312
maximum resident set size= 3499012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 523144
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106361
involuntary context switches= 3252


# summary of solver processes directly reported to runsolver:
#   pid: 30360
#   total CPU time (s): 2400.15
#   total CPU user time (s): 2395.65
#   total CPU system time (s): 4.49312

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8082 second user time and 21.4266 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-17 04:49:15
IDJOB=4401456
IDBENCH=138227
IDSOLVER=2858
FILE ID=node119/4401456-1568688596
RUNJOBID= node119-1568673291-25919
PBS_JOBID= 21703790
Free space on /tmp= 61308 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-fu/BinPacking-mdd-fu1000-02.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401456-1568688596/watcher-4401456-1568688596 -o /tmp/evaluation-result-4401456-1568688596/solver-4401456-1568688596 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568673291-25919 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=584762253 HOME/instance-4401456-1568688596.xml

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

MD5SUM BENCH= 81a54afd524339631fcda48b56d1b2da
RANDOM SEED=584762253

node119.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.47
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.47
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.47
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.47
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:        28605456 kB
MemAvailable:   31096788 kB
Buffers:          116200 kB
Cached:          2658644 kB
SwapCached:        61076 kB
Active:          2140052 kB
Inactive:        1424676 kB
Active(anon):     729400 kB
Inactive(anon):   110640 kB
Active(file):    1410652 kB
Inactive(file):  1314036 kB
Unevictable:      107752 kB
Mlocked:          107752 kB
SwapTotal:      67108860 kB
SwapFree:       66939904 kB
Dirty:             35800 kB
Writeback:             0 kB
AnonPages:        789492 kB
Mapped:            62356 kB
Shmem:             41008 kB
Slab:             194128 kB
SReclaimable:     164960 kB
SUnreclaim:        29168 kB
KernelStack:        4032 kB
PageTables:         7044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1907748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    698368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61276 MiB
End job on node119 at 2019-09-17 05:28:19