Trace number 4392149

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.10? (TO) 2400.08 2381.94

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 benchmark100.565
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.10.1560635388952 running
2400.02/2381.90	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.02/2381.90		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.02/2381.90		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.02/2381.90		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2400.02/2381.90		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.02/2381.90		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.02/2381.90		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2400.02/2381.90		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.02/2381.90		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.02/2381.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2381.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.02/2381.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.02/2381.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2381.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.02/2381.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.02/2381.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2381.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.02/2381.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.02/2381.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2381.90		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.02/2381.90		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.02/2381.90		at scala.Option.map(Option.scala:243)
2400.02/2381.90		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.02/2381.90		at concrete.MAC.mac(MAC.scala:204)
2400.02/2381.90		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.02/2381.90		at scala.util.Try$.apply(Try.scala:212)
2400.02/2381.90		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.02/2381.90		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.02/2381.90		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.02/2381.90		at concrete.MAC.oneRun(MAC.scala:253)
2400.02/2381.90		at concrete.MAC.nextSolution(MAC.scala:272)
2400.02/2381.90		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2400.02/2381.90		at concrete.ProblemState.map(ProblemState.scala:228)
2400.02/2381.90		at concrete.ProblemState.map(ProblemState.scala:210)
2400.02/2381.90		at concrete.MAC.nextSolution(MAC.scala:334)
2400.02/2381.90		at concrete.Solver.hasNext(Solver.scala:160)
2400.02/2381.90		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2381.90		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2381.90		at concrete.Solver.foreach(Solver.scala:67)
2400.02/2381.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.02/2381.91		at scala.util.Success.map(Try.scala:264)
2400.02/2381.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.02/2381.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.02/2381.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.02/2381.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.02/2381.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.02/2381.91		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.02/2381.91		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.02/2381.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.02/2381.91		at scala.App.$anonfun$main$1(App.scala:75)
2400.02/2381.91		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.02/2381.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2381.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2381.91		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.02/2381.91		at scala.App.main(App.scala:75)
2400.02/2381.91		at scala.App.main$(App.scala:73)
2400.02/2381.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.02/2381.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.02/2381.92	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 (14574 MiB free)
  memory of node 1: 16384 MiB (15622 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392149-1568314675/watcher-4392149-1568314675 -o /tmp/evaluation-result-4392149-1568314675/solver-4392149-1568314675 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568301421-20991 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=2079200232 HOME/instance-4392149-1568314675.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
solver pid=25125, runsolver pid=25122
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.40 1.46 1.42 3/225 25182
/proc/meminfo: memFree=30918032/32770624 swapFree=67003340/67108860
[pid=25125] ppid=25122 vsize=9972712 memory=14916 CPUtime=0.08 cores=1,3,5,7
/proc/25125/stat : 25125 (java) S 25122 25125 20959 0 -1 1077944320 4499 13317 0 0 1 0 5 2 20 0 6 0 407707168 10212057088 3729 33554432000 4194304 4196468 140723072726864 140723072709408 139928492388087 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
/proc/25125/statm: 2493178 3729 1935 1 0 2481616 0
[pid=25125/tid=25178] ppid=25122 vsize=9972712 memory=4279135704013571723 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25178/stat : 25178 (java) R 25122 25125 20959 0 -1 4202560 2303 13317 0 0 0 0 5 2 20 0 6 0 407707177 10212057088 3729 33554432000 4194304 4196468 140723072726864 139928464224848 139928484625214 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25179] ppid=25122 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25179/stat : 25179 (java) S 25122 25125 20959 0 -1 1077944384 2 13317 0 0 0 0 5 2 20 0 6 0 407707178 10212057088 3729 33554432000 4194304 4196468 140723072726864 139928496630288 139928492398293 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25180] ppid=25122 vsize=9972712 memory=140097992164992 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25180/stat : 25180 (java) S 25122 25125 20959 0 -1 1077944384 1 13317 0 0 0 0 5 2 20 0 6 0 407707178 10212057088 3729 33554432000 4194304 4196468 140723072726864 139928065911440 139928492398293 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25181] ppid=25122 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25181/stat : 25181 (java) S 25122 25125 20959 0 -1 1077944384 1 13317 0 0 0 0 5 2 20 0 6 0 407707178 10212057088 3729 33554432000 4194304 4196468 140723072726864 139928064858384 139928492398293 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25182] ppid=25122 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25182/stat : 25182 (java) S 25122 25125 20959 0 -1 1077944384 2 13317 0 0 0 0 5 2 20 0 6 0 407707178 10212057088 3729 33554432000 4194304 4196468 140723072726864 139928063805840 139928492398293 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14916 KiB

[startup+0.210489 s]*
/proc/loadavg: 1.40 1.46 1.42 3/234 25191
/proc/meminfo: memFree=30895384/32770624 swapFree=67003340/67108860
[pid=25125] ppid=25122 vsize=10818940 memory=38248 CPUtime=0.25 cores=1,3,5,7
/proc/25125/stat : 25125 (java) S 25122 25125 20959 0 -1 1077944320 6935 13317 0 0 17 1 5 2 20 0 15 0 407707168 11078594560 9562 33554432000 4194304 4196468 140723072726864 140723072709408 139928492388087 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
/proc/25125/statm: 2704735 9562 2955 1 0 2667149 0
[pid=25125/tid=25178] ppid=25122 vsize=10818940 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/25125/task/25178/stat : 25178 (java) R 25122 25125 20959 0 -1 4202560 3440 13317 0 0 10 1 5 2 20 0 15 0 407707177 11078594560 9562 33554432000 4194304 4196468 140723072726864 139928464184248 139928476468574 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25179] ppid=25122 vsize=10818940 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25179/stat : 25179 (java) S 25122 25125 20959 0 -1 1077944384 2 13317 0 0 0 0 5 2 20 0 15 0 407707178 11078594560 9562 33554432000 4194304 4196468 140723072726864 139928496630288 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25180] ppid=25122 vsize=10818940 memory=140097992164992 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25180/stat : 25180 (java) S 25122 25125 20959 0 -1 1077944384 1 13317 0 0 0 0 5 2 20 0 15 0 407707178 11078594560 9562 33554432000 4194304 4196468 140723072726864 139928065911440 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25181] ppid=25122 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25181/stat : 25181 (java) S 25122 25125 20959 0 -1 1077944384 1 13317 0 0 0 0 5 2 20 0 15 0 407707178 11078594560 9562 33554432000 4194304 4196468 140723072726864 139928064858384 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25182] ppid=25122 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25182/stat : 25182 (java) S 25122 25125 20959 0 -1 1077944384 2 13317 0 0 0 0 5 2 20 0 15 0 407707178 11078594560 9562 33554432000 4194304 4196468 140723072726864 139928063805840 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25183] ppid=25122 vsize=10818940 memory=140097992164992 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25183/stat : 25183 (java) S 25122 25125 20959 0 -1 1077944384 2 13317 0 0 0 0 5 2 20 0 15 0 407707179 11078594560 9562 33554432000 4194304 4196468 140723072726864 139927764187888 139928492399234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25184] ppid=25122 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25184/stat : 25184 (java) S 25122 25125 20959 0 -1 1077944384 13 13317 0 0 0 0 5 2 20 0 15 0 407707180 11078594560 9562 33554432000 4194304 4196468 140723072726864 139927417251488 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25185] ppid=25122 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25185/stat : 25185 (java) S 25122 25125 20959 0 -1 1077944384 1 13317 0 0 0 0 5 2 20 0 15 0 407707180 11078594560 9562 33554432000 4194304 4196468 140723072726864 139927283033328 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25186] ppid=25122 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25186/stat : 25186 (java) S 25122 25125 20959 0 -1 1077944384 3 13317 0 0 0 0 5 2 20 0 15 0 407707182 11078594560 9562 33554432000 4194304 4196468 140723072726864 139927042742736 139928492406683 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25187] ppid=25122 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25125/task/25187/stat : 25187 (java) S 25122 25125 20959 0 -1 1077944384 573 13317 0 0 1 0 5 2 20 0 15 0 407707182 11078594560 9562 33554432000 4194304 4196468 140723072726864 139927763134704 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25188] ppid=25122 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25188/stat : 25188 (java) S 25122 25125 20959 0 -1 1077944384 60 13317 0 0 0 0 5 2 20 0 15 0 407707182 11078594560 9562 33554432000 4194304 4196468 140723072726864 139927762082160 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25189] ppid=25122 vsize=10818940 memory=140097992164992 CPUtime=0.1 cores=1,3,5,7
/proc/25125/task/25189/stat : 25189 (java) S 25122 25125 20959 0 -1 1077944384 638 13317 0 0 3 0 5 2 20 0 15 0 407707182 11078594560 9562 33554432000 4194304 4196468 140723072726864 139927761029104 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25190] ppid=25122 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25190/stat : 25190 (java) S 25122 25125 20959 0 -1 1077944384 3 13317 0 0 0 0 5 2 20 0 15 0 407707183 11078594560 9562 33554432000 4194304 4196468 140723072726864 139927009184096 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25191] ppid=25122 vsize=10818940 memory=140097992164992 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25191/stat : 25191 (java) S 25122 25125 20959 0 -1 1077944384 1 13317 0 0 0 0 5 2 20 0 15 0 407707183 11078594560 9562 33554432000 4194304 4196468 140723072726864 139927759977520 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38248 KiB

[startup+0.310863 s]*
/proc/loadavg: 1.40 1.46 1.42 3/234 25191
/proc/meminfo: memFree=30885656/32770624 swapFree=67003340/67108860
[pid=25125] ppid=25122 vsize=10820096 memory=49812 CPUtime=0.39 cores=1,3,5,7
/proc/25125/stat : 25125 (java) S 25122 25125 20959 0 -1 1077944320 10596 13317 0 0 29 3 5 2 20 0 15 0 407707168 11079778304 12453 33554432000 4194304 4196468 140723072726864 140723072709408 139928492388087 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
/proc/25125/statm: 2705024 12453 3252 1 0 2667149 0
[pid=25125/tid=25178] ppid=25122 vsize=10820096 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/25125/task/25178/stat : 25178 (java) R 25122 25125 20959 0 -1 4202560 7067 13317 0 0 19 2 5 2 20 0 15 0 407707177 11079778304 12453 33554432000 4194304 4196468 140723072726864 139928464169984 139928096495091 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25179] ppid=25122 vsize=10820096 memory=7228928657774891088 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25179/stat : 25179 (java) S 25122 25125 20959 0 -1 1077944384 2 13317 0 0 0 0 5 2 20 0 15 0 407707178 11079778304 12453 33554432000 4194304 4196468 140723072726864 139928496630288 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25180] ppid=25122 vsize=10820096 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25180/stat : 25180 (java) S 25122 25125 20959 0 -1 1077944384 1 13317 0 0 0 0 5 2 20 0 15 0 407707178 11079778304 12453 33554432000 4194304 4196468 140723072726864 139928065911440 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25181] ppid=25122 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25181/stat : 25181 (java) S 25122 25125 20959 0 -1 1077944384 1 13317 0 0 0 0 5 2 20 0 15 0 407707178 11079778304 12453 33554432000 4194304 4196468 140723072726864 139928064858384 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25182] ppid=25122 vsize=10820096 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25182/stat : 25182 (java) S 25122 25125 20959 0 -1 1077944384 2 13317 0 0 0 0 5 2 20 0 15 0 407707178 11079778304 12453 33554432000 4194304 4196468 140723072726864 139928063805840 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25183] ppid=25122 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25183/stat : 25183 (java) S 25122 25125 20959 0 -1 1077944384 2 13317 0 0 0 0 5 2 20 0 15 0 407707179 11079778304 12453 33554432000 4194304 4196468 140723072726864 139927764187888 139928492399234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25184] ppid=25122 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25184/stat : 25184 (java) S 25122 25125 20959 0 -1 1077944384 13 13317 0 0 0 0 5 2 20 0 15 0 407707180 11079778304 12453 33554432000 4194304 4196468 140723072726864 139927417251488 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25185] ppid=25122 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25185/stat : 25185 (java) S 25122 25125 20959 0 -1 1077944384 1 13317 0 0 0 0 5 2 20 0 15 0 407707180 11079778304 12453 33554432000 4194304 4196468 140723072726864 139927283033328 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25186] ppid=25122 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25186/stat : 25186 (java) S 25122 25125 20959 0 -1 1077944384 3 13317 0 0 0 0 5 2 20 0 15 0 407707182 11079778304 12453 33554432000 4194304 4196468 140723072726864 139927042742736 139928492406683 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25187] ppid=25122 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25125/task/25187/stat : 25187 (java) S 25122 25125 20959 0 -1 1077944384 574 13317 0 0 2 0 5 2 20 0 15 0 407707182 11079778304 12453 33554432000 4194304 4196468 140723072726864 139927763134704 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25188] ppid=25122 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25125/task/25188/stat : 25188 (java) S 25122 25125 20959 0 -1 1077944384 61 13317 0 0 1 0 5 2 20 0 15 0 407707182 11079778304 12453 33554432000 4194304 4196468 140723072726864 139927762082160 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25189] ppid=25122 vsize=10820096 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/25125/task/25189/stat : 25189 (java) S 25122 25125 20959 0 -1 1077944384 658 13317 0 0 5 0 5 2 20 0 15 0 407707182 11079778304 12453 33554432000 4194304 4196468 140723072726864 139927761029104 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25190] ppid=25122 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25190/stat : 25190 (java) S 25122 25125 20959 0 -1 1077944384 3 13317 0 0 0 0 5 2 20 0 15 0 407707183 11079778304 12453 33554432000 4194304 4196468 140723072726864 139927009184096 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25191] ppid=25122 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25191/stat : 25191 (java) S 25122 25125 20959 0 -1 1077944384 1 13317 0 0 0 0 5 2 20 0 15 0 407707183 11079778304 12453 33554432000 4194304 4196468 140723072726864 139927759977520 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 49812 KiB

[startup+0.700788 s]
/proc/loadavg: 1.40 1.46 1.42 5/234 25191
/proc/meminfo: memFree=30869640/32770624 swapFree=67003340/67108860
[pid=25125] ppid=25122 vsize=10824340 memory=80204 CPUtime=1.13 cores=1,3,5,7
/proc/25125/stat : 25125 (java) S 25122 25125 20959 0 -1 1077944320 14773 13317 0 0 101 5 5 2 20 0 15 0 407707168 11084124160 20051 33554432000 4194304 4196468 140723072726864 140723072709408 139928492388087 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
/proc/25125/statm: 2706085 20051 3494 1 0 2668173 0
[pid=25125/tid=25178] ppid=25122 vsize=10824340 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/25125/task/25178/stat : 25178 (java) R 25122 25125 20959 0 -1 4202560 10505 13317 0 0 55 4 5 2 20 0 15 0 407707177 11084124160 20051 33554432000 4194304 4196468 140723072726864 139928464201280 139928492410013 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25179] ppid=25122 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25179/stat : 25179 (java) S 25122 25125 20959 0 -1 1077944384 2 13317 0 0 0 0 5 2 20 0 15 0 407707178 11084124160 20051 33554432000 4194304 4196468 140723072726864 139928496630288 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25180] ppid=25122 vsize=10824340 memory=3280 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25180/stat : 25180 (java) S 25122 25125 20959 0 -1 1077944384 1 13317 0 0 0 0 5 2 20 0 15 0 407707178 11084124160 20051 33554432000 4194304 4196468 140723072726864 139928065911440 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25181] ppid=25122 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25181/stat : 25181 (java) S 25122 25125 20959 0 -1 1077944384 1 13317 0 0 0 0 5 2 20 0 15 0 407707178 11084124160 20051 33554432000 4194304 4196468 140723072726864 139928064858384 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25182] ppid=25122 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25182/stat : 25182 (java) S 25122 25125 20959 0 -1 1077944384 2 13317 0 0 0 0 5 2 20 0 15 0 407707178 11084124160 20051 33554432000 4194304 4196468 140723072726864 139928063805840 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25183] ppid=25122 vsize=10824340 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25183/stat : 25183 (java) S 25122 25125 20959 0 -1 1077944384 5 13317 0 0 0 0 5 2 20 0 15 0 407707179 11084124160 20051 33554432000 4194304 4196468 140723072726864 139927764187888 139928492399234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25184] ppid=25122 vsize=10824340 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25184/stat : 25184 (java) S 25122 25125 20959 0 -1 1077944384 13 13317 0 0 0 0 5 2 20 0 15 0 407707180 11084124160 20051 33554432000 4194304 4196468 140723072726864 139927417251488 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25185] ppid=25122 vsize=10824340 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25185/stat : 25185 (java) S 25122 25125 20959 0 -1 1077944384 1 13317 0 0 0 0 5 2 20 0 15 0 407707180 11084124160 20051 33554432000 4194304 4196468 140723072726864 139927283033328 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25186] ppid=25122 vsize=10824340 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25186/stat : 25186 (java) S 25122 25125 20959 0 -1 1077944384 3 13317 0 0 0 0 5 2 20 0 15 0 407707182 11084124160 20051 33554432000 4194304 4196468 140723072726864 139927042742736 139928492406683 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25187] ppid=25122 vsize=10824340 memory=13252 CPUtime=0.2 cores=1,3,5,7
/proc/25125/task/25187/stat : 25187 (java) S 25122 25125 20959 0 -1 1077944384 837 13317 0 0 13 0 5 2 20 0 15 0 407707182 11084124160 20051 33554432000 4194304 4196468 140723072726864 139927763134704 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25188] ppid=25122 vsize=10824340 memory=15460 CPUtime=0.2 cores=1,3,5,7
/proc/25125/task/25188/stat : 25188 (java) S 25122 25125 20959 0 -1 1077944384 398 13317 0 0 13 0 5 2 20 0 15 0 407707182 11084124160 20051 33554432000 4194304 4196468 140723072726864 139927762082160 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25189] ppid=25122 vsize=10824340 memory=17668 CPUtime=0.24 cores=1,3,5,7
/proc/25125/task/25189/stat : 25189 (java) S 25122 25125 20959 0 -1 1077944384 794 13317 0 0 17 0 5 2 20 0 15 0 407707182 11084124160 20051 33554432000 4194304 4196468 140723072726864 139927761029104 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25190] ppid=25122 vsize=10824340 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25190/stat : 25190 (java) S 25122 25125 20959 0 -1 1077944384 3 13317 0 0 0 0 5 2 20 0 15 0 407707183 11084124160 20051 33554432000 4194304 4196468 140723072726864 139927009184096 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25191] ppid=25122 vsize=10824340 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25191/stat : 25191 (java) S 25122 25125 20959 0 -1 1077944384 1 13317 0 0 0 0 5 2 20 0 15 0 407707183 11084124160 20051 33554432000 4194304 4196468 140723072726864 139927759977520 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80204 KiB

[startup+1.50078 s]
/proc/loadavg: 1.40 1.46 1.42 5/234 25191
/proc/meminfo: memFree=30792884/32770624 swapFree=67003340/67108860
[pid=25125] ppid=25122 vsize=10832608 memory=244420 CPUtime=2.92 cores=1,3,5,7
/proc/25125/stat : 25125 (java) S 25122 25125 20959 0 -1 1077944320 21823 13317 0 0 273 12 5 2 20 0 15 0 407707168 11092590592 61105 33554432000 4194304 4196468 140723072726864 140723072709408 139928492388087 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
/proc/25125/statm: 2708152 61105 3578 1 0 2670221 0
[pid=25125/tid=25178] ppid=25122 vsize=10832608 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/25125/task/25178/stat : 25178 (java) R 25122 25125 20959 0 -1 4202560 14859 13317 0 0 129 6 5 2 20 0 15 0 407707177 11092590592 61105 33554432000 4194304 4196468 140723072726864 139928464206400 139928476468574 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25179] ppid=25122 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25125/task/25179/stat : 25179 (java) S 25122 25125 20959 0 -1 1077944384 85 13317 0 0 1 0 5 2 20 0 15 0 407707178 11092590592 61105 33554432000 4194304 4196468 140723072726864 139928496630288 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25180] ppid=25122 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25125/task/25180/stat : 25180 (java) S 25122 25125 20959 0 -1 1077944384 273 13317 0 0 1 0 5 2 20 0 15 0 407707178 11092590592 61105 33554432000 4194304 4196468 140723072726864 139928065911440 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25181] ppid=25122 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25125/task/25181/stat : 25181 (java) S 25122 25125 20959 0 -1 1077944384 31 13317 0 0 1 0 5 2 20 0 15 0 407707178 11092590592 61105 33554432000 4194304 4196468 140723072726864 139928064858384 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25182] ppid=25122 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25125/task/25182/stat : 25182 (java) S 25122 25125 20959 0 -1 1077944384 34 13317 0 0 1 0 5 2 20 0 15 0 407707178 11092590592 61105 33554432000 4194304 4196468 140723072726864 139928063805840 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25183] ppid=25122 vsize=10832608 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/25125/task/25183/stat : 25183 (java) S 25122 25125 20959 0 -1 1077944384 141 13317 0 0 1 0 5 2 20 0 15 0 407707179 11092590592 61105 33554432000 4194304 4196468 140723072726864 139927764187888 139928492399234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25184] ppid=25122 vsize=10832608 memory=280195747621120 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25184/stat : 25184 (java) S 25122 25125 20959 0 -1 1077944384 14 13317 0 0 0 0 5 2 20 0 15 0 407707180 11092590592 61105 33554432000 4194304 4196468 140723072726864 139927417251552 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25185] ppid=25122 vsize=10832608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25185/stat : 25185 (java) S 25122 25125 20959 0 -1 1077944384 1 13317 0 0 0 0 5 2 20 0 15 0 407707180 11092590592 61105 33554432000 4194304 4196468 140723072726864 139927283033344 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25186] ppid=25122 vsize=10832608 memory=8252 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25186/stat : 25186 (java) S 25122 25125 20959 0 -1 1077944384 3 13317 0 0 0 0 5 2 20 0 15 0 407707182 11092590592 61105 33554432000 4194304 4196468 140723072726864 139927042742736 139928492406683 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25187] ppid=25122 vsize=10832608 memory=5912 CPUtime=0.55 cores=1,3,5,7
/proc/25125/task/25187/stat : 25187 (java) S 25122 25125 20959 0 -1 1077944384 1587 13317 0 0 48 0 5 2 20 0 15 0 407707182 11092590592 61105 33554432000 4194304 4196468 140723072726864 139927763134704 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25188] ppid=25122 vsize=10832608 memory=1056 CPUtime=0.56 cores=1,3,5,7
/proc/25125/task/25188/stat : 25188 (java) S 25122 25125 20959 0 -1 1077944384 1041 13317 0 0 49 0 5 2 20 0 15 0 407707182 11092590592 61105 33554432000 4194304 4196468 140723072726864 139927762082160 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25189] ppid=25122 vsize=10832608 memory=1540 CPUtime=0.44 cores=1,3,5,7
/proc/25125/task/25189/stat : 25189 (java) S 25122 25125 20959 0 -1 1077944384 1543 13317 0 0 37 0 5 2 20 0 15 0 407707182 11092590592 61105 33554432000 4194304 4196468 140723072726864 139927761029104 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25190] ppid=25122 vsize=10832608 memory=728 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25190/stat : 25190 (java) S 25122 25125 20959 0 -1 1077944384 3 13317 0 0 0 0 5 2 20 0 15 0 407707183 11092590592 61105 33554432000 4194304 4196468 140723072726864 139927009184096 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25191] ppid=25122 vsize=10832608 memory=3436 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25191/stat : 25191 (java) S 25122 25125 20959 0 -1 1077944384 1 13317 0 0 0 0 5 2 20 0 15 0 407707183 11092590592 61105 33554432000 4194304 4196468 140723072726864 139927759977520 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
Current children cumulated CPU time: 2.92 s
Current children cumulated vsize: 10832608 KiB

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

/proc/25125/task/25178/stat : 25178 (java) R 25122 25125 20959 0 -1 4202560 77089 13317 0 0 226106 52 5 2 20 0 15 0 407707177 11107291136 634751 33554432000 4194304 4196468 140723072726864 139928464216352 139928109933516 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25179] ppid=25122 vsize=10846964 memory=2539004 CPUtime=0.62 cores=1,3,5,7
/proc/25125/task/25179/stat : 25179 (java) S 25122 25125 20959 0 -1 1077944384 4915 13317 0 0 43 12 5 2 20 0 15 0 407707178 11107291136 634751 33554432000 4194304 4196468 140723072726864 139928496630288 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25180] ppid=25122 vsize=10846964 memory=2539004 CPUtime=0.64 cores=1,3,5,7
/proc/25125/task/25180/stat : 25180 (java) S 25122 25125 20959 0 -1 1077944384 2390 13317 0 0 43 14 5 2 20 0 15 0 407707178 11107291136 634751 33554432000 4194304 4196468 140723072726864 139928065911440 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25181] ppid=25122 vsize=10846964 memory=164 CPUtime=0.63 cores=1,3,5,7
/proc/25125/task/25181/stat : 25181 (java) S 25122 25125 20959 0 -1 1077944384 2580 13317 0 0 42 14 5 2 20 0 15 0 407707178 11107291136 634751 33554432000 4194304 4196468 140723072726864 139928064858384 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25182] ppid=25122 vsize=10846964 memory=2539004 CPUtime=0.64 cores=1,3,5,7
/proc/25125/task/25182/stat : 25182 (java) S 25122 25125 20959 0 -1 1077944384 1733 13317 0 0 44 13 5 2 20 0 15 0 407707178 11107291136 634751 33554432000 4194304 4196468 140723072726864 139928063805840 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25183] ppid=25122 vsize=10846964 memory=2539004 CPUtime=0.26 cores=1,3,5,7
/proc/25125/task/25183/stat : 25183 (java) S 25122 25125 20959 0 -1 1077944384 9778 13317 0 0 15 4 5 2 20 0 15 0 407707179 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927764187888 139928492399234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25184] ppid=25122 vsize=10846964 memory=2556960 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25184/stat : 25184 (java) S 25122 25125 20959 0 -1 1077944384 47 13317 0 0 0 0 5 2 20 0 15 0 407707180 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927417251616 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25185] ppid=25122 vsize=10846964 memory=2540544 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25185/stat : 25185 (java) S 25122 25125 20959 0 -1 1077944384 40 13317 0 0 0 0 5 2 20 0 15 0 407707180 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927283033344 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25186] ppid=25122 vsize=10846964 memory=2539004 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25186/stat : 25186 (java) S 25122 25125 20959 0 -1 1077944384 3 13317 0 0 0 0 5 2 20 0 15 0 407707182 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927042742736 139928492406683 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25187] ppid=25122 vsize=10846964 memory=14008 CPUtime=5.61 cores=1,3,5,7
/proc/25125/task/25187/stat : 25187 (java) S 25122 25125 20959 0 -1 1077944384 21508 13317 0 0 547 7 5 2 20 0 15 0 407707182 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927763134704 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25188] ppid=25122 vsize=10846964 memory=2539004 CPUtime=5.95 cores=1,3,5,7
/proc/25125/task/25188/stat : 25188 (java) S 25122 25125 20959 0 -1 1077944384 20850 13317 0 0 582 6 5 2 20 0 15 0 407707182 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927762082160 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25189] ppid=25122 vsize=10846964 memory=1616 CPUtime=3.59 cores=1,3,5,7
/proc/25125/task/25189/stat : 25189 (java) S 25122 25125 20959 0 -1 1077944384 33447 13317 0 0 344 8 5 2 20 0 15 0 407707182 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927761029104 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25190] ppid=25122 vsize=10846964 memory=792 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25190/stat : 25190 (java) S 25122 25125 20959 0 -1 1077944384 3 13317 0 0 0 0 5 2 20 0 15 0 407707183 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927009184096 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25191] ppid=25122 vsize=10846964 memory=1440 CPUtime=0.67 cores=1,3,5,7
/proc/25125/task/25191/stat : 25191 (java) S 25122 25125 20959 0 -1 1077944384 1590 13317 0 0 26 34 5 2 20 0 15 0 407707183 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927759977520 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
Current children cumulated CPU time: 2279.77 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2539004 KiB

[startup+2322.3 s]
/proc/loadavg: 1.71 1.92 1.88 3/231 25566
/proc/meminfo: memFree=27151492/32770624 swapFree=67003352/67108860
[pid=25125] ppid=25122 vsize=10846964 memory=2539004 CPUtime=2340.1 cores=1,3,5,7
/proc/25125/stat : 25125 (java) S 25122 25125 20959 0 -1 1077944320 183020 13317 0 0 233841 162 5 2 20 0 15 0 407707168 11107291136 634751 33554432000 4194304 4196468 140723072726864 140723072709408 139928492388087 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
/proc/25125/statm: 2711741 634751 3620 1 0 2673805 0
[pid=25125/tid=25178] ppid=25122 vsize=10846964 memory=2539004 CPUtime=2321.58 cores=1,3,5,7
/proc/25125/task/25178/stat : 25178 (java) R 25122 25125 20959 0 -1 4202560 78680 13317 0 0 232099 52 5 2 20 0 15 0 407707177 11107291136 634751 33554432000 4194304 4196468 140723072726864 139928464210480 139928109941938 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25179] ppid=25122 vsize=10846964 memory=2539004 CPUtime=0.67 cores=1,3,5,7
/proc/25125/task/25179/stat : 25179 (java) S 25122 25125 20959 0 -1 1077944384 5025 13317 0 0 47 13 5 2 20 0 15 0 407707178 11107291136 634751 33554432000 4194304 4196468 140723072726864 139928496630288 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25180] ppid=25122 vsize=10846964 memory=2539004 CPUtime=0.69 cores=1,3,5,7
/proc/25125/task/25180/stat : 25180 (java) S 25122 25125 20959 0 -1 1077944384 2663 13317 0 0 47 15 5 2 20 0 15 0 407707178 11107291136 634751 33554432000 4194304 4196468 140723072726864 139928065911440 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25181] ppid=25122 vsize=10846964 memory=2539004 CPUtime=0.67 cores=1,3,5,7
/proc/25125/task/25181/stat : 25181 (java) S 25122 25125 20959 0 -1 1077944384 2604 13317 0 0 46 14 5 2 20 0 15 0 407707178 11107291136 634751 33554432000 4194304 4196468 140723072726864 139928064858384 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25182] ppid=25122 vsize=10846964 memory=2539004 CPUtime=0.69 cores=1,3,5,7
/proc/25125/task/25182/stat : 25182 (java) S 25122 25125 20959 0 -1 1077944384 2315 13317 0 0 48 14 5 2 20 0 15 0 407707178 11107291136 634751 33554432000 4194304 4196468 140723072726864 139928063805840 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25183] ppid=25122 vsize=10846964 memory=2539004 CPUtime=0.28 cores=1,3,5,7
/proc/25125/task/25183/stat : 25183 (java) S 25122 25125 20959 0 -1 1077944384 10107 13317 0 0 17 4 5 2 20 0 15 0 407707179 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927764187888 139928492399234 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25184] ppid=25122 vsize=10846964 memory=2539004 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25184/stat : 25184 (java) S 25122 25125 20959 0 -1 1077944384 47 13317 0 0 0 0 5 2 20 0 15 0 407707180 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927417251616 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25185] ppid=25122 vsize=10846964 memory=2539004 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25185/stat : 25185 (java) S 25122 25125 20959 0 -1 1077944384 40 13317 0 0 0 0 5 2 20 0 15 0 407707180 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927283033344 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25186] ppid=25122 vsize=10846964 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25186/stat : 25186 (java) S 25122 25125 20959 0 -1 1077944384 3 13317 0 0 0 0 5 2 20 0 15 0 407707182 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927042742736 139928492406683 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25187] ppid=25122 vsize=10846964 memory=2539004 CPUtime=5.67 cores=1,3,5,7
/proc/25125/task/25187/stat : 25187 (java) S 25122 25125 20959 0 -1 1077944384 22098 13317 0 0 553 7 5 2 20 0 15 0 407707182 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927763134704 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25188] ppid=25122 vsize=10846964 memory=2539004 CPUtime=6.01 cores=1,3,5,7
/proc/25125/task/25188/stat : 25188 (java) S 25122 25125 20959 0 -1 1077944384 21598 13317 0 0 588 6 5 2 20 0 15 0 407707182 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927762082160 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25189] ppid=25122 vsize=10846964 memory=2539004 CPUtime=3.65 cores=1,3,5,7
/proc/25125/task/25189/stat : 25189 (java) S 25122 25125 20959 0 -1 1077944384 34021 13317 0 0 350 8 5 2 20 0 15 0 407707182 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927761029104 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25190] ppid=25122 vsize=10846964 memory=2539004 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25190/stat : 25190 (java) S 25122 25125 20959 0 -1 1077944384 3 13317 0 0 0 0 5 2 20 0 15 0 407707183 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927009184096 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25191] ppid=25122 vsize=10846964 memory=1408 CPUtime=0.71 cores=1,3,5,7
/proc/25125/task/25191/stat : 25191 (java) S 25122 25125 20959 0 -1 1077944384 1609 13317 0 0 28 36 5 2 20 0 15 0 407707183 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927759977520 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
Current children cumulated CPU time: 2340.1 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2539004 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2381.9 s]
/proc/loadavg: 1.48 1.82 1.85 3/231 25570
/proc/meminfo: memFree=27152472/32770624 swapFree=67003352/67108860
[pid=25125] ppid=25122 vsize=10846964 memory=2539004 CPUtime=2400.02 cores=1,3,5,7
/proc/25125/stat : 25125 (java) S 25122 25125 20959 0 -1 1077944320 188338 13317 0 0 239831 164 5 2 20 0 15 0 407707168 11107291136 634751 33554432000 4194304 4196468 140723072726864 140723072709408 139928492388087 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
/proc/25125/statm: 2711741 634751 3620 1 0 2673805 0
[pid=25125/tid=25178] ppid=25122 vsize=10846964 memory=2539004 CPUtime=2381.12 cores=1,3,5,7
/proc/25125/task/25178/stat : 25178 (java) R 25122 25125 20959 0 -1 4202560 80408 13317 0 0 238052 53 5 2 20 0 15 0 407707177 11107291136 634751 33554432000 4194304 4196468 140723072726864 139928464204928 139928109831168 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25179] ppid=25122 vsize=10846964 memory=2539004 CPUtime=0.7 cores=1,3,5,7
/proc/25125/task/25179/stat : 25179 (java) S 25122 25125 20959 0 -1 1077944384 5288 13317 0 0 50 13 5 2 20 0 15 0 407707178 11107291136 634751 33554432000 4194304 4196468 140723072726864 139928496630288 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25180] ppid=25122 vsize=10846964 memory=2539004 CPUtime=0.73 cores=1,3,5,7
/proc/25125/task/25180/stat : 25180 (java) S 25122 25125 20959 0 -1 1077944384 2916 13317 0 0 51 15 5 2 20 0 15 0 407707178 11107291136 634751 33554432000 4194304 4196468 140723072726864 139928065911440 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25181] ppid=25122 vsize=10846964 memory=2539004 CPUtime=0.7 cores=1,3,5,7
/proc/25125/task/25181/stat : 25181 (java) S 25122 25125 20959 0 -1 1077944384 3038 13317 0 0 49 14 5 2 20 0 15 0 407707178 11107291136 634751 33554432000 4194304 4196468 140723072726864 139928064858384 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25182] ppid=25122 vsize=10846964 memory=2539004 CPUtime=0.73 cores=1,3,5,7
/proc/25125/task/25182/stat : 25182 (java) S 25122 25125 20959 0 -1 1077944384 2659 13317 0 0 52 14 5 2 20 0 15 0 407707178 11107291136 634751 33554432000 4194304 4196468 140723072726864 139928063805840 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25183] ppid=25122 vsize=10846964 memory=2539004 CPUtime=0.31 cores=1,3,5,7
/proc/25125/task/25183/stat : 25183 (java) S 25122 25125 20959 0 -1 1077944384 10463 13317 0 0 19 5 5 2 20 0 15 0 407707179 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927764187888 139928492399234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25184] ppid=25122 vsize=10846964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25184/stat : 25184 (java) S 25122 25125 20959 0 -1 1077944384 47 13317 0 0 0 0 5 2 20 0 15 0 407707180 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927417251616 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25185] ppid=25122 vsize=10846964 memory=3436 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25185/stat : 25185 (java) S 25122 25125 20959 0 -1 1077944384 40 13317 0 0 0 0 5 2 20 0 15 0 407707180 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927283033344 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25186] ppid=25122 vsize=10846964 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25186/stat : 25186 (java) S 25122 25125 20959 0 -1 1077944384 3 13317 0 0 0 0 5 2 20 0 15 0 407707182 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927042742736 139928492406683 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25187] ppid=25122 vsize=10846964 memory=2539004 CPUtime=5.73 cores=1,3,5,7
/proc/25125/task/25187/stat : 25187 (java) S 25122 25125 20959 0 -1 1077944384 22797 13317 0 0 559 7 5 2 20 0 15 0 407707182 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927763134704 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25188] ppid=25122 vsize=10846964 memory=2539004 CPUtime=6.05 cores=1,3,5,7
/proc/25125/task/25188/stat : 25188 (java) S 25122 25125 20959 0 -1 1077944384 22124 13317 0 0 592 6 5 2 20 0 15 0 407707182 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927762082160 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25189] ppid=25122 vsize=10846964 memory=2539004 CPUtime=3.71 cores=1,3,5,7
/proc/25125/task/25189/stat : 25189 (java) S 25122 25125 20959 0 -1 1077944384 34701 13317 0 0 356 8 5 2 20 0 15 0 407707182 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927761029104 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25190] ppid=25122 vsize=10846964 memory=1564 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25190/stat : 25190 (java) S 25122 25125 20959 0 -1 1077944384 3 13317 0 0 0 0 5 2 20 0 15 0 407707183 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927009184096 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25191] ppid=25122 vsize=10846964 memory=2116 CPUtime=0.75 cores=1,3,5,7
/proc/25125/task/25191/stat : 25191 (java) S 25122 25125 20959 0 -1 1077944384 1644 13317 0 0 30 38 5 2 20 0 15 0 407707183 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927759977520 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2539004 KiB

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

[startup+2381.94 s]
# the end of solver process 25125 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.38 s, system=1.69255 s

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

[startup+2381.9 s]
/proc/loadavg: 1.48 1.82 1.85 3/231 25570
/proc/meminfo: memFree=27152472/32770624 swapFree=67003352/67108860
[pid=25125] ppid=25122 vsize=10846964 memory=2539004 CPUtime=2400.02 cores=1,3,5,7
/proc/25125/stat : 25125 (java) S 25122 25125 20959 0 -1 1077944320 188338 13317 0 0 239831 164 5 2 20 0 15 0 407707168 11107291136 634751 33554432000 4194304 4196468 140723072726864 140723072709408 139928492388087 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
/proc/25125/statm: 2711741 634751 3620 1 0 2673805 0
[pid=25125/tid=25178] ppid=25122 vsize=10846964 memory=2539004 CPUtime=2381.12 cores=1,3,5,7
/proc/25125/task/25178/stat : 25178 (java) R 25122 25125 20959 0 -1 4202560 80408 13317 0 0 238052 53 5 2 20 0 15 0 407707177 11107291136 634751 33554432000 4194304 4196468 140723072726864 139928464204928 139928109831168 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25179] ppid=25122 vsize=10846964 memory=2539004 CPUtime=0.7 cores=1,3,5,7
/proc/25125/task/25179/stat : 25179 (java) S 25122 25125 20959 0 -1 1077944384 5288 13317 0 0 50 13 5 2 20 0 15 0 407707178 11107291136 634751 33554432000 4194304 4196468 140723072726864 139928496630288 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25180] ppid=25122 vsize=10846964 memory=2539004 CPUtime=0.73 cores=1,3,5,7
/proc/25125/task/25180/stat : 25180 (java) S 25122 25125 20959 0 -1 1077944384 2916 13317 0 0 51 15 5 2 20 0 15 0 407707178 11107291136 634751 33554432000 4194304 4196468 140723072726864 139928065911440 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25181] ppid=25122 vsize=10846964 memory=2539004 CPUtime=0.7 cores=1,3,5,7
/proc/25125/task/25181/stat : 25181 (java) S 25122 25125 20959 0 -1 1077944384 3038 13317 0 0 49 14 5 2 20 0 15 0 407707178 11107291136 634751 33554432000 4194304 4196468 140723072726864 139928064858384 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25182] ppid=25122 vsize=10846964 memory=2539004 CPUtime=0.73 cores=1,3,5,7
/proc/25125/task/25182/stat : 25182 (java) S 25122 25125 20959 0 -1 1077944384 2659 13317 0 0 52 14 5 2 20 0 15 0 407707178 11107291136 634751 33554432000 4194304 4196468 140723072726864 139928063805840 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25183] ppid=25122 vsize=10846964 memory=2539004 CPUtime=0.31 cores=1,3,5,7
/proc/25125/task/25183/stat : 25183 (java) S 25122 25125 20959 0 -1 1077944384 10463 13317 0 0 19 5 5 2 20 0 15 0 407707179 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927764187888 139928492399234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25184] ppid=25122 vsize=10846964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25184/stat : 25184 (java) S 25122 25125 20959 0 -1 1077944384 47 13317 0 0 0 0 5 2 20 0 15 0 407707180 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927417251616 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25185] ppid=25122 vsize=10846964 memory=3436 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25185/stat : 25185 (java) S 25122 25125 20959 0 -1 1077944384 40 13317 0 0 0 0 5 2 20 0 15 0 407707180 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927283033344 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25186] ppid=25122 vsize=10846964 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25186/stat : 25186 (java) S 25122 25125 20959 0 -1 1077944384 3 13317 0 0 0 0 5 2 20 0 15 0 407707182 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927042742736 139928492406683 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25187] ppid=25122 vsize=10846964 memory=2539004 CPUtime=5.73 cores=1,3,5,7
/proc/25125/task/25187/stat : 25187 (java) S 25122 25125 20959 0 -1 1077944384 22797 13317 0 0 559 7 5 2 20 0 15 0 407707182 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927763134704 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25188] ppid=25122 vsize=10846964 memory=2539004 CPUtime=6.05 cores=1,3,5,7
/proc/25125/task/25188/stat : 25188 (java) S 25122 25125 20959 0 -1 1077944384 22124 13317 0 0 592 6 5 2 20 0 15 0 407707182 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927762082160 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25189] ppid=25122 vsize=10846964 memory=2539004 CPUtime=3.71 cores=1,3,5,7
/proc/25125/task/25189/stat : 25189 (java) S 25122 25125 20959 0 -1 1077944384 34701 13317 0 0 356 8 5 2 20 0 15 0 407707182 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927761029104 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25190] ppid=25122 vsize=10846964 memory=1564 CPUtime=0.07 cores=1,3,5,7
/proc/25125/task/25190/stat : 25190 (java) S 25122 25125 20959 0 -1 1077944384 3 13317 0 0 0 0 5 2 20 0 15 0 407707183 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927009184096 139928492398293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
[pid=25125/tid=25191] ppid=25122 vsize=10846964 memory=2116 CPUtime=0.75 cores=1,3,5,7
/proc/25125/task/25191/stat : 25191 (java) S 25122 25125 20959 0 -1 1077944384 1644 13317 0 0 30 38 5 2 20 0 15 0 407707183 11107291136 634751 33554432000 4194304 4196468 140723072726864 139927759977520 139928492399234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26673152 140723072735989 140723072738501 140723072738501 140723072741327 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2539004 KiB

Child status: 143
Real time (s): 2381.94
CPU time (s): 2400.08
CPU user time (s): 2398.38
CPU system time (s): 1.69255
CPU usage (%): 100.762
Max. virtual memory (cumulated for all children) (KiB): 10847536
Max. memory (cumulated for all children) (KiB): 2871948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.38
system time used= 1.69255
maximum resident set size= 2873996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202131
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71356
involuntary context switches= 2745


# summary of solver processes directly reported to runsolver:
#   pid: 25125
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2398.38
#   total CPU system time (s): 1.69255

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2964 second user time and 21.9161 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-12 20:57:16
IDJOB=4392149
IDBENCH=127971
IDSOLVER=2837
FILE ID=node133/4392149-1568314675
RUNJOBID= node133-1568301421-20991
PBS_JOBID= 21701111
Free space on /tmp= 55080 MiB

SOLVER NAME= Concrete 3.10
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-4392149-1568314675/watcher-4392149-1568314675 -o /tmp/evaluation-result-4392149-1568314675/solver-4392149-1568314675 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568301421-20991 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=2079200232 HOME/instance-4392149-1568314675.xml

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

MD5SUM BENCH= cd71d797d3091c0a3eabb0588ef8346f
RANDOM SEED=2079200232

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:        30922024 kB
MemAvailable:   31168468 kB
Buffers:          117820 kB
Cached:           412968 kB
SwapCached:         3544 kB
Active:          1054064 kB
Inactive:         214924 kB
Active(anon):     762616 kB
Inactive(anon):    15664 kB
Active(file):     291448 kB
Inactive(file):   199260 kB
Unevictable:      111240 kB
Mlocked:          111240 kB
SwapTotal:      67108860 kB
SwapFree:       67003340 kB
Dirty:             36624 kB
Writeback:             0 kB
AnonPages:        862160 kB
Mapped:            56024 kB
Shmem:             31204 kB
Slab:             171752 kB
SReclaimable:     143144 kB
SUnreclaim:        28608 kB
KernelStack:        4096 kB
PageTables:         7284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2034804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    702464 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= 55044 MiB
End job on node133 at 2019-09-12 21:36:58