Trace number 4396275

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.12 2475.15

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-75.xml
MD5SUM9cdf82428becd6b5ad716031980a59d2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2520.02
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size47
Distribution of domain sizes[{"size":23,"count":1},{"size":47,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints22
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396275-1568410300/watcher-4396275-1568410300 -o /tmp/evaluation-result-4396275-1568410300/solver-4396275-1568410300 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1568394053-20870 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2000723601 HOME/instance-4396275-1568410300.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100059 s]*
/proc/loadavg: 1.45 1.42 1.41 3/219 25454
/proc/meminfo: memFree=25655780/32770624 swapFree=66927256/67108860
[pid=25397] ppid=25394 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/25397/stat : 25397 (java) S 25394 25397 19826 0 -1 1077944320 4484 13206 0 0 1 0 5 3 20 0 6 0 417277389 10212057088 4204 33554432000 4194304 4196468 140724908145200 140724908127744 139921886351095 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
/proc/25397/statm: 2493178 4204 1935 1 0 2481616 0
[pid=25397/tid=25450] ppid=25394 vsize=9972712 memory=4279135704013571469 CPUtime=0.09 cores=0,2,4,6
/proc/25397/task/25450/stat : 25450 (java) R 25394 25397 19826 0 -1 4202560 2279 13206 0 0 1 0 5 3 20 0 6 0 417277398 10212057088 4270 33554432000 4194304 4196468 140724908145200 139921858187856 139921886373021 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25451] ppid=25394 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25451/stat : 25451 (java) S 25394 25397 19826 0 -1 1077944384 1 13206 0 0 0 0 5 3 20 0 6 0 417277399 10212057088 4270 33554432000 4194304 4196468 140724908145200 139921890593296 139921886361301 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25452] ppid=25394 vsize=9972712 memory=140137975383680 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25452/stat : 25452 (java) S 25394 25397 19826 0 -1 1077944384 2 13206 0 0 0 0 5 3 20 0 6 0 417277399 10212057088 4270 33554432000 4194304 4196468 140724908145200 139921789483664 139921886361301 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25453] ppid=25394 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25453/stat : 25453 (java) S 25394 25397 19826 0 -1 1077944384 2 13206 0 0 0 0 5 3 20 0 6 0 417277399 10212057088 4270 33554432000 4194304 4196468 140724908145200 139921788430608 139921886361301 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25454] ppid=25394 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25454/stat : 25454 (java) S 25394 25397 19826 0 -1 1077944384 2 13206 0 0 0 0 5 3 20 0 6 0 417277399 10212057088 4270 33554432000 4194304 4196468 140724908145200 139921787378064 139921886361301 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.21103 s]*
/proc/loadavg: 1.45 1.42 1.41 4/228 25463
/proc/meminfo: memFree=25635024/32770624 swapFree=66927256/67108860
[pid=25397] ppid=25394 vsize=10819664 memory=39468 CPUtime=0.26 cores=0,2,4,6
/proc/25397/stat : 25397 (java) S 25394 25397 19826 0 -1 1077944320 7172 13206 0 0 17 1 5 3 20 0 15 0 417277389 11079335936 9867 33554432000 4194304 4196468 140724908145200 140724908127744 139921886351095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
/proc/25397/statm: 2704916 9867 3166 1 0 2667149 0
[pid=25397/tid=25450] ppid=25394 vsize=10819664 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/25397/task/25450/stat : 25450 (java) R 25394 25397 19826 0 -1 4202560 3675 13206 0 0 11 0 5 3 20 0 15 0 417277398 11079335936 9867 33554432000 4194304 4196468 140724908145200 139921858156896 139921870431582 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25451] ppid=25394 vsize=10819664 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25451/stat : 25451 (java) S 25394 25397 19826 0 -1 1077944384 1 13206 0 0 0 0 5 3 20 0 15 0 417277399 11079335936 9867 33554432000 4194304 4196468 140724908145200 139921890593296 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25452] ppid=25394 vsize=10819664 memory=140137975383680 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25452/stat : 25452 (java) S 25394 25397 19826 0 -1 1077944384 2 13206 0 0 0 0 5 3 20 0 15 0 417277399 11079335936 9867 33554432000 4194304 4196468 140724908145200 139921789483664 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25453] ppid=25394 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25453/stat : 25453 (java) S 25394 25397 19826 0 -1 1077944384 2 13206 0 0 0 0 5 3 20 0 15 0 417277399 11079335936 9867 33554432000 4194304 4196468 140724908145200 139921788430608 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25454] ppid=25394 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25454/stat : 25454 (java) S 25394 25397 19826 0 -1 1077944384 2 13206 0 0 0 0 5 3 20 0 15 0 417277399 11079335936 9867 33554432000 4194304 4196468 140724908145200 139921787378064 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25455] ppid=25394 vsize=10819664 memory=140137975383680 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25455/stat : 25455 (java) S 25394 25397 19826 0 -1 1077944384 2 13206 0 0 0 0 5 3 20 0 15 0 417277401 11079335936 9867 33554432000 4194304 4196468 140724908145200 139921344719600 139921886362242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25456] ppid=25394 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25456/stat : 25456 (java) S 25394 25397 19826 0 -1 1077944384 13 13206 0 0 0 0 5 3 20 0 15 0 417277401 11079335936 9867 33554432000 4194304 4196468 140724908145200 139921243236000 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25457] ppid=25394 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25457/stat : 25457 (java) S 25394 25397 19826 0 -1 1077944384 1 13206 0 0 0 0 5 3 20 0 15 0 417277401 11079335936 9867 33554432000 4194304 4196468 140724908145200 139920639255792 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25458] ppid=25394 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25458/stat : 25458 (java) S 25394 25397 19826 0 -1 1077944384 3 13206 0 0 0 0 5 3 20 0 15 0 417277404 11079335936 9867 33554432000 4194304 4196468 140724908145200 139920398965200 139921886369691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25459] ppid=25394 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25397/task/25459/stat : 25459 (java) S 25394 25397 19826 0 -1 1077944384 470 13206 0 0 1 0 5 3 20 0 15 0 417277404 11079335936 9867 33554432000 4194304 4196468 140724908145200 139921343666416 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25460] ppid=25394 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/25397/task/25460/stat : 25460 (java) S 25394 25397 19826 0 -1 1077944384 175 13206 0 0 1 0 5 3 20 0 15 0 417277404 11079335936 9867 33554432000 4194304 4196468 140724908145200 139921342613872 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25461] ppid=25394 vsize=10819664 memory=140137975383680 CPUtime=0.11 cores=0,2,4,6
/proc/25397/task/25461/stat : 25461 (java) S 25394 25397 19826 0 -1 1077944384 618 13206 0 0 3 0 5 3 20 0 15 0 417277404 11079335936 9867 33554432000 4194304 4196468 140724908145200 139921341560816 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25462] ppid=25394 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25462/stat : 25462 (java) S 25394 25397 19826 0 -1 1077944384 3 13206 0 0 0 0 5 3 20 0 15 0 417277404 11079335936 9867 33554432000 4194304 4196468 140724908145200 139920365406560 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25463] ppid=25394 vsize=10819664 memory=140137975383680 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25463/stat : 25463 (java) S 25394 25397 19826 0 -1 1077944384 1 13206 0 0 0 0 5 3 20 0 15 0 417277405 11079335936 9867 33554432000 4194304 4196468 140724908145200 139921340509232 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39468 KiB

[startup+0.310537 s]*
/proc/loadavg: 1.45 1.42 1.41 3/228 25463
/proc/meminfo: memFree=25622584/32770624 swapFree=66927256/67108860
[pid=25397] ppid=25394 vsize=10820148 memory=50580 CPUtime=0.4 cores=0,2,4,6
/proc/25397/stat : 25397 (java) S 25394 25397 19826 0 -1 1077944320 10866 13206 0 0 29 3 5 3 20 0 15 0 417277389 11079831552 12645 33554432000 4194304 4196468 140724908145200 140724908127744 139921886351095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
/proc/25397/statm: 2705037 12645 3298 1 0 2667149 0
[pid=25397/tid=25450] ppid=25394 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/25397/task/25450/stat : 25450 (java) R 25394 25397 19826 0 -1 4202560 7347 13206 0 0 19 2 5 3 20 0 15 0 417277398 11079831552 12645 33554432000 4194304 4196468 140724908145200 139921858163344 139921886373021 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25451] ppid=25394 vsize=10820148 memory=7228928657774891088 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25451/stat : 25451 (java) S 25394 25397 19826 0 -1 1077944384 1 13206 0 0 0 0 5 3 20 0 15 0 417277399 11079831552 12645 33554432000 4194304 4196468 140724908145200 139921890593296 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25452] ppid=25394 vsize=10820148 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25452/stat : 25452 (java) S 25394 25397 19826 0 -1 1077944384 2 13206 0 0 0 0 5 3 20 0 15 0 417277399 11079831552 12645 33554432000 4194304 4196468 140724908145200 139921789483664 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25453] ppid=25394 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25453/stat : 25453 (java) S 25394 25397 19826 0 -1 1077944384 2 13206 0 0 0 0 5 3 20 0 15 0 417277399 11079831552 12645 33554432000 4194304 4196468 140724908145200 139921788430608 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25454] ppid=25394 vsize=10820148 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25454/stat : 25454 (java) S 25394 25397 19826 0 -1 1077944384 2 13206 0 0 0 0 5 3 20 0 15 0 417277399 11079831552 12645 33554432000 4194304 4196468 140724908145200 139921787378064 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25455] ppid=25394 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25455/stat : 25455 (java) S 25394 25397 19826 0 -1 1077944384 2 13206 0 0 0 0 5 3 20 0 15 0 417277401 11079831552 12645 33554432000 4194304 4196468 140724908145200 139921344719600 139921886362242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25456] ppid=25394 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25456/stat : 25456 (java) S 25394 25397 19826 0 -1 1077944384 13 13206 0 0 0 0 5 3 20 0 15 0 417277401 11079831552 12645 33554432000 4194304 4196468 140724908145200 139921243236000 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25457] ppid=25394 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25457/stat : 25457 (java) S 25394 25397 19826 0 -1 1077944384 1 13206 0 0 0 0 5 3 20 0 15 0 417277401 11079831552 12645 33554432000 4194304 4196468 140724908145200 139920639255792 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25458] ppid=25394 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25458/stat : 25458 (java) S 25394 25397 19826 0 -1 1077944384 3 13206 0 0 0 0 5 3 20 0 15 0 417277404 11079831552 12645 33554432000 4194304 4196468 140724908145200 139920398965200 139921886369691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25459] ppid=25394 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/25397/task/25459/stat : 25459 (java) S 25394 25397 19826 0 -1 1077944384 479 13206 0 0 2 0 5 3 20 0 15 0 417277404 11079831552 12645 33554432000 4194304 4196468 140724908145200 139921343666416 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25460] ppid=25394 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25397/task/25460/stat : 25460 (java) S 25394 25397 19826 0 -1 1077944384 176 13206 0 0 1 0 5 3 20 0 15 0 417277404 11079831552 12645 33554432000 4194304 4196468 140724908145200 139921342613872 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25461] ppid=25394 vsize=10820148 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/25397/task/25461/stat : 25461 (java) S 25394 25397 19826 0 -1 1077944384 626 13206 0 0 5 0 5 3 20 0 15 0 417277404 11079831552 12645 33554432000 4194304 4196468 140724908145200 139921341560816 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25462] ppid=25394 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25462/stat : 25462 (java) S 25394 25397 19826 0 -1 1077944384 3 13206 0 0 0 0 5 3 20 0 15 0 417277404 11079831552 12645 33554432000 4194304 4196468 140724908145200 139920365406560 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25463] ppid=25394 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25463/stat : 25463 (java) S 25394 25397 19826 0 -1 1077944384 1 13206 0 0 0 0 5 3 20 0 15 0 417277405 11079831552 12645 33554432000 4194304 4196468 140724908145200 139921340509232 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50580 KiB

[startup+0.70198 s]
/proc/loadavg: 1.41 1.41 1.41 5/228 25463
/proc/meminfo: memFree=25608224/32770624 swapFree=66927256/67108860
[pid=25397] ppid=25394 vsize=10824360 memory=83520 CPUtime=1.14 cores=0,2,4,6
/proc/25397/stat : 25397 (java) S 25394 25397 19826 0 -1 1077944320 15092 13206 0 0 101 5 5 3 20 0 15 0 417277389 11084144640 20880 33554432000 4194304 4196468 140724908145200 140724908127744 139921886351095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
/proc/25397/statm: 2706090 20880 3512 1 0 2668173 0
[pid=25397/tid=25450] ppid=25394 vsize=10824360 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/25397/task/25450/stat : 25450 (java) R 25394 25397 19826 0 -1 4202560 10392 13206 0 0 55 3 5 3 20 0 15 0 417277398 11084144640 20880 33554432000 4194304 4196468 140724908145200 139921858167008 139921809405787 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25451] ppid=25394 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25451/stat : 25451 (java) S 25394 25397 19826 0 -1 1077944384 1 13206 0 0 0 0 5 3 20 0 15 0 417277399 11084144640 20880 33554432000 4194304 4196468 140724908145200 139921890593296 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25452] ppid=25394 vsize=10824360 memory=3580 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25452/stat : 25452 (java) S 25394 25397 19826 0 -1 1077944384 2 13206 0 0 0 0 5 3 20 0 15 0 417277399 11084144640 20880 33554432000 4194304 4196468 140724908145200 139921789483664 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25453] ppid=25394 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25453/stat : 25453 (java) S 25394 25397 19826 0 -1 1077944384 2 13206 0 0 0 0 5 3 20 0 15 0 417277399 11084144640 20880 33554432000 4194304 4196468 140724908145200 139921788430608 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25454] ppid=25394 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25454/stat : 25454 (java) S 25394 25397 19826 0 -1 1077944384 2 13206 0 0 0 0 5 3 20 0 15 0 417277399 11084144640 20880 33554432000 4194304 4196468 140724908145200 139921787378064 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25455] ppid=25394 vsize=10824360 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25455/stat : 25455 (java) S 25394 25397 19826 0 -1 1077944384 5 13206 0 0 0 0 5 3 20 0 15 0 417277401 11084144640 20880 33554432000 4194304 4196468 140724908145200 139921344719600 139921886362242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25456] ppid=25394 vsize=10824360 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25456/stat : 25456 (java) S 25394 25397 19826 0 -1 1077944384 13 13206 0 0 0 0 5 3 20 0 15 0 417277401 11084144640 20880 33554432000 4194304 4196468 140724908145200 139921243236000 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25457] ppid=25394 vsize=10824360 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25457/stat : 25457 (java) S 25394 25397 19826 0 -1 1077944384 1 13206 0 0 0 0 5 3 20 0 15 0 417277401 11084144640 20880 33554432000 4194304 4196468 140724908145200 139920639255792 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25458] ppid=25394 vsize=10824360 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25458/stat : 25458 (java) S 25394 25397 19826 0 -1 1077944384 3 13206 0 0 0 0 5 3 20 0 15 0 417277404 11084144640 20880 33554432000 4194304 4196468 140724908145200 139920398965200 139921886369691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25459] ppid=25394 vsize=10824360 memory=13252 CPUtime=0.23 cores=0,2,4,6
/proc/25397/task/25459/stat : 25459 (java) S 25394 25397 19826 0 -1 1077944384 940 13206 0 0 15 0 5 3 20 0 15 0 417277404 11084144640 20880 33554432000 4194304 4196468 140724908145200 139921343666416 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25460] ppid=25394 vsize=10824360 memory=15460 CPUtime=0.2 cores=0,2,4,6
/proc/25397/task/25460/stat : 25460 (java) R 25394 25397 19826 0 -1 4202560 627 13206 0 0 12 0 5 3 20 0 15 0 417277404 11084144640 20880 33554432000 4194304 4196468 140724908145200 139921342613872 139921872046144 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25461] ppid=25394 vsize=10824360 memory=17668 CPUtime=0.25 cores=0,2,4,6
/proc/25397/task/25461/stat : 25461 (java) S 25394 25397 19826 0 -1 1077944384 891 13206 0 0 17 0 5 3 20 0 15 0 417277404 11084144640 20880 33554432000 4194304 4196468 140724908145200 139921341560816 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25462] ppid=25394 vsize=10824360 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25462/stat : 25462 (java) S 25394 25397 19826 0 -1 1077944384 3 13206 0 0 0 0 5 3 20 0 15 0 417277404 11084144640 20880 33554432000 4194304 4196468 140724908145200 139920365406560 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25463] ppid=25394 vsize=10824360 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25463/stat : 25463 (java) S 25394 25397 19826 0 -1 1077944384 1 13206 0 0 0 0 5 3 20 0 15 0 417277405 11084144640 20880 33554432000 4194304 4196468 140724908145200 139921340509232 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83520 KiB

[startup+1.50101 s]
/proc/loadavg: 1.41 1.41 1.41 3/228 25463
/proc/meminfo: memFree=25388952/32770624 swapFree=66927256/67108860
[pid=25397] ppid=25394 vsize=10826484 memory=1101436 CPUtime=2.77 cores=0,2,4,6
/proc/25397/stat : 25397 (java) S 25394 25397 19826 0 -1 1077944320 18166 13206 0 0 224 45 5 3 20 0 15 0 417277389 11086319616 275359 33554432000 4194304 4196468 140724908145200 140724908127744 139921886351095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
/proc/25397/statm: 2706621 275359 3571 1 0 2668685 0
[pid=25397/tid=25450] ppid=25394 vsize=10826484 memory=0 CPUtime=1.34 cores=0,2,4,6
/proc/25397/task/25450/stat : 25450 (java) R 25394 25397 19826 0 -1 4202560 12294 13206 0 0 109 17 5 3 20 0 15 0 417277398 11086319616 275359 33554432000 4194304 4196468 140724908145200 139921858182896 139921464964556 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25451] ppid=25394 vsize=10826484 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/25397/task/25451/stat : 25451 (java) S 25394 25397 19826 0 -1 1077944384 108 13206 0 0 5 6 5 3 20 0 15 0 417277399 11086319616 275359 33554432000 4194304 4196468 140724908145200 139921890593296 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25452] ppid=25394 vsize=10826484 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/25397/task/25452/stat : 25452 (java) S 25394 25397 19826 0 -1 1077944384 231 13206 0 0 5 6 5 3 20 0 15 0 417277399 11086319616 275359 33554432000 4194304 4196468 140724908145200 139921789483664 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25453] ppid=25394 vsize=10826484 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/25397/task/25453/stat : 25453 (java) S 25394 25397 19826 0 -1 1077944384 112 13206 0 0 5 6 5 3 20 0 15 0 417277399 11086319616 275359 33554432000 4194304 4196468 140724908145200 139921788430608 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25454] ppid=25394 vsize=10826484 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/25397/task/25454/stat : 25454 (java) S 25394 25397 19826 0 -1 1077944384 246 13206 0 0 5 6 5 3 20 0 15 0 417277399 11086319616 275359 33554432000 4194304 4196468 140724908145200 139921787378064 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25455] ppid=25394 vsize=10826484 memory=1399103955520229747 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25455/stat : 25455 (java) S 25394 25397 19826 0 -1 1077944384 85 13206 0 0 0 0 5 3 20 0 15 0 417277401 11086319616 275359 33554432000 4194304 4196468 140724908145200 139921344719600 139921886362242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25456] ppid=25394 vsize=10826484 memory=280275741387008 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25456/stat : 25456 (java) S 25394 25397 19826 0 -1 1077944384 14 13206 0 0 0 0 5 3 20 0 15 0 417277401 11086319616 275359 33554432000 4194304 4196468 140724908145200 139921243236064 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25457] ppid=25394 vsize=10826484 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25457/stat : 25457 (java) S 25394 25397 19826 0 -1 1077944384 2 13206 0 0 0 0 5 3 20 0 15 0 417277401 11086319616 275359 33554432000 4194304 4196468 140724908145200 139920639255808 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25458] ppid=25394 vsize=10826484 memory=1540 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25458/stat : 25458 (java) S 25394 25397 19826 0 -1 1077944384 3 13206 0 0 0 0 5 3 20 0 15 0 417277404 11086319616 275359 33554432000 4194304 4196468 140724908145200 139920398965200 139921886369691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25459] ppid=25394 vsize=10826484 memory=692 CPUtime=0.39 cores=0,2,4,6
/proc/25397/task/25459/stat : 25459 (java) R 25394 25397 19826 0 -1 4202560 988 13206 0 0 31 0 5 3 20 0 15 0 417277404 11086319616 275359 33554432000 4194304 4196468 140724908145200 139921343652960 139921871268392 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25460] ppid=25394 vsize=10826484 memory=4164 CPUtime=0.38 cores=0,2,4,6
/proc/25397/task/25460/stat : 25460 (java) R 25394 25397 19826 0 -1 4202560 696 13206 0 0 30 0 5 3 20 0 15 0 417277404 11086319616 275359 33554432000 4194304 4196468 140724908145200 139921342614000 139921871231549 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25461] ppid=25394 vsize=10826484 memory=1060 CPUtime=0.37 cores=0,2,4,6
/proc/25397/task/25461/stat : 25461 (java) S 25394 25397 19826 0 -1 1077944384 1174 13206 0 0 29 0 5 3 20 0 15 0 417277404 11086319616 275359 33554432000 4194304 4196468 140724908145200 139921341560816 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25462] ppid=25394 vsize=10826484 memory=2832 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25462/stat : 25462 (java) S 25394 25397 19826 0 -1 1077944384 3 13206 0 0 0 0 5 3 20 0 15 0 417277404 11086319616 275359 33554432000 4194304 4196468 140724908145200 139920365406560 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25463] ppid=25394 vsize=10826484 memory=1716 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25463/stat : 25463 (java) S 25394 25397 19826 0 -1 1077944384 1 13206 0 0 0 0 5 3 20 0 15 0 417277405 11086319616 275359 33554432000 4194304 4196468 140724908145200 139921340509232 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 10826484 KiB

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

/proc/25397/task/25450/stat : 25450 (java) R 25394 25397 19826 0 -1 4202560 408720 13206 0 0 236954 83 5 3 20 0 15 0 417277398 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921858173056 139921462744624 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25451] ppid=25394 vsize=10846984 memory=4159340 CPUtime=9.15 cores=0,2,4,6
/proc/25397/task/25451/stat : 25451 (java) S 25394 25397 19826 0 -1 1077944384 47886 13206 0 0 867 40 5 3 20 0 15 0 417277399 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921890593296 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25452] ppid=25394 vsize=10846984 memory=4159340 CPUtime=9.13 cores=0,2,4,6
/proc/25397/task/25452/stat : 25452 (java) S 25394 25397 19826 0 -1 1077944384 49296 13206 0 0 864 41 5 3 20 0 15 0 417277399 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921789483664 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25453] ppid=25394 vsize=10846984 memory=4159340 CPUtime=9.15 cores=0,2,4,6
/proc/25397/task/25453/stat : 25453 (java) S 25394 25397 19826 0 -1 1077944384 45597 13206 0 0 866 41 5 3 20 0 15 0 417277399 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921788430608 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25454] ppid=25394 vsize=10846984 memory=4159340 CPUtime=9.17 cores=0,2,4,6
/proc/25397/task/25454/stat : 25454 (java) S 25394 25397 19826 0 -1 1077944384 40340 13206 0 0 870 39 5 3 20 0 15 0 417277399 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921787378064 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25455] ppid=25394 vsize=10846984 memory=8 CPUtime=2.07 cores=0,2,4,6
/proc/25397/task/25455/stat : 25455 (java) S 25394 25397 19826 0 -1 1077944384 18027 13206 0 0 193 6 5 3 20 0 15 0 417277401 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921344719600 139921886362242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25456] ppid=25394 vsize=10846984 memory=4159340 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25456/stat : 25456 (java) S 25394 25397 19826 0 -1 1077944384 21 13206 0 0 0 0 5 3 20 0 15 0 417277401 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921243236128 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25457] ppid=25394 vsize=10846984 memory=1540 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25457/stat : 25457 (java) S 25394 25397 19826 0 -1 1077944384 10 13206 0 0 0 0 5 3 20 0 15 0 417277401 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139920639255808 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25458] ppid=25394 vsize=10846984 memory=2028 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25458/stat : 25458 (java) S 25394 25397 19826 0 -1 1077944384 3 13206 0 0 0 0 5 3 20 0 15 0 417277404 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139920398965200 139921886369691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25459] ppid=25394 vsize=10846984 memory=988 CPUtime=7.44 cores=0,2,4,6
/proc/25397/task/25459/stat : 25459 (java) S 25394 25397 19826 0 -1 1077944384 48292 13206 0 0 731 5 5 3 20 0 15 0 417277404 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921343666416 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25460] ppid=25394 vsize=10846984 memory=1700 CPUtime=6.4 cores=0,2,4,6
/proc/25397/task/25460/stat : 25460 (java) S 25394 25397 19826 0 -1 1077944384 34412 13206 0 0 628 4 5 3 20 0 15 0 417277404 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921342613872 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25461] ppid=25394 vsize=10846984 memory=828 CPUtime=2.01 cores=0,2,4,6
/proc/25397/task/25461/stat : 25461 (java) S 25394 25397 19826 0 -1 1077944384 17930 13206 0 0 188 5 5 3 20 0 15 0 417277404 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921341560816 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25462] ppid=25394 vsize=10846984 memory=3580 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25462/stat : 25462 (java) S 25394 25397 19826 0 -1 1077944384 3 13206 0 0 0 0 5 3 20 0 15 0 417277404 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139920365406560 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25463] ppid=25394 vsize=10846984 memory=40480 CPUtime=1.46 cores=0,2,4,6
/proc/25397/task/25463/stat : 25463 (java) S 25394 25397 19826 0 -1 1077944384 1884 13206 0 0 69 69 5 3 20 0 15 0 417277405 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921340509232 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
Current children cumulated CPU time: 2425.83 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 4159340 KiB

[startup+2442.3 s]
/proc/loadavg: 1.43 1.43 1.45 3/227 25856
/proc/meminfo: memFree=21319080/32770624 swapFree=66927256/67108860
[pid=25397] ppid=25394 vsize=10846984 memory=4159340 CPUtime=2486.75 cores=0,2,4,6
/proc/25397/stat : 25397 (java) S 25394 25397 19826 0 -1 1077944320 720914 13206 0 0 248346 321 5 3 20 0 15 0 417277389 11107311616 1039835 33554432000 4194304 4196468 140724908145200 140724908127744 139921886351095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
/proc/25397/statm: 2711746 1039835 3629 1 0 2673805 0
[pid=25397/tid=25450] ppid=25394 vsize=10846984 memory=4159340 CPUtime=2430.1 cores=0,2,4,6
/proc/25397/task/25450/stat : 25450 (java) R 25394 25397 19826 0 -1 4202560 410311 13206 0 0 242919 83 5 3 20 0 15 0 417277398 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921858185712 139921475914750 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25451] ppid=25394 vsize=10846984 memory=4159340 CPUtime=9.45 cores=0,2,4,6
/proc/25397/task/25451/stat : 25451 (java) S 25394 25397 19826 0 -1 1077944384 48155 13206 0 0 897 40 5 3 20 0 15 0 417277399 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921890593296 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25452] ppid=25394 vsize=10846984 memory=4159340 CPUtime=9.43 cores=0,2,4,6
/proc/25397/task/25452/stat : 25452 (java) S 25394 25397 19826 0 -1 1077944384 49791 13206 0 0 894 41 5 3 20 0 15 0 417277399 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921789483664 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25453] ppid=25394 vsize=10846984 memory=4159340 CPUtime=9.45 cores=0,2,4,6
/proc/25397/task/25453/stat : 25453 (java) S 25394 25397 19826 0 -1 1077944384 46786 13206 0 0 896 41 5 3 20 0 15 0 417277399 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921788430608 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25454] ppid=25394 vsize=10846984 memory=0 CPUtime=9.47 cores=0,2,4,6
/proc/25397/task/25454/stat : 25454 (java) S 25394 25397 19826 0 -1 1077944384 42695 13206 0 0 900 39 5 3 20 0 15 0 417277399 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921787378064 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25455] ppid=25394 vsize=10846984 memory=4159340 CPUtime=2.1 cores=0,2,4,6
/proc/25397/task/25455/stat : 25455 (java) S 25394 25397 19826 0 -1 1077944384 18360 13206 0 0 196 6 5 3 20 0 15 0 417277401 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921344719600 139921886362242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25456] ppid=25394 vsize=10846984 memory=4159340 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25456/stat : 25456 (java) S 25394 25397 19826 0 -1 1077944384 21 13206 0 0 0 0 5 3 20 0 15 0 417277401 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921243236128 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25457] ppid=25394 vsize=10846984 memory=4159340 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25457/stat : 25457 (java) S 25394 25397 19826 0 -1 1077944384 10 13206 0 0 0 0 5 3 20 0 15 0 417277401 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139920639255808 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25458] ppid=25394 vsize=10846984 memory=4159340 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25458/stat : 25458 (java) S 25394 25397 19826 0 -1 1077944384 3 13206 0 0 0 0 5 3 20 0 15 0 417277404 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139920398965200 139921886369691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25459] ppid=25394 vsize=10846984 memory=4159340 CPUtime=7.44 cores=0,2,4,6
/proc/25397/task/25459/stat : 25459 (java) S 25394 25397 19826 0 -1 1077944384 48319 13206 0 0 731 5 5 3 20 0 15 0 417277404 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921343666416 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25460] ppid=25394 vsize=10846984 memory=4159340 CPUtime=6.4 cores=0,2,4,6
/proc/25397/task/25460/stat : 25460 (java) S 25394 25397 19826 0 -1 1077944384 34414 13206 0 0 628 4 5 3 20 0 15 0 417277404 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921342613872 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25461] ppid=25394 vsize=10846984 memory=4159340 CPUtime=2.01 cores=0,2,4,6
/proc/25397/task/25461/stat : 25461 (java) S 25394 25397 19826 0 -1 1077944384 17932 13206 0 0 188 5 5 3 20 0 15 0 417277404 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921341560816 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25462] ppid=25394 vsize=10846984 memory=4159340 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25462/stat : 25462 (java) S 25394 25397 19826 0 -1 1077944384 3 13206 0 0 0 0 5 3 20 0 15 0 417277404 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139920365406560 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25463] ppid=25394 vsize=10846984 memory=4159340 CPUtime=1.5 cores=0,2,4,6
/proc/25397/task/25463/stat : 25463 (java) S 25394 25397 19826 0 -1 1077944384 1905 13206 0 0 71 71 5 3 20 0 15 0 417277405 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921340509232 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
Current children cumulated CPU time: 2486.75 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 4159340 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.11 s]
/proc/loadavg: 1.39 1.42 1.45 3/228 25858
/proc/meminfo: memFree=21318260/32770624 swapFree=66927256/67108860
[pid=25397] ppid=25394 vsize=10846984 memory=4159340 CPUtime=2520.06 cores=0,2,4,6
/proc/25397/stat : 25397 (java) S 25394 25397 19826 0 -1 1077944320 726561 13206 0 0 251676 322 5 3 20 0 15 0 417277389 11107311616 1039835 33554432000 4194304 4196468 140724908145200 140724908127744 139921886351095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
/proc/25397/statm: 2711746 1039835 3629 1 0 2673805 0
[pid=25397/tid=25450] ppid=25394 vsize=10846984 memory=4159340 CPUtime=2462.72 cores=0,2,4,6
/proc/25397/task/25450/stat : 25450 (java) R 25394 25397 19826 0 -1 4202560 411824 13206 0 0 246180 84 5 3 20 0 15 0 417277398 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921858173056 139921475920025 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25451] ppid=25394 vsize=10846984 memory=4159340 CPUtime=9.62 cores=0,2,4,6
/proc/25397/task/25451/stat : 25451 (java) S 25394 25397 19826 0 -1 1077944384 50293 13206 0 0 914 40 5 3 20 0 15 0 417277399 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921890593296 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25452] ppid=25394 vsize=10846984 memory=4159340 CPUtime=9.6 cores=0,2,4,6
/proc/25397/task/25452/stat : 25452 (java) S 25394 25397 19826 0 -1 1077944384 50116 13206 0 0 911 41 5 3 20 0 15 0 417277399 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921789483664 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25453] ppid=25394 vsize=10846984 memory=4159340 CPUtime=9.62 cores=0,2,4,6
/proc/25397/task/25453/stat : 25453 (java) S 25394 25397 19826 0 -1 1077944384 47802 13206 0 0 913 41 5 3 20 0 15 0 417277399 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921788430608 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25454] ppid=25394 vsize=10846984 memory=4159340 CPUtime=9.64 cores=0,2,4,6
/proc/25397/task/25454/stat : 25454 (java) S 25394 25397 19826 0 -1 1077944384 42972 13206 0 0 917 39 5 3 20 0 15 0 417277399 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921787378064 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25455] ppid=25394 vsize=10846984 memory=4159340 CPUtime=2.11 cores=0,2,4,6
/proc/25397/task/25455/stat : 25455 (java) S 25394 25397 19826 0 -1 1077944384 18697 13206 0 0 197 6 5 3 20 0 15 0 417277401 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921344719600 139921886362242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25456] ppid=25394 vsize=10846984 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25456/stat : 25456 (java) S 25394 25397 19826 0 -1 1077944384 21 13206 0 0 0 0 5 3 20 0 15 0 417277401 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921243236128 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25457] ppid=25394 vsize=10846984 memory=4159340 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25457/stat : 25457 (java) S 25394 25397 19826 0 -1 1077944384 10 13206 0 0 0 0 5 3 20 0 15 0 417277401 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139920639255808 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25458] ppid=25394 vsize=10846984 memory=4159340 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25458/stat : 25458 (java) S 25394 25397 19826 0 -1 1077944384 3 13206 0 0 0 0 5 3 20 0 15 0 417277404 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139920398965200 139921886369691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25459] ppid=25394 vsize=10846984 memory=4159340 CPUtime=7.44 cores=0,2,4,6
/proc/25397/task/25459/stat : 25459 (java) S 25394 25397 19826 0 -1 1077944384 48321 13206 0 0 731 5 5 3 20 0 15 0 417277404 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921343666416 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25460] ppid=25394 vsize=10846984 memory=4159340 CPUtime=6.4 cores=0,2,4,6
/proc/25397/task/25460/stat : 25460 (java) S 25394 25397 19826 0 -1 1077944384 34417 13206 0 0 628 4 5 3 20 0 15 0 417277404 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921342613872 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25461] ppid=25394 vsize=10846984 memory=4159340 CPUtime=2.01 cores=0,2,4,6
/proc/25397/task/25461/stat : 25461 (java) S 25394 25397 19826 0 -1 1077944384 17934 13206 0 0 188 5 5 3 20 0 15 0 417277404 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921341560816 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25462] ppid=25394 vsize=10846984 memory=4159340 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25462/stat : 25462 (java) S 25394 25397 19826 0 -1 1077944384 3 13206 0 0 0 0 5 3 20 0 15 0 417277404 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139920365406560 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25463] ppid=25394 vsize=10846984 memory=2273 CPUtime=1.52 cores=0,2,4,6
/proc/25397/task/25463/stat : 25463 (java) S 25394 25397 19826 0 -1 1077944384 1939 13206 0 0 72 72 5 3 20 0 15 0 417277405 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921340509232 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 4159340 KiB

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

[startup+2475.15 s]
# the end of solver process 25397 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.84 s, system=3.28383 s

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

[startup+2475.11 s]
/proc/loadavg: 1.39 1.42 1.45 3/228 25858
/proc/meminfo: memFree=21318260/32770624 swapFree=66927256/67108860
[pid=25397] ppid=25394 vsize=10846984 memory=4159340 CPUtime=2520.06 cores=0,2,4,6
/proc/25397/stat : 25397 (java) S 25394 25397 19826 0 -1 1077944320 726561 13206 0 0 251676 322 5 3 20 0 15 0 417277389 11107311616 1039835 33554432000 4194304 4196468 140724908145200 140724908127744 139921886351095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
/proc/25397/statm: 2711746 1039835 3629 1 0 2673805 0
[pid=25397/tid=25450] ppid=25394 vsize=10846984 memory=4159340 CPUtime=2462.72 cores=0,2,4,6
/proc/25397/task/25450/stat : 25450 (java) R 25394 25397 19826 0 -1 4202560 411824 13206 0 0 246180 84 5 3 20 0 15 0 417277398 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921858173056 139921475920025 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25451] ppid=25394 vsize=10846984 memory=4159340 CPUtime=9.62 cores=0,2,4,6
/proc/25397/task/25451/stat : 25451 (java) S 25394 25397 19826 0 -1 1077944384 50293 13206 0 0 914 40 5 3 20 0 15 0 417277399 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921890593296 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25452] ppid=25394 vsize=10846984 memory=4159340 CPUtime=9.6 cores=0,2,4,6
/proc/25397/task/25452/stat : 25452 (java) S 25394 25397 19826 0 -1 1077944384 50116 13206 0 0 911 41 5 3 20 0 15 0 417277399 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921789483664 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25453] ppid=25394 vsize=10846984 memory=4159340 CPUtime=9.62 cores=0,2,4,6
/proc/25397/task/25453/stat : 25453 (java) S 25394 25397 19826 0 -1 1077944384 47802 13206 0 0 913 41 5 3 20 0 15 0 417277399 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921788430608 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25454] ppid=25394 vsize=10846984 memory=4159340 CPUtime=9.64 cores=0,2,4,6
/proc/25397/task/25454/stat : 25454 (java) S 25394 25397 19826 0 -1 1077944384 42972 13206 0 0 917 39 5 3 20 0 15 0 417277399 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921787378064 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25455] ppid=25394 vsize=10846984 memory=4159340 CPUtime=2.11 cores=0,2,4,6
/proc/25397/task/25455/stat : 25455 (java) S 25394 25397 19826 0 -1 1077944384 18697 13206 0 0 197 6 5 3 20 0 15 0 417277401 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921344719600 139921886362242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25456] ppid=25394 vsize=10846984 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25456/stat : 25456 (java) S 25394 25397 19826 0 -1 1077944384 21 13206 0 0 0 0 5 3 20 0 15 0 417277401 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921243236128 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25457] ppid=25394 vsize=10846984 memory=4159340 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25457/stat : 25457 (java) S 25394 25397 19826 0 -1 1077944384 10 13206 0 0 0 0 5 3 20 0 15 0 417277401 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139920639255808 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25458] ppid=25394 vsize=10846984 memory=4159340 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25458/stat : 25458 (java) S 25394 25397 19826 0 -1 1077944384 3 13206 0 0 0 0 5 3 20 0 15 0 417277404 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139920398965200 139921886369691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25459] ppid=25394 vsize=10846984 memory=4159340 CPUtime=7.44 cores=0,2,4,6
/proc/25397/task/25459/stat : 25459 (java) S 25394 25397 19826 0 -1 1077944384 48321 13206 0 0 731 5 5 3 20 0 15 0 417277404 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921343666416 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25460] ppid=25394 vsize=10846984 memory=4159340 CPUtime=6.4 cores=0,2,4,6
/proc/25397/task/25460/stat : 25460 (java) S 25394 25397 19826 0 -1 1077944384 34417 13206 0 0 628 4 5 3 20 0 15 0 417277404 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921342613872 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25461] ppid=25394 vsize=10846984 memory=4159340 CPUtime=2.01 cores=0,2,4,6
/proc/25397/task/25461/stat : 25461 (java) S 25394 25397 19826 0 -1 1077944384 17934 13206 0 0 188 5 5 3 20 0 15 0 417277404 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921341560816 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25462] ppid=25394 vsize=10846984 memory=4159340 CPUtime=0.08 cores=0,2,4,6
/proc/25397/task/25462/stat : 25462 (java) S 25394 25397 19826 0 -1 1077944384 3 13206 0 0 0 0 5 3 20 0 15 0 417277404 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139920365406560 139921886361301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
[pid=25397/tid=25463] ppid=25394 vsize=10846984 memory=2273 CPUtime=1.52 cores=0,2,4,6
/proc/25397/task/25463/stat : 25463 (java) S 25394 25397 19826 0 -1 1077944384 1939 13206 0 0 72 72 5 3 20 0 15 0 417277405 11107311616 1039835 33554432000 4194304 4196468 140724908145200 139921340509232 139921886362242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28778496 140724908149487 140724908152005 140724908152005 140724908154831 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 4159340 KiB

Child status: 143
Real time (s): 2475.15
CPU time (s): 2520.12
CPU user time (s): 2516.84
CPU system time (s): 3.28383
CPU usage (%): 101.817
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 4181916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.84
system time used= 3.28383
maximum resident set size= 4181916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 743171
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 72899
involuntary context switches= 4466


# summary of solver processes directly reported to runsolver:
#   pid: 25397
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.84
#   total CPU system time (s): 3.28383

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7925 second user time and 23.503 second system time

The end

Launcher Data

Begin job on node137 at 2019-09-13 23:30:58
IDJOB=4396275
IDBENCH=138083
IDSOLVER=2846
FILE ID=node137/4396275-1568410300
RUNJOBID= node137-1568394053-20870
PBS_JOBID= 21701855
Free space on /tmp= 61312 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-75.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396275-1568410300/watcher-4396275-1568410300 -o /tmp/evaluation-result-4396275-1568410300/solver-4396275-1568410300 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1568394053-20870 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2000723601 HOME/instance-4396275-1568410300.xml

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

MD5SUM BENCH= 9cdf82428becd6b5ad716031980a59d2
RANDOM SEED=2000723601

node137.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	: 5334.00
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	: 5334.00
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	: 5334.00
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	: 5334.00
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:        25662140 kB
MemAvailable:   30870684 kB
Buffers:          178228 kB
Cached:          5296112 kB
SwapCached:        77552 kB
Active:          2430516 kB
Inactive:        4055612 kB
Active(anon):     934976 kB
Inactive(anon):   118568 kB
Active(file):    1495540 kB
Inactive(file):  3937044 kB
Unevictable:      107744 kB
Mlocked:          107744 kB
SwapTotal:      67108860 kB
SwapFree:       66927256 kB
Dirty:            118444 kB
Writeback:             0 kB
AnonPages:       1043896 kB
Mapped:            58268 kB
Shmem:             32768 kB
Slab:             213904 kB
SReclaimable:     183592 kB
SUnreclaim:        30312 kB
KernelStack:        3712 kB
PageTables:        10744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1972164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    958464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61276 MiB
End job on node137 at 2019-09-14 00:12:13