lenny-intel commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3ea42417c40bbc97f8817bc4d625f8bf495b7843+d76b33905ff2852036d8bb432dc01390d416ad34 (a0a0602bb8b526f55db534321f723aaad072d625) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-27225 in /w/workspace/_app-service-configurable_PR-118 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/app-service-configurable.git Fetching without tags Merging remotes/origin/master commit d76b33905ff2852036d8bb432dc01390d416ad34 into PR head commit 3ea42417c40bbc97f8817bc4d625f8bf495b7843 > git init /w/workspace/_app-service-configurable_PR-118 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/118/head:refs/remotes/origin/PR-118 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/118/head:refs/remotes/origin/PR-118 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/118/head:refs/remotes/origin/PR-118 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3ea42417c40bbc97f8817bc4d625f8bf495b7843 # timeout=10 Merge succeeded, producing 3ea42417c40bbc97f8817bc4d625f8bf495b7843 Checking out Revision 3ea42417c40bbc97f8817bc4d625f8bf495b7843 (PR-118) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d76b33905ff2852036d8bb432dc01390d416ad34 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3ea42417c40bbc97f8817bc4d625f8bf495b7843 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go" > git rev-list --no-walk 3ea42417c40bbc97f8817bc4d625f8bf495b7843 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:06:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:06:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:06:51 ========================================================= 15:06:51 EdgeX Global Pipelines Version Info 15:06:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:06:52 ------------------- 15:06:52 stable info: 15:06:52 ------------------- 15:06:52 Commited By: Emilio Reyes emilio.reyes@intel.com 15:06:52 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 15:06:52 Message: update stable to v1.0.119 15:06:53 ------------------- 15:06:53 experimental info: 15:06:53 ------------------- 15:06:53 Commited By: **** collab-it+edgex@linuxfoundation.org 15:06:53 Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 15:06:53 Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 15:06:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 15:06:54 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 15:06:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:06:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:06:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:06:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 15:06:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:06:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 15:06:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:06:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:06:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:06:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 15:06:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:06:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:06:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:06:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:06:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:06:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:06:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:06:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:06:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:06:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:06:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-118 [Pipeline] echo 15:06:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-118 [Pipeline] echo 15:06:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-118 [Pipeline] echo 15:06:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3ea42417c40bbc97f8817bc4d625f8bf495b7843 [Pipeline] echo 15:06:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3ea4241 [Pipeline] echo 15:06:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:06:57 + git log --format=format:%s -1 3ea42417c40bbc97f8817bc4d625f8bf495b7843 [Pipeline] echo 15:06:57 GIT_COMMIT: 3ea42417c40bbc97f8817bc4d625f8bf495b7843, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go [Pipeline] echo 15:06:57 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:06:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:06:59 15:06:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:06:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:06:59 latest: Pulling from edgex-devops/git-semver 15:06:59 31603596830f: Pulling fs layer 15:06:59 2a8b12db71e7: Pulling fs layer 15:06:59 6ca5941a6612: Pulling fs layer 15:06:59 ecc8261a40a4: Pulling fs layer 15:06:59 ecc8261a40a4: Waiting 15:06:59 2a8b12db71e7: Verifying Checksum 15:06:59 2a8b12db71e7: Download complete 15:06:59 31603596830f: Verifying Checksum 15:06:59 31603596830f: Download complete 15:06:59 ecc8261a40a4: Verifying Checksum 15:06:59 ecc8261a40a4: Download complete 15:06:59 6ca5941a6612: Download complete 15:07:00 31603596830f: Pull complete 15:07:00 2a8b12db71e7: Pull complete 15:07:01 6ca5941a6612: Pull complete 15:07:01 ecc8261a40a4: Pull complete 15:07:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:07:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:07:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:07:01 prd-centos7-docker-4c-2g-27225 does not seem to be running inside a container 15:07:01 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-118 -v /w/workspace/_app-service-configurable_PR-118:/w/workspace/_app-service-configurable_PR-118:rw,z -v /w/workspace/_app-service-configurable_PR-118@tmp:/w/workspace/_app-service-configurable_PR-118@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:07:03 $ docker top bb4318420e7f5ace31c7746231b680c55ef49ee7f2b56dd56bbaf811586a3cb7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:07:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:07:04 [ssh-agent] Looking for ssh-agent implementation... 15:07:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:07:04 $ docker exec bb4318420e7f5ace31c7746231b680c55ef49ee7f2b56dd56bbaf811586a3cb7 ssh-agent 15:07:04 SSH_AUTH_SOCK=/tmp/ssh-5pSR8nS7lHOw/agent.11 15:07:04 SSH_AGENT_PID=16 15:07:04 Running ssh-add (command line suppressed) 15:07:04 Identity added: /w/workspace/_app-service-configurable_PR-118@tmp/private_key_2293814556818963415.key (/w/workspace/_app-service-configurable_PR-118@tmp/private_key_2293814556818963415.key) 15:07:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:07:05 + git describe --exact-match --tags HEAD 15:07:05 fatal: No names found, cannot describe anything. [Pipeline] } 15:07:05 $ docker exec --env ******** --env ******** bb4318420e7f5ace31c7746231b680c55ef49ee7f2b56dd56bbaf811586a3cb7 ssh-agent -k 15:07:05 unset SSH_AUTH_SOCK; 15:07:05 unset SSH_AGENT_PID; 15:07:05 echo Agent pid 16 killed; 15:07:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 15:07:05 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 15:07:05 This usually means this commit has not been tagged. [Pipeline] sshagent 15:07:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:07:05 [ssh-agent] Looking for ssh-agent implementation... 15:07:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:07:05 $ docker exec bb4318420e7f5ace31c7746231b680c55ef49ee7f2b56dd56bbaf811586a3cb7 ssh-agent 15:07:05 SSH_AUTH_SOCK=/tmp/ssh-N1sba8rs1Jqg/agent.45 15:07:05 SSH_AGENT_PID=50 15:07:05 Running ssh-add (command line suppressed) 15:07:06 Identity added: /w/workspace/_app-service-configurable_PR-118@tmp/private_key_7548803623187388981.key (/w/workspace/_app-service-configurable_PR-118@tmp/private_key_7548803623187388981.key) 15:07:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:07:06 + git semver init 15:07:06 # -> Open(): unable to determine branch for HEAD 15:07:06 # $GIT_DIR = /w/workspace/_app-service-configurable_PR-118/.git 15:07:06 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_PR-118 15:07:06 # $SEMVER_REMOTE_NAME = origin 15:07:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:07:06 # $SEMVER_USER_NAME = edgex-jenkins 15:07:06 # $SEMVER_BRANCH = PR-118 15:07:06 # $SEMVER_TEMP = /tmp/semver-296752708 15:07:06 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 15:07:06 # '/tmp/semver-296752708' -> '/w/workspace/_app-service-configurable_PR-118/.semver' 15:07:06 # -> Force: false 15:07:06 # $SEMVER_DIR = /w/workspace/_app-service-configurable_PR-118/.semver [Pipeline] } 15:07:06 $ docker exec --env ******** --env ******** bb4318420e7f5ace31c7746231b680c55ef49ee7f2b56dd56bbaf811586a3cb7 ssh-agent -k 15:07:06 unset SSH_AUTH_SOCK; 15:07:06 unset SSH_AGENT_PID; 15:07:06 echo Agent pid 50 killed; 15:07:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:07:07 + git semver [Pipeline] } 15:07:07 $ docker stop --time=1 bb4318420e7f5ace31c7746231b680c55ef49ee7f2b56dd56bbaf811586a3cb7 15:07:08 $ docker rm -f bb4318420e7f5ace31c7746231b680c55ef49ee7f2b56dd56bbaf811586a3cb7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 15:07:09 Stashed 26 file(s) [Pipeline] echo 15:07:09 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 15:07:09 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 15:07:25 Still waiting to schedule task 15:07:25 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:07:25 Still waiting to schedule task 15:07:25 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:10:22 Running on prd-centos7-docker-4c-2g-27259 in /w/workspace/_app-service-configurable_PR-118 [Pipeline] { [Pipeline] ws 15:10:22 Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout 15:10:24 using credential edgex-jenkins-ssh 15:10:24 Cloning the remote Git repository 15:10:24 Cloning with configured refspecs honoured and without tags 15:10:24 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 15:10:25 Fetching without tags 15:10:24 > git init /w/workspace/app-service-configurable/2 # timeout=10 15:10:25 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 15:10:25 > git --version # timeout=10 15:10:25 > git --version # 'git version 2.16.5' 15:10:25 using GIT_SSH to set credentials SSH Credentials for GitHub 15:10:25 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/118/head:refs/remotes/origin/PR-118 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:10:25 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 15:10:25 > git config --add remote.origin.fetch +refs/pull/118/head:refs/remotes/origin/PR-118 # timeout=10 15:10:25 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 15:10:25 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 15:10:25 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 15:10:25 using GIT_SSH to set credentials SSH Credentials for GitHub 15:10:25 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/118/head:refs/remotes/origin/PR-118 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:10:26 Merging remotes/origin/master commit d76b33905ff2852036d8bb432dc01390d416ad34 into PR head commit 3ea42417c40bbc97f8817bc4d625f8bf495b7843 15:10:26 Merge succeeded, producing 3ea42417c40bbc97f8817bc4d625f8bf495b7843 15:10:26 Checking out Revision 3ea42417c40bbc97f8817bc4d625f8bf495b7843 (PR-118) 15:10:26 > git config core.sparsecheckout # timeout=10 15:10:26 > git checkout -f 3ea42417c40bbc97f8817bc4d625f8bf495b7843 # timeout=10 15:10:26 > git remote # timeout=10 15:10:26 > git config --get remote.origin.url # timeout=10 15:10:26 using GIT_SSH to set credentials SSH Credentials for GitHub 15:10:26 > git merge d76b33905ff2852036d8bb432dc01390d416ad34 # timeout=10 15:10:26 > git rev-parse HEAD^{commit} # timeout=10 15:10:26 > git config core.sparsecheckout # timeout=10 15:10:26 > git checkout -f 3ea42417c40bbc97f8817bc4d625f8bf495b7843 # timeout=10 15:10:29 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:10:31 ========================================================= 15:10:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 15:10:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:10:31 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 15:10:32 Sending build context to Docker daemon 314.4kB 15:10:32 Step 1/8 : ARG BASE=golang:1.13-alpine 15:10:32 Step 2/8 : FROM ${BASE} 15:10:32 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 15:10:32 df20fa9351a1: Pulling fs layer 15:10:32 ed8968b2872e: Pulling fs layer 15:10:32 a92cc7c5fd73: Pulling fs layer 15:10:32 2dd03ba5bac4: Pulling fs layer 15:10:32 1e091d79d1de: Pulling fs layer 15:10:32 481702a1767f: Pulling fs layer 15:10:32 f64a6f60c768: Pulling fs layer 15:10:32 e78d2573fc39: Pulling fs layer 15:10:32 e876d2f968b6: Pulling fs layer 15:10:32 ce8a83651883: Pulling fs layer 15:10:32 07967f4d0e4b: Pulling fs layer 15:10:32 2dd03ba5bac4: Waiting 15:10:32 1e091d79d1de: Waiting 15:10:32 481702a1767f: Waiting 15:10:32 ce8a83651883: Waiting 15:10:32 07967f4d0e4b: Waiting 15:10:32 f64a6f60c768: Waiting 15:10:32 e78d2573fc39: Waiting 15:10:32 e876d2f968b6: Waiting 15:10:32 a92cc7c5fd73: Verifying Checksum 15:10:32 a92cc7c5fd73: Download complete 15:10:32 ed8968b2872e: Verifying Checksum 15:10:32 ed8968b2872e: Download complete 15:10:32 1e091d79d1de: Verifying Checksum 15:10:32 1e091d79d1de: Download complete 15:10:32 481702a1767f: Verifying Checksum 15:10:32 481702a1767f: Download complete 15:10:32 df20fa9351a1: Verifying Checksum 15:10:32 df20fa9351a1: Pull complete 15:10:32 ed8968b2872e: Pull complete 15:10:32 a92cc7c5fd73: Pull complete 15:10:36 f64a6f60c768: Verifying Checksum 15:10:36 f64a6f60c768: Download complete 15:10:36 e876d2f968b6: Verifying Checksum 15:10:36 e876d2f968b6: Download complete 15:10:36 e78d2573fc39: Verifying Checksum 15:10:36 e78d2573fc39: Download complete 15:10:37 07967f4d0e4b: Verifying Checksum 15:10:37 07967f4d0e4b: Download complete 15:10:37 2dd03ba5bac4: Verifying Checksum 15:10:37 2dd03ba5bac4: Download complete 15:10:37 ce8a83651883: Verifying Checksum 15:10:37 ce8a83651883: Download complete 15:10:42 2dd03ba5bac4: Pull complete 15:10:42 1e091d79d1de: Pull complete 15:10:42 481702a1767f: Pull complete 15:10:52 f64a6f60c768: Pull complete 15:10:54 e78d2573fc39: Pull complete 15:10:54 e876d2f968b6: Pull complete 15:10:55 ce8a83651883: Pull complete 15:10:55 07967f4d0e4b: Pull complete 15:10:55 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 15:10:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 15:10:55 ---> 5d7c900382c6 15:10:55 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:10:57 ---> Running in c83aa2bf154b 15:10:57 Removing intermediate container c83aa2bf154b 15:10:57 ---> 6f5523fd1798 15:10:57 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:10:57 ---> Running in c8e123553e84 15:10:59 Removing intermediate container c8e123553e84 15:10:59 ---> 51f3b94dc9b1 15:10:59 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 15:10:59 ---> Running in dfc1a7f465df 15:10:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:11:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:11:03 (1/6) Installing libc-dev (0.7.2-r3) 15:11:03 (2/6) Installing libsodium (1.0.18-r0) 15:11:04 (3/6) Installing pkgconf (1.7.2-r0) 15:11:04 (4/6) Installing libsodium-dev (1.0.18-r0) 15:11:04 (5/6) Installing libzmq (4.3.3-r0) 15:11:04 (6/6) Installing zeromq-dev (4.3.3-r0) 15:11:05 Executing busybox-1.31.1-r16.trigger 15:11:05 OK: 167 MiB in 45 packages 15:11:05 Removing intermediate container dfc1a7f465df 15:11:05 ---> a56c62db7e12 15:11:05 Step 6/8 : WORKDIR /app 15:11:05 ---> Running in dd748509fac8 15:11:06 Removing intermediate container dd748509fac8 15:11:06 ---> 200bcef1ed97 15:11:06 Step 7/8 : COPY . . 15:11:06 ---> e5ffedc67d3f 15:11:06 Step 8/8 : RUN go mod download 15:11:06 ---> Running in 2762fb8eac03 15:11:09 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:11:09 go: finding github.com/BurntSushi/toml v0.3.1 15:11:09 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 15:11:09 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:11:09 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 15:11:09 go: finding github.com/bgentry/speakeasy v0.1.0 15:11:09 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 15:11:09 go: finding github.com/davecgh/go-spew v1.1.1 15:11:09 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 15:11:09 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 15:11:09 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.23 15:11:09 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 15:11:09 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 15:11:09 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.77 15:11:09 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 15:11:09 go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 15:11:09 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 15:11:09 go: finding github.com/fatih/color v1.7.0 15:11:09 go: finding github.com/fsnotify/fsnotify v1.4.7 15:11:09 go: finding github.com/fxamacker/cbor/v2 v2.2.0 15:11:09 go: finding github.com/go-kit/kit v0.8.0 15:11:09 go: finding github.com/go-logfmt/logfmt v0.4.0 15:11:09 go: finding github.com/go-playground/assert/v2 v2.0.1 15:11:09 go: finding github.com/go-playground/locales v0.13.0 15:11:09 go: finding github.com/go-playground/universal-translator v0.17.0 15:11:09 go: finding github.com/go-playground/validator/v10 v10.3.0 15:11:09 go: finding github.com/go-redis/redis/v7 v7.2.0 15:11:09 go: finding github.com/go-stack/stack v1.8.0 15:11:09 go: finding github.com/golang/protobuf v1.3.2 15:11:09 go: finding github.com/golang/snappy v0.0.1 15:11:09 go: finding github.com/gomodule/redigo v2.0.0+incompatible 15:11:09 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 15:11:09 go: finding github.com/google/go-cmp v0.4.0 15:11:09 go: finding github.com/google/uuid v1.1.1 15:11:10 go: finding github.com/gorilla/mux v1.8.0 15:11:10 go: finding github.com/hashicorp/consul/api v1.1.0 15:11:10 go: finding github.com/hashicorp/consul/sdk v0.1.1 15:11:10 go: finding github.com/hashicorp/errwrap v1.0.0 15:11:10 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 15:11:10 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 15:11:10 go: finding github.com/hashicorp/go-msgpack v0.5.3 15:11:10 go: finding github.com/hashicorp/go-multierror v1.0.0 15:11:10 go: finding github.com/hashicorp/go-rootcerts v1.0.0 15:11:10 go: finding github.com/hashicorp/go-sockaddr v1.0.0 15:11:10 go: finding github.com/hashicorp/go-syslog v1.0.0 15:11:10 go: finding github.com/hashicorp/go-uuid v1.0.1 15:11:10 go: finding github.com/hashicorp/go.net v0.0.1 15:11:10 go: finding github.com/hashicorp/golang-lru v0.5.0 15:11:10 go: finding github.com/hashicorp/logutils v1.0.0 15:11:10 go: finding github.com/hashicorp/mdns v1.0.0 15:11:10 go: finding github.com/hashicorp/memberlist v0.1.3 15:11:10 go: finding github.com/hashicorp/serf v0.8.2 15:11:10 go: finding github.com/hpcloud/tail v1.0.0 15:11:10 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 15:11:10 go: finding github.com/kr/pretty v0.1.0 15:11:10 go: finding github.com/kr/pty v1.1.1 15:11:10 go: finding github.com/kr/text v0.1.0 15:11:10 go: finding github.com/leodido/go-urn v1.2.0 15:11:10 go: finding github.com/mattn/go-colorable v0.0.9 15:11:10 go: finding github.com/mattn/go-isatty v0.0.3 15:11:10 go: finding github.com/miekg/dns v1.0.14 15:11:10 go: finding github.com/mitchellh/cli v1.0.0 15:11:10 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:11:10 go: finding github.com/mitchellh/copystructure v1.0.0 15:11:10 go: finding github.com/mitchellh/go-homedir v1.0.0 15:11:10 go: finding github.com/mitchellh/go-testing-interface v1.0.0 15:11:10 go: finding github.com/mitchellh/gox v0.4.0 15:11:10 go: finding github.com/mitchellh/iochan v1.0.0 15:11:11 go: finding github.com/mitchellh/mapstructure v1.1.2 15:11:11 go: finding github.com/mitchellh/reflectwalk v1.0.0 15:11:11 go: finding github.com/onsi/ginkgo v1.10.1 15:11:11 go: finding github.com/onsi/gomega v1.7.0 15:11:11 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 15:11:11 go: finding github.com/pebbe/zmq4 v1.0.0 15:11:11 go: finding github.com/pelletier/go-toml v1.2.0 15:11:11 go: finding github.com/pkg/errors v0.8.1 15:11:11 go: finding github.com/pmezard/go-difflib v1.0.0 15:11:11 go: finding github.com/posener/complete v1.1.1 15:11:11 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 15:11:11 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 15:11:11 go: finding github.com/stretchr/objx v0.2.0 15:11:11 go: finding github.com/stretchr/testify v1.6.1 15:11:11 go: finding github.com/tidwall/pretty v1.0.1 15:11:11 go: finding github.com/ugorji/go v1.1.4 15:11:11 go: finding github.com/x448/float16 v0.8.4 15:11:11 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 15:11:11 go: finding github.com/xdg/stringprep v1.0.0 15:11:11 go: finding go.mongodb.org/mongo-driver v1.1.1 15:11:11 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 15:11:11 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:11:11 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:11:11 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 15:11:11 go: finding golang.org/x/text v0.3.2 15:11:11 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 15:11:11 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 15:11:11 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 15:11:11 go: finding gopkg.in/fsnotify.v1 v1.4.7 15:11:11 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 15:11:11 go: finding gopkg.in/yaml.v2 v2.2.8 15:11:11 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 15:11:33 Removing intermediate container 2762fb8eac03 15:11:33 ---> 08f39f241d61 15:11:33 Successfully built 08f39f241d61 15:11:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:11:34 + docker inspect -f . ci-base-image-x86_64 15:11:34 . [Pipeline] withDockerContainer 15:11:34 prd-centos7-docker-4c-2g-27259 does not seem to be running inside a container 15:11:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:11:35 $ docker top 798960e50ff6b87071c4d10eb788e2e8151a31c5a605137bc8e321d67a281b58 -eo pid,comm [Pipeline] { [Pipeline] sh 15:11:36 + go version 15:11:36 go version go1.13.13 linux/amd64 [Pipeline] sh 15:11:36 + make test 15:11:36 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 15:11:54 ? github.com/edgexfoundry/app-service-configurable [no test files] 15:11:54 CGO_ENABLED=1 go vet ./... 15:11:55 gofmt -l . 15:11:55 [ "`gofmt -l .`" = "" ] 15:11:55 ./bin/test-go-mod-tidy.sh 15:11:56 ./bin/test-attribution-txt.sh [Pipeline] stash 15:11:56 Stashed 1 file(s) [Pipeline] } 15:11:56 $ docker stop --time=1 798960e50ff6b87071c4d10eb788e2e8151a31c5a605137bc8e321d67a281b58 15:11:59 $ docker rm -f 798960e50ff6b87071c4d10eb788e2e8151a31c5a605137bc8e321d67a281b58 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:12:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:12:02 + ls -al . 15:12:02 total 96 15:12:02 drwxrwxr-x. 8 jenkins jenkins 4096 Sep 14 15:11 . 15:12:02 drwxrwxr-x. 4 jenkins jenkins 28 Sep 14 15:10 .. 15:12:02 -rw-rw-r--. 1 jenkins jenkins 6568 Sep 14 15:10 Attribution.txt 15:12:02 drwxrwxr-x. 2 jenkins jenkins 64 Sep 14 15:10 bin 15:12:02 -rw-r--r--. 1 jenkins jenkins 10 Sep 14 15:11 coverage.out 15:12:02 -rw-rw-r--. 1 jenkins jenkins 180 Sep 14 15:10 docker-compose.debug.yml 15:12:02 -rw-rw-r--. 1 jenkins jenkins 133 Sep 14 15:10 docker-compose.yml 15:12:02 -rw-rw-r--. 1 jenkins jenkins 2002 Sep 14 15:10 Dockerfile 15:12:02 -rw-rw-r--. 1 jenkins jenkins 966 Sep 14 15:10 Dockerfile.build 15:12:02 -rw-rw-r--. 1 jenkins jenkins 119 Sep 14 15:10 .dockerignore 15:12:02 drwxrwxr-x. 8 jenkins jenkins 179 Sep 14 15:10 .git 15:12:02 drwxrwxr-x. 2 jenkins jenkins 81 Sep 14 15:10 .github 15:12:02 -rw-rw-r--. 1 jenkins jenkins 93 Sep 14 15:10 .gitignore 15:12:02 -rw-r--r--. 1 jenkins jenkins 133 Sep 14 15:11 go.mod 15:12:02 -rw-r--r--. 1 jenkins jenkins 19935 Sep 14 15:11 go.sum 15:12:02 -rw-rw-r--. 1 jenkins jenkins 710 Sep 14 15:10 Jenkinsfile 15:12:02 -rw-rw-r--. 1 jenkins jenkins 10174 Sep 14 15:10 LICENSE 15:12:02 -rw-rw-r--. 1 jenkins jenkins 1519 Sep 14 15:10 main.go 15:12:02 -rw-rw-r--. 1 jenkins jenkins 1573 Sep 14 15:10 makefile 15:12:02 -rw-rw-r--. 1 jenkins jenkins 1277 Sep 14 15:10 README.md 15:12:02 drwxrwxr-x. 10 jenkins jenkins 171 Sep 14 15:10 res 15:12:02 drwxrwxr-x. 3 jenkins jenkins 46 Sep 14 15:10 .semver 15:12:02 drwxrwxr-x. 4 jenkins jenkins 71 Sep 14 15:10 snap 15:12:02 -rw-rw-r--. 1 jenkins jenkins 5 Sep 14 15:07 VERSION [Pipeline] isUnix [Pipeline] sh 15:12:03 + docker build -t docker-app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=3ea42417c40bbc97f8817bc4d625f8bf495b7843 --label arch=amd64 --label version=0.0.0 . 15:12:03 Sending build context to Docker daemon 336.9kB 15:12:03 Step 1/27 : ARG BASE=golang:1.13-alpine 15:12:03 Step 2/27 : FROM ${BASE} AS builder 15:12:03 ---> 08f39f241d61 15:12:03 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 15:12:03 ---> Running in 9547478ea089 15:12:03 Removing intermediate container 9547478ea089 15:12:03 ---> 73f38c0f984d 15:12:03 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 15:12:03 ---> Running in 21df89e49e2a 15:12:04 Removing intermediate container 21df89e49e2a 15:12:04 ---> f881f1cbe82b 15:12:04 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:12:04 ---> Running in f2bd1998600b 15:12:04 Removing intermediate container f2bd1998600b 15:12:04 ---> 17af62423e67 15:12:04 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:12:04 ---> Running in a233fdd0f23a 15:12:05 Removing intermediate container a233fdd0f23a 15:12:05 ---> dc1734872bdf 15:12:05 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:12:05 ---> Running in b3c555080c40 15:12:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:12:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:12:08 OK: 167 MiB in 45 packages 15:12:09 Removing intermediate container b3c555080c40 15:12:09 ---> 4b1489c10535 15:12:09 Step 8/27 : WORKDIR /app 15:12:09 ---> Running in ea394d993cbe 15:12:09 Removing intermediate container ea394d993cbe 15:12:09 ---> de7e30210db8 15:12:09 Step 9/27 : COPY go.mod . 15:12:09 ---> 42016f5b4871 15:12:09 Step 10/27 : RUN go mod download 15:12:09 ---> Running in 9947a6dcbb37 15:12:10 Removing intermediate container 9947a6dcbb37 15:12:10 ---> 69feb3f83425 15:12:10 Step 11/27 : COPY . . 15:12:11 ---> b3f3861029fb 15:12:11 Step 12/27 : ARG MAKE="make build" 15:12:11 ---> Running in f1d26b99083b 15:12:11 Removing intermediate container f1d26b99083b 15:12:11 ---> b038dace071b 15:12:11 Step 13/27 : RUN $MAKE 15:12:11 ---> Running in 7a9861e267ec 15:12:12 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.23 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 15:12:30 Removing intermediate container 7a9861e267ec 15:12:30 ---> b59526246cd8 15:12:30 Step 14/27 : FROM alpine:latest 15:12:30 latest: Pulling from library/alpine 15:12:30 df20fa9351a1: Already exists 15:12:30 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 15:12:30 Status: Downloaded newer image for alpine:latest 15:12:30 ---> a24bb4013296 15:12:30 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:12:30 ---> Running in 6106e375ed23 15:12:30 Removing intermediate container 6106e375ed23 15:12:30 ---> 112ce0e08f0f 15:12:30 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 15:12:30 ---> Running in 4b3798de0db1 15:12:30 Removing intermediate container 4b3798de0db1 15:12:30 ---> 31a29921caea 15:12:30 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 15:12:31 ---> Running in 164fbf637f9d 15:12:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:12:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:12:31 (1/6) Installing ca-certificates (20191127-r4) 15:12:31 (2/6) Installing libgcc (9.3.0-r2) 15:12:31 (3/6) Installing libsodium (1.0.18-r0) 15:12:31 (4/6) Installing libstdc++ (9.3.0-r2) 15:12:31 (5/6) Installing libzmq (4.3.3-r0) 15:12:31 (6/6) Installing zeromq (4.3.3-r0) 15:12:31 Executing busybox-1.31.1-r16.trigger 15:12:31 Executing ca-certificates-20191127-r4.trigger 15:12:31 OK: 9 MiB in 20 packages 15:12:32 Removing intermediate container 164fbf637f9d 15:12:32 ---> 5b77b2fda653 15:12:32 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:12:33 ---> a55667996f96 15:12:33 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 15:12:33 ---> 58fe2f4cda6f 15:12:33 Step 20/27 : COPY --from=builder /app/res/ /res/ 15:12:33 ---> 823642c5e9e3 15:12:33 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 15:12:34 ---> cbc88d997f00 15:12:34 Step 22/27 : EXPOSE 48095 15:12:34 ---> Running in a0ca69d2e047 15:12:34 Removing intermediate container a0ca69d2e047 15:12:34 ---> dc0068fabae5 15:12:34 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 15:12:34 ---> Running in 5dccd4f3440f 15:12:34 Removing intermediate container 5dccd4f3440f 15:12:34 ---> 6065c7581d2a 15:12:34 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:12:34 ---> Running in 3739de32b86c 15:12:35 Removing intermediate container 3739de32b86c 15:12:35 ---> 92e736fa9e3e 15:12:35 Step 25/27 : LABEL arch=amd64 15:12:35 ---> Running in 8d66f47b226b 15:12:35 Removing intermediate container 8d66f47b226b 15:12:35 ---> b4c28e680617 15:12:35 Step 26/27 : LABEL git_sha=3ea42417c40bbc97f8817bc4d625f8bf495b7843 15:12:35 ---> Running in ef9e909fe193 15:12:35 Removing intermediate container ef9e909fe193 15:12:35 ---> bc861ffa6fc0 15:12:35 Step 27/27 : LABEL version=0.0.0 15:12:35 ---> Running in d6002bc536f1 15:12:35 Removing intermediate container d6002bc536f1 15:12:35 ---> ea6ad4689993 15:12:35 [Warning] One or more build-args [ARCH] were not consumed 15:12:35 Successfully built ea6ad4689993 15:12:35 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 15:12:52 Still waiting to schedule task 15:12:52 All nodes of label ‘centos7-docker-8c-8g’ are offline 15:14:01 Running on prd-centos7-docker-8c-8g-27306 in /w/workspace/_app-service-configurable_PR-118 [Pipeline] { [Pipeline] ws 15:14:01 Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout 15:14:03 using credential edgex-jenkins-ssh 15:14:03 Cloning the remote Git repository 15:14:03 Cloning with configured refspecs honoured and without tags 15:14:03 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 15:14:04 Fetching without tags 15:14:04 Merging remotes/origin/master commit d76b33905ff2852036d8bb432dc01390d416ad34 into PR head commit 3ea42417c40bbc97f8817bc4d625f8bf495b7843 15:14:03 > git init /w/workspace/app-service-configurable/2 # timeout=10 15:14:03 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 15:14:03 > git --version # timeout=10 15:14:03 > git --version # 'git version 2.16.5' 15:14:03 using GIT_SSH to set credentials SSH Credentials for GitHub 15:14:03 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/118/head:refs/remotes/origin/PR-118 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:14:04 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 15:14:04 > git config --add remote.origin.fetch +refs/pull/118/head:refs/remotes/origin/PR-118 # timeout=10 15:14:04 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 15:14:04 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 15:14:04 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 15:14:04 using GIT_SSH to set credentials SSH Credentials for GitHub 15:14:04 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/118/head:refs/remotes/origin/PR-118 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:14:04 > git config core.sparsecheckout # timeout=10 15:14:04 > git checkout -f 3ea42417c40bbc97f8817bc4d625f8bf495b7843 # timeout=10 15:14:04 > git remote # timeout=10 15:14:04 > git config --get remote.origin.url # timeout=10 15:14:04 using GIT_SSH to set credentials SSH Credentials for GitHub 15:14:04 > git merge d76b33905ff2852036d8bb432dc01390d416ad34 # timeout=10 15:14:04 Merge succeeded, producing 3ea42417c40bbc97f8817bc4d625f8bf495b7843 15:14:04 Checking out Revision 3ea42417c40bbc97f8817bc4d625f8bf495b7843 (PR-118) 15:14:04 > git rev-parse HEAD^{commit} # timeout=10 15:14:04 > git config core.sparsecheckout # timeout=10 15:14:04 > git checkout -f 3ea42417c40bbc97f8817bc4d625f8bf495b7843 # timeout=10 15:14:08 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go" [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:14:10 ++ find /w/workspace/app-service-configurable/2 15:14:10 ++ grep snapcraft.yaml 15:14:10 + grep -Po '^name: \K(.*)' /w/workspace/app-service-configurable/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:14:10 provisioning config files... 15:14:10 copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/2@tmp/config1124913001320475333tmp [Pipeline] { [Pipeline] sh 15:14:10 + cp /w/workspace/app-service-configurable/2@tmp/config1124913001320475333tmp /w/workspace/app-service-configurable/2/edgex-snap-store-login [Pipeline] sh 15:14:11 + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/2:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 15:14:11 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 15:14:11 latest: Pulling from edgex-devops/edgex-snap-builder 15:14:11 f08d8e2a3ba1: Pulling fs layer 15:14:11 3baa9cb2483b: Pulling fs layer 15:14:11 94e5ff4c0b15: Pulling fs layer 15:14:11 1860925334f9: Pulling fs layer 15:14:11 2daf38717194: Pulling fs layer 15:14:11 309017e8d7a4: Pulling fs layer 15:14:11 f7790dc9fd0f: Pulling fs layer 15:14:11 cac0ae9282c2: Pulling fs layer 15:14:11 1f4cadf9a1ed: Pulling fs layer 15:14:11 1860925334f9: Waiting 15:14:11 2daf38717194: Waiting 15:14:11 309017e8d7a4: Waiting 15:14:11 f7790dc9fd0f: Waiting 15:14:11 1f4cadf9a1ed: Waiting 15:14:11 cac0ae9282c2: Waiting 15:14:11 94e5ff4c0b15: Verifying Checksum 15:14:11 94e5ff4c0b15: Download complete 15:14:11 3baa9cb2483b: Download complete 15:14:11 1860925334f9: Verifying Checksum 15:14:11 1860925334f9: Download complete 15:14:12 309017e8d7a4: Verifying Checksum 15:14:12 309017e8d7a4: Download complete 15:14:12 f7790dc9fd0f: Verifying Checksum 15:14:12 f7790dc9fd0f: Download complete 15:14:12 cac0ae9282c2: Verifying Checksum 15:14:12 cac0ae9282c2: Download complete 15:14:12 1f4cadf9a1ed: Verifying Checksum 15:14:12 1f4cadf9a1ed: Download complete 15:14:13 f08d8e2a3ba1: Verifying Checksum 15:14:13 f08d8e2a3ba1: Download complete 15:14:15 f08d8e2a3ba1: Pull complete 15:14:15 3baa9cb2483b: Pull complete 15:14:15 94e5ff4c0b15: Pull complete 15:14:15 1860925334f9: Pull complete 15:14:19 2daf38717194: Verifying Checksum 15:14:19 2daf38717194: Download complete 15:14:42 2daf38717194: Pull complete 15:14:42 309017e8d7a4: Pull complete 15:14:42 f7790dc9fd0f: Pull complete 15:14:42 cac0ae9282c2: Pull complete 15:14:42 1f4cadf9a1ed: Pull complete 15:14:42 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 15:14:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 15:14:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:14:45 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:14:45 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:14:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1089 kB] 15:14:45 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [10.1 kB] 15:14:45 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [897 kB] 15:14:45 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [116 kB] 15:14:45 Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 15:14:45 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [132 kB] 15:14:45 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1384 kB] 15:14:46 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1425 kB] 15:14:46 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.7 kB] 15:14:46 Fetched 5334 kB in 1s (3653 kB/s) 15:14:47 Reading package lists... 15:14:49 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 15:14:49 - README.md 15:14:49 15:14:49 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:14:51 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:14:51 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:14:51 0% [Waiting for headers] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:14:51 0% [1 InRelease gpgv 88.7 kB] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 15:14:53 0% [2 InRelease gpgv 242 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 62% Reading package lists... 64% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 15:14:55 Installing build dependencies: binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch perl perl-modules-5.26 pkg-config 15:14:56 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 58% Reading package lists... 64% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 15:14:56 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 15:14:56 Reading state information... 0% Reading state information... 0% Reading state information... Done 15:14:56 The following packages were automatically installed and are no longer required: 15:14:56 libjq1 libonig4 15:14:56 Use 'sudo apt autoremove' to remove them. 15:14:56 Suggested packages: 15:14:56 binutils-doc cpp-doc gcc-7-locales debian-keyring g++-multilib 15:14:56 g++-7-multilib gcc-7-doc libstdc++6-7-dbg gcc-multilib autoconf automake 15:14:56 libtool flex bison gdb gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg 15:14:56 libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg 15:14:56 libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base 15:14:56 git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk 15:14:56 gitweb git-cvs git-mediawiki git-svn glibc-doc bzr gdbm-l10n libstdc++-7-doc 15:14:56 make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl 15:14:56 | libterm-readline-perl-perl 15:14:56 The following NEW packages will be installed: 15:14:56 binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 15:14:56 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less 15:14:56 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 15:14:56 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcilkrts5 15:14:56 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 15:14:56 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 15:14:56 libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 15:14:56 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 libsodium23 libstdc++-7-dev 15:14:56 libtsan0 libubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages 15:14:56 manpages-dev netbase patch perl perl-modules-5.26 pkg-config 15:14:56 0 upgraded, 62 newly installed, 0 to remove and 3 not upgraded. 15:14:56 Need to get 57.5 MB of archives. 15:14:56 After this operation, 249 MB of additional disk space will be used. 15:14:56 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] 15:14:57 0% [1 liblocale-gettext-perl 12.6 kB/16.6 kB 76%] 0% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 15:14:57 0% [2 perl-modules-5.26 7443 B/2763 kB 0%] 3% [2 perl-modules-5.26 1657 kB/2763 kB 60%] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 15:14:57 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 15:14:57 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 15:14:57 5% [5 libperl5.26 64.8 kB/3527 kB 2%] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 15:14:57 10% [6 perl 48.7 kB/201 kB 24%] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 15:14:57 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 15:14:57 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] 15:14:57 12% [9 manpages 197 kB/1234 kB 16%] 14% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 15:14:57 14% [10 binutils-common 65.5 kB/196 kB 33%] 14% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 15:14:57 15% [11 libbinutils 28.9 kB/488 kB 6%] 15% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 15:14:58 16% [12 binutils-x86-64-linux-gnu 65.3 kB/1839 kB 4%] 18% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 15:14:58 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] 15:14:58 19% [14 libc-dev-bin 57.1 kB/71.8 kB 80%] 19% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-117.118 [992 kB] 15:14:58 19% [15 linux-libc-dev 50.6 kB/992 kB 5%] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] 15:14:58 21% [16 libc6-dev 107 kB/2585 kB 4%] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 15:14:58 25% [17 gcc-7-base 18.3 kB/18.3 kB 100%] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] 15:14:58 25% [18 libisl19 59.5 kB/551 kB 11%] 26% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] 15:14:58 26% [19 libmpfr6 32.1 kB/243 kB 13%] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] 15:14:58 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 15:14:58 28% [21 cpp-7 459 kB/8591 kB 5%] 39% [Waiting for headers] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 15:14:58 40% [22 cpp 11.9 kB/27.7 kB 43%] 40% [Waiting for headers] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 15:14:58 40% [23 libcc1-0 20.0 kB/39.4 kB 51%] 40% [Waiting for headers] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 15:14:58 40% [24 libgomp1 20.3 kB/76.5 kB 27%] 41% [Waiting for headers] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 15:14:58 41% [25 libitm1 27.9 kB/27.9 kB 100%] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 15:14:58 41% [26 libatomic1 9192 B/9192 B 100%] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 15:14:58 41% [27 libasan4 18.8 kB/358 kB 5%] 42% [Waiting for headers] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 15:14:58 42% [28 liblsan0 22.5 kB/133 kB 17%] 43% [Waiting for headers] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 15:14:58 43% [29 libtsan0 18.3 kB/288 kB 6%] 43% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 15:14:58 43% [30 libubsan0 15.9 kB/126 kB 13%] 44% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 15:14:58 44% [31 libcilkrts5 29.7 kB/42.5 kB 70%] 44% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 15:14:58 44% [32 libmpx2 11.6 kB/11.6 kB 100%] 45% [Working] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 15:14:58 45% [33 libquadmath0 40.6 kB/134 kB 30%] 45% [Waiting for headers] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 15:14:58 45% [34 libgcc-7-dev 37.8 kB/2378 kB 2%] 49% [Working] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 15:14:59 49% [35 gcc-7 65.5 kB/9381 kB 1%] 62% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 15:14:59 62% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 15:14:59 62% [37 libstdc++-7-dev 9150 B/1471 kB 1%] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 15:14:59 65% [38 g++-7 39.0 kB/9697 kB 0%] 79% [Waiting for headers] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 15:14:59 79% [Waiting for headers] Get:40 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 15:14:59 79% [40 make 38.8 kB/154 kB 25%] 79% [Waiting for headers] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 15:14:59 80% [41 libdpkg-perl 24.6 kB/211 kB 12%] 80% [Working] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 15:14:59 80% [42 patch 25.3 kB/102 kB 25%] 81% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 15:14:59 81% [43 dpkg-dev 23.6 kB/607 kB 4%] 82% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] 15:14:59 82% [44 build-essential 4758 B/4758 B 100%] 82% [Working] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 15:14:59 82% [45 curl 0 B/159 kB 0%] 83% [Working] Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 15:14:59 83% [46 libfakeroot 0 B/25.9 kB 0%] 83% [Working] Get:47 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 15:14:59 83% [47 fakeroot 0 B/62.3 kB 0%] 83% [Working] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 15:14:59 83% [48 libcurl3-gnutls 21.7 kB/213 kB 10%] 84% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 15:15:00 84% [49 liberror-perl 22.8 kB/22.8 kB 100%] 84% [Working] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 15:15:00 84% [50 git-man 65.5 kB/804 kB 8%] 86% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 15:15:00 86% [51 git 30.6 kB/3915 kB 1%] 92% [Waiting for headers] Get:52 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 15:15:00 92% [52 libalgorithm-diff-perl 29.6 kB/47.6 kB 62%] 92% [Waiting for headers] Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 15:15:00 92% [53 libalgorithm-diff-xs-perl 3888 B/11.1 kB 35%] 92% [Working] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 15:15:00 92% [54 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 93% [Waiting for headers] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 15:15:00 93% [55 libfile-fcntllock-perl 33.2 kB/33.2 kB 100%] 93% [Waiting for headers] Get:56 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 15:15:00 93% [56 libnorm1 0 B/224 kB 0%] 94% [Waiting for headers] Get:57 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 15:15:00 94% [57 libpgm-5.2-0 0 B/157 kB 0%] 94% [Waiting for headers] Get:58 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 15:15:00 94% [58 libsodium23 33.2 kB/143 kB 23%] 95% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 15:15:00 95% [59 libzmq5 47.1 kB/221 kB 21%] 95% [Waiting for headers] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 15:15:00 95% [60 libzmq3-dev 26.4 kB/400 kB 7%] 96% [Waiting for headers] Get:61 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] 15:15:00 96% [61 manpages-dev 12.3 kB/2217 kB 1%] 100% [Working] Get:62 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 15:15:00 100% [62 pkg-config 41.0 kB/45.0 kB 91%] 100% [Working] Fetched 57.5 MB in 4s (16.2 MB/s) 15:15:00 debconf: delaying package configuration, since apt-utils is not installed 15:15:00 Selecting previously unselected package liblocale-gettext-perl. 15:15:00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) 15:15:00 Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_amd64.deb ... 15:15:00 Unpacking liblocale-gettext-perl (1.07-3build2) ... 15:15:00 Selecting previously unselected package perl-modules-5.26. 15:15:00 Preparing to unpack .../01-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 15:15:00 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 15:15:01 Selecting previously unselected package libgdbm5:amd64. 15:15:01 Preparing to unpack .../02-libgdbm5_1.14.1-6_amd64.deb ... 15:15:01 Unpacking libgdbm5:amd64 (1.14.1-6) ... 15:15:02 Selecting previously unselected package libgdbm-compat4:amd64. 15:15:02 Preparing to unpack .../03-libgdbm-compat4_1.14.1-6_amd64.deb ... 15:15:02 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 15:15:02 Selecting previously unselected package libperl5.26:amd64. 15:15:02 Preparing to unpack .../04-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 15:15:02 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 15:15:02 Selecting previously unselected package perl. 15:15:02 Preparing to unpack .../05-perl_5.26.1-6ubuntu0.3_amd64.deb ... 15:15:02 Unpacking perl (5.26.1-6ubuntu0.3) ... 15:15:02 Selecting previously unselected package less. 15:15:02 Preparing to unpack .../06-less_487-0.1_amd64.deb ... 15:15:02 Unpacking less (487-0.1) ... 15:15:02 Selecting previously unselected package netbase. 15:15:02 Preparing to unpack .../07-netbase_5.4_all.deb ... 15:15:02 Unpacking netbase (5.4) ... 15:15:02 Selecting previously unselected package manpages. 15:15:02 Preparing to unpack .../08-manpages_4.15-1_all.deb ... 15:15:02 Unpacking manpages (4.15-1) ... 15:15:03 Selecting previously unselected package binutils-common:amd64. 15:15:03 Preparing to unpack .../09-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:15:03 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 15:15:03 Selecting previously unselected package libbinutils:amd64. 15:15:03 Preparing to unpack .../10-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:15:03 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 15:15:03 Selecting previously unselected package binutils-x86-64-linux-gnu. 15:15:03 Preparing to unpack .../11-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:15:03 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 15:15:03 Selecting previously unselected package binutils. 15:15:03 Preparing to unpack .../12-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:15:03 Unpacking binutils (2.30-21ubuntu1~18.04.4) ... 15:15:03 Selecting previously unselected package libc-dev-bin. 15:15:03 Preparing to unpack .../13-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... 15:15:03 Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... 15:15:04 Selecting previously unselected package linux-libc-dev:amd64. 15:15:04 Preparing to unpack .../14-linux-libc-dev_4.15.0-117.118_amd64.deb ... 15:15:04 Unpacking linux-libc-dev:amd64 (4.15.0-117.118) ... 15:15:04 Selecting previously unselected package libc6-dev:amd64. 15:15:04 Preparing to unpack .../15-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... 15:15:04 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... 15:15:04 Selecting previously unselected package gcc-7-base:amd64. 15:15:04 Preparing to unpack .../16-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:15:04 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 15:15:05 Selecting previously unselected package libisl19:amd64. 15:15:05 Preparing to unpack .../17-libisl19_0.19-1_amd64.deb ... 15:15:05 Unpacking libisl19:amd64 (0.19-1) ... 15:15:05 Selecting previously unselected package libmpfr6:amd64. 15:15:05 Preparing to unpack .../18-libmpfr6_4.0.1-1_amd64.deb ... 15:15:05 Unpacking libmpfr6:amd64 (4.0.1-1) ... 15:15:05 Selecting previously unselected package libmpc3:amd64. 15:15:05 Preparing to unpack .../19-libmpc3_1.1.0-1_amd64.deb ... 15:15:05 Unpacking libmpc3:amd64 (1.1.0-1) ... 15:15:05 Selecting previously unselected package cpp-7. 15:15:05 Preparing to unpack .../20-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:15:05 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 15:15:06 Selecting previously unselected package cpp. 15:15:06 Preparing to unpack .../21-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:15:06 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 15:15:06 Selecting previously unselected package libcc1-0:amd64. 15:15:06 Preparing to unpack .../22-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:15:06 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:15:06 Selecting previously unselected package libgomp1:amd64. 15:15:06 Preparing to unpack .../23-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:15:06 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:15:06 Selecting previously unselected package libitm1:amd64. 15:15:06 Preparing to unpack .../24-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:15:06 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:15:06 Selecting previously unselected package libatomic1:amd64. 15:15:06 Preparing to unpack .../25-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:15:06 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:15:06 Selecting previously unselected package libasan4:amd64. 15:15:06 Preparing to unpack .../26-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:15:06 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 15:15:06 Selecting previously unselected package liblsan0:amd64. 15:15:06 Preparing to unpack .../27-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:15:06 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:15:06 Selecting previously unselected package libtsan0:amd64. 15:15:06 Preparing to unpack .../28-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:15:06 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:15:07 Selecting previously unselected package libubsan0:amd64. 15:15:07 Preparing to unpack .../29-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:15:07 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 15:15:07 Selecting previously unselected package libcilkrts5:amd64. 15:15:07 Preparing to unpack .../30-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:15:07 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 15:15:07 Selecting previously unselected package libmpx2:amd64. 15:15:07 Preparing to unpack .../31-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:15:07 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 15:15:07 Selecting previously unselected package libquadmath0:amd64. 15:15:07 Preparing to unpack .../32-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:15:07 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:15:07 Selecting previously unselected package libgcc-7-dev:amd64. 15:15:07 Preparing to unpack .../33-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:15:07 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:15:07 Selecting previously unselected package gcc-7. 15:15:07 Preparing to unpack .../34-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:15:07 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 15:15:08 Selecting previously unselected package gcc. 15:15:08 Preparing to unpack .../35-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:15:08 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 15:15:08 Selecting previously unselected package libstdc++-7-dev:amd64. 15:15:08 Preparing to unpack .../36-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:15:08 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:15:09 Selecting previously unselected package g++-7. 15:15:09 Preparing to unpack .../37-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:15:09 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 15:15:10 Selecting previously unselected package g++. 15:15:10 Preparing to unpack .../38-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:15:10 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 15:15:10 Selecting previously unselected package make. 15:15:10 Preparing to unpack .../39-make_4.1-9.1ubuntu1_amd64.deb ... 15:15:10 Unpacking make (4.1-9.1ubuntu1) ... 15:15:10 Selecting previously unselected package libdpkg-perl. 15:15:10 Preparing to unpack .../40-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 15:15:10 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 15:15:10 Selecting previously unselected package patch. 15:15:10 Preparing to unpack .../41-patch_2.7.6-2ubuntu1.1_amd64.deb ... 15:15:10 Unpacking patch (2.7.6-2ubuntu1.1) ... 15:15:10 Selecting previously unselected package dpkg-dev. 15:15:10 Preparing to unpack .../42-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 15:15:10 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 15:15:10 Selecting previously unselected package build-essential. 15:15:10 Preparing to unpack .../43-build-essential_12.4ubuntu1_amd64.deb ... 15:15:10 Unpacking build-essential (12.4ubuntu1) ... 15:15:10 Selecting previously unselected package curl. 15:15:10 Preparing to unpack .../44-curl_7.58.0-2ubuntu3.10_amd64.deb ... 15:15:10 Unpacking curl (7.58.0-2ubuntu3.10) ... 15:15:11 Selecting previously unselected package libfakeroot:amd64. 15:15:11 Preparing to unpack .../45-libfakeroot_1.22-2ubuntu1_amd64.deb ... 15:15:11 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 15:15:11 Selecting previously unselected package fakeroot. 15:15:11 Preparing to unpack .../46-fakeroot_1.22-2ubuntu1_amd64.deb ... 15:15:11 Unpacking fakeroot (1.22-2ubuntu1) ... 15:15:11 Selecting previously unselected package libcurl3-gnutls:amd64. 15:15:11 Preparing to unpack .../47-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 15:15:11 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 15:15:11 Selecting previously unselected package liberror-perl. 15:15:11 Preparing to unpack .../48-liberror-perl_0.17025-1_all.deb ... 15:15:11 Unpacking liberror-perl (0.17025-1) ... 15:15:11 Selecting previously unselected package git-man. 15:15:11 Preparing to unpack .../49-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 15:15:11 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 15:15:11 Selecting previously unselected package git. 15:15:11 Preparing to unpack .../50-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 15:15:11 Unpacking git (1:2.17.1-1ubuntu0.7) ... 15:15:12 Selecting previously unselected package libalgorithm-diff-perl. 15:15:12 Preparing to unpack .../51-libalgorithm-diff-perl_1.19.03-1_all.deb ... 15:15:12 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 15:15:12 Selecting previously unselected package libalgorithm-diff-xs-perl. 15:15:12 Preparing to unpack .../52-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 15:15:12 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 15:15:12 Selecting previously unselected package libalgorithm-merge-perl. 15:15:12 Preparing to unpack .../53-libalgorithm-merge-perl_0.08-3_all.deb ... 15:15:12 Unpacking libalgorithm-merge-perl (0.08-3) ... 15:15:12 Selecting previously unselected package libfile-fcntllock-perl. 15:15:12 Preparing to unpack .../54-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 15:15:12 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 15:15:12 Selecting previously unselected package libnorm1:amd64. 15:15:12 Preparing to unpack .../55-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 15:15:12 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:15:12 Selecting previously unselected package libpgm-5.2-0:amd64. 15:15:12 Preparing to unpack .../56-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 15:15:12 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:15:12 Selecting previously unselected package libsodium23:amd64. 15:15:12 Preparing to unpack .../57-libsodium23_1.0.16-2_amd64.deb ... 15:15:12 Unpacking libsodium23:amd64 (1.0.16-2) ... 15:15:12 Selecting previously unselected package libzmq5:amd64. 15:15:12 Preparing to unpack .../58-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 15:15:12 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:15:12 Selecting previously unselected package libzmq3-dev:amd64. 15:15:12 Preparing to unpack .../59-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 15:15:12 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:15:12 Selecting previously unselected package manpages-dev. 15:15:12 Preparing to unpack .../60-manpages-dev_4.15-1_all.deb ... 15:15:12 Unpacking manpages-dev (4.15-1) ... 15:15:13 Selecting previously unselected package pkg-config. 15:15:13 Preparing to unpack .../61-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 15:15:13 Unpacking pkg-config (0.29.1-0ubuntu2) ... 15:15:13 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:15:13 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:15:13 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:15:13 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:15:13 Setting up manpages (4.15-1) ... 15:15:13 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 15:15:13 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:15:13 Setting up less (487-0.1) ... 15:15:13 Setting up make (4.1-9.1ubuntu1) ... 15:15:13 Setting up curl (7.58.0-2ubuntu3.10) ... 15:15:13 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 15:15:13 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:15:13 Setting up linux-libc-dev:amd64 (4.15.0-117.118) ... 15:15:13 Setting up libmpfr6:amd64 (4.0.1-1) ... 15:15:13 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 15:15:13 Setting up libgdbm5:amd64 (1.14.1-6) ... 15:15:13 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:15:13 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:15:13 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 15:15:13 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 15:15:13 Setting up libsodium23:amd64 (1.0.16-2) ... 15:15:13 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 15:15:13 Setting up patch (2.7.6-2ubuntu1.1) ... 15:15:13 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 15:15:13 Setting up liblocale-gettext-perl (1.07-3build2) ... 15:15:13 Setting up libmpc3:amd64 (1.1.0-1) ... 15:15:13 Setting up libc-dev-bin (2.27-3ubuntu1.2) ... 15:15:13 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 15:15:14 Setting up manpages-dev (4.15-1) ... 15:15:14 Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... 15:15:14 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:15:14 Setting up netbase (5.4) ... 15:15:14 Setting up libisl19:amd64 (0.19-1) ... 15:15:14 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:15:14 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 15:15:14 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 15:15:14 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 15:15:14 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 15:15:14 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:15:14 Setting up fakeroot (1.22-2ubuntu1) ... 15:15:14 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 15:15:14 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 15:15:14 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 15:15:14 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 15:15:14 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 15:15:14 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 15:15:14 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 15:15:14 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 15:15:14 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 15:15:14 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:15:14 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 15:15:14 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:15:14 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 15:15:14 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 15:15:14 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 15:15:14 Setting up perl (5.26.1-6ubuntu0.3) ... 15:15:14 Setting up libfile-fcntllock-perl (0.22-3build2) ... 15:15:14 Setting up libalgorithm-diff-perl (1.19.03-1) ... 15:15:14 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 15:15:14 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 15:15:14 Setting up liberror-perl (0.17025-1) ... 15:15:14 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 15:15:14 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 15:15:14 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 15:15:14 Setting up libalgorithm-merge-perl (0.08-3) ... 15:15:14 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 15:15:14 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 15:15:14 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 15:15:14 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 15:15:14 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist 15:15:14 Setting up git (1:2.17.1-1ubuntu0.7) ... 15:15:14 Setting up build-essential (12.4ubuntu1) ... 15:15:14 Setting up pkg-config (0.29.1-0ubuntu2) ... 15:15:14 Processing triggers for mime-support (3.60ubuntu1) ... 15:15:14 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 15:15:16 binutils set to automatically installed. 15:15:16 binutils-common set to automatically installed. 15:15:16 binutils-x86-64-linux-gnu set to automatically installed. 15:15:16 build-essential set to automatically installed. 15:15:16 cpp set to automatically installed. 15:15:16 cpp-7 set to automatically installed. 15:15:16 curl set to automatically installed. 15:15:16 dpkg-dev set to automatically installed. 15:15:16 fakeroot set to automatically installed. 15:15:16 g++ set to automatically installed. 15:15:16 g++-7 set to automatically installed. 15:15:16 gcc set to automatically installed. 15:15:16 gcc-7 set to automatically installed. 15:15:16 gcc-7-base set to automatically installed. 15:15:16 git set to automatically installed. 15:15:16 git-man set to automatically installed. 15:15:16 less set to automatically installed. 15:15:16 libalgorithm-diff-perl set to automatically installed. 15:15:16 libalgorithm-diff-xs-perl set to automatically installed. 15:15:16 libalgorithm-merge-perl set to automatically installed. 15:15:16 libasan4 set to automatically installed. 15:15:16 libatomic1 set to automatically installed. 15:15:16 libbinutils set to automatically installed. 15:15:16 libc-dev-bin set to automatically installed. 15:15:16 libc6-dev set to automatically installed. 15:15:16 libcc1-0 set to automatically installed. 15:15:16 libcilkrts5 set to automatically installed. 15:15:16 libcurl3-gnutls set to automatically installed. 15:15:16 libdpkg-perl set to automatically installed. 15:15:16 liberror-perl set to automatically installed. 15:15:16 libfakeroot set to automatically installed. 15:15:16 libfile-fcntllock-perl set to automatically installed. 15:15:16 libgcc-7-dev set to automatically installed. 15:15:16 libgdbm-compat4 set to automatically installed. 15:15:16 libgdbm5 set to automatically installed. 15:15:16 libgomp1 set to automatically installed. 15:15:16 libisl19 set to automatically installed. 15:15:16 libitm1 set to automatically installed. 15:15:16 liblocale-gettext-perl set to automatically installed. 15:15:17 liblsan0 set to automatically installed. 15:15:17 libmpc3 set to automatically installed. 15:15:17 libmpfr6 set to automatically installed. 15:15:17 libmpx2 set to automatically installed. 15:15:17 libnorm1 set to automatically installed. 15:15:17 libperl5.26 set to automatically installed. 15:15:17 libpgm-5.2-0 set to automatically installed. 15:15:17 libquadmath0 set to automatically installed. 15:15:17 libsodium23 set to automatically installed. 15:15:17 libstdc++-7-dev set to automatically installed. 15:15:17 libtsan0 set to automatically installed. 15:15:17 libubsan0 set to automatically installed. 15:15:17 libzmq3-dev set to automatically installed. 15:15:17 libzmq5 set to automatically installed. 15:15:17 linux-libc-dev set to automatically installed. 15:15:17 make set to automatically installed. 15:15:17 manpages set to automatically installed. 15:15:17 manpages-dev set to automatically installed. 15:15:17 netbase set to automatically installed. 15:15:17 patch set to automatically installed. 15:15:17 perl set to automatically installed. 15:15:17 perl-modules-5.26 set to automatically installed. 15:15:17 pkg-config set to automatically installed. 15:15:17 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 15:15:17 Please ensure the environment is properly setup before continuing. 15:15:17 Ignore this message if the appropriate measures have already been taken 15:15:18 Pulling go  15:15:19 'app-service-config' has dependencies that need to be staged: go 15:15:19 Skipping pull go (already ran) 15:15:19 Building go  15:15:19 % Total % Received % Xferd Average Speed Time Time Time Current 15:15:19 Dload Upload Total Spent Left Speed 15:15:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 36 114M 36 42.2M 0 0 51.9M 0 0:00:02 --:--:-- 0:00:02 51.9M 98 114M 98 112M 0 0 61.6M 0 0:00:01 0:00:01 --:--:-- 61.6M 100 114M 100 114M 0 0 62.2M 0 0:00:01 0:00:01 --:--:-- 62.2M 15:15:21 go1.13.10.linux-amd64.tar.gz: OK 15:15:28 Staging go  15:15:29 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:15:29 2% [Working] 96% [Working] 99% [Working] 99% [Working] 99% Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:15:29 30% 4% 4% 4% Get:3 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [10.1 kB] 15:15:29 4% 4% 4% 4% 4% 4% Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [116 kB] 15:15:29 5% Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1089 kB] 15:15:29 10% 10% 10% 14% 55% Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [897 kB] 15:15:29 58% 60% 93% 96% 96% 96% 98% 99% [Working] 99% [Working] 99% Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:15:29 97% 99% 99% 16% [Working] 16% [Working] 16% Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 15:15:29 16% 16% 16% 16% 14% [Working] 14% [Working] 14% Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] 15:15:30 14% 15% Get:10 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] 15:15:30 21% 21% 23% 26% 82% [Working] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] 15:15:30 82% 82% [Working] Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] 15:15:31 83% 83% 83% Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.7 kB] 15:15:31 83% 83% Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [132 kB] 15:15:31 84% 84% Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1425 kB] 15:15:31 84% 92% Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1384 kB] 15:15:31 92% 99% Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 15:15:31 Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8432 B] 15:15:32 99% 99% 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 18.5 MB in 0s (0 B/s) 15:15:35 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 15:15:35 5% 100% [Working] Fetched 224 kB in 0s (0 B/s) 15:15:36 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 15:15:36 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) 15:15:36 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 15:15:37 5% 100% [Working] Fetched 221 kB in 0s (0 B/s) 15:15:37 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 15:15:37 8% 100% [Working] Fetched 143 kB in 0s (0 B/s) 15:15:37 Pulling app-service-config  15:15:39 Pulling config-common  15:15:40 Skipping build go (already ran) 15:15:40 Building app-service-config  15:15:40 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.23 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 15:15:42 go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.23 15:15:42 go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.23 15:15:42 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.21 15:15:42 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.77 15:15:42 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.21 15:15:42 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.37 15:15:42 go: downloading github.com/gorilla/mux v1.8.0 15:15:42 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.21 15:15:42 go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.21 15:15:42 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.37 15:15:42 go: extracting github.com/gorilla/mux v1.8.0 15:15:42 go: downloading github.com/google/uuid v1.1.1 15:15:42 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:15:42 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 15:15:42 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 15:15:42 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.77 15:15:42 go: extracting github.com/google/uuid v1.1.1 15:15:42 go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:15:42 go: downloading github.com/pelletier/go-toml v1.2.0 15:15:42 go: downloading github.com/go-playground/validator/v10 v10.3.0 15:15:42 go: downloading github.com/go-kit/kit v0.8.0 15:15:42 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.19 15:15:42 go: downloading github.com/BurntSushi/toml v0.3.1 15:15:42 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 15:15:42 go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 15:15:42 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 15:15:42 go: extracting github.com/pelletier/go-toml v1.2.0 15:15:42 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:15:42 go: extracting github.com/BurntSushi/toml v0.3.1 15:15:42 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 15:15:42 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.19 15:15:42 go: downloading github.com/x448/float16 v0.8.4 15:15:42 go: extracting github.com/go-playground/validator/v10 v10.3.0 15:15:42 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 15:15:42 go: downloading github.com/go-redis/redis/v7 v7.2.0 15:15:42 go: downloading github.com/pebbe/zmq4 v1.0.0 15:15:42 go: downloading github.com/hashicorp/consul/api v1.1.0 15:15:42 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:15:42 go: extracting github.com/x448/float16 v0.8.4 15:15:42 go: downloading github.com/leodido/go-urn v1.2.0 15:15:42 go: downloading go.mongodb.org/mongo-driver v1.1.1 15:15:42 go: extracting github.com/go-kit/kit v0.8.0 15:15:42 go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 15:15:42 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:15:42 go: extracting github.com/go-redis/redis/v7 v7.2.0 15:15:42 go: extracting github.com/hashicorp/consul/api v1.1.0 15:15:42 go: extracting github.com/pebbe/zmq4 v1.0.0 15:15:42 go: downloading github.com/hashicorp/serf v0.8.2 15:15:42 go: downloading github.com/mitchellh/mapstructure v1.1.2 15:15:42 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 15:15:42 go: downloading github.com/go-logfmt/logfmt v0.4.0 15:15:42 go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:15:42 go: extracting github.com/go-logfmt/logfmt v0.4.0 15:15:42 go: extracting github.com/mitchellh/mapstructure v1.1.2 15:15:42 go: extracting github.com/gomodule/redigo v2.0.0+incompatible 15:15:42 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 15:15:42 go: downloading github.com/go-playground/universal-translator v0.17.0 15:15:42 go: extracting github.com/hashicorp/serf v0.8.2 15:15:42 go: extracting github.com/leodido/go-urn v1.2.0 15:15:42 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 15:15:42 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 15:15:42 go: extracting github.com/go-playground/universal-translator v0.17.0 15:15:42 go: downloading github.com/mitchellh/copystructure v1.0.0 15:15:42 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 15:15:42 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:15:42 go: downloading github.com/go-playground/locales v0.13.0 15:15:42 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:15:42 go: extracting github.com/mitchellh/copystructure v1.0.0 15:15:42 go: downloading github.com/mitchellh/reflectwalk v1.0.0 15:15:42 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 15:15:42 go: extracting go.mongodb.org/mongo-driver v1.1.1 15:15:42 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:15:42 go: extracting github.com/mitchellh/reflectwalk v1.0.0 15:15:42 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 15:15:43 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 15:15:43 go: downloading github.com/hashicorp/golang-lru v0.5.0 15:15:43 go: extracting github.com/hashicorp/golang-lru v0.5.0 15:15:43 go: downloading github.com/go-stack/stack v1.8.0 15:15:43 go: downloading github.com/golang/snappy v0.0.1 15:15:43 go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 15:15:43 go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:15:43 go: downloading github.com/xdg/stringprep v1.0.0 15:15:43 go: extracting github.com/go-stack/stack v1.8.0 15:15:43 go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:15:43 go: extracting github.com/xdg/stringprep v1.0.0 15:15:43 go: extracting github.com/golang/snappy v0.0.1 15:15:43 go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 15:15:43 go: downloading golang.org/x/text v0.3.2 15:15:43 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 15:15:43 go: extracting github.com/go-playground/locales v0.13.0 15:15:43 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 15:15:43 go: extracting golang.org/x/text v0.3.2 15:15:44 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.23 15:15:45 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 15:15:45 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.77 15:15:45 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 15:15:45 go: finding github.com/google/uuid v1.1.1 15:15:45 go: finding github.com/go-playground/validator/v10 v10.3.0 15:15:45 go: finding github.com/go-kit/kit v0.8.0 15:15:45 go: finding github.com/fxamacker/cbor/v2 v2.2.0 15:15:45 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 15:15:45 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:15:45 go: finding github.com/gorilla/mux v1.8.0 15:15:45 go: finding github.com/BurntSushi/toml v0.3.1 15:15:45 go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 15:15:45 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 15:15:45 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 15:15:45 go: finding github.com/pelletier/go-toml v1.2.0 15:15:45 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 15:15:45 go: finding github.com/x448/float16 v0.8.4 15:15:45 go: finding github.com/pebbe/zmq4 v1.0.0 15:15:45 go: finding github.com/go-redis/redis/v7 v7.2.0 15:15:45 go: finding github.com/go-logfmt/logfmt v0.4.0 15:15:45 go: finding github.com/go-playground/universal-translator v0.17.0 15:15:45 go: finding github.com/leodido/go-urn v1.2.0 15:15:45 go: finding github.com/gomodule/redigo v2.0.0+incompatible 15:15:45 go: finding go.mongodb.org/mongo-driver v1.1.1 15:15:45 go: finding github.com/mitchellh/copystructure v1.0.0 15:15:45 go: finding github.com/hashicorp/consul/api v1.1.0 15:15:45 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:15:45 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:15:45 go: finding github.com/go-playground/locales v0.13.0 15:15:45 go: finding github.com/go-stack/stack v1.8.0 15:15:45 go: finding github.com/mitchellh/reflectwalk v1.0.0 15:15:45 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 15:15:45 go: finding github.com/hashicorp/go-rootcerts v1.0.0 15:15:45 go: finding github.com/golang/snappy v0.0.1 15:15:45 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 15:15:45 go: finding github.com/hashicorp/serf v0.8.2 15:15:45 go: finding github.com/xdg/stringprep v1.0.0 15:15:45 go: finding github.com/mitchellh/mapstructure v1.1.2 15:15:45 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 15:15:45 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:15:45 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:15:45 go: finding golang.org/x/text v0.3.2 15:15:45 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 15:15:45 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 15:15:45 go: finding github.com/hashicorp/golang-lru v0.5.0 15:15:58 Building config-common  15:16:01 Skipping stage go (already ran) 15:16:01 Staging app-service-config  15:16:02 Staging config-common  15:16:03 Priming go  15:16:04 Priming app-service-config  15:16:05 Priming config-common  15:16:07 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | 15:16:07 Snapped edgex-app-service-configurable_1.2.0-20200914+3ea4241_amd64.snap [Pipeline] } 15:16:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:06:50 Cancelling nested steps due to timeout [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:06:51 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 21:06:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:06:55 ---> package-listing.sh 21:06:55 ++ facter osfamily 21:06:55 ++ tr '[:upper:]' '[:lower:]' 21:06:55 + OS_FAMILY=redhat 21:06:55 + workspace=/w/workspace/_app-service-configurable_PR-118 21:06:55 + START_PACKAGES=/tmp/packages_start.txt 21:06:55 + END_PACKAGES=/tmp/packages_end.txt 21:06:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:06:55 + PACKAGES=/tmp/packages_start.txt 21:06:55 + '[' /w/workspace/_app-service-configurable_PR-118 ']' 21:06:55 + PACKAGES=/tmp/packages_end.txt 21:06:55 + case "${OS_FAMILY}" in 21:06:55 + rpm -qa 21:06:55 + sort 21:06:59 + '[' -f /tmp/packages_start.txt ']' 21:06:59 + '[' -f /tmp/packages_end.txt ']' 21:06:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:06:59 + '[' /w/workspace/_app-service-configurable_PR-118 ']' 21:06:59 + mkdir -p /w/workspace/_app-service-configurable_PR-118/archives/ 21:06:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-118/archives/ [Pipeline] isUnix [Pipeline] sh 21:07:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:07:00 21:07:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:07:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:07:00 alpine: Pulling from edgex-lftools-log-publisher 21:07:00 df20fa9351a1: Pulling fs layer 21:07:00 36b3adc4ff6f: Pulling fs layer 21:07:00 8ad3a11d3b57: Pulling fs layer 21:07:00 46f8f816bc3b: Pulling fs layer 21:07:00 0dadc02b9964: Pulling fs layer 21:07:00 ce6a7cf60c04: Pulling fs layer 21:07:00 7a184a31f384: Pulling fs layer 21:07:00 0879bd2ef858: Pulling fs layer 21:07:00 46f8f816bc3b: Waiting 21:07:00 0dadc02b9964: Waiting 21:07:00 0879bd2ef858: Waiting 21:07:00 7a184a31f384: Waiting 21:07:00 ce6a7cf60c04: Waiting 21:07:00 36b3adc4ff6f: Verifying Checksum 21:07:00 36b3adc4ff6f: Download complete 21:07:00 46f8f816bc3b: Verifying Checksum 21:07:00 46f8f816bc3b: Download complete 21:07:00 0dadc02b9964: Verifying Checksum 21:07:00 0dadc02b9964: Download complete 21:07:00 ce6a7cf60c04: Verifying Checksum 21:07:00 ce6a7cf60c04: Download complete 21:07:00 df20fa9351a1: Verifying Checksum 21:07:00 df20fa9351a1: Download complete 21:07:00 7a184a31f384: Verifying Checksum 21:07:00 7a184a31f384: Download complete 21:07:01 8ad3a11d3b57: Verifying Checksum 21:07:01 8ad3a11d3b57: Download complete 21:07:01 df20fa9351a1: Pull complete 21:07:01 36b3adc4ff6f: Pull complete 21:07:01 0879bd2ef858: Verifying Checksum 21:07:01 0879bd2ef858: Download complete 21:07:02 8ad3a11d3b57: Pull complete 21:07:02 46f8f816bc3b: Pull complete 21:07:02 0dadc02b9964: Pull complete 21:07:02 ce6a7cf60c04: Pull complete 21:07:02 7a184a31f384: Pull complete 21:07:06 0879bd2ef858: Pull complete 21:07:06 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 21:07:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:07:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:07:06 prd-centos7-docker-4c-2g-27225 does not seem to be running inside a container 21:07:06 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/_app-service-configurable_PR-118 -v /w/workspace/_app-service-configurable_PR-118:/w/workspace/_app-service-configurable_PR-118:rw,z -v /w/workspace/_app-service-configurable_PR-118@tmp:/w/workspace/_app-service-configurable_PR-118@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:07:09 $ docker top bc0db90f408866faacc433a5aeb75f725e9e6f39dd0be158c1edcdbaceb81520 -eo pid,comm [Pipeline] { [Pipeline] sh 21:07:10 + mkdir -p /var/log/sa [Pipeline] sh 21:07:10 + ls /var/log/sa-host 21:07:10 + sadf -c /var/log/sa-host/sa05 21:07:10 file_magic: OK 21:07:10 HZ: Using current value: 100 21:07:10 file_header: OK 21:07:10 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:07:10 Statistics: 21:07:10 Hnuu...uuuununununu...Hnuu...uuuununununu... 21:07:10 File successfully converted to sysstat format version 12.2.1 21:07:10 + sadf -c /var/log/sa-host/sa14 21:07:10 file_magic: OK 21:07:10 HZ: Using current value: 100 21:07:10 file_header: OK 21:07:10 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:07:10 Statistics: 21:07:10 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:07:10 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:07:10 provisioning config files... 21:07:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-118@tmp/config3490675123681912504tmp [Pipeline] { [Pipeline] echo 21:07:11 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:07:11 ---> create-netrc.sh [Pipeline] echo 21:07:11 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:07:11 ---> logs-deploy.sh 21:07:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-118/2 21:07:11 INFO: archiving workspace using pattern(s): 21:07:13 Archives upload complete. 21:07:13 INFO: archiving logs to Nexus 21:07:14 ---> uname -a: 21:07:14 Linux bc0db90f4088 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 21:07:14 21:07:14 21:07:14 ---> lscpu: 21:07:14 Architecture: x86_64 21:07:14 CPU op-mode(s): 32-bit, 64-bit 21:07:14 Byte Order: Little Endian 21:07:14 Address sizes: 40 bits physical, 48 bits virtual 21:07:14 CPU(s): 4 21:07:14 On-line CPU(s) list: 0-3 21:07:14 Thread(s) per core: 1 21:07:14 Core(s) per socket: 1 21:07:14 Socket(s): 4 21:07:14 NUMA node(s): 1 21:07:14 Vendor ID: GenuineIntel 21:07:14 CPU family: 6 21:07:14 Model: 44 21:07:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:07:14 Stepping: 1 21:07:14 CPU MHz: 2933.396 21:07:14 BogoMIPS: 5866.79 21:07:14 Virtualization: VT-x 21:07:14 Hypervisor vendor: KVM 21:07:14 Virtualization type: full 21:07:14 L1d cache: 128 KiB 21:07:14 L1i cache: 128 KiB 21:07:14 L2 cache: 16 MiB 21:07:14 L3 cache: 64 MiB 21:07:14 NUMA node0 CPU(s): 0-3 21:07:14 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:07:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:07:14 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:07:14 Vulnerability Meltdown: Mitigation; PTI 21:07:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:07:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:07:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:07:14 Vulnerability Tsx async abort: Not affected 21:07:14 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 21:07:14 21:07:14 21:07:14 ---> nproc: 21:07:14 4 21:07:14 21:07:14 21:07:14 ---> df -h: 21:07:14 Filesystem Size Used Available Use% Mounted on 21:07:14 overlay 50.0G 6.6G 43.4G 13% / 21:07:14 tmpfs 64.0M 0 64.0M 0% /dev 21:07:14 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:07:14 shm 64.0M 0 64.0M 0% /dev/shm 21:07:14 /dev/vda1 50.0G 6.6G 43.4G 13% /etc/resolv.conf 21:07:14 /dev/vda1 50.0G 6.6G 43.4G 13% /etc/hostname 21:07:14 /dev/vda1 50.0G 6.6G 43.4G 13% /etc/hosts 21:07:14 /dev/vda1 50.0G 6.6G 43.4G 13% /var/log/sa-host 21:07:14 /dev/vda1 50.0G 6.6G 43.4G 13% /w/workspace/_app-service-configurable_PR-118 21:07:14 /dev/vda1 50.0G 6.6G 43.4G 13% /w/workspace/_app-service-configurable_PR-118@tmp 21:07:14 21:07:14 21:07:14 ---> free -m: 21:07:14 total used free shared buff/cache available 21:07:14 Mem: 1837 760 144 0 932 983 21:07:14 Swap: 1023 0 1023 21:07:14 21:07:14 21:07:14 ---> ip addr: 21:07:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:07:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:07:14 inet 127.0.0.1/8 scope host lo 21:07:14 valid_lft forever preferred_lft forever 21:07:14 6: eth0@if7: mtu 1458 qdisc noqueue state UP 21:07:14 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 21:07:14 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 21:07:14 valid_lft forever preferred_lft forever 21:07:14 21:07:14 21:07:14 ---> sar -b -r -n DEV: 21:07:14 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/14/20 _x86_64_ (4 CPU) 21:07:14 21:07:14 15:05:57 LINUX RESTART (4 CPU) 21:07:14 21:07:14 15:07:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:07:14 15:08:01 15.49 4.60 10.89 0.00 1054.21 1171.07 0.00 21:07:14 15:09:01 0.33 0.00 0.33 0.00 0.00 4.86 0.00 21:07:14 15:10:01 0.42 0.00 0.42 0.00 0.00 5.43 0.00 21:07:14 15:11:01 0.28 0.00 0.28 0.00 0.00 2.85 0.00 21:07:14 15:12:01 0.30 0.00 0.30 0.00 0.00 4.63 0.00 21:07:14 15:13:01 0.28 0.02 0.27 0.00 0.13 2.75 0.00 21:07:14 15:14:01 0.23 0.00 0.23 0.00 0.00 1.90 0.00 21:07:14 15:15:01 0.22 0.00 0.22 0.00 0.00 3.61 0.00 21:07:14 15:16:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 21:07:14 15:17:01 0.37 0.00 0.37 0.00 0.00 5.41 0.00 21:07:14 15:18:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 21:07:14 15:19:01 0.17 0.00 0.17 0.00 0.00 1.35 0.00 21:07:14 15:20:01 0.30 0.00 0.30 0.00 0.00 3.23 0.00 21:07:14 15:21:01 0.45 0.20 0.25 0.00 6.26 3.16 0.00 21:07:14 15:22:01 0.68 0.00 0.68 0.00 0.00 14.62 0.00 21:07:14 15:23:01 0.25 0.00 0.25 0.00 0.00 2.58 0.00 21:07:14 15:24:01 0.42 0.00 0.42 0.00 0.00 5.86 0.00 21:07:14 15:25:01 0.20 0.00 0.20 0.00 0.00 2.56 0.00 21:07:14 15:26:02 0.27 0.00 0.27 0.00 0.00 3.65 0.00 21:07:14 15:27:01 0.25 0.00 0.25 0.00 0.00 2.47 0.00 21:07:14 15:28:01 0.17 0.00 0.17 0.00 0.00 1.62 0.00 21:07:14 15:29:01 0.28 0.00 0.28 0.00 0.00 3.51 0.00 21:07:14 15:30:01 0.25 0.00 0.25 0.00 0.00 2.30 0.00 21:07:14 15:31:01 0.33 0.00 0.33 0.00 0.00 4.80 0.00 21:07:14 15:32:01 0.30 0.00 0.30 0.00 0.00 4.21 0.00 21:07:14 15:33:01 0.20 0.00 0.20 0.00 0.00 3.45 0.00 21:07:14 15:34:01 0.32 0.00 0.32 0.00 0.00 4.50 0.00 21:07:14 15:35:01 0.27 0.00 0.27 0.00 0.00 4.03 0.00 21:07:14 15:36:01 0.32 0.00 0.32 0.00 0.00 4.76 0.00 21:07:14 15:37:01 0.27 0.00 0.27 0.00 0.00 3.90 0.00 21:07:14 15:38:01 0.23 0.00 0.23 0.00 0.00 3.65 0.00 21:07:14 15:39:01 0.30 0.00 0.30 0.00 0.00 5.28 0.00 21:07:14 15:40:01 0.28 0.00 0.28 0.00 0.00 5.21 0.00 21:07:14 15:41:01 0.32 0.00 0.32 0.00 0.00 5.55 0.00 21:07:14 15:42:01 0.27 0.00 0.27 0.00 0.00 4.95 0.00 21:07:14 15:43:01 0.22 0.00 0.22 0.00 0.00 3.70 0.00 21:07:14 15:44:01 0.33 0.00 0.33 0.00 0.00 5.28 0.00 21:07:14 15:45:01 0.32 0.00 0.32 0.00 0.00 4.75 0.00 21:07:14 15:46:01 0.35 0.00 0.35 0.00 0.00 5.80 0.00 21:07:14 15:47:01 0.30 0.00 0.30 0.00 0.00 4.48 0.00 21:07:14 15:48:01 0.27 0.00 0.27 0.00 0.00 3.93 0.00 21:07:14 15:49:02 0.38 0.00 0.38 0.00 0.00 5.96 0.00 21:07:14 15:50:01 0.27 0.00 0.27 0.00 0.00 2.78 0.00 21:07:14 15:51:01 0.25 0.00 0.25 0.00 0.00 3.38 0.00 21:07:14 15:52:01 0.23 0.00 0.23 0.00 0.00 2.60 0.00 21:07:14 15:53:01 0.17 0.00 0.17 0.00 0.00 2.40 0.00 21:07:14 15:54:01 0.25 0.00 0.25 0.00 0.00 3.23 0.00 21:07:14 15:55:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 21:07:14 15:56:01 0.25 0.00 0.25 0.00 0.00 2.81 0.00 21:07:14 15:57:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 21:07:14 15:58:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 21:07:14 15:59:01 0.28 0.00 0.28 0.00 0.00 3.00 0.00 21:07:14 16:00:01 0.23 0.00 0.23 0.00 0.00 2.81 0.00 21:07:14 16:01:01 0.27 0.02 0.25 0.00 0.13 2.95 0.00 21:07:14 16:02:01 0.45 0.12 0.33 0.00 2.13 5.83 0.00 21:07:14 16:03:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 21:07:14 16:04:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 21:07:14 16:05:01 0.18 0.00 0.18 0.00 0.00 1.92 0.00 21:07:14 16:06:01 1.40 1.08 0.32 0.00 31.18 4.61 0.00 21:07:14 16:07:01 284.98 264.19 20.79 0.00 3650.01 959.06 0.00 21:07:14 16:08:01 1.47 0.00 1.47 0.00 0.00 46.84 0.00 21:07:14 16:09:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 21:07:14 16:10:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 21:07:14 16:11:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 21:07:14 16:12:01 0.25 0.00 0.25 0.00 0.00 3.00 0.00 21:07:14 16:13:01 0.30 0.00 0.30 0.00 0.00 4.06 0.00 21:07:14 16:14:01 0.15 0.00 0.15 0.00 0.00 1.92 0.00 21:07:14 16:15:01 0.22 0.00 0.22 0.00 0.00 1.72 0.00 21:07:14 16:16:01 0.28 0.00 0.28 0.00 0.00 3.55 0.00 21:07:14 16:17:01 0.25 0.00 0.25 0.00 0.00 2.93 0.00 21:07:14 16:18:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 21:07:14 16:19:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 21:07:14 16:20:01 0.25 0.00 0.25 0.00 0.00 3.76 0.00 21:07:14 16:21:01 0.15 0.00 0.15 0.00 0.00 1.60 0.00 21:07:14 16:22:01 0.25 0.00 0.25 0.00 0.00 2.81 0.00 21:07:14 16:23:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 21:07:14 16:24:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 21:07:14 16:25:01 0.13 0.00 0.13 0.00 0.00 1.07 0.00 21:07:14 16:26:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 21:07:14 16:27:01 0.38 0.00 0.38 0.00 0.00 5.58 0.00 21:07:14 16:28:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 21:07:14 16:29:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 21:07:14 16:30:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 21:07:14 16:31:01 0.25 0.00 0.25 0.00 0.00 2.68 0.00 21:07:14 16:32:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 21:07:14 16:33:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 21:07:14 16:34:01 0.20 0.00 0.20 0.00 0.00 1.77 0.00 21:07:14 16:35:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 21:07:14 16:36:01 0.25 0.00 0.25 0.00 0.00 2.95 0.00 21:07:14 16:37:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 21:07:14 16:38:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 21:07:14 16:39:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 21:07:14 16:40:01 0.18 0.00 0.18 0.00 0.00 1.48 0.00 21:07:14 16:41:02 0.32 0.00 0.32 0.00 0.00 3.41 0.00 21:07:14 16:42:01 0.24 0.00 0.24 0.00 0.00 2.86 0.00 21:07:14 16:43:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 21:07:14 16:44:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 21:07:14 16:45:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 21:07:14 16:46:01 0.25 0.00 0.25 0.00 0.00 2.95 0.00 21:07:14 16:47:01 0.70 0.38 0.32 0.00 137.75 4.40 0.00 21:07:14 16:48:01 0.28 0.00 0.28 0.00 0.00 3.26 0.00 21:07:14 16:49:01 0.23 0.00 0.23 0.00 0.00 2.81 0.00 21:07:14 16:50:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 21:07:14 16:51:01 0.25 0.00 0.25 0.00 0.00 2.81 0.00 21:07:14 16:52:01 0.23 0.00 0.23 0.00 0.00 2.58 0.00 21:07:14 16:53:01 0.28 0.00 0.28 0.00 0.00 3.36 0.00 21:07:14 16:54:01 0.22 0.00 0.22 0.00 0.00 2.01 0.00 21:07:14 16:55:01 0.20 0.00 0.20 0.00 0.00 2.00 0.00 21:07:14 16:56:01 0.28 0.00 0.28 0.00 0.00 3.68 0.00 21:07:14 16:57:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 21:07:14 16:58:01 0.25 0.00 0.25 0.00 0.00 2.95 0.00 21:07:14 16:59:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 21:07:14 17:00:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 21:07:14 17:01:01 0.27 0.00 0.27 0.00 0.00 2.95 0.00 21:07:14 17:02:01 0.40 0.00 0.40 0.00 0.00 5.71 0.00 21:07:14 17:03:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 21:07:14 17:04:02 0.33 0.00 0.33 0.00 0.00 2.66 0.00 21:07:14 17:05:01 0.25 0.00 0.25 0.00 0.00 3.13 0.00 21:07:14 17:06:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 21:07:14 17:07:01 0.25 0.00 0.25 0.00 0.00 2.95 0.00 21:07:14 17:08:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 21:07:14 17:09:01 0.58 0.00 0.58 0.00 0.00 6.30 0.00 21:07:14 17:10:01 0.40 0.00 0.40 0.00 0.00 5.83 0.00 21:07:14 17:11:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 21:07:14 17:12:01 0.25 0.00 0.25 0.00 0.00 3.23 0.00 21:07:14 17:13:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 21:07:14 17:14:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 21:07:14 17:15:01 0.32 0.00 0.32 0.00 0.00 4.73 0.00 21:07:14 17:16:01 0.27 0.00 0.27 0.00 0.00 2.76 0.00 21:07:14 17:17:01 0.37 0.00 0.37 0.00 0.00 4.43 0.00 21:07:14 17:18:01 0.53 0.00 0.53 0.00 0.00 5.56 0.00 21:07:14 17:19:01 0.28 0.00 0.28 0.00 0.00 2.21 0.00 21:07:14 17:20:01 0.28 0.00 0.28 0.00 0.00 3.15 0.00 21:07:14 17:21:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 21:07:14 17:22:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 21:07:14 17:23:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 21:07:14 17:24:01 0.18 0.00 0.18 0.00 0.00 1.87 0.00 21:07:14 17:25:01 0.27 0.00 0.27 0.00 0.00 3.00 0.00 21:07:14 17:26:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 21:07:14 17:27:02 0.25 0.00 0.25 0.00 0.00 3.11 0.00 21:07:14 17:28:01 0.22 0.00 0.22 0.00 0.00 2.46 0.00 21:07:14 17:29:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 21:07:14 17:30:01 0.28 0.00 0.28 0.00 0.00 3.30 0.00 21:07:14 17:31:01 0.23 0.00 0.23 0.00 0.00 2.86 0.00 21:07:14 17:32:01 0.28 0.00 0.28 0.00 0.00 3.13 0.00 21:07:14 17:33:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 21:07:14 17:34:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 21:07:14 17:35:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 21:07:14 17:36:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 21:07:14 17:37:01 0.27 0.00 0.27 0.00 0.00 3.56 0.00 21:07:14 17:38:01 0.20 0.00 0.20 0.00 0.00 2.30 0.00 21:07:14 17:39:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 21:07:14 17:40:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 21:07:14 17:41:01 0.22 0.00 0.22 0.00 0.00 2.31 0.00 21:07:14 17:42:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 21:07:14 17:43:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 21:07:14 17:44:01 0.20 0.00 0.20 0.00 0.00 2.03 0.00 21:07:14 17:45:01 0.27 0.00 0.27 0.00 0.00 2.91 0.00 21:07:14 17:46:01 0.22 0.00 0.22 0.00 0.00 2.31 0.00 21:07:14 17:47:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 21:07:14 17:48:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 21:07:14 17:49:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 21:07:14 17:50:01 0.25 0.00 0.25 0.00 0.00 2.86 0.00 21:07:14 17:51:02 0.25 0.00 0.25 0.00 0.00 2.60 0.00 21:07:14 17:52:01 0.32 0.00 0.32 0.00 0.00 4.30 0.00 21:07:14 17:53:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 21:07:14 17:54:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 21:07:14 17:55:01 0.25 0.00 0.25 0.00 0.00 3.25 0.00 21:07:14 17:56:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 21:07:14 17:57:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 21:07:14 17:58:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 21:07:14 17:59:01 0.27 0.00 0.27 0.00 0.00 3.43 0.00 21:07:14 18:00:01 0.25 0.00 0.25 0.00 0.00 3.00 0.00 21:07:14 18:01:01 0.25 0.00 0.25 0.00 0.00 2.30 0.00 21:07:14 18:02:01 0.33 0.00 0.33 0.00 0.00 5.30 0.00 21:07:14 18:03:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 21:07:14 18:04:01 0.25 0.00 0.25 0.00 0.00 3.08 0.00 21:07:14 18:05:01 0.25 0.00 0.25 0.00 0.00 2.58 0.00 21:07:14 18:06:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 21:07:14 18:07:01 0.22 0.00 0.22 0.00 0.00 2.02 0.00 21:07:14 18:08:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 21:07:14 18:09:01 0.77 0.00 0.77 0.00 0.00 9.03 0.00 21:07:14 18:10:01 0.63 0.00 0.63 0.00 0.00 6.85 0.00 21:07:14 18:11:01 0.43 0.00 0.43 0.00 0.00 5.91 0.00 21:07:14 18:12:01 0.20 0.00 0.20 0.00 0.00 1.63 0.00 21:07:14 18:13:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 21:07:14 18:14:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 21:07:14 18:15:02 0.22 0.00 0.22 0.00 0.00 2.28 0.00 21:07:14 18:16:01 0.25 0.00 0.25 0.00 0.00 2.88 0.00 21:07:14 18:17:01 0.20 0.00 0.20 0.00 0.00 2.55 0.00 21:07:14 18:18:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 21:07:14 18:19:01 0.28 0.00 0.28 0.00 0.00 3.40 0.00 21:07:14 18:20:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 21:07:14 18:21:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 21:07:14 18:22:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 21:07:14 18:23:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 21:07:14 18:24:01 0.30 0.00 0.30 0.00 0.00 4.35 0.00 21:07:14 18:25:01 0.23 0.00 0.23 0.00 0.00 2.81 0.00 21:07:14 18:26:01 0.28 0.00 0.28 0.00 0.00 3.01 0.00 21:07:14 18:27:01 0.23 0.02 0.22 0.00 0.13 2.28 0.00 21:07:14 18:28:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 21:07:14 18:29:01 0.25 0.00 0.25 0.00 0.00 3.08 0.00 21:07:14 18:30:01 0.22 0.00 0.22 0.00 0.00 2.01 0.00 21:07:14 18:31:01 0.25 0.00 0.25 0.00 0.00 3.23 0.00 21:07:14 18:32:01 0.22 0.00 0.22 0.00 0.00 2.55 0.00 21:07:14 18:33:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 21:07:14 18:34:01 0.28 0.00 0.28 0.00 0.00 3.68 0.00 21:07:14 18:35:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 21:07:14 18:36:01 0.23 0.00 0.23 0.00 0.00 3.10 0.00 21:07:14 18:37:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 21:07:14 18:38:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 21:07:14 18:39:02 0.25 0.00 0.25 0.00 0.00 2.96 0.00 21:07:14 18:40:01 0.20 0.00 0.20 0.00 0.00 2.52 0.00 21:07:14 18:41:01 0.37 0.00 0.37 0.00 0.00 5.48 0.00 21:07:14 18:42:01 0.27 0.00 0.27 0.00 0.00 3.91 0.00 21:07:14 18:43:01 0.22 0.00 0.22 0.00 0.00 3.05 0.00 21:07:14 18:44:01 0.32 0.00 0.32 0.00 0.00 4.78 0.00 21:07:14 18:45:01 0.55 0.00 0.55 0.00 0.00 5.08 0.00 21:07:14 18:46:01 0.70 0.00 0.70 0.00 0.00 6.26 0.00 21:07:14 18:47:01 0.55 0.00 0.55 0.00 0.00 5.26 0.00 21:07:14 18:48:01 0.65 0.00 0.65 0.00 0.00 7.13 0.00 21:07:14 18:49:01 0.58 0.00 0.58 0.00 0.00 5.63 0.00 21:07:14 18:50:01 0.55 0.00 0.55 0.00 0.00 5.08 0.00 21:07:14 18:51:01 0.58 0.00 0.58 0.00 0.00 5.63 0.00 21:07:14 18:52:01 0.55 0.00 0.55 0.00 0.00 4.95 0.00 21:07:14 18:53:01 0.50 0.00 0.50 0.00 0.00 4.13 0.00 21:07:14 18:54:01 0.35 0.00 0.35 0.00 0.00 4.08 0.00 21:07:14 18:55:01 0.35 0.00 0.35 0.00 0.00 5.03 0.00 21:07:14 18:56:01 0.38 0.00 0.38 0.00 0.00 6.23 0.00 21:07:14 18:57:01 0.28 0.00 0.28 0.00 0.00 4.43 0.00 21:07:14 18:58:01 0.23 0.00 0.23 0.00 0.00 3.56 0.00 21:07:14 18:59:01 0.33 0.00 0.33 0.00 0.00 5.43 0.00 21:07:14 19:00:01 0.28 0.00 0.28 0.00 0.00 4.30 0.00 21:07:14 19:01:01 0.27 0.00 0.27 0.00 0.00 3.16 0.00 21:07:14 19:02:01 0.25 0.00 0.25 0.00 0.00 2.81 0.00 21:07:14 19:03:01 0.25 0.00 0.25 0.00 0.00 3.02 0.00 21:07:14 19:04:01 0.22 0.00 0.22 0.00 0.00 2.55 0.00 21:07:14 19:05:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 21:07:14 19:06:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 21:07:14 19:07:01 0.67 0.00 0.67 0.00 0.00 7.43 0.00 21:07:14 19:08:01 0.72 0.00 0.72 0.00 0.00 8.16 0.00 21:07:14 19:09:01 0.30 0.00 0.30 0.00 0.00 4.15 0.00 21:07:14 19:10:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 21:07:14 19:11:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 21:07:14 19:12:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 21:07:14 19:13:01 0.67 0.00 0.67 0.00 0.00 8.36 0.00 21:07:14 19:14:01 0.57 0.00 0.57 0.00 0.00 5.96 0.00 21:07:14 19:15:01 0.70 0.00 0.70 0.00 0.00 8.16 0.00 21:07:14 19:16:01 0.23 0.00 0.23 0.00 0.00 3.43 0.00 21:07:14 19:17:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 21:07:14 19:18:01 0.25 0.00 0.25 0.00 0.00 3.23 0.00 21:07:14 19:19:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 21:07:14 19:20:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 21:07:14 19:21:01 0.22 0.00 0.22 0.00 0.00 2.02 0.00 21:07:14 19:22:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 21:07:14 19:23:01 0.27 0.00 0.27 0.00 0.00 3.28 0.00 21:07:14 19:24:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 21:07:14 19:25:01 0.25 0.00 0.25 0.00 0.00 3.23 0.00 21:07:14 19:26:02 0.22 0.00 0.22 0.00 0.00 2.28 0.00 21:07:14 19:27:01 0.17 0.00 0.17 0.00 0.00 1.35 0.00 21:07:14 19:28:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 21:07:14 19:29:01 0.22 0.00 0.22 0.00 0.00 2.55 0.00 21:07:14 19:30:01 0.33 0.00 0.33 0.00 0.00 4.48 0.00 21:07:14 19:31:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 21:07:14 19:32:01 0.57 0.00 0.57 0.00 0.00 6.36 0.00 21:07:14 19:33:01 0.45 0.00 0.45 0.00 0.00 7.38 0.00 21:07:14 19:34:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 21:07:14 19:35:01 0.68 0.00 0.68 0.00 0.00 8.49 0.00 21:07:14 19:36:01 0.57 0.00 0.57 0.00 0.00 6.23 0.00 21:07:14 19:37:01 0.58 0.00 0.58 0.00 0.00 6.16 0.00 21:07:14 19:38:01 0.68 0.00 0.68 0.00 0.00 8.49 0.00 21:07:14 19:39:01 0.67 0.00 0.67 0.00 0.00 7.29 0.00 21:07:14 19:40:01 0.72 0.00 0.72 0.00 0.00 8.26 0.00 21:07:14 19:41:01 0.67 0.00 0.67 0.00 0.00 6.85 0.00 21:07:14 19:42:01 0.57 0.00 0.57 0.00 0.00 6.23 0.00 21:07:14 19:43:01 0.67 0.00 0.67 0.00 0.00 7.96 0.00 21:07:14 19:44:01 0.60 0.00 0.60 0.00 0.00 6.68 0.00 21:07:14 19:45:01 0.67 0.00 0.67 0.00 0.00 7.96 0.00 21:07:14 19:46:01 0.57 0.00 0.57 0.00 0.00 5.96 0.00 21:07:14 19:47:01 0.23 0.00 0.23 0.00 0.00 3.43 0.00 21:07:14 19:48:01 0.25 0.00 0.25 0.00 0.00 3.08 0.00 21:07:14 19:49:02 0.32 0.00 0.32 0.00 0.00 4.78 0.00 21:07:14 19:50:01 0.25 0.00 0.25 0.00 0.00 3.01 0.00 21:07:14 19:51:01 0.25 0.00 0.25 0.00 0.00 2.31 0.00 21:07:14 19:52:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 21:07:14 19:53:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 21:07:14 19:54:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 21:07:14 19:55:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 21:07:14 19:56:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 21:07:14 19:57:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 21:07:14 19:58:01 0.28 0.00 0.28 0.00 0.00 3.15 0.00 21:07:14 19:59:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 21:07:14 20:00:01 0.43 0.00 0.43 0.00 0.00 6.10 0.00 21:07:14 20:01:01 0.17 0.00 0.17 0.00 0.00 1.52 0.00 21:07:14 20:02:01 0.32 0.00 0.32 0.00 0.00 3.26 0.00 21:07:14 20:03:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 21:07:14 20:04:01 0.28 0.00 0.28 0.00 0.00 3.43 0.00 21:07:14 20:05:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 21:07:14 20:06:01 0.17 0.00 0.17 0.00 0.00 1.20 0.00 21:07:14 20:07:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 21:07:14 20:08:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 21:07:14 20:09:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 21:07:14 20:10:01 0.23 0.00 0.23 0.00 0.00 2.32 0.00 21:07:14 20:11:02 0.23 0.00 0.23 0.00 0.00 2.01 0.00 21:07:14 20:12:01 0.27 0.00 0.27 0.00 0.00 2.95 0.00 21:07:14 20:13:01 0.22 0.00 0.22 0.00 0.00 2.47 0.00 21:07:14 20:14:01 0.28 0.00 0.28 0.00 0.00 3.40 0.00 21:07:14 20:15:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 21:07:14 20:16:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 21:07:14 20:17:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 21:07:14 20:18:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 21:07:14 20:19:01 0.32 0.00 0.32 0.00 0.00 4.50 0.00 21:07:14 20:20:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 21:07:14 20:21:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 21:07:14 20:22:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 21:07:14 20:23:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 21:07:14 20:24:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 21:07:14 20:25:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 21:07:14 20:26:01 0.27 0.00 0.27 0.00 0.00 3.56 0.00 21:07:14 20:27:01 0.23 0.00 0.23 0.00 0.00 3.36 0.00 21:07:14 20:28:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 21:07:14 20:29:01 0.28 0.00 0.28 0.00 0.00 3.40 0.00 21:07:14 20:30:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 21:07:14 20:31:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 21:07:14 20:32:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 21:07:14 20:33:01 0.25 0.00 0.25 0.00 0.00 2.45 0.00 21:07:14 20:34:02 0.25 0.00 0.25 0.00 0.00 2.85 0.00 21:07:14 20:35:01 0.22 0.00 0.22 0.00 0.00 2.46 0.00 21:07:14 20:36:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 21:07:14 20:37:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 21:07:14 20:38:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 21:07:14 20:39:01 0.25 0.00 0.25 0.00 0.00 3.25 0.00 21:07:14 20:40:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 21:07:14 20:41:01 0.17 0.00 0.17 0.00 0.00 1.68 0.00 21:07:14 20:42:01 0.30 0.00 0.30 0.00 0.00 4.06 0.00 21:07:14 20:43:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 21:07:14 20:44:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 21:07:14 20:45:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 21:07:14 20:46:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 21:07:14 20:47:01 0.28 0.00 0.28 0.00 0.00 3.02 0.00 21:07:14 20:48:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 21:07:14 20:49:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 21:07:14 20:50:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 21:07:14 20:51:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 21:07:14 20:52:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 21:07:14 20:53:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 21:07:14 20:54:01 0.27 0.00 0.27 0.00 0.00 3.03 0.00 21:07:14 20:55:01 0.23 0.00 0.23 0.00 0.00 2.47 0.00 21:07:14 20:56:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 21:07:14 20:57:02 0.25 0.00 0.25 0.00 0.00 2.98 0.00 21:07:14 20:58:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 21:07:14 20:59:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 21:07:14 21:00:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 21:07:14 21:01:01 0.20 0.00 0.20 0.00 0.00 1.63 0.00 21:07:14 21:02:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 21:07:14 21:03:01 0.23 0.00 0.23 0.00 0.00 3.25 0.00 21:07:14 21:04:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 21:07:14 21:05:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 21:07:14 21:06:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 21:07:14 21:07:01 47.04 46.09 0.95 0.00 4881.78 22.26 0.00 21:07:14 Average: 1.25 0.88 0.37 0.00 27.10 9.25 0.00 21:07:14 21:07:14 15:07:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:07:14 15:08:01 162308 0 582692 30.97 2620 1133936 1132384 38.65 420868 1139428 24 21:07:14 15:09:01 165692 0 579304 30.79 2620 1133940 1089996 37.20 421044 1136656 8 21:07:14 15:10:01 165712 0 579272 30.79 2620 1133952 1089996 37.20 421080 1136660 8 21:07:14 15:11:01 163160 0 581824 30.92 2620 1133952 1090256 37.21 424172 1136192 8 21:07:14 15:12:01 163820 0 581160 30.89 2620 1133956 1090148 37.20 428756 1131032 8 21:07:14 15:13:01 163896 0 581048 30.88 2620 1133992 1090124 37.20 428616 1131040 20 21:07:14 15:14:01 164464 0 580504 30.85 2620 1133968 1090064 37.20 420768 1138496 20 21:07:14 15:15:01 163472 0 581488 30.90 2620 1133976 1090244 37.21 421996 1138496 8 21:07:14 15:16:01 164556 0 580400 30.85 2620 1133980 1090064 37.20 420936 1138496 8 21:07:14 15:17:01 163896 0 581052 30.88 2620 1133988 1090136 37.20 418704 1141248 8 21:07:14 15:18:01 164488 0 580460 30.85 2620 1133988 1090064 37.20 418204 1141248 8 21:07:14 15:19:01 164564 0 580380 30.85 2620 1133992 1090064 37.20 418208 1141248 8 21:07:14 15:20:01 164752 0 580184 30.84 2620 1134000 1090064 37.20 418216 1141248 8 21:07:14 15:21:01 163732 0 581176 30.89 2620 1134028 1090124 37.20 419024 1140796 24 21:07:14 15:22:01 163460 0 581440 30.90 2620 1134036 1090236 37.21 419560 1140796 8 21:07:14 15:23:01 164480 0 580416 30.85 2620 1134040 1090128 37.20 418748 1140796 12 21:07:14 15:24:01 164480 0 580408 30.85 2620 1134048 1090128 37.20 418632 1140796 8 21:07:14 15:25:01 164448 0 580436 30.85 2620 1134052 1090164 37.21 418944 1140796 16 21:07:14 15:26:02 164372 0 580504 30.85 2620 1134060 1090128 37.20 418768 1140796 8 21:07:14 15:27:01 164020 0 580856 30.87 2620 1134060 1090188 37.21 419064 1140796 8 21:07:14 15:28:01 163872 0 580996 30.88 2620 1134068 1090176 37.21 418908 1140800 12 21:07:14 15:29:01 163968 0 580896 30.87 2620 1134072 1090128 37.20 418904 1140796 8 21:07:14 15:30:01 164200 0 580664 30.86 2620 1134072 1090128 37.20 418784 1140796 8 21:07:14 15:31:01 164208 0 580648 30.86 2620 1134080 1090128 37.20 418916 1140796 8 21:07:14 15:32:01 163920 0 580932 30.88 2620 1134084 1090188 37.21 419100 1140796 8 21:07:14 15:33:01 164224 0 580620 30.86 2620 1134092 1090128 37.20 418684 1140796 8 21:07:14 15:34:01 164348 0 580496 30.85 2620 1134092 1090128 37.20 418808 1140796 8 21:07:14 15:35:01 163864 0 580916 30.87 2620 1134156 1090176 37.21 419056 1140812 16 21:07:14 15:36:01 164456 0 580376 30.85 2620 1134104 1090128 37.20 418928 1140796 8 21:07:14 15:37:01 163832 0 581000 30.88 2620 1134104 1090200 37.21 419196 1140796 8 21:07:14 15:38:01 164020 0 580804 30.87 2620 1134112 1090128 37.20 418960 1140796 8 21:07:14 15:39:01 164168 0 580648 30.86 2620 1134120 1090164 37.21 419152 1140796 8 21:07:14 15:40:01 163928 0 580884 30.87 2620 1134124 1090128 37.20 418976 1140796 12 21:07:14 15:41:01 163688 0 581120 30.89 2620 1134128 1090128 37.20 418884 1140796 20 21:07:14 15:42:01 163624 0 581176 30.89 2620 1134136 1090200 37.21 419384 1140796 20 21:07:14 15:43:01 163796 0 581004 30.88 2620 1134136 1090128 37.20 419020 1140796 12 21:07:14 15:44:01 162904 0 581892 30.93 2620 1134140 1090320 37.21 419804 1140796 12 21:07:14 15:45:01 163280 0 581508 30.91 2620 1134148 1090212 37.21 419376 1140796 12 21:07:14 15:46:01 164084 0 580704 30.86 2620 1134148 1090128 37.20 418908 1140796 8 21:07:14 15:47:01 163640 0 581140 30.89 2620 1134156 1090200 37.21 419288 1140796 16 21:07:14 15:48:01 163624 0 581148 30.89 2620 1134164 1090164 37.21 418984 1140800 16 21:07:14 15:49:02 162820 0 581944 30.93 2620 1134172 1090308 37.21 419792 1140796 12 21:07:14 15:50:01 164176 0 580588 30.86 2620 1134172 1090128 37.20 418940 1140796 16 21:07:14 15:51:01 163968 0 580788 30.87 2620 1134180 1090128 37.20 418944 1140800 8 21:07:14 15:52:01 163504 0 581248 30.89 2620 1134184 1090200 37.21 419312 1140796 20 21:07:14 15:53:01 163804 0 580948 30.88 2620 1134184 1090160 37.21 419164 1140796 8 21:07:14 15:54:01 163984 0 580756 30.87 2620 1134196 1090128 37.20 419004 1140800 8 21:07:14 15:55:01 163936 0 580800 30.87 2620 1134200 1090128 37.20 418984 1140796 8 21:07:14 15:56:01 163784 0 580948 30.88 2620 1134204 1090128 37.20 418988 1140796 8 21:07:14 15:57:01 163624 0 581104 30.88 2620 1134208 1090200 37.21 419360 1140796 8 21:07:14 15:58:01 163820 0 580848 30.87 2620 1134268 1090128 37.20 419096 1140808 16 21:07:14 15:59:01 163880 0 580840 30.87 2620 1134216 1090188 37.21 419308 1140796 8 21:07:14 16:00:01 163944 0 580772 30.87 2620 1134220 1090128 37.20 419008 1140796 8 21:07:14 16:01:01 163020 0 581688 30.92 2620 1134228 1092892 37.30 419760 1140796 8 21:07:14 16:02:01 163100 0 581468 30.90 2620 1134368 1090708 37.22 419692 1140872 8 21:07:14 16:03:01 163288 0 581276 30.89 2620 1134372 1090636 37.22 419192 1140872 8 21:07:14 16:04:01 163256 0 581300 30.89 2620 1134380 1090684 37.22 419440 1140872 8 21:07:14 16:05:01 162428 0 582124 30.94 2620 1134384 1090880 37.23 420248 1140872 8 21:07:14 16:06:01 159320 0 584640 31.07 2620 1134976 1095872 37.40 421112 1141272 8 21:07:14 16:07:01 68712 0 683448 36.32 2620 1126776 1090792 37.23 440072 1112584 8 21:07:14 16:08:01 69048 0 683108 36.31 2620 1126780 1090732 37.22 439992 1112584 8 21:07:14 16:09:01 69156 0 682996 36.30 2620 1126784 1090732 37.22 439872 1112584 8 21:07:14 16:10:01 69040 0 683108 36.31 2620 1126788 1090732 37.22 440124 1112584 8 21:07:14 16:11:01 68736 0 683404 36.32 2620 1126796 1090732 37.22 439884 1112584 8 21:07:14 16:12:01 68852 0 683288 36.32 2620 1126796 1090792 37.23 440220 1112584 8 21:07:14 16:13:01 68620 0 683512 36.33 2620 1126804 1090792 37.23 440108 1112588 8 21:07:14 16:14:01 68956 0 683168 36.31 2620 1126812 1090732 37.22 440172 1112588 8 21:07:14 16:15:01 68716 0 683408 36.32 2620 1126812 1090732 37.22 440180 1112584 8 21:07:14 16:16:01 68908 0 683208 36.31 2620 1126820 1090732 37.22 439940 1112584 8 21:07:14 16:17:01 68720 0 683392 36.32 2620 1126824 1090792 37.23 440148 1112584 8 21:07:14 16:18:01 68712 0 683396 36.32 2620 1126828 1090780 37.23 440080 1112584 12 21:07:14 16:19:01 68900 0 683204 36.31 2620 1126832 1090732 37.22 440076 1112584 12 21:07:14 16:20:01 68800 0 683296 36.32 2620 1126840 1090732 37.22 439956 1112588 8 21:07:14 16:21:01 68956 0 683136 36.31 2620 1126844 1090796 37.23 439972 1112584 8 21:07:14 16:22:01 68228 0 683864 36.35 2620 1126844 1090916 37.23 440280 1112584 8 21:07:14 16:23:01 68512 0 683536 36.33 2620 1126888 1090796 37.23 440088 1112592 20 21:07:14 16:24:01 68684 0 683392 36.32 2620 1126860 1090796 37.23 439988 1112584 8 21:07:14 16:25:01 68916 0 683156 36.31 2620 1126864 1090796 37.23 440240 1112584 8 21:07:14 16:26:01 68504 0 683564 36.33 2620 1126868 1090796 37.23 439996 1112584 8 21:07:14 16:27:01 68524 0 683536 36.33 2620 1126876 1090868 37.23 440228 1112568 12 21:07:14 16:28:01 68792 0 683268 36.31 2620 1126876 1090820 37.23 440036 1112568 12 21:07:14 16:29:01 68776 0 683280 36.31 2620 1126880 1090796 37.23 440288 1112568 12 21:07:14 16:30:01 68472 0 683576 36.33 2620 1126888 1090796 37.23 440172 1112568 8 21:07:14 16:31:01 68364 0 683684 36.34 2620 1126888 1090796 37.23 440172 1112568 8 21:07:14 16:32:01 68696 0 683344 36.32 2620 1126896 1090856 37.23 440380 1112568 12 21:07:14 16:33:01 68700 0 683336 36.32 2620 1126900 1090796 37.23 440184 1112568 12 21:07:14 16:34:01 68440 0 683592 36.33 2620 1126904 1090832 37.23 440196 1112568 8 21:07:14 16:35:01 68568 0 683460 36.32 2620 1126908 1090796 37.23 440316 1112568 8 21:07:14 16:36:01 68388 0 683632 36.33 2620 1126916 1090796 37.23 440320 1112572 8 21:07:14 16:37:01 68208 0 683808 36.34 2620 1126920 1090856 37.23 440268 1112568 8 21:07:14 16:38:01 68372 0 683644 36.33 2620 1126920 1090796 37.23 440204 1112568 8 21:07:14 16:39:01 68100 0 683908 36.35 2620 1126928 1090892 37.23 440300 1112568 8 21:07:14 16:40:01 68808 0 683196 36.31 2620 1126932 1090796 37.23 440096 1112568 12 21:07:14 16:41:02 68356 0 683644 36.33 2620 1126936 1090796 37.23 440100 1112568 8 21:07:14 16:42:01 68448 0 683548 36.33 2620 1126940 1090868 37.23 440424 1112568 8 21:07:14 16:43:01 68816 0 683172 36.31 2620 1126948 1090796 37.23 440236 1112568 16 21:07:14 16:44:01 68504 0 683484 36.33 2620 1126948 1090796 37.23 440236 1112568 8 21:07:14 16:45:01 68512 0 683472 36.32 2620 1126952 1090796 37.23 440240 1112568 8 21:07:14 16:46:01 69924 0 682052 36.25 2620 1126960 1089204 37.17 439516 1112288 8 21:07:14 16:47:01 64772 0 683124 36.31 2620 1131040 1090328 37.21 440592 1116152 8 21:07:14 16:48:01 65028 0 682860 36.29 2620 1131048 1090304 37.21 440652 1116152 12 21:07:14 16:49:01 65044 0 682840 36.29 2620 1131052 1090256 37.21 440524 1116152 12 21:07:14 16:50:01 64912 0 682920 36.30 2620 1131104 1090256 37.21 440532 1116160 20 21:07:14 16:51:01 65152 0 682724 36.29 2620 1131060 1090256 37.21 440660 1116152 8 21:07:14 16:52:01 64908 0 682960 36.30 2620 1131068 1090328 37.21 440736 1116156 8 21:07:14 16:53:01 65224 0 682636 36.28 2620 1131076 1090256 37.21 440548 1116152 8 21:07:14 16:54:01 64960 0 682900 36.29 2620 1131076 1090256 37.21 440548 1116152 8 21:07:14 16:55:01 64584 0 683264 36.31 2620 1131088 1090304 37.21 440572 1116152 8 21:07:14 16:56:01 64540 0 683304 36.32 2620 1131092 1090256 37.21 440688 1116152 8 21:07:14 16:57:01 64632 0 683208 36.31 2620 1131096 1090328 37.21 440780 1116152 8 21:07:14 16:58:01 64604 0 683232 36.31 2620 1131100 1090256 37.21 440696 1116152 8 21:07:14 16:59:01 64344 0 683484 36.33 2620 1131108 1090292 37.21 440588 1116156 8 21:07:14 17:00:01 64564 0 683264 36.31 2620 1131108 1090256 37.21 440580 1116152 8 21:07:14 17:01:01 74296 0 684588 36.38 2620 1120052 1092592 37.29 439552 1107176 8 21:07:14 17:02:01 77112 0 683428 36.32 2620 1118396 1090316 37.21 441892 1102312 8 21:07:14 17:03:01 77652 0 682884 36.29 2620 1118400 1090256 37.21 441816 1102312 8 21:07:14 17:04:02 77776 0 682756 36.29 2620 1118404 1090256 37.21 441824 1102312 8 21:07:14 17:05:01 77288 0 683236 36.31 2620 1118412 1090424 37.21 441960 1102312 8 21:07:14 17:06:01 77744 0 682780 36.29 2620 1118412 1090256 37.21 441708 1102312 8 21:07:14 17:07:01 77784 0 682736 36.29 2620 1118416 1090316 37.21 441780 1102312 8 21:07:14 17:08:01 78112 0 682400 36.27 2620 1118424 1090256 37.21 441720 1102312 8 21:07:14 17:09:01 78048 0 682456 36.27 2620 1118432 1090256 37.21 441604 1102312 8 21:07:14 17:10:01 77744 0 682756 36.29 2620 1118436 1090304 37.21 441620 1102312 8 21:07:14 17:11:01 77932 0 682564 36.28 2620 1118440 1090256 37.21 441860 1102312 8 21:07:14 17:12:01 77680 0 682808 36.29 2620 1118448 1090328 37.21 441948 1102312 8 21:07:14 17:13:01 77652 0 682836 36.29 2620 1118448 1090256 37.21 441868 1102312 8 21:07:14 17:14:01 77828 0 682652 36.28 2620 1118456 1090304 37.21 441748 1102316 8 21:07:14 17:15:01 78212 0 682264 36.26 2620 1118460 1090256 37.21 441864 1102312 8 21:07:14 17:16:01 77924 0 682552 36.28 2620 1118460 1090256 37.21 441880 1102312 8 21:07:14 17:17:01 77308 0 683160 36.31 2620 1118468 1090328 37.21 441972 1102312 8 21:07:14 17:18:01 77520 0 682944 36.30 2620 1118472 1090256 37.21 441644 1102312 8 21:07:14 17:19:01 77864 0 682596 36.28 2620 1118476 1090256 37.21 441648 1102312 8 21:07:14 17:20:01 77832 0 682624 36.28 2620 1118480 1090256 37.21 441776 1102312 8 21:07:14 17:21:01 77616 0 682832 36.29 2620 1118488 1090256 37.21 441660 1102312 8 21:07:14 17:22:01 77696 0 682752 36.29 2620 1118488 1090364 37.21 441920 1102312 8 21:07:14 17:23:01 77668 0 682776 36.29 2620 1118492 1090256 37.21 441720 1102312 8 21:07:14 17:24:01 77592 0 682844 36.29 2620 1118500 1090256 37.21 441852 1102312 8 21:07:14 17:25:01 77684 0 682744 36.29 2620 1118508 1090256 37.21 441860 1102312 8 21:07:14 17:26:01 77628 0 682796 36.29 2620 1118512 1090304 37.21 441876 1102312 8 21:07:14 17:27:02 77776 0 682644 36.28 2620 1118516 1090304 37.21 441828 1102312 8 21:07:14 17:28:01 77800 0 682612 36.28 2620 1118524 1090256 37.21 442008 1102312 8 21:07:14 17:29:01 77932 0 682480 36.27 2620 1118524 1090292 37.21 441892 1102312 8 21:07:14 17:30:01 77724 0 682680 36.28 2620 1118532 1090256 37.21 441888 1102316 8 21:07:14 17:31:01 77832 0 682564 36.28 2620 1118540 1090256 37.21 441896 1102316 8 21:07:14 17:32:01 77604 0 682792 36.29 2620 1118540 1090316 37.21 441972 1102312 8 21:07:14 17:33:01 77628 0 682760 36.29 2620 1118548 1090304 37.21 442112 1102312 8 21:07:14 17:34:01 77544 0 682840 36.29 2620 1118552 1090256 37.21 441788 1102312 8 21:07:14 17:35:01 77832 0 682548 36.28 2620 1118556 1090256 37.21 441916 1102312 8 21:07:14 17:36:01 77752 0 682624 36.28 2620 1118560 1090256 37.21 441920 1102312 8 21:07:14 17:37:01 77524 0 682788 36.29 2620 1118624 1090396 37.21 442100 1102328 20 21:07:14 17:38:01 77512 0 682856 36.29 2620 1118568 1090324 37.21 442060 1102312 12 21:07:14 17:39:01 77456 0 682904 36.29 2620 1118576 1090372 37.21 441824 1102316 12 21:07:14 17:40:01 77404 0 682948 36.30 2620 1118584 1090324 37.21 441844 1102312 12 21:07:14 17:41:01 77832 0 682516 36.27 2620 1118588 1090324 37.21 442096 1102312 8 21:07:14 17:42:01 77224 0 683120 36.31 2620 1118592 1090396 37.21 442172 1102312 12 21:07:14 17:43:01 77324 0 683016 36.30 2620 1118596 1090384 37.21 442000 1102312 12 21:07:14 17:44:01 77692 0 682640 36.28 2620 1118604 1090324 37.21 441988 1102312 8 21:07:14 17:45:01 77388 0 682944 36.30 2620 1118604 1090324 37.21 441988 1102312 8 21:07:14 17:46:01 77544 0 682780 36.29 2620 1118612 1090324 37.21 441992 1102316 8 21:07:14 17:47:01 77612 0 682708 36.28 2620 1118616 1090396 37.21 442072 1102312 12 21:07:14 17:48:01 77856 0 682464 36.27 2620 1118616 1090324 37.21 442000 1102312 12 21:07:14 17:49:01 77792 0 682520 36.27 2620 1118624 1090324 37.21 442008 1102312 8 21:07:14 17:50:01 77528 0 682780 36.29 2620 1118628 1090360 37.21 442144 1102312 12 21:07:14 17:51:02 77444 0 682860 36.29 2620 1118632 1090324 37.21 442016 1102312 12 21:07:14 17:52:01 77292 0 683008 36.30 2620 1118636 1090408 37.21 442096 1102312 12 21:07:14 17:53:01 77396 0 682896 36.29 2620 1118644 1090324 37.21 442032 1102312 12 21:07:14 17:54:01 77372 0 682920 36.30 2620 1118644 1090360 37.21 442040 1102312 8 21:07:14 17:55:01 77840 0 682440 36.27 2620 1118656 1090324 37.21 442040 1102316 8 21:07:14 17:56:01 77560 0 682716 36.28 2620 1118660 1090324 37.21 442048 1102312 8 21:07:14 17:57:01 77488 0 682784 36.29 2620 1118664 1090396 37.21 442124 1102312 12 21:07:14 17:58:01 77560 0 682708 36.28 2620 1118668 1090324 37.21 441932 1102312 12 21:07:14 17:59:01 77460 0 682804 36.29 2620 1118672 1090324 37.21 441936 1102312 8 21:07:14 18:00:01 77700 0 682556 36.28 2620 1118680 1090324 37.21 442068 1102312 8 21:07:14 18:01:01 75912 0 684328 36.37 2620 1118696 1093348 37.31 443036 1102324 28 21:07:14 18:02:01 77224 0 683024 36.30 2620 1118688 1090384 37.21 442140 1102312 12 21:07:14 18:03:01 77284 0 682960 36.30 2620 1118692 1090372 37.21 442308 1102312 12 21:07:14 18:04:01 77200 0 683040 36.30 2620 1118696 1090324 37.21 442208 1102312 8 21:07:14 18:05:01 76816 0 683420 36.32 2620 1118700 1090544 37.22 442496 1102312 8 21:07:14 18:06:01 77336 0 682892 36.29 2620 1118708 1090388 37.21 442020 1102312 8 21:07:14 18:07:01 77108 0 683120 36.31 2620 1118708 1090460 37.22 442092 1102312 12 21:07:14 18:08:01 77256 0 682964 36.30 2620 1118716 1090436 37.21 442164 1102312 12 21:07:14 18:09:01 77212 0 683004 36.30 2620 1118720 1090388 37.21 442156 1102312 8 21:07:14 18:10:01 77584 0 682624 36.28 2620 1118728 1090388 37.21 442160 1102316 8 21:07:14 18:11:01 77232 0 682968 36.30 2620 1118736 1090388 37.21 442168 1102316 8 21:07:14 18:12:01 76600 0 683596 36.33 2620 1118740 1090544 37.22 442584 1102312 16 21:07:14 18:13:01 76984 0 683204 36.31 2620 1118748 1090388 37.21 442188 1102312 12 21:07:14 18:14:01 77428 0 682760 36.29 2620 1118748 1090388 37.21 442188 1102312 8 21:07:14 18:15:02 77164 0 683016 36.30 2620 1118756 1090388 37.21 442196 1102312 8 21:07:14 18:16:01 77476 0 682700 36.28 2620 1118760 1090388 37.21 442200 1102312 8 21:07:14 18:17:01 76716 0 683456 36.32 2620 1118764 1090592 37.22 442712 1102316 12 21:07:14 18:18:01 77064 0 683104 36.31 2620 1118768 1090388 37.21 442084 1102312 12 21:07:14 18:19:01 77076 0 683088 36.30 2620 1118772 1090424 37.21 442344 1102312 8 21:07:14 18:20:01 76708 0 683452 36.32 2620 1118776 1090440 37.21 442340 1102312 8 21:07:14 18:21:01 77196 0 682960 36.30 2620 1118780 1090388 37.21 442220 1102312 8 21:07:14 18:22:01 76840 0 683308 36.32 2620 1118788 1090584 37.22 442680 1102312 16 21:07:14 18:23:01 76712 0 683436 36.32 2620 1118788 1090500 37.22 442416 1102312 12 21:07:14 18:24:01 76916 0 683224 36.31 2620 1118796 1090452 37.22 442216 1102312 8 21:07:14 18:25:01 77148 0 682928 36.30 2620 1118860 1090452 37.22 442508 1102328 20 21:07:14 18:26:01 78452 0 681676 36.23 2620 1118808 1088860 37.16 441376 1102132 8 21:07:14 18:27:01 76680 0 683440 36.32 2620 1118816 1090560 37.22 442996 1102128 12 21:07:14 18:28:01 77236 0 682880 36.29 2620 1118820 1090452 37.22 442548 1102128 12 21:07:14 18:29:01 77096 0 683012 36.30 2620 1118828 1090452 37.22 442680 1102128 8 21:07:14 18:30:01 76892 0 683216 36.31 2620 1118828 1090536 37.22 442684 1102128 12 21:07:14 18:31:01 76376 0 683724 36.34 2620 1118836 1090584 37.22 442920 1102128 8 21:07:14 18:32:01 77012 0 683084 36.30 2620 1118840 1090620 37.22 443064 1102128 8 21:07:14 18:33:01 76604 0 683488 36.33 2620 1118844 1090524 37.22 442864 1102128 8 21:07:14 18:34:01 77080 0 683008 36.30 2620 1118848 1090452 37.22 442580 1102128 8 21:07:14 18:35:01 76800 0 683284 36.31 2620 1118852 1090452 37.22 442584 1102128 8 21:07:14 18:36:01 76848 0 683232 36.31 2620 1118856 1090452 37.22 442712 1102128 8 21:07:14 18:37:01 76156 0 683920 36.35 2620 1118860 1090644 37.22 443208 1102128 12 21:07:14 18:38:01 76964 0 683104 36.31 2620 1118868 1090452 37.22 442724 1102128 12 21:07:14 18:39:02 77064 0 683004 36.30 2620 1118868 1090500 37.22 442616 1102128 8 21:07:14 18:40:01 76800 0 683256 36.31 2620 1118880 1090452 37.22 442736 1102128 8 21:07:14 18:41:01 76432 0 683620 36.33 2620 1118884 1090560 37.22 442960 1102128 8 21:07:14 18:42:01 77148 0 682900 36.29 2620 1118888 1090512 37.22 442680 1102132 12 21:07:14 18:43:01 77360 0 682684 36.28 2620 1118892 1090452 37.22 442624 1102128 12 21:07:14 18:44:01 77032 0 683008 36.30 2620 1118896 1090452 37.22 442752 1102128 8 21:07:14 18:45:01 76972 0 683060 36.30 2620 1118904 1090452 37.22 442512 1102128 8 21:07:14 18:46:01 77472 0 682560 36.28 2620 1118904 1090452 37.22 442540 1102128 8 21:07:14 18:47:01 76892 0 683132 36.31 2620 1118912 1090524 37.22 442732 1102128 8 21:07:14 18:48:01 76892 0 683128 36.31 2620 1118916 1090488 37.22 442664 1102128 8 21:07:14 18:49:01 76164 0 683852 36.35 2620 1118920 1090656 37.22 443076 1102128 16 21:07:14 18:50:01 76796 0 683216 36.31 2620 1118924 1090452 37.22 442700 1102128 16 21:07:14 18:51:01 77064 0 682944 36.30 2620 1118928 1090452 37.22 442696 1102128 8 21:07:14 18:52:01 76728 0 683276 36.31 2620 1118932 1090524 37.22 442624 1102128 8 21:07:14 18:53:01 76924 0 683076 36.30 2620 1118936 1090500 37.22 442820 1102128 8 21:07:14 18:54:01 77128 0 682860 36.29 2620 1118948 1090452 37.22 442812 1102132 8 21:07:14 18:55:01 76196 0 683788 36.34 2620 1118952 1090668 37.22 443140 1102128 8 21:07:14 18:56:01 76676 0 683300 36.32 2620 1118960 1090452 37.22 442704 1102128 8 21:07:14 18:57:01 76712 0 683260 36.31 2620 1118964 1090548 37.22 442788 1102128 8 21:07:14 18:58:01 76792 0 683176 36.31 2620 1118968 1090476 37.22 442716 1102132 8 21:07:14 18:59:01 76420 0 683544 36.33 2620 1118972 1090516 37.22 442868 1102128 8 21:07:14 19:00:01 76288 0 683672 36.34 2620 1118976 1090516 37.22 442748 1102128 8 21:07:14 19:01:01 75420 0 684532 36.38 2620 1118984 1093196 37.31 443500 1102128 8 21:07:14 19:02:01 76544 0 683404 36.32 2620 1118988 1090576 37.22 442828 1102128 8 21:07:14 19:03:01 76660 0 683284 36.31 2620 1118992 1090552 37.22 442892 1102128 12 21:07:14 19:04:01 76652 0 683284 36.31 2620 1119000 1090516 37.22 442648 1102128 8 21:07:14 19:05:01 76144 0 683792 36.34 2620 1119000 1090612 37.22 443172 1102128 8 21:07:14 19:06:01 76236 0 683696 36.34 2620 1119004 1090648 37.22 443220 1102128 8 21:07:14 19:07:01 76792 0 683132 36.31 2620 1119012 1090576 37.22 442868 1102128 8 21:07:14 19:08:01 76868 0 683056 36.30 2620 1119012 1090564 37.22 442992 1102128 8 21:07:14 19:09:01 76932 0 682984 36.30 2620 1119020 1090516 37.22 442796 1102128 8 21:07:14 19:10:01 76532 0 683376 36.32 2620 1119028 1090648 37.22 443148 1102128 12 21:07:14 19:11:01 76392 0 683512 36.33 2620 1119032 1090672 37.22 443436 1102128 8 21:07:14 19:12:01 76620 0 683224 36.31 2620 1119092 1090588 37.22 442992 1102144 24 21:07:14 19:13:01 76468 0 683424 36.32 2620 1119044 1090516 37.22 442804 1102132 8 21:07:14 19:14:01 76816 0 683076 36.30 2620 1119044 1090516 37.22 442816 1102128 8 21:07:14 19:15:01 76396 0 683492 36.33 2620 1119048 1090516 37.22 442968 1102128 8 21:07:14 19:16:01 76848 0 683032 36.30 2620 1119056 1090516 37.22 442736 1102128 8 21:07:14 19:17:01 76752 0 683124 36.31 2620 1119060 1090600 37.22 443008 1102128 16 21:07:14 19:18:01 76592 0 683280 36.31 2620 1119064 1090516 37.22 442868 1102128 12 21:07:14 19:19:01 76744 0 683124 36.31 2620 1119068 1090564 37.22 442884 1102128 8 21:07:14 19:20:01 76512 0 683348 36.32 2620 1119076 1090516 37.22 442880 1102128 8 21:07:14 19:21:01 76476 0 683384 36.32 2620 1119076 1090516 37.22 442756 1102128 8 21:07:14 19:22:01 76456 0 683400 36.32 2620 1119080 1090624 37.22 443260 1102128 16 21:07:14 19:23:01 76732 0 683116 36.31 2620 1119088 1090516 37.22 442808 1102128 16 21:07:14 19:24:01 77040 0 682808 36.29 2620 1119088 1090564 37.22 442816 1102128 12 21:07:14 19:25:01 76948 0 682888 36.29 2620 1119100 1090516 37.22 442944 1102128 12 21:07:14 19:26:02 76956 0 682876 36.29 2620 1119104 1090516 37.22 442948 1102128 8 21:07:14 19:27:01 76604 0 683224 36.31 2620 1119108 1090588 37.22 443020 1102128 12 21:07:14 19:28:01 76480 0 683344 36.32 2620 1119112 1090576 37.22 443040 1102128 12 21:07:14 19:29:01 76576 0 683240 36.31 2620 1119120 1090516 37.22 442960 1102132 8 21:07:14 19:30:01 76436 0 683380 36.32 2620 1119120 1090516 37.22 442964 1102128 8 21:07:14 19:31:01 76656 0 683156 36.31 2620 1119124 1090516 37.22 442968 1102128 8 21:07:14 19:32:01 76752 0 683052 36.30 2620 1119132 1090588 37.22 443184 1102128 12 21:07:14 19:33:01 76560 0 683236 36.31 2620 1119140 1090576 37.22 443116 1102132 12 21:07:14 19:34:01 76520 0 683272 36.31 2620 1119144 1090516 37.22 442988 1102128 12 21:07:14 19:35:01 76716 0 683052 36.30 2620 1119168 1090516 37.22 442936 1102132 12 21:07:14 19:36:01 76916 0 682864 36.29 2620 1119156 1090516 37.22 442860 1102128 8 21:07:14 19:37:01 76868 0 682912 36.30 2620 1119156 1090588 37.22 443184 1102128 8 21:07:14 19:38:01 76940 0 682836 36.29 2620 1119160 1090516 37.22 443004 1102128 8 21:07:14 19:39:01 76380 0 683388 36.32 2620 1119168 1090564 37.22 443152 1102128 8 21:07:14 19:40:01 76304 0 683460 36.32 2620 1119172 1090516 37.22 443136 1102128 8 21:07:14 19:41:01 76616 0 683140 36.31 2620 1119180 1090516 37.22 442900 1102128 8 21:07:14 19:42:01 76240 0 683512 36.33 2620 1119184 1090588 37.22 443224 1102128 8 21:07:14 19:43:01 76404 0 683344 36.32 2620 1119188 1090576 37.22 443240 1102128 8 21:07:14 19:44:01 76508 0 683236 36.31 2620 1119192 1090584 37.22 443088 1102128 8 21:07:14 19:45:01 76592 0 683144 36.31 2620 1119200 1090584 37.22 442968 1102132 8 21:07:14 19:46:01 76536 0 683200 36.31 2620 1119200 1090584 37.22 443096 1102128 8 21:07:14 19:47:01 75936 0 683796 36.34 2620 1119204 1090656 37.22 443304 1102128 12 21:07:14 19:48:01 76592 0 683132 36.31 2620 1119212 1090584 37.22 443244 1102128 12 21:07:14 19:49:02 76660 0 683060 36.30 2620 1119216 1090632 37.22 443132 1102128 8 21:07:14 19:50:01 76428 0 683288 36.32 2620 1119220 1090584 37.22 443128 1102128 8 21:07:14 19:51:01 76460 0 683252 36.31 2620 1119224 1090584 37.22 443008 1102128 8 21:07:14 19:52:01 76620 0 683084 36.30 2620 1119232 1090644 37.22 443216 1102128 8 21:07:14 19:53:01 76644 0 683060 36.30 2620 1119232 1090644 37.22 443224 1102128 8 21:07:14 19:54:01 76568 0 683128 36.31 2620 1119240 1090584 37.22 443144 1102132 8 21:07:14 19:55:01 76600 0 683092 36.30 2620 1119244 1090584 37.22 443152 1102128 8 21:07:14 19:56:01 76692 0 682996 36.30 2620 1119248 1090584 37.22 443032 1102128 8 21:07:14 19:57:01 76792 0 682888 36.29 2620 1119256 1090644 37.22 443232 1102128 8 21:07:14 19:58:01 76708 0 682944 36.30 2620 1119284 1090584 37.22 443088 1102136 16 21:07:14 19:59:01 76840 0 682832 36.29 2620 1119264 1090584 37.22 443172 1102128 8 21:07:14 20:00:01 76560 0 683108 36.31 2620 1119268 1090584 37.22 443176 1102128 8 21:07:14 20:01:01 75448 0 684212 36.36 2620 1119276 1093716 37.33 443928 1102128 8 21:07:14 20:02:01 76580 0 683080 36.30 2620 1119276 1090656 37.22 443256 1102128 12 21:07:14 20:03:01 76716 0 682936 36.30 2620 1119284 1090584 37.22 443316 1102128 12 21:07:14 20:04:01 76380 0 683268 36.31 2620 1119288 1090620 37.22 443324 1102128 8 21:07:14 20:05:01 76708 0 682932 36.30 2620 1119296 1090584 37.22 443204 1102128 8 21:07:14 20:06:01 77312 0 682328 36.26 2620 1119296 1088992 37.17 442312 1102128 8 21:07:14 20:07:01 76256 0 683376 36.32 2620 1119304 1090656 37.22 443164 1102128 12 21:07:14 20:08:01 76240 0 683388 36.32 2620 1119308 1090632 37.22 443424 1102128 12 21:07:14 20:09:01 76444 0 683180 36.31 2620 1119312 1090584 37.22 443220 1102132 8 21:07:14 20:10:01 76444 0 683172 36.31 2620 1119320 1090584 37.22 443356 1102128 8 21:07:14 20:11:02 76560 0 683052 36.30 2620 1119324 1090584 37.22 443236 1102128 8 21:07:14 20:12:01 76348 0 683260 36.31 2620 1119328 1090656 37.22 443340 1102128 12 21:07:14 20:13:01 76808 0 682792 36.29 2620 1119336 1090632 37.22 443408 1102132 12 21:07:14 20:14:01 76540 0 683052 36.30 2620 1119344 1090584 37.22 443304 1102128 12 21:07:14 20:15:01 76872 0 682720 36.28 2620 1119344 1090584 37.22 443304 1102128 8 21:07:14 20:16:01 76284 0 683300 36.32 2620 1119352 1090584 37.22 443464 1102128 8 21:07:14 20:17:01 76404 0 683176 36.31 2620 1119356 1090640 37.22 443560 1102128 12 21:07:14 20:18:01 76500 0 683080 36.30 2620 1119356 1090584 37.22 443392 1102128 12 21:07:14 20:19:01 76040 0 683532 36.33 2620 1119364 1090620 37.22 443424 1102128 8 21:07:14 20:20:01 76172 0 683336 36.32 2620 1119428 1090584 37.22 443588 1102144 24 21:07:14 20:21:01 75916 0 683644 36.33 2620 1119376 1090584 37.22 443412 1102128 8 21:07:14 20:22:01 75332 0 684228 36.37 2620 1119376 1090680 37.22 443832 1102128 12 21:07:14 20:23:01 75576 0 683976 36.35 2620 1119384 1090620 37.22 443548 1102128 12 21:07:14 20:24:01 76072 0 683476 36.33 2620 1119388 1090584 37.22 443340 1102128 8 21:07:14 20:25:01 76252 0 683292 36.32 2620 1119392 1090584 37.22 443472 1102132 8 21:07:14 20:26:01 75632 0 683904 36.35 2620 1119400 1090704 37.22 443716 1102128 8 21:07:14 20:27:01 75516 0 684016 36.35 2620 1119404 1090716 37.22 443760 1102128 12 21:07:14 20:28:01 75916 0 683612 36.33 2620 1119408 1090632 37.22 443552 1102128 12 21:07:14 20:29:01 75868 0 683656 36.33 2620 1119412 1090680 37.22 443876 1102128 8 21:07:14 20:30:01 75932 0 683584 36.33 2620 1119420 1090584 37.22 443544 1102128 8 21:07:14 20:31:01 75828 0 683688 36.34 2620 1119420 1090680 37.22 443988 1102128 8 21:07:14 20:32:01 75812 0 683696 36.34 2620 1119428 1090656 37.22 443624 1102128 12 21:07:14 20:33:01 75992 0 683512 36.33 2620 1119432 1090632 37.22 443636 1102128 12 21:07:14 20:34:02 76088 0 683416 36.32 2620 1119432 1090584 37.22 443432 1102128 12 21:07:14 20:35:01 75592 0 683904 36.35 2620 1119440 1090584 37.22 443564 1102128 8 21:07:14 20:36:01 75172 0 684320 36.37 2620 1119444 1090788 37.23 443928 1102128 8 21:07:14 20:37:01 75744 0 683740 36.34 2620 1119452 1090656 37.22 443696 1102128 12 21:07:14 20:38:01 75564 0 683920 36.35 2620 1119452 1090692 37.22 444100 1102128 16 21:07:14 20:39:01 75900 0 683576 36.33 2620 1119460 1090584 37.22 443760 1102128 12 21:07:14 20:40:01 75432 0 684040 36.36 2620 1119464 1090716 37.22 444032 1102128 8 21:07:14 20:41:01 75956 0 683508 36.33 2620 1119472 1090584 37.22 443768 1102132 12 21:07:14 20:42:01 75704 0 683756 36.34 2620 1119476 1090656 37.22 443724 1102128 12 21:07:14 20:43:01 75800 0 683656 36.33 2620 1119480 1090608 37.22 443780 1102128 12 21:07:14 20:44:01 75840 0 683612 36.33 2620 1119484 1090584 37.22 443624 1102128 12 21:07:14 20:45:01 75428 0 684020 36.35 2620 1119488 1090764 37.23 444096 1102128 8 21:07:14 20:46:01 75956 0 683484 36.33 2620 1119496 1090584 37.22 443780 1102128 8 21:07:14 20:47:01 75868 0 683572 36.33 2620 1119496 1090668 37.22 443752 1102128 8 21:07:14 20:48:01 75964 0 683468 36.32 2620 1119504 1090584 37.22 443680 1102128 12 21:07:14 20:49:01 75572 0 683856 36.35 2620 1119508 1090668 37.22 443960 1102128 8 21:07:14 20:50:01 76136 0 683292 36.32 2620 1119508 1090584 37.22 443560 1102128 8 21:07:14 20:51:01 75832 0 683588 36.33 2620 1119516 1090584 37.22 443692 1102128 8 21:07:14 20:52:01 75720 0 683696 36.34 2620 1119520 1090644 37.22 443812 1102128 8 21:07:14 20:53:01 75752 0 683656 36.33 2620 1119528 1090644 37.22 443960 1102128 8 21:07:14 20:54:01 75520 0 683888 36.35 2620 1119528 1090584 37.22 443916 1102128 8 21:07:14 20:55:01 75444 0 683952 36.35 2620 1119540 1090584 37.22 443796 1102136 8 21:07:14 20:56:01 75824 0 683564 36.33 2620 1119548 1090584 37.22 443812 1102128 8 21:07:14 20:57:02 75700 0 683684 36.34 2620 1119552 1090656 37.22 443888 1102132 8 21:07:14 20:58:01 75776 0 683604 36.33 2620 1119556 1090632 37.22 443968 1102128 8 21:07:14 20:59:01 75944 0 683432 36.32 2620 1119560 1090584 37.22 443956 1102128 8 21:07:14 21:00:01 75996 0 683376 36.32 2620 1119564 1090584 37.22 443960 1102128 8 21:07:14 21:01:01 74440 0 684928 36.40 2620 1119568 1093480 37.32 444584 1102128 8 21:07:14 21:02:01 75620 0 683740 36.34 2620 1119576 1090656 37.22 443932 1102128 8 21:07:14 21:03:01 75636 0 683720 36.34 2620 1119580 1090644 37.22 443972 1102128 8 21:07:14 21:04:01 75732 0 683620 36.33 2620 1119584 1090584 37.22 443892 1102128 8 21:07:14 21:05:01 75724 0 683624 36.33 2620 1119588 1090584 37.22 443772 1102128 8 21:07:14 21:06:01 76072 0 683272 36.31 2620 1119592 1090584 37.22 444028 1102128 8 21:07:14 21:07:01 67396 0 762644 40.53 2620 1048896 1521772 51.94 510512 1045204 48156 21:07:14 Average: 89631 0 666676 35.43 2620 1122628 1091834 37.26 438825 1109965 144 21:07:14 21:07:14 15:07:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:07:14 15:08:01 eth0 31.01 23.50 26.02 24.73 0.00 0.00 0.00 0.00 21:07:14 15:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:08:01 docker0 1.32 1.22 0.28 3.10 0.00 0.00 0.00 0.00 21:07:14 15:09:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:07:14 15:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:10:01 eth0 0.57 0.10 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 15:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:11:01 eth0 0.55 0.45 0.27 0.21 0.00 0.00 0.00 0.00 21:07:14 15:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:12:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 15:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:13:01 eth0 0.17 0.12 0.07 0.01 0.00 0.00 0.00 0.00 21:07:14 15:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:14:01 eth0 0.53 0.02 0.05 0.00 0.00 0.00 0.00 0.00 21:07:14 15:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:15:01 eth0 0.50 0.38 0.30 0.21 0.00 0.00 0.00 0.00 21:07:14 15:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:16:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:07:14 15:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:17:01 eth0 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 15:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:18:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:07:14 15:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:19:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:07:14 15:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:20:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:07:14 15:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:21:01 eth0 0.20 0.18 0.07 0.01 0.00 0.00 0.00 0.00 21:07:14 15:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:22:01 eth0 0.62 0.43 0.34 0.24 0.00 0.00 0.00 0.00 21:07:14 15:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:23:01 eth0 0.08 0.08 0.01 0.04 0.00 0.00 0.00 0.00 21:07:14 15:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:24:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:07:14 15:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:25:01 eth0 0.20 0.17 0.07 0.01 0.00 0.00 0.00 0.00 21:07:14 15:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:26:02 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:07:14 15:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:27:01 eth0 0.14 0.10 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 15:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:28:01 eth0 0.22 0.18 0.07 0.01 0.00 0.00 0.00 0.00 21:07:14 15:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:29:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:30:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:07:14 15:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:31:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:32:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 15:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:33:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:34:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:07:14 15:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:35:01 eth0 0.10 0.10 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 15:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:36:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:07:14 15:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:37:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 15:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:38:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:07:14 15:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:39:01 eth0 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 15:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:40:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:41:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:42:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 15:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:43:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:07:14 15:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:44:01 eth0 0.98 0.42 0.37 0.17 0.00 0.00 0.00 0.00 21:07:14 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:45:01 eth0 0.20 0.13 0.12 0.10 0.00 0.00 0.00 0.00 21:07:14 15:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:46:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:47:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 15:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:48:01 eth0 0.63 0.12 0.14 0.01 0.00 0.00 0.00 0.00 21:07:14 15:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:49:02 eth0 0.47 0.47 0.27 0.21 0.00 0.00 0.00 0.00 21:07:14 15:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:50:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:51:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:52:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 15:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:53:01 eth0 0.17 0.13 0.07 0.01 0.00 0.00 0.00 0.00 21:07:14 15:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:54:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:55:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:56:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:57:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 21:07:14 15:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:58:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:59:01 eth0 0.10 0.08 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 15:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:00:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:01:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:02:01 eth0 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 16:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:03:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:04:01 eth0 0.43 0.07 0.09 0.00 0.00 0.00 0.00 0.00 21:07:14 16:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:05:01 eth0 0.63 0.23 0.29 0.19 0.00 0.00 0.00 0.00 21:07:14 16:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:06:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:07:01 eth0 0.23 0.13 0.14 0.07 0.00 0.00 0.00 0.00 21:07:14 16:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:08:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:09:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:10:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:11:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:12:01 eth0 0.14 0.08 0.08 0.06 0.00 0.00 0.00 0.00 21:07:14 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:13:01 eth0 0.13 0.08 0.06 0.00 0.00 0.00 0.00 0.00 21:07:14 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:14:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:15:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:16:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:17:01 eth0 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 16:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:18:01 eth0 0.10 0.02 0.06 0.00 0.00 0.00 0.00 0.00 21:07:14 16:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:19:01 eth0 0.02 0.07 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:20:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:21:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:22:01 eth0 0.62 0.33 0.40 0.26 0.00 0.00 0.00 0.00 21:07:14 16:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:23:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:24:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:25:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:26:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:27:01 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 16:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:28:01 eth0 0.12 0.07 0.06 0.00 0.00 0.00 0.00 0.00 21:07:14 16:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:30:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:31:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:32:01 eth0 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 16:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:33:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:34:01 eth0 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 16:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:35:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:36:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:37:01 eth0 0.12 0.10 0.07 0.06 0.00 0.00 0.00 0.00 21:07:14 16:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:38:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:39:01 eth0 0.42 0.18 0.29 0.12 0.00 0.00 0.00 0.00 21:07:14 16:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:40:01 eth0 0.05 0.12 0.00 0.01 0.00 0.00 0.00 0.00 21:07:14 16:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:41:02 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:41:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:42:01 eth0 0.22 0.15 0.14 0.07 0.00 0.00 0.00 0.00 21:07:14 16:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:43:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:44:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:45:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:46:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:47:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 21:07:14 16:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:48:01 eth0 0.10 0.05 0.06 0.00 0.00 0.00 0.00 0.00 21:07:14 16:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:49:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:50:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:51:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:52:01 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 16:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:53:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:54:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:55:01 eth0 0.10 0.08 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 16:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:56:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:57:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 21:07:14 16:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:58:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:59:01 eth0 0.12 0.08 0.09 0.01 0.00 0.00 0.00 0.00 21:07:14 16:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 16:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:00:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:01:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:02:01 eth0 0.22 0.15 0.14 0.07 0.00 0.00 0.00 0.00 21:07:14 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:03:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:04:02 eth0 0.30 0.00 0.03 0.00 0.00 0.00 0.00 0.00 21:07:14 17:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:04:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:05:01 eth0 0.63 0.41 0.29 0.21 0.00 0.00 0.00 0.00 21:07:14 17:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:06:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:07:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 21:07:14 17:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:08:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:09:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:10:01 eth0 0.12 0.08 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 17:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:11:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:12:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 21:07:14 17:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:13:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:14:01 eth0 0.10 0.05 0.06 0.00 0.00 0.00 0.00 0.00 21:07:14 17:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:15:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:16:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:17:01 eth0 0.22 0.13 0.14 0.07 0.00 0.00 0.00 0.00 21:07:14 17:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:18:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:19:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:20:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:21:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:22:01 eth0 0.55 0.35 0.34 0.23 0.00 0.00 0.00 0.00 21:07:14 17:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:23:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:24:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:25:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:26:01 eth0 0.15 0.12 0.06 0.04 0.00 0.00 0.00 0.00 21:07:14 17:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:27:02 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 17:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:27:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:28:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:29:01 eth0 0.15 0.15 0.09 0.01 0.00 0.00 0.00 0.00 21:07:14 17:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:30:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:31:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:32:01 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 17:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:33:01 eth0 0.10 0.07 0.06 0.00 0.00 0.00 0.00 0.00 21:07:14 17:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:34:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:35:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:36:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:37:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 21:07:14 17:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:38:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:39:01 eth0 0.10 0.10 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 17:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:40:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:41:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:42:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 17:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:43:01 eth0 0.10 0.05 0.06 0.00 0.00 0.00 0.00 0.00 21:07:14 17:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:44:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:45:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:46:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:47:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 21:07:14 17:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:48:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:49:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:50:01 eth0 0.15 0.13 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 17:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:51:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:52:01 eth0 0.14 0.12 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 17:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:53:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:54:01 eth0 0.13 0.10 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 17:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:55:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:56:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:57:01 eth0 0.22 0.15 0.14 0.07 0.00 0.00 0.00 0.00 21:07:14 17:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:58:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:59:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 17:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:00:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:01:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:02:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 21:07:14 18:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:03:01 eth0 0.10 0.08 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 18:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:04:01 eth0 0.37 0.00 0.04 0.00 0.00 0.00 0.00 0.00 21:07:14 18:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:05:01 eth0 0.58 0.43 0.28 0.21 0.00 0.00 0.00 0.00 21:07:14 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:06:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:07:01 eth0 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:08:01 eth0 0.13 0.08 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:09:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:10:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:11:01 eth0 0.15 0.00 0.01 0.00 0.00 0.00 0.00 0.00 21:07:14 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:12:01 eth0 1.02 0.47 0.44 0.24 0.00 0.00 0.00 0.00 21:07:14 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:13:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:14:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:15:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:15:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:16:01 eth0 0.51 0.00 0.05 0.00 0.00 0.00 0.00 0.00 21:07:14 18:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:17:01 eth0 0.53 0.50 0.34 0.30 0.00 0.00 0.00 0.00 21:07:14 18:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:18:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:19:01 eth0 0.12 0.12 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 18:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:20:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:21:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:22:01 eth0 0.57 0.38 0.34 0.23 0.00 0.00 0.00 0.00 21:07:14 18:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:23:01 eth0 0.12 0.10 0.09 0.04 0.00 0.00 0.00 0.00 21:07:14 18:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:24:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:25:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:26:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:27:01 eth0 1.12 0.35 0.45 0.23 0.00 0.00 0.00 0.00 21:07:14 18:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:28:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:30:01 eth0 0.72 0.15 0.18 0.10 0.00 0.00 0.00 0.00 21:07:14 18:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:31:01 eth0 0.87 0.28 0.31 0.19 0.00 0.00 0.00 0.00 21:07:14 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:32:01 eth0 0.65 0.40 0.35 0.30 0.00 0.00 0.00 0.00 21:07:14 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:33:01 eth0 0.10 0.08 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:34:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:35:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:36:01 eth0 0.35 0.00 0.04 0.00 0.00 0.00 0.00 0.00 21:07:14 18:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:37:01 eth0 0.67 0.42 0.35 0.26 0.00 0.00 0.00 0.00 21:07:14 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:38:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:39:02 eth0 0.13 0.10 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 18:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:39:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:40:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:41:01 eth0 0.47 0.28 0.35 0.18 0.00 0.00 0.00 0.00 21:07:14 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:42:01 eth0 0.23 0.15 0.14 0.07 0.00 0.00 0.00 0.00 21:07:14 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:43:01 eth0 0.02 0.07 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:44:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:45:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:46:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:47:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 18:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:48:01 eth0 0.13 0.12 0.09 0.01 0.00 0.00 0.00 0.00 21:07:14 18:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:49:01 eth0 0.90 0.35 0.31 0.17 0.00 0.00 0.00 0.00 21:07:14 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:50:01 eth0 0.02 0.02 0.00 0.03 0.00 0.00 0.00 0.00 21:07:14 18:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:51:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:52:01 eth0 0.15 0.10 0.08 0.06 0.00 0.00 0.00 0.00 21:07:14 18:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:53:01 eth0 0.10 0.08 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 18:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:54:01 eth0 0.60 0.00 0.05 0.00 0.00 0.00 0.00 0.00 21:07:14 18:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:55:01 eth0 0.43 0.40 0.26 0.21 0.00 0.00 0.00 0.00 21:07:14 18:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:56:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:57:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 18:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:58:01 eth0 0.13 0.10 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 18:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:59:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 18:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:00:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:01:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:02:01 eth0 0.12 0.10 0.07 0.06 0.00 0.00 0.00 0.00 21:07:14 19:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:03:01 eth0 0.12 0.12 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 19:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:04:01 eth0 0.30 0.00 0.03 0.00 0.00 0.00 0.00 0.00 21:07:14 19:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:05:01 eth0 1.05 0.28 0.33 0.20 0.00 0.00 0.00 0.00 21:07:14 19:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:06:01 eth0 0.47 0.28 0.27 0.20 0.00 0.00 0.00 0.00 21:07:14 19:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:07:01 eth0 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 21:07:14 19:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:08:01 eth0 0.10 0.05 0.06 0.00 0.00 0.00 0.00 0.00 21:07:14 19:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:09:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:10:01 eth0 1.02 0.32 0.32 0.20 0.00 0.00 0.00 0.00 21:07:14 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:11:01 eth0 0.42 0.28 0.26 0.17 0.00 0.00 0.00 0.00 21:07:14 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:12:01 eth0 0.20 0.13 0.13 0.10 0.00 0.00 0.00 0.00 21:07:14 19:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:13:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:14:01 eth0 0.05 0.07 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:15:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:16:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:17:01 eth0 0.30 0.20 0.19 0.13 0.00 0.00 0.00 0.00 21:07:14 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:18:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:19:01 eth0 0.12 0.07 0.06 0.00 0.00 0.00 0.00 0.00 21:07:14 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:20:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:21:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:22:01 eth0 0.57 0.35 0.34 0.23 0.00 0.00 0.00 0.00 21:07:14 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:23:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:24:01 eth0 0.13 0.07 0.06 0.03 0.00 0.00 0.00 0.00 21:07:14 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:25:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:26:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:27:01 eth0 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:28:01 eth0 0.12 0.12 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:30:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:31:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:32:01 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 19:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:33:01 eth0 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:34:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:35:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:36:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:37:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 21:07:14 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:38:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:39:01 eth0 0.12 0.05 0.06 0.00 0.00 0.00 0.00 0.00 21:07:14 19:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:40:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:41:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:42:01 eth0 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 21:07:14 19:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:43:01 eth0 0.10 0.08 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 19:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:44:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:45:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:46:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:47:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 19:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:48:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:49:02 eth0 0.13 0.10 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 19:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:50:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:51:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:52:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 19:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:53:01 eth0 0.12 0.07 0.06 0.00 0.00 0.00 0.00 0.00 21:07:14 19:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:54:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:55:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:56:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:57:01 eth0 0.18 0.12 0.13 0.07 0.00 0.00 0.00 0.00 21:07:14 19:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:58:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:59:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 19:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:00:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:01:01 eth0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:02:01 eth0 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 21:07:14 20:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:03:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:04:01 eth0 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 20:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:05:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:06:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:07:01 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 20:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:08:01 eth0 0.15 0.13 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 20:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:09:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:10:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:11:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:11:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:12:01 eth0 0.14 0.10 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:13:01 eth0 0.12 0.08 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:14:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:15:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:16:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:17:01 eth0 0.12 0.10 0.07 0.06 0.00 0.00 0.00 0.00 21:07:14 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:18:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:19:01 eth0 0.15 0.08 0.06 0.00 0.00 0.00 0.00 0.00 21:07:14 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:20:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:21:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:22:01 eth0 0.55 0.32 0.34 0.23 0.00 0.00 0.00 0.00 21:07:14 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:23:01 eth0 0.15 0.10 0.06 0.04 0.00 0.00 0.00 0.00 21:07:14 20:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:24:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:25:01 eth0 0.55 0.03 0.05 0.00 0.00 0.00 0.00 0.00 21:07:14 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:26:01 eth0 0.83 0.30 0.31 0.17 0.00 0.00 0.00 0.00 21:07:14 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:27:01 eth0 0.58 0.40 0.34 0.29 0.00 0.00 0.00 0.00 21:07:14 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:28:01 eth0 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 20:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:29:01 eth0 0.18 0.12 0.12 0.06 0.00 0.00 0.00 0.00 21:07:14 20:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:30:01 eth0 0.55 0.00 0.05 0.00 0.00 0.00 0.00 0.00 21:07:14 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:31:01 eth0 0.43 0.23 0.26 0.19 0.00 0.00 0.00 0.00 21:07:14 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:32:01 eth0 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 21:07:14 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:33:01 eth0 0.10 0.08 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:34:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:34:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:35:01 eth0 0.58 0.00 0.05 0.00 0.00 0.00 0.00 0.00 21:07:14 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:36:01 eth0 0.38 0.38 0.26 0.17 0.00 0.00 0.00 0.00 21:07:14 20:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:37:01 eth0 0.22 0.12 0.08 0.10 0.00 0.00 0.00 0.00 21:07:14 20:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:38:01 eth0 0.92 0.40 0.37 0.17 0.00 0.00 0.00 0.00 21:07:14 20:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:39:01 eth0 0.55 0.00 0.05 0.00 0.00 0.00 0.00 0.00 21:07:14 20:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:40:01 eth0 0.47 0.35 0.27 0.23 0.00 0.00 0.00 0.00 21:07:14 20:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:41:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:42:01 eth0 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 20:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:43:01 eth0 0.13 0.10 0.07 0.01 0.00 0.00 0.00 0.00 21:07:14 20:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:44:01 eth0 0.33 0.05 0.03 0.00 0.00 0.00 0.00 0.00 21:07:14 20:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:45:01 eth0 0.55 0.37 0.28 0.20 0.00 0.00 0.00 0.00 21:07:14 20:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:46:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:47:01 eth0 0.25 0.17 0.14 0.07 0.00 0.00 0.00 0.00 21:07:14 20:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:48:01 eth0 0.57 0.00 0.05 0.00 0.00 0.00 0.00 0.00 21:07:14 20:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:49:01 eth0 0.47 0.32 0.27 0.20 0.00 0.00 0.00 0.00 21:07:14 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:50:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:51:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:52:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 21:07:14 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:53:01 eth0 0.13 0.07 0.06 0.00 0.00 0.00 0.00 0.00 21:07:14 20:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:54:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:55:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:56:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:57:02 eth0 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 21:07:14 20:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:57:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:58:01 eth0 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:59:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 20:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 21:00:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 21:01:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 21:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 21:02:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 21:07:14 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 21:03:01 eth0 0.12 0.12 0.06 0.01 0.00 0.00 0.00 0.00 21:07:14 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 21:04:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 21:05:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 21:06:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 21:07:01 eth0 83.08 69.48 731.55 33.48 0.00 0.00 0.00 0.00 21:07:14 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 Average: eth0 0.46 0.34 2.16 0.20 0.00 0.00 0.00 0.00 21:07:14 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:07:14 Average: docker0 0.00 0.00 0.00 0.01 0.00 0.00 0.00 0.00 21:07:14 21:07:14 21:07:14 ---> sar -P ALL: 21:07:14 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/14/20 _x86_64_ (4 CPU) 21:07:14 21:07:14 15:05:57 LINUX RESTART (4 CPU) 21:07:14 21:07:14 15:07:02 CPU %user %nice %system %iowait %steal %idle 21:07:14 15:08:01 all 1.58 0.00 0.91 0.25 0.01 97.25 21:07:14 15:08:01 0 1.48 0.00 0.85 0.10 0.00 97.57 21:07:14 15:08:01 1 1.97 0.00 1.17 0.61 0.02 96.23 21:07:14 15:08:01 2 1.58 0.00 0.81 0.29 0.02 97.30 21:07:14 15:08:01 3 1.29 0.00 0.80 0.02 0.00 97.89 21:07:14 15:09:01 all 0.11 0.00 0.03 0.00 0.00 99.85 21:07:14 15:09:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:09:01 1 0.33 0.00 0.05 0.00 0.00 99.62 21:07:14 15:09:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 15:09:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 15:10:01 all 0.16 0.00 0.04 0.00 0.00 99.80 21:07:14 15:10:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 15:10:01 1 0.08 0.00 0.05 0.00 0.00 99.87 21:07:14 15:10:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 15:10:01 3 0.53 0.00 0.05 0.00 0.00 99.42 21:07:14 15:11:01 all 0.17 0.00 0.04 0.00 0.00 99.79 21:07:14 15:11:01 0 0.05 0.00 0.02 0.00 0.00 99.93 21:07:14 15:11:01 1 0.07 0.00 0.05 0.00 0.00 99.88 21:07:14 15:11:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 15:11:01 3 0.55 0.00 0.07 0.00 0.00 99.38 21:07:14 15:12:01 all 0.17 0.00 0.08 0.00 0.00 99.75 21:07:14 15:12:01 0 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 15:12:01 1 0.15 0.00 0.07 0.00 0.00 99.78 21:07:14 15:12:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 15:12:01 3 0.48 0.00 0.17 0.00 0.00 99.35 21:07:14 15:13:01 all 0.15 0.00 0.04 0.00 0.00 99.80 21:07:14 15:13:01 0 0.05 0.00 0.07 0.00 0.00 99.88 21:07:14 15:13:01 1 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 15:13:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 15:13:01 3 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 15:14:01 all 0.16 0.00 0.04 0.00 0.00 99.80 21:07:14 15:14:01 0 0.05 0.00 0.07 0.00 0.00 99.88 21:07:14 15:14:01 1 0.55 0.00 0.03 0.00 0.00 99.42 21:07:14 15:14:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 15:14:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 15:15:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 15:15:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 15:15:01 1 0.53 0.00 0.02 0.00 0.00 99.45 21:07:14 15:15:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 15:15:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 15:16:01 all 0.17 0.00 0.04 0.00 0.00 99.79 21:07:14 15:16:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:16:01 1 0.53 0.00 0.02 0.00 0.00 99.45 21:07:14 15:16:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 15:16:01 3 0.05 0.00 0.05 0.00 0.02 99.88 21:07:14 15:17:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 15:17:01 0 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 15:17:01 1 0.57 0.00 0.05 0.00 0.00 99.38 21:07:14 15:17:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 15:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 15:18:01 all 0.08 0.00 0.04 0.00 0.00 99.88 21:07:14 15:18:01 0 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 15:18:01 1 0.22 0.00 0.07 0.00 0.00 99.72 21:07:14 15:18:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 15:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 21:07:14 15:18:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 15:19:01 all 0.03 0.00 0.04 0.00 0.00 99.93 21:07:14 15:19:01 0 0.05 0.00 0.07 0.00 0.00 99.88 21:07:14 15:19:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:19:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 15:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 15:20:01 all 0.15 0.00 0.04 0.00 0.00 99.82 21:07:14 15:20:01 0 0.08 0.00 0.07 0.00 0.00 99.85 21:07:14 15:20:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 15:20:01 2 0.05 0.00 0.02 0.00 0.00 99.93 21:07:14 15:20:01 3 0.42 0.00 0.05 0.00 0.00 99.53 21:07:14 15:21:01 all 0.17 0.00 0.05 0.00 0.00 99.78 21:07:14 15:21:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:21:01 1 0.03 0.00 0.08 0.00 0.00 99.88 21:07:14 15:21:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 15:21:01 3 0.55 0.00 0.05 0.00 0.00 99.40 21:07:14 15:22:01 all 0.17 0.00 0.04 0.00 0.00 99.79 21:07:14 15:22:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:07:14 15:22:01 1 0.07 0.00 0.03 0.00 0.00 99.90 21:07:14 15:22:01 2 0.07 0.00 0.05 0.00 0.00 99.88 21:07:14 15:22:01 3 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 15:23:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 15:23:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:23:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 15:23:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 15:23:01 3 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 15:24:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 15:24:01 0 0.00 0.00 0.03 0.00 0.00 99.97 21:07:14 15:24:01 1 0.05 0.00 0.05 0.00 0.02 99.88 21:07:14 15:24:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:24:01 3 0.50 0.00 0.02 0.00 0.00 99.48 21:07:14 15:25:01 all 0.16 0.00 0.04 0.00 0.00 99.80 21:07:14 15:25:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 15:25:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 15:25:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 15:25:01 3 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 15:26:02 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 15:26:02 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 15:26:02 1 0.10 0.00 0.05 0.00 0.00 99.85 21:07:14 15:26:02 2 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 15:26:02 3 0.48 0.00 0.02 0.00 0.00 99.50 21:07:14 15:27:01 all 0.16 0.00 0.04 0.00 0.00 99.80 21:07:14 15:27:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 15:27:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 15:27:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 15:27:01 3 0.52 0.00 0.03 0.00 0.00 99.44 21:07:14 15:28:01 all 0.15 0.00 0.03 0.00 0.00 99.83 21:07:14 15:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 15:28:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 15:28:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:28:01 3 0.50 0.00 0.05 0.00 0.00 99.45 21:07:14 15:29:01 all 0.05 0.00 0.03 0.00 0.00 99.93 21:07:14 15:29:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 15:29:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 15:29:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:29:01 3 0.07 0.00 0.02 0.00 0.00 99.92 21:07:14 21:07:14 15:29:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 15:30:01 all 0.09 0.00 0.04 0.00 0.00 99.87 21:07:14 15:30:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:30:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 15:30:01 2 0.05 0.00 0.07 0.00 0.00 99.88 21:07:14 15:30:01 3 0.23 0.00 0.03 0.00 0.00 99.73 21:07:14 15:31:01 all 0.16 0.00 0.04 0.00 0.00 99.80 21:07:14 15:31:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:31:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:31:01 2 0.05 0.00 0.05 0.00 0.02 99.88 21:07:14 15:31:01 3 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 15:32:01 all 0.15 0.00 0.03 0.00 0.00 99.83 21:07:14 15:32:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 15:32:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:32:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 15:32:01 3 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 15:33:01 all 0.16 0.00 0.03 0.00 0.00 99.80 21:07:14 15:33:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:33:01 1 0.07 0.00 0.05 0.00 0.00 99.88 21:07:14 15:33:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:33:01 3 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 15:34:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 15:34:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:34:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 15:34:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:34:01 3 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 15:35:01 all 0.17 0.00 0.02 0.00 0.00 99.81 21:07:14 15:35:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 15:35:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 15:35:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:35:01 3 0.55 0.00 0.02 0.00 0.00 99.43 21:07:14 15:36:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:07:14 15:36:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 15:36:01 1 0.05 0.00 0.07 0.00 0.00 99.88 21:07:14 15:36:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 15:36:01 3 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 15:37:01 all 0.16 0.00 0.03 0.00 0.00 99.80 21:07:14 15:37:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 15:37:01 1 0.07 0.00 0.05 0.00 0.00 99.88 21:07:14 15:37:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:37:01 3 0.53 0.00 0.02 0.00 0.02 99.43 21:07:14 15:38:01 all 0.19 0.00 0.02 0.00 0.00 99.78 21:07:14 15:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 15:38:01 1 0.07 0.00 0.05 0.00 0.00 99.88 21:07:14 15:38:01 2 0.17 0.00 0.02 0.00 0.00 99.82 21:07:14 15:38:01 3 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 15:39:01 all 0.08 0.00 0.05 0.00 0.00 99.86 21:07:14 15:39:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 15:39:01 1 0.07 0.00 0.05 0.00 0.02 99.87 21:07:14 15:39:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 15:39:01 3 0.18 0.00 0.08 0.00 0.00 99.73 21:07:14 15:40:01 all 0.04 0.00 0.03 0.00 0.00 99.93 21:07:14 15:40:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 15:40:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:40:01 2 0.07 0.00 0.03 0.00 0.00 99.90 21:07:14 15:40:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 21:07:14 15:40:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 15:41:01 all 0.18 0.00 0.03 0.00 0.00 99.79 21:07:14 15:41:01 0 0.13 0.00 0.02 0.00 0.00 99.85 21:07:14 15:41:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 15:41:01 2 0.07 0.00 0.05 0.00 0.00 99.88 21:07:14 15:41:01 3 0.48 0.00 0.05 0.00 0.00 99.47 21:07:14 15:42:01 all 0.17 0.00 0.04 0.00 0.00 99.79 21:07:14 15:42:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 15:42:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 15:42:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 15:42:01 3 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 15:43:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 15:43:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 15:43:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 15:43:01 2 0.03 0.00 0.03 0.00 0.02 99.92 21:07:14 15:43:01 3 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 15:44:01 all 0.17 0.00 0.05 0.00 0.00 99.79 21:07:14 15:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:44:01 1 0.05 0.00 0.08 0.00 0.00 99.87 21:07:14 15:44:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:44:01 3 0.55 0.00 0.03 0.00 0.00 99.42 21:07:14 15:45:01 all 0.15 0.00 0.03 0.00 0.00 99.83 21:07:14 15:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 15:45:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 15:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 15:45:01 3 0.50 0.00 0.03 0.00 0.00 99.47 21:07:14 15:46:01 all 0.15 0.00 0.04 0.00 0.00 99.80 21:07:14 15:46:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:46:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 15:46:01 2 0.02 0.00 0.07 0.00 0.00 99.92 21:07:14 15:46:01 3 0.53 0.00 0.02 0.00 0.00 99.45 21:07:14 15:47:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 15:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 15:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 15:47:01 2 0.07 0.00 0.05 0.00 0.00 99.88 21:07:14 15:47:01 3 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 15:48:01 all 0.09 0.00 0.03 0.00 0.00 99.87 21:07:14 15:48:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 15:48:01 1 0.07 0.00 0.03 0.00 0.02 99.88 21:07:14 15:48:01 2 0.05 0.00 0.02 0.00 0.00 99.93 21:07:14 15:48:01 3 0.22 0.00 0.05 0.00 0.00 99.73 21:07:14 15:49:02 all 0.06 0.00 0.04 0.00 0.00 99.90 21:07:14 15:49:02 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:49:02 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:49:02 2 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 15:49:02 3 0.13 0.00 0.05 0.00 0.00 99.82 21:07:14 15:50:01 all 0.04 0.00 0.04 0.00 0.00 99.92 21:07:14 15:50:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:50:01 1 0.05 0.00 0.07 0.00 0.00 99.88 21:07:14 15:50:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 15:50:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:51:01 all 0.14 0.00 0.03 0.00 0.00 99.83 21:07:14 15:51:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 15:51:01 1 0.07 0.00 0.07 0.00 0.02 99.85 21:07:14 15:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 15:51:01 3 0.45 0.00 0.02 0.00 0.00 99.53 21:07:14 21:07:14 15:51:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 15:52:01 all 0.18 0.00 0.04 0.00 0.00 99.78 21:07:14 15:52:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 15:52:01 1 0.12 0.00 0.05 0.00 0.00 99.83 21:07:14 15:52:01 2 0.07 0.00 0.05 0.00 0.00 99.88 21:07:14 15:52:01 3 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 15:53:01 all 0.14 0.00 0.03 0.00 0.01 99.82 21:07:14 15:53:01 0 0.03 0.00 0.07 0.00 0.02 99.88 21:07:14 15:53:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 15:53:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 15:53:01 3 0.50 0.00 0.02 0.00 0.02 99.47 21:07:14 15:54:01 all 0.16 0.00 0.02 0.00 0.00 99.81 21:07:14 15:54:01 0 0.07 0.00 0.07 0.00 0.00 99.87 21:07:14 15:54:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 15:54:01 2 0.03 0.00 0.00 0.00 0.02 99.95 21:07:14 15:54:01 3 0.52 0.00 0.00 0.00 0.00 99.48 21:07:14 15:55:01 all 0.15 0.00 0.05 0.00 0.00 99.80 21:07:14 15:55:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 15:55:01 1 0.17 0.00 0.05 0.00 0.02 99.77 21:07:14 15:55:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 15:55:01 3 0.37 0.00 0.03 0.00 0.00 99.60 21:07:14 15:56:01 all 0.10 0.00 0.04 0.00 0.00 99.86 21:07:14 15:56:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 15:56:01 1 0.27 0.00 0.08 0.00 0.00 99.65 21:07:14 15:56:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 15:56:01 3 0.07 0.00 0.03 0.00 0.00 99.90 21:07:14 15:57:01 all 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 15:57:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 15:57:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 15:57:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 15:57:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 15:58:01 all 0.13 0.00 0.04 0.00 0.00 99.83 21:07:14 15:58:01 0 0.00 0.00 0.03 0.00 0.00 99.97 21:07:14 15:58:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 15:58:01 2 0.45 0.00 0.07 0.00 0.00 99.48 21:07:14 15:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 15:59:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 15:59:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 15:59:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 15:59:01 2 0.53 0.00 0.02 0.00 0.00 99.45 21:07:14 15:59:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 16:00:01 all 0.14 0.00 0.03 0.00 0.00 99.83 21:07:14 16:00:01 0 0.00 0.00 0.03 0.00 0.00 99.97 21:07:14 16:00:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 16:00:01 2 0.48 0.00 0.03 0.00 0.00 99.48 21:07:14 16:00:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 16:01:01 all 0.16 0.00 0.04 0.00 0.00 99.80 21:07:14 16:01:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 16:01:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 16:01:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 16:01:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 16:02:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:07:14 16:02:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:02:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 16:02:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 16:02:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 21:07:14 16:02:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 16:03:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 16:03:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 16:03:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 16:03:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 16:03:01 3 0.07 0.00 0.05 0.00 0.00 99.88 21:07:14 16:04:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 16:04:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 16:04:01 1 0.05 0.00 0.02 0.00 0.00 99.93 21:07:14 16:04:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 16:04:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 16:05:01 all 0.19 0.00 0.03 0.00 0.00 99.78 21:07:14 16:05:01 0 0.10 0.00 0.03 0.00 0.00 99.87 21:07:14 16:05:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 16:05:01 2 0.55 0.00 0.05 0.00 0.00 99.40 21:07:14 16:05:01 3 0.07 0.00 0.02 0.00 0.00 99.92 21:07:14 16:06:01 all 0.15 0.00 0.07 0.03 0.00 99.75 21:07:14 16:06:01 0 0.00 0.00 0.05 0.00 0.00 99.95 21:07:14 16:06:01 1 0.02 0.00 0.10 0.08 0.00 99.80 21:07:14 16:06:01 2 0.53 0.00 0.08 0.02 0.00 99.37 21:07:14 16:06:01 3 0.03 0.00 0.07 0.02 0.00 99.88 21:07:14 16:07:01 all 0.15 2.64 11.26 5.81 0.04 80.10 21:07:14 16:07:01 0 0.07 2.79 11.10 6.71 0.03 79.30 21:07:14 16:07:01 1 0.32 2.27 9.70 4.88 0.03 82.80 21:07:14 16:07:01 2 0.17 2.52 11.18 4.26 0.05 81.82 21:07:14 16:07:01 3 0.05 2.99 13.06 7.37 0.05 76.48 21:07:14 16:08:01 all 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 16:08:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 16:08:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:08:01 2 0.05 0.00 0.07 0.00 0.00 99.88 21:07:14 16:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:09:01 all 0.15 0.00 0.03 0.00 0.00 99.83 21:07:14 16:09:01 0 0.48 0.00 0.03 0.00 0.00 99.48 21:07:14 16:09:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:09:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 16:09:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 16:10:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 16:10:01 0 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 16:10:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:10:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:10:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 16:11:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 16:11:01 0 0.50 0.00 0.02 0.00 0.00 99.48 21:07:14 16:11:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 16:11:01 2 0.07 0.00 0.03 0.00 0.00 99.90 21:07:14 16:11:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 16:12:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:07:14 16:12:01 0 0.52 0.00 0.02 0.00 0.00 99.46 21:07:14 16:12:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 16:12:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 16:12:01 3 0.05 0.00 0.07 0.00 0.00 99.88 21:07:14 16:13:01 all 0.15 0.00 0.02 0.00 0.00 99.82 21:07:14 16:13:01 0 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 16:13:01 1 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 16:13:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 16:13:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 21:07:14 16:13:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 16:14:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 16:14:01 0 0.50 0.00 0.02 0.00 0.00 99.48 21:07:14 16:14:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 16:14:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 16:14:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 16:15:01 all 0.14 0.00 0.03 0.00 0.00 99.83 21:07:14 16:15:01 0 0.50 0.00 0.00 0.00 0.00 99.50 21:07:14 16:15:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:15:01 2 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 16:15:01 3 0.03 0.00 0.08 0.00 0.00 99.88 21:07:14 16:16:01 all 0.17 0.00 0.02 0.00 0.00 99.80 21:07:14 16:16:01 0 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 16:16:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 16:16:01 2 0.05 0.00 0.02 0.00 0.00 99.93 21:07:14 16:16:01 3 0.05 0.00 0.02 0.00 0.00 99.93 21:07:14 16:17:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 16:17:01 0 0.37 0.00 0.02 0.00 0.00 99.62 21:07:14 16:17:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 16:17:01 2 0.03 0.00 0.02 0.00 0.02 99.93 21:07:14 16:17:01 3 0.17 0.00 0.03 0.00 0.00 99.80 21:07:14 16:18:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:07:14 16:18:01 0 0.02 0.00 0.05 0.00 0.02 99.92 21:07:14 16:18:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 16:18:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 16:18:01 3 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 16:19:01 all 0.13 0.00 0.03 0.00 0.00 99.84 21:07:14 16:19:01 0 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 16:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:19:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 16:19:01 3 0.47 0.00 0.03 0.00 0.00 99.50 21:07:14 16:20:01 all 0.04 0.00 0.03 0.00 0.00 99.93 21:07:14 16:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:20:01 1 0.05 0.00 0.03 0.00 0.02 99.90 21:07:14 16:20:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:20:01 3 0.07 0.00 0.05 0.00 0.00 99.88 21:07:14 16:21:01 all 0.03 0.00 0.03 0.00 0.00 99.95 21:07:14 16:21:01 0 0.07 0.00 0.03 0.00 0.00 99.90 21:07:14 16:21:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:21:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:21:01 3 0.00 0.00 0.03 0.00 0.00 99.97 21:07:14 16:22:01 all 0.12 0.00 0.05 0.00 0.00 99.83 21:07:14 16:22:01 0 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 16:22:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 16:22:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 16:22:01 3 0.40 0.00 0.07 0.00 0.00 99.53 21:07:14 16:23:01 all 0.14 0.00 0.02 0.00 0.00 99.84 21:07:14 16:23:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 16:23:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 16:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 16:23:01 3 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 16:24:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 16:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:24:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 16:24:01 2 0.13 0.00 0.05 0.00 0.00 99.82 21:07:14 16:24:01 3 0.45 0.00 0.02 0.00 0.00 99.53 21:07:14 21:07:14 16:24:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 16:25:01 all 0.14 0.00 0.03 0.00 0.00 99.83 21:07:14 16:25:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 16:25:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 16:25:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 16:25:01 3 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 16:26:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 16:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 16:26:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 16:26:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 16:26:01 3 0.53 0.00 0.02 0.00 0.00 99.45 21:07:14 16:27:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 16:27:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:07:14 16:27:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 16:27:01 2 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 16:27:01 3 0.50 0.00 0.03 0.00 0.00 99.47 21:07:14 16:28:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 16:28:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 16:28:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 16:28:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 16:28:01 3 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 16:29:01 all 0.14 0.00 0.03 0.00 0.00 99.83 21:07:14 16:29:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 16:29:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:29:01 2 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 16:29:01 3 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 16:30:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 16:30:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:30:01 1 0.07 0.00 0.07 0.00 0.00 99.87 21:07:14 16:30:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 16:30:01 3 0.50 0.00 0.02 0.00 0.00 99.48 21:07:14 16:31:01 all 0.15 0.00 0.02 0.00 0.00 99.84 21:07:14 16:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:07:14 16:31:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 16:31:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 16:31:01 3 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 16:32:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 16:32:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:07:14 16:32:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 16:32:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:32:01 3 0.53 0.00 0.07 0.00 0.00 99.40 21:07:14 16:33:01 all 0.04 0.00 0.03 0.00 0.00 99.93 21:07:14 16:33:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 16:33:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:33:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 16:33:01 3 0.12 0.00 0.07 0.00 0.00 99.82 21:07:14 16:34:01 all 0.02 0.00 0.03 0.00 0.00 99.96 21:07:14 16:34:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:07:14 16:34:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 16:34:01 2 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 16:34:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 16:35:01 all 0.13 0.00 0.03 0.00 0.00 99.83 21:07:14 16:35:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 16:35:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 16:35:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:35:01 3 0.43 0.00 0.03 0.00 0.00 99.53 21:07:14 21:07:14 16:35:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 16:36:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 16:36:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 16:36:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 16:36:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:36:01 3 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 16:37:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 16:37:01 0 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 16:37:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 16:37:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 16:37:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:38:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 16:38:01 0 0.50 0.00 0.03 0.00 0.00 99.47 21:07:14 16:38:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 16:38:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:38:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 16:39:01 all 0.17 0.00 0.03 0.00 0.00 99.79 21:07:14 16:39:01 0 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 16:39:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 16:39:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 16:39:01 3 0.08 0.00 0.03 0.00 0.02 99.87 21:07:14 16:40:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 16:40:01 0 0.50 0.00 0.02 0.00 0.00 99.48 21:07:14 16:40:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 16:40:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 16:40:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 16:41:02 all 0.16 0.00 0.02 0.00 0.00 99.82 21:07:14 16:41:02 0 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 16:41:02 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 16:41:02 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 16:41:02 3 0.05 0.00 0.02 0.00 0.00 99.93 21:07:14 16:42:01 all 0.14 0.00 0.03 0.00 0.00 99.83 21:07:14 16:42:01 0 0.51 0.00 0.02 0.00 0.00 99.47 21:07:14 16:42:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 16:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:42:01 3 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 16:43:01 all 0.15 0.00 0.02 0.00 0.00 99.82 21:07:14 16:43:01 0 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 16:43:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 16:43:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 16:43:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 16:44:01 all 0.03 0.00 0.03 0.00 0.00 99.94 21:07:14 16:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 16:44:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 16:44:01 2 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 16:44:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 16:45:01 all 0.10 0.00 0.04 0.00 0.00 99.86 21:07:14 16:45:01 0 0.28 0.00 0.05 0.00 0.00 99.67 21:07:14 16:45:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 16:45:01 2 0.05 0.00 0.07 0.00 0.00 99.88 21:07:14 16:45:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 16:46:01 all 0.14 0.00 0.03 0.00 0.00 99.83 21:07:14 16:46:01 0 0.50 0.00 0.02 0.00 0.00 99.48 21:07:14 16:46:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 16:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:46:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 21:07:14 16:46:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 16:47:01 all 0.16 0.00 0.05 0.01 0.00 99.78 21:07:14 16:47:01 0 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 16:47:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 16:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:47:01 3 0.05 0.00 0.12 0.05 0.00 99.78 21:07:14 16:48:01 all 0.16 0.00 0.04 0.00 0.00 99.80 21:07:14 16:48:01 0 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 16:48:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 16:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:48:01 3 0.07 0.00 0.07 0.00 0.00 99.87 21:07:14 16:49:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 16:49:01 0 0.50 0.00 0.02 0.00 0.00 99.48 21:07:14 16:49:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 16:49:01 2 0.05 0.00 0.02 0.00 0.00 99.93 21:07:14 16:49:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 16:50:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:07:14 16:50:01 0 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 16:50:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 16:50:01 2 0.03 0.00 0.05 0.00 0.02 99.90 21:07:14 16:50:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 16:51:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 16:51:01 0 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 16:51:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 16:51:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 16:51:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 16:52:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 16:52:01 0 0.50 0.00 0.03 0.00 0.00 99.47 21:07:14 16:52:01 1 0.07 0.00 0.02 0.00 0.00 99.92 21:07:14 16:52:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 16:52:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 16:53:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 16:53:01 0 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 16:53:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:53:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 16:53:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 16:54:01 all 0.15 0.00 0.03 0.00 0.01 99.81 21:07:14 16:54:01 0 0.50 0.00 0.03 0.00 0.02 99.45 21:07:14 16:54:01 1 0.05 0.00 0.03 0.00 0.02 99.90 21:07:14 16:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:54:01 3 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 16:55:01 all 0.14 0.00 0.05 0.00 0.00 99.81 21:07:14 16:55:01 0 0.47 0.00 0.05 0.00 0.00 99.48 21:07:14 16:55:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 16:55:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 16:55:01 3 0.03 0.00 0.08 0.00 0.00 99.88 21:07:14 16:56:01 all 0.04 0.00 0.03 0.00 0.00 99.93 21:07:14 16:56:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 16:56:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 16:56:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 16:56:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 16:57:01 all 0.03 0.00 0.03 0.00 0.00 99.94 21:07:14 16:57:01 0 0.00 0.00 0.03 0.00 0.00 99.97 21:07:14 16:57:01 1 0.05 0.00 0.02 0.00 0.00 99.93 21:07:14 16:57:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 16:57:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 21:07:14 16:57:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 16:58:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 16:58:01 0 0.48 0.00 0.03 0.00 0.00 99.48 21:07:14 16:58:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 16:58:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 16:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 16:59:01 all 0.15 0.00 0.03 0.00 0.00 99.83 21:07:14 16:59:01 0 0.50 0.00 0.00 0.00 0.00 99.50 21:07:14 16:59:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 16:59:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 16:59:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 17:00:01 all 0.17 0.00 0.03 0.00 0.00 99.80 21:07:14 17:00:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 17:00:01 1 0.55 0.00 0.03 0.00 0.00 99.42 21:07:14 17:00:01 2 0.07 0.00 0.03 0.00 0.00 99.90 21:07:14 17:00:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:01:01 all 0.16 0.00 0.04 0.00 0.00 99.80 21:07:14 17:01:01 0 0.05 0.00 0.07 0.00 0.00 99.88 21:07:14 17:01:01 1 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 17:01:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:01:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 17:02:01 all 0.15 0.00 0.05 0.00 0.00 99.80 21:07:14 17:02:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:02:01 1 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 17:02:01 2 0.03 0.00 0.07 0.00 0.00 99.90 21:07:14 17:02:01 3 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 17:03:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 17:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:03:01 1 0.53 0.00 0.02 0.00 0.00 99.45 21:07:14 17:03:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 17:03:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 17:04:02 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 17:04:02 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:04:02 1 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 17:04:02 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:04:02 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:05:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 17:05:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:05:01 1 0.52 0.00 0.02 0.00 0.00 99.46 21:07:14 17:05:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:05:01 3 0.07 0.00 0.07 0.00 0.00 99.86 21:07:14 17:06:01 all 0.17 0.00 0.03 0.00 0.00 99.79 21:07:14 17:06:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 17:06:01 1 0.57 0.00 0.03 0.00 0.00 99.40 21:07:14 17:06:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 17:06:01 3 0.05 0.00 0.05 0.00 0.02 99.88 21:07:14 17:07:01 all 0.13 0.00 0.05 0.00 0.00 99.82 21:07:14 17:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:07:01 1 0.17 0.00 0.02 0.00 0.00 99.82 21:07:14 17:07:01 2 0.33 0.00 0.08 0.00 0.00 99.58 21:07:14 17:07:01 3 0.02 0.00 0.07 0.00 0.00 99.92 21:07:14 17:08:01 all 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:08:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:07:14 17:08:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 17:08:01 2 0.05 0.00 0.07 0.00 0.00 99.88 21:07:14 17:08:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 21:07:14 17:08:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 17:09:01 all 0.03 0.00 0.04 0.00 0.00 99.93 21:07:14 17:09:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 17:09:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 17:09:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 17:09:01 3 0.03 0.00 0.07 0.00 0.00 99.90 21:07:14 17:10:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 17:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:10:01 1 0.45 0.00 0.03 0.00 0.00 99.52 21:07:14 17:10:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 17:10:01 3 0.13 0.00 0.03 0.00 0.00 99.83 21:07:14 17:11:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 17:11:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 17:11:01 1 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 17:11:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 17:11:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 17:12:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:07:14 17:12:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 17:12:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 17:12:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 17:12:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:13:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:07:14 17:13:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 17:13:01 1 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 17:13:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 17:13:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 17:14:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 17:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:14:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 17:14:01 2 0.50 0.00 0.02 0.00 0.00 99.48 21:07:14 17:14:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 17:15:01 all 0.15 0.00 0.02 0.00 0.00 99.82 21:07:14 17:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:15:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 17:15:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 17:15:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 17:16:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:07:14 17:16:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 17:16:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 17:16:01 2 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 17:16:01 3 0.03 0.00 0.05 0.00 0.02 99.90 21:07:14 17:17:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 17:17:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 17:17:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:17:01 2 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 17:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:18:01 all 0.15 0.00 0.03 0.00 0.00 99.83 21:07:14 17:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:18:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 17:18:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 17:18:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 17:19:01 all 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 17:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:19:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 17:19:01 2 0.12 0.00 0.12 0.00 0.00 99.77 21:07:14 17:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 21:07:14 17:19:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 17:20:01 all 0.03 0.00 0.03 0.00 0.00 99.94 21:07:14 17:20:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 17:20:01 1 0.07 0.00 0.03 0.00 0.00 99.90 21:07:14 17:20:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:20:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:21:01 all 0.10 0.00 0.03 0.00 0.00 99.87 21:07:14 17:21:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:07:14 17:21:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:21:01 2 0.32 0.00 0.08 0.00 0.02 99.58 21:07:14 17:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:22:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 17:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:22:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 17:22:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 17:22:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:23:01 all 0.17 0.00 0.04 0.00 0.00 99.80 21:07:14 17:23:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 17:23:01 1 0.08 0.00 0.05 0.00 0.00 99.87 21:07:14 17:23:01 2 0.53 0.00 0.02 0.00 0.00 99.45 21:07:14 17:23:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 17:24:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 17:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:24:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 17:24:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 17:24:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 17:25:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 17:25:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 17:25:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:25:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 17:25:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:26:01 all 0.15 0.00 0.04 0.00 0.00 99.82 21:07:14 17:26:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 17:26:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 17:26:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 17:26:01 3 0.48 0.00 0.05 0.00 0.00 99.47 21:07:14 17:27:02 all 0.15 0.00 0.02 0.00 0.00 99.82 21:07:14 17:27:02 0 0.03 0.00 0.00 0.00 0.00 99.97 21:07:14 17:27:02 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 17:27:02 2 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 17:27:02 3 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 17:28:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 17:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:28:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:28:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 17:28:01 3 0.51 0.00 0.02 0.00 0.00 99.47 21:07:14 17:29:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 17:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:29:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 17:29:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 17:29:01 3 0.50 0.00 0.02 0.00 0.00 99.48 21:07:14 17:30:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 17:30:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:30:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 17:30:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:30:01 3 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 21:07:14 17:30:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 17:31:01 all 0.13 0.00 0.03 0.00 0.00 99.83 21:07:14 17:31:01 0 0.00 0.00 0.03 0.00 0.00 99.97 21:07:14 17:31:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:31:01 2 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 17:31:01 3 0.48 0.00 0.02 0.00 0.00 99.50 21:07:14 17:32:01 all 0.07 0.00 0.03 0.00 0.00 99.90 21:07:14 17:32:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 17:32:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:32:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 17:32:01 3 0.15 0.00 0.05 0.00 0.00 99.80 21:07:14 17:33:01 all 0.03 0.00 0.03 0.00 0.00 99.94 21:07:14 17:33:01 0 0.00 0.00 0.03 0.00 0.00 99.97 21:07:14 17:33:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 17:33:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:33:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 17:34:01 all 0.06 0.00 0.05 0.00 0.00 99.89 21:07:14 17:34:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:34:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:34:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 17:34:01 3 0.15 0.00 0.08 0.00 0.00 99.77 21:07:14 17:35:01 all 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 17:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:35:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 17:35:01 2 0.05 0.00 0.07 0.00 0.00 99.88 21:07:14 17:35:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 17:36:01 all 0.11 0.00 0.03 0.00 0.00 99.86 21:07:14 17:36:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 17:36:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:36:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:36:01 3 0.35 0.00 0.03 0.00 0.00 99.62 21:07:14 17:37:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 17:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:37:01 1 0.10 0.00 0.05 0.00 0.00 99.85 21:07:14 17:37:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 17:37:01 3 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 17:38:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:07:14 17:38:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 17:38:01 1 0.07 0.00 0.05 0.00 0.00 99.88 21:07:14 17:38:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 17:38:01 3 0.52 0.00 0.05 0.00 0.00 99.43 21:07:14 17:39:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 17:39:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:39:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:39:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 17:39:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:40:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 17:40:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:40:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 17:40:01 2 0.48 0.00 0.02 0.00 0.00 99.50 21:07:14 17:40:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:41:01 all 0.03 0.00 0.03 0.00 0.00 99.94 21:07:14 17:41:01 0 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 17:41:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:41:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 17:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 21:07:14 17:41:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 17:42:01 all 0.09 0.00 0.04 0.00 0.00 99.87 21:07:14 17:42:01 0 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 17:42:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 17:42:01 2 0.25 0.00 0.02 0.00 0.00 99.73 21:07:14 17:42:01 3 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 17:43:01 all 0.15 0.00 0.03 0.00 0.00 99.83 21:07:14 17:43:01 0 0.02 0.00 0.07 0.00 0.00 99.92 21:07:14 17:43:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:43:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 17:43:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 17:44:01 all 0.15 0.00 0.02 0.00 0.00 99.82 21:07:14 17:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:44:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 17:44:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 17:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:45:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 17:45:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:45:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 17:45:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 17:46:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:07:14 17:46:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 17:46:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 17:46:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 17:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:47:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:07:14 17:47:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 17:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:47:01 2 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 17:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:48:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 17:48:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 17:48:01 1 0.07 0.00 0.03 0.00 0.00 99.90 21:07:14 17:48:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 17:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:49:01 all 0.16 0.00 0.03 0.00 0.00 99.80 21:07:14 17:49:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 17:49:01 1 0.05 0.00 0.03 0.00 0.02 99.90 21:07:14 17:49:01 2 0.53 0.00 0.02 0.00 0.00 99.45 21:07:14 17:49:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 17:50:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 17:50:01 0 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 17:50:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 17:50:01 2 0.53 0.00 0.02 0.00 0.00 99.45 21:07:14 17:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:51:02 all 0.13 0.00 0.04 0.00 0.00 99.83 21:07:14 17:51:02 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 17:51:02 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 17:51:02 2 0.48 0.00 0.07 0.00 0.02 99.43 21:07:14 17:51:02 3 0.00 0.00 0.03 0.00 0.00 99.97 21:07:14 17:52:01 all 0.04 0.00 0.02 0.00 0.00 99.94 21:07:14 17:52:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 17:52:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:52:01 2 0.09 0.00 0.03 0.00 0.00 99.88 21:07:14 17:52:01 3 0.02 0.00 0.02 0.00 0.02 99.95 21:07:14 21:07:14 17:52:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 17:53:01 all 0.08 0.00 0.03 0.00 0.00 99.89 21:07:14 17:53:01 0 0.00 0.00 0.02 0.00 0.02 99.97 21:07:14 17:53:01 1 0.03 0.00 0.00 0.00 0.00 99.97 21:07:14 17:53:01 2 0.23 0.00 0.07 0.00 0.00 99.70 21:07:14 17:53:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:54:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:07:14 17:54:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 17:54:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 17:54:01 2 0.55 0.00 0.02 0.00 0.00 99.43 21:07:14 17:54:01 3 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 17:55:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 17:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:55:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 17:55:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 17:55:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:56:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 17:56:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 17:56:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:56:01 2 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 17:56:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:57:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 17:57:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 17:57:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:57:01 2 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 17:57:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:58:01 all 0.15 0.00 0.03 0.00 0.00 99.83 21:07:14 17:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 17:58:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 17:58:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 17:58:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 17:59:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 17:59:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 17:59:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 17:59:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 17:59:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 18:00:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 18:00:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 18:00:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 18:00:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 18:00:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 18:01:01 all 0.14 0.00 0.04 0.00 0.00 99.82 21:07:14 18:01:01 0 0.00 0.00 0.03 0.00 0.00 99.97 21:07:14 18:01:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 18:01:01 2 0.50 0.00 0.05 0.00 0.00 99.45 21:07:14 18:01:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 18:02:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 18:02:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:02:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 18:02:01 2 0.53 0.00 0.02 0.00 0.00 99.45 21:07:14 18:02:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 18:03:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 18:03:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:07:14 18:03:01 1 0.53 0.00 0.02 0.00 0.00 99.45 21:07:14 18:03:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:03:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 21:07:14 18:03:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 18:04:01 all 0.10 0.00 0.05 0.00 0.00 99.85 21:07:14 18:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:04:01 1 0.30 0.00 0.10 0.00 0.00 99.60 21:07:14 18:04:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 18:04:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 18:05:01 all 0.04 0.00 0.04 0.00 0.00 99.92 21:07:14 18:05:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:05:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 18:05:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 18:05:01 3 0.05 0.00 0.07 0.00 0.00 99.88 21:07:14 18:06:01 all 0.11 0.00 0.04 0.00 0.00 99.85 21:07:14 18:06:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 18:06:01 1 0.35 0.00 0.08 0.00 0.00 99.57 21:07:14 18:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:06:01 3 0.05 0.00 0.03 0.00 0.02 99.90 21:07:14 18:07:01 all 0.14 0.00 0.03 0.00 0.00 99.83 21:07:14 18:07:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 18:07:01 1 0.53 0.00 0.05 0.00 0.00 99.42 21:07:14 18:07:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 18:07:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 18:08:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 18:08:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 18:08:01 1 0.53 0.00 0.02 0.00 0.00 99.45 21:07:14 18:08:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 18:08:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 18:09:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 18:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:09:01 1 0.53 0.00 0.02 0.00 0.00 99.45 21:07:14 18:09:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 18:09:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 18:10:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 18:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:10:01 1 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 18:10:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 18:10:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 18:11:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:07:14 18:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:11:01 1 0.53 0.00 0.03 0.00 0.02 99.42 21:07:14 18:11:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 18:11:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 18:12:01 all 0.17 0.00 0.03 0.00 0.00 99.80 21:07:14 18:12:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 18:12:01 1 0.57 0.00 0.03 0.00 0.00 99.40 21:07:14 18:12:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 18:12:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 18:13:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:07:14 18:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:13:01 1 0.53 0.00 0.05 0.00 0.00 99.42 21:07:14 18:13:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 18:13:01 3 0.00 0.00 0.03 0.00 0.00 99.97 21:07:14 18:14:01 all 0.08 0.00 0.05 0.00 0.00 99.87 21:07:14 18:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:14:01 1 0.20 0.00 0.08 0.00 0.00 99.72 21:07:14 18:14:01 2 0.07 0.00 0.05 0.00 0.02 99.87 21:07:14 18:14:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 21:07:14 18:14:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 18:15:02 all 0.03 0.00 0.03 0.00 0.00 99.94 21:07:14 18:15:02 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:15:02 1 0.05 0.00 0.02 0.00 0.00 99.93 21:07:14 18:15:02 2 0.03 0.00 0.07 0.00 0.00 99.90 21:07:14 18:15:02 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 18:16:01 all 0.13 0.00 0.03 0.00 0.00 99.84 21:07:14 18:16:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:07:14 18:16:01 1 0.41 0.00 0.05 0.00 0.00 99.54 21:07:14 18:16:01 2 0.07 0.00 0.05 0.00 0.00 99.88 21:07:14 18:16:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 18:17:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 18:17:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 18:17:01 1 0.53 0.00 0.02 0.00 0.00 99.45 21:07:14 18:17:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 18:17:01 3 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 18:18:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 18:18:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 18:18:01 1 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 18:18:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 18:18:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 18:19:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 18:19:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 18:19:01 1 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 18:19:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 18:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:20:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:07:14 18:20:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 18:20:01 1 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 18:20:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 18:20:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 18:21:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 18:21:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 18:21:01 1 0.17 0.00 0.05 0.00 0.00 99.78 21:07:14 18:21:01 2 0.40 0.00 0.07 0.00 0.00 99.53 21:07:14 18:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:07:14 18:22:01 all 0.17 0.00 0.03 0.00 0.00 99.79 21:07:14 18:22:01 0 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 18:22:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 18:22:01 2 0.05 0.00 0.02 0.00 0.00 99.93 21:07:14 18:22:01 3 0.07 0.00 0.05 0.00 0.00 99.88 21:07:14 18:23:01 all 0.16 0.00 0.03 0.00 0.00 99.80 21:07:14 18:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:23:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 18:23:01 2 0.53 0.00 0.05 0.00 0.00 99.42 21:07:14 18:23:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 18:24:01 all 0.07 0.00 0.04 0.00 0.00 99.89 21:07:14 18:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:24:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 18:24:01 2 0.22 0.00 0.08 0.00 0.00 99.70 21:07:14 18:24:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 18:25:01 all 0.03 0.00 0.03 0.00 0.00 99.94 21:07:14 18:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:07:14 18:25:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 18:25:01 2 0.05 0.00 0.07 0.00 0.00 99.88 21:07:14 18:25:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 21:07:14 18:25:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 18:26:01 all 0.13 0.00 0.04 0.00 0.00 99.83 21:07:14 18:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 18:26:01 1 0.07 0.00 0.07 0.00 0.00 99.87 21:07:14 18:26:01 2 0.45 0.00 0.05 0.00 0.00 99.50 21:07:14 18:26:01 3 0.02 0.00 0.02 0.00 0.02 99.95 21:07:14 18:27:01 all 0.12 0.00 0.06 0.00 0.00 99.82 21:07:14 18:27:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 18:27:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 18:27:01 2 0.40 0.00 0.10 0.00 0.00 99.50 21:07:14 18:27:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 18:28:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 18:28:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 18:28:01 1 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 18:28:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 18:28:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 18:29:01 all 0.15 0.00 0.03 0.00 0.00 99.83 21:07:14 18:29:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 18:29:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 18:29:01 2 0.48 0.00 0.03 0.00 0.00 99.48 21:07:14 18:29:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 18:30:01 all 0.16 0.00 0.03 0.00 0.00 99.80 21:07:14 18:30:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 18:30:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 18:30:01 2 0.53 0.00 0.02 0.00 0.00 99.45 21:07:14 18:30:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 18:31:01 all 0.17 0.00 0.02 0.00 0.00 99.80 21:07:14 18:31:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:07:14 18:31:01 1 0.05 0.00 0.03 0.00 0.02 99.90 21:07:14 18:31:01 2 0.57 0.00 0.05 0.00 0.00 99.38 21:07:14 18:31:01 3 0.07 0.00 0.02 0.00 0.00 99.92 21:07:14 18:32:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:07:14 18:32:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 18:32:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 18:32:01 2 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 18:32:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 18:33:01 all 0.15 0.00 0.02 0.00 0.00 99.82 21:07:14 18:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:07:14 18:33:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 18:33:01 2 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 18:33:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 18:34:01 all 0.12 0.00 0.04 0.00 0.00 99.84 21:07:14 18:34:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 18:34:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 18:34:01 2 0.43 0.00 0.08 0.00 0.00 99.48 21:07:14 18:34:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 18:35:01 all 0.03 0.00 0.03 0.00 0.00 99.94 21:07:14 18:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:35:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 18:35:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 18:35:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 18:36:01 all 0.05 0.00 0.04 0.00 0.00 99.91 21:07:14 18:36:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 18:36:01 1 0.05 0.00 0.07 0.00 0.00 99.88 21:07:14 18:36:01 2 0.10 0.00 0.03 0.00 0.00 99.87 21:07:14 18:36:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 21:07:14 18:36:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 18:37:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:07:14 18:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:07:14 18:37:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 18:37:01 2 0.52 0.00 0.05 0.00 0.00 99.43 21:07:14 18:37:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 18:38:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 18:38:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:07:14 18:38:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 18:38:01 2 0.53 0.00 0.02 0.00 0.02 99.43 21:07:14 18:38:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 18:39:02 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 18:39:02 0 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 18:39:02 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 18:39:02 2 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 18:39:02 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:40:01 all 0.16 0.00 0.02 0.00 0.00 99.82 21:07:14 18:40:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 18:40:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 18:40:01 2 0.51 0.00 0.00 0.00 0.00 99.49 21:07:14 18:40:01 3 0.05 0.00 0.02 0.00 0.00 99.93 21:07:14 18:41:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 18:41:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 18:41:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 18:41:01 2 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 18:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:42:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 18:42:01 0 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 18:42:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:42:01 2 0.55 0.00 0.02 0.00 0.00 99.43 21:07:14 18:42:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 18:43:01 all 0.14 0.00 0.03 0.00 0.00 99.82 21:07:14 18:43:01 0 0.00 0.00 0.02 0.00 0.02 99.97 21:07:14 18:43:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:43:01 2 0.50 0.00 0.03 0.00 0.00 99.47 21:07:14 18:43:01 3 0.05 0.00 0.07 0.00 0.00 99.88 21:07:14 18:44:01 all 0.17 0.00 0.03 0.00 0.00 99.80 21:07:14 18:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:44:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 18:44:01 2 0.55 0.00 0.03 0.00 0.00 99.42 21:07:14 18:44:01 3 0.07 0.00 0.07 0.00 0.00 99.87 21:07:14 18:45:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 18:45:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 18:45:01 1 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 18:45:01 2 0.52 0.00 0.00 0.00 0.00 99.48 21:07:14 18:45:01 3 0.07 0.00 0.08 0.00 0.00 99.85 21:07:14 18:46:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:07:14 18:46:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 18:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:46:01 2 0.50 0.00 0.03 0.00 0.00 99.47 21:07:14 18:46:01 3 0.03 0.00 0.05 0.00 0.02 99.90 21:07:14 18:47:01 all 0.06 0.00 0.04 0.00 0.00 99.90 21:07:14 18:47:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 18:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:47:01 2 0.17 0.00 0.08 0.00 0.00 99.75 21:07:14 18:47:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 21:07:14 18:47:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 18:48:01 all 0.04 0.00 0.04 0.00 0.00 99.92 21:07:14 18:48:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 18:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:48:01 2 0.07 0.00 0.05 0.00 0.00 99.88 21:07:14 18:48:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 18:49:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:07:14 18:49:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 18:49:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 18:49:01 2 0.52 0.00 0.05 0.00 0.00 99.43 21:07:14 18:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 18:50:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 18:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:50:01 1 0.05 0.00 0.02 0.00 0.00 99.93 21:07:14 18:50:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 18:50:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 18:51:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 18:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 18:51:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 18:51:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 18:51:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 18:52:01 all 0.17 0.00 0.03 0.00 0.00 99.80 21:07:14 18:52:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 18:52:01 1 0.07 0.00 0.03 0.00 0.00 99.90 21:07:14 18:52:01 2 0.53 0.00 0.02 0.00 0.00 99.45 21:07:14 18:52:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 18:53:01 all 0.15 0.00 0.03 0.00 0.00 99.83 21:07:14 18:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:53:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 18:53:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 18:53:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 18:54:01 all 0.15 0.00 0.03 0.00 0.00 99.83 21:07:14 18:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:54:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 18:54:01 2 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 18:54:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 18:55:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 18:55:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 18:55:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 18:55:01 2 0.53 0.00 0.02 0.00 0.00 99.45 21:07:14 18:55:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 18:56:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 18:56:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 18:56:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 18:56:01 2 0.50 0.00 0.00 0.00 0.00 99.50 21:07:14 18:56:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 18:57:01 all 0.16 0.00 0.02 0.00 0.00 99.82 21:07:14 18:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 18:57:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 18:57:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 18:57:01 3 0.05 0.00 0.02 0.00 0.00 99.93 21:07:14 18:58:01 all 0.12 0.00 0.03 0.00 0.00 99.85 21:07:14 18:58:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 18:58:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 18:58:01 2 0.42 0.00 0.05 0.00 0.00 99.53 21:07:14 18:58:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 21:07:14 18:58:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 18:59:01 all 0.04 0.00 0.03 0.00 0.00 99.93 21:07:14 18:59:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 18:59:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 18:59:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 18:59:01 3 0.12 0.00 0.02 0.00 0.00 99.87 21:07:14 19:00:01 all 0.04 0.00 0.03 0.00 0.00 99.93 21:07:14 19:00:01 0 0.07 0.00 0.03 0.00 0.00 99.90 21:07:14 19:00:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:00:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:00:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:01:01 all 0.16 0.00 0.04 0.00 0.00 99.80 21:07:14 19:01:01 0 0.52 0.00 0.05 0.02 0.00 99.42 21:07:14 19:01:01 1 0.03 0.00 0.03 0.00 0.02 99.92 21:07:14 19:01:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 19:01:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:02:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:07:14 19:02:01 0 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 19:02:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 19:02:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:02:01 3 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 19:03:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:07:14 19:03:01 0 0.51 0.00 0.02 0.00 0.00 99.47 21:07:14 19:03:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:03:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:03:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 19:04:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 19:04:01 0 0.50 0.00 0.03 0.00 0.00 99.47 21:07:14 19:04:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 19:04:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:04:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 19:05:01 all 0.10 0.00 0.03 0.00 0.00 99.87 21:07:14 19:05:01 0 0.28 0.00 0.05 0.00 0.00 99.67 21:07:14 19:05:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 19:05:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 19:05:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:06:01 all 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:06:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 19:06:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 19:06:01 2 0.05 0.00 0.03 0.00 0.02 99.90 21:07:14 19:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:07:01 all 0.16 0.00 0.03 0.00 0.00 99.80 21:07:14 19:07:01 0 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 19:07:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 19:07:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 19:07:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:08:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 19:08:01 0 0.50 0.00 0.03 0.00 0.00 99.47 21:07:14 19:08:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 19:08:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 19:08:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 19:09:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 19:09:01 0 0.52 0.00 0.00 0.00 0.00 99.48 21:07:14 19:09:01 1 0.08 0.00 0.05 0.00 0.00 99.87 21:07:14 19:09:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 19:09:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 21:07:14 19:09:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 19:10:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 19:10:01 0 0.50 0.00 0.02 0.00 0.00 99.48 21:07:14 19:10:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 19:10:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 19:10:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 19:11:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:07:14 19:11:01 0 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 19:11:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 19:11:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 19:11:01 3 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 19:12:01 all 0.17 0.00 0.03 0.00 0.00 99.80 21:07:14 19:12:01 0 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 19:12:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 19:12:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 19:12:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 19:13:01 all 0.14 0.00 0.02 0.00 0.00 99.83 21:07:14 19:13:01 0 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 19:13:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:13:01 2 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 19:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:14:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 19:14:01 0 0.50 0.00 0.02 0.00 0.00 99.48 21:07:14 19:14:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 19:14:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:14:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 19:15:01 all 0.14 0.00 0.03 0.00 0.00 99.83 21:07:14 19:15:01 0 0.50 0.00 0.00 0.00 0.00 99.50 21:07:14 19:15:01 1 0.03 0.00 0.07 0.00 0.00 99.90 21:07:14 19:15:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:15:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 19:16:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 19:16:01 0 0.50 0.00 0.02 0.00 0.00 99.48 21:07:14 19:16:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:16:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 19:16:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 19:17:01 all 0.10 0.00 0.04 0.00 0.00 99.86 21:07:14 19:17:01 0 0.33 0.00 0.07 0.00 0.00 99.60 21:07:14 19:17:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 19:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:17:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 19:18:01 all 0.04 0.00 0.04 0.00 0.00 99.92 21:07:14 19:18:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:18:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 19:18:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:18:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 19:19:01 all 0.03 0.00 0.03 0.00 0.00 99.94 21:07:14 19:19:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 19:19:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 19:19:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:19:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:20:01 all 0.16 0.00 0.03 0.00 0.00 99.80 21:07:14 19:20:01 0 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 19:20:01 1 0.08 0.00 0.03 0.00 0.00 99.88 21:07:14 19:20:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:20:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 21:07:14 19:20:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 19:21:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 19:21:01 0 0.50 0.00 0.00 0.00 0.00 99.50 21:07:14 19:21:01 1 0.03 0.00 0.05 0.00 0.02 99.90 21:07:14 19:21:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 19:21:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 19:22:01 all 0.18 0.00 0.03 0.00 0.00 99.79 21:07:14 19:22:01 0 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 19:22:01 1 0.05 0.00 0.00 0.00 0.00 99.95 21:07:14 19:22:01 2 0.07 0.00 0.05 0.00 0.00 99.88 21:07:14 19:22:01 3 0.07 0.00 0.03 0.00 0.02 99.88 21:07:14 19:23:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 19:23:01 0 0.50 0.00 0.02 0.00 0.00 99.48 21:07:14 19:23:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:23:01 2 0.05 0.00 0.07 0.00 0.00 99.88 21:07:14 19:23:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 19:24:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 19:24:01 0 0.50 0.00 0.02 0.00 0.00 99.48 21:07:14 19:24:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 19:24:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 19:24:01 3 0.07 0.00 0.05 0.00 0.00 99.88 21:07:14 19:25:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 19:25:01 0 0.50 0.00 0.02 0.00 0.00 99.48 21:07:14 19:25:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:25:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:25:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:26:02 all 0.16 0.00 0.02 0.00 0.00 99.82 21:07:14 19:26:02 0 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 19:26:02 1 0.05 0.00 0.02 0.00 0.00 99.93 21:07:14 19:26:02 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:26:02 3 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 19:27:01 all 0.14 0.00 0.04 0.00 0.00 99.82 21:07:14 19:27:01 0 0.52 0.00 0.03 0.00 0.00 99.44 21:07:14 19:27:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:27:01 2 0.00 0.00 0.03 0.00 0.00 99.97 21:07:14 19:27:01 3 0.02 0.00 0.07 0.00 0.00 99.92 21:07:14 19:28:01 all 0.15 0.00 0.04 0.00 0.00 99.82 21:07:14 19:28:01 0 0.50 0.00 0.02 0.00 0.00 99.48 21:07:14 19:28:01 1 0.05 0.00 0.07 0.00 0.00 99.88 21:07:14 19:28:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:28:01 3 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 19:29:01 all 0.11 0.00 0.05 0.00 0.00 99.84 21:07:14 19:29:01 0 0.35 0.00 0.07 0.00 0.00 99.58 21:07:14 19:29:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:29:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:29:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 19:30:01 all 0.03 0.00 0.04 0.00 0.01 99.92 21:07:14 19:30:01 0 0.02 0.00 0.03 0.00 0.02 99.93 21:07:14 19:30:01 1 0.05 0.00 0.08 0.00 0.00 99.87 21:07:14 19:30:01 2 0.02 0.00 0.03 0.00 0.02 99.93 21:07:14 19:30:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 19:31:01 all 0.14 0.00 0.03 0.00 0.00 99.83 21:07:14 19:31:01 0 0.30 0.00 0.03 0.00 0.00 99.67 21:07:14 19:31:01 1 0.07 0.00 0.03 0.00 0.00 99.90 21:07:14 19:31:01 2 0.18 0.00 0.02 0.00 0.00 99.80 21:07:14 19:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 21:07:14 19:31:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 19:32:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 19:32:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:07:14 19:32:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 19:32:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 19:32:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 19:33:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:07:14 19:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:33:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 19:33:01 2 0.53 0.00 0.02 0.00 0.00 99.45 21:07:14 19:33:01 3 0.03 0.00 0.07 0.00 0.00 99.90 21:07:14 19:34:01 all 0.14 0.00 0.02 0.00 0.00 99.83 21:07:14 19:34:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:34:01 1 0.02 0.00 0.03 0.00 0.02 99.93 21:07:14 19:34:01 2 0.50 0.00 0.02 0.00 0.00 99.48 21:07:14 19:34:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:35:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 19:35:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 19:35:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 19:35:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 19:35:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:36:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 19:36:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 19:36:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:36:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 19:36:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:37:01 all 0.08 0.00 0.03 0.00 0.00 99.88 21:07:14 19:37:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 19:37:01 1 0.23 0.00 0.03 0.00 0.00 99.73 21:07:14 19:37:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 19:37:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:38:01 all 0.03 0.00 0.03 0.00 0.00 99.95 21:07:14 19:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:38:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 19:38:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:38:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:39:01 all 0.11 0.00 0.04 0.00 0.00 99.85 21:07:14 19:39:01 0 0.25 0.00 0.03 0.00 0.00 99.72 21:07:14 19:39:01 1 0.10 0.00 0.05 0.00 0.00 99.85 21:07:14 19:39:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 19:39:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 19:40:01 all 0.06 0.00 0.03 0.00 0.00 99.91 21:07:14 19:40:01 0 0.13 0.00 0.03 0.00 0.00 99.83 21:07:14 19:40:01 1 0.05 0.00 0.02 0.00 0.00 99.93 21:07:14 19:40:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 19:40:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 19:41:01 all 0.16 0.00 0.05 0.00 0.00 99.79 21:07:14 19:41:01 0 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 19:41:01 1 0.05 0.00 0.08 0.00 0.00 99.87 21:07:14 19:41:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:41:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 19:42:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 19:42:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 19:42:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 19:42:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:07:14 19:42:01 3 0.52 0.00 0.07 0.00 0.00 99.42 21:07:14 21:07:14 19:42:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 19:43:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:07:14 19:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:43:01 1 0.07 0.00 0.07 0.00 0.00 99.87 21:07:14 19:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:43:01 3 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 19:44:01 all 0.17 0.00 0.03 0.00 0.00 99.80 21:07:14 19:44:01 0 0.00 0.00 0.03 0.00 0.00 99.97 21:07:14 19:44:01 1 0.07 0.00 0.05 0.00 0.00 99.88 21:07:14 19:44:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:44:01 3 0.58 0.00 0.02 0.00 0.00 99.40 21:07:14 19:45:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 19:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:45:01 1 0.32 0.00 0.05 0.00 0.00 99.63 21:07:14 19:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:45:01 3 0.25 0.00 0.03 0.00 0.00 99.72 21:07:14 19:46:01 all 0.12 0.00 0.04 0.00 0.00 99.84 21:07:14 19:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:07:14 19:46:01 1 0.12 0.00 0.07 0.00 0.00 99.82 21:07:14 19:46:01 2 0.35 0.00 0.07 0.00 0.00 99.58 21:07:14 19:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:47:01 all 0.04 0.00 0.03 0.00 0.00 99.93 21:07:14 19:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:47:01 1 0.07 0.00 0.03 0.00 0.00 99.90 21:07:14 19:47:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:48:01 all 0.06 0.00 0.03 0.00 0.00 99.91 21:07:14 19:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:07:14 19:48:01 1 0.15 0.00 0.07 0.00 0.00 99.78 21:07:14 19:48:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 19:48:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:49:02 all 0.15 0.00 0.03 0.00 0.00 99.81 21:07:14 19:49:02 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 19:49:02 1 0.53 0.00 0.05 0.00 0.00 99.42 21:07:14 19:49:02 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:49:02 3 0.03 0.00 0.03 0.00 0.02 99.92 21:07:14 19:50:01 all 0.17 0.00 0.04 0.00 0.00 99.79 21:07:14 19:50:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:50:01 1 0.56 0.00 0.05 0.00 0.02 99.37 21:07:14 19:50:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 19:50:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 19:51:01 all 0.14 0.00 0.02 0.00 0.00 99.83 21:07:14 19:51:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:07:14 19:51:01 1 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 19:51:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 19:51:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 19:52:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 19:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:52:01 1 0.35 0.00 0.02 0.00 0.00 99.63 21:07:14 19:52:01 2 0.25 0.00 0.07 0.00 0.00 99.68 21:07:14 19:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:53:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:07:14 19:53:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 19:53:01 1 0.07 0.00 0.07 0.00 0.00 99.87 21:07:14 19:53:01 2 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 19:53:01 3 0.00 0.00 0.03 0.00 0.00 99.97 21:07:14 21:07:14 19:53:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 19:54:01 all 0.07 0.00 0.04 0.00 0.00 99.89 21:07:14 19:54:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 19:54:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:54:01 2 0.22 0.00 0.05 0.00 0.02 99.72 21:07:14 19:54:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 19:55:01 all 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 19:55:01 0 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 19:55:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:55:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:55:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:56:01 all 0.13 0.00 0.04 0.00 0.00 99.83 21:07:14 19:56:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 19:56:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 19:56:01 2 0.48 0.00 0.07 0.00 0.00 99.45 21:07:14 19:56:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 19:57:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 19:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:07:14 19:57:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 19:57:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 19:57:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 19:58:01 all 0.17 0.00 0.02 0.00 0.00 99.81 21:07:14 19:58:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 19:58:01 1 0.07 0.00 0.02 0.00 0.00 99.92 21:07:14 19:58:01 2 0.55 0.00 0.02 0.00 0.00 99.43 21:07:14 19:58:01 3 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 19:59:01 all 0.14 0.00 0.04 0.00 0.00 99.82 21:07:14 19:59:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 19:59:01 1 0.00 0.00 0.03 0.00 0.00 99.97 21:07:14 19:59:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 19:59:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 20:00:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 20:00:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 20:00:01 1 0.05 0.00 0.02 0.00 0.00 99.93 21:07:14 20:00:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 20:00:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 20:01:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:07:14 20:01:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 20:01:01 1 0.25 0.00 0.05 0.00 0.00 99.70 21:07:14 20:01:01 2 0.28 0.00 0.05 0.00 0.00 99.67 21:07:14 20:01:01 3 0.00 0.00 0.03 0.00 0.00 99.97 21:07:14 20:02:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 20:02:01 0 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 20:02:01 1 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 20:02:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:02:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 20:03:01 all 0.06 0.00 0.05 0.00 0.00 99.89 21:07:14 20:03:01 0 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 20:03:01 1 0.18 0.00 0.07 0.00 0.00 99.75 21:07:14 20:03:01 2 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 20:03:01 3 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 20:04:01 all 0.14 0.00 0.02 0.00 0.00 99.83 21:07:14 20:04:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:04:01 1 0.48 0.00 0.02 0.00 0.00 99.50 21:07:14 20:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 20:04:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 21:07:14 20:04:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 20:05:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 20:05:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:07:14 20:05:01 1 0.53 0.00 0.05 0.00 0.00 99.42 21:07:14 20:05:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:05:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 20:06:01 all 0.17 0.00 0.04 0.00 0.00 99.79 21:07:14 20:06:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:07:14 20:06:01 1 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 20:06:01 2 0.08 0.00 0.05 0.00 0.00 99.87 21:07:14 20:06:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 20:07:01 all 0.14 0.00 0.04 0.00 0.00 99.82 21:07:14 20:07:01 0 0.23 0.00 0.05 0.00 0.00 99.72 21:07:14 20:07:01 1 0.28 0.00 0.05 0.00 0.00 99.67 21:07:14 20:07:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:07:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 20:08:01 all 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 20:08:01 0 0.10 0.00 0.03 0.00 0.00 99.87 21:07:14 20:08:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 20:08:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 20:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 20:09:01 all 0.09 0.00 0.04 0.00 0.00 99.87 21:07:14 20:09:01 0 0.23 0.00 0.03 0.00 0.00 99.73 21:07:14 20:09:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 20:09:01 2 0.05 0.00 0.07 0.00 0.00 99.88 21:07:14 20:09:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 20:10:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:07:14 20:10:01 0 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 20:10:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 20:10:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 20:10:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 20:11:02 all 0.16 0.00 0.03 0.00 0.00 99.80 21:07:14 20:11:02 0 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 20:11:02 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 20:11:02 2 0.07 0.00 0.05 0.02 0.00 99.87 21:07:14 20:11:02 3 0.03 0.00 0.05 0.00 0.02 99.90 21:07:14 20:12:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:07:14 20:12:01 0 0.52 0.00 0.03 0.00 0.00 99.44 21:07:14 20:12:01 1 0.03 0.00 0.02 0.00 0.02 99.93 21:07:14 20:12:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 20:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 20:13:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:07:14 20:13:01 0 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 20:13:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 20:13:01 2 0.05 0.00 0.03 0.00 0.02 99.90 21:07:14 20:13:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:14:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 20:14:01 0 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 20:14:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 20:14:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 20:15:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:07:14 20:15:01 0 0.50 0.00 0.03 0.00 0.00 99.47 21:07:14 20:15:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 20:15:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 20:15:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 21:07:14 20:15:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 20:16:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:07:14 20:16:01 0 0.52 0.00 0.00 0.00 0.00 99.48 21:07:14 20:16:01 1 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 20:16:01 2 0.07 0.00 0.08 0.00 0.00 99.85 21:07:14 20:16:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:17:01 all 0.16 0.00 0.04 0.00 0.00 99.80 21:07:14 20:17:01 0 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 20:17:01 1 0.05 0.00 0.02 0.00 0.00 99.93 21:07:14 20:17:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 20:17:01 3 0.05 0.00 0.07 0.00 0.00 99.88 21:07:14 20:18:01 all 0.06 0.00 0.04 0.00 0.00 99.90 21:07:14 20:18:01 0 0.17 0.00 0.07 0.00 0.00 99.77 21:07:14 20:18:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 20:18:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 20:18:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 20:19:01 all 0.06 0.00 0.03 0.00 0.00 99.91 21:07:14 20:19:01 0 0.13 0.00 0.03 0.00 0.00 99.83 21:07:14 20:19:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 20:19:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 20:19:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 20:20:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 20:20:01 0 0.52 0.00 0.00 0.00 0.00 99.48 21:07:14 20:20:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 20:20:01 2 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 20:20:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 20:21:01 all 0.13 0.00 0.05 0.00 0.00 99.82 21:07:14 20:21:01 0 0.42 0.00 0.05 0.00 0.00 99.53 21:07:14 20:21:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 20:21:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 20:21:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:22:01 all 0.05 0.00 0.04 0.00 0.00 99.91 21:07:14 20:22:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 20:22:01 1 0.05 0.00 0.02 0.00 0.00 99.93 21:07:14 20:22:01 2 0.07 0.00 0.07 0.00 0.00 99.87 21:07:14 20:22:01 3 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 20:23:01 all 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 20:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 20:23:01 1 0.00 0.00 0.03 0.00 0.00 99.97 21:07:14 20:23:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 20:23:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:24:01 all 0.13 0.00 0.03 0.00 0.00 99.84 21:07:14 20:24:01 0 0.40 0.00 0.02 0.00 0.00 99.58 21:07:14 20:24:01 1 0.05 0.00 0.02 0.00 0.00 99.93 21:07:14 20:24:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 20:24:01 3 0.05 0.00 0.07 0.00 0.00 99.88 21:07:14 20:25:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:07:14 20:25:01 0 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 20:25:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 20:25:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 20:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 20:26:01 all 0.17 0.00 0.04 0.00 0.00 99.80 21:07:14 20:26:01 0 0.25 0.00 0.02 0.00 0.00 99.73 21:07:14 20:26:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 20:26:01 2 0.07 0.00 0.05 0.00 0.00 99.88 21:07:14 20:26:01 3 0.30 0.00 0.05 0.00 0.00 99.65 21:07:14 21:07:14 20:26:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 20:27:01 all 0.17 0.00 0.03 0.00 0.00 99.80 21:07:14 20:27:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 20:27:01 1 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 20:27:01 2 0.08 0.00 0.05 0.00 0.00 99.87 21:07:14 20:27:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 20:28:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 20:28:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:28:01 1 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 20:28:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 20:28:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:29:01 all 0.15 0.00 0.03 0.00 0.00 99.83 21:07:14 20:29:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 20:29:01 1 0.50 0.00 0.02 0.00 0.00 99.48 21:07:14 20:29:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 20:29:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 20:30:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:07:14 20:30:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:30:01 1 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 20:30:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:30:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 20:31:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 20:31:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 20:31:01 1 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 20:31:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 20:31:01 3 0.07 0.00 0.08 0.00 0.00 99.85 21:07:14 20:32:01 all 0.17 0.00 0.03 0.00 0.00 99.80 21:07:14 20:32:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 20:32:01 1 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 20:32:01 2 0.07 0.00 0.03 0.00 0.00 99.90 21:07:14 20:32:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 20:33:01 all 0.14 0.00 0.03 0.00 0.00 99.83 21:07:14 20:33:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 20:33:01 1 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 20:33:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 20:33:01 3 0.53 0.00 0.05 0.00 0.00 99.42 21:07:14 20:34:02 all 0.16 0.00 0.02 0.00 0.00 99.82 21:07:14 20:34:02 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 20:34:02 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 20:34:02 2 0.07 0.00 0.05 0.00 0.00 99.88 21:07:14 20:34:02 3 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 20:35:01 all 0.14 0.00 0.04 0.00 0.00 99.82 21:07:14 20:35:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 20:35:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 20:35:01 2 0.02 0.00 0.05 0.00 0.02 99.92 21:07:14 20:35:01 3 0.51 0.00 0.05 0.00 0.00 99.44 21:07:14 20:36:01 all 0.17 0.00 0.03 0.00 0.00 99.80 21:07:14 20:36:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 20:36:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 20:36:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 20:36:01 3 0.55 0.00 0.05 0.00 0.00 99.40 21:07:14 20:37:01 all 0.15 0.00 0.05 0.00 0.00 99.81 21:07:14 20:37:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 20:37:01 1 0.02 0.00 0.07 0.00 0.00 99.92 21:07:14 20:37:01 2 0.03 0.00 0.07 0.00 0.00 99.90 21:07:14 20:37:01 3 0.50 0.00 0.03 0.00 0.00 99.47 21:07:14 21:07:14 20:37:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 20:38:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 20:38:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 20:38:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 20:38:01 2 0.03 0.00 0.07 0.00 0.00 99.90 21:07:14 20:38:01 3 0.53 0.00 0.02 0.00 0.00 99.45 21:07:14 20:39:01 all 0.16 0.00 0.05 0.00 0.00 99.79 21:07:14 20:39:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 20:39:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:39:01 2 0.05 0.00 0.07 0.00 0.00 99.88 21:07:14 20:39:01 3 0.52 0.00 0.05 0.00 0.00 99.43 21:07:14 20:40:01 all 0.16 0.00 0.02 0.00 0.00 99.81 21:07:14 20:40:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 20:40:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:40:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 20:40:01 3 0.53 0.00 0.02 0.00 0.00 99.45 21:07:14 20:41:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:07:14 20:41:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 20:41:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 20:41:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 20:41:01 3 0.50 0.00 0.05 0.00 0.02 99.43 21:07:14 20:42:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 20:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 20:42:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:42:01 2 0.53 0.00 0.00 0.00 0.00 99.47 21:07:14 20:42:01 3 0.03 0.00 0.07 0.00 0.00 99.90 21:07:14 20:43:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 20:43:01 0 0.03 0.00 0.00 0.00 0.00 99.97 21:07:14 20:43:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 20:43:01 2 0.50 0.00 0.03 0.00 0.00 99.47 21:07:14 20:43:01 3 0.05 0.00 0.07 0.00 0.00 99.88 21:07:14 20:44:01 all 0.04 0.00 0.05 0.00 0.00 99.91 21:07:14 20:44:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:07:14 20:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 20:44:01 2 0.08 0.00 0.10 0.00 0.00 99.82 21:07:14 20:44:01 3 0.03 0.00 0.07 0.00 0.00 99.90 21:07:14 20:45:01 all 0.03 0.00 0.03 0.00 0.00 99.94 21:07:14 20:45:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 20:45:01 1 0.03 0.00 0.03 0.00 0.02 99.92 21:07:14 20:45:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 20:45:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 20:46:01 all 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 20:46:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 20:46:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:46:01 2 0.08 0.00 0.03 0.00 0.00 99.88 21:07:14 20:46:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 20:47:01 all 0.15 0.00 0.02 0.00 0.00 99.82 21:07:14 20:47:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 20:47:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 20:47:01 2 0.52 0.00 0.00 0.00 0.00 99.48 21:07:14 20:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:48:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 20:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 20:48:01 1 0.07 0.00 0.05 0.00 0.00 99.88 21:07:14 20:48:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 20:48:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 21:07:14 20:48:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 20:49:01 all 0.16 0.00 0.04 0.00 0.00 99.80 21:07:14 20:49:01 0 0.05 0.00 0.02 0.00 0.00 99.93 21:07:14 20:49:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 20:49:01 2 0.53 0.00 0.05 0.00 0.00 99.42 21:07:14 20:49:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 20:50:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:07:14 20:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 20:50:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:07:14 20:50:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 20:50:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:51:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:07:14 20:51:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 20:51:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:51:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 20:51:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 20:52:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 20:52:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:52:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:52:01 2 0.53 0.00 0.02 0.00 0.00 99.45 21:07:14 20:52:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:53:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 20:53:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 20:53:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 20:53:01 2 0.53 0.00 0.05 0.00 0.00 99.42 21:07:14 20:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 20:54:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:07:14 20:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 20:54:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 20:54:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 20:54:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:55:01 all 0.16 0.00 0.04 0.00 0.00 99.80 21:07:14 20:55:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:07:14 20:55:01 1 0.05 0.00 0.07 0.00 0.00 99.88 21:07:14 20:55:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 20:55:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 20:56:01 all 0.12 0.00 0.05 0.00 0.00 99.84 21:07:14 20:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 20:56:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:56:01 2 0.38 0.00 0.10 0.00 0.00 99.52 21:07:14 20:56:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:57:02 all 0.03 0.00 0.04 0.00 0.00 99.92 21:07:14 20:57:02 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:57:02 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 20:57:02 2 0.05 0.00 0.07 0.00 0.02 99.87 21:07:14 20:57:02 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 20:58:01 all 0.04 0.00 0.03 0.00 0.00 99.93 21:07:14 20:58:01 0 0.05 0.00 0.07 0.00 0.00 99.88 21:07:14 20:58:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 20:58:01 2 0.05 0.00 0.02 0.00 0.00 99.93 21:07:14 20:58:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 20:59:01 all 0.14 0.00 0.03 0.00 0.00 99.83 21:07:14 20:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 20:59:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:07:14 20:59:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 20:59:01 3 0.00 0.00 0.03 0.00 0.00 99.97 21:07:14 21:07:14 20:59:01 CPU %user %nice %system %iowait %steal %idle 21:07:14 21:00:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:07:14 21:00:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 21:00:01 1 0.05 0.00 0.05 0.00 0.02 99.88 21:07:14 21:00:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 21:00:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 21:01:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:07:14 21:01:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 21:01:01 1 0.03 0.00 0.08 0.00 0.00 99.88 21:07:14 21:01:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:07:14 21:01:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 21:02:01 all 0.17 0.00 0.04 0.00 0.00 99.80 21:07:14 21:02:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:07:14 21:02:01 1 0.08 0.00 0.07 0.00 0.00 99.85 21:07:14 21:02:01 2 0.55 0.00 0.03 0.00 0.00 99.42 21:07:14 21:02:01 3 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 21:03:01 all 0.18 0.00 0.03 0.00 0.00 99.78 21:07:14 21:03:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:07:14 21:03:01 1 0.03 0.00 0.07 0.00 0.00 99.90 21:07:14 21:03:01 2 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 21:03:01 3 0.13 0.00 0.02 0.00 0.00 99.85 21:07:14 21:04:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:07:14 21:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 21:04:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 21:04:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:07:14 21:04:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 21:05:01 all 0.14 0.00 0.03 0.00 0.00 99.83 21:07:14 21:05:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:07:14 21:05:01 1 0.02 0.00 0.05 0.00 0.00 99.93 21:07:14 21:05:01 2 0.53 0.00 0.05 0.00 0.00 99.42 21:07:14 21:05:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:07:14 21:06:01 all 0.16 0.00 0.04 0.00 0.00 99.80 21:07:14 21:06:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 21:06:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:07:14 21:06:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:07:14 21:06:01 3 0.53 0.00 0.03 0.00 0.00 99.43 21:07:14 21:07:01 all 1.48 0.00 0.79 0.96 0.00 96.77 21:07:14 21:07:01 0 0.93 0.00 0.75 0.38 0.00 97.93 21:07:14 21:07:01 1 1.52 0.00 0.80 1.98 0.00 95.70 21:07:14 21:07:01 2 1.42 0.00 0.73 1.05 0.00 96.80 21:07:14 21:07:01 3 2.04 0.00 0.88 0.42 0.00 96.66 21:07:14 Average: all 0.14 0.01 0.07 0.02 0.00 99.76 21:07:14 Average: 0 0.13 0.01 0.06 0.02 0.00 99.79 21:07:14 Average: 1 0.11 0.01 0.07 0.02 0.00 99.79 21:07:14 Average: 2 0.19 0.01 0.07 0.02 0.00 99.72 21:07:14 Average: 3 0.14 0.01 0.08 0.02 0.00 99.76 21:07:14 21:07:14 21:07:14