Trace number 4401114

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.05 2486.04

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-6.xml
MD5SUM0bc555941feddabd64880acf40a70a83
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark77.3481
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains25
Minimum domain size3
Maximum domain size25
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":6},{"size":5,"count":12},{"size":6,"count":5},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401114-1568682604/watcher-4401114-1568682604 -o /tmp/evaluation-result-4401114-1568682604/solver-4401114-1568682604 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568673290-5121 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1917960574 HOME/instance-4401114-1568682604.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=7687, runsolver pid=7684

[startup+0.100093 s]*
/proc/loadavg: 1.65 1.63 2.07 3/219 7744
/proc/meminfo: memFree=29361356/32770624 swapFree=67001960/67108860
[pid=7687] ppid=7684 vsize=9972712 memory=18596 CPUtime=0.1 cores=0,2,4,6
/proc/7687/stat : 7687 (java) S 7684 7687 5090 0 -1 1077944320 4378 13142 0 0 1 1 5 3 20 0 6 0 444174353 10212057088 4649 33554432000 4194304 4196468 140727979791712 140727979774256 140365538971383 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
/proc/7687/statm: 2493178 4649 1933 1 0 2481616 0
[pid=7687/tid=7740] ppid=7684 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7740/stat : 7740 (java) R 7684 7687 5090 0 -1 4202560 2177 13142 0 0 0 0 5 3 20 0 6 0 444174363 10212057088 4649 33554432000 4194304 4196468 140727979791712 140365510808144 140365524653875 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7741] ppid=7684 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7741/stat : 7741 (java) S 7684 7687 5090 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 6 0 444174363 10212057088 4649 33554432000 4194304 4196468 140727979791712 140365543213328 140365538981589 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7742] ppid=7684 vsize=9972712 memory=140615163917952 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7742/stat : 7742 (java) S 7684 7687 5090 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 6 0 444174363 10212057088 4649 33554432000 4194304 4196468 140727979791712 140365442103696 140365538981589 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7743] ppid=7684 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7743/stat : 7743 (java) S 7684 7687 5090 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 6 0 444174363 10212057088 4649 33554432000 4194304 4196468 140727979791712 140365441051152 140365538981589 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7744] ppid=7684 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7744/stat : 7744 (java) S 7684 7687 5090 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 6 0 444174363 10212057088 4649 33554432000 4194304 4196468 140727979791712 140365439998608 140365538981589 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.211756 s]*
/proc/loadavg: 1.65 1.63 2.07 4/228 7753
/proc/meminfo: memFree=29343584/32770624 swapFree=67001960/67108860
[pid=7687] ppid=7684 vsize=10820196 memory=39392 CPUtime=0.27 cores=0,2,4,6
/proc/7687/stat : 7687 (java) S 7684 7687 5090 0 -1 1077944320 7228 13142 0 0 17 2 5 3 20 0 15 0 444174353 11079880704 9848 33554432000 4194304 4196468 140727979791712 140727979774256 140365538971383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
/proc/7687/statm: 2705049 9848 3259 1 0 2667149 0
[pid=7687/tid=7740] ppid=7684 vsize=10820196 memory=5450916389569530688 CPUtime=0.19 cores=0,2,4,6
/proc/7687/task/7740/stat : 7740 (java) R 7684 7687 5090 0 -1 4202560 3705 13142 0 0 10 1 5 3 20 0 15 0 444174363 11079880704 9914 33554432000 4194304 4196468 140727979791712 140365510793152 140365523051870 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7741] ppid=7684 vsize=10820196 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7741/stat : 7741 (java) S 7684 7687 5090 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444174363 11079880704 9914 33554432000 4194304 4196468 140727979791712 140365543213328 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7742] ppid=7684 vsize=10820196 memory=140615163917952 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7742/stat : 7742 (java) S 7684 7687 5090 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444174363 11079880704 9914 33554432000 4194304 4196468 140727979791712 140365442103696 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7743] ppid=7684 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7743/stat : 7743 (java) S 7684 7687 5090 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444174363 11079880704 9914 33554432000 4194304 4196468 140727979791712 140365441051152 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7744] ppid=7684 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7744/stat : 7744 (java) S 7684 7687 5090 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 444174363 11079880704 9914 33554432000 4194304 4196468 140727979791712 140365439998608 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7745] ppid=7684 vsize=10820196 memory=140615163917952 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7745/stat : 7745 (java) S 7684 7687 5090 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 444174365 11079880704 9914 33554432000 4194304 4196468 140727979791712 140364542130672 140365538982530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7746] ppid=7684 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7746/stat : 7746 (java) S 7684 7687 5090 0 -1 1077944384 33 13142 0 0 0 0 5 3 20 0 15 0 444174365 11079880704 9914 33554432000 4194304 4196468 140727979791712 140364541076896 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7747] ppid=7684 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7747/stat : 7747 (java) S 7684 7687 5090 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444174365 11079880704 9914 33554432000 4194304 4196468 140727979791712 140364430173680 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7748] ppid=7684 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7748/stat : 7748 (java) S 7684 7687 5090 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444174368 11079880704 9914 33554432000 4194304 4196468 140727979791712 140364122774224 140365538989979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7749] ppid=7684 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7687/task/7749/stat : 7749 (java) R 7684 7687 5090 0 -1 4202560 368 13142 0 0 1 0 5 3 20 0 15 0 444174368 11079880704 9914 33554432000 4194304 4196468 140727979791712 140364507518960 140365516845568 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7750] ppid=7684 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/7687/task/7750/stat : 7750 (java) S 7684 7687 5090 0 -1 1077944384 312 13142 0 0 1 0 5 3 20 0 15 0 444174368 11079880704 9914 33554432000 4194304 4196468 140727979791712 140364506466416 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7751] ppid=7684 vsize=10820196 memory=140615163917952 CPUtime=0.11 cores=0,2,4,6
/proc/7687/task/7751/stat : 7751 (java) S 7684 7687 5090 0 -1 1077944384 608 13142 0 0 3 0 5 3 20 0 15 0 444174368 11079880704 9914 33554432000 4194304 4196468 140727979791712 140364505413872 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7752] ppid=7684 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7752/stat : 7752 (java) S 7684 7687 5090 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444174368 11079880704 9914 33554432000 4194304 4196468 140727979791712 140364089215584 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7753] ppid=7684 vsize=10820196 memory=140615163917952 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7753/stat : 7753 (java) S 7684 7687 5090 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444174368 11079880704 9914 33554432000 4194304 4196468 140727979791712 140364504361776 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 39392 KiB

[startup+0.310505 s]*
/proc/loadavg: 1.65 1.63 2.07 3/228 7753
/proc/meminfo: memFree=29331048/32770624 swapFree=67001960/67108860
[pid=7687] ppid=7684 vsize=10820196 memory=47900 CPUtime=0.4 cores=0,2,4,6
/proc/7687/stat : 7687 (java) S 7684 7687 5090 0 -1 1077944320 10760 13142 0 0 29 3 5 3 20 0 15 0 444174353 11079880704 11975 33554432000 4194304 4196468 140727979791712 140727979774256 140365538971383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
/proc/7687/statm: 2705049 11975 3308 1 0 2667149 0
[pid=7687/tid=7740] ppid=7684 vsize=10820196 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/7687/task/7740/stat : 7740 (java) R 7684 7687 5090 0 -1 4202560 7201 13142 0 0 19 2 5 3 20 0 15 0 444174363 11079880704 11975 33554432000 4194304 4196468 140727979791712 140365510793776 140365523051870 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7741] ppid=7684 vsize=10820196 memory=7516899566681215056 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7741/stat : 7741 (java) S 7684 7687 5090 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444174363 11079880704 11975 33554432000 4194304 4196468 140727979791712 140365543213328 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7742] ppid=7684 vsize=10820196 memory=2080 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7742/stat : 7742 (java) S 7684 7687 5090 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444174363 11079880704 11975 33554432000 4194304 4196468 140727979791712 140365442103696 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7743] ppid=7684 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7743/stat : 7743 (java) S 7684 7687 5090 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444174363 11079880704 11975 33554432000 4194304 4196468 140727979791712 140365441051152 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7744] ppid=7684 vsize=10820196 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7744/stat : 7744 (java) S 7684 7687 5090 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 444174363 11079880704 11975 33554432000 4194304 4196468 140727979791712 140365439998608 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7745] ppid=7684 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7745/stat : 7745 (java) S 7684 7687 5090 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 444174365 11079880704 11975 33554432000 4194304 4196468 140727979791712 140364542130672 140365538982530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7746] ppid=7684 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7746/stat : 7746 (java) S 7684 7687 5090 0 -1 1077944384 33 13142 0 0 0 0 5 3 20 0 15 0 444174365 11079880704 11975 33554432000 4194304 4196468 140727979791712 140364541076896 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7747] ppid=7684 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7747/stat : 7747 (java) S 7684 7687 5090 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444174365 11079880704 11975 33554432000 4194304 4196468 140727979791712 140364430173680 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7748] ppid=7684 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7748/stat : 7748 (java) S 7684 7687 5090 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444174368 11079880704 11975 33554432000 4194304 4196468 140727979791712 140364122774224 140365538989979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7749] ppid=7684 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7687/task/7749/stat : 7749 (java) S 7684 7687 5090 0 -1 1077944384 370 13142 0 0 2 0 5 3 20 0 15 0 444174368 11079880704 11975 33554432000 4194304 4196468 140727979791712 140364507518960 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7750] ppid=7684 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7687/task/7750/stat : 7750 (java) S 7684 7687 5090 0 -1 1077944384 312 13142 0 0 1 0 5 3 20 0 15 0 444174368 11079880704 11975 33554432000 4194304 4196468 140727979791712 140364506466416 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7751] ppid=7684 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/7687/task/7751/stat : 7751 (java) S 7684 7687 5090 0 -1 1077944384 626 13142 0 0 5 0 5 3 20 0 15 0 444174368 11079880704 11975 33554432000 4194304 4196468 140727979791712 140364505413872 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7752] ppid=7684 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7752/stat : 7752 (java) S 7684 7687 5090 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444174368 11079880704 11975 33554432000 4194304 4196468 140727979791712 140364089215584 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7753] ppid=7684 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7753/stat : 7753 (java) S 7684 7687 5090 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444174368 11079880704 11975 33554432000 4194304 4196468 140727979791712 140364504361776 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 47900 KiB

[startup+0.710789 s]
/proc/loadavg: 1.65 1.63 2.07 3/228 7753
/proc/meminfo: memFree=29316104/32770624 swapFree=67001960/67108860
[pid=7687] ppid=7684 vsize=10824364 memory=81672 CPUtime=1.13 cores=0,2,4,6
/proc/7687/stat : 7687 (java) S 7684 7687 5090 0 -1 1077944320 15197 13142 0 0 100 5 5 3 20 0 15 0 444174353 11084148736 20418 33554432000 4194304 4196468 140727979791712 140727979774256 140365538971383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
/proc/7687/statm: 2706091 20418 3510 1 0 2668173 0
[pid=7687/tid=7740] ppid=7684 vsize=10824364 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/7687/task/7740/stat : 7740 (java) R 7684 7687 5090 0 -1 4202560 10454 13142 0 0 56 4 5 3 20 0 15 0 444174363 11084148736 20418 33554432000 4194304 4196468 140727979791712 140365510798544 140365538993309 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7741] ppid=7684 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7741/stat : 7741 (java) S 7684 7687 5090 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444174363 11084148736 20418 33554432000 4194304 4196468 140727979791712 140365543213328 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7742] ppid=7684 vsize=10824364 memory=1324 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7742/stat : 7742 (java) S 7684 7687 5090 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444174363 11084148736 20418 33554432000 4194304 4196468 140727979791712 140365442103696 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7743] ppid=7684 vsize=10824364 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7743/stat : 7743 (java) S 7684 7687 5090 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444174363 11084148736 20418 33554432000 4194304 4196468 140727979791712 140365441051152 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7744] ppid=7684 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7744/stat : 7744 (java) S 7684 7687 5090 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 444174363 11084148736 20418 33554432000 4194304 4196468 140727979791712 140365439998608 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7745] ppid=7684 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7745/stat : 7745 (java) S 7684 7687 5090 0 -1 1077944384 5 13142 0 0 0 0 5 3 20 0 15 0 444174365 11084148736 20418 33554432000 4194304 4196468 140727979791712 140364542130672 140365538982530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7746] ppid=7684 vsize=10824364 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7746/stat : 7746 (java) S 7684 7687 5090 0 -1 1077944384 33 13142 0 0 0 0 5 3 20 0 15 0 444174365 11084148736 20418 33554432000 4194304 4196468 140727979791712 140364541076896 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7747] ppid=7684 vsize=10824364 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7747/stat : 7747 (java) S 7684 7687 5090 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444174365 11084148736 20418 33554432000 4194304 4196468 140727979791712 140364430173680 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7748] ppid=7684 vsize=10824364 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7748/stat : 7748 (java) S 7684 7687 5090 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444174368 11084148736 20418 33554432000 4194304 4196468 140727979791712 140364122774224 140365538989979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7749] ppid=7684 vsize=10824364 memory=11044 CPUtime=0.21 cores=0,2,4,6
/proc/7687/task/7749/stat : 7749 (java) R 7684 7687 5090 0 -1 4202560 838 13142 0 0 13 0 5 3 20 0 15 0 444174368 11084148736 20418 33554432000 4194304 4196468 140727979791712 140364507518960 140365518227992 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7750] ppid=7684 vsize=10824364 memory=13252 CPUtime=0.2 cores=0,2,4,6
/proc/7687/task/7750/stat : 7750 (java) R 7684 7687 5090 0 -1 4202560 744 13142 0 0 12 0 5 3 20 0 15 0 444174368 11084148736 20418 33554432000 4194304 4196468 140727979791712 140364506452960 140365523402086 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7751] ppid=7684 vsize=10824364 memory=15460 CPUtime=0.25 cores=0,2,4,6
/proc/7687/task/7751/stat : 7751 (java) R 7684 7687 5090 0 -1 4202560 908 13142 0 0 17 0 5 3 20 0 15 0 444174368 11084148736 20418 33554432000 4194304 4196468 140727979791712 140364505413872 140365532068100 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7752] ppid=7684 vsize=10824364 memory=17668 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7752/stat : 7752 (java) S 7684 7687 5090 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444174368 11084148736 20418 33554432000 4194304 4196468 140727979791712 140364089215584 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7753] ppid=7684 vsize=10824364 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7753/stat : 7753 (java) S 7684 7687 5090 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444174368 11084148736 20418 33554432000 4194304 4196468 140727979791712 140364504361776 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81672 KiB

[startup+1.50076 s]
/proc/loadavg: 1.65 1.63 2.07 5/228 7753
/proc/meminfo: memFree=29250028/32770624 swapFree=67001960/67108860
[pid=7687] ppid=7684 vsize=10832632 memory=224168 CPUtime=3 cores=0,2,4,6
/proc/7687/stat : 7687 (java) S 7684 7687 5090 0 -1 1077944320 26262 13142 0 0 282 10 5 3 20 0 15 0 444174353 11092615168 56042 33554432000 4194304 4196468 140727979791712 140727979774256 140365538971383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
/proc/7687/statm: 2708158 56042 3582 1 0 2670221 0
[pid=7687/tid=7740] ppid=7684 vsize=10832632 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/7687/task/7740/stat : 7740 (java) R 7684 7687 5090 0 -1 4202560 15220 13142 0 0 128 6 5 3 20 0 15 0 444174363 11092615168 56042 33554432000 4194304 4196468 140727979791712 140365510802040 140365520836448 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7741] ppid=7684 vsize=10832632 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7687/task/7741/stat : 7741 (java) S 7684 7687 5090 0 -1 1077944384 260 13142 0 0 1 0 5 3 20 0 15 0 444174363 11092615168 56042 33554432000 4194304 4196468 140727979791712 140365543213328 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7742] ppid=7684 vsize=10832632 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7687/task/7742/stat : 7742 (java) S 7684 7687 5090 0 -1 1077944384 18 13142 0 0 1 0 5 3 20 0 15 0 444174363 11092615168 56042 33554432000 4194304 4196468 140727979791712 140365442103696 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7743] ppid=7684 vsize=10832632 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7687/task/7743/stat : 7743 (java) S 7684 7687 5090 0 -1 1077944384 48 13142 0 0 1 0 5 3 20 0 15 0 444174363 11092615168 56042 33554432000 4194304 4196468 140727979791712 140365441051152 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7744] ppid=7684 vsize=10832632 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7687/task/7744/stat : 7744 (java) S 7684 7687 5090 0 -1 1077944384 85 13142 0 0 1 0 5 3 20 0 15 0 444174363 11092615168 56042 33554432000 4194304 4196468 140727979791712 140365439998608 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7745] ppid=7684 vsize=10832632 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7687/task/7745/stat : 7745 (java) S 7684 7687 5090 0 -1 1077944384 698 13142 0 0 1 0 5 3 20 0 15 0 444174365 11092615168 56042 33554432000 4194304 4196468 140727979791712 140364542130672 140365538982530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7746] ppid=7684 vsize=10832632 memory=-9178176117148050014 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7746/stat : 7746 (java) S 7684 7687 5090 0 -1 1077944384 33 13142 0 0 0 0 5 3 20 0 15 0 444174365 11092615168 56042 33554432000 4194304 4196468 140727979791712 140364541076960 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7747] ppid=7684 vsize=10832632 memory=281230029433088 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7747/stat : 7747 (java) S 7684 7687 5090 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 444174365 11092615168 56042 33554432000 4194304 4196468 140727979791712 140364430173696 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7748] ppid=7684 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7748/stat : 7748 (java) S 7684 7687 5090 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444174368 11092615168 56042 33554432000 4194304 4196468 140727979791712 140364122774224 140365538989979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7749] ppid=7684 vsize=10832632 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/7687/task/7749/stat : 7749 (java) S 7684 7687 5090 0 -1 1077944384 3235 13142 0 0 54 0 5 3 20 0 15 0 444174368 11092615168 56042 33554432000 4194304 4196468 140727979791712 140364507518960 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7750] ppid=7684 vsize=10832632 memory=0 CPUtime=0.61 cores=0,2,4,6
/proc/7687/task/7750/stat : 7750 (java) S 7684 7687 5090 0 -1 1077944384 2584 13142 0 0 53 0 5 3 20 0 15 0 444174368 11092615168 56042 33554432000 4194304 4196468 140727979791712 140364506466416 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7751] ppid=7684 vsize=10832632 memory=4580 CPUtime=0.45 cores=0,2,4,6
/proc/7687/task/7751/stat : 7751 (java) R 7684 7687 5090 0 -1 4202560 1866 13142 0 0 37 0 5 3 20 0 15 0 444174368 11092615168 56042 33554432000 4194304 4196468 140727979791712 140364505413872 140365523211618 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7752] ppid=7684 vsize=10832632 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7752/stat : 7752 (java) S 7684 7687 5090 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444174368 11092615168 56042 33554432000 4194304 4196468 140727979791712 140364089215584 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7753] ppid=7684 vsize=10832632 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7753/stat : 7753 (java) S 7684 7687 5090 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444174368 11092615168 56042 33554432000 4194304 4196468 140727979791712 140364504361776 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
Current children cumulated CPU time: 3 s
Current children cumulated vsize: 10832632 KiB

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

/proc/7687/task/7740/stat : 7740 (java) R 7684 7687 5090 0 -1 4202560 94726 13142 0 0 230786 51 5 3 20 0 15 0 444174363 11109412864 468257 33554432000 4194304 4196468 140727979791712 140365510774496 140365124482455 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7741] ppid=7684 vsize=10849036 memory=1873028 CPUtime=7 cores=0,2,4,6
/proc/7687/task/7741/stat : 7741 (java) S 7684 7687 5090 0 -1 1077944384 39553 13142 0 0 660 32 5 3 20 0 15 0 444174363 11109412864 468257 33554432000 4194304 4196468 140727979791712 140365543213328 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7742] ppid=7684 vsize=10849036 memory=1873028 CPUtime=6.99 cores=0,2,4,6
/proc/7687/task/7742/stat : 7742 (java) S 7684 7687 5090 0 -1 1077944384 34622 13142 0 0 659 32 5 3 20 0 15 0 444174363 11109412864 468257 33554432000 4194304 4196468 140727979791712 140365442103696 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7743] ppid=7684 vsize=10849036 memory=227085 CPUtime=6.99 cores=0,2,4,6
/proc/7687/task/7743/stat : 7743 (java) S 7684 7687 5090 0 -1 1077944384 33939 13142 0 0 662 29 5 3 20 0 15 0 444174363 11109412864 468257 33554432000 4194304 4196468 140727979791712 140365441051152 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7744] ppid=7684 vsize=10849036 memory=1873028 CPUtime=7.02 cores=0,2,4,6
/proc/7687/task/7744/stat : 7744 (java) S 7684 7687 5090 0 -1 1077944384 38287 13142 0 0 661 33 5 3 20 0 15 0 444174363 11109412864 468257 33554432000 4194304 4196468 140727979791712 140365439998608 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7745] ppid=7684 vsize=10849036 memory=1873028 CPUtime=5.32 cores=0,2,4,6
/proc/7687/task/7745/stat : 7745 (java) S 7684 7687 5090 0 -1 1077944384 27730 13142 0 0 494 30 5 3 20 0 15 0 444174365 11109412864 468257 33554432000 4194304 4196468 140727979791712 140364542130672 140365538982530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7746] ppid=7684 vsize=10849036 memory=1873028 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7746/stat : 7746 (java) S 7684 7687 5090 0 -1 1077944384 43 13142 0 0 0 0 5 3 20 0 15 0 444174365 11109412864 468257 33554432000 4194304 4196468 140727979791712 140364541077024 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7747] ppid=7684 vsize=10849036 memory=1873028 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7747/stat : 7747 (java) S 7684 7687 5090 0 -1 1077944384 22 13142 0 0 0 0 5 3 20 0 15 0 444174365 11109412864 468257 33554432000 4194304 4196468 140727979791712 140364430173856 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7748] ppid=7684 vsize=10849036 memory=1873028 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7748/stat : 7748 (java) S 7684 7687 5090 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444174368 11109412864 468257 33554432000 4194304 4196468 140727979791712 140364122774224 140365538989979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7749] ppid=7684 vsize=10849036 memory=1873028 CPUtime=4.81 cores=0,2,4,6
/proc/7687/task/7749/stat : 7749 (java) S 7684 7687 5090 0 -1 1077944384 27804 13142 0 0 470 3 5 3 20 0 15 0 444174368 11109412864 468257 33554432000 4194304 4196468 140727979791712 140364507518960 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7750] ppid=7684 vsize=10849036 memory=1873028 CPUtime=5.05 cores=0,2,4,6
/proc/7687/task/7750/stat : 7750 (java) S 7684 7687 5090 0 -1 1077944384 29139 13142 0 0 490 7 5 3 20 0 15 0 444174368 11109412864 468257 33554432000 4194304 4196468 140727979791712 140364506466416 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7751] ppid=7684 vsize=10849036 memory=1873028 CPUtime=1.95 cores=0,2,4,6
/proc/7687/task/7751/stat : 7751 (java) S 7684 7687 5090 0 -1 1077944384 14549 13142 0 0 183 4 5 3 20 0 15 0 444174368 11109412864 468257 33554432000 4194304 4196468 140727979791712 140364505413872 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7752] ppid=7684 vsize=10849036 memory=1873028 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7752/stat : 7752 (java) S 7684 7687 5090 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444174368 11109412864 468257 33554432000 4194304 4196468 140727979791712 140364089215584 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7753] ppid=7684 vsize=10849036 memory=8112282956445269571 CPUtime=1.44 cores=0,2,4,6
/proc/7687/task/7753/stat : 7753 (java) S 7684 7687 5090 0 -1 1077944384 2256 13142 0 0 72 64 5 3 20 0 15 0 444174368 11109412864 468257 33554432000 4194304 4196468 140727979791712 140364504361776 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
Current children cumulated CPU time: 2354.41 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1873028 KiB

[startup+2382.3 s]
/proc/loadavg: 1.34 1.36 1.48 3/227 8134
/proc/meminfo: memFree=28089772/32770624 swapFree=67001968/67108860
[pid=7687] ppid=7684 vsize=10849036 memory=1875076 CPUtime=2415.13 cores=0,2,4,6
/proc/7687/stat : 7687 (java) S 7684 7687 5090 0 -1 1077944320 351270 13142 0 0 241252 253 5 3 20 0 15 0 444174353 11109412864 468769 33554432000 4194304 4196468 140727979791712 140727979774256 140365538971383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
/proc/7687/statm: 2712259 468769 3630 1 0 2674317 0
[pid=7687/tid=7740] ppid=7684 vsize=10849036 memory=1875076 CPUtime=2367.97 cores=0,2,4,6
/proc/7687/task/7740/stat : 7740 (java) R 7684 7687 5090 0 -1 4202560 96329 13142 0 0 236738 51 5 3 20 0 15 0 444174363 11109412864 468769 33554432000 4194304 4196468 140727979791712 140365510780720 140365133443961 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7741] ppid=7684 vsize=10849036 memory=1875076 CPUtime=7.25 cores=0,2,4,6
/proc/7687/task/7741/stat : 7741 (java) S 7684 7687 5090 0 -1 1077944384 39836 13142 0 0 684 33 5 3 20 0 15 0 444174363 11109412864 468769 33554432000 4194304 4196468 140727979791712 140365543213328 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7742] ppid=7684 vsize=10849036 memory=1873028 CPUtime=7.24 cores=0,2,4,6
/proc/7687/task/7742/stat : 7742 (java) S 7684 7687 5090 0 -1 1077944384 34728 13142 0 0 682 34 5 3 20 0 15 0 444174363 11109412864 468769 33554432000 4194304 4196468 140727979791712 140365442103696 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7743] ppid=7684 vsize=10849036 memory=1873028 CPUtime=7.23 cores=0,2,4,6
/proc/7687/task/7743/stat : 7743 (java) S 7684 7687 5090 0 -1 1077944384 34710 13142 0 0 686 29 5 3 20 0 15 0 444174363 11109412864 468769 33554432000 4194304 4196468 140727979791712 140365441051152 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7744] ppid=7684 vsize=10849036 memory=1873028 CPUtime=7.26 cores=0,2,4,6
/proc/7687/task/7744/stat : 7744 (java) S 7684 7687 5090 0 -1 1077944384 41167 13142 0 0 684 34 5 3 20 0 15 0 444174363 11109412864 468769 33554432000 4194304 4196468 140727979791712 140365439998608 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7745] ppid=7684 vsize=10849036 memory=1873028 CPUtime=5.5 cores=0,2,4,6
/proc/7687/task/7745/stat : 7745 (java) S 7684 7687 5090 0 -1 1077944384 28417 13142 0 0 512 30 5 3 20 0 15 0 444174365 11109412864 468769 33554432000 4194304 4196468 140727979791712 140364542130672 140365538982530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7746] ppid=7684 vsize=10849036 memory=1875076 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7746/stat : 7746 (java) S 7684 7687 5090 0 -1 1077944384 43 13142 0 0 0 0 5 3 20 0 15 0 444174365 11109412864 468769 33554432000 4194304 4196468 140727979791712 140364541077024 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7747] ppid=7684 vsize=10849036 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7747/stat : 7747 (java) S 7684 7687 5090 0 -1 1077944384 22 13142 0 0 0 0 5 3 20 0 15 0 444174365 11109412864 468769 33554432000 4194304 4196468 140727979791712 140364430173856 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7748] ppid=7684 vsize=10849036 memory=1873028 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7748/stat : 7748 (java) S 7684 7687 5090 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444174368 11109412864 468769 33554432000 4194304 4196468 140727979791712 140364122774224 140365538989979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7749] ppid=7684 vsize=10849036 memory=1875076 CPUtime=4.81 cores=0,2,4,6
/proc/7687/task/7749/stat : 7749 (java) S 7684 7687 5090 0 -1 1077944384 27810 13142 0 0 470 3 5 3 20 0 15 0 444174368 11109412864 468769 33554432000 4194304 4196468 140727979791712 140364507518960 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7750] ppid=7684 vsize=10849036 memory=65 CPUtime=5.05 cores=0,2,4,6
/proc/7687/task/7750/stat : 7750 (java) S 7684 7687 5090 0 -1 1077944384 29143 13142 0 0 490 7 5 3 20 0 15 0 444174368 11109412864 468769 33554432000 4194304 4196468 140727979791712 140364506466416 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7751] ppid=7684 vsize=10849036 memory=1875076 CPUtime=1.95 cores=0,2,4,6
/proc/7687/task/7751/stat : 7751 (java) S 7684 7687 5090 0 -1 1077944384 14553 13142 0 0 183 4 5 3 20 0 15 0 444174368 11109412864 468769 33554432000 4194304 4196468 140727979791712 140364505413872 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7752] ppid=7684 vsize=10849036 memory=1875076 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7752/stat : 7752 (java) S 7684 7687 5090 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444174368 11109412864 468769 33554432000 4194304 4196468 140727979791712 140364089215584 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7753] ppid=7684 vsize=10849036 memory=281230030476544 CPUtime=1.48 cores=0,2,4,6
/proc/7687/task/7753/stat : 7753 (java) S 7684 7687 5090 0 -1 1077944384 2300 13142 0 0 73 67 5 3 20 0 15 0 444174368 11109412864 468769 33554432000 4194304 4196468 140727979791712 140364504361776 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
Current children cumulated CPU time: 2415.13 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1875076 KiB

[startup+2442.3 s]
/proc/loadavg: 1.43 1.38 1.48 3/228 8146
/proc/meminfo: memFree=28086532/32770624 swapFree=67001972/67108860
[pid=7687] ppid=7684 vsize=10849036 memory=1875076 CPUtime=2475.8 cores=0,2,4,6
/proc/7687/stat : 7687 (java) S 7684 7687 5090 0 -1 1077944320 357681 13142 0 0 247312 260 5 3 20 0 15 0 444174353 11109412864 468769 33554432000 4194304 4196468 140727979791712 140727979774256 140365538971383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
/proc/7687/statm: 2712259 468769 3630 1 0 2674317 0
[pid=7687/tid=7740] ppid=7684 vsize=10849036 memory=1875076 CPUtime=2427.52 cores=0,2,4,6
/proc/7687/task/7740/stat : 7740 (java) R 7684 7687 5090 0 -1 4202560 97885 13142 0 0 242692 52 5 3 20 0 15 0 444174363 11109412864 468769 33554432000 4194304 4196468 140727979791712 140365510806128 140365133441040 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7741] ppid=7684 vsize=10849036 memory=1875076 CPUtime=7.48 cores=0,2,4,6
/proc/7687/task/7741/stat : 7741 (java) S 7684 7687 5090 0 -1 1077944384 40547 13142 0 0 705 35 5 3 20 0 15 0 444174363 11109412864 468769 33554432000 4194304 4196468 140727979791712 140365543213328 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7742] ppid=7684 vsize=10849036 memory=1875076 CPUtime=7.46 cores=0,2,4,6
/proc/7687/task/7742/stat : 7742 (java) S 7684 7687 5090 0 -1 1077944384 34961 13142 0 0 704 34 5 3 20 0 15 0 444174363 11109412864 468769 33554432000 4194304 4196468 140727979791712 140365442103696 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7743] ppid=7684 vsize=10849036 memory=1875076 CPUtime=7.46 cores=0,2,4,6
/proc/7687/task/7743/stat : 7743 (java) S 7684 7687 5090 0 -1 1077944384 34910 13142 0 0 707 31 5 3 20 0 15 0 444174363 11109412864 468769 33554432000 4194304 4196468 140727979791712 140365441051152 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7744] ppid=7684 vsize=10849036 memory=1873028 CPUtime=7.5 cores=0,2,4,6
/proc/7687/task/7744/stat : 7744 (java) S 7684 7687 5090 0 -1 1077944384 44132 13142 0 0 707 35 5 3 20 0 15 0 444174363 11109412864 468769 33554432000 4194304 4196468 140727979791712 140365439998608 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7745] ppid=7684 vsize=10849036 memory=1875076 CPUtime=5.69 cores=0,2,4,6
/proc/7687/task/7745/stat : 7745 (java) S 7684 7687 5090 0 -1 1077944384 29104 13142 0 0 529 32 5 3 20 0 15 0 444174365 11109412864 468769 33554432000 4194304 4196468 140727979791712 140364542130672 140365538982530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7746] ppid=7684 vsize=10849036 memory=1875076 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7746/stat : 7746 (java) S 7684 7687 5090 0 -1 1077944384 43 13142 0 0 0 0 5 3 20 0 15 0 444174365 11109412864 468769 33554432000 4194304 4196468 140727979791712 140364541077024 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7747] ppid=7684 vsize=10849036 memory=1875076 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7747/stat : 7747 (java) S 7684 7687 5090 0 -1 1077944384 22 13142 0 0 0 0 5 3 20 0 15 0 444174365 11109412864 468769 33554432000 4194304 4196468 140727979791712 140364430173856 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7748] ppid=7684 vsize=10849036 memory=1875076 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7748/stat : 7748 (java) S 7684 7687 5090 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444174368 11109412864 468769 33554432000 4194304 4196468 140727979791712 140364122774224 140365538989979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7749] ppid=7684 vsize=10849036 memory=1875076 CPUtime=4.81 cores=0,2,4,6
/proc/7687/task/7749/stat : 7749 (java) S 7684 7687 5090 0 -1 1077944384 27817 13142 0 0 470 3 5 3 20 0 15 0 444174368 11109412864 468769 33554432000 4194304 4196468 140727979791712 140364507518960 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7750] ppid=7684 vsize=10849036 memory=1875076 CPUtime=5.05 cores=0,2,4,6
/proc/7687/task/7750/stat : 7750 (java) S 7684 7687 5090 0 -1 1077944384 29147 13142 0 0 490 7 5 3 20 0 15 0 444174368 11109412864 468769 33554432000 4194304 4196468 140727979791712 140364506466416 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7751] ppid=7684 vsize=10849036 memory=1875076 CPUtime=1.95 cores=0,2,4,6
/proc/7687/task/7751/stat : 7751 (java) S 7684 7687 5090 0 -1 1077944384 14557 13142 0 0 183 4 5 3 20 0 15 0 444174368 11109412864 468769 33554432000 4194304 4196468 140727979791712 140364505413872 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7752] ppid=7684 vsize=10849036 memory=1875076 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7752/stat : 7752 (java) S 7684 7687 5090 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444174368 11109412864 468769 33554432000 4194304 4196468 140727979791712 140364089215584 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7753] ppid=7684 vsize=10849036 memory=3616 CPUtime=1.51 cores=0,2,4,6
/proc/7687/task/7753/stat : 7753 (java) S 7684 7687 5090 0 -1 1077944384 2344 13142 0 0 74 69 5 3 20 0 15 0 444174368 11109412864 468769 33554432000 4194304 4196468 140727979791712 140364504361776 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
Current children cumulated CPU time: 2475.8 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1875076 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2486 s]*
/proc/loadavg: 1.43 1.39 1.48 3/228 8149
/proc/meminfo: memFree=28086400/32770624 swapFree=67001972/67108860
[pid=7687] ppid=7684 vsize=10849036 memory=1875736 CPUtime=2520 cores=0,2,4,6
/proc/7687/stat : 7687 (java) S 7684 7687 5090 0 -1 1077944320 360527 13142 0 0 251727 265 5 3 20 0 15 0 444174353 11109412864 468934 33554432000 4194304 4196468 140727979791712 140727979774256 140365538971383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
/proc/7687/statm: 2712259 468934 3630 1 0 2674317 0
[pid=7687/tid=7740] ppid=7684 vsize=10849036 memory=1398722017469774279 CPUtime=2470.91 cores=0,2,4,6
/proc/7687/task/7740/stat : 7740 (java) R 7684 7687 5090 0 -1 4202560 98893 13142 0 0 247030 53 5 3 20 0 15 0 444174363 11109412864 468934 33554432000 4194304 4196468 140727979791712 140365510786592 140365133436304 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7741] ppid=7684 vsize=10849036 memory=4126316290023845779 CPUtime=7.64 cores=0,2,4,6
/proc/7687/task/7741/stat : 7741 (java) S 7684 7687 5090 0 -1 1077944384 40649 13142 0 0 721 35 5 3 20 0 15 0 444174363 11109412864 468934 33554432000 4194304 4196468 140727979791712 140365543213328 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7742] ppid=7684 vsize=10849036 memory=1556 CPUtime=7.62 cores=0,2,4,6
/proc/7687/task/7742/stat : 7742 (java) S 7684 7687 5090 0 -1 1077944384 35101 13142 0 0 719 35 5 3 20 0 15 0 444174363 11109412864 468934 33554432000 4194304 4196468 140727979791712 140365442103696 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7743] ppid=7684 vsize=10849036 memory=1056 CPUtime=7.63 cores=0,2,4,6
/proc/7687/task/7743/stat : 7743 (java) S 7684 7687 5090 0 -1 1077944384 35723 13142 0 0 723 32 5 3 20 0 15 0 444174363 11109412864 468934 33554432000 4194304 4196468 140727979791712 140365441051152 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7744] ppid=7684 vsize=10849036 memory=1096 CPUtime=7.66 cores=0,2,4,6
/proc/7687/task/7744/stat : 7744 (java) S 7684 7687 5090 0 -1 1077944384 44531 13142 0 0 723 35 5 3 20 0 15 0 444174363 11109412864 468934 33554432000 4194304 4196468 140727979791712 140365439998608 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7745] ppid=7684 vsize=10849036 memory=14008 CPUtime=5.8 cores=0,2,4,6
/proc/7687/task/7745/stat : 7745 (java) S 7684 7687 5090 0 -1 1077944384 29456 13142 0 0 540 32 5 3 20 0 15 0 444174365 11109412864 468934 33554432000 4194304 4196468 140727979791712 140364542130672 140365538982530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7746] ppid=7684 vsize=10849036 memory=3268 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7746/stat : 7746 (java) S 7684 7687 5090 0 -1 1077944384 43 13142 0 0 0 0 5 3 20 0 15 0 444174365 11109412864 468934 33554432000 4194304 4196468 140727979791712 140364541077024 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7747] ppid=7684 vsize=10849036 memory=1875736 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7747/stat : 7747 (java) S 7684 7687 5090 0 -1 1077944384 22 13142 0 0 0 0 5 3 20 0 15 0 444174365 11109412864 468934 33554432000 4194304 4196468 140727979791712 140364430173856 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7748] ppid=7684 vsize=10849036 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7748/stat : 7748 (java) S 7684 7687 5090 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444174368 11109412864 468934 33554432000 4194304 4196468 140727979791712 140364122774224 140365538989979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7749] ppid=7684 vsize=10849036 memory=3212 CPUtime=4.81 cores=0,2,4,6
/proc/7687/task/7749/stat : 7749 (java) S 7684 7687 5090 0 -1 1077944384 27820 13142 0 0 470 3 5 3 20 0 15 0 444174368 11109412864 468934 33554432000 4194304 4196468 140727979791712 140364507518960 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7750] ppid=7684 vsize=10849036 memory=733148 CPUtime=5.05 cores=0,2,4,6
/proc/7687/task/7750/stat : 7750 (java) S 7684 7687 5090 0 -1 1077944384 29149 13142 0 0 490 7 5 3 20 0 15 0 444174368 11109412864 468934 33554432000 4194304 4196468 140727979791712 140364506466416 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7751] ppid=7684 vsize=10849036 memory=4108 CPUtime=1.95 cores=0,2,4,6
/proc/7687/task/7751/stat : 7751 (java) S 7684 7687 5090 0 -1 1077944384 14559 13142 0 0 183 4 5 3 20 0 15 0 444174368 11109412864 468934 33554432000 4194304 4196468 140727979791712 140364505413872 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7752] ppid=7684 vsize=10849036 memory=1720 CPUtime=0.08 cores=0,2,4,6
/proc/7687/task/7752/stat : 7752 (java) S 7684 7687 5090 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444174368 11109412864 468934 33554432000 4194304 4196468 140727979791712 140364089215584 140365538981589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
[pid=7687/tid=7753] ppid=7684 vsize=10849036 memory=1398722017469774279 CPUtime=1.53 cores=0,2,4,6
/proc/7687/task/7753/stat : 7753 (java) S 7684 7687 5090 0 -1 1077944384 2369 13142 0 0 75 70 5 3 20 0 15 0 444174368 11109412864 468934 33554432000 4194304 4196468 140727979791712 140364504361776 140365538982530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16179200 140727979797231 140727979799749 140727979799749 140727979802575 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1875736 KiB

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

[startup+2486.04 s]
# the end of solver process 7687 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.35 s, system=2.69953 s

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

Child status: 143
Real time (s): 2486.04
CPU time (s): 2520.05
CPU user time (s): 2517.35
CPU system time (s): 2.69953
CPU usage (%): 101.368
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 1944156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.35
system time used= 2.69952
maximum resident set size= 1946204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 377381
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 179919
involuntary context switches= 6421


# summary of solver processes directly reported to runsolver:
#   pid: 7687
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2517.35
#   total CPU system time (s): 2.69953

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.157 second user time and 24.6693 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-17 03:09:23
IDJOB=4401114
IDBENCH=127979
IDSOLVER=2857
FILE ID=node146/4401114-1568682604
RUNJOBID= node146-1568673290-5121
PBS_JOBID= 21703776
Free space on /tmp= 58968 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-6.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401114-1568682604/watcher-4401114-1568682604 -o /tmp/evaluation-result-4401114-1568682604/solver-4401114-1568682604 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568673290-5121 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1917960574 HOME/instance-4401114-1568682604.xml

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

MD5SUM BENCH= 0bc555941feddabd64880acf40a70a83
RANDOM SEED=1917960574

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        29365632 kB
MemAvailable:   30559148 kB
Buffers:          227512 kB
Cached:          1237032 kB
SwapCached:         4440 kB
Active:          2068452 kB
Inactive:         710112 kB
Active(anon):    1331416 kB
Inactive(anon):    30436 kB
Active(file):     737036 kB
Inactive(file):   679676 kB
Unevictable:      110876 kB
Mlocked:          110876 kB
SwapTotal:      67108860 kB
SwapFree:       67001960 kB
Dirty:             36008 kB
Writeback:             0 kB
AnonPages:       1489604 kB
Mapped:            60756 kB
Shmem:             39040 kB
Slab:             215448 kB
SReclaimable:     185280 kB
SUnreclaim:        30168 kB
KernelStack:        3968 kB
PageTables:         8820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2585704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1314816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 58932 MiB
End job on node146 at 2019-09-17 03:50:49