Alluxio / alluxio

Alluxio, data orchestration for analytics and machine learning in the cloud
https://www.alluxio.io
Apache License 2.0
6.74k stars 2.92k forks source link

Alluxio Worker in Kubernetes cluster getting OOM #17363

Open Sharathmk99 opened 1 year ago

Sharathmk99 commented 1 year ago

Alluxio Version: What version of Alluxio are you using? 2.9.3

Describe the bug A clear and concise description of what the bug is. I installed Alluxio in our Kubernetes cluster using helm chart with one master and one worker configuration. But I keep getting OOM for worker, I increased to 48GB, but still I get OOM after sometime. My worker configuration,

worker:
  resources:
    limits:
      cpu: "10"
      memory: "48Gi"
    requests:
      cpu: "1"
      memory: "32Gi"
  nodeSelector:
    node_type: gpu
  properties:
    alluxio.worker.ramdisk.size: 2G

My Properties

alluxio.user.metrics.collection.enabled: 'true'
  alluxio.security.stale.channel.purge.interval: "365d"
  alluxio.user.metadata.cache.enabled: "true"
  alluxio.user.metadata.cache.expiration.time: "2h"
  alluxio.user.metadata.cache.max.size: "20000000"
  alluxio.user.file.passive.cache.enabled: "false"
  alluxio.user.metrics.collection.enabled: 'true'
  alluxio.master.metastore: ROCKS
  alluxio.master.metastore.inode.cache.max.size: "20000000"
  alluxio.worker.block.master.client.pool.size: "32"
  alluxio.job.worker.threadpool.size: "64"
  alluxio.user.update.file.accesstime.disabled: "true"
  alluxio.master.replication.check.interval: 1hr

My Tierstore

tieredstore:
  levels:
  - level: 0
    alias: SSD
    mediumtype: SSD
    path: /mnt
    type: hostPath
    quota: 1200Gi
    high: 0.95
    low: 0.7

Worker jvmOptions

jvmOptions:
  - -Xmx32G
  - -Xms32G
  - -XX:MaxDirectMemorySize=32G
  - -XX:+UseG1GC

This is my ConfigMap

kubectl get cm -o json -n alluxio alluxio-gpu-worker-config | jq '.data.ALLUXIO_WORKER_JAVA_OPTS'
"-Dalluxio.worker.hostname=${ALLUXIO_WORKER_HOSTNAME} -Dalluxio.worker.rpc.port=29999 -Dalluxio.worker.web.port=30000 -Dalluxio.worker.data.server.domain.socket.address=/opt/domain -Dalluxio.worker.data.server.domain.socket.as.uuid=true -Dalluxio.worker.container.hostname=${ALLUXIO_WORKER_CONTAINER_HOSTNAME} -Dalluxio.worker.tieredstore.levels=1 -Dalluxio.worker.tieredstore.level0.alias=SSD -Dalluxio.worker.tieredstore.level0.dirs.mediumtype=SSD -Dalluxio.worker.tieredstore.level0.dirs.path=/mnt -Dalluxio.worker.tieredstore.level0.dirs.quota=1200Gi -Dalluxio.worker.tieredstore.level0.watermark.high.ratio=0.95 -Dalluxio.worker.tieredstore.level0.watermark.low.ratio=0.7 -Dalluxio.master.tieredstore.global.level0.alias=SSD -Dalluxio.master.tieredstore.global.levels=1 -Dalluxio.worker.ramdisk.size=2G -Xmx32G -Xms32G -XX:MaxDirectMemorySize=32G -XX:+UseG1GC "

Container status,

containerStatuses:
  - containerID: containerd://f6a8f62cf3ae579b6d459edac596c04086dbd8d79b4cebe8611eb9807c059780
    image: docker.io/alluxio/alluxio:2.9.3
    imageID: docker.io/alluxio/alluxio@sha256:488b5df3f8a90dbb3f9718b925ef37f90f5bc34df248f805236748fa41287fd3
    lastState:
      terminated:
        containerID: containerd://cf75aab0ecc1cc655e2b81de2597ddaa64b6368d8175868f01315d6b50602697
        exitCode: 137
        finishedAt: "2023-05-02T17:45:20Z"
        reason: OOMKilled
        startedAt: "2023-05-02T17:43:01Z"
    name: alluxio-job-worker
    ready: true
    restartCount: 6
    started: true
    state:
      running:
        startedAt: "2023-05-02T17:45:44Z"
  - containerID: containerd://3fd65e96f2e9462de6198befcce275516c410ea2de89fe6c1c91271d7059d62e
    image: docker.io/alluxio/alluxio:2.9.3
    imageID: docker.io/alluxio/alluxio@sha256:488b5df3f8a90dbb3f9718b925ef37f90f5bc34df248f805236748fa41287fd3
    lastState: {}
    name: alluxio-worker
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2023-05-02T16:07:01Z"

jstat output when RAM usage was 70G

root@alluxio-worker-9sq7j alluxio-2.9.3]# jstat -gc 7 10000
 S0C    S1C    S0U    S1U      EC       EU        OC         OU       MC     MU    CCSC   CCSU   YGC     YGCT    FGC    FGCT     GCT   
87040.0 87040.0 87027.9  0.0   1596928.0 1223671.8 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1224381.6 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1224381.6 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1225044.2 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1225044.2 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1225044.2 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1225044.2 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1225044.2 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1225470.2 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1225706.8 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1225706.8 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1225706.8 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1225706.8 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1226132.8 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1226487.7 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1226724.3 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1226724.3 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1226724.3 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1227150.4 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1227150.4 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1227150.4 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1227387.0 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1227387.0 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1227813.0 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1227813.0 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1227813.0 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1227813.0 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1228404.5 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1228404.5 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1228830.6 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1228830.6 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1228830.6 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1228830.6 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1229067.2 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1229493.3 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644
87040.0 87040.0 87027.9  0.0   1596928.0 1229493.3 1033216.0   535755.9  46504.0 43856.6 6056.0 5420.0      4    0.373   2      0.271    0.644

To Reproduce Steps to reproduce the behavior (as minimally and precisely as possible) Deploy Alluxio cluster with one master and one worker. Configured UFS to use NFS mount of 7TB volume size. Create sample training pod to read data from fuse.

Expected behavior A clear and concise description of what you expected to happen. Should be able to control the Worker RAM memory usage

Urgency Describe the impact and urgency of the bug. Worker keeps restarting every few hours

Are you planning to fix it Please indicate if you are already working on a PR.

Additional context Add any other context about the problem here.

LuQQiu commented 1 year ago

@Sharathmk99 Thanks for taking the jstat, do you have the OOM error message? we are trying to figure out whether this is direct memory OOM or heap memory OOM which can be indicated by OOM error message e.g. OutOfMemoryError: Direct buffer memory or by adding the following java options -XX:+UnlockDiagnosticVMOptions -XX:NativeMemoryTracking=detail -XX:+PrintNMTStatistics to JVM and run jcmd <pid> VM.native_memory. for more details, please refer to https://www.mastertheboss.com/java/troubleshooting-outofmemoryerror-direct-buffer-memory/#:~:text=An%20OutOfMemoryError%3A%20Direct%20buffer%20memory,libraries%20or%20I%2FO%20operations.

Sharathmk99 commented 1 year ago

I tried checking error message of killed container, but I'm not able to.

k logs alluxio-worker-9sq7j -n alluxio --previous                   
Defaulted container "alluxio-worker" out of: alluxio-worker, alluxio-job-worker
Error from server (BadRequest): previous terminated container "alluxio-worker" in pod "alluxio-worker-9sq7j" not found

I'll try again and update here once I get error message.

Sharathmk99 commented 1 year ago

jstat from fresh Alluxio installation.

[root@alluxio-worker-d2j6d alluxio-2.9.3]# jstat -gc 7 10000
 S0C    S1C    S0U    S1U      EC       EU        OC         OU       MC     MU    CCSC   CCSU   YGC     YGCT    FGC    FGCT     GCT   
 0.0   81920.0  0.0   81920.0 1687552.0 524288.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 540672.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 540672.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 540672.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 540672.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 540672.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 540672.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 540672.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 540672.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 540672.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 540672.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 540672.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 540672.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 540672.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 540672.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 540672.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 540672.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 557056.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 557056.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 557056.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 557056.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 557056.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 557056.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 557056.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 557056.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 557056.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 573440.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   81920.0  0.0   81920.0 1687552.0 589824.0 31784960.0    0.0     36096.0 34446.1  0.0    0.0        2    0.052   0      0.000    0.052
 0.0   98304.0  0.0   98304.0 1671168.0 1507328.0 31784960.0  764400.6  61952.0 59374.8  0.0    0.0        7    0.308   0      0.000    0.308
 0.0   163840.0  0.0   163840.0 7258112.0 5668864.0 26132480.0  984307.3  62464.0 59879.9  0.0    0.0       12    0.401   0      0.000    0.401
 0.0   245760.0  0.0   245760.0 4980736.0 3555328.0 28327936.0  779747.8  62720.0 60041.4  0.0    0.0       15    0.479   0      0.000    0.479
 0.0   376832.0  0.0   376832.0 3031040.0 2441216.0 30146560.0  763199.6  62720.0 60125.5  0.0    0.0       17    0.567   0      0.000    0.567
 0.0   245760.0  0.0   245760.0 20889600.0 12058624.0 12419072.0 1232526.5  62720.0 60220.9  0.0    0.0       18    0.597   0      0.000    0.597
 0.0   344064.0  0.0   344064.0 1622016.0 622592.0 31588352.0 1099752.0  62720.0 60266.2  0.0    0.0       19    0.705   0      0.000    0.705
 0.0   180224.0  0.0   180224.0 20955136.0 5193728.0 12419072.0 1255983.3  62720.0 60267.3  0.0    0.0       20    0.725   0      0.000    0.725
 0.0   180224.0  0.0   180224.0 20955136.0 12206080.0 12419072.0 1255983.3  62720.0 60267.3  0.0    0.0       20    0.725   0      0.000    0.725
 0.0   180224.0  0.0   180224.0 20955136.0 18399232.0 12419072.0 1288751.4  62976.0 60435.5  0.0    0.0       20    0.725   0      0.000    0.725
 0.0   229376.0  0.0   229376.0 20905984.0 2703360.0 12419072.0 1333784.6  62976.0 60470.9  0.0    0.0       21    0.831   0      0.000    0.831
 0.0   229376.0  0.0   229376.0 20905984.0 6619136.0 12419072.0 1333784.6  62976.0 60470.9  0.0    0.0       21    0.831   0      0.000    0.831
 0.0   229376.0  0.0   229376.0 20905984.0 9273344.0 12419072.0 1333784.6  62976.0 60470.9  0.0    0.0       21    0.831   0      0.000    0.831
 0.0   229376.0  0.0   229376.0 20905984.0 12206080.0 12419072.0 1333784.6  62976.0 60470.9  0.0    0.0       21    0.831   0      0.000    0.831
 0.0   229376.0  0.0   229376.0 20905984.0 14548992.0 12419072.0 1333784.6  62976.0 60470.9  0.0    0.0       21    0.831   0      0.000    0.831
 0.0   229376.0  0.0   229376.0 20905984.0 15073280.0 12419072.0 1333784.6  62976.0 60470.9  0.0    0.0       21    0.831   0      0.000    0.831
 0.0   229376.0  0.0   229376.0 20905984.0 15613952.0 12419072.0 1333784.6  62976.0 60470.9  0.0    0.0       21    0.831   0      0.000    0.831
 0.0   229376.0  0.0   229376.0 20905984.0 16154624.0 12419072.0 1333784.6  62976.0 60470.9  0.0    0.0       21    0.831   0      0.000    0.831
 0.0   229376.0  0.0   229376.0 20905984.0 16678912.0 12419072.0 1333784.6  62976.0 60470.9  0.0    0.0       21    0.831   0      0.000    0.831
 0.0   229376.0  0.0   229376.0 20905984.0 17186816.0 12419072.0 1333784.6  62976.0 60470.9  0.0    0.0       21    0.831   0      0.000    0.831
 0.0   229376.0  0.0   229376.0 20905984.0 17727488.0 12419072.0 1333784.6  62976.0 60470.9  0.0    0.0       21    0.831   0      0.000    0.831
 0.0   229376.0  0.0   229376.0 20905984.0 18251776.0 12419072.0 1333784.6  62976.0 60470.9  0.0    0.0       21    0.831   0      0.000    0.831
 0.0   229376.0  0.0   229376.0 20905984.0 18776064.0 12419072.0 1333784.6  62976.0 60470.9  0.0    0.0       21    0.831   0      0.000    0.831
 0.0   229376.0  0.0   229376.0 20905984.0 19267584.0 12419072.0 1333784.6  62976.0 60470.9  0.0    0.0       21    0.831   0      0.000    0.831
 0.0   278528.0  0.0   278528.0 20856832.0 1638400.0 12419072.0 1582251.0  64256.0 61660.4  0.0    0.0       22    0.889   0      0.000    0.889
 0.0   278528.0  0.0   278528.0 20856832.0 4276224.0 12419072.0 1582251.0  64256.0 61660.4  0.0    0.0       22    0.889   0      0.000    0.889
 0.0   278528.0  0.0   278528.0 20856832.0 5668864.0 12419072.0 1582251.0  64256.0 61660.4  0.0    0.0       22    0.889   0      0.000    0.889
 0.0   278528.0  0.0   278528.0 20856832.0 6356992.0 12419072.0 1582251.0  64256.0 61660.4  0.0    0.0       22    0.889   0      0.000    0.889
 0.0   278528.0  0.0   278528.0 20856832.0 6881280.0 12419072.0 1582251.0  64256.0 61660.4  0.0    0.0       22    0.889   0      0.000    0.889
 0.0   278528.0  0.0   278528.0 20856832.0 7405568.0 12419072.0 1582251.0  64256.0 61660.4  0.0    0.0       22    0.889   0      0.000    0.889
 0.0   278528.0  0.0   278528.0 20856832.0 7946240.0 12419072.0 1582251.0  64256.0 61660.4  0.0    0.0       22    0.889   0      0.000    0.889
 0.0   278528.0  0.0   278528.0 20856832.0 8503296.0 12419072.0 1582251.0  64256.0 61660.4  0.0    0.0       22    0.889   0      0.000    0.889
 0.0   278528.0  0.0   278528.0 20856832.0 9027584.0 12419072.0 1582251.0  64256.0 61660.4  0.0    0.0       22    0.889   0      0.000    0.889
 0.0   278528.0  0.0   278528.0 20856832.0 9551872.0 12419072.0 1582251.0  64256.0 61660.4  0.0    0.0       22    0.889   0      0.000    0.889
 0.0   278528.0  0.0   278528.0 20856832.0 10059776.0 12419072.0 1582251.0  64256.0 61660.4  0.0    0.0       22    0.889   0      0.000    0.889
 0.0   278528.0  0.0   278528.0 20856832.0 10567680.0 12419072.0 1582251.0  64256.0 61660.4  0.0    0.0       22    0.889   0      0.000    0.889
 0.0   278528.0  0.0   278528.0 20856832.0 11075584.0 12419072.0 1582251.0  64256.0 61660.4  0.0    0.0       22    0.889   0      0.000    0.889
 0.0   278528.0  0.0   278528.0 20856832.0 12025856.0 12419072.0 1582251.0  64256.0 61660.4  0.0    0.0       22    0.889   0      0.000    0.889
 0.0   278528.0  0.0   278528.0 20856832.0 13008896.0 12419072.0 1582251.0  64256.0 61660.4  0.0    0.0       22    0.889   0      0.000    0.889
 0.0   278528.0  0.0   278528.0 20856832.0 14155776.0 12419072.0 1582251.0  64256.0 61660.4  0.0    0.0       22    0.889   0      0.000    0.889
 0.0   278528.0  0.0   278528.0 20856832.0 15253504.0 12419072.0 1582251.0  64256.0 61660.4  0.0    0.0       22    0.889   0      0.000    0.889
 0.0   278528.0  0.0   278528.0 20856832.0 16367616.0 12419072.0 1582251.0  64256.0 61660.4  0.0    0.0       22    0.889   0      0.000    0.889
 0.0   278528.0  0.0   278528.0 20856832.0 17481728.0 12419072.0 1582251.0  64256.0 61660.4  0.0    0.0       22    0.889   0      0.000    0.889
 0.0   278528.0  0.0   278528.0 20856832.0 18710528.0 12419072.0 1582251.0  64256.0 61660.4  0.0    0.0       22    0.889   0      0.000    0.889
 0.0   1343488.0  0.0   1343488.0 1884160.0 65536.0  30326784.0 1595997.4  64512.0 61791.5  0.0    0.0       23    1.031   0      0.000    1.031
 0.0   1343488.0  0.0   1343488.0 1884160.0 1277952.0 30326784.0 1628765.5  64512.0 61791.5  0.0    0.0       23    1.031   0      0.000    1.031
 0.0   311296.0  0.0   311296.0 5357568.0 786432.0 27885568.0 2926584.1  64512.0 61792.7  0.0    0.0       24    1.325   0      0.000    1.325
 0.0   311296.0  0.0   311296.0 5357568.0 1998848.0 27885568.0 2926584.1  64512.0 61792.7  0.0    0.0       24    1.325   0      0.000    1.325
 0.0   311296.0  0.0   311296.0 5357568.0 3260416.0 27885568.0 2926584.1  64512.0 61792.7  0.0    0.0       24    1.325   0      0.000    1.325
 0.0   311296.0  0.0   311296.0 5357568.0 4521984.0 27885568.0 2926584.1  64512.0 61792.7  0.0    0.0       24    1.325   0      0.000    1.325
 0.0   688128.0  0.0   688128.0 1654784.0 802816.0 31211520.0 3199706.5  64512.0 61801.3  0.0    0.0       25    1.397   0      0.000    1.397
 0.0   262144.0  0.0   262144.0 7733248.0 671744.0 25559040.0 3859803.1  64512.0 61804.4  0.0    0.0       26    1.444   0      0.000    1.444
 0.0   262144.0  0.0   262144.0 7733248.0 1949696.0 25559040.0 3859803.1  64512.0 61805.6  0.0    0.0       26    1.444   0      0.000    1.444
 0.0   262144.0  0.0   262144.0 7733248.0 3293184.0 25559040.0 3859803.1  64512.0 61805.6  0.0    0.0       26    1.444   0      0.000    1.444
 0.0   262144.0  0.0   262144.0 7733248.0 4620288.0 25559040.0 3892571.2  64512.0 61805.9  0.0    0.0       26    1.444   0      0.000    1.444
 0.0   262144.0  0.0   262144.0 7733248.0 6045696.0 25559040.0 3908955.2  64512.0 61806.7  0.0    0.0       26    1.444   0      0.000    1.444
 0.0   950272.0  0.0   950272.0 3342336.0 491520.0 29261824.0 4364806.7  64512.0 61855.6  0.0    0.0       27    1.539   0      0.000    1.539
 0.0   950272.0  0.0   950272.0 3342336.0 1884160.0 29261824.0 4364806.7  64512.0 61855.6  0.0    0.0       27    1.539   0      0.000    1.539
 0.0   458752.0  0.0   458752.0 7421952.0 131072.0 25673728.0 5323179.1  64512.0 61857.4  0.0    0.0       28    1.643   0      0.000    1.643
 0.0   458752.0  0.0   458752.0 7421952.0 1392640.0 25673728.0 5323179.1  64512.0 61857.4  0.0    0.0       28    1.643   0      0.000    1.643
 0.0   458752.0  0.0   458752.0 7421952.0 2867200.0 25673728.0 5339563.1  64512.0 61857.4  0.0    0.0       28    1.643   0      0.000    1.643
 0.0   458752.0  0.0   458752.0 7421952.0 4243456.0 25673728.0 5355947.2  64512.0 61940.8  0.0    0.0       28    1.643   0      0.000    1.643
 0.0   458752.0  0.0   458752.0 7421952.0 5570560.0 25673728.0 5355947.2  64512.0 61940.8  0.0    0.0       28    1.643   0      0.000    1.643
 0.0   458752.0  0.0   458752.0 7421952.0 6864896.0 25673728.0 5372331.2  64512.0 61941.6  0.0    0.0       28    1.643   0      0.000    1.643
 0.0   950272.0  0.0   950272.0 5144576.0 1097728.0 27459584.0 5961644.4  64512.0 61941.6  0.0    0.0       29    1.757   0      0.000    1.757
 0.0   950272.0  0.0   950272.0 5144576.0 2637824.0 27459584.0 5961644.4  64512.0 61941.6  0.0    0.0       29    1.757   0      0.000    1.757
 0.0   950272.0  0.0   950272.0 5144576.0 4620288.0 27459584.0 5961644.4  64512.0 61941.6  0.0    0.0       29    1.757   0      0.000    1.757
 0.0   737280.0  0.0   737280.0 6995968.0 1867776.0 25821184.0 7071694.4  64512.0 61948.2  0.0    0.0       30    1.872   0      0.000    1.872
 0.0   737280.0  0.0   737280.0 6995968.0 3997696.0 25821184.0 7071694.4  64512.0 61948.2  0.0    0.0       30    1.872   0      0.000    1.872
 0.0   737280.0  0.0   737280.0 6995968.0 6078464.0 25821184.0 7071694.4  64512.0 61948.2  0.0    0.0       30    1.872   0      0.000    1.872
 0.0   933888.0  0.0   933888.0 5865472.0 2195456.0 26755072.0 8258904.9  64512.0 61949.6  0.0    0.0       31    2.039   0      0.000    2.039
 0.0   933888.0  0.0   933888.0 5865472.0 3850240.0 26755072.0 8258904.9  64512.0 61949.6  0.0    0.0       31    2.039   0      0.000    2.039
 0.0   819200.0  0.0   819200.0 7880704.0 294912.0 24854528.0 9577253.4  64512.0 61970.1  0.0    0.0       32    2.216   0      0.000    2.216
 0.0   819200.0  0.0   819200.0 7880704.0 1949696.0 24854528.0 9577253.5  64512.0 61971.2  0.0    0.0       32    2.216   0      0.000    2.216
 0.0   819200.0  0.0   819200.0 7880704.0 3735552.0 24854528.0 9593637.5  64512.0 61985.2  0.0    0.0       32    2.216   0      0.000    2.216
 0.0   819200.0  0.0   819200.0 7880704.0 5324800.0 24854528.0 9593637.5  64512.0 61985.2  0.0    0.0       32    2.216   0      0.000    2.216
 0.0   819200.0  0.0   819200.0 7880704.0 6717440.0 24854528.0 9610021.5  64512.0 62003.6  0.0    0.0       32    2.216   0      0.000    2.216
 0.0   1048576.0  0.0   1048576.0 6209536.0 688128.0 26296320.0 10954062.5 64512.0 62006.2  0.0    0.0       33    2.365   0      0.000    2.365
 0.0   1048576.0  0.0   1048576.0 6209536.0 2277376.0 26296320.0 10954062.5 64512.0 62006.2  0.0    0.0       33    2.365   0      0.000    2.365
 0.0   1048576.0  0.0   1048576.0 6209536.0 5521408.0 26296320.0 11003214.6 64512.0 62006.2  0.0    0.0       33    2.365   0      0.000    2.365
 0.0   868352.0  0.0   868352.0 6111232.0 2015232.0 26574848.0 12507501.1 64768.0 62108.6  0.0    0.0       34    2.560   0      0.000    2.560
 0.0   868352.0  0.0   868352.0 6111232.0 3932160.0 26574848.0 12507501.1 64768.0 62108.6  0.0    0.0       34    2.560   0      0.000    2.560
 0.0   835584.0  0.0   835584.0 7077888.0 442368.0 25640960.0 13783487.6 64768.0 62135.3  0.0    0.0       35    2.690   0      0.000    2.690
 0.0   835584.0  0.0   835584.0 7077888.0 1933312.0 25640960.0 13783487.6 64768.0 62135.3  0.0    0.0       35    2.690   0      0.000    2.690
 0.0   835584.0  0.0   835584.0 7077888.0 3457024.0 25640960.0 13783487.6 64768.0 62135.3  0.0    0.0       35    2.690   0      0.000    2.690
 0.0   819200.0  0.0   819200.0 6520832.0 1490944.0 26214400.0 11931051.9 64768.0 61885.1  0.0    0.0       36    2.833   0      0.000    2.833
 0.0   819200.0  0.0   819200.0 6520832.0 3833856.0 26214400.0 11931051.9 64768.0 61885.1  0.0    0.0       36    2.833   0      0.000    2.833
 0.0   884736.0  0.0   884736.0 884736.0 32768.0  31784960.0 13366217.6 64768.0 61937.8  0.0    0.0       37    2.985   0      0.000    2.985
 0.0   212992.0  0.0   212992.0 1556480.0 589824.0 31784960.0 12525570.1 64768.0 61954.8  0.0    0.0       39    3.081   0      0.000    3.081
 0.0   212992.0  0.0   212992.0 12238848.0 2064384.0 21102592.0 12957845.6 64768.0 61955.6  0.0    0.0       40    3.111   0      0.000    3.111
 0.0   212992.0  0.0   212992.0 12238848.0 5193728.0 21102592.0 12957845.6 64768.0 61955.6  0.0    0.0       40    3.111   0      0.000    3.111
 0.0   212992.0  0.0   212992.0 12238848.0 8699904.0 21102592.0 12957845.6 64768.0 61955.6  0.0    0.0       40    3.111   0      0.000    3.111
 0.0   212992.0  0.0   212992.0 12238848.0 11632640.0 21102592.0 12957845.6 64768.0 61955.6  0.0    0.0       41    3.111   0      0.000    3.111
 0.0   1490944.0  0.0   1490944.0 6668288.0 3342336.0 25395200.0 14149899.1 65024.0 62097.4  0.0    0.0       41    3.300   0      0.000    3.300
 0.0   1490944.0  0.0   1490944.0 6668288.0 6078464.0 25395200.0 14149899.1 65024.0 62097.4  0.0    0.0       41    3.300   0      0.000    3.300
 0.0   983040.0  0.0   983040.0 7307264.0 2277376.0 25264128.0 11785446.1 65024.0 62120.5  0.0    0.0       42    3.499   0      0.000    3.499
 0.0   983040.0  0.0   983040.0 7307264.0 5783552.0 25264128.0 11785446.1 65024.0 62120.5  0.0    0.0       42    3.499   0      0.000    3.499
 0.0   212992.0  0.0   212992.0 1556480.0 344064.0 31784960.0 11943938.1 65024.0 62131.0  0.0    0.0       45    3.922   0      0.000    3.922
 0.0   212992.0  0.0   212992.0 6012928.0 3358720.0 27328512.0 12427266.1 65024.0 62210.0  0.0    0.0       46    3.960   0      0.000    3.960
 0.0   753664.0  0.0   753664.0 3899392.0 1687552.0 28901376.0 13165644.6 65024.0 62211.4  0.0    0.0       47    4.103   0      0.000    4.103
 0.0   557056.0  0.0   557056.0 5931008.0 1949696.0 27066368.0 14281649.6 65280.0 62283.0  0.0    0.0       48    4.238   0      0.000    4.238
 0.0   557056.0  0.0   557056.0 5931008.0 4997120.0 27066368.0 14281649.6 65280.0 62283.0  0.0    0.0       48    4.238   0      0.000    4.238
 0.0   786432.0  0.0   786432.0 6750208.0 2473984.0 26017792.0 13055685.7 65280.0 62283.0  0.0    0.0       49    4.362   0      0.000    4.362
 0.0   786432.0  0.0   786432.0 6750208.0 4521984.0 26017792.0 13055685.7 65280.0 62283.0  0.0    0.0       49    4.362   0      0.000    4.362
 0.0   901120.0  0.0   901120.0 868352.0 524288.0 31784960.0 14180354.2 65280.0 62283.0  0.0    0.0       50    4.556   0      0.000    4.556
 0.0   212992.0  0.0   212992.0 1556480.0 573440.0 31784960.0 10264578.2 65280.0 62283.0  0.0    0.0       52    4.738   0      0.000    4.738
 0.0   212992.0  0.0   212992.0 1556480.0 1146880.0 31784960.0 10313730.2 65280.0 62288.6  0.0    0.0       53    4.783   0      0.000    4.783
 0.0   212992.0  0.0   212992.0 1556480.0 1376256.0 31784960.0 10746213.7 65280.0 62288.6  0.0    0.0       54    4.829   0      0.000    4.829
 0.0   212992.0  0.0   212992.0 13074432.0 425984.0 20267008.0 11357486.2 65280.0 62288.6  0.0    0.0       56    4.909   0      0.000    4.909
 0.0   212992.0  0.0   212992.0 13074432.0 1835008.0 20267008.0 11357486.2 65280.0 62288.6  0.0    0.0       56    4.909   0      0.000    4.909
 0.0   212992.0  0.0   212992.0 13074432.0 2932736.0 20267008.0 11357486.2 65280.0 62288.6  0.0    0.0       56    4.909   0      0.000    4.909
 0.0   212992.0  0.0   212992.0 13074432.0 4194304.0 20267008.0 11357486.2 65280.0 62288.6  0.0    0.0       56    4.909   0      0.000    4.909
 0.0   212992.0  0.0   212992.0 13074432.0 5341184.0 20267008.0 11357486.2 65280.0 62288.6  0.0    0.0       56    4.909   0      0.000    4.909
 0.0   212992.0  0.0   212992.0 13074432.0 6586368.0 20267008.0 11357486.2 65280.0 62288.6  0.0    0.0       56    4.909   0      0.000    4.909
 0.0   212992.0  0.0   212992.0 13074432.0 7995392.0 20267008.0 11357486.2 65280.0 62288.6  0.0    0.0       56    4.909   0      0.000    4.909
 0.0   212992.0  0.0   212992.0 13074432.0 9043968.0 20267008.0 11357486.2 65280.0 62288.6  0.0    0.0       56    4.909   0      0.000    4.909
 0.0   212992.0  0.0   212992.0 13074432.0 10141696.0 20267008.0 11357486.2 65280.0 62288.6  0.0    0.0       56    4.909   0      0.000    4.909
 0.0   212992.0  0.0   212992.0 13074432.0 11141120.0 20267008.0 11357486.2 65280.0 62288.6  0.0    0.0       56    4.909   0      0.000    4.909
 0.0   212992.0  0.0   212992.0 13074432.0 12075008.0 20267008.0 11357486.2 65280.0 62288.6  0.0    0.0       56    4.909   0      0.000    4.909
 0.0   114688.0  0.0   114688.0 8470528.0 524288.0 24969216.0 12929867.3 65280.0 62308.8  0.0    0.0       58    5.178   0      0.000    5.178
 0.0   114688.0  0.0   114688.0 8470528.0 1441792.0 24969216.0 12929867.3 65280.0 62308.8  0.0    0.0       58    5.178   0      0.000    5.178
 0.0   114688.0  0.0   114688.0 8470528.0 2260992.0 24969216.0 12929867.3 65280.0 62308.8  0.0    0.0       58    5.178   0      0.000    5.178
 0.0   114688.0  0.0   114688.0 8470528.0 3112960.0 24969216.0 12929867.3 65280.0 62308.8  0.0    0.0       58    5.178   0      0.000    5.178
 0.0   114688.0  0.0   114688.0 8470528.0 4014080.0 24969216.0 12929867.3 65280.0 62308.8  0.0    0.0       58    5.178   0      0.000    5.178
 0.0   114688.0  0.0   114688.0 8470528.0 4833280.0 24969216.0 12929867.3 65280.0 62310.2  0.0    0.0       58    5.178   0      0.000    5.178
 0.0   114688.0  0.0   114688.0 8470528.0 5718016.0 24969216.0 12929867.3 65280.0 62310.2  0.0    0.0       58    5.178   0      0.000    5.178
 0.0   114688.0  0.0   114688.0 8470528.0 6422528.0 24969216.0 12929867.3 65280.0 62310.2  0.0    0.0       58    5.178   0      0.000    5.178
 0.0   114688.0  0.0   114688.0 8470528.0 7159808.0 24969216.0 12946251.3 65280.0 62310.2  0.0    0.0       58    5.178   0      0.000    5.178
 0.0   114688.0  0.0   114688.0 8470528.0 7831552.0 24969216.0 12946251.3 65280.0 62310.2  0.0    0.0       58    5.178   0      0.000    5.178
 0.0   524288.0  0.0   524288.0 10043392.0 475136.0 22986752.0 13015005.5 65280.0 62310.4  0.0    0.0       59    5.269   0      0.000    5.269
 0.0   524288.0  0.0   524288.0 10043392.0 1130496.0 22986752.0 13015005.5 65280.0 62310.4  0.0    0.0       59    5.269   0      0.000    5.269
 0.0   524288.0  0.0   524288.0 10043392.0 1720320.0 22986752.0 13015005.5 65280.0 62310.4  0.0    0.0       59    5.269   0      0.000    5.269
 0.0   524288.0  0.0   524288.0 10043392.0 2392064.0 22986752.0 13015005.5 65280.0 62310.4  0.0    0.0       59    5.269   0      0.000    5.269
 0.0   524288.0  0.0   524288.0 10043392.0 3178496.0 22986752.0 13015005.5 65280.0 62310.4  0.0    0.0       59    5.269   0      0.000    5.269
 0.0   524288.0  0.0   524288.0 10043392.0 3948544.0 22986752.0 13015005.5 65280.0 62310.4  0.0    0.0       59    5.269   0      0.000    5.269
 0.0   524288.0  0.0   524288.0 10043392.0 4702208.0 22986752.0 13015005.5 65280.0 62310.4  0.0    0.0       59    5.269   0      0.000    5.269
 0.0   524288.0  0.0   524288.0 10043392.0 5586944.0 22986752.0 13015005.5 65280.0 62310.4  0.0    0.0       59    5.269   0      0.000    5.269
 0.0   524288.0  0.0   524288.0 10043392.0 6307840.0 22986752.0 13015005.5 65280.0 62310.4  0.0    0.0       59    5.269   0      0.000    5.269
 0.0   524288.0  0.0   524288.0 10043392.0 7028736.0 22986752.0 13015005.5 65280.0 62310.4  0.0    0.0       59    5.269   0      0.000    5.269
 0.0   524288.0  0.0   524288.0 10043392.0 7782400.0 22986752.0 13015005.5 65280.0 62310.4  0.0    0.0       59    5.269   0      0.000    5.269
 0.0   524288.0  0.0   524288.0 10043392.0 8503296.0 22986752.0 13015005.5 65280.0 62310.4  0.0    0.0       59    5.269   0      0.000    5.269
 0.0   524288.0  0.0   524288.0 10043392.0 9240576.0 22986752.0 13015005.5 65280.0 62310.4  0.0    0.0       59    5.269   0      0.000    5.269
 0.0   704512.0  0.0   704512.0 13713408.0 540672.0 19136512.0 13030827.4 65280.0 62316.7  0.0    0.0       60    5.340   0      0.000    5.340
 0.0   704512.0  0.0   704512.0 13713408.0 1261568.0 19136512.0 13030827.4 65280.0 62316.7  0.0    0.0       60    5.340   0      0.000    5.340
 0.0   704512.0  0.0   704512.0 13713408.0 2048000.0 19136512.0 13030827.4 65280.0 62316.7  0.0    0.0       60    5.340   0      0.000    5.340
 0.0   704512.0  0.0   704512.0 13713408.0 2768896.0 19136512.0 13030827.4 65280.0 62316.7  0.0    0.0       60    5.340   0      0.000    5.340
 0.0   704512.0  0.0   704512.0 13713408.0 3489792.0 19136512.0 13030827.4 65280.0 62316.7  0.0    0.0       60    5.340   0      0.000    5.340
 0.0   704512.0  0.0   704512.0 13713408.0 4243456.0 19136512.0 13030827.4 65280.0 62316.7  0.0    0.0       60    5.340   0      0.000    5.340
 0.0   704512.0  0.0   704512.0 13713408.0 4947968.0 19136512.0 13030827.4 65280.0 62316.7  0.0    0.0       60    5.340   0      0.000    5.340
 0.0   704512.0  0.0   704512.0 13713408.0 5685248.0 19136512.0 13030827.4 65280.0 62316.7  0.0    0.0       60    5.340   0      0.000    5.340
 0.0   704512.0  0.0   704512.0 13713408.0 6389760.0 19136512.0 13030827.4 65280.0 62323.1  0.0    0.0       60    5.340   0      0.000    5.340
 0.0   704512.0  0.0   704512.0 13713408.0 7110656.0 19136512.0 13030827.4 65280.0 62323.1  0.0    0.0       60    5.340   0      0.000    5.340
 0.0   704512.0  0.0   704512.0 13713408.0 7831552.0 19136512.0 13030827.4 65280.0 62323.1  0.0    0.0       60    5.340   0      0.000    5.340
 0.0   704512.0  0.0   704512.0 13713408.0 8536064.0 19136512.0 13030827.4 65280.0 62323.1  0.0    0.0       60    5.340   0      0.000    5.340
 0.0   704512.0  0.0   704512.0 13713408.0 9256960.0 19136512.0 13030827.4 65280.0 62323.1  0.0    0.0       60    5.340   0      0.000    5.340
 0.0   704512.0  0.0   704512.0 13713408.0 9961472.0 19136512.0 13030827.4 65280.0 62323.1  0.0    0.0       60    5.340   0      0.000    5.340
 0.0   704512.0  0.0   704512.0 13713408.0 10682368.0 19136512.0 13030827.4 65280.0 62323.1  0.0    0.0       60    5.340   0      0.000    5.340
 0.0   704512.0  0.0   704512.0 13713408.0 11386880.0 19136512.0 13030827.4 65280.0 62323.1  0.0    0.0       60    5.340   0      0.000    5.340
 0.0   704512.0  0.0   704512.0 13713408.0 12107776.0 19136512.0 13030827.4 65280.0 62323.1  0.0    0.0       60    5.340   0      0.000    5.340
 0.0   704512.0  0.0   704512.0 13713408.0 12812288.0 19136512.0 13030827.4 65280.0 62323.1  0.0    0.0       60    5.340   0      0.000    5.340
 0.0   278528.0  0.0   278528.0 14450688.0 638976.0 18825216.0 13047871.0 65280.0 62325.6  0.0    0.0       61    5.390   0      0.000    5.390
 0.0   278528.0  0.0   278528.0 14450688.0 1327104.0 18825216.0 13047871.0 65280.0 62325.6  0.0    0.0       61    5.390   0      0.000    5.390
 0.0   278528.0  0.0   278528.0 14450688.0 2031616.0 18825216.0 13047871.0 65280.0 62325.6  0.0    0.0       61    5.390   0      0.000    5.390
 0.0   278528.0  0.0   278528.0 14450688.0 2768896.0 18825216.0 13047871.0 65280.0 62325.6  0.0    0.0       61    5.390   0      0.000    5.390
 0.0   278528.0  0.0   278528.0 14450688.0 3473408.0 18825216.0 13047871.0 65280.0 62325.6  0.0    0.0       61    5.390   0      0.000    5.390
 0.0   278528.0  0.0   278528.0 14450688.0 4194304.0 18825216.0 13047871.0 65280.0 62325.6  0.0    0.0       61    5.390   0      0.000    5.390
 0.0   278528.0  0.0   278528.0 14450688.0 4915200.0 18825216.0 13047871.0 65280.0 62325.6  0.0    0.0       61    5.390   0      0.000    5.390
 0.0   278528.0  0.0   278528.0 14450688.0 5619712.0 18825216.0 13047871.0 65280.0 62325.6  0.0    0.0       61    5.390   0      0.000    5.390
 0.0   278528.0  0.0   278528.0 14450688.0 6324224.0 18825216.0 13047871.0 65280.0 62325.6  0.0    0.0       61    5.390   0      0.000    5.390
 0.0   278528.0  0.0   278528.0 14450688.0 7045120.0 18825216.0 13047871.0 65280.0 62325.6  0.0    0.0       61    5.390   0      0.000    5.390
 0.0   278528.0  0.0   278528.0 14450688.0 7749632.0 18825216.0 13047871.0 65280.0 62325.6  0.0    0.0       61    5.390   0      0.000    5.390
 0.0   278528.0  0.0   278528.0 14450688.0 8470528.0 18825216.0 13047871.0 65280.0 62325.6  0.0    0.0       61    5.390   0      0.000    5.390
 0.0   278528.0  0.0   278528.0 14450688.0 9191424.0 18825216.0 13047871.0 65280.0 62325.6  0.0    0.0       61    5.390   0      0.000    5.390
 0.0   278528.0  0.0   278528.0 14450688.0 9895936.0 18825216.0 13047871.0 65280.0 62325.6  0.0    0.0       61    5.390   0      0.000    5.390
 0.0   278528.0  0.0   278528.0 14450688.0 10616832.0 18825216.0 13047871.0 65280.0 62325.6  0.0    0.0       61    5.390   0      0.000    5.390
 0.0   278528.0  0.0   278528.0 14450688.0 11337728.0 18825216.0 13047871.0 65280.0 62325.6  0.0    0.0       61    5.390   0      0.000    5.390
 0.0   278528.0  0.0   278528.0 14450688.0 12042240.0 18825216.0 13047871.0 65280.0 62325.6  0.0    0.0       61    5.390   0      0.000    5.390
 0.0   278528.0  0.0   278528.0 14450688.0 12763136.0 18825216.0 13047871.0 65280.0 62325.6  0.0    0.0       61    5.390   0      0.000    5.390
 0.0   278528.0  0.0   278528.0 14450688.0 13582336.0 18825216.0 13047871.0 65280.0 62325.6  0.0    0.0       61    5.390   0      0.000    5.390
 0.0   180224.0  0.0   180224.0 14843904.0 819200.0 18530304.0 13042761.4 65280.0 62364.1  0.0    0.0       62    5.441   0      0.000    5.441
 0.0   180224.0  0.0   180224.0 14843904.0 1589248.0 18530304.0 13042761.4 65280.0 62364.1  0.0    0.0       62    5.441   0      0.000    5.441
 0.0   180224.0  0.0   180224.0 14843904.0 2441216.0 18530304.0 13042761.4 65280.0 62364.1  0.0    0.0       62    5.441   0      0.000    5.441
 0.0   180224.0  0.0   180224.0 14843904.0 3276800.0 18530304.0 13042761.4 65280.0 62364.1  0.0    0.0       62    5.441   0      0.000    5.441
 0.0   180224.0  0.0   180224.0 14843904.0 4128768.0 18530304.0 13042761.4 65280.0 62364.1  0.0    0.0       62    5.441   0      0.000    5.441
 0.0   180224.0  0.0   180224.0 14843904.0 4898816.0 18530304.0 13042761.4 65280.0 62364.1  0.0    0.0       62    5.441   0      0.000    5.441
 0.0   180224.0  0.0   180224.0 14843904.0 5652480.0 18530304.0 13042761.4 65280.0 62364.1  0.0    0.0       62    5.441   0      0.000    5.441
 0.0   180224.0  0.0   180224.0 14843904.0 6389760.0 18530304.0 13042761.4 65280.0 62364.1  0.0    0.0       62    5.441   0      0.000    5.441
 0.0   180224.0  0.0   180224.0 14843904.0 7127040.0 18530304.0 13042761.4 65280.0 62364.1  0.0    0.0       62    5.441   0      0.000    5.441
 0.0   180224.0  0.0   180224.0 14843904.0 7831552.0 18530304.0 13042761.4 65280.0 62364.1  0.0    0.0       62    5.441   0      0.000    5.441
 0.0   180224.0  0.0   180224.0 14843904.0 8552448.0 18530304.0 13042761.4 65280.0 62364.1  0.0    0.0       62    5.441   0      0.000    5.441
 0.0   180224.0  0.0   180224.0 14843904.0 9256960.0 18530304.0 13042761.4 65280.0 62364.1  0.0    0.0       62    5.441   0      0.000    5.441
 0.0   180224.0  0.0   180224.0 14843904.0 9961472.0 18530304.0 13042761.4 65280.0 62364.1  0.0    0.0       62    5.441   0      0.000    5.441
 0.0   180224.0  0.0   180224.0 14843904.0 10665984.0 18530304.0 13042761.4 65280.0 62364.1  0.0    0.0       62    5.441   0      0.000    5.441
 0.0   180224.0  0.0   180224.0 14843904.0 11386880.0 18530304.0 13042761.4 65280.0 62364.1  0.0    0.0       62    5.441   0      0.000    5.441
 0.0   180224.0  0.0   180224.0 14843904.0 12075008.0 18530304.0 13042761.4 65280.0 62364.1  0.0    0.0       62    5.441   0      0.000    5.441
 0.0   180224.0  0.0   180224.0 14843904.0 12779520.0 18530304.0 13042761.4 65280.0 62364.1  0.0    0.0       62    5.441   0      0.000    5.441
 0.0   180224.0  0.0   180224.0 14843904.0 13484032.0 18530304.0 13042761.4 65280.0 62364.1  0.0    0.0       62    5.441   0      0.000    5.441
 0.0   360448.0  0.0   360448.0 14876672.0 196608.0 18317312.0 13049956.0 65280.0 62422.5  0.0    0.0       63    5.496   0      0.000    5.496
 0.0   360448.0  0.0   360448.0 14876672.0 819200.0 18317312.0 13049956.0 65280.0 62422.5  0.0    0.0       63    5.496   0      0.000    5.496
 0.0   360448.0  0.0   360448.0 14876672.0 1507328.0 18317312.0 13049956.0 65280.0 62422.5  0.0    0.0       63    5.496   0      0.000    5.496
 0.0   360448.0  0.0   360448.0 14876672.0 2195456.0 18317312.0 13049956.0 65280.0 62422.5  0.0    0.0       63    5.496   0      0.000    5.496
 0.0   360448.0  0.0   360448.0 14876672.0 2883584.0 18317312.0 13049956.0 65280.0 62422.5  0.0    0.0       63    5.496   0      0.000    5.496
 0.0   360448.0  0.0   360448.0 14876672.0 3604480.0 18317312.0 13049956.0 65280.0 62422.5  0.0    0.0       63    5.496   0      0.000    5.496
 0.0   360448.0  0.0   360448.0 14876672.0 4341760.0 18317312.0 13049956.0 65280.0 62422.5  0.0    0.0       63    5.496   0      0.000    5.496
 0.0   360448.0  0.0   360448.0 14876672.0 5046272.0 18317312.0 13049956.0 65280.0 62422.5  0.0    0.0       63    5.496   0      0.000    5.496
 0.0   360448.0  0.0   360448.0 14876672.0 5783552.0 18317312.0 13049956.0 65280.0 62422.5  0.0    0.0       63    5.496   0      0.000    5.496
 0.0   360448.0  0.0   360448.0 14876672.0 6537216.0 18317312.0 13049956.0 65280.0 62422.5  0.0    0.0       63    5.496   0      0.000    5.496
 0.0   360448.0  0.0   360448.0 14876672.0 7225344.0 18317312.0 13049956.0 65280.0 62422.5  0.0    0.0       63    5.496   0      0.000    5.496
 0.0   360448.0  0.0   360448.0 14876672.0 7929856.0 18317312.0 13049956.0 65280.0 62422.5  0.0    0.0       63    5.496   0      0.000    5.496
 0.0   360448.0  0.0   360448.0 14876672.0 8667136.0 18317312.0 13049956.0 65280.0 62422.5  0.0    0.0       63    5.496   0      0.000    5.496
 0.0   360448.0  0.0   360448.0 14876672.0 9371648.0 18317312.0 13049956.0 65280.0 62422.5  0.0    0.0       63    5.496   0      0.000    5.496
 0.0   360448.0  0.0   360448.0 14876672.0 10092544.0 18317312.0 13049956.0 65280.0 62422.5  0.0    0.0       63    5.496   0      0.000    5.496
 0.0   360448.0  0.0   360448.0 14876672.0 10797056.0 18317312.0 13049956.0 65280.0 62422.5  0.0    0.0       63    5.496   0      0.000    5.496
 0.0   360448.0  0.0   360448.0 14876672.0 11468800.0 18317312.0 13049956.0 65280.0 62422.5  0.0    0.0       63    5.496   0      0.000    5.496
 0.0   360448.0  0.0   360448.0 14876672.0 12091392.0 18317312.0 13049956.0 65280.0 62510.8  0.0    0.0       63    5.496   0      0.000    5.496
 0.0   360448.0  0.0   360448.0 14876672.0 12730368.0 18317312.0 13049956.0 65280.0 62510.8  0.0    0.0       63    5.496   0      0.000    5.496
 0.0   360448.0  0.0   360448.0 14876672.0 13336576.0 18317312.0 13049956.0 65280.0 62510.8  0.0    0.0       63    5.496   0      0.000    5.496
 0.0   360448.0  0.0   360448.0 14876672.0 13893632.0 18317312.0 13049956.0 65280.0 62510.8  0.0    0.0       63    5.496   0      0.000    5.496
 0.0   131072.0  0.0   131072.0 15269888.0 507904.0 18153472.0 13067366.6 65280.0 62527.8  0.0    0.0       64    5.550   0      0.000    5.550
 0.0   131072.0  0.0   131072.0 15269888.0 1179648.0 18153472.0 13067366.6 65280.0 62527.8  0.0    0.0       64    5.550   0      0.000    5.550
 0.0   131072.0  0.0   131072.0 15269888.0 1769472.0 18153472.0 13067366.6 65280.0 62527.8  0.0    0.0       64    5.550   0      0.000    5.550
 0.0   131072.0  0.0   131072.0 15269888.0 2392064.0 18153472.0 13067366.6 65280.0 62527.8  0.0    0.0       64    5.550   0      0.000    5.550
 0.0   131072.0  0.0   131072.0 15269888.0 2965504.0 18153472.0 13067366.6 65280.0 62527.8  0.0    0.0       64    5.550   0      0.000    5.550
 0.0   131072.0  0.0   131072.0 15269888.0 3571712.0 18153472.0 13067366.6 65280.0 62527.8  0.0    0.0       64    5.550   0      0.000    5.550
 0.0   131072.0  0.0   131072.0 15269888.0 4145152.0 18153472.0 13067366.6 65280.0 62527.8  0.0    0.0       64    5.550   0      0.000    5.550
 0.0   131072.0  0.0   131072.0 15269888.0 4866048.0 18153472.0 13067366.6 65280.0 62527.8  0.0    0.0       64    5.550   0      0.000    5.550
 0.0   131072.0  0.0   131072.0 15269888.0 5685248.0 18153472.0 13067366.6 65280.0 62527.8  0.0    0.0       64    5.550   0      0.000    5.550
 0.0   131072.0  0.0   131072.0 15269888.0 6356992.0 18153472.0 13067366.6 65280.0 62527.8  0.0    0.0       64    5.550   0      0.000    5.550
 0.0   131072.0  0.0   131072.0 15269888.0 7045120.0 18153472.0 13067366.6 65280.0 62527.8  0.0    0.0       64    5.550   0      0.000    5.550
 0.0   131072.0  0.0   131072.0 15269888.0 7798784.0 18153472.0 13067366.6 65280.0 62527.8  0.0    0.0       64    5.550   0      0.000    5.550
 0.0   131072.0  0.0   131072.0 15269888.0 8536064.0 18153472.0 13067366.6 65280.0 62527.8  0.0    0.0       64    5.550   0      0.000    5.550
 0.0   131072.0  0.0   131072.0 15269888.0 9224192.0 18153472.0 13067366.6 65280.0 62527.8  0.0    0.0       64    5.550   0      0.000    5.550
 0.0   131072.0  0.0   131072.0 15269888.0 9945088.0 18153472.0 13067366.6 65280.0 62527.8  0.0    0.0       64    5.550   0      0.000    5.550
 0.0   131072.0  0.0   131072.0 15269888.0 10665984.0 18153472.0 13067366.6 65280.0 62527.8  0.0    0.0       64    5.550   0      0.000    5.550
 0.0   131072.0  0.0   131072.0 15269888.0 11370496.0 18153472.0 13067366.6 65280.0 62527.8  0.0    0.0       64    5.550   0      0.000    5.550
 0.0   131072.0  0.0   131072.0 15269888.0 12075008.0 18153472.0 13067366.6 65280.0 62527.8  0.0    0.0       64    5.550   0      0.000    5.550
 0.0   131072.0  0.0   131072.0 15269888.0 12795904.0 18153472.0 13067366.6 65280.0 62527.8  0.0    0.0       64    5.550   0      0.000    5.550
 0.0   131072.0  0.0   131072.0 15269888.0 13500416.0 18153472.0 13067366.6 65280.0 62527.8  0.0    0.0       64    5.550   0      0.000    5.550
 0.0   131072.0  0.0   131072.0 15269888.0 14204928.0 18153472.0 13067366.6 65280.0 62527.8  0.0    0.0       64    5.550   0      0.000    5.550
 0.0   131072.0  0.0   131072.0 15450112.0 507904.0 17973248.0 13064344.9 65280.0 62557.3  0.0    0.0       65    5.589   0      0.000    5.589
 0.0   131072.0  0.0   131072.0 15450112.0 1228800.0 17973248.0 13064344.9 65280.0 62557.3  0.0    0.0       65    5.589   0      0.000    5.589
 0.0   131072.0  0.0   131072.0 15450112.0 1933312.0 17973248.0 13064344.9 65280.0 62557.3  0.0    0.0       65    5.589   0      0.000    5.589
 0.0   131072.0  0.0   131072.0 15450112.0 2637824.0 17973248.0 13064344.9 65280.0 62557.3  0.0    0.0       65    5.589   0      0.000    5.589
 0.0   131072.0  0.0   131072.0 15450112.0 3358720.0 17973248.0 13064344.9 65280.0 62557.3  0.0    0.0       65    5.589   0      0.000    5.589
 0.0   131072.0  0.0   131072.0 15450112.0 4063232.0 17973248.0 13064344.9 65280.0 62557.3  0.0    0.0       65    5.589   0      0.000    5.589
 0.0   131072.0  0.0   131072.0 15450112.0 4816896.0 17973248.0 13064344.9 65280.0 62557.3  0.0    0.0       65    5.589   0      0.000    5.589
 0.0   131072.0  0.0   131072.0 15450112.0 5554176.0 17973248.0 13064344.9 65280.0 62557.3  0.0    0.0       65    5.589   0      0.000    5.589
 0.0   131072.0  0.0   131072.0 15450112.0 6242304.0 17973248.0 13064344.9 65280.0 62557.3  0.0    0.0       65    5.589   0      0.000    5.589
 0.0   131072.0  0.0   131072.0 15450112.0 6963200.0 17973248.0 13064344.9 65280.0 62557.3  0.0    0.0       65    5.589   0      0.000    5.589
 0.0   131072.0  0.0   131072.0 15450112.0 7667712.0 17973248.0 13064344.9 65280.0 62557.3  0.0    0.0       65    5.589   0      0.000    5.589
 0.0   131072.0  0.0   131072.0 15450112.0 8372224.0 17973248.0 13064344.9 65280.0 62557.3  0.0    0.0       65    5.589   0      0.000    5.589
 0.0   131072.0  0.0   131072.0 15450112.0 9076736.0 17973248.0 13064344.9 65280.0 62557.3  0.0    0.0       65    5.589   0      0.000    5.589
 0.0   131072.0  0.0   131072.0 15450112.0 9781248.0 17973248.0 13064344.9 65280.0 62557.3  0.0    0.0       65    5.589   0      0.000    5.589
 0.0   131072.0  0.0   131072.0 15450112.0 10485760.0 17973248.0 13064344.9 65280.0 62557.3  0.0    0.0       65    5.589   0      0.000    5.589
 0.0   131072.0  0.0   131072.0 15450112.0 11173888.0 17973248.0 13064344.9 65280.0 62557.3  0.0    0.0       65    5.589   0      0.000    5.589
 0.0   131072.0  0.0   131072.0 15450112.0 11845632.0 17973248.0 13064344.9 65280.0 62557.3  0.0    0.0       65    5.589   0      0.000    5.589
 0.0   131072.0  0.0   131072.0 15450112.0 12468224.0 17973248.0 13064344.9 65280.0 62557.3  0.0    0.0       65    5.589   0      0.000    5.589
 0.0   131072.0  0.0   131072.0 15450112.0 13074432.0 17973248.0 13064344.9 65280.0 62557.3  0.0    0.0       65    5.589   0      0.000    5.589
 0.0   131072.0  0.0   131072.0 15450112.0 13729792.0 17973248.0 13064344.9 65280.0 62557.3  0.0    0.0       65    5.589   0      0.000    5.589
 0.0   131072.0  0.0   131072.0 15450112.0 14401536.0 17973248.0 13064344.9 65280.0 62557.3  0.0    0.0       65    5.589   0      0.000    5.589
 0.0   114688.0  0.0   114688.0 15597568.0 507904.0 17842176.0 13053506.2 65536.0 62571.2  0.0    0.0       66    5.629   0      0.000    5.629
 0.0   114688.0  0.0   114688.0 15597568.0 1277952.0 17842176.0 13053506.2 65536.0 62571.2  0.0    0.0       66    5.629   0      0.000    5.629
 0.0   114688.0  0.0   114688.0 15597568.0 1933312.0 17842176.0 13053506.2 65536.0 62571.2  0.0    0.0       66    5.629   0      0.000    5.629
 0.0   114688.0  0.0   114688.0 15597568.0 2670592.0 17842176.0 13053506.2 65536.0 62571.2  0.0    0.0       66    5.629   0      0.000    5.629
 0.0   114688.0  0.0   114688.0 15597568.0 3424256.0 17842176.0 13053506.2 65536.0 62571.2  0.0    0.0       66    5.629   0      0.000    5.629
 0.0   114688.0  0.0   114688.0 15597568.0 4128768.0 17842176.0 13053506.2 65536.0 62571.2  0.0    0.0       66    5.629   0      0.000    5.629
 0.0   114688.0  0.0   114688.0 15597568.0 4833280.0 17842176.0 13053506.2 65536.0 62571.2  0.0    0.0       66    5.629   0      0.000    5.629
 0.0   114688.0  0.0   114688.0 15597568.0 5537792.0 17842176.0 13053506.2 65536.0 62571.2  0.0    0.0       66    5.629   0      0.000    5.629
 0.0   114688.0  0.0   114688.0 15597568.0 6258688.0 17842176.0 13053506.2 65536.0 62571.2  0.0    0.0       66    5.629   0      0.000    5.629
 0.0   114688.0  0.0   114688.0 15597568.0 6979584.0 17842176.0 13053506.2 65536.0 62571.2  0.0    0.0       66    5.629   0      0.000    5.629
 0.0   114688.0  0.0   114688.0 15597568.0 7684096.0 17842176.0 13053506.2 65536.0 62571.2  0.0    0.0       66    5.629   0      0.000    5.629
 0.0   114688.0  0.0   114688.0 15597568.0 8388608.0 17842176.0 13053506.2 65536.0 62571.2  0.0    0.0       66    5.629   0      0.000    5.629
 0.0   114688.0  0.0   114688.0 15597568.0 9093120.0 17842176.0 13053506.2 65536.0 62571.2  0.0    0.0       66    5.629   0      0.000    5.629
 0.0   114688.0  0.0   114688.0 15597568.0 9814016.0 17842176.0 13053506.2 65536.0 62571.2  0.0    0.0       66    5.629   0      0.000    5.629
 0.0   114688.0  0.0   114688.0 15597568.0 10534912.0 17842176.0 13053506.2 65536.0 62571.2  0.0    0.0       66    5.629   0      0.000    5.629
 0.0   114688.0  0.0   114688.0 15597568.0 11272192.0 17842176.0 13053506.2 65536.0 62571.2  0.0    0.0       66    5.629   0      0.000    5.629
 0.0   114688.0  0.0   114688.0 15597568.0 11960320.0 17842176.0 13053506.2 65536.0 62571.2  0.0    0.0       66    5.629   0      0.000    5.629
 0.0   114688.0  0.0   114688.0 15597568.0 12697600.0 17842176.0 13053506.2 65536.0 62571.2  0.0    0.0       66    5.629   0      0.000    5.629
 0.0   114688.0  0.0   114688.0 15597568.0 13418496.0 17842176.0 13053506.2 65536.0 62571.2  0.0    0.0       66    5.629   0      0.000    5.629
 0.0   114688.0  0.0   114688.0 15597568.0 14123008.0 17842176.0 13053506.2 65536.0 62571.2  0.0    0.0       66    5.629   0      0.000    5.629
 0.0   147456.0  0.0   147456.0 15663104.0 196608.0 17743872.0 13057022.1 65536.0 62572.0  0.0    0.0       67    5.681   0      0.000    5.681
 0.0   147456.0  0.0   147456.0 15663104.0 835584.0 17743872.0 13057022.1 65536.0 62572.0  0.0    0.0       67    5.681   0      0.000    5.681
 0.0   147456.0  0.0   147456.0 15663104.0 1556480.0 17743872.0 13057022.1 65536.0 62572.0  0.0    0.0       67    5.681   0      0.000    5.681
 0.0   147456.0  0.0   147456.0 15663104.0 2277376.0 17743872.0 13057022.1 65536.0 62572.0  0.0    0.0       67    5.681   0      0.000    5.681
 0.0   147456.0  0.0   147456.0 15663104.0 2998272.0 17743872.0 13057022.1 65536.0 62572.0  0.0    0.0       67    5.681   0      0.000    5.681
 0.0   147456.0  0.0   147456.0 15663104.0 3719168.0 17743872.0 13057022.1 65536.0 62572.0  0.0    0.0       67    5.681   0      0.000    5.681
 0.0   147456.0  0.0   147456.0 15663104.0 4440064.0 17743872.0 13057022.1 65536.0 62572.0  0.0    0.0       67    5.681   0      0.000    5.681
 0.0   147456.0  0.0   147456.0 15663104.0 5128192.0 17743872.0 13057022.1 65536.0 62572.0  0.0    0.0       67    5.681   0      0.000    5.681
 0.0   147456.0  0.0   147456.0 15663104.0 5849088.0 17743872.0 13057022.1 65536.0 62572.0  0.0    0.0       67    5.681   0      0.000    5.681
 0.0   147456.0  0.0   147456.0 15663104.0 6553600.0 17743872.0 13057022.1 65536.0 62572.0  0.0    0.0       67    5.681   0      0.000    5.681
 0.0   147456.0  0.0   147456.0 15663104.0 7274496.0 17743872.0 13057022.1 65536.0 62572.0  0.0    0.0       67    5.681   0      0.000    5.681
 0.0   147456.0  0.0   147456.0 15663104.0 7995392.0 17743872.0 13057022.1 65536.0 62572.0  0.0    0.0       67    5.681   0      0.000    5.681
 0.0   147456.0  0.0   147456.0 15663104.0 8716288.0 17743872.0 13057022.1 65536.0 62572.0  0.0    0.0       67    5.681   0      0.000    5.681
 0.0   147456.0  0.0   147456.0 15663104.0 9404416.0 17743872.0 13057022.1 65536.0 62572.0  0.0    0.0       67    5.681   0      0.000    5.681
 0.0   147456.0  0.0   147456.0 15663104.0 10125312.0 17743872.0 13057022.1 65536.0 62572.0  0.0    0.0       67    5.681   0      0.000    5.681
 0.0   147456.0  0.0   147456.0 15663104.0 10846208.0 17743872.0 13057022.1 65536.0 62572.0  0.0    0.0       67    5.681   0      0.000    5.681
 0.0   147456.0  0.0   147456.0 15663104.0 11550720.0 17743872.0 13057022.1 65536.0 62572.0  0.0    0.0       67    5.681   0      0.000    5.681
 0.0   147456.0  0.0   147456.0 15663104.0 12271616.0 17743872.0 13057022.1 65536.0 62572.0  0.0    0.0       67    5.681   0      0.000    5.681
 0.0   147456.0  0.0   147456.0 15663104.0 12959744.0 17743872.0 13057022.1 65536.0 62572.0  0.0    0.0       67    5.681   0      0.000    5.681
 0.0   147456.0  0.0   147456.0 15663104.0 13680640.0 17743872.0 13057022.1 65536.0 62572.0  0.0    0.0       67    5.681   0      0.000    5.681
 0.0   147456.0  0.0   147456.0 15663104.0 14401536.0 17743872.0 13057022.1 65536.0 62572.0  0.0    0.0       67    5.681   0      0.000    5.681
 0.0   114688.0  0.0   114688.0 15794176.0 294912.0 17645568.0 13063513.4 65536.0 62572.3  0.0    0.0       68    5.718   0      0.000    5.718
 0.0   114688.0  0.0   114688.0 15794176.0 1064960.0 17645568.0 13063513.4 65536.0 62572.3  0.0    0.0       68    5.718   0      0.000    5.718
 0.0   114688.0  0.0   114688.0 15794176.0 1769472.0 17645568.0 13063513.4 65536.0 62572.3  0.0    0.0       68    5.718   0      0.000    5.718
 0.0   114688.0  0.0   114688.0 15794176.0 2473984.0 17645568.0 13063513.4 65536.0 62572.3  0.0    0.0       68    5.718   0      0.000    5.718
 0.0   114688.0  0.0   114688.0 15794176.0 3194880.0 17645568.0 13063513.4 65536.0 62572.3  0.0    0.0       68    5.718   0      0.000    5.718
 0.0   114688.0  0.0   114688.0 15794176.0 3883008.0 17645568.0 13063513.4 65536.0 62572.3  0.0    0.0       68    5.718   0      0.000    5.718
 0.0   114688.0  0.0   114688.0 15794176.0 4603904.0 17645568.0 13063513.4 65536.0 62572.3  0.0    0.0       68    5.718   0      0.000    5.718
 0.0   114688.0  0.0   114688.0 15794176.0 5308416.0 17645568.0 13063513.4 65536.0 62572.3  0.0    0.0       68    5.718   0      0.000    5.718
 0.0   114688.0  0.0   114688.0 15794176.0 6012928.0 17645568.0 13063513.4 65536.0 62572.3  0.0    0.0       68    5.718   0      0.000    5.718
 0.0   114688.0  0.0   114688.0 15794176.0 6717440.0 17645568.0 13063513.4 65536.0 62572.3  0.0    0.0       68    5.718   0      0.000    5.718
 0.0   114688.0  0.0   114688.0 15794176.0 7438336.0 17645568.0 13063513.4 65536.0 62572.3  0.0    0.0       68    5.718   0      0.000    5.718
 0.0   114688.0  0.0   114688.0 15794176.0 8110080.0 17645568.0 13063513.4 65536.0 62572.3  0.0    0.0       68    5.718   0      0.000    5.718
 0.0   114688.0  0.0   114688.0 15794176.0 8765440.0 17645568.0 13063513.4 65536.0 62572.3  0.0    0.0       68    5.718   0      0.000    5.718
 0.0   114688.0  0.0   114688.0 15794176.0 9453568.0 17645568.0 13063513.4 65536.0 62572.3  0.0    0.0       68    5.718   0      0.000    5.718
 0.0   114688.0  0.0   114688.0 15794176.0 10158080.0 17645568.0 13063513.4 65536.0 62572.3  0.0    0.0       68    5.718   0      0.000    5.718
 0.0   114688.0  0.0   114688.0 15794176.0 10829824.0 17645568.0 13063513.4 65536.0 62572.3  0.0    0.0       68    5.718   0      0.000    5.718
 0.0   114688.0  0.0   114688.0 15794176.0 11517952.0 17645568.0 13063513.4 65536.0 62572.3  0.0    0.0       68    5.718   0      0.000    5.718
 0.0   114688.0  0.0   114688.0 15794176.0 12173312.0 17645568.0 13063513.4 65536.0 62572.3  0.0    0.0       68    5.718   0      0.000    5.718
 0.0   114688.0  0.0   114688.0 15794176.0 12845056.0 17645568.0 13063513.4 65536.0 62572.3  0.0    0.0       68    5.718   0      0.000    5.718
 0.0   114688.0  0.0   114688.0 15794176.0 13500416.0 17645568.0 13063513.4 65536.0 62572.3  0.0    0.0       68    5.718   0      0.000    5.718
 0.0   114688.0  0.0   114688.0 15794176.0 14172160.0 17645568.0 13063513.4 65536.0 62572.3  0.0    0.0       68    5.718   0      0.000    5.718
 0.0   114688.0  0.0   114688.0 15794176.0 14827520.0 17645568.0 13063513.4 65536.0 62572.3  0.0    0.0       68    5.718   0      0.000    5.718
 0.0   131072.0  0.0   131072.0 15826944.0 606208.0 17596416.0 13057442.7 65536.0 62576.2  0.0    0.0       69    5.758   0      0.000    5.758
 0.0   131072.0  0.0   131072.0 15826944.0 1261568.0 17596416.0 13057442.7 65536.0 62576.2  0.0    0.0       69    5.758   0      0.000    5.758
 0.0   131072.0  0.0   131072.0 15826944.0 1949696.0 17596416.0 13057442.7 65536.0 62576.2  0.0    0.0       69    5.758   0      0.000    5.758
 0.0   131072.0  0.0   131072.0 15826944.0 2637824.0 17596416.0 13057442.7 65536.0 62576.2  0.0    0.0       69    5.758   0      0.000    5.758
 0.0   131072.0  0.0   131072.0 15826944.0 3342336.0 17596416.0 13057442.7 65536.0 62576.2  0.0    0.0       69    5.758   0      0.000    5.758
 0.0   131072.0  0.0   131072.0 15826944.0 3997696.0 17596416.0 13057442.7 65536.0 62576.2  0.0    0.0       69    5.758   0      0.000    5.758
 0.0   131072.0  0.0   131072.0 15826944.0 4620288.0 17596416.0 13057442.7 65536.0 62576.2  0.0    0.0       69    5.758   0      0.000    5.758
 0.0   131072.0  0.0   131072.0 15826944.0 5226496.0 17596416.0 13057442.7 65536.0 62576.2  0.0    0.0       69    5.758   0      0.000    5.758
 0.0   131072.0  0.0   131072.0 15826944.0 5865472.0 17596416.0 13057442.7 65536.0 62576.2  0.0    0.0       69    5.758   0      0.000    5.758
 0.0   131072.0  0.0   131072.0 15826944.0 6504448.0 17596416.0 13057442.7 65536.0 62576.2  0.0    0.0       69    5.758   0      0.000    5.758
 0.0   131072.0  0.0   131072.0 15826944.0 7159808.0 17596416.0 13057442.7 65536.0 62576.2  0.0    0.0       69    5.758   0      0.000    5.758
 0.0   131072.0  0.0   131072.0 15826944.0 7766016.0 17596416.0 13057442.7 65536.0 62576.2  0.0    0.0       69    5.758   0      0.000    5.758
 0.0   131072.0  0.0   131072.0 15826944.0 8404992.0 17596416.0 13057442.7 65536.0 62576.2  0.0    0.0       69    5.758   0      0.000    5.758
 0.0   131072.0  0.0   131072.0 15826944.0 9011200.0 17596416.0 13057442.7 65536.0 62576.2  0.0    0.0       69    5.758   0      0.000    5.758
 0.0   131072.0  0.0   131072.0 15826944.0 9617408.0 17596416.0 13057442.7 65536.0 62576.2  0.0    0.0       69    5.758   0      0.000    5.758
 0.0   131072.0  0.0   131072.0 15826944.0 10240000.0 17596416.0 13057442.7 65536.0 62576.2  0.0    0.0       69    5.758   0      0.000    5.758
 0.0   131072.0  0.0   131072.0 15826944.0 10846208.0 17596416.0 13057442.7 65536.0 62576.2  0.0    0.0       69    5.758   0      0.000    5.758
 0.0   131072.0  0.0   131072.0 15826944.0 11468800.0 17596416.0 13057442.7 65536.0 62576.2  0.0    0.0       69    5.758   0      0.000    5.758
 0.0   131072.0  0.0   131072.0 15826944.0 12091392.0 17596416.0 13057442.7 65536.0 62576.2  0.0    0.0       69    5.758   0      0.000    5.758
 0.0   131072.0  0.0   131072.0 15826944.0 12664832.0 17596416.0 13057442.7 65536.0 62576.2  0.0    0.0       69    5.758   0      0.000    5.758
 0.0   131072.0  0.0   131072.0 15826944.0 13238272.0 17596416.0 13057442.7 65536.0 62576.2  0.0    0.0       69    5.758   0      0.000    5.758
 0.0   131072.0  0.0   131072.0 15826944.0 13778944.0 17596416.0 13057442.7 65536.0 62576.2  0.0    0.0       69    5.758   0      0.000    5.758
 0.0   131072.0  0.0   131072.0 15826944.0 14336000.0 17596416.0 13057442.7 65536.0 62576.2  0.0    0.0       69    5.758   0      0.000    5.758
 0.0   131072.0  0.0   131072.0 15826944.0 14778368.0 17596416.0 13057442.7 65536.0 62576.2  0.0    0.0       69    5.758   0      0.000    5.758
 0.0   131072.0  0.0   131072.0 15876096.0 311296.0 17547264.0 13063319.6 65536.0 62623.2  0.0    0.0       70    5.808   0      0.000    5.808
 0.0   131072.0  0.0   131072.0 15876096.0 835584.0 17547264.0 13063319.6 65536.0 62623.2  0.0    0.0       70    5.808   0      0.000    5.808
 0.0   131072.0  0.0   131072.0 15876096.0 1228800.0 17547264.0 13063319.6 65536.0 62623.2  0.0    0.0       70    5.808   0      0.000    5.808
 0.0   131072.0  0.0   131072.0 15876096.0 1556480.0 17547264.0 13063319.6 65536.0 62623.2  0.0    0.0       70    5.808   0      0.000    5.808
 0.0   131072.0  0.0   131072.0 15876096.0 1916928.0 17547264.0 13063319.6 65536.0 62623.2  0.0    0.0       70    5.808   0      0.000    5.808
 0.0   131072.0  0.0   131072.0 15876096.0 2195456.0 17547264.0 13063319.6 65536.0 62623.2  0.0    0.0       70    5.808   0      0.000    5.808
 0.0   131072.0  0.0   131072.0 15876096.0 2473984.0 17547264.0 13063319.6 65536.0 62623.2  0.0    0.0       70    5.808   0      0.000    5.808
 0.0   131072.0  0.0   131072.0 15876096.0 2801664.0 17547264.0 13063319.6 65536.0 62623.2  0.0    0.0       70    5.808   0      0.000    5.808
 0.0   131072.0  0.0   131072.0 15876096.0 3047424.0 17547264.0 13063319.6 65536.0 62623.2  0.0    0.0       70    5.808   0      0.000    5.808
 0.0   131072.0  0.0   131072.0 15876096.0 3325952.0 17547264.0 13063319.6 65536.0 62623.2  0.0    0.0       70    5.808   0      0.000    5.808
Sharathmk99 commented 1 year ago

Alluxio worker also CrashLoopBackOff with below error,

2023-05-03 10:29:57,349 WARN  [worker-rpc-executor-TPE-thread-205](LogUtils.java:135) - Exception occurred while processing read request onError sessionId: BlockReadRequest{chunkSize=1048576, end=67108864, id=452246634498, openUfsBlockOptions=offset_in_file: 0
block_size: 67108864
maxUfsReadConcurrency: 2147483647
mountId: 1
May 03, 2023 10:29:57 AM io.grpc.netty.NettyServerHandler onStreamError
WARNING: Stream Error
io.netty.handler.codec.http2.Http2Exception$StreamException: Stream closed before write could take place
        at io.netty.handler.codec.http2.Http2Exception.streamError(Http2Exception.java:167)
        at io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState.cancel(DefaultHttp2RemoteFlowController.java:481)
        at io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$1.onStreamClosed(DefaultHttp2RemoteFlowController.java:105)
        at io.netty.handler.codec.http2.DefaultHttp2Connection.notifyClosed(DefaultHttp2Connection.java:356)
        at io.netty.handler.codec.http2.DefaultHttp2Connection$ActiveStreams.removeFromActiveStreams(DefaultHttp2Connection.java:1000)
        at io.netty.handler.codec.http2.DefaultHttp2Connection$ActiveStreams.deactivate(DefaultHttp2Connection.java:956)
        at io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultStream.close(DefaultHttp2Connection.java:512)
        at io.netty.handler.codec.http2.DefaultHttp2Connection.close(DefaultHttp2Connection.java:152)
        at io.netty.handler.codec.http2.Http2ConnectionHandler$BaseDecoder.channelInactive(Http2ConnectionHandler.java:209)
        at io.netty.handler.codec.http2.Http2ConnectionHandler.channelInactive(Http2ConnectionHandler.java:417)
        at io.grpc.netty.NettyServerHandler.channelInactive(NettyServerHandler.java:617)
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:262)
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:248)
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:241)
        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1405)
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:262)
no_cache: true
block_in_ufs_tier: true
, promote=false, sessionId=9092068452505766537, start=0, positionShort=false}, 9092068452505766537: io.grpc.StatusRuntimeException: CANCELLED: client cancelled
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:248)
        at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:901)
        at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:819)
        at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:384)
        at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
        at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
        at java.lang.Thread.run(Thread.java:750)
k get pods -n alluxio  
NAME                   READY   STATUS             RESTARTS         AGE
alluxio-fuse-5mjwq     1/1     Running            0                84m
alluxio-fuse-5tzcn     1/1     Running            0                85m
alluxio-fuse-dzbjq     1/1     Running            0                84m
alluxio-fuse-wkztk     1/1     Running            0                85m
alluxio-fuse-wxlzz     1/1     Running            0                85m
alluxio-master-0       2/2     Running            0                86m
alluxio-worker-d2j6d   1/2     CrashLoopBackOff   12 (3m22s ago)   85m
LuQQiu commented 1 year ago

I tried checking error message of killed container, but I'm not able to.

k logs alluxio-worker-9sq7j -n alluxio --previous                   
Defaulted container "alluxio-worker" out of: alluxio-worker, alluxio-job-worker
Error from server (BadRequest): previous terminated container "alluxio-worker" in pod "alluxio-worker-9sq7j" not found

I'll try again and update here once I get error message.

@ssz1997 FYI whether we are able to get logs when container is killed?

ssz1997 commented 1 year ago

@Sharathmk99 To access the log, you'll have to mount a volume to the worker container like this in your configuration file:

worker:
  extraVolumeMounts:
    - mountPath: /opt/alluxio/logs
       name: log
  extraVolumes:
    - name: log
       path: <a path on your host machine>
       type: Directory

and make sure the path on your host machine is writable by user 1000 and group 1000.

Then even if the container is dead, the alluxio log still exists on the host machine.

dbw9580 commented 1 year ago

Aside from the OOM error message, it would be really helpful if you have an observation of Worker's overall memory usage over an extended period of time. That helps determine if the OOM was due to a burst in requests, or due to a memory leak.

If you suspect it's due to a leak in direct memory of Netty, you can use the netty leak detector to find out if there is indeed a leak: https://netty.io/wiki/reference-counted-objects.html#leak-detection-levels

ssz1997 commented 1 year ago

@Sharathmk99 You specify Xms as 32G and directMemory as 32G, but only give 48G to the pod memory, so it OOMed. Please tune the numbers so that 1.2 * Xmx + directMemory < pod limits

humengyu2012 commented 1 year ago

I believe that the request and limit of memory should be the same, and it is necessary to have Xmx + directMemory < 0.7 * limit to ensure that the container has sufficient page cache.

github-actions[bot] commented 1 week ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions.