Trace number 4302954

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.9.2-SuperNG? (TO) 252.146 165.977

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-06-0500_c18.xml
MD5SUM26cacd4a9bde3a1253c36df99f6e4e09
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 variables10160
Number of constraints6531
Number of domains106
Minimum domain size2
Maximum domain size145
Distribution of domain sizes[{"size":2,"count":3553},{"size":11,"count":3053},{"size":12,"count":1},{"size":21,"count":9},{"size":23,"count":9},{"size":27,"count":52},{"size":35,"count":16},{"size":38,"count":8},{"size":40,"count":2},{"size":41,"count":37},{"size":43,"count":6},{"size":44,"count":11},{"size":47,"count":21},{"size":49,"count":6},{"size":51,"count":47},{"size":52,"count":4},{"size":53,"count":30},{"size":54,"count":5},{"size":55,"count":1},{"size":60,"count":9},{"size":62,"count":1},{"size":63,"count":27},{"size":65,"count":4},{"size":66,"count":19},{"size":67,"count":33},"...",{"size":102,"count":4}, {"size":103,"count":90}, {"size":104,"count":17}, {"size":105,"count":47}, {"size":107,"count":63}, {"size":108,"count":9}, {"size":109,"count":6}, {"size":111,"count":2}, {"size":112,"count":15}, {"size":113,"count":24}, {"size":116,"count":10}, {"size":117,"count":31}, {"size":119,"count":112}, {"size":120,"count":118}, {"size":121,"count":1}, {"size":122,"count":56}, {"size":129,"count":2}, {"size":131,"count":39}, {"size":132,"count":4}, {"size":133,"count":22}, {"size":136,"count":37}, {"size":138,"count":41}, {"size":139,"count":70}, {"size":140,"count":148}, {"size":145,"count":1779}]
Minimum variable degree2
Maximum variable degree3054
Distribution of variable degrees[{"degree":2,"count":9160},{"degree":3,"count":4},{"degree":4,"count":4},{"degree":5,"count":14},{"degree":6,"count":18},{"degree":7,"count":34},{"degree":8,"count":46},{"degree":9,"count":47},{"degree":10,"count":58},{"degree":11,"count":53},{"degree":12,"count":75},{"degree":13,"count":101},{"degree":14,"count":110},{"degree":15,"count":138},{"degree":16,"count":215},{"degree":17,"count":78},{"degree":18,"count":3},{"degree":19,"count":1},{"degree":3054,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":425},{"arity":3,"count":3053},{"arity":6,"count":3053}]
Number of extensional constraints3053
Number of intensional constraints3478
Distribution of constraint types[{"type":"extension","count":3053},{"type":"intension","count":3478}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
252.06/165.92	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.06/165.92		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.06/165.92		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.06/165.92		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.06/165.92		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:254)
252.06/165.92		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:16)
252.06/165.92		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.06/165.92		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.06/165.92		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.06/165.92		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/165.92		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.06/165.92		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.06/165.92		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/165.92		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.06/165.92		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.06/165.92		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/165.92		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.06/165.92		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.06/165.92		at scala.Option.map(Option.scala:146)
252.06/165.92		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.06/165.92		at concrete.MAC.mac(MAC.scala:203)
252.06/165.92		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.06/165.92		at scala.util.Try$.apply(Try.scala:209)
252.06/165.92		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.06/165.92		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.06/165.92		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.06/165.92		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.06/165.92		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.06/165.92		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.06/165.92		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.06/165.92		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.06/165.92		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.06/165.92		at concrete.MAC.oneRun(MAC.scala:253)
252.06/165.92		at concrete.MAC.nextSolution(MAC.scala:272)
252.06/165.92		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
252.06/165.92		at concrete.ProblemState.map(ProblemState.scala:221)
252.06/165.92		at concrete.ProblemState.map(ProblemState.scala:204)
252.06/165.92		at concrete.MAC.nextSolution(MAC.scala:334)
252.06/165.92		at concrete.Solver.hasNext(Solver.scala:166)
252.06/165.92		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.06/165.92		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.06/165.92		at concrete.Solver.foreach(Solver.scala:68)
252.06/165.92		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.06/165.92		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.06/165.92		at scala.util.Success.map(Try.scala:209)
252.06/165.92		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.06/165.92		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.06/165.92		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.06/165.92		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.06/165.92		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.06/165.92		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.06/165.92		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.06/165.92		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.06/165.92		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.06/165.92		at scala.collection.immutable.List.foreach(List.scala:389)
252.06/165.92		at scala.App.main(App.scala:76)
252.06/165.92		at scala.App.main$(App.scala:74)
252.06/165.92		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.06/165.92		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.06/165.92	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12539 MiB free)
  memory of node 1: 16384 MiB (9990 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302954-1532896676/watcher-4302954-1532896676 -o /tmp/evaluation-result-4302954-1532896676/solver-4302954-1532896676 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24643 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=772606411 -superng HOME/instance-4302954-1532896676.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=28300, runsolver pid=28297

[startup+0.100122 s]*
/proc/loadavg: 1.65 1.81 1.93 5/206 28357
/proc/meminfo: memFree=23061968/32770624 swapFree=67108792/67108860
[pid=28300] ppid=28297 vsize=10005480 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28297 28300 22977 0 -1 1077944320 4380 13202 0 0 1 1 4 3 20 0 6 0 107230928 10245611520 4204 33554432000 4194304 4196468 140731206296864 140731206279408 140133419642615 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
/proc/28300/statm: 2501370 4204 1935 1 0 2489808 0
[pid=28300/tid=28353] ppid=28297 vsize=10005480 memory=4279135704013571469 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28353/stat : 28353 (java) R 28297 28300 22977 0 -1 4202560 2184 13202 0 0 0 0 4 3 20 0 6 0 107230937 10245611520 4204 33554432000 4194304 4196468 140731206296864 140133391479376 140133403723102 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28354] ppid=28297 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28354/stat : 28354 (java) S 28297 28300 22977 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 6 0 107230938 10245611520 4204 33554432000 4194304 4196468 140731206296864 140133423884944 140133419652821 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28355] ppid=28297 vsize=10005480 memory=140717295412864 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28355/stat : 28355 (java) S 28297 28300 22977 0 -1 1077944384 2 13202 0 0 0 0 4 3 20 0 6 0 107230938 10245611520 4204 33554432000 4194304 4196468 140731206296864 140133309082128 140133419652821 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28356] ppid=28297 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28356/stat : 28356 (java) S 28297 28300 22977 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 6 0 107230938 10245611520 4204 33554432000 4194304 4196468 140731206296864 140132958001552 140133419652821 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28357] ppid=28297 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28357/stat : 28357 (java) S 28297 28300 22977 0 -1 1077944384 2 13202 0 0 0 0 4 3 20 0 6 0 107230938 10245611520 4204 33554432000 4194304 4196468 140731206296864 140132956948752 140133419652821 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16816 KiB

[startup+0.20995 s]*
/proc/loadavg: 1.68 1.82 1.93 5/215 28366
/proc/meminfo: memFree=23037408/32770624 swapFree=67108792/67108860
[pid=28300] ppid=28297 vsize=10982744 memory=45524 CPUtime=0.26 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28297 28300 22977 0 -1 1077944320 8070 13202 0 0 17 2 4 3 20 0 15 0 107230928 11246329856 11381 33554432000 4194304 4196468 140731206296864 140731206279408 140133419642615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
/proc/28300/statm: 2745686 11381 2946 1 0 2708109 0
[pid=28300/tid=28353] ppid=28297 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/28300/task/28353/stat : 28353 (java) R 28297 28300 22977 0 -1 4202560 4667 13202 0 0 10 1 4 3 20 0 15 0 107230937 11246329856 11381 33554432000 4194304 4196468 140731206296864 140133391438656 140133411879742 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28354] ppid=28297 vsize=10982744 memory=343 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28354/stat : 28354 (java) S 28297 28300 22977 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 107230938 11246329856 11381 33554432000 4194304 4196468 140731206296864 140133423884944 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28355] ppid=28297 vsize=10982744 memory=3978563237882635936 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28355/stat : 28355 (java) S 28297 28300 22977 0 -1 1077944384 2 13202 0 0 0 0 4 3 20 0 15 0 107230938 11246329856 11381 33554432000 4194304 4196468 140731206296864 140133309082128 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28356] ppid=28297 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28356/stat : 28356 (java) S 28297 28300 22977 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 107230938 11246329856 11381 33554432000 4194304 4196468 140731206296864 140132958001552 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28357] ppid=28297 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28357/stat : 28357 (java) S 28297 28300 22977 0 -1 1077944384 2 13202 0 0 0 0 4 3 20 0 15 0 107230938 11246329856 11381 33554432000 4194304 4196468 140731206296864 140132956948752 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28358] ppid=28297 vsize=10982744 memory=140717295412864 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28358/stat : 28358 (java) S 28297 28300 22977 0 -1 1077944384 2 13202 0 0 0 0 4 3 20 0 15 0 107230939 11246329856 11381 33554432000 4194304 4196468 140731206296864 140132657892208 140133419653762 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28359] ppid=28297 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28359/stat : 28359 (java) S 28297 28300 22977 0 -1 1077944384 13 13202 0 0 0 0 4 3 20 0 15 0 107230940 11246329856 11381 33554432000 4194304 4196468 140731206296864 140132166395424 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28360] ppid=28297 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28360/stat : 28360 (java) S 28297 28300 22977 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 107230940 11246329856 11381 33554432000 4194304 4196468 140731206296864 140131965068656 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28361] ppid=28297 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28361/stat : 28361 (java) S 28297 28300 22977 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 107230943 11246329856 11381 33554432000 4194304 4196468 140731206296864 140131657668944 140133419661211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28362] ppid=28297 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28300/task/28362/stat : 28362 (java) S 28297 28300 22977 0 -1 1077944384 362 13202 0 0 1 0 4 3 20 0 15 0 107230943 11246329856 11381 33554432000 4194304 4196468 140731206296864 140132656839024 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28363] ppid=28297 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28363/stat : 28363 (java) S 28297 28300 22977 0 -1 1077944384 245 13202 0 0 0 0 4 3 20 0 15 0 107230943 11246329856 11381 33554432000 4194304 4196468 140731206296864 140132655786224 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28364] ppid=28297 vsize=10982744 memory=140717295412864 CPUtime=0.1 cores=0,2,4,6
/proc/28300/task/28364/stat : 28364 (java) S 28297 28300 22977 0 -1 1077944384 610 13202 0 0 3 0 4 3 20 0 15 0 107230943 11246329856 11381 33554432000 4194304 4196468 140731206296864 140132654733424 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28365] ppid=28297 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28365/stat : 28365 (java) S 28297 28300 22977 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 107230943 11246329856 11381 33554432000 4194304 4196468 140731206296864 140131226872032 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28366] ppid=28297 vsize=10982744 memory=140717295412864 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28366/stat : 28366 (java) S 28297 28300 22977 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 107230943 11246329856 11381 33554432000 4194304 4196468 140731206296864 140132653681840 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45524 KiB

[startup+0.31017 s]*
/proc/loadavg: 1.68 1.82 1.93 5/215 28366
/proc/meminfo: memFree=23025856/32770624 swapFree=67108792/67108860
[pid=28300] ppid=28297 vsize=10983192 memory=56224 CPUtime=0.37 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28297 28300 22977 0 -1 1077944320 10612 13202 0 0 28 2 4 3 20 0 15 0 107230928 11246788608 14056 33554432000 4194304 4196468 140731206296864 140731206279408 140133419642615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
/proc/28300/statm: 2745798 14056 3065 1 0 2708109 0
[pid=28300/tid=28353] ppid=28297 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/28300/task/28353/stat : 28353 (java) R 28297 28300 22977 0 -1 4202560 7157 13202 0 0 19 2 4 3 20 0 15 0 107230937 11246788608 14056 33554432000 4194304 4196468 140731206296864 140133391454624 140133419664541 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28354] ppid=28297 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28354/stat : 28354 (java) S 28297 28300 22977 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 107230938 11246788608 14056 33554432000 4194304 4196468 140731206296864 140133423884944 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28355] ppid=28297 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28355/stat : 28355 (java) S 28297 28300 22977 0 -1 1077944384 2 13202 0 0 0 0 4 3 20 0 15 0 107230938 11246788608 14056 33554432000 4194304 4196468 140731206296864 140133309082128 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28356] ppid=28297 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28356/stat : 28356 (java) S 28297 28300 22977 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 107230938 11246788608 14056 33554432000 4194304 4196468 140731206296864 140132958001552 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28357] ppid=28297 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28357/stat : 28357 (java) S 28297 28300 22977 0 -1 1077944384 2 13202 0 0 0 0 4 3 20 0 15 0 107230938 11246788608 14056 33554432000 4194304 4196468 140731206296864 140132956948752 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28358] ppid=28297 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28358/stat : 28358 (java) S 28297 28300 22977 0 -1 1077944384 2 13202 0 0 0 0 4 3 20 0 15 0 107230939 11246788608 14056 33554432000 4194304 4196468 140731206296864 140132657892208 140133419653762 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28359] ppid=28297 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28359/stat : 28359 (java) S 28297 28300 22977 0 -1 1077944384 13 13202 0 0 0 0 4 3 20 0 15 0 107230940 11246788608 14056 33554432000 4194304 4196468 140731206296864 140132166395424 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28360] ppid=28297 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28360/stat : 28360 (java) S 28297 28300 22977 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 107230940 11246788608 14056 33554432000 4194304 4196468 140731206296864 140131965068656 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28361] ppid=28297 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28361/stat : 28361 (java) S 28297 28300 22977 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 107230943 11246788608 14056 33554432000 4194304 4196468 140731206296864 140131657668944 140133419661211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28362] ppid=28297 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28300/task/28362/stat : 28362 (java) S 28297 28300 22977 0 -1 1077944384 363 13202 0 0 1 0 4 3 20 0 15 0 107230943 11246788608 14056 33554432000 4194304 4196468 140731206296864 140132656839024 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28363] ppid=28297 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28300/task/28363/stat : 28363 (java) S 28297 28300 22977 0 -1 1077944384 249 13202 0 0 1 0 4 3 20 0 15 0 107230943 11246788608 14056 33554432000 4194304 4196468 140731206296864 140132655786224 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28364] ppid=28297 vsize=10983192 memory=140717295412864 CPUtime=0.12 cores=0,2,4,6
/proc/28300/task/28364/stat : 28364 (java) S 28297 28300 22977 0 -1 1077944384 616 13202 0 0 5 0 4 3 20 0 15 0 107230943 11246788608 14056 33554432000 4194304 4196468 140731206296864 140132654733424 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28365] ppid=28297 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28365/stat : 28365 (java) S 28297 28300 22977 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 107230943 11246788608 14056 33554432000 4194304 4196468 140731206296864 140131226872032 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28366] ppid=28297 vsize=10983192 memory=140717295412864 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28366/stat : 28366 (java) S 28297 28300 22977 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 107230943 11246788608 14056 33554432000 4194304 4196468 140731206296864 140132653681840 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56224 KiB

[startup+0.700762 s]
/proc/loadavg: 1.68 1.82 1.93 5/215 28366
/proc/meminfo: memFree=23007876/32770624 swapFree=67108792/67108860
[pid=28300] ppid=28297 vsize=10983192 memory=88776 CPUtime=0.99 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28297 28300 22977 0 -1 1077944320 16798 13202 0 0 87 5 4 3 20 0 15 0 107230928 11246788608 22194 33554432000 4194304 4196468 140731206296864 140731206279408 140133419642615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
/proc/28300/statm: 2745798 22194 3246 1 0 2708109 0
[pid=28300/tid=28353] ppid=28297 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/28300/task/28353/stat : 28353 (java) R 28297 28300 22977 0 -1 4202560 12319 13202 0 0 55 3 4 3 20 0 15 0 107230937 11246788608 22194 33554432000 4194304 4196468 140731206296864 140133391463440 140133401207611 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28354] ppid=28297 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28354/stat : 28354 (java) S 28297 28300 22977 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 107230938 11246788608 22194 33554432000 4194304 4196468 140731206296864 140133423884944 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28355] ppid=28297 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28355/stat : 28355 (java) S 28297 28300 22977 0 -1 1077944384 2 13202 0 0 0 0 4 3 20 0 15 0 107230938 11246788608 22194 33554432000 4194304 4196468 140731206296864 140133309082128 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28356] ppid=28297 vsize=10983192 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28356/stat : 28356 (java) S 28297 28300 22977 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 107230938 11246788608 22194 33554432000 4194304 4196468 140731206296864 140132958001552 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28357] ppid=28297 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28357/stat : 28357 (java) S 28297 28300 22977 0 -1 1077944384 2 13202 0 0 0 0 4 3 20 0 15 0 107230938 11246788608 22194 33554432000 4194304 4196468 140731206296864 140132956948752 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28358] ppid=28297 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28358/stat : 28358 (java) S 28297 28300 22977 0 -1 1077944384 5 13202 0 0 0 0 4 3 20 0 15 0 107230939 11246788608 22194 33554432000 4194304 4196468 140731206296864 140132657892208 140133419653762 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28359] ppid=28297 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28359/stat : 28359 (java) S 28297 28300 22977 0 -1 1077944384 13 13202 0 0 0 0 4 3 20 0 15 0 107230940 11246788608 22194 33554432000 4194304 4196468 140731206296864 140132166395424 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28360] ppid=28297 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28360/stat : 28360 (java) S 28297 28300 22977 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 107230940 11246788608 22194 33554432000 4194304 4196468 140731206296864 140131965068656 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28361] ppid=28297 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28361/stat : 28361 (java) S 28297 28300 22977 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 107230943 11246788608 22194 33554432000 4194304 4196468 140731206296864 140131657668944 140133419661211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28362] ppid=28297 vsize=10983192 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/28300/task/28362/stat : 28362 (java) S 28297 28300 22977 0 -1 1077944384 965 13202 0 0 11 0 4 3 20 0 15 0 107230943 11246788608 22194 33554432000 4194304 4196468 140731206296864 140132656839024 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28363] ppid=28297 vsize=10983192 memory=140717154411600 CPUtime=0.13 cores=0,2,4,6
/proc/28300/task/28363/stat : 28363 (java) S 28297 28300 22977 0 -1 1077944384 603 13202 0 0 6 0 4 3 20 0 15 0 107230943 11246788608 22194 33554432000 4194304 4196468 140731206296864 140132655786224 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28364] ppid=28297 vsize=10983192 memory=143305878798990 CPUtime=0.2 cores=0,2,4,6
/proc/28300/task/28364/stat : 28364 (java) S 28297 28300 22977 0 -1 1077944384 681 13202 0 0 13 0 4 3 20 0 15 0 107230943 11246788608 22194 33554432000 4194304 4196468 140731206296864 140132654733424 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28365] ppid=28297 vsize=10983192 memory=4136 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28365/stat : 28365 (java) S 28297 28300 22977 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 107230943 11246788608 22194 33554432000 4194304 4196468 140731206296864 140131226872032 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28366] ppid=28297 vsize=10983192 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28366/stat : 28366 (java) S 28297 28300 22977 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 107230943 11246788608 22194 33554432000 4194304 4196468 140731206296864 140132653681840 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88776 KiB

[startup+1.50462 s]
/proc/loadavg: 1.68 1.82 1.93 3/215 28366
/proc/meminfo: memFree=22960924/32770624 swapFree=67108792/67108860
[pid=28300] ppid=28297 vsize=10991872 memory=480264 CPUtime=2.92 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28297 28300 22977 0 -1 1077944320 22490 13202 0 0 247 38 4 3 20 0 15 0 107230928 11255676928 120066 33554432000 4194304 4196468 140731206296864 140731206279408 140133419642615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
/proc/28300/statm: 2747968 120066 3448 1 0 2709645 0
[pid=28300/tid=28353] ppid=28297 vsize=10991872 memory=10799 CPUtime=1.31 cores=0,2,4,6
/proc/28300/task/28353/stat : 28353 (java) S 28297 28300 22977 0 -1 1077944384 14642 13202 0 0 115 9 4 3 20 0 15 0 107230937 11255676928 120066 33554432000 4194304 4196468 140731206296864 140133391478304 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28354] ppid=28297 vsize=10991872 memory=6791534058613427641 CPUtime=0.17 cores=0,2,4,6
/proc/28300/task/28354/stat : 28354 (java) S 28297 28300 22977 0 -1 1077944384 108 13202 0 0 5 5 4 3 20 0 15 0 107230938 11255676928 120066 33554432000 4194304 4196468 140731206296864 140133423884944 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28355] ppid=28297 vsize=10991872 memory=1408 CPUtime=0.17 cores=0,2,4,6
/proc/28300/task/28355/stat : 28355 (java) S 28297 28300 22977 0 -1 1077944384 251 13202 0 0 4 6 4 3 20 0 15 0 107230938 11255676928 120066 33554432000 4194304 4196468 140731206296864 140133309082128 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28356] ppid=28297 vsize=10991872 memory=2872 CPUtime=0.2 cores=0,2,4,6
/proc/28300/task/28356/stat : 28356 (java) S 28297 28300 22977 0 -1 1077944384 279 13202 0 0 6 7 4 3 20 0 15 0 107230938 11255676928 120066 33554432000 4194304 4196468 140731206296864 140132958001552 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28357] ppid=28297 vsize=10991872 memory=88776 CPUtime=0.19 cores=0,2,4,6
/proc/28300/task/28357/stat : 28357 (java) S 28297 28300 22977 0 -1 1077944384 536 13202 0 0 6 6 4 3 20 0 15 0 107230938 11255676928 120066 33554432000 4194304 4196468 140731206296864 140132956948752 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28358] ppid=28297 vsize=10991872 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28358/stat : 28358 (java) R 28297 28300 22977 0 -1 4202560 104 13202 0 0 0 0 4 3 20 0 15 0 107230939 11255676928 120066 33554432000 4194304 4196468 140731206296864 140132657890528 140133405323265 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28359] ppid=28297 vsize=10991872 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28359/stat : 28359 (java) S 28297 28300 22977 0 -1 1077944384 13 13202 0 0 0 0 4 3 20 0 15 0 107230940 11255676928 120066 33554432000 4194304 4196468 140731206296864 140132166395424 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28360] ppid=28297 vsize=10991872 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28360/stat : 28360 (java) S 28297 28300 22977 0 -1 1077944384 2 13202 0 0 0 0 4 3 20 0 15 0 107230940 11255676928 120066 33554432000 4194304 4196468 140731206296864 140131965068656 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28361] ppid=28297 vsize=10991872 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28361/stat : 28361 (java) S 28297 28300 22977 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 107230943 11255676928 120066 33554432000 4194304 4196468 140731206296864 140131657668944 140133419661211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28362] ppid=28297 vsize=10991872 memory=4638778398332698720 CPUtime=0.57 cores=0,2,4,6
/proc/28300/task/28362/stat : 28362 (java) S 28297 28300 22977 0 -1 1077944384 2328 13202 0 0 50 0 4 3 20 0 15 0 107230943 11255676928 120066 33554432000 4194304 4196468 140731206296864 140132656824016 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28363] ppid=28297 vsize=10991872 memory=281434309303168 CPUtime=0.35 cores=0,2,4,6
/proc/28300/task/28363/stat : 28363 (java) S 28297 28300 22977 0 -1 1077944384 983 13202 0 0 28 0 4 3 20 0 15 0 107230943 11255676928 120066 33554432000 4194304 4196468 140731206296864 140132655786224 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28364] ppid=28297 vsize=10991872 memory=6944656592452807323 CPUtime=0.35 cores=0,2,4,6
/proc/28300/task/28364/stat : 28364 (java) S 28297 28300 22977 0 -1 1077944384 1045 13202 0 0 28 0 4 3 20 0 15 0 107230943 11255676928 120066 33554432000 4194304 4196468 140731206296864 140132654733424 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28365] ppid=28297 vsize=10991872 memory=1399101730491701635 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28365/stat : 28365 (java) S 28297 28300 22977 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 107230943 11255676928 120066 33554432000 4194304 4196468 140731206296864 140131226872032 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28366] ppid=28297 vsize=10991872 memory=4137290303932963203 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28366/stat : 28366 (java) S 28297 28300 22977 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 107230943 11255676928 120066 33554432000 4194304 4196468 140731206296864 140132653681840 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
Current children cumulated CPU time: 2.92 s
Current children cumulated vsize: 10991872 KiB

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

/proc/28300/task/28353/stat : 28353 (java) S 28297 28300 22977 0 -1 1077944384 36990 13202 0 0 4467 30 4 3 20 0 15 0 107230937 11272552448 1045437 33554432000 4194304 4196468 140731206296864 140133391473424 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28354] ppid=28297 vsize=11008352 memory=7649399375691724850 CPUtime=5.74 cores=0,2,4,6
/proc/28300/task/28354/stat : 28354 (java) R 28297 28300 22977 0 -1 4202560 3005 13202 0 0 482 85 4 3 20 0 15 0 107230938 11272552448 1045437 33554432000 4194304 4196468 140731206296864 140133423884944 140133404664736 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28355] ppid=28297 vsize=11008352 memory=7649399379986692146 CPUtime=5.76 cores=0,2,4,6
/proc/28300/task/28355/stat : 28355 (java) R 28297 28300 22977 0 -1 4202560 4620 13202 0 0 482 87 4 3 20 0 15 0 107230938 11272552448 1045437 33554432000 4194304 4196468 140731206296864 140133309082328 140133404664736 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28356] ppid=28297 vsize=11008352 memory=7649399384281659442 CPUtime=5.79 cores=0,2,4,6
/proc/28300/task/28356/stat : 28356 (java) R 28297 28300 22977 0 -1 4202560 4608 13202 0 0 481 91 4 3 20 0 15 0 107230938 11272552448 1045437 33554432000 4194304 4196468 140731206296864 140132958001752 140133412742526 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28357] ppid=28297 vsize=11008352 memory=7649399388576626738 CPUtime=5.78 cores=0,2,4,6
/proc/28300/task/28357/stat : 28357 (java) R 28297 28300 22977 0 -1 4202560 4760 13202 0 0 484 87 4 3 20 0 15 0 107230938 11272552448 1045437 33554432000 4194304 4196468 140731206296864 140132956948952 140133404666748 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28358] ppid=28297 vsize=11008352 memory=7649399392871594034 CPUtime=0.27 cores=0,2,4,6
/proc/28300/task/28358/stat : 28358 (java) S 28297 28300 22977 0 -1 1077944384 12975 13202 0 0 20 0 4 3 20 0 15 0 107230939 11272552448 1045437 33554432000 4194304 4196468 140731206296864 140132657890720 140133419652821 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28359] ppid=28297 vsize=11008352 memory=7649399397166561330 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28359/stat : 28359 (java) S 28297 28300 22977 0 -1 1077944384 17 13202 0 0 0 0 4 3 20 0 15 0 107230940 11272552448 1045437 33554432000 4194304 4196468 140731206296864 140132166395488 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28360] ppid=28297 vsize=11008352 memory=7649399358528632882 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28360/stat : 28360 (java) S 28297 28300 22977 0 -1 1077944384 7 13202 0 0 0 0 4 3 20 0 15 0 107230940 11272552448 1045437 33554432000 4194304 4196468 140731206296864 140131965068672 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28361] ppid=28297 vsize=11008352 memory=7649399362823600178 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28361/stat : 28361 (java) S 28297 28300 22977 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 107230943 11272552448 1045437 33554432000 4194304 4196468 140731206296864 140131657668944 140133419661211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28362] ppid=28297 vsize=11008352 memory=7649399367118567474 CPUtime=3.57 cores=0,2,4,6
/proc/28300/task/28362/stat : 28362 (java) S 28297 28300 22977 0 -1 1077944384 6578 13202 0 0 349 1 4 3 20 0 15 0 107230943 11272552448 1045437 33554432000 4194304 4196468 140731206296864 140132656839024 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28363] ppid=28297 vsize=11008352 memory=7649399371413534770 CPUtime=3.63 cores=0,2,4,6
/proc/28300/task/28363/stat : 28363 (java) S 28297 28300 22977 0 -1 1077944384 7390 13202 0 0 354 2 4 3 20 0 15 0 107230943 11272552448 1045437 33554432000 4194304 4196468 140731206296864 140132655786224 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28364] ppid=28297 vsize=11008352 memory=7649399375708502066 CPUtime=1.68 cores=0,2,4,6
/proc/28300/task/28364/stat : 28364 (java) S 28297 28300 22977 0 -1 1077944384 7008 13202 0 0 158 3 4 3 20 0 15 0 107230943 11272552448 1045437 33554432000 4194304 4196468 140731206296864 140132654733424 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28365] ppid=28297 vsize=11008352 memory=7649399380003469362 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28365/stat : 28365 (java) S 28297 28300 22977 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 107230943 11272552448 1045437 33554432000 4194304 4196468 140731206296864 140131226872032 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28366] ppid=28297 vsize=11008352 memory=7649399384298436658 CPUtime=0.09 cores=0,2,4,6
/proc/28300/task/28366/stat : 28366 (java) S 28297 28300 22977 0 -1 1077944384 755 13202 0 0 1 1 4 3 20 0 15 0 107230943 11272552448 1045437 33554432000 4194304 4196468 140731206296864 140132653681840 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
Current children cumulated CPU time: 76.85 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 4181748 KiB

[startup+102.301 s]
/proc/loadavg: 2.49 2.01 1.98 6/217 28369
/proc/meminfo: memFree=18821572/32770624 swapFree=67108792/67108860
[pid=28300] ppid=28297 vsize=11010400 memory=4022976 CPUtime=154.1 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28297 28300 22977 0 -1 1077944320 148357 13202 0 0 14945 458 4 3 20 0 15 0 107230928 11274649600 1005744 33554432000 4194304 4196468 140731206296864 140731206279408 140133419642615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
/proc/28300/statm: 2752600 1005744 3530 1 0 2714253 0
[pid=28300/tid=28353] ppid=28297 vsize=11010400 memory=288230613264378207 CPUtime=88.85 cores=0,2,4,6
/proc/28300/task/28353/stat : 28353 (java) S 28297 28300 22977 0 -1 1077944384 41550 13202 0 0 8847 31 4 3 20 0 15 0 107230937 11274649600 1005744 33554432000 4194304 4196468 140731206296864 140133391476576 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28354] ppid=28297 vsize=11010400 memory=536426 CPUtime=12.56 cores=0,2,4,6
/proc/28300/task/28354/stat : 28354 (java) R 28297 28300 22977 0 -1 4202560 14098 13202 0 0 1150 99 4 3 20 0 15 0 107230938 11274649600 1005744 33554432000 4194304 4196468 140731206296864 140133423885144 140133404340254 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28355] ppid=28297 vsize=11010400 memory=7739275875021242472 CPUtime=12.58 cores=0,2,4,6
/proc/28300/task/28355/stat : 28355 (java) R 28297 28300 22977 0 -1 4202560 12839 13202 0 0 1149 102 4 3 20 0 15 0 107230938 11274649600 1005744 33554432000 4194304 4196468 140731206296864 140133309081712 140133412270823 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28356] ppid=28297 vsize=11010400 memory=7161658453766139495 CPUtime=12.6 cores=0,2,4,6
/proc/28300/task/28356/stat : 28356 (java) R 28297 28300 22977 0 -1 4202560 12173 13202 0 0 1148 105 4 3 20 0 15 0 107230938 11274649600 1005744 33554432000 4194304 4196468 140731206296864 140132958001136 140133412270823 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28357] ppid=28297 vsize=11010400 memory=7013346313792345952 CPUtime=12.61 cores=0,2,4,6
/proc/28300/task/28357/stat : 28357 (java) R 28297 28300 22977 0 -1 4202560 11856 13202 0 0 1152 102 4 3 20 0 15 0 107230938 11274649600 1005744 33554432000 4194304 4196468 140731206296864 140132956948336 140133412270823 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28358] ppid=28297 vsize=11010400 memory=7379259484202953303 CPUtime=0.75 cores=0,2,4,6
/proc/28300/task/28358/stat : 28358 (java) S 28297 28300 22977 0 -1 1077944384 16759 13202 0 0 67 1 4 3 20 0 15 0 107230939 11274649600 1005744 33554432000 4194304 4196468 140731206296864 140132657890528 140133419652821 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28359] ppid=28297 vsize=11010400 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28359/stat : 28359 (java) S 28297 28300 22977 0 -1 1077944384 19 13202 0 0 0 0 4 3 20 0 15 0 107230940 11274649600 1005744 33554432000 4194304 4196468 140731206296864 140132166395488 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28360] ppid=28297 vsize=11010400 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28360/stat : 28360 (java) S 28297 28300 22977 0 -1 1077944384 8 13202 0 0 0 0 4 3 20 0 15 0 107230940 11274649600 1005744 33554432000 4194304 4196468 140731206296864 140131965068672 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28361] ppid=28297 vsize=11010400 memory=4294969504 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28361/stat : 28361 (java) S 28297 28300 22977 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 107230943 11274649600 1005744 33554432000 4194304 4196468 140731206296864 140131657668944 140133419661211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28362] ppid=28297 vsize=11010400 memory=2273 CPUtime=6.46 cores=0,2,4,6
/proc/28300/task/28362/stat : 28362 (java) S 28297 28300 22977 0 -1 1077944384 13244 13202 0 0 637 2 4 3 20 0 15 0 107230943 11274649600 1005744 33554432000 4194304 4196468 140731206296864 140132656839024 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28363] ppid=28297 vsize=11010400 memory=9220 CPUtime=5.81 cores=0,2,4,6
/proc/28300/task/28363/stat : 28363 (java) S 28297 28300 22977 0 -1 1077944384 10584 13202 0 0 571 3 4 3 20 0 15 0 107230943 11274649600 1005744 33554432000 4194304 4196468 140731206296864 140132655786224 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28364] ppid=28297 vsize=11010400 memory=11492 CPUtime=2.27 cores=0,2,4,6
/proc/28300/task/28364/stat : 28364 (java) S 28297 28300 22977 0 -1 1077944384 12232 13202 0 0 215 5 4 3 20 0 15 0 107230943 11274649600 1005744 33554432000 4194304 4196468 140731206296864 140132654733424 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28365] ppid=28297 vsize=11010400 memory=588846155457719555 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28365/stat : 28365 (java) S 28297 28300 22977 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 107230943 11274649600 1005744 33554432000 4194304 4196468 140731206296864 140131226872032 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28366] ppid=28297 vsize=11010400 memory=3545238011844304944 CPUtime=0.11 cores=0,2,4,6
/proc/28300/task/28366/stat : 28366 (java) S 28297 28300 22977 0 -1 1077944384 793 13202 0 0 2 2 4 3 20 0 15 0 107230943 11274649600 1005744 33554432000 4194304 4196468 140731206296864 140132653681840 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
Current children cumulated CPU time: 154.1 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 4022976 KiB

[startup+162.301 s]
/proc/loadavg: 2.05 1.99 1.98 3/216 28503
/proc/meminfo: memFree=20030816/32770624 swapFree=67108792/67108860
[pid=28300] ppid=28297 vsize=11016544 memory=4135100 CPUtime=248.32 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28297 28300 22977 0 -1 1077944320 237333 13202 0 0 24335 490 4 3 20 0 15 0 107230928 11280941056 1033775 33554432000 4194304 4196468 140731206296864 140731206279408 140133419642615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
/proc/28300/statm: 2754136 1033775 3543 1 0 2715789 0
[pid=28300/tid=28353] ppid=28297 vsize=11016544 memory=297237795322462533 CPUtime=138.6 cores=0,2,4,6
/proc/28300/task/28353/stat : 28353 (java) R 28297 28300 22977 0 -1 4202560 64918 13202 0 0 13818 35 4 3 20 0 15 0 107230937 11280941056 1033775 33554432000 4194304 4196468 140731206296864 140133391470416 140133013399844 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28354] ppid=28297 vsize=11016544 memory=4279095189885695520 CPUtime=20.83 cores=0,2,4,6
/proc/28300/task/28354/stat : 28354 (java) S 28297 28300 22977 0 -1 1077944384 20141 13202 0 0 1974 102 4 3 20 0 15 0 107230938 11280941056 1033775 33554432000 4194304 4196468 140731206296864 140133423884944 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28355] ppid=28297 vsize=11016544 memory=5865727821814513767 CPUtime=20.74 cores=0,2,4,6
/proc/28300/task/28355/stat : 28355 (java) S 28297 28300 22977 0 -1 1077944384 17629 13202 0 0 1959 108 4 3 20 0 15 0 107230938 11280941056 1033775 33554432000 4194304 4196468 140731206296864 140133309082128 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28356] ppid=28297 vsize=11016544 memory=7234286711418284897 CPUtime=20.82 cores=0,2,4,6
/proc/28300/task/28356/stat : 28356 (java) S 28297 28300 22977 0 -1 1077944384 20996 13202 0 0 1966 109 4 3 20 0 15 0 107230938 11280941056 1033775 33554432000 4194304 4196468 140731206296864 140132958001552 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28357] ppid=28297 vsize=11016544 memory=-7240599198935759669 CPUtime=20.79 cores=0,2,4,6
/proc/28300/task/28357/stat : 28357 (java) S 28297 28300 22977 0 -1 1077944384 20419 13202 0 0 1961 111 4 3 20 0 15 0 107230938 11280941056 1033775 33554432000 4194304 4196468 140731206296864 140132956948752 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28358] ppid=28297 vsize=11016544 memory=8257237230052613020 CPUtime=2.61 cores=0,2,4,6
/proc/28300/task/28358/stat : 28358 (java) S 28297 28300 22977 0 -1 1077944384 32400 13202 0 0 252 2 4 3 20 0 15 0 107230939 11280941056 1033775 33554432000 4194304 4196468 140731206296864 140132657892208 140133419653762 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28359] ppid=28297 vsize=11016544 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28359/stat : 28359 (java) S 28297 28300 22977 0 -1 1077944384 22 13202 0 0 0 0 4 3 20 0 15 0 107230940 11280941056 1033775 33554432000 4194304 4196468 140731206296864 140132166395552 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28360] ppid=28297 vsize=11016544 memory=140717295426145 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28360/stat : 28360 (java) S 28297 28300 22977 0 -1 1077944384 15 13202 0 0 0 0 4 3 20 0 15 0 107230940 11280941056 1033775 33554432000 4194304 4196468 140731206296864 140131965068672 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28361] ppid=28297 vsize=11016544 memory=7811043232349448786 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28361/stat : 28361 (java) S 28297 28300 22977 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 107230943 11280941056 1033775 33554432000 4194304 4196468 140731206296864 140131657668944 140133419661211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28362] ppid=28297 vsize=11016544 memory=7590936397665494634 CPUtime=10.89 cores=0,2,4,6
/proc/28300/task/28362/stat : 28362 (java) S 28297 28300 22977 0 -1 1077944384 21588 13202 0 0 1079 3 4 3 20 0 15 0 107230943 11280941056 1033775 33554432000 4194304 4196468 140731206296864 140132656839024 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28363] ppid=28297 vsize=11016544 memory=7446258195261698362 CPUtime=10.06 cores=0,2,4,6
/proc/28300/task/28363/stat : 28363 (java) S 28297 28300 22977 0 -1 1077944384 18106 13202 0 0 995 4 4 3 20 0 15 0 107230943 11280941056 1033775 33554432000 4194304 4196468 140731206296864 140132655786224 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28364] ppid=28297 vsize=11016544 memory=7588684550706915689 CPUtime=3.31 cores=0,2,4,6
/proc/28300/task/28364/stat : 28364 (java) S 28297 28300 22977 0 -1 1077944384 17622 13202 0 0 318 6 4 3 20 0 15 0 107230943 11280941056 1033775 33554432000 4194304 4196468 140731206296864 140132654733424 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28365] ppid=28297 vsize=11016544 memory=7949225395249829991 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28365/stat : 28365 (java) S 28297 28300 22977 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 107230943 11280941056 1033775 33554432000 4194304 4196468 140731206296864 140131226872032 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28366] ppid=28297 vsize=11016544 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/28300/task/28366/stat : 28366 (java) S 28297 28300 22977 0 -1 1077944384 1275 13202 0 0 4 4 4 3 20 0 15 0 107230943 11280941056 1033775 33554432000 4194304 4196468 140731206296864 140132653681840 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
Current children cumulated CPU time: 248.32 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 4135100 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+165.901 s]*
/proc/loadavg: 1.97 1.97 1.97 3/216 28504
/proc/meminfo: memFree=20030196/32770624 swapFree=67108792/67108860
[pid=28300] ppid=28297 vsize=11016544 memory=4135092 CPUtime=252.06 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28297 28300 22977 0 -1 1077944320 237463 13202 0 0 24709 490 4 3 20 0 15 0 107230928 11280941056 1033773 33554432000 4194304 4196468 140731206296864 140731206279408 140133419642615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
/proc/28300/statm: 2754136 1033773 3543 1 0 2715789 0
[pid=28300/tid=28353] ppid=28297 vsize=11016544 memory=576567874760998942 CPUtime=142.17 cores=0,2,4,6
/proc/28300/task/28353/stat : 28353 (java) R 28297 28300 22977 0 -1 4202560 65000 13202 0 0 14175 35 4 3 20 0 15 0 107230937 11280941056 1033773 33554432000 4194304 4196468 140731206296864 140133391470696 140133002806112 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28354] ppid=28297 vsize=11016544 memory=0 CPUtime=20.87 cores=0,2,4,6
/proc/28300/task/28354/stat : 28354 (java) S 28297 28300 22977 0 -1 1077944384 20158 13202 0 0 1978 102 4 3 20 0 15 0 107230938 11280941056 1033773 33554432000 4194304 4196468 140731206296864 140133423884944 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28355] ppid=28297 vsize=11016544 memory=3544529931879589536 CPUtime=20.78 cores=0,2,4,6
/proc/28300/task/28355/stat : 28355 (java) S 28297 28300 22977 0 -1 1077944384 17637 13202 0 0 1963 108 4 3 20 0 15 0 107230938 11280941056 1033773 33554432000 4194304 4196468 140731206296864 140133309082128 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28356] ppid=28297 vsize=11016544 memory=8226000845133899126 CPUtime=20.86 cores=0,2,4,6
/proc/28300/task/28356/stat : 28356 (java) S 28297 28300 22977 0 -1 1077944384 21004 13202 0 0 1970 109 4 3 20 0 15 0 107230938 11280941056 1033773 33554432000 4194304 4196468 140731206296864 140132958001552 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28357] ppid=28297 vsize=11016544 memory=8298058447845386550 CPUtime=20.83 cores=0,2,4,6
/proc/28300/task/28357/stat : 28357 (java) S 28297 28300 22977 0 -1 1077944384 20434 13202 0 0 1965 111 4 3 20 0 15 0 107230938 11280941056 1033773 33554432000 4194304 4196468 140731206296864 140132956948752 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28358] ppid=28297 vsize=11016544 memory=0 CPUtime=2.61 cores=0,2,4,6
/proc/28300/task/28358/stat : 28358 (java) S 28297 28300 22977 0 -1 1077944384 32400 13202 0 0 252 2 4 3 20 0 15 0 107230939 11280941056 1033773 33554432000 4194304 4196468 140731206296864 140132657892208 140133419653762 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28359] ppid=28297 vsize=11016544 memory=2319411228406133279 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28359/stat : 28359 (java) S 28297 28300 22977 0 -1 1077944384 22 13202 0 0 0 0 4 3 20 0 15 0 107230940 11280941056 1033773 33554432000 4194304 4196468 140731206296864 140132166395552 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28360] ppid=28297 vsize=11016544 memory=7884513574809263516 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28360/stat : 28360 (java) S 28297 28300 22977 0 -1 1077944384 15 13202 0 0 0 0 4 3 20 0 15 0 107230940 11280941056 1033773 33554432000 4194304 4196468 140731206296864 140131965068672 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28361] ppid=28297 vsize=11016544 memory=-6586040984012419426 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28361/stat : 28361 (java) S 28297 28300 22977 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 107230943 11280941056 1033773 33554432000 4194304 4196468 140731206296864 140131657668944 140133419661211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28362] ppid=28297 vsize=11016544 memory=0 CPUtime=10.89 cores=0,2,4,6
/proc/28300/task/28362/stat : 28362 (java) S 28297 28300 22977 0 -1 1077944384 21588 13202 0 0 1079 3 4 3 20 0 15 0 107230943 11280941056 1033773 33554432000 4194304 4196468 140731206296864 140132656839024 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28363] ppid=28297 vsize=11016544 memory=2319977455385976879 CPUtime=10.06 cores=0,2,4,6
/proc/28300/task/28363/stat : 28363 (java) S 28297 28300 22977 0 -1 1077944384 18106 13202 0 0 995 4 4 3 20 0 15 0 107230943 11280941056 1033773 33554432000 4194304 4196468 140731206296864 140132655786224 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28364] ppid=28297 vsize=11016544 memory=3617716737247304115 CPUtime=3.31 cores=0,2,4,6
/proc/28300/task/28364/stat : 28364 (java) S 28297 28300 22977 0 -1 1077944384 17622 13202 0 0 318 6 4 3 20 0 15 0 107230943 11280941056 1033773 33554432000 4194304 4196468 140731206296864 140132654733424 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28365] ppid=28297 vsize=11016544 memory=3689064041280451120 CPUtime=0.07 cores=0,2,4,6
/proc/28300/task/28365/stat : 28365 (java) S 28297 28300 22977 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 107230943 11280941056 1033773 33554432000 4194304 4196468 140731206296864 140131226872032 140133419652821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
[pid=28300/tid=28366] ppid=28297 vsize=11016544 memory=140717295412864 CPUtime=0.15 cores=0,2,4,6
/proc/28300/task/28366/stat : 28366 (java) S 28297 28300 22977 0 -1 1077944384 1275 13202 0 0 4 4 4 3 20 0 15 0 107230943 11280941056 1033773 33554432000 4194304 4196468 140731206296864 140132653681840 140133419653762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9826304 140731206302313 140731206305121 140731206305121 140731206307791 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 4135092 KiB

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

[startup+165.977 s]
# the end of solver process 28300 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=247.162 s, system=4.98452 s

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

Child status: 143
Real time (s): 165.977
CPU time (s): 252.146
CPU user time (s): 247.162
CPU system time (s): 4.98452
CPU usage (%): 151.916
Max. virtual memory (cumulated for all children) (KiB): 11016544
Max. memory (cumulated for all children) (KiB): 4920816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.162
system time used= 4.98452
maximum resident set size= 4920816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250884
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18023
involuntary context switches= 2516


# summary of solver processes directly reported to runsolver:
#   pid: 28300
#   total CPU time (s): 252.146
#   total CPU user time (s): 247.162
#   total CPU system time (s): 4.98452

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.926596 second user time and 1.66323 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 22:37:57
IDJOB=4302954
IDBENCH=141266
IDSOLVER=2777
FILE ID=node150/4302954-1532896676
RUNJOBID= node150-1532894180-24643
PBS_JOBID= 21022512
Free space on /tmp= 54836 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-06-0500_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302954-1532896676/watcher-4302954-1532896676 -o /tmp/evaluation-result-4302954-1532896676/solver-4302954-1532896676 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24643 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=772606411 -superng HOME/instance-4302954-1532896676.xml

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

MD5SUM BENCH= 26cacd4a9bde3a1253c36df99f6e4e09
RANDOM SEED=772606411

node150.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.76
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.76
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.76
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.76
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:        23071112 kB
MemAvailable:   27383292 kB
Buffers:          225200 kB
Cached:          4329840 kB
SwapCached:           32 kB
Active:          6573756 kB
Inactive:        2585596 kB
Active(anon):    4556152 kB
Inactive(anon):    76188 kB
Active(file):    2017604 kB
Inactive(file):  2509408 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:            243472 kB
Writeback:             0 kB
AnonPages:       4612496 kB
Mapped:            57996 kB
Shmem:             25156 kB
Slab:             230492 kB
SReclaimable:     202008 kB
SUnreclaim:        28484 kB
KernelStack:        3520 kB
PageTables:        14252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5875988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4401152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 55044 MiB
End job on node150 at 2018-07-29 22:40:43