Trace number 4396584

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2? (TO) 2400.25 2352.66

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-050-15-1.xml
MD5SUM4cb8aacd6a4a2864e81512910dbfacc0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints815
Number of domains1
Minimum domain size2856
Maximum domain size2856
Distribution of domain sizes[{"size":2856,"count":800}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":750}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":750},{"arity":50,"count":15}]
Number of extensional constraints0
Number of intensional constraints800
Distribution of constraint types[{"type":"intension","count":800},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396584-1568393486/watcher-4396584-1568393486 -o /tmp/evaluation-result-4396584-1568393486/solver-4396584-1568393486 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568393447-11283 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1304567336 HOME/instance-4396584-1568393486.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=11309, runsolver pid=11305
Current StackSize limit: 8192 KiB


[startup+0.100115 s]*
/proc/loadavg: 0.98 0.99 1.26 2/207 11418
/proc/meminfo: memFree=31487340/32770624 swapFree=67004048/67108860
[pid=11309] ppid=11305 vsize=9972712 memory=18332 CPUtime=0.09 cores=1,3,5,7
/proc/11309/stat : 11309 (java) S 11305 11309 9544 0 -1 1077944320 4311 13309 0 0 1 1 5 2 20 0 6 0 415588308 10212057088 4583 33554432000 4194304 4196468 140734769531424 140734769513968 139885375438583 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
/proc/11309/statm: 2493178 4583 1931 1 0 2481616 0
[pid=11309/tid=11417] ppid=11305 vsize=9972712 memory=-6517102902069810590 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11417/stat : 11417 (java) R 11305 11309 9544 0 -1 4202560 2104 13309 0 0 0 0 5 2 20 0 6 0 415588317 10212057088 4583 33554432000 4194304 4196468 140734769531424 139885347275344 139885375460509 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11419] ppid=11305 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11419/stat : 11419 (java) S 11305 11309 9544 0 -1 1077944384 2 13309 0 0 0 0 5 2 20 0 6 0 415588318 10212057088 4583 33554432000 4194304 4196468 140734769531424 139885379680784 139885375448789 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11420] ppid=11305 vsize=9972712 memory=139673686976128 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11420/stat : 11420 (java) S 11305 11309 9544 0 -1 1077944384 2 13309 0 0 0 0 5 2 20 0 6 0 415588318 10212057088 4583 33554432000 4194304 4196468 140734769531424 139885278571152 139885375448789 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11421] ppid=11305 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11421/stat : 11421 (java) S 11305 11309 9544 0 -1 1077944384 1 13309 0 0 0 0 5 2 20 0 6 0 415588318 10212057088 4583 33554432000 4194304 4196468 140734769531424 139885277518096 139885375448789 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11422] ppid=11305 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11422/stat : 11422 (java) S 11305 11309 9544 0 -1 1077944384 1 13309 0 0 0 0 5 2 20 0 6 0 415588318 10212057088 4583 33554432000 4194304 4196468 140734769531424 139885276465552 139885375448789 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.213249 s]*
/proc/loadavg: 0.98 0.99 1.26 5/233 11444
/proc/meminfo: memFree=31444104/32770624 swapFree=67004048/67108860
[pid=11309] ppid=11305 vsize=10819664 memory=42328 CPUtime=0.26 cores=1,3,5,7
/proc/11309/stat : 11309 (java) S 11305 11309 9544 0 -1 1077944320 6907 13309 0 0 17 2 5 2 20 0 15 0 415588308 11079335936 10582 33554432000 4194304 4196468 140734769531424 140734769513968 139885375438583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
/proc/11309/statm: 2704916 10582 3171 1 0 2667149 0
[pid=11309/tid=11417] ppid=11305 vsize=10819664 memory=-5504934085814682416 CPUtime=0.19 cores=1,3,5,7
/proc/11309/task/11417/stat : 11417 (java) R 11305 11309 9544 0 -1 4202560 3382 13309 0 0 11 1 5 2 20 0 15 0 415588317 11079335936 10582 33554432000 4194304 4196468 140734769531424 139885347252704 139885375460509 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11419] ppid=11305 vsize=10819664 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11419/stat : 11419 (java) S 11305 11309 9544 0 -1 1077944384 2 13309 0 0 0 0 5 2 20 0 15 0 415588318 11079335936 10582 33554432000 4194304 4196468 140734769531424 139885379680784 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11420] ppid=11305 vsize=10819664 memory=139673686976128 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11420/stat : 11420 (java) S 11305 11309 9544 0 -1 1077944384 2 13309 0 0 0 0 5 2 20 0 15 0 415588318 11079335936 10582 33554432000 4194304 4196468 140734769531424 139885278571152 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11421] ppid=11305 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11421/stat : 11421 (java) S 11305 11309 9544 0 -1 1077944384 1 13309 0 0 0 0 5 2 20 0 15 0 415588318 11079335936 10582 33554432000 4194304 4196468 140734769531424 139885277518096 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11422] ppid=11305 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11422/stat : 11422 (java) S 11305 11309 9544 0 -1 1077944384 1 13309 0 0 0 0 5 2 20 0 15 0 415588318 11079335936 10582 33554432000 4194304 4196468 140734769531424 139885276465552 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11427] ppid=11305 vsize=10819664 memory=139673686976128 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11427/stat : 11427 (java) S 11305 11309 9544 0 -1 1077944384 2 13309 0 0 0 0 5 2 20 0 15 0 415588319 11079335936 10582 33554432000 4194304 4196468 140734769531424 139884579724016 139885375449730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11429] ppid=11305 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11429/stat : 11429 (java) S 11305 11309 9544 0 -1 1077944384 33 13309 0 0 0 0 5 2 20 0 15 0 415588320 11079335936 10582 33554432000 4194304 4196468 140734769531424 139884578670240 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11430] ppid=11305 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11430/stat : 11430 (java) S 11305 11309 9544 0 -1 1077944384 1 13309 0 0 0 0 5 2 20 0 15 0 415588320 11079335936 10582 33554432000 4194304 4196468 140734769531424 139884467578096 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11433] ppid=11305 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11433/stat : 11433 (java) S 11305 11309 9544 0 -1 1077944384 2 13309 0 0 0 0 5 2 20 0 15 0 415588323 11079335936 10582 33554432000 4194304 4196468 140734769531424 139884333361616 139885375457179 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11434] ppid=11305 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11309/task/11434/stat : 11434 (java) S 11305 11309 9544 0 -1 1077944384 490 13309 0 0 1 0 5 2 20 0 15 0 415588323 11079335936 10582 33554432000 4194304 4196468 140734769531424 139884545112304 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11435] ppid=11305 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11309/task/11435/stat : 11435 (java) S 11305 11309 9544 0 -1 1077944384 163 13309 0 0 1 0 5 2 20 0 15 0 415588323 11079335936 10582 33554432000 4194304 4196468 140734769531424 139884544059760 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11436] ppid=11305 vsize=10819664 memory=139673686976128 CPUtime=0.1 cores=1,3,5,7
/proc/11309/task/11436/stat : 11436 (java) R 11305 11309 9544 0 -1 4202560 616 13309 0 0 3 0 5 2 20 0 15 0 415588323 11079335936 10582 33554432000 4194304 4196468 140734769531424 139884543006704 139885375459930 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11441] ppid=11305 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11441/stat : 11441 (java) S 11305 11309 9544 0 -1 1077944384 3 13309 0 0 0 0 5 2 20 0 15 0 415588323 11079335936 10582 33554432000 4194304 4196468 140734769531424 139883595164000 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11443] ppid=11305 vsize=10819664 memory=139673686976128 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11443/stat : 11443 (java) S 11305 11309 9544 0 -1 1077944384 1 13309 0 0 0 0 5 2 20 0 15 0 415588323 11079335936 10582 33554432000 4194304 4196468 140734769531424 139884541955120 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 42328 KiB

[startup+0.31055 s]*
/proc/loadavg: 0.98 0.99 1.26 4/233 11444
/proc/meminfo: memFree=31418052/32770624 swapFree=67004048/67108860
[pid=11309] ppid=11305 vsize=10820148 memory=53464 CPUtime=0.39 cores=1,3,5,7
/proc/11309/stat : 11309 (java) S 11305 11309 9544 0 -1 1077944320 10603 13309 0 0 29 3 5 2 20 0 15 0 415588308 11079831552 13366 33554432000 4194304 4196468 140734769531424 140734769513968 139885375438583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
/proc/11309/statm: 2705037 13366 3303 1 0 2667149 0
[pid=11309/tid=11417] ppid=11305 vsize=10820148 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/11309/task/11417/stat : 11417 (java) R 11305 11309 9544 0 -1 4202560 7061 13309 0 0 19 2 5 2 20 0 15 0 415588317 11079831552 13366 33554432000 4194304 4196468 140734769531424 139885347238496 139885359519070 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11419] ppid=11305 vsize=10820148 memory=6369896832053242730 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11419/stat : 11419 (java) S 11305 11309 9544 0 -1 1077944384 2 13309 0 0 0 0 5 2 20 0 15 0 415588318 11079831552 13366 33554432000 4194304 4196468 140734769531424 139885379680784 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11420] ppid=11305 vsize=10820148 memory=6155694340098188133 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11420/stat : 11420 (java) S 11305 11309 9544 0 -1 1077944384 2 13309 0 0 0 0 5 2 20 0 15 0 415588318 11079831552 13366 33554432000 4194304 4196468 140734769531424 139885278571152 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11421] ppid=11305 vsize=10820148 memory=7649539070627235777 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11421/stat : 11421 (java) S 11305 11309 9544 0 -1 1077944384 1 13309 0 0 0 0 5 2 20 0 15 0 415588318 11079831552 13366 33554432000 4194304 4196468 140734769531424 139885277518096 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11422] ppid=11305 vsize=10820148 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11422/stat : 11422 (java) S 11305 11309 9544 0 -1 1077944384 1 13309 0 0 0 0 5 2 20 0 15 0 415588318 11079831552 13366 33554432000 4194304 4196468 140734769531424 139885276465552 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11427] ppid=11305 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11427/stat : 11427 (java) S 11305 11309 9544 0 -1 1077944384 2 13309 0 0 0 0 5 2 20 0 15 0 415588319 11079831552 13366 33554432000 4194304 4196468 140734769531424 139884579724016 139885375449730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11429] ppid=11305 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11429/stat : 11429 (java) S 11305 11309 9544 0 -1 1077944384 33 13309 0 0 0 0 5 2 20 0 15 0 415588320 11079831552 13366 33554432000 4194304 4196468 140734769531424 139884578670240 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11430] ppid=11305 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11430/stat : 11430 (java) S 11305 11309 9544 0 -1 1077944384 1 13309 0 0 0 0 5 2 20 0 15 0 415588320 11079831552 13366 33554432000 4194304 4196468 140734769531424 139884467578096 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11433] ppid=11305 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11433/stat : 11433 (java) S 11305 11309 9544 0 -1 1077944384 2 13309 0 0 0 0 5 2 20 0 15 0 415588323 11079831552 13366 33554432000 4194304 4196468 140734769531424 139884333361616 139885375457179 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11434] ppid=11305 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11309/task/11434/stat : 11434 (java) S 11305 11309 9544 0 -1 1077944384 499 13309 0 0 2 0 5 2 20 0 15 0 415588323 11079831552 13366 33554432000 4194304 4196468 140734769531424 139884545112304 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11435] ppid=11305 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11309/task/11435/stat : 11435 (java) S 11305 11309 9544 0 -1 1077944384 164 13309 0 0 1 0 5 2 20 0 15 0 415588323 11079831552 13366 33554432000 4194304 4196468 140734769531424 139884544059760 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11436] ppid=11305 vsize=10820148 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/11309/task/11436/stat : 11436 (java) S 11305 11309 9544 0 -1 1077944384 625 13309 0 0 5 0 5 2 20 0 15 0 415588323 11079831552 13366 33554432000 4194304 4196468 140734769531424 139884543006704 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11441] ppid=11305 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11441/stat : 11441 (java) S 11305 11309 9544 0 -1 1077944384 3 13309 0 0 0 0 5 2 20 0 15 0 415588323 11079831552 13366 33554432000 4194304 4196468 140734769531424 139883595164000 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11443] ppid=11305 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11443/stat : 11443 (java) S 11305 11309 9544 0 -1 1077944384 1 13309 0 0 0 0 5 2 20 0 15 0 415588323 11079831552 13366 33554432000 4194304 4196468 140734769531424 139884541955120 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 53464 KiB

[startup+0.702512 s]
/proc/loadavg: 0.98 0.99 1.26 3/233 11444
/proc/meminfo: memFree=31393828/32770624 swapFree=67004048/67108860
[pid=11309] ppid=11305 vsize=10824360 memory=85732 CPUtime=1.12 cores=1,3,5,7
/proc/11309/stat : 11309 (java) S 11305 11309 9544 0 -1 1077944320 14677 13309 0 0 100 5 5 2 20 0 15 0 415588308 11084144640 21433 33554432000 4194304 4196468 140734769531424 140734769513968 139885375438583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
/proc/11309/statm: 2706090 21433 3492 1 0 2668173 0
[pid=11309/tid=11417] ppid=11305 vsize=10824360 memory=2241 CPUtime=0.66 cores=1,3,5,7
/proc/11309/task/11417/stat : 11417 (java) R 11305 11309 9544 0 -1 4202560 10071 13309 0 0 55 4 5 2 20 0 15 0 415588317 11084144640 21433 33554432000 4194304 4196468 140734769531424 139885347254496 139885354991099 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11419] ppid=11305 vsize=10824360 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11419/stat : 11419 (java) S 11305 11309 9544 0 -1 1077944384 2 13309 0 0 0 0 5 2 20 0 15 0 415588318 11084144640 21433 33554432000 4194304 4196468 140734769531424 139885379680784 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11420] ppid=11305 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11420/stat : 11420 (java) S 11305 11309 9544 0 -1 1077944384 2 13309 0 0 0 0 5 2 20 0 15 0 415588318 11084144640 21433 33554432000 4194304 4196468 140734769531424 139885278571152 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11421] ppid=11305 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11421/stat : 11421 (java) S 11305 11309 9544 0 -1 1077944384 1 13309 0 0 0 0 5 2 20 0 15 0 415588318 11084144640 21433 33554432000 4194304 4196468 140734769531424 139885277518096 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11422] ppid=11305 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11422/stat : 11422 (java) S 11305 11309 9544 0 -1 1077944384 1 13309 0 0 0 0 5 2 20 0 15 0 415588318 11084144640 21433 33554432000 4194304 4196468 140734769531424 139885276465552 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11427] ppid=11305 vsize=10824360 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11427/stat : 11427 (java) S 11305 11309 9544 0 -1 1077944384 5 13309 0 0 0 0 5 2 20 0 15 0 415588319 11084144640 21433 33554432000 4194304 4196468 140734769531424 139884579724016 139885375449730 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11429] ppid=11305 vsize=10824360 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11429/stat : 11429 (java) S 11305 11309 9544 0 -1 1077944384 33 13309 0 0 0 0 5 2 20 0 15 0 415588320 11084144640 21433 33554432000 4194304 4196468 140734769531424 139884578670240 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11430] ppid=11305 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11430/stat : 11430 (java) S 11305 11309 9544 0 -1 1077944384 1 13309 0 0 0 0 5 2 20 0 15 0 415588320 11084144640 21433 33554432000 4194304 4196468 140734769531424 139884467578096 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11433] ppid=11305 vsize=10824360 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11433/stat : 11433 (java) S 11305 11309 9544 0 -1 1077944384 2 13309 0 0 0 0 5 2 20 0 15 0 415588323 11084144640 21433 33554432000 4194304 4196468 140734769531424 139884333361616 139885375457179 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11434] ppid=11305 vsize=10824360 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/11309/task/11434/stat : 11434 (java) R 11305 11309 9544 0 -1 4202560 836 13309 0 0 12 0 5 2 20 0 15 0 415588323 11084144640 21433 33554432000 4194304 4196468 140734769531424 139884545112304 139885368544290 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11435] ppid=11305 vsize=10824360 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/11309/task/11435/stat : 11435 (java) S 11305 11309 9544 0 -1 1077944384 690 13309 0 0 15 0 5 2 20 0 15 0 415588323 11084144640 21433 33554432000 4194304 4196468 140734769531424 139884544059760 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11436] ppid=11305 vsize=10824360 memory=11076 CPUtime=0.24 cores=1,3,5,7
/proc/11309/task/11436/stat : 11436 (java) S 11305 11309 9544 0 -1 1077944384 819 13309 0 0 17 0 5 2 20 0 15 0 415588323 11084144640 21433 33554432000 4194304 4196468 140734769531424 139884543006704 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11441] ppid=11305 vsize=10824360 memory=139673544457584 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11441/stat : 11441 (java) S 11305 11309 9544 0 -1 1077944384 3 13309 0 0 0 0 5 2 20 0 15 0 415588323 11084144640 21433 33554432000 4194304 4196468 140734769531424 139883595164000 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11443] ppid=11305 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11443/stat : 11443 (java) S 11305 11309 9544 0 -1 1077944384 1 13309 0 0 0 0 5 2 20 0 15 0 415588323 11084144640 21433 33554432000 4194304 4196468 140734769531424 139884541955120 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85732 KiB

[startup+1.50075 s]
/proc/loadavg: 0.98 0.99 1.26 7/233 11444
/proc/meminfo: memFree=31293584/32770624 swapFree=67004048/67108860
[pid=11309] ppid=11305 vsize=10834676 memory=185872 CPUtime=2.74 cores=1,3,5,7
/proc/11309/stat : 11309 (java) S 11305 11309 9544 0 -1 1077944320 23939 13309 0 0 257 10 5 2 20 0 15 0 415588308 11094708224 46468 33554432000 4194304 4196468 140734769531424 140734769513968 139885375438583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
/proc/11309/statm: 2708669 46468 3587 1 0 2670733 0
[pid=11309/tid=11417] ppid=11305 vsize=10834676 memory=24 CPUtime=1.42 cores=1,3,5,7
/proc/11309/task/11417/stat : 11417 (java) R 11305 11309 9544 0 -1 4202560 15497 13309 0 0 129 6 5 2 20 0 15 0 415588317 11094708224 46468 33554432000 4194304 4196468 140734769531424 139885347255024 139885375450518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11419] ppid=11305 vsize=10834676 memory=31 CPUtime=0.08 cores=1,3,5,7
/proc/11309/task/11419/stat : 11419 (java) S 11305 11309 9544 0 -1 1077944384 316 13309 0 0 1 0 5 2 20 0 15 0 415588318 11094708224 46468 33554432000 4194304 4196468 140734769531424 139885379680784 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11420] ppid=11305 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11309/task/11420/stat : 11420 (java) S 11305 11309 9544 0 -1 1077944384 94 13309 0 0 1 0 5 2 20 0 15 0 415588318 11094708224 46468 33554432000 4194304 4196468 140734769531424 139885278571152 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11421] ppid=11305 vsize=10834676 memory=101604 CPUtime=0.08 cores=1,3,5,7
/proc/11309/task/11421/stat : 11421 (java) S 11305 11309 9544 0 -1 1077944384 45 13309 0 0 1 0 5 2 20 0 15 0 415588318 11094708224 46468 33554432000 4194304 4196468 140734769531424 139885277518096 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11422] ppid=11305 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11309/task/11422/stat : 11422 (java) S 11305 11309 9544 0 -1 1077944384 61 13309 0 0 1 0 5 2 20 0 15 0 415588318 11094708224 46468 33554432000 4194304 4196468 140734769531424 139885276465552 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11427] ppid=11305 vsize=10834676 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/11309/task/11427/stat : 11427 (java) S 11305 11309 9544 0 -1 1077944384 1448 13309 0 0 1 0 5 2 20 0 15 0 415588319 11094708224 46468 33554432000 4194304 4196468 140734769531424 139884579724016 139885375449730 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11429] ppid=11305 vsize=10834676 memory=279347089423776 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11429/stat : 11429 (java) S 11305 11309 9544 0 -1 1077944384 34 13309 0 0 0 0 5 2 20 0 15 0 415588320 11094708224 46468 33554432000 4194304 4196468 140734769531424 139884578670304 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11430] ppid=11305 vsize=10834676 memory=279347089587216 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11430/stat : 11430 (java) S 11305 11309 9544 0 -1 1077944384 2 13309 0 0 0 0 5 2 20 0 15 0 415588320 11094708224 46468 33554432000 4194304 4196468 140734769531424 139884467578112 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11433] ppid=11305 vsize=10834676 memory=3472467952592541552 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11433/stat : 11433 (java) S 11305 11309 9544 0 -1 1077944384 2 13309 0 0 0 0 5 2 20 0 15 0 415588323 11094708224 46468 33554432000 4194304 4196468 140734769531424 139884333361616 139885375457179 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11434] ppid=11305 vsize=10834676 memory=6943526294502006880 CPUtime=0.5 cores=1,3,5,7
/proc/11309/task/11434/stat : 11434 (java) S 11305 11309 9544 0 -1 1077944384 1570 13309 0 0 43 0 5 2 20 0 15 0 415588323 11094708224 46468 33554432000 4194304 4196468 140734769531424 139884545112304 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11435] ppid=11305 vsize=10834676 memory=6944652177228980320 CPUtime=0.4 cores=1,3,5,7
/proc/11309/task/11435/stat : 11435 (java) S 11305 11309 9544 0 -1 1077944384 1032 13309 0 0 33 0 5 2 20 0 15 0 415588323 11094708224 46468 33554432000 4194304 4196468 140734769531424 139884544059760 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11436] ppid=11305 vsize=10834676 memory=6944652177228980320 CPUtime=0.52 cores=1,3,5,7
/proc/11309/task/11436/stat : 11436 (java) R 11305 11309 9544 0 -1 1077944384 1622 13309 0 0 44 1 5 2 20 0 15 0 415588323 11094708224 46468 33554432000 4194304 4196468 140734769531424 139884543006704 139885375449730 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11441] ppid=11305 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11441/stat : 11441 (java) S 11305 11309 9544 0 -1 1077944384 3 13309 0 0 0 0 5 2 20 0 15 0 415588323 11094708224 46468 33554432000 4194304 4196468 140734769531424 139883595164000 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11443] ppid=11305 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11443/stat : 11443 (java) S 11305 11309 9544 0 -1 1077944384 3 13309 0 0 0 0 5 2 20 0 15 0 415588323 11094708224 46468 33554432000 4194304 4196468 140734769531424 139884541955120 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 10834676 KiB

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

/proc/11309/task/11417/stat : 11417 (java) R 11305 11309 9544 0 -1 4202560 166306 13309 0 0 225262 79 5 2 20 0 15 0 415588317 11109408768 678317 33554432000 4194304 4196468 140734769531424 139885347270032 139884975020048 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11419] ppid=11305 vsize=10849032 memory=2711172 CPUtime=7.3 cores=1,3,5,7
/proc/11309/task/11419/stat : 11419 (java) S 11305 11309 9544 0 -1 1077944384 29143 13309 0 0 675 48 5 2 20 0 15 0 415588318 11109408768 678317 33554432000 4194304 4196468 140734769531424 139885379680784 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11420] ppid=11305 vsize=10849032 memory=131 CPUtime=7.27 cores=1,3,5,7
/proc/11309/task/11420/stat : 11420 (java) S 11305 11309 9544 0 -1 1077944384 16762 13309 0 0 675 45 5 2 20 0 15 0 415588318 11109408768 678317 33554432000 4194304 4196468 140734769531424 139885278571152 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11421] ppid=11305 vsize=10849032 memory=2711172 CPUtime=7.32 cores=1,3,5,7
/proc/11309/task/11421/stat : 11421 (java) S 11305 11309 9544 0 -1 1077944384 18890 13309 0 0 677 48 5 2 20 0 15 0 415588318 11109408768 678317 33554432000 4194304 4196468 140734769531424 139885277518096 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11422] ppid=11305 vsize=10849032 memory=2711172 CPUtime=7.28 cores=1,3,5,7
/proc/11309/task/11422/stat : 11422 (java) S 11305 11309 9544 0 -1 1077944384 20368 13309 0 0 673 48 5 2 20 0 15 0 415588318 11109408768 678317 33554432000 4194304 4196468 140734769531424 139885276465552 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11427] ppid=11305 vsize=10849032 memory=2713268 CPUtime=1.41 cores=1,3,5,7
/proc/11309/task/11427/stat : 11427 (java) S 11305 11309 9544 0 -1 1077944384 25947 13309 0 0 117 17 5 2 20 0 15 0 415588319 11109408768 678317 33554432000 4194304 4196468 140734769531424 139884579724016 139885375449730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11429] ppid=11305 vsize=10849032 memory=2713268 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11429/stat : 11429 (java) S 11305 11309 9544 0 -1 1077944384 74 13309 0 0 0 0 5 2 20 0 15 0 415588320 11109408768 678317 33554432000 4194304 4196468 140734769531424 139884578670368 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11430] ppid=11305 vsize=10849032 memory=2713268 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11430/stat : 11430 (java) S 11305 11309 9544 0 -1 1077944384 37 13309 0 0 0 0 5 2 20 0 15 0 415588320 11109408768 678317 33554432000 4194304 4196468 140734769531424 139884467578112 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11433] ppid=11305 vsize=10849032 memory=2713268 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11433/stat : 11433 (java) S 11305 11309 9544 0 -1 1077944384 2 13309 0 0 0 0 5 2 20 0 15 0 415588323 11109408768 678317 33554432000 4194304 4196468 140734769531424 139884333361616 139885375457179 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11434] ppid=11305 vsize=10849032 memory=2713268 CPUtime=10.88 cores=1,3,5,7
/proc/11309/task/11434/stat : 11434 (java) S 11305 11309 9544 0 -1 1077944384 45856 13309 0 0 1076 5 5 2 20 0 15 0 415588323 11109408768 678317 33554432000 4194304 4196468 140734769531424 139884545112304 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11435] ppid=11305 vsize=10849032 memory=1056 CPUtime=10.89 cores=1,3,5,7
/proc/11309/task/11435/stat : 11435 (java) S 11305 11309 9544 0 -1 1077944384 50312 13309 0 0 1074 8 5 2 20 0 15 0 415588323 11109408768 678317 33554432000 4194304 4196468 140734769531424 139884544059760 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11436] ppid=11305 vsize=10849032 memory=2713268 CPUtime=2.98 cores=1,3,5,7
/proc/11309/task/11436/stat : 11436 (java) S 11305 11309 9544 0 -1 1077944384 75143 13309 0 0 282 9 5 2 20 0 15 0 415588323 11109408768 678317 33554432000 4194304 4196468 140734769531424 139884543006704 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11441] ppid=11305 vsize=10849032 memory=2713268 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11441/stat : 11441 (java) S 11305 11309 9544 0 -1 1077944384 3 13309 0 0 0 0 5 2 20 0 15 0 415588323 11109408768 678317 33554432000 4194304 4196468 140734769531424 139883595164000 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11443] ppid=11305 vsize=10849032 memory=2052 CPUtime=1.43 cores=1,3,5,7
/proc/11309/task/11443/stat : 11443 (java) S 11305 11309 9544 0 -1 1077944384 1598 13309 0 0 63 73 5 2 20 0 15 0 415588323 11109408768 678317 33554432000 4194304 4196468 140734769531424 139884541955120 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
Current children cumulated CPU time: 2309.73 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 2713268 KiB

[startup+2322.3 s]
/proc/loadavg: 1.82 1.82 1.77 3/231 11681
/proc/meminfo: memFree=26127920/32770624 swapFree=67004060/67108860
[pid=11309] ppid=11305 vsize=10849032 memory=2787104 CPUtime=2369.82 cores=1,3,5,7
/proc/11309/stat : 11309 (java) S 11305 11309 9544 0 -1 1077944320 466315 13309 0 0 236606 369 5 2 20 0 15 0 415588308 11109408768 696776 33554432000 4194304 4196468 140734769531424 140734769513968 139885375438583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
/proc/11309/statm: 2712258 696776 3648 1 0 2674317 0
[pid=11309/tid=11417] ppid=11305 vsize=10849032 memory=2772768 CPUtime=2313.46 cores=1,3,5,7
/proc/11309/task/11417/stat : 11417 (java) R 11305 11309 9544 0 -1 4202560 178444 13309 0 0 231257 82 5 2 20 0 15 0 415588317 11109408768 696776 33554432000 4194304 4196468 140734769531424 139885347270240 139884971122140 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11419] ppid=11305 vsize=10849032 memory=2772768 CPUtime=7.32 cores=1,3,5,7
/proc/11309/task/11419/stat : 11419 (java) S 11305 11309 9544 0 -1 1077944384 29204 13309 0 0 677 48 5 2 20 0 15 0 415588318 11109408768 696776 33554432000 4194304 4196468 140734769531424 139885379680784 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11420] ppid=11305 vsize=10849032 memory=2772768 CPUtime=7.3 cores=1,3,5,7
/proc/11309/task/11420/stat : 11420 (java) S 11305 11309 9544 0 -1 1077944384 16971 13309 0 0 677 46 5 2 20 0 15 0 415588318 11109408768 696776 33554432000 4194304 4196468 140734769531424 139885278571152 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11421] ppid=11305 vsize=10849032 memory=2733788 CPUtime=7.34 cores=1,3,5,7
/proc/11309/task/11421/stat : 11421 (java) S 11305 11309 9544 0 -1 1077944384 19265 13309 0 0 679 48 5 2 20 0 15 0 415588318 11109408768 696776 33554432000 4194304 4196468 140734769531424 139885277518096 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11422] ppid=11305 vsize=10849032 memory=2770688 CPUtime=7.3 cores=1,3,5,7
/proc/11309/task/11422/stat : 11422 (java) S 11305 11309 9544 0 -1 1077944384 20562 13309 0 0 675 48 5 2 20 0 15 0 415588318 11109408768 696776 33554432000 4194304 4196468 140734769531424 139885276465552 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11427] ppid=11305 vsize=10849032 memory=2772768 CPUtime=1.41 cores=1,3,5,7
/proc/11309/task/11427/stat : 11427 (java) S 11305 11309 9544 0 -1 1077944384 26175 13309 0 0 117 17 5 2 20 0 15 0 415588319 11109408768 696776 33554432000 4194304 4196468 140734769531424 139884579724016 139885375449730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11429] ppid=11305 vsize=10849032 memory=2770688 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11429/stat : 11429 (java) S 11305 11309 9544 0 -1 1077944384 74 13309 0 0 0 0 5 2 20 0 15 0 415588320 11109408768 696776 33554432000 4194304 4196468 140734769531424 139884578670368 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11430] ppid=11305 vsize=10849032 memory=2772768 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11430/stat : 11430 (java) S 11305 11309 9544 0 -1 1077944384 37 13309 0 0 0 0 5 2 20 0 15 0 415588320 11109408768 696776 33554432000 4194304 4196468 140734769531424 139884467578112 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11433] ppid=11305 vsize=10849032 memory=2772768 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11433/stat : 11433 (java) S 11305 11309 9544 0 -1 1077944384 2 13309 0 0 0 0 5 2 20 0 15 0 415588323 11109408768 696776 33554432000 4194304 4196468 140734769531424 139884333361616 139885375457179 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11434] ppid=11305 vsize=10849032 memory=2772768 CPUtime=10.88 cores=1,3,5,7
/proc/11309/task/11434/stat : 11434 (java) S 11305 11309 9544 0 -1 1077944384 45858 13309 0 0 1076 5 5 2 20 0 15 0 415588323 11109408768 696776 33554432000 4194304 4196468 140734769531424 139884545112304 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11435] ppid=11305 vsize=10849032 memory=2787104 CPUtime=10.89 cores=1,3,5,7
/proc/11309/task/11435/stat : 11435 (java) S 11305 11309 9544 0 -1 1077944384 50314 13309 0 0 1074 8 5 2 20 0 15 0 415588323 11109408768 696776 33554432000 4194304 4196468 140734769531424 139884544059760 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11436] ppid=11305 vsize=10849032 memory=2770688 CPUtime=2.99 cores=1,3,5,7
/proc/11309/task/11436/stat : 11436 (java) S 11305 11309 9544 0 -1 1077944384 75578 13309 0 0 283 9 5 2 20 0 15 0 415588323 11109408768 696776 33554432000 4194304 4196468 140734769531424 139884543006704 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11441] ppid=11305 vsize=10849032 memory=2754304 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11441/stat : 11441 (java) S 11305 11309 9544 0 -1 1077944384 3 13309 0 0 0 0 5 2 20 0 15 0 415588323 11109408768 696776 33554432000 4194304 4196468 140734769531424 139883595164000 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11443] ppid=11305 vsize=10849032 memory=2772768 CPUtime=1.46 cores=1,3,5,7
/proc/11309/task/11443/stat : 11443 (java) S 11305 11309 9544 0 -1 1077944384 1618 13309 0 0 64 75 5 2 20 0 15 0 415588323 11109408768 696776 33554432000 4194304 4196468 140734769531424 139884541955120 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
Current children cumulated CPU time: 2369.82 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 2787104 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2352.5 s]
/proc/loadavg: 1.89 1.84 1.78 3/230 11685
/proc/meminfo: memFree=26108856/32770624 swapFree=67004060/67108860
[pid=11309] ppid=11305 vsize=10849032 memory=2805564 CPUtime=2400.07 cores=1,3,5,7
/proc/11309/stat : 11309 (java) S 11305 11309 9544 0 -1 1077944320 477423 13309 0 0 239628 372 5 2 20 0 15 0 415588308 11109408768 701391 33554432000 4194304 4196468 140734769531424 140734769513968 139885375438583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
/proc/11309/statm: 2712258 701391 3648 1 0 2674317 0
[pid=11309/tid=11417] ppid=11305 vsize=10849032 memory=2803516 CPUtime=2343.65 cores=1,3,5,7
/proc/11309/task/11417/stat : 11417 (java) R 11305 11309 9544 0 -1 4202560 189049 13309 0 0 234275 83 5 2 20 0 15 0 415588317 11109408768 701391 33554432000 4194304 4196468 140734769531424 139885347269968 139884973860338 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11419] ppid=11305 vsize=10849032 memory=2803516 CPUtime=7.33 cores=1,3,5,7
/proc/11309/task/11419/stat : 11419 (java) S 11305 11309 9544 0 -1 1077944384 29485 13309 0 0 678 48 5 2 20 0 15 0 415588318 11109408768 701391 33554432000 4194304 4196468 140734769531424 139885379680784 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11420] ppid=11305 vsize=10849032 memory=2803516 CPUtime=7.3 cores=1,3,5,7
/proc/11309/task/11420/stat : 11420 (java) S 11305 11309 9544 0 -1 1077944384 16986 13309 0 0 677 46 5 2 20 0 15 0 415588318 11109408768 701391 33554432000 4194304 4196468 140734769531424 139885278571152 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11421] ppid=11305 vsize=10849032 memory=2789180 CPUtime=7.35 cores=1,3,5,7
/proc/11309/task/11421/stat : 11421 (java) S 11305 11309 9544 0 -1 1077944384 19337 13309 0 0 679 49 5 2 20 0 15 0 415588318 11109408768 701391 33554432000 4194304 4196468 140734769531424 139885277518096 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11422] ppid=11305 vsize=10849032 memory=2803516 CPUtime=7.3 cores=1,3,5,7
/proc/11309/task/11422/stat : 11422 (java) S 11305 11309 9544 0 -1 1077944384 20662 13309 0 0 675 48 5 2 20 0 15 0 415588318 11109408768 701391 33554432000 4194304 4196468 140734769531424 139885276465552 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11427] ppid=11305 vsize=10849032 memory=2789180 CPUtime=1.41 cores=1,3,5,7
/proc/11309/task/11427/stat : 11427 (java) S 11305 11309 9544 0 -1 1077944384 26206 13309 0 0 117 17 5 2 20 0 15 0 415588319 11109408768 701391 33554432000 4194304 4196468 140734769531424 139884579724016 139885375449730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11429] ppid=11305 vsize=10849032 memory=2772768 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11429/stat : 11429 (java) S 11305 11309 9544 0 -1 1077944384 74 13309 0 0 0 0 5 2 20 0 15 0 415588320 11109408768 701391 33554432000 4194304 4196468 140734769531424 139884578670368 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11430] ppid=11305 vsize=10849032 memory=2770688 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11430/stat : 11430 (java) S 11305 11309 9544 0 -1 1077944384 37 13309 0 0 0 0 5 2 20 0 15 0 415588320 11109408768 701391 33554432000 4194304 4196468 140734769531424 139884467578112 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11433] ppid=11305 vsize=10849032 memory=2770688 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11433/stat : 11433 (java) S 11305 11309 9544 0 -1 1077944384 2 13309 0 0 0 0 5 2 20 0 15 0 415588323 11109408768 701391 33554432000 4194304 4196468 140734769531424 139884333361616 139885375457179 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11434] ppid=11305 vsize=10849032 memory=2803516 CPUtime=10.88 cores=1,3,5,7
/proc/11309/task/11434/stat : 11434 (java) S 11305 11309 9544 0 -1 1077944384 45858 13309 0 0 1076 5 5 2 20 0 15 0 415588323 11109408768 701391 33554432000 4194304 4196468 140734769531424 139884545112304 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11435] ppid=11305 vsize=10849032 memory=2805564 CPUtime=10.89 cores=1,3,5,7
/proc/11309/task/11435/stat : 11435 (java) S 11305 11309 9544 0 -1 1077944384 50314 13309 0 0 1074 8 5 2 20 0 15 0 415588323 11109408768 701391 33554432000 4194304 4196468 140734769531424 139884544059760 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11436] ppid=11305 vsize=10849032 memory=2805564 CPUtime=2.99 cores=1,3,5,7
/proc/11309/task/11436/stat : 11436 (java) S 11305 11309 9544 0 -1 1077944384 75578 13309 0 0 283 9 5 2 20 0 15 0 415588323 11109408768 701391 33554432000 4194304 4196468 140734769531424 139884543006704 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11441] ppid=11305 vsize=10849032 memory=2596260 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11441/stat : 11441 (java) S 11305 11309 9544 0 -1 1077944384 3 13309 0 0 0 0 5 2 20 0 15 0 415588323 11109408768 701391 33554432000 4194304 4196468 140734769531424 139883595164000 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11443] ppid=11305 vsize=10849032 memory=2805564 CPUtime=1.48 cores=1,3,5,7
/proc/11309/task/11443/stat : 11443 (java) S 11305 11309 9544 0 -1 1077944384 1622 13309 0 0 65 76 5 2 20 0 15 0 415588323 11109408768 701391 33554432000 4194304 4196468 140734769531424 139884541955120 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 2805564 KiB

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

[startup+2352.66 s]
# the end of solver process 11309 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.47 s, system=3.77457 s

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

[startup+2352.61 s]
/proc/loadavg: 1.89 1.84 1.78 3/230 11685
/proc/meminfo: memFree=26108856/32770624 swapFree=67004060/67108860
[pid=11309] ppid=11305 vsize=11045648 memory=2809660 CPUtime=2400.17 cores=1,3,5,7
/proc/11309/stat : 11309 (java) S 11305 11309 9544 0 -1 1077944320 477524 13309 0 0 239638 372 5 2 20 0 17 0 415588308 11310743552 702415 33554432000 4194304 4196468 140734769531424 140734769513968 139885375438583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
/proc/11309/statm: 2761412 702415 3648 1 0 2723471 0
[pid=11309/tid=11417] ppid=11305 vsize=11045648 memory=2304 CPUtime=2343.75 cores=1,3,5,7
/proc/11309/task/11417/stat : 11417 (java) R 11305 11309 9544 0 -1 4202560 189049 13309 0 0 234285 83 5 2 20 0 17 0 415588317 11310743552 702415 33554432000 4194304 4196468 140734769531424 139885347269968 139884965921052 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11419] ppid=11305 vsize=11045648 memory=2304 CPUtime=7.33 cores=1,3,5,7
/proc/11309/task/11419/stat : 11419 (java) S 11305 11309 9544 0 -1 1077944384 29485 13309 0 0 678 48 5 2 20 0 17 0 415588318 11310743552 702415 33554432000 4194304 4196468 140734769531424 139885379680784 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11420] ppid=11305 vsize=11045648 memory=1408 CPUtime=7.3 cores=1,3,5,7
/proc/11309/task/11420/stat : 11420 (java) S 11305 11309 9544 0 -1 1077944384 16986 13309 0 0 677 46 5 2 20 0 17 0 415588318 11310743552 702415 33554432000 4194304 4196468 140734769531424 139885278571152 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11421] ppid=11305 vsize=11045648 memory=1412 CPUtime=7.35 cores=1,3,5,7
/proc/11309/task/11421/stat : 11421 (java) S 11305 11309 9544 0 -1 1077944384 19337 13309 0 0 679 49 5 2 20 0 17 0 415588318 11310743552 702415 33554432000 4194304 4196468 140734769531424 139885277518096 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11422] ppid=11305 vsize=11045648 memory=3260 CPUtime=7.3 cores=1,3,5,7
/proc/11309/task/11422/stat : 11422 (java) S 11305 11309 9544 0 -1 1077944384 20662 13309 0 0 675 48 5 2 20 0 17 0 415588318 11310743552 702415 33554432000 4194304 4196468 140734769531424 139885276465552 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11427] ppid=11305 vsize=11045648 memory=3272 CPUtime=1.41 cores=1,3,5,7
/proc/11309/task/11427/stat : 11427 (java) S 11305 11309 9544 0 -1 1077944384 26206 13309 0 0 117 17 5 2 20 0 17 0 415588319 11310743552 702415 33554432000 4194304 4196468 140734769531424 139884579724016 139885375449730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11429] ppid=11305 vsize=11045648 memory=2803516 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11429/stat : 11429 (java) S 11305 11309 9544 0 -1 1077944384 74 13309 0 0 0 0 5 2 20 0 17 0 415588320 11310743552 702415 33554432000 4194304 4196468 140734769531424 139884578670368 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11430] ppid=11305 vsize=11045648 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11430/stat : 11430 (java) S 11305 11309 9544 0 -1 1077944384 37 13309 0 0 0 0 5 2 20 0 17 0 415588320 11310743552 702415 33554432000 4194304 4196468 140734769531424 139884467578112 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11433] ppid=11305 vsize=11045648 memory=1212 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11433/stat : 11433 (java) S 11305 11309 9544 0 -1 1077944384 55 13309 0 0 0 0 5 2 20 0 17 0 415588323 11310743552 702415 33554432000 4194304 4196468 140734769531424 139884333361616 139885375457179 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11434] ppid=11305 vsize=11045648 memory=1036 CPUtime=10.88 cores=1,3,5,7
/proc/11309/task/11434/stat : 11434 (java) S 11305 11309 9544 0 -1 1077944384 45858 13309 0 0 1076 5 5 2 20 0 17 0 415588323 11310743552 702415 33554432000 4194304 4196468 140734769531424 139884545112304 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11435] ppid=11305 vsize=11045648 memory=14008 CPUtime=10.89 cores=1,3,5,7
/proc/11309/task/11435/stat : 11435 (java) S 11305 11309 9544 0 -1 1077944384 50314 13309 0 0 1074 8 5 2 20 0 17 0 415588323 11310743552 702415 33554432000 4194304 4196468 140734769531424 139884544059760 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11436] ppid=11305 vsize=11045648 memory=12024 CPUtime=2.99 cores=1,3,5,7
/proc/11309/task/11436/stat : 11436 (java) S 11305 11309 9544 0 -1 1077944384 75578 13309 0 0 283 9 5 2 20 0 17 0 415588323 11310743552 702415 33554432000 4194304 4196468 140734769531424 139884543006704 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11441] ppid=11305 vsize=11045648 memory=2116 CPUtime=0.07 cores=1,3,5,7
/proc/11309/task/11441/stat : 11441 (java) S 11305 11309 9544 0 -1 1077944384 3 13309 0 0 0 0 5 2 20 0 17 0 415588323 11310743552 702415 33554432000 4194304 4196468 140734769531424 139883595164000 139885375448789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
[pid=11309/tid=11443] ppid=11305 vsize=11045648 memory=21168 CPUtime=1.48 cores=1,3,5,7
/proc/11309/task/11443/stat : 11443 (java) S 11305 11309 9544 0 -1 1077944384 1622 13309 0 0 65 76 5 2 20 0 17 0 415588323 11310743552 702415 33554432000 4194304 4196468 140734769531424 139884541955120 139885375449730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9256960 140734769535727 140734769538245 140734769538245 140734769541071 0
Current children cumulated CPU time: 2400.17 s
Current children cumulated vsize: 11045648 KiB
Current children cumulated memory: 2809660 KiB

Child status: 143
Real time (s): 2352.66
CPU time (s): 2400.25
CPU user time (s): 2396.47
CPU system time (s): 3.77457
CPU usage (%): 102.023
Max. virtual memory (cumulated for all children) (KiB): 11045648
Max. memory (cumulated for all children) (KiB): 3158068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.47
system time used= 3.77457
maximum resident set size= 3162164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 492001
page faults= 0
swaps= 0
block input operations= 240
block output operations= 3032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78967
involuntary context switches= 2798


# summary of solver processes directly reported to runsolver:
#   pid: 11309
#   total CPU time (s): 2400.25
#   total CPU user time (s): 2396.47
#   total CPU system time (s): 3.77457

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8229 second user time and 23.1024 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-13 18:50:47
IDJOB=4396584
IDBENCH=115768
IDSOLVER=2847
FILE ID=node133/4396584-1568393486
RUNJOBID= node133-1568393447-11283
PBS_JOBID= 21701853
Free space on /tmp= 59416 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-050-15-1.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396584-1568393486/watcher-4396584-1568393486 -o /tmp/evaluation-result-4396584-1568393486/solver-4396584-1568393486 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568393447-11283 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1304567336 HOME/instance-4396584-1568393486.xml

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

MD5SUM BENCH= 4cb8aacd6a4a2864e81512910dbfacc0
RANDOM SEED=1304567336

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:        31499648 kB
MemAvailable:   31905832 kB
Buffers:          172548 kB
Cached:           519048 kB
SwapCached:         3424 kB
Active:           401240 kB
Inactive:         292788 kB
Active(anon):      27160 kB
Inactive(anon):    16032 kB
Active(file):     374080 kB
Inactive(file):   276756 kB
Unevictable:      111228 kB
Mlocked:          111228 kB
SwapTotal:      67108860 kB
SwapFree:       67004048 kB
Dirty:             71104 kB
Writeback:             0 kB
AnonPages:        112336 kB
Mapped:            43908 kB
Shmem:             31428 kB
Slab:             171124 kB
SReclaimable:     142368 kB
SUnreclaim:        28756 kB
KernelStack:        3472 kB
PageTables:         5532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 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= 59344 MiB
End job on node133 at 2019-09-13 19:30:00