Pull request #118 opened 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: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-118/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-13935 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 Fetching without tags Merging remotes/origin/master commit d76b33905ff2852036d8bb432dc01390d416ad34 into PR head commit 3ea42417c40bbc97f8817bc4d625f8bf495b7843 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > 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" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:39:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:39:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:39:46 ========================================================= 06:39:46 EdgeX Global Pipelines Version Info 06:39:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:39:49 ------------------- 06:39:49 stable info: 06:39:49 ------------------- 06:39:49 Commited By: Emilio Reyes emilio.reyes@intel.com 06:39:49 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 06:39:49 Message: update stable to v1.0.119 06:39:50 ------------------- 06:39:50 experimental info: 06:39:50 ------------------- 06:39:50 Commited By: **** collab-it+edgex@linuxfoundation.org 06:39:50 Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 06:39:50 Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:39:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 06:39:51 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 06:39:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:39:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:39:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:39:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 06:39:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:39:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 06:39:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:39:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:39:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:39:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 06:39:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:39:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:39:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:39:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:39:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:39:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:39:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:39:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 06:39:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:39:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:39:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-118 [Pipeline] echo 06:39:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-118 [Pipeline] echo 06:39:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-118 [Pipeline] echo 06:39:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3ea42417c40bbc97f8817bc4d625f8bf495b7843 [Pipeline] echo 06:39:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3ea4241 [Pipeline] echo 06:39:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:39:56 + git log --format=format:%s -1 3ea42417c40bbc97f8817bc4d625f8bf495b7843 [Pipeline] echo 06:39:56 GIT_COMMIT: 3ea42417c40bbc97f8817bc4d625f8bf495b7843, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go [Pipeline] echo 06:39:56 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:39:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:39:58 06:39:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:39:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:39:59 latest: Pulling from edgex-devops/git-semver 06:39:59 31603596830f: Pulling fs layer 06:39:59 2a8b12db71e7: Pulling fs layer 06:39:59 6ca5941a6612: Pulling fs layer 06:39:59 ecc8261a40a4: Pulling fs layer 06:39:59 2a8b12db71e7: Download complete 06:39:59 31603596830f: Verifying Checksum 06:39:59 31603596830f: Download complete 06:39:59 ecc8261a40a4: Verifying Checksum 06:39:59 ecc8261a40a4: Download complete 06:39:59 6ca5941a6612: Verifying Checksum 06:39:59 6ca5941a6612: Download complete 06:39:59 31603596830f: Pull complete 06:40:00 2a8b12db71e7: Pull complete 06:40:02 6ca5941a6612: Pull complete 06:40:02 ecc8261a40a4: Pull complete 06:40:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:40:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:40:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:40:02 prd-centos7-docker-4c-2g-13935 does not seem to be running inside a container 06:40:02 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:40:05 $ docker top 438bee8b978a48f38edfe69a021eadd914533dfdadfdfe954c3000e31f6ded6e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:40:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:40:05 [ssh-agent] Looking for ssh-agent implementation... 06:40:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:40:05 $ docker exec 438bee8b978a48f38edfe69a021eadd914533dfdadfdfe954c3000e31f6ded6e ssh-agent 06:40:06 SSH_AUTH_SOCK=/tmp/ssh-lzsFtRGNf8NJ/agent.11 06:40:06 SSH_AGENT_PID=16 06:40:06 Running ssh-add (command line suppressed) 06:40:06 Identity added: /w/workspace/_app-service-configurable_PR-118@tmp/private_key_1591111620962841025.key (/w/workspace/_app-service-configurable_PR-118@tmp/private_key_1591111620962841025.key) 06:40:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:40:07 + git describe --exact-match --tags HEAD 06:40:07 fatal: No names found, cannot describe anything. [Pipeline] } 06:40:07 $ docker exec --env ******** --env ******** 438bee8b978a48f38edfe69a021eadd914533dfdadfdfe954c3000e31f6ded6e ssh-agent -k 06:40:07 unset SSH_AUTH_SOCK; 06:40:07 unset SSH_AGENT_PID; 06:40:07 echo Agent pid 16 killed; 06:40:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 06:40:07 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 06:40:07 This usually means this commit has not been tagged. [Pipeline] sshagent 06:40:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:40:07 [ssh-agent] Looking for ssh-agent implementation... 06:40:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:40:07 $ docker exec 438bee8b978a48f38edfe69a021eadd914533dfdadfdfe954c3000e31f6ded6e ssh-agent 06:40:08 SSH_AUTH_SOCK=/tmp/ssh-fXooV9UR6ib5/agent.44 06:40:08 SSH_AGENT_PID=49 06:40:08 Running ssh-add (command line suppressed) 06:40:08 Identity added: /w/workspace/_app-service-configurable_PR-118@tmp/private_key_6481787221446696939.key (/w/workspace/_app-service-configurable_PR-118@tmp/private_key_6481787221446696939.key) 06:40:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:40:08 + git semver init 06:40:08 # -> Open(): unable to determine branch for HEAD 06:40:08 # $GIT_DIR = /w/workspace/_app-service-configurable_PR-118/.git 06:40:08 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_PR-118 06:40:08 # $SEMVER_REMOTE_NAME = origin 06:40:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:40:08 # $SEMVER_USER_NAME = edgex-jenkins 06:40:08 # $SEMVER_BRANCH = PR-118 06:40:08 # $SEMVER_TEMP = /tmp/semver-549488506 06:40:08 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 06:40:09 # '/tmp/semver-549488506' -> '/w/workspace/_app-service-configurable_PR-118/.semver' 06:40:09 # -> Force: false 06:40:09 # $SEMVER_DIR = /w/workspace/_app-service-configurable_PR-118/.semver [Pipeline] } 06:40:09 $ docker exec --env ******** --env ******** 438bee8b978a48f38edfe69a021eadd914533dfdadfdfe954c3000e31f6ded6e ssh-agent -k 06:40:09 unset SSH_AUTH_SOCK; 06:40:09 unset SSH_AGENT_PID; 06:40:09 echo Agent pid 49 killed; 06:40:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:40:10 + git semver [Pipeline] } 06:40:10 $ docker stop --time=1 438bee8b978a48f38edfe69a021eadd914533dfdadfdfe954c3000e31f6ded6e 06:40:12 $ docker rm -f 438bee8b978a48f38edfe69a021eadd914533dfdadfdfe954c3000e31f6ded6e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 06:40:13 Stashed 26 file(s) [Pipeline] echo 06:40:13 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 06:40:13 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 06:40:29 Still waiting to schedule task 06:40:29 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:40:29 Still waiting to schedule task 06:40:29 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:43:54 Running on prd-centos7-docker-4c-2g-14012 in /w/workspace/_app-service-configurable_PR-118 [Pipeline] { [Pipeline] ws 06:43:54 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 06:43:57 using credential edgex-jenkins-ssh 06:43:58 Cloning the remote Git repository 06:43:58 Cloning with configured refspecs honoured and without tags 06:43:58 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 06:43:58 > git init /w/workspace/app-service-configurable/1 # timeout=10 06:43:58 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 06:43:58 > git --version # timeout=10 06:43:58 > git --version # 'git version 2.16.5' 06:43:58 using GIT_SSH to set credentials SSH Credentials for GitHub 06:43:58 > 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 06:43:58 Fetching without tags 06:43:59 Merging remotes/origin/master commit d76b33905ff2852036d8bb432dc01390d416ad34 into PR head commit 3ea42417c40bbc97f8817bc4d625f8bf495b7843 06:43:59 Merge succeeded, producing 3ea42417c40bbc97f8817bc4d625f8bf495b7843 06:43:59 Checking out Revision 3ea42417c40bbc97f8817bc4d625f8bf495b7843 (PR-118) 06:43:58 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 06:43:58 > git config --add remote.origin.fetch +refs/pull/118/head:refs/remotes/origin/PR-118 # timeout=10 06:43:58 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:43:58 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 06:43:58 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 06:43:58 using GIT_SSH to set credentials SSH Credentials for GitHub 06:43:58 > 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 06:43:59 > git config core.sparsecheckout # timeout=10 06:43:59 > git checkout -f 3ea42417c40bbc97f8817bc4d625f8bf495b7843 # timeout=10 06:43:59 > git remote # timeout=10 06:43:59 > git config --get remote.origin.url # timeout=10 06:43:59 using GIT_SSH to set credentials SSH Credentials for GitHub 06:43:59 > git merge d76b33905ff2852036d8bb432dc01390d416ad34 # timeout=10 06:43:59 > git rev-parse HEAD^{commit} # timeout=10 06:43:59 > git config core.sparsecheckout # timeout=10 06:43:59 > git checkout -f 3ea42417c40bbc97f8817bc4d625f8bf495b7843 # timeout=10 06:44:02 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go" 06:44:02 > git --version # timeout=10 06:44:02 > git --version # 'git version 2.16.5' 06:44:02 fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:44:04 ========================================================= 06:44:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 06:44:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:44:05 + 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 . 06:44:05 Sending build context to Docker daemon 314.4kB 06:44:05 Step 1/8 : ARG BASE=golang:1.13-alpine 06:44:05 Step 2/8 : FROM ${BASE} 06:44:05 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 06:44:05 df20fa9351a1: Pulling fs layer 06:44:05 ed8968b2872e: Pulling fs layer 06:44:05 a92cc7c5fd73: Pulling fs layer 06:44:05 2dd03ba5bac4: Pulling fs layer 06:44:05 1e091d79d1de: Pulling fs layer 06:44:05 481702a1767f: Pulling fs layer 06:44:05 f64a6f60c768: Pulling fs layer 06:44:05 e78d2573fc39: Pulling fs layer 06:44:05 e876d2f968b6: Pulling fs layer 06:44:05 ce8a83651883: Pulling fs layer 06:44:05 07967f4d0e4b: Pulling fs layer 06:44:05 f64a6f60c768: Waiting 06:44:05 e78d2573fc39: Waiting 06:44:05 e876d2f968b6: Waiting 06:44:05 ce8a83651883: Waiting 06:44:05 07967f4d0e4b: Waiting 06:44:05 2dd03ba5bac4: Waiting 06:44:05 1e091d79d1de: Waiting 06:44:05 481702a1767f: Waiting 06:44:05 a92cc7c5fd73: Verifying Checksum 06:44:05 a92cc7c5fd73: Download complete 06:44:05 ed8968b2872e: Verifying Checksum 06:44:05 ed8968b2872e: Download complete 06:44:06 1e091d79d1de: Verifying Checksum 06:44:06 1e091d79d1de: Download complete 06:44:06 481702a1767f: Verifying Checksum 06:44:06 481702a1767f: Download complete 06:44:06 df20fa9351a1: Verifying Checksum 06:44:06 df20fa9351a1: Download complete 06:44:06 df20fa9351a1: Pull complete 06:44:06 ed8968b2872e: Pull complete 06:44:07 a92cc7c5fd73: Pull complete 06:44:09 e78d2573fc39: Verifying Checksum 06:44:09 e78d2573fc39: Download complete 06:44:09 e876d2f968b6: Verifying Checksum 06:44:09 e876d2f968b6: Download complete 06:44:09 f64a6f60c768: Verifying Checksum 06:44:09 f64a6f60c768: Download complete 06:44:10 2dd03ba5bac4: Verifying Checksum 06:44:10 2dd03ba5bac4: Download complete 06:44:10 07967f4d0e4b: Verifying Checksum 06:44:10 07967f4d0e4b: Download complete 06:44:10 ce8a83651883: Verifying Checksum 06:44:10 ce8a83651883: Download complete 06:44:15 2dd03ba5bac4: Pull complete 06:44:15 1e091d79d1de: Pull complete 06:44:15 481702a1767f: Pull complete 06:44:23 f64a6f60c768: Pull complete 06:44:26 e78d2573fc39: Pull complete 06:44:26 e876d2f968b6: Pull complete 06:44:27 ce8a83651883: Pull complete 06:44:28 07967f4d0e4b: Pull complete 06:44:28 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 06:44:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 06:44:28 ---> 5d7c900382c6 06:44:28 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:44:30 ---> Running in 1d5ed9192481 06:44:30 Removing intermediate container 1d5ed9192481 06:44:30 ---> 252e094ac390 06:44:30 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:44:30 ---> Running in c92691c4b684 06:44:31 Removing intermediate container c92691c4b684 06:44:31 ---> ff5fd30c15d9 06:44:31 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 06:44:31 ---> Running in 79c749e6cb51 06:44:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:44:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:44:33 (1/6) Installing libc-dev (0.7.2-r3) 06:44:33 (2/6) Installing libsodium (1.0.18-r0) 06:44:33 (3/6) Installing pkgconf (1.7.2-r0) 06:44:33 (4/6) Installing libsodium-dev (1.0.18-r0) 06:44:33 (5/6) Installing libzmq (4.3.3-r0) 06:44:33 (6/6) Installing zeromq-dev (4.3.3-r0) 06:44:33 Executing busybox-1.31.1-r16.trigger 06:44:33 OK: 167 MiB in 45 packages 06:44:34 Removing intermediate container 79c749e6cb51 06:44:34 ---> 12303329049c 06:44:34 Step 6/8 : WORKDIR /app 06:44:34 ---> Running in 4f0aa7dfcf32 06:44:34 Removing intermediate container 4f0aa7dfcf32 06:44:34 ---> 5561c4134f24 06:44:34 Step 7/8 : COPY . . 06:44:35 ---> 2f36cbbd74dd 06:44:35 Step 8/8 : RUN go mod download 06:44:35 ---> Running in 86a2e02e382c 06:44:37 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 06:44:37 go: finding github.com/BurntSushi/toml v0.3.1 06:44:37 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 06:44:37 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:44:37 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 06:44:37 go: finding github.com/bgentry/speakeasy v0.1.0 06:44:37 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 06:44:37 go: finding github.com/davecgh/go-spew v1.1.1 06:44:37 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 06:44:37 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 06:44:37 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.23 06:44:37 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 06:44:37 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 06:44:37 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.77 06:44:37 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 06:44:37 go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 06:44:37 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 06:44:37 go: finding github.com/fatih/color v1.7.0 06:44:37 go: finding github.com/fsnotify/fsnotify v1.4.7 06:44:37 go: finding github.com/fxamacker/cbor/v2 v2.2.0 06:44:38 go: finding github.com/go-kit/kit v0.8.0 06:44:38 go: finding github.com/go-logfmt/logfmt v0.4.0 06:44:38 go: finding github.com/go-playground/assert/v2 v2.0.1 06:44:38 go: finding github.com/go-playground/locales v0.13.0 06:44:38 go: finding github.com/go-playground/universal-translator v0.17.0 06:44:38 go: finding github.com/go-playground/validator/v10 v10.3.0 06:44:38 go: finding github.com/go-redis/redis/v7 v7.2.0 06:44:38 go: finding github.com/go-stack/stack v1.8.0 06:44:38 go: finding github.com/golang/protobuf v1.3.2 06:44:38 go: finding github.com/golang/snappy v0.0.1 06:44:38 go: finding github.com/gomodule/redigo v2.0.0+incompatible 06:44:38 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 06:44:38 go: finding github.com/google/go-cmp v0.4.0 06:44:38 go: finding github.com/google/uuid v1.1.1 06:44:38 go: finding github.com/gorilla/mux v1.8.0 06:44:38 go: finding github.com/hashicorp/consul/api v1.1.0 06:44:38 go: finding github.com/hashicorp/consul/sdk v0.1.1 06:44:38 go: finding github.com/hashicorp/errwrap v1.0.0 06:44:38 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 06:44:38 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 06:44:38 go: finding github.com/hashicorp/go-msgpack v0.5.3 06:44:38 go: finding github.com/hashicorp/go-multierror v1.0.0 06:44:38 go: finding github.com/hashicorp/go-rootcerts v1.0.0 06:44:38 go: finding github.com/hashicorp/go-sockaddr v1.0.0 06:44:38 go: finding github.com/hashicorp/go-syslog v1.0.0 06:44:38 go: finding github.com/hashicorp/go-uuid v1.0.1 06:44:38 go: finding github.com/hashicorp/go.net v0.0.1 06:44:38 go: finding github.com/hashicorp/golang-lru v0.5.0 06:44:38 go: finding github.com/hashicorp/logutils v1.0.0 06:44:38 go: finding github.com/hashicorp/mdns v1.0.0 06:44:38 go: finding github.com/hashicorp/memberlist v0.1.3 06:44:38 go: finding github.com/hashicorp/serf v0.8.2 06:44:38 go: finding github.com/hpcloud/tail v1.0.0 06:44:38 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 06:44:38 go: finding github.com/kr/pretty v0.1.0 06:44:38 go: finding github.com/kr/pty v1.1.1 06:44:38 go: finding github.com/kr/text v0.1.0 06:44:38 go: finding github.com/leodido/go-urn v1.2.0 06:44:38 go: finding github.com/mattn/go-colorable v0.0.9 06:44:38 go: finding github.com/mattn/go-isatty v0.0.3 06:44:38 go: finding github.com/miekg/dns v1.0.14 06:44:38 go: finding github.com/mitchellh/cli v1.0.0 06:44:38 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:44:38 go: finding github.com/mitchellh/copystructure v1.0.0 06:44:38 go: finding github.com/mitchellh/go-homedir v1.0.0 06:44:39 go: finding github.com/mitchellh/go-testing-interface v1.0.0 06:44:39 go: finding github.com/mitchellh/gox v0.4.0 06:44:39 go: finding github.com/mitchellh/iochan v1.0.0 06:44:39 go: finding github.com/mitchellh/mapstructure v1.1.2 06:44:39 go: finding github.com/mitchellh/reflectwalk v1.0.0 06:44:39 go: finding github.com/onsi/ginkgo v1.10.1 06:44:39 go: finding github.com/onsi/gomega v1.7.0 06:44:39 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 06:44:39 go: finding github.com/pebbe/zmq4 v1.0.0 06:44:39 go: finding github.com/pelletier/go-toml v1.2.0 06:44:39 go: finding github.com/pkg/errors v0.8.1 06:44:39 go: finding github.com/pmezard/go-difflib v1.0.0 06:44:39 go: finding github.com/posener/complete v1.1.1 06:44:39 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 06:44:39 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 06:44:39 go: finding github.com/stretchr/objx v0.2.0 06:44:39 go: finding github.com/stretchr/testify v1.6.1 06:44:39 go: finding github.com/tidwall/pretty v1.0.1 06:44:39 go: finding github.com/ugorji/go v1.1.4 06:44:39 go: finding github.com/x448/float16 v0.8.4 06:44:39 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 06:44:39 go: finding github.com/xdg/stringprep v1.0.0 06:44:39 go: finding go.mongodb.org/mongo-driver v1.1.1 06:44:39 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 06:44:39 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 06:44:39 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 06:44:39 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 06:44:39 go: finding golang.org/x/text v0.3.2 06:44:39 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 06:44:39 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 06:44:39 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 06:44:39 go: finding gopkg.in/fsnotify.v1 v1.4.7 06:44:39 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 06:44:39 go: finding gopkg.in/yaml.v2 v2.2.8 06:44:39 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 06:45:01 Removing intermediate container 86a2e02e382c 06:45:01 ---> 3ebec433a2a3 06:45:01 Successfully built 3ebec433a2a3 06:45:01 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 06:45:02 + docker inspect -f . ci-base-image-x86_64 06:45:02 . [Pipeline] withDockerContainer 06:45:03 prd-centos7-docker-4c-2g-14012 does not seem to be running inside a container 06:45:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** ci-base-image-x86_64 cat 06:45:03 $ docker top 7f72766b9e9c53e3a32a40b992bfff970053056e27f3c9986f2e3f5ca5d682a7 -eo pid,comm [Pipeline] { [Pipeline] sh 06:45:04 + go version 06:45:04 go version go1.13.13 linux/amd64 [Pipeline] sh 06:45:04 + make test 06:45:04 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 06:45:23 ? github.com/edgexfoundry/app-service-configurable [no test files] 06:45:23 CGO_ENABLED=1 go vet ./... 06:45:23 gofmt -l . 06:45:23 [ "`gofmt -l .`" = "" ] 06:45:23 ./bin/test-go-mod-tidy.sh 06:45:24 ./bin/test-attribution-txt.sh [Pipeline] stash 06:45:25 Stashed 1 file(s) [Pipeline] } 06:45:25 $ docker stop --time=1 7f72766b9e9c53e3a32a40b992bfff970053056e27f3c9986f2e3f5ca5d682a7 06:45:27 $ docker rm -f 7f72766b9e9c53e3a32a40b992bfff970053056e27f3c9986f2e3f5ca5d682a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:45:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:45:32 + ls -al . 06:45:32 total 96 06:45:32 drwxrwxr-x. 8 jenkins jenkins 4096 Sep 14 06:45 . 06:45:32 drwxrwxr-x. 4 jenkins jenkins 28 Sep 14 06:43 .. 06:45:32 -rw-rw-r--. 1 jenkins jenkins 6568 Sep 14 06:43 Attribution.txt 06:45:32 drwxrwxr-x. 2 jenkins jenkins 64 Sep 14 06:43 bin 06:45:32 -rw-r--r--. 1 jenkins jenkins 10 Sep 14 06:45 coverage.out 06:45:32 -rw-rw-r--. 1 jenkins jenkins 180 Sep 14 06:43 docker-compose.debug.yml 06:45:32 -rw-rw-r--. 1 jenkins jenkins 133 Sep 14 06:43 docker-compose.yml 06:45:32 -rw-rw-r--. 1 jenkins jenkins 2002 Sep 14 06:43 Dockerfile 06:45:32 -rw-rw-r--. 1 jenkins jenkins 966 Sep 14 06:43 Dockerfile.build 06:45:32 -rw-rw-r--. 1 jenkins jenkins 119 Sep 14 06:43 .dockerignore 06:45:32 drwxrwxr-x. 8 jenkins jenkins 179 Sep 14 06:44 .git 06:45:32 drwxrwxr-x. 2 jenkins jenkins 81 Sep 14 06:43 .github 06:45:32 -rw-rw-r--. 1 jenkins jenkins 93 Sep 14 06:43 .gitignore 06:45:32 -rw-r--r--. 1 jenkins jenkins 133 Sep 14 06:45 go.mod 06:45:32 -rw-r--r--. 1 jenkins jenkins 19935 Sep 14 06:45 go.sum 06:45:32 -rw-rw-r--. 1 jenkins jenkins 710 Sep 14 06:43 Jenkinsfile 06:45:32 -rw-rw-r--. 1 jenkins jenkins 10174 Sep 14 06:43 LICENSE 06:45:32 -rw-rw-r--. 1 jenkins jenkins 1519 Sep 14 06:43 main.go 06:45:32 -rw-rw-r--. 1 jenkins jenkins 1573 Sep 14 06:43 makefile 06:45:32 -rw-rw-r--. 1 jenkins jenkins 1277 Sep 14 06:43 README.md 06:45:32 drwxrwxr-x. 10 jenkins jenkins 171 Sep 14 06:43 res 06:45:32 drwxrwxr-x. 3 jenkins jenkins 46 Sep 14 06:44 .semver 06:45:32 drwxrwxr-x. 4 jenkins jenkins 71 Sep 14 06:43 snap 06:45:32 -rw-rw-r--. 1 jenkins jenkins 5 Sep 14 06:40 VERSION [Pipeline] isUnix [Pipeline] sh 06:45:32 + 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 . 06:45:32 Sending build context to Docker daemon 336.9kB 06:45:32 Step 1/27 : ARG BASE=golang:1.13-alpine 06:45:32 Step 2/27 : FROM ${BASE} AS builder 06:45:32 ---> 3ebec433a2a3 06:45:32 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 06:45:32 ---> Running in 42178ba52b8c 06:45:32 Removing intermediate container 42178ba52b8c 06:45:32 ---> 868736a933af 06:45:32 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 06:45:32 ---> Running in 9bac1758c93d 06:45:33 Removing intermediate container 9bac1758c93d 06:45:33 ---> 0a7f3038aa68 06:45:33 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:45:33 ---> Running in ca4918358d53 06:45:33 Removing intermediate container ca4918358d53 06:45:33 ---> 0be2f46f0e51 06:45:33 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:45:33 ---> Running in d2c0e482cd83 06:45:34 Removing intermediate container d2c0e482cd83 06:45:34 ---> 8c9263f338b4 06:45:34 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:45:34 ---> Running in b1689087590c 06:45:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:45:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:45:36 OK: 167 MiB in 45 packages 06:45:36 Removing intermediate container b1689087590c 06:45:36 ---> 83c755960ad8 06:45:36 Step 8/27 : WORKDIR /app 06:45:36 ---> Running in 9f4bf0c03198 06:45:36 Removing intermediate container 9f4bf0c03198 06:45:36 ---> 8c0287a62ece 06:45:36 Step 9/27 : COPY go.mod . 06:45:36 ---> 4d4923351c64 06:45:36 Step 10/27 : RUN go mod download 06:45:36 ---> Running in f39c3aafd6f9 06:45:37 Removing intermediate container f39c3aafd6f9 06:45:37 ---> c902d7db6a1f 06:45:37 Step 11/27 : COPY . . 06:45:38 ---> f2cb4d9de731 06:45:38 Step 12/27 : ARG MAKE="make build" 06:45:38 ---> Running in 9284533f88ee 06:45:38 Removing intermediate container 9284533f88ee 06:45:38 ---> 8f9703132d84 06:45:38 Step 13/27 : RUN $MAKE 06:45:38 ---> Running in 7acb77eef372 06:45:39 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 06:45:57 Removing intermediate container 7acb77eef372 06:45:57 ---> 3b1694158b97 06:45:57 Step 14/27 : FROM alpine:latest 06:45:57 latest: Pulling from library/alpine 06:45:57 df20fa9351a1: Already exists 06:45:57 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 06:45:57 Status: Downloaded newer image for alpine:latest 06:45:57 ---> a24bb4013296 06:45:57 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:45:57 ---> Running in de9b57e80c8c 06:45:57 Removing intermediate container de9b57e80c8c 06:45:57 ---> b2e3ce39c69b 06:45:57 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 06:45:57 ---> Running in 3f92fd1d47fc 06:45:58 Removing intermediate container 3f92fd1d47fc 06:45:58 ---> 7c32e0096c00 06:45:58 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 06:45:58 ---> Running in 360d4be9fd33 06:45:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:45:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:45:58 (1/6) Installing ca-certificates (20191127-r4) 06:45:58 (2/6) Installing libgcc (9.3.0-r2) 06:45:58 (3/6) Installing libsodium (1.0.18-r0) 06:45:58 (4/6) Installing libstdc++ (9.3.0-r2) 06:45:58 (5/6) Installing libzmq (4.3.3-r0) 06:45:58 (6/6) Installing zeromq (4.3.3-r0) 06:45:58 Executing busybox-1.31.1-r16.trigger 06:45:58 Executing ca-certificates-20191127-r4.trigger 06:45:58 OK: 9 MiB in 20 packages 06:46:00 Removing intermediate container 360d4be9fd33 06:46:00 ---> ab43403c6d1c 06:46:00 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 06:46:00 ---> c5978c6a669f 06:46:00 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 06:46:00 ---> 482c2545aa4d 06:46:00 Step 20/27 : COPY --from=builder /app/res/ /res/ 06:46:00 ---> af6421de8a51 06:46:00 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 06:46:01 ---> 4ee8726a3122 06:46:01 Step 22/27 : EXPOSE 48095 06:46:01 ---> Running in ba83513a6867 06:46:01 Removing intermediate container ba83513a6867 06:46:01 ---> 08e55b5542d1 06:46:01 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 06:46:01 ---> Running in 3f39f1280c2f 06:46:02 Removing intermediate container 3f39f1280c2f 06:46:02 ---> 55b656cedbdc 06:46:02 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:46:02 ---> Running in b4260df7ff6b 06:46:02 Removing intermediate container b4260df7ff6b 06:46:02 ---> 48996ec43d2a 06:46:02 Step 25/27 : LABEL arch=amd64 06:46:02 ---> Running in 1d6ccf930c2f 06:46:02 Removing intermediate container 1d6ccf930c2f 06:46:02 ---> 840aa59d8373 06:46:02 Step 26/27 : LABEL git_sha=3ea42417c40bbc97f8817bc4d625f8bf495b7843 06:46:02 ---> Running in 72322b15746e 06:46:02 Removing intermediate container 72322b15746e 06:46:02 ---> 8c5db398c34a 06:46:02 Step 27/27 : LABEL version=0.0.0 06:46:02 ---> Running in e6aa45040503 06:46:02 Removing intermediate container e6aa45040503 06:46:02 ---> 57268453ad35 06:46:02 [Warning] One or more build-args [ARCH] were not consumed 06:46:02 Successfully built 57268453ad35 06:46:02 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 06:46:19 Still waiting to schedule task 06:46:19 All nodes of label ‘centos7-docker-8c-8g’ are offline 06:47:24 Running on prd-centos7-docker-8c-8g-14077 in /w/workspace/_app-service-configurable_PR-118 [Pipeline] { [Pipeline] ws 06:47:24 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 06:47:26 using credential edgex-jenkins-ssh 06:47:26 Cloning the remote Git repository 06:47:26 Cloning with configured refspecs honoured and without tags 06:47:26 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 06:47:26 > git init /w/workspace/app-service-configurable/1 # timeout=10 06:47:26 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 06:47:26 > git --version # timeout=10 06:47:26 > git --version # 'git version 2.16.5' 06:47:26 using GIT_SSH to set credentials SSH Credentials for GitHub 06:47:27 Fetching without tags 06:47:27 Merging remotes/origin/master commit d76b33905ff2852036d8bb432dc01390d416ad34 into PR head commit 3ea42417c40bbc97f8817bc4d625f8bf495b7843 06:47:27 Merge succeeded, producing 3ea42417c40bbc97f8817bc4d625f8bf495b7843 06:47:27 Checking out Revision 3ea42417c40bbc97f8817bc4d625f8bf495b7843 (PR-118) 06:47:26 > 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 06:47:27 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 06:47:27 > git config --add remote.origin.fetch +refs/pull/118/head:refs/remotes/origin/PR-118 # timeout=10 06:47:27 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:47:27 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 06:47:27 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 06:47:27 using GIT_SSH to set credentials SSH Credentials for GitHub 06:47:27 > 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 06:47:27 > git config core.sparsecheckout # timeout=10 06:47:27 > git checkout -f 3ea42417c40bbc97f8817bc4d625f8bf495b7843 # timeout=10 06:47:27 > git remote # timeout=10 06:47:27 > git config --get remote.origin.url # timeout=10 06:47:27 using GIT_SSH to set credentials SSH Credentials for GitHub 06:47:27 > git merge d76b33905ff2852036d8bb432dc01390d416ad34 # timeout=10 06:47:27 > git rev-parse HEAD^{commit} # timeout=10 06:47:27 > git config core.sparsecheckout # timeout=10 06:47:27 > git checkout -f 3ea42417c40bbc97f8817bc4d625f8bf495b7843 # timeout=10 06:47:31 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go" 06:47:31 > git --version # timeout=10 06:47:31 > git --version # 'git version 2.16.5' 06:47:31 fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:47:33 ++ find /w/workspace/app-service-configurable/1 06:47:33 ++ grep snapcraft.yaml 06:47:33 + grep -Po '^name: \K(.*)' /w/workspace/app-service-configurable/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:47:33 provisioning config files... 06:47:33 copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/1@tmp/config227637889836242532tmp [Pipeline] { [Pipeline] sh 06:47:33 + cp /w/workspace/app-service-configurable/1@tmp/config227637889836242532tmp /w/workspace/app-service-configurable/1/edgex-snap-store-login [Pipeline] sh 06:47:34 + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/1:/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 06:47:34 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 06:47:34 latest: Pulling from edgex-devops/edgex-snap-builder 06:47:34 f08d8e2a3ba1: Pulling fs layer 06:47:34 3baa9cb2483b: Pulling fs layer 06:47:34 94e5ff4c0b15: Pulling fs layer 06:47:34 1860925334f9: Pulling fs layer 06:47:34 2daf38717194: Pulling fs layer 06:47:34 309017e8d7a4: Pulling fs layer 06:47:34 f7790dc9fd0f: Pulling fs layer 06:47:34 cac0ae9282c2: Pulling fs layer 06:47:34 1f4cadf9a1ed: Pulling fs layer 06:47:34 1860925334f9: Waiting 06:47:34 2daf38717194: Waiting 06:47:34 309017e8d7a4: Waiting 06:47:34 f7790dc9fd0f: Waiting 06:47:34 cac0ae9282c2: Waiting 06:47:34 94e5ff4c0b15: Verifying Checksum 06:47:34 94e5ff4c0b15: Download complete 06:47:34 3baa9cb2483b: Download complete 06:47:34 1860925334f9: Download complete 06:47:34 309017e8d7a4: Verifying Checksum 06:47:34 309017e8d7a4: Download complete 06:47:36 f7790dc9fd0f: Verifying Checksum 06:47:36 f7790dc9fd0f: Download complete 06:47:36 cac0ae9282c2: Verifying Checksum 06:47:36 cac0ae9282c2: Download complete 06:47:36 1f4cadf9a1ed: Verifying Checksum 06:47:36 1f4cadf9a1ed: Download complete 06:47:37 f08d8e2a3ba1: Verifying Checksum 06:47:37 f08d8e2a3ba1: Download complete 06:47:38 f08d8e2a3ba1: Pull complete 06:47:38 3baa9cb2483b: Pull complete 06:47:38 94e5ff4c0b15: Pull complete 06:47:38 1860925334f9: Pull complete 06:47:42 2daf38717194: Verifying Checksum 06:47:42 2daf38717194: Download complete 06:48:00 2daf38717194: Pull complete 06:48:00 309017e8d7a4: Pull complete 06:48:00 f7790dc9fd0f: Pull complete 06:48:00 cac0ae9282c2: Pull complete 06:48:00 1f4cadf9a1ed: Pull complete 06:48:00 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 06:48:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 06:48:05 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 06:48:05 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 06:48:06 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 06:48:06 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 06:48:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [897 kB] 06:48:06 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1425 kB] 06:48:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [10.1 kB] 06:48:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [116 kB] 06:48:06 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1089 kB] 06:48:06 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1384 kB] 06:48:06 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.7 kB] 06:48:06 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [132 kB] 06:48:07 Fetched 5334 kB in 2s (3434 kB/s) 06:48:08 Reading package lists... 06:48:10 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: 06:48:10 - README.md 06:48:10 06:48:10 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 06:48:12 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 06:48:12 0% [Connecting to archive.ubuntu.com (91.189.88.152)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.152) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 06:48:12 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:48:12 0% [2 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 06:48:13 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... 53% 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 06:48:15 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 06:48:17 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... 55% 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 06:48:17 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 84% Building dependency tree 06:48:17 Reading state information... 0% Reading state information... 0% Reading state information... Done 06:48:17 The following packages were automatically installed and are no longer required: 06:48:17 libjq1 libonig4 06:48:17 Use 'sudo apt autoremove' to remove them. 06:48:17 Suggested packages: 06:48:17 binutils-doc cpp-doc gcc-7-locales debian-keyring g++-multilib 06:48:17 g++-7-multilib gcc-7-doc libstdc++6-7-dbg gcc-multilib autoconf automake 06:48:17 libtool flex bison gdb gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg 06:48:17 libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg 06:48:17 libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base 06:48:17 git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk 06:48:17 gitweb git-cvs git-mediawiki git-svn glibc-doc bzr gdbm-l10n libstdc++-7-doc 06:48:17 make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl 06:48:17 | libterm-readline-perl-perl 06:48:18 The following NEW packages will be installed: 06:48:18 binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 06:48:18 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less 06:48:18 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 06:48:18 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcilkrts5 06:48:18 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 06:48:18 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 06:48:18 libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 06:48:18 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 libsodium23 libstdc++-7-dev 06:48:18 libtsan0 libubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages 06:48:18 manpages-dev netbase patch perl perl-modules-5.26 pkg-config 06:48:18 0 upgraded, 62 newly installed, 0 to remove and 3 not upgraded. 06:48:18 Need to get 57.5 MB of archives. 06:48:18 After this operation, 249 MB of additional disk space will be used. 06:48:18 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] 06:48:18 0% [1 liblocale-gettext-perl 12.6 kB/16.6 kB 76%] 0% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 06:48:18 0% [2 perl-modules-5.26 7443 B/2763 kB 0%] 3% [2 perl-modules-5.26 1592 kB/2763 kB 58%] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 06:48:18 5% [3 libgdbm5 26.0 kB/26.0 kB 100%] 5% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 06:48:18 5% [4 libgdbm-compat4 6084 B/6084 B 100%] 5% [Working] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 06:48:18 5% [5 libperl5.26 0 B/3527 kB 0%] 10% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 06:48:18 10% [6 perl 10.9 kB/201 kB 5%] 11% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 06:48:18 11% [7 less 2379 B/112 kB 2%] 12% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 06:48:18 12% [8 netbase 0 B/12.7 kB 0%] 12% [Working] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] 06:48:19 12% [9 manpages 17.8 kB/1234 kB 1%] 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] 06:48:19 14% [10 binutils-common 29.1 kB/196 kB 15%] 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] 06:48:19 14% [11 libbinutils 4096 B/488 kB 1%] 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] 06:48:19 15% [12 binutils-x86-64-linux-gnu 0 B/1839 kB 0%] 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] 06:48:19 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] 06:48:19 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] 06:48:19 19% [15 linux-libc-dev 50.6 kB/992 kB 5%] 21% [Waiting for headers] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] 06:48:19 21% [16 libc6-dev 41.7 kB/2585 kB 2%] 25% [Waiting for headers] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 06:48:19 25% [17 gcc-7-base 18.3 kB/18.3 kB 100%] 25% [Working] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] 06:48:19 25% [18 libisl19 0 B/551 kB 0%] 26% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] 06:48:19 26% [19 libmpfr6 32.1 kB/243 kB 13%] 27% [Waiting for headers] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] 06:48:19 27% [20 libmpc3 40.8 kB/40.8 kB 100%] 27% [Working] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 06:48:20 27% [21 cpp-7 10.3 kB/8591 kB 0%] 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] 06:48:20 40% [22 cpp 21.2 kB/27.7 kB 77%] 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] 06:48:20 40% [23 libcc1-0 36.9 kB/39.4 kB 94%] 40% [Working] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 06:48:20 40% [24 libgomp1 0 B/76.5 kB 0%] 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] 06:48:20 41% [25 libitm1 27.9 kB/27.9 kB 100%] 41% [Working] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 06:48:20 41% [26 libatomic1 9192 B/9192 B 100%] 41% [Waiting for headers] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 06:48:20 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] 06:48:20 42% [28 liblsan0 20.5 kB/133 kB 15%] 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] 06:48:20 43% [29 libtsan0 28.7 kB/288 kB 10%] 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] 06:48:20 43% [30 libubsan0 25.2 kB/126 kB 20%] 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] 06:48:20 44% [31 libcilkrts5 12.3 kB/42.5 kB 29%] 44% [Working] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 06:48:20 45% [Waiting for headers] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 06:48:20 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] 06:48:20 45% [34 libgcc-7-dev 10.1 kB/2378 kB 0%] 49% [Waiting for headers] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 06:48:20 49% [35 gcc-7 14.3 kB/9381 kB 0%] 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] 06:48:20 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] 06:48:20 62% [37 libstdc++-7-dev 29.8 kB/1471 kB 2%] 65% [Waiting for headers] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 06:48:21 65% [38 g++-7 33.0 kB/9697 kB 0%] 79% [Working] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 06:48:21 79% [Waiting for headers] Get:40 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 06:48:21 79% [40 make 33.4 kB/154 kB 22%] 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] 06:48:21 79% [41 libdpkg-perl 0 B/211 kB 0%] 80% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 06:48:21 80% [42 patch 6509 B/102 kB 6%] 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] 06:48:21 81% [43 dpkg-dev 3546 B/607 kB 1%] 82% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] 06:48:21 82% [44 build-essential 4250 B/4758 B 89%] 82% [Waiting for headers] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 06:48:21 82% [45 curl 35.3 kB/159 kB 22%] 83% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 06:48:21 83% [46 libfakeroot 7732 B/25.9 kB 30%] 83% [Working] Get:47 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 06:48:21 83% [47 fakeroot 7271 B/62.3 kB 12%] 83% [Waiting for headers] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 06:48:21 83% [48 libcurl3-gnutls 0 B/213 kB 0%] 84% [Working] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 06:48:21 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] 06:48:21 84% [50 git-man 35.8 kB/804 kB 4%] 86% [Working] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 06:48:21 86% [51 git 20.2 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] 06:48:21 92% [52 libalgorithm-diff-perl 47.5 kB/47.6 kB 100%] 92% [Working] Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 06:48:21 92% [53 libalgorithm-diff-xs-perl 0 B/11.1 kB 0%] 92% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 06:48:21 92% [54 libalgorithm-merge-perl 0 B/12.0 kB 0%] 93% [Waiting for headers] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 06:48:21 93% [55 libfile-fcntllock-perl 16.4 kB/33.2 kB 49%] 93% [Waiting for headers] Get:56 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 06:48:21 93% [56 libnorm1 8032 B/224 kB 4%] 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] 06:48:21 94% [57 libpgm-5.2-0 36.9 kB/157 kB 23%] 94% [Waiting for headers] Get:58 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 06:48:21 94% [58 libsodium23 16.4 kB/143 kB 11%] 95% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 06:48:21 95% [59 libzmq5 7015 B/221 kB 3%] 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] 06:48:21 95% [60 libzmq3-dev 89.9 kB/400 kB 22%] 96% [Waiting for headers] Get:61 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] 06:48:21 96% [61 manpages-dev 40.8 kB/2217 kB 2%] 100% [Waiting for headers] Get:62 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 06:48:21 100% [62 pkg-config 45.0 kB/45.0 kB 100%] 100% [Working] Fetched 57.5 MB in 4s (15.7 MB/s) 06:48:21 debconf: delaying package configuration, since apt-utils is not installed 06:48:21 Selecting previously unselected package liblocale-gettext-perl. 06:48:21 (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.) 06:48:21 Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_amd64.deb ... 06:48:21 Unpacking liblocale-gettext-perl (1.07-3build2) ... 06:48:21 Selecting previously unselected package perl-modules-5.26. 06:48:21 Preparing to unpack .../01-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 06:48:21 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 06:48:23 Selecting previously unselected package libgdbm5:amd64. 06:48:23 Preparing to unpack .../02-libgdbm5_1.14.1-6_amd64.deb ... 06:48:23 Unpacking libgdbm5:amd64 (1.14.1-6) ... 06:48:23 Selecting previously unselected package libgdbm-compat4:amd64. 06:48:23 Preparing to unpack .../03-libgdbm-compat4_1.14.1-6_amd64.deb ... 06:48:23 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 06:48:23 Selecting previously unselected package libperl5.26:amd64. 06:48:23 Preparing to unpack .../04-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 06:48:23 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 06:48:23 Selecting previously unselected package perl. 06:48:23 Preparing to unpack .../05-perl_5.26.1-6ubuntu0.3_amd64.deb ... 06:48:23 Unpacking perl (5.26.1-6ubuntu0.3) ... 06:48:23 Selecting previously unselected package less. 06:48:23 Preparing to unpack .../06-less_487-0.1_amd64.deb ... 06:48:23 Unpacking less (487-0.1) ... 06:48:24 Selecting previously unselected package netbase. 06:48:24 Preparing to unpack .../07-netbase_5.4_all.deb ... 06:48:24 Unpacking netbase (5.4) ... 06:48:24 Selecting previously unselected package manpages. 06:48:24 Preparing to unpack .../08-manpages_4.15-1_all.deb ... 06:48:24 Unpacking manpages (4.15-1) ... 06:48:24 Selecting previously unselected package binutils-common:amd64. 06:48:24 Preparing to unpack .../09-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:48:24 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 06:48:24 Selecting previously unselected package libbinutils:amd64. 06:48:24 Preparing to unpack .../10-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:48:24 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 06:48:24 Selecting previously unselected package binutils-x86-64-linux-gnu. 06:48:24 Preparing to unpack .../11-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:48:24 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 06:48:24 Selecting previously unselected package binutils. 06:48:24 Preparing to unpack .../12-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:48:24 Unpacking binutils (2.30-21ubuntu1~18.04.4) ... 06:48:24 Selecting previously unselected package libc-dev-bin. 06:48:24 Preparing to unpack .../13-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... 06:48:24 Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... 06:48:24 Selecting previously unselected package linux-libc-dev:amd64. 06:48:24 Preparing to unpack .../14-linux-libc-dev_4.15.0-117.118_amd64.deb ... 06:48:24 Unpacking linux-libc-dev:amd64 (4.15.0-117.118) ... 06:48:25 Selecting previously unselected package libc6-dev:amd64. 06:48:25 Preparing to unpack .../15-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... 06:48:25 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... 06:48:26 Selecting previously unselected package gcc-7-base:amd64. 06:48:26 Preparing to unpack .../16-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:48:26 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 06:48:26 Selecting previously unselected package libisl19:amd64. 06:48:26 Preparing to unpack .../17-libisl19_0.19-1_amd64.deb ... 06:48:26 Unpacking libisl19:amd64 (0.19-1) ... 06:48:26 Selecting previously unselected package libmpfr6:amd64. 06:48:26 Preparing to unpack .../18-libmpfr6_4.0.1-1_amd64.deb ... 06:48:26 Unpacking libmpfr6:amd64 (4.0.1-1) ... 06:48:26 Selecting previously unselected package libmpc3:amd64. 06:48:26 Preparing to unpack .../19-libmpc3_1.1.0-1_amd64.deb ... 06:48:26 Unpacking libmpc3:amd64 (1.1.0-1) ... 06:48:26 Selecting previously unselected package cpp-7. 06:48:26 Preparing to unpack .../20-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:48:26 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 06:48:27 Selecting previously unselected package cpp. 06:48:27 Preparing to unpack .../21-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:48:27 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 06:48:27 Selecting previously unselected package libcc1-0:amd64. 06:48:27 Preparing to unpack .../22-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:48:27 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:48:27 Selecting previously unselected package libgomp1:amd64. 06:48:27 Preparing to unpack .../23-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:48:27 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:48:27 Selecting previously unselected package libitm1:amd64. 06:48:27 Preparing to unpack .../24-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:48:27 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:48:27 Selecting previously unselected package libatomic1:amd64. 06:48:27 Preparing to unpack .../25-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:48:27 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:48:27 Selecting previously unselected package libasan4:amd64. 06:48:27 Preparing to unpack .../26-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:48:27 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 06:48:27 Selecting previously unselected package liblsan0:amd64. 06:48:27 Preparing to unpack .../27-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:48:27 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:48:28 Selecting previously unselected package libtsan0:amd64. 06:48:28 Preparing to unpack .../28-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:48:28 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:48:28 Selecting previously unselected package libubsan0:amd64. 06:48:28 Preparing to unpack .../29-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:48:28 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 06:48:28 Selecting previously unselected package libcilkrts5:amd64. 06:48:28 Preparing to unpack .../30-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:48:28 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 06:48:28 Selecting previously unselected package libmpx2:amd64. 06:48:28 Preparing to unpack .../31-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:48:28 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 06:48:28 Selecting previously unselected package libquadmath0:amd64. 06:48:28 Preparing to unpack .../32-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:48:28 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:48:28 Selecting previously unselected package libgcc-7-dev:amd64. 06:48:28 Preparing to unpack .../33-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:48:28 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 06:48:28 Selecting previously unselected package gcc-7. 06:48:28 Preparing to unpack .../34-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:48:28 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 06:48:29 Selecting previously unselected package gcc. 06:48:29 Preparing to unpack .../35-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:48:29 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 06:48:29 Selecting previously unselected package libstdc++-7-dev:amd64. 06:48:29 Preparing to unpack .../36-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:48:29 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 06:48:30 Selecting previously unselected package g++-7. 06:48:30 Preparing to unpack .../37-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:48:30 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 06:48:31 Selecting previously unselected package g++. 06:48:31 Preparing to unpack .../38-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:48:31 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 06:48:31 Selecting previously unselected package make. 06:48:31 Preparing to unpack .../39-make_4.1-9.1ubuntu1_amd64.deb ... 06:48:31 Unpacking make (4.1-9.1ubuntu1) ... 06:48:31 Selecting previously unselected package libdpkg-perl. 06:48:31 Preparing to unpack .../40-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 06:48:31 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 06:48:31 Selecting previously unselected package patch. 06:48:31 Preparing to unpack .../41-patch_2.7.6-2ubuntu1.1_amd64.deb ... 06:48:31 Unpacking patch (2.7.6-2ubuntu1.1) ... 06:48:31 Selecting previously unselected package dpkg-dev. 06:48:31 Preparing to unpack .../42-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 06:48:31 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 06:48:31 Selecting previously unselected package build-essential. 06:48:31 Preparing to unpack .../43-build-essential_12.4ubuntu1_amd64.deb ... 06:48:31 Unpacking build-essential (12.4ubuntu1) ... 06:48:31 Selecting previously unselected package curl. 06:48:31 Preparing to unpack .../44-curl_7.58.0-2ubuntu3.10_amd64.deb ... 06:48:31 Unpacking curl (7.58.0-2ubuntu3.10) ... 06:48:31 Selecting previously unselected package libfakeroot:amd64. 06:48:31 Preparing to unpack .../45-libfakeroot_1.22-2ubuntu1_amd64.deb ... 06:48:31 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 06:48:32 Selecting previously unselected package fakeroot. 06:48:32 Preparing to unpack .../46-fakeroot_1.22-2ubuntu1_amd64.deb ... 06:48:32 Unpacking fakeroot (1.22-2ubuntu1) ... 06:48:32 Selecting previously unselected package libcurl3-gnutls:amd64. 06:48:32 Preparing to unpack .../47-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 06:48:32 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 06:48:32 Selecting previously unselected package liberror-perl. 06:48:32 Preparing to unpack .../48-liberror-perl_0.17025-1_all.deb ... 06:48:32 Unpacking liberror-perl (0.17025-1) ... 06:48:32 Selecting previously unselected package git-man. 06:48:32 Preparing to unpack .../49-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 06:48:32 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 06:48:32 Selecting previously unselected package git. 06:48:32 Preparing to unpack .../50-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 06:48:32 Unpacking git (1:2.17.1-1ubuntu0.7) ... 06:48:33 Selecting previously unselected package libalgorithm-diff-perl. 06:48:33 Preparing to unpack .../51-libalgorithm-diff-perl_1.19.03-1_all.deb ... 06:48:33 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 06:48:33 Selecting previously unselected package libalgorithm-diff-xs-perl. 06:48:33 Preparing to unpack .../52-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 06:48:33 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 06:48:33 Selecting previously unselected package libalgorithm-merge-perl. 06:48:33 Preparing to unpack .../53-libalgorithm-merge-perl_0.08-3_all.deb ... 06:48:33 Unpacking libalgorithm-merge-perl (0.08-3) ... 06:48:33 Selecting previously unselected package libfile-fcntllock-perl. 06:48:33 Preparing to unpack .../54-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 06:48:33 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 06:48:33 Selecting previously unselected package libnorm1:amd64. 06:48:33 Preparing to unpack .../55-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 06:48:33 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 06:48:33 Selecting previously unselected package libpgm-5.2-0:amd64. 06:48:33 Preparing to unpack .../56-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 06:48:33 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 06:48:33 Selecting previously unselected package libsodium23:amd64. 06:48:33 Preparing to unpack .../57-libsodium23_1.0.16-2_amd64.deb ... 06:48:33 Unpacking libsodium23:amd64 (1.0.16-2) ... 06:48:33 Selecting previously unselected package libzmq5:amd64. 06:48:33 Preparing to unpack .../58-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 06:48:33 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 06:48:33 Selecting previously unselected package libzmq3-dev:amd64. 06:48:33 Preparing to unpack .../59-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 06:48:33 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 06:48:33 Selecting previously unselected package manpages-dev. 06:48:33 Preparing to unpack .../60-manpages-dev_4.15-1_all.deb ... 06:48:33 Unpacking manpages-dev (4.15-1) ... 06:48:34 Selecting previously unselected package pkg-config. 06:48:34 Preparing to unpack .../61-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 06:48:34 Unpacking pkg-config (0.29.1-0ubuntu2) ... 06:48:34 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:48:34 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:48:34 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 06:48:34 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:48:34 Setting up manpages (4.15-1) ... 06:48:34 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 06:48:34 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:48:34 Setting up less (487-0.1) ... 06:48:34 Setting up make (4.1-9.1ubuntu1) ... 06:48:34 Setting up curl (7.58.0-2ubuntu3.10) ... 06:48:34 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 06:48:34 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:48:34 Setting up linux-libc-dev:amd64 (4.15.0-117.118) ... 06:48:34 Setting up libmpfr6:amd64 (4.0.1-1) ... 06:48:34 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 06:48:34 Setting up libgdbm5:amd64 (1.14.1-6) ... 06:48:34 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:48:34 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 06:48:34 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 06:48:34 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 06:48:34 Setting up libsodium23:amd64 (1.0.16-2) ... 06:48:34 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 06:48:34 Setting up patch (2.7.6-2ubuntu1.1) ... 06:48:34 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 06:48:34 Setting up liblocale-gettext-perl (1.07-3build2) ... 06:48:34 Setting up libmpc3:amd64 (1.1.0-1) ... 06:48:34 Setting up libc-dev-bin (2.27-3ubuntu1.2) ... 06:48:34 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 06:48:34 Setting up manpages-dev (4.15-1) ... 06:48:35 Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... 06:48:35 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:48:35 Setting up netbase (5.4) ... 06:48:35 Setting up libisl19:amd64 (0.19-1) ... 06:48:35 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 06:48:35 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 06:48:35 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 06:48:35 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 06:48:35 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 06:48:35 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 06:48:35 Setting up fakeroot (1.22-2ubuntu1) ... 06:48:35 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 06:48:35 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 06:48:35 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 06:48:35 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 06:48:35 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 06:48:35 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 06:48:35 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 06:48:35 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 06:48:35 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 06:48:35 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 06:48:35 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 06:48:35 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 06:48:35 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 06:48:35 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 06:48:35 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 06:48:35 Setting up perl (5.26.1-6ubuntu0.3) ... 06:48:35 Setting up libfile-fcntllock-perl (0.22-3build2) ... 06:48:35 Setting up libalgorithm-diff-perl (1.19.03-1) ... 06:48:35 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 06:48:35 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 06:48:35 Setting up liberror-perl (0.17025-1) ... 06:48:35 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 06:48:35 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 06:48:35 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 06:48:35 Setting up libalgorithm-merge-perl (0.08-3) ... 06:48:35 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 06:48:35 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 06:48:35 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 06:48:35 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 06:48:35 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 06:48:35 Setting up git (1:2.17.1-1ubuntu0.7) ... 06:48:35 Setting up build-essential (12.4ubuntu1) ... 06:48:35 Setting up pkg-config (0.29.1-0ubuntu2) ... 06:48:35 Processing triggers for mime-support (3.60ubuntu1) ... 06:48:35 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 06:48:37 binutils set to automatically installed. 06:48:37 binutils-common set to automatically installed. 06:48:37 binutils-x86-64-linux-gnu set to automatically installed. 06:48:37 build-essential set to automatically installed. 06:48:37 cpp set to automatically installed. 06:48:37 cpp-7 set to automatically installed. 06:48:37 curl set to automatically installed. 06:48:37 dpkg-dev set to automatically installed. 06:48:37 fakeroot set to automatically installed. 06:48:37 g++ set to automatically installed. 06:48:37 g++-7 set to automatically installed. 06:48:37 gcc set to automatically installed. 06:48:37 gcc-7 set to automatically installed. 06:48:37 gcc-7-base set to automatically installed. 06:48:37 git set to automatically installed. 06:48:37 git-man set to automatically installed. 06:48:37 less set to automatically installed. 06:48:37 libalgorithm-diff-perl set to automatically installed. 06:48:37 libalgorithm-diff-xs-perl set to automatically installed. 06:48:37 libalgorithm-merge-perl set to automatically installed. 06:48:38 libasan4 set to automatically installed. 06:48:38 libatomic1 set to automatically installed. 06:48:38 libbinutils set to automatically installed. 06:48:38 libc-dev-bin set to automatically installed. 06:48:38 libc6-dev set to automatically installed. 06:48:38 libcc1-0 set to automatically installed. 06:48:38 libcilkrts5 set to automatically installed. 06:48:38 libcurl3-gnutls set to automatically installed. 06:48:38 libdpkg-perl set to automatically installed. 06:48:38 liberror-perl set to automatically installed. 06:48:38 libfakeroot set to automatically installed. 06:48:38 libfile-fcntllock-perl set to automatically installed. 06:48:38 libgcc-7-dev set to automatically installed. 06:48:38 libgdbm-compat4 set to automatically installed. 06:48:38 libgdbm5 set to automatically installed. 06:48:38 libgomp1 set to automatically installed. 06:48:38 libisl19 set to automatically installed. 06:48:38 libitm1 set to automatically installed. 06:48:38 liblocale-gettext-perl set to automatically installed. 06:48:38 liblsan0 set to automatically installed. 06:48:38 libmpc3 set to automatically installed. 06:48:38 libmpfr6 set to automatically installed. 06:48:38 libmpx2 set to automatically installed. 06:48:38 libnorm1 set to automatically installed. 06:48:38 libperl5.26 set to automatically installed. 06:48:38 libpgm-5.2-0 set to automatically installed. 06:48:38 libquadmath0 set to automatically installed. 06:48:38 libsodium23 set to automatically installed. 06:48:38 libstdc++-7-dev set to automatically installed. 06:48:38 libtsan0 set to automatically installed. 06:48:38 libubsan0 set to automatically installed. 06:48:38 libzmq3-dev set to automatically installed. 06:48:38 libzmq5 set to automatically installed. 06:48:38 linux-libc-dev set to automatically installed. 06:48:38 make set to automatically installed. 06:48:38 manpages set to automatically installed. 06:48:38 manpages-dev set to automatically installed. 06:48:38 netbase set to automatically installed. 06:48:38 patch set to automatically installed. 06:48:38 perl set to automatically installed. 06:48:38 perl-modules-5.26 set to automatically installed. 06:48:38 pkg-config set to automatically installed. 06:48:38 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 06:48:38 Please ensure the environment is properly setup before continuing. 06:48:38 Ignore this message if the appropriate measures have already been taken 06:48:39 Pulling go  06:48:40 'app-service-config' has dependencies that need to be staged: go 06:48:40 Skipping pull go (already ran) 06:48:40 Building go  06:48:40 % Total % Received % Xferd Average Speed Time Time Time Current 06:48:40 Dload Upload Total Spent Left Speed 06:48:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 114M 14 16.6M 0 0 39.3M 0 0:00:02 --:--:-- 0:00:02 39.3M 69 114M 69 79.1M 0 0 55.9M 0 0:00:02 0:00:01 0:00:01 55.8M 100 114M 100 114M 0 0 57.1M 0 0:00:02 0:00:02 --:--:-- 57.1M 06:48:42 go1.13.10.linux-amd64.tar.gz: OK 06:48:49 Staging go  06:48:50 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 06:48:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 06:48:51 7% 53% 53% 53% 12% 12% 12% 13% [Working] 13% [Working] 13% Get:3 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [897 kB] 06:48:51 13% Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 06:48:51 14% 20% 20% 3% [Working] 3% [Working] 3% Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 06:48:51 4% 5% 5% 5% 4% [Working] 4% [Working] 4% Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] 06:48:51 5% 9% 9% 9% 9% Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [116 kB] 06:48:51 10% Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1089 kB] 06:48:51 11% 11% 11% 11% 13% Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] 06:48:51 20% 20% Get:10 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] 06:48:51 20% 22% Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [10.1 kB] 06:48:52 23% 28% 28% 28% 28% 28% 29% 34% 34% 34% 34% Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] 06:48:52 83% 83% Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [132 kB] 06:48:52 84% Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.7 kB] 06:48:52 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1425 kB] 06:48:52 86% Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1384 kB] 06:48:52 92% Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8432 B] 06:48:52 99% Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 06:48:53 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% [Working] 99% [Working] 100% [Working] Fetched 18.5 MB in 0s (0 B/s) 06:48:57 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 06:48:57 5% 100% [Working] Fetched 224 kB in 0s (0 B/s) 06:48:57 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 06:48:58 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) 06:48:58 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 06:48:58 5% 100% [Working] Fetched 221 kB in 0s (0 B/s) 06:48:58 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 06:48:59 8% 100% [Working] Fetched 143 kB in 0s (0 B/s) 06:48:59 Pulling app-service-config  06:49:01 Pulling config-common  06:49:02 Skipping build go (already ran) 06:49:02 Building app-service-config  06:49:02 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 06:49:03 go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.23 06:49:03 go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.23 06:49:03 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.37 06:49:03 go: downloading github.com/gorilla/mux v1.8.0 06:49:03 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.77 06:49:03 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.21 06:49:03 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.21 06:49:03 go: extracting github.com/gorilla/mux v1.8.0 06:49:03 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.37 06:49:03 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.19 06:49:03 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.77 06:49:03 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.19 06:49:03 go: downloading github.com/google/uuid v1.1.1 06:49:03 go: downloading github.com/pelletier/go-toml v1.2.0 06:49:03 go: downloading github.com/BurntSushi/toml v0.3.1 06:49:03 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 06:49:03 go: downloading github.com/go-kit/kit v0.8.0 06:49:03 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 06:49:03 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.21 06:49:03 go: downloading github.com/go-playground/validator/v10 v10.3.0 06:49:03 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 06:49:03 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 06:49:03 go: extracting github.com/google/uuid v1.1.1 06:49:03 go: extracting github.com/BurntSushi/toml v0.3.1 06:49:03 go: extracting github.com/pelletier/go-toml v1.2.0 06:49:03 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 06:49:03 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 06:49:03 go: downloading github.com/hashicorp/consul/api v1.1.0 06:49:03 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 06:49:03 go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.21 06:49:03 go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 06:49:03 go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 06:49:03 go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 06:49:03 go: downloading go.mongodb.org/mongo-driver v1.1.1 06:49:03 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:49:03 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 06:49:03 go: extracting github.com/go-playground/validator/v10 v10.3.0 06:49:03 go: extracting github.com/go-kit/kit v0.8.0 06:49:03 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:49:03 go: downloading github.com/mitchellh/copystructure v1.0.0 06:49:03 go: extracting github.com/gomodule/redigo v2.0.0+incompatible 06:49:03 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 06:49:03 go: extracting github.com/hashicorp/consul/api v1.1.0 06:49:03 go: downloading github.com/pebbe/zmq4 v1.0.0 06:49:03 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 06:49:03 go: downloading github.com/hashicorp/serf v0.8.2 06:49:03 go: downloading github.com/leodido/go-urn v1.2.0 06:49:03 go: extracting github.com/mitchellh/copystructure v1.0.0 06:49:03 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 06:49:03 go: downloading github.com/go-logfmt/logfmt v0.4.0 06:49:03 go: downloading github.com/x448/float16 v0.8.4 06:49:03 go: extracting github.com/pebbe/zmq4 v1.0.0 06:49:03 go: extracting github.com/hashicorp/serf v0.8.2 06:49:03 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 06:49:03 go: downloading github.com/go-playground/universal-translator v0.17.0 06:49:04 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 06:49:04 go: extracting github.com/go-logfmt/logfmt v0.4.0 06:49:04 go: extracting github.com/x448/float16 v0.8.4 06:49:04 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:49:04 go: downloading github.com/mitchellh/reflectwalk v1.0.0 06:49:04 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 06:49:04 go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 06:49:04 go: extracting github.com/go-playground/universal-translator v0.17.0 06:49:04 go: extracting github.com/leodido/go-urn v1.2.0 06:49:04 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 06:49:04 go: downloading github.com/mitchellh/mapstructure v1.1.2 06:49:04 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:49:04 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 06:49:04 go: extracting go.mongodb.org/mongo-driver v1.1.1 06:49:04 go: downloading github.com/go-redis/redis/v7 v7.2.0 06:49:04 go: extracting github.com/mitchellh/reflectwalk v1.0.0 06:49:04 go: extracting github.com/mitchellh/mapstructure v1.1.2 06:49:04 go: downloading github.com/go-playground/locales v0.13.0 06:49:04 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 06:49:04 go: downloading github.com/hashicorp/golang-lru v0.5.0 06:49:04 go: extracting github.com/go-redis/redis/v7 v7.2.0 06:49:04 go: extracting github.com/hashicorp/golang-lru v0.5.0 06:49:04 go: downloading github.com/go-stack/stack v1.8.0 06:49:04 go: downloading github.com/golang/snappy v0.0.1 06:49:04 go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 06:49:04 go: downloading github.com/xdg/stringprep v1.0.0 06:49:04 go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 06:49:04 go: extracting github.com/xdg/stringprep v1.0.0 06:49:04 go: extracting github.com/go-stack/stack v1.8.0 06:49:04 go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 06:49:04 go: extracting github.com/golang/snappy v0.0.1 06:49:04 go: downloading golang.org/x/text v0.3.2 06:49:04 go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 06:49:04 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 06:49:04 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 06:49:04 go: extracting github.com/go-playground/locales v0.13.0 06:49:05 go: extracting golang.org/x/text v0.3.2 06:49:06 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.23 06:49:06 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 06:49:06 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.77 06:49:06 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 06:49:06 go: finding github.com/google/uuid v1.1.1 06:49:06 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 06:49:06 go: finding github.com/BurntSushi/toml v0.3.1 06:49:06 go: finding github.com/go-playground/validator/v10 v10.3.0 06:49:06 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 06:49:06 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 06:49:06 go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 06:49:06 go: finding github.com/fxamacker/cbor/v2 v2.2.0 06:49:06 go: finding github.com/pelletier/go-toml v1.2.0 06:49:06 go: finding github.com/go-kit/kit v0.8.0 06:49:06 go: finding github.com/gorilla/mux v1.8.0 06:49:06 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 06:49:06 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 06:49:06 go: finding github.com/go-redis/redis/v7 v7.2.0 06:49:06 go: finding github.com/pebbe/zmq4 v1.0.0 06:49:06 go: finding github.com/x448/float16 v0.8.4 06:49:06 go: finding github.com/go-playground/universal-translator v0.17.0 06:49:06 go: finding github.com/leodido/go-urn v1.2.0 06:49:06 go: finding github.com/gomodule/redigo v2.0.0+incompatible 06:49:06 go: finding github.com/hashicorp/consul/api v1.1.0 06:49:06 go: finding go.mongodb.org/mongo-driver v1.1.1 06:49:06 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:49:06 go: finding github.com/go-logfmt/logfmt v0.4.0 06:49:06 go: finding github.com/mitchellh/copystructure v1.0.0 06:49:06 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 06:49:06 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 06:49:06 go: finding github.com/go-playground/locales v0.13.0 06:49:06 go: finding github.com/hashicorp/go-rootcerts v1.0.0 06:49:06 go: finding github.com/hashicorp/serf v0.8.2 06:49:06 go: finding github.com/mitchellh/mapstructure v1.1.2 06:49:06 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 06:49:06 go: finding github.com/go-stack/stack v1.8.0 06:49:06 go: finding github.com/mitchellh/reflectwalk v1.0.0 06:49:06 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:49:06 go: finding github.com/xdg/stringprep v1.0.0 06:49:06 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 06:49:06 go: finding github.com/golang/snappy v0.0.1 06:49:06 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 06:49:06 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 06:49:06 go: finding golang.org/x/text v0.3.2 06:49:06 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 06:49:06 go: finding github.com/hashicorp/golang-lru v0.5.0 06:49:18 Building config-common  06:49:21 Skipping stage go (already ran) 06:49:21 Staging app-service-config  06:49:22 Staging config-common  06:49:23 Priming go  06:49:23 Priming app-service-config  06:49:25 Priming config-common  06:49:27 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping | 06:49:27 Snapped edgex-app-service-configurable_1.2.0-20200914+3ea4241_amd64.snap [Pipeline] } 06:49:29 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] } 12:39:45 Cancelling nested steps due to timeout [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 12:39:46 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 12:39:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:39:52 ---> package-listing.sh 12:39:52 ++ facter osfamily 12:39:52 ++ tr '[:upper:]' '[:lower:]' 12:39:52 + OS_FAMILY=redhat 12:39:52 + workspace=/w/workspace/_app-service-configurable_PR-118 12:39:52 + START_PACKAGES=/tmp/packages_start.txt 12:39:52 + END_PACKAGES=/tmp/packages_end.txt 12:39:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:39:52 + PACKAGES=/tmp/packages_start.txt 12:39:52 + '[' /w/workspace/_app-service-configurable_PR-118 ']' 12:39:52 + PACKAGES=/tmp/packages_end.txt 12:39:52 + case "${OS_FAMILY}" in 12:39:52 + sort 12:39:52 + rpm -qa 12:39:56 + '[' -f /tmp/packages_start.txt ']' 12:39:56 + '[' -f /tmp/packages_end.txt ']' 12:39:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:39:56 + '[' /w/workspace/_app-service-configurable_PR-118 ']' 12:39:56 + mkdir -p /w/workspace/_app-service-configurable_PR-118/archives/ 12:39:56 + 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 12:39:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:39:59 12:39:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 12:39:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:39:59 alpine: Pulling from edgex-lftools-log-publisher 12:39:59 df20fa9351a1: Pulling fs layer 12:39:59 36b3adc4ff6f: Pulling fs layer 12:39:59 8ad3a11d3b57: Pulling fs layer 12:39:59 46f8f816bc3b: Pulling fs layer 12:39:59 0dadc02b9964: Pulling fs layer 12:39:59 ce6a7cf60c04: Pulling fs layer 12:39:59 7a184a31f384: Pulling fs layer 12:39:59 0879bd2ef858: Pulling fs layer 12:39:59 0dadc02b9964: Waiting 12:39:59 ce6a7cf60c04: Waiting 12:39:59 7a184a31f384: Waiting 12:39:59 0879bd2ef858: Waiting 12:39:59 46f8f816bc3b: Waiting 12:39:59 36b3adc4ff6f: Verifying Checksum 12:39:59 36b3adc4ff6f: Download complete 12:39:59 46f8f816bc3b: Verifying Checksum 12:39:59 46f8f816bc3b: Download complete 12:39:59 df20fa9351a1: Verifying Checksum 12:39:59 df20fa9351a1: Download complete 12:39:59 ce6a7cf60c04: Download complete 12:40:00 7a184a31f384: Verifying Checksum 12:40:00 7a184a31f384: Download complete 12:40:00 0dadc02b9964: Verifying Checksum 12:40:00 0dadc02b9964: Download complete 12:40:00 df20fa9351a1: Pull complete 12:40:00 8ad3a11d3b57: Verifying Checksum 12:40:00 8ad3a11d3b57: Download complete 12:40:01 36b3adc4ff6f: Pull complete 12:40:02 8ad3a11d3b57: Pull complete 12:40:02 0879bd2ef858: Verifying Checksum 12:40:02 0879bd2ef858: Download complete 12:40:02 46f8f816bc3b: Pull complete 12:40:02 0dadc02b9964: Pull complete 12:40:03 ce6a7cf60c04: Pull complete 12:40:03 7a184a31f384: Pull complete 12:40:06 0879bd2ef858: Pull complete 12:40:06 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 12:40:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:40:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 12:40:06 prd-centos7-docker-4c-2g-13935 does not seem to be running inside a container 12:40: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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 12:40:13 $ docker top 16b6e327fd8a04e0ca6d3dd20cb887875c927ca82fe82b5ed3204b86a179978f -eo pid,comm [Pipeline] { [Pipeline] sh 12:40:14 + mkdir -p /var/log/sa [Pipeline] sh 12:40:15 + ls /var/log/sa-host 12:40:15 + sadf -c /var/log/sa-host/sa05 12:40:15 file_magic: OK 12:40:15 HZ: Using current value: 100 12:40:15 file_header: OK 12:40:15 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 12:40:15 Statistics: 12:40:15 Hnuu...uuuununununu...Hnuu...uuuununununu... 12:40:15 File successfully converted to sysstat format version 12.2.1 12:40:15 + sadf -c /var/log/sa-host/sa14 12:40:15 file_magic: OK 12:40:15 HZ: Using current value: 100 12:40:15 file_header: OK 12:40:15 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 12:40:15 Statistics: 12:40:15 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... 12:40:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:40:15 provisioning config files... 12:40:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-118@tmp/config6038203188342016868tmp [Pipeline] { [Pipeline] echo 12:40:15 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:40:15 ---> create-netrc.sh [Pipeline] echo 12:40:15 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:40:16 ---> logs-deploy.sh 12:40:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-118/1 12:40:16 INFO: archiving workspace using pattern(s): 12:40:18 Archives upload complete. 12:40:18 INFO: archiving logs to Nexus 12:40:19 ---> uname -a: 12:40:19 Linux 16b6e327fd8a 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 12:40:19 12:40:19 12:40:20 ---> lscpu: 12:40:20 Architecture: x86_64 12:40:20 CPU op-mode(s): 32-bit, 64-bit 12:40:20 Byte Order: Little Endian 12:40:20 Address sizes: 40 bits physical, 48 bits virtual 12:40:20 CPU(s): 4 12:40:20 On-line CPU(s) list: 0-3 12:40:20 Thread(s) per core: 1 12:40:20 Core(s) per socket: 1 12:40:20 Socket(s): 4 12:40:20 NUMA node(s): 1 12:40:20 Vendor ID: GenuineIntel 12:40:20 CPU family: 6 12:40:20 Model: 44 12:40:20 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 12:40:20 Stepping: 1 12:40:20 CPU MHz: 2933.438 12:40:20 BogoMIPS: 5866.87 12:40:20 Virtualization: VT-x 12:40:20 Hypervisor vendor: KVM 12:40:20 Virtualization type: full 12:40:20 L1d cache: 128 KiB 12:40:20 L1i cache: 128 KiB 12:40:20 L2 cache: 16 MiB 12:40:20 L3 cache: 64 MiB 12:40:20 NUMA node0 CPU(s): 0-3 12:40:20 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 12:40:20 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 12:40:20 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 12:40:20 Vulnerability Meltdown: Mitigation; PTI 12:40:20 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:40:20 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 12:40:20 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 12:40:20 Vulnerability Tsx async abort: Not affected 12:40:20 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 12:40:20 12:40:20 12:40:20 ---> nproc: 12:40:20 4 12:40:20 12:40:20 12:40:20 ---> df -h: 12:40:20 Filesystem Size Used Available Use% Mounted on 12:40:20 overlay 50.0G 6.6G 43.4G 13% / 12:40:20 tmpfs 64.0M 0 64.0M 0% /dev 12:40:20 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 12:40:20 shm 64.0M 0 64.0M 0% /dev/shm 12:40:20 /dev/vda1 50.0G 6.6G 43.4G 13% /etc/resolv.conf 12:40:20 /dev/vda1 50.0G 6.6G 43.4G 13% /etc/hostname 12:40:20 /dev/vda1 50.0G 6.6G 43.4G 13% /etc/hosts 12:40:20 /dev/vda1 50.0G 6.6G 43.4G 13% /w/workspace/_app-service-configurable_PR-118@tmp 12:40:20 /dev/vda1 50.0G 6.6G 43.4G 13% /var/log/sa-host 12:40:20 /dev/vda1 50.0G 6.6G 43.4G 13% /w/workspace/_app-service-configurable_PR-118 12:40:20 12:40:20 12:40:20 ---> free -m: 12:40:20 total used free shared buff/cache available 12:40:20 Mem: 1837 722 147 0 967 1021 12:40:20 Swap: 1023 1 1022 12:40:20 12:40:20 12:40:20 ---> ip addr: 12:40:20 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 12:40:20 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:40:20 inet 127.0.0.1/8 scope host lo 12:40:20 valid_lft forever preferred_lft forever 12:40:20 6: eth0@if7: mtu 1458 qdisc noqueue state UP 12:40:20 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 12:40:20 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 12:40:20 valid_lft forever preferred_lft forever 12:40:20 12:40:20 12:40:20 ---> sar -b -r -n DEV: 12:40:20 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) 12:40:20 12:40:20 06:38:42 LINUX RESTART (4 CPU) 12:40:20 12:40:20 06:40:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:40:20 06:41:01 20.38 4.41 15.97 0.00 1089.60 2113.33 0.00 12:40:20 06:42:01 1.66 0.00 1.66 0.00 0.00 30.30 0.00 12:40:20 06:43:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 12:40:20 06:44:01 0.20 0.00 0.20 0.00 0.00 1.62 0.00 12:40:20 06:45:01 0.45 0.00 0.45 0.00 0.00 8.05 0.00 12:40:20 06:46:01 0.30 0.02 0.28 0.00 0.13 3.00 0.00 12:40:20 06:47:02 0.32 0.00 0.32 0.00 0.00 3.65 0.00 12:40:20 06:48:01 0.24 0.00 0.24 0.00 0.00 2.47 0.00 12:40:20 06:49:01 0.18 0.00 0.18 0.00 0.00 2.30 0.00 12:40:20 06:50:01 0.27 0.00 0.27 0.00 0.00 3.64 0.00 12:40:20 06:51:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 12:40:20 06:52:01 0.30 0.00 0.30 0.00 0.00 3.27 0.00 12:40:20 06:53:01 0.25 0.00 0.25 0.00 0.00 3.51 0.00 12:40:20 06:54:01 0.28 0.10 0.18 0.00 3.20 1.88 0.00 12:40:20 06:55:01 0.77 0.07 0.70 0.00 2.13 14.75 0.00 12:40:20 06:56:02 0.27 0.00 0.27 0.00 0.00 3.64 0.00 12:40:20 06:57:01 0.27 0.00 0.27 0.00 0.00 3.59 0.00 12:40:20 06:58:01 0.18 0.00 0.18 0.00 0.00 2.88 0.00 12:40:20 06:59:01 0.45 0.00 0.45 0.00 0.00 6.39 0.00 12:40:20 07:00:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 12:40:20 07:01:01 0.20 0.05 0.15 0.00 0.67 2.01 0.00 12:40:20 07:02:01 0.45 0.08 0.37 0.00 1.60 6.14 0.00 12:40:20 07:03:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 12:40:20 07:04:01 0.17 0.00 0.17 0.00 0.00 1.35 0.00 12:40:20 07:05:01 0.23 0.00 0.23 0.00 0.00 2.46 0.00 12:40:20 07:06:01 0.18 0.00 0.18 0.00 0.00 2.13 0.00 12:40:20 07:07:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 12:40:20 07:08:02 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:40:20 07:09:01 0.17 0.00 0.17 0.00 0.00 1.35 0.00 12:40:20 07:10:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 12:40:20 07:11:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 12:40:20 07:12:01 0.30 0.00 0.30 0.00 0.00 3.31 0.00 12:40:20 07:13:01 0.22 0.00 0.22 0.00 0.00 2.03 0.00 12:40:20 07:14:01 0.18 0.00 0.18 0.00 0.00 1.50 0.00 12:40:20 07:15:01 0.20 0.00 0.20 0.00 0.00 1.91 0.00 12:40:20 07:16:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 12:40:20 07:17:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:40:20 07:18:01 0.22 0.00 0.22 0.00 0.00 2.58 0.00 12:40:20 07:19:01 0.18 0.00 0.18 0.00 0.00 2.06 0.00 12:40:20 07:20:01 0.13 0.00 0.13 0.00 0.00 2.16 0.00 12:40:20 07:21:01 0.15 0.00 0.15 0.00 0.00 2.03 0.00 12:40:20 07:22:01 0.23 0.00 0.23 0.00 0.00 3.25 0.00 12:40:20 07:23:01 0.22 0.00 0.22 0.00 0.00 2.58 0.00 12:40:20 07:24:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 12:40:20 07:25:02 0.17 0.00 0.17 0.00 0.00 1.50 0.00 12:40:20 07:26:01 0.20 0.00 0.20 0.00 0.00 1.81 0.00 12:40:20 07:27:01 0.73 0.00 0.73 0.00 0.00 8.76 0.00 12:40:20 07:28:01 0.57 0.00 0.57 0.00 0.00 6.23 0.00 12:40:20 07:29:01 0.57 0.00 0.57 0.00 0.00 5.96 0.00 12:40:20 07:30:01 0.57 0.00 0.57 0.00 0.00 6.50 0.00 12:40:20 07:31:01 0.67 0.00 0.67 0.00 0.00 7.29 0.00 12:40:20 07:32:01 0.67 0.00 0.67 0.00 0.00 7.69 0.00 12:40:20 07:33:01 0.67 0.00 0.67 0.00 0.00 7.03 0.00 12:40:20 07:34:01 0.57 0.00 0.57 0.00 0.00 6.09 0.00 12:40:20 07:35:01 0.28 0.00 0.28 0.00 0.00 4.01 0.00 12:40:20 07:36:01 0.17 0.00 0.17 0.00 0.00 1.46 0.00 12:40:20 07:37:01 0.25 0.00 0.25 0.00 0.00 3.08 0.00 12:40:20 07:38:01 0.28 0.00 0.28 0.00 0.00 2.96 0.00 12:40:20 07:39:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 12:40:20 07:40:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 12:40:20 07:41:01 0.23 0.00 0.23 0.00 0.00 2.71 0.00 12:40:20 07:42:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:40:20 07:43:02 2.23 1.96 0.27 0.00 39.80 3.39 0.00 12:40:20 07:44:01 290.56 267.63 22.93 0.00 3701.12 888.65 0.00 12:40:20 07:45:01 0.70 0.00 0.70 0.00 0.00 163.43 0.00 12:40:20 07:46:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 12:40:20 07:47:01 0.25 0.00 0.25 0.00 0.00 3.15 0.00 12:40:20 07:48:01 0.42 0.00 0.42 0.00 0.00 5.73 0.00 12:40:20 07:49:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 12:40:20 07:50:01 0.18 0.00 0.18 0.00 0.00 2.01 0.00 12:40:20 07:51:01 0.18 0.00 0.18 0.00 0.00 1.50 0.00 12:40:20 07:52:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 12:40:20 07:53:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 12:40:20 07:54:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:40:20 07:55:01 0.20 0.00 0.20 0.00 0.00 1.63 0.00 12:40:20 07:56:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 12:40:20 07:57:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 12:40:20 07:58:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 12:40:20 07:59:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:40:20 08:00:02 0.17 0.00 0.17 0.00 0.00 1.60 0.00 12:40:20 08:01:01 0.20 0.00 0.20 0.00 0.00 1.64 0.00 12:40:20 08:02:01 0.28 0.00 0.28 0.00 0.00 3.70 0.00 12:40:20 08:03:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:40:20 08:04:01 0.32 0.00 0.32 0.00 0.00 4.26 0.00 12:40:20 08:05:01 0.27 0.00 0.27 0.00 0.00 3.51 0.00 12:40:20 08:06:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 12:40:20 08:07:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:40:20 08:08:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 12:40:20 08:09:01 0.18 0.00 0.18 0.00 0.00 1.86 0.00 12:40:20 08:10:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 12:40:20 08:11:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 12:40:20 08:12:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:40:20 08:13:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 12:40:20 08:14:01 0.17 0.00 0.17 0.00 0.00 1.20 0.00 12:40:20 08:15:02 0.38 0.00 0.38 0.00 0.00 6.14 0.00 12:40:20 08:16:01 0.17 0.00 0.17 0.00 0.00 1.49 0.00 12:40:20 08:17:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:40:20 08:18:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 12:40:20 08:19:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:40:20 08:20:01 0.55 0.30 0.25 0.00 129.09 3.13 0.00 12:40:20 08:21:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 12:40:20 08:22:01 0.20 0.00 0.20 0.00 0.00 1.78 0.00 12:40:20 08:23:01 0.20 0.00 0.20 0.00 0.00 2.13 0.00 12:40:20 08:24:01 0.37 0.00 0.37 0.00 0.00 5.34 0.00 12:40:20 08:25:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 12:40:20 08:26:02 0.25 0.00 0.25 0.00 0.00 2.83 0.00 12:40:20 08:27:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 12:40:20 08:28:01 0.25 0.00 0.25 0.00 0.00 2.81 0.00 12:40:20 08:29:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 12:40:20 08:30:01 0.23 0.00 0.23 0.00 0.00 2.58 0.00 12:40:20 08:31:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 12:40:20 08:32:01 0.20 0.00 0.20 0.00 0.00 2.55 0.00 12:40:20 08:33:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 12:40:20 08:34:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:40:20 08:35:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 12:40:20 08:36:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:40:20 08:37:01 0.63 0.00 0.63 0.00 0.00 7.11 0.00 12:40:20 08:38:01 0.43 0.00 0.43 0.00 0.00 6.23 0.00 12:40:20 08:39:01 0.17 0.00 0.17 0.00 0.00 1.20 0.00 12:40:20 08:40:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 12:40:20 08:41:01 0.32 0.00 0.32 0.00 0.00 3.55 0.00 12:40:20 08:42:02 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:40:20 08:43:01 0.25 0.00 0.25 0.00 0.00 3.03 0.00 12:40:20 08:44:01 0.25 0.00 0.25 0.00 0.00 2.31 0.00 12:40:20 08:45:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 12:40:20 08:46:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 12:40:20 08:47:01 0.27 0.00 0.27 0.00 0.00 3.65 0.00 12:40:20 08:48:01 0.27 0.00 0.27 0.00 0.00 3.51 0.00 12:40:20 08:49:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:40:20 08:50:01 0.15 0.00 0.15 0.00 0.00 2.00 0.00 12:40:20 08:51:01 0.28 0.00 0.28 0.00 0.00 3.01 0.00 12:40:20 08:52:01 0.22 0.00 0.22 0.00 0.00 2.47 0.00 12:40:20 08:53:01 0.35 0.00 0.35 0.00 0.00 4.93 0.00 12:40:20 08:54:01 0.27 0.00 0.27 0.00 0.00 3.91 0.00 12:40:20 08:55:01 0.22 0.00 0.22 0.00 0.00 2.91 0.00 12:40:20 08:56:01 0.32 0.00 0.32 0.00 0.00 4.91 0.00 12:40:20 08:57:01 0.27 0.00 0.27 0.00 0.00 3.91 0.00 12:40:20 08:58:01 1.68 0.00 1.68 0.00 0.00 14.39 0.00 12:40:20 08:59:01 4.15 0.00 4.15 0.00 0.00 51.29 0.00 12:40:20 09:00:01 0.28 0.00 0.28 0.00 0.00 4.68 0.00 12:40:20 09:01:02 0.32 0.00 0.32 0.00 0.00 4.91 0.00 12:40:20 09:02:01 0.37 0.00 0.37 0.00 0.00 5.55 0.00 12:40:20 09:03:01 0.25 0.00 0.25 0.00 0.00 2.66 0.00 12:40:20 09:04:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 12:40:20 09:05:01 0.28 0.00 0.28 0.00 0.00 3.55 0.00 12:40:20 09:06:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:40:20 09:07:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 12:40:20 09:08:01 0.22 0.00 0.22 0.00 0.00 2.01 0.00 12:40:20 09:09:01 0.17 0.00 0.17 0.00 0.00 1.46 0.00 12:40:20 09:10:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:40:20 09:11:01 0.25 0.00 0.25 0.00 0.00 2.46 0.00 12:40:20 09:12:01 0.27 0.00 0.27 0.00 0.00 3.48 0.00 12:40:20 09:13:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:40:20 09:14:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 12:40:20 09:15:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 12:40:20 09:16:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 12:40:20 09:17:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:40:20 09:18:02 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:40:20 09:19:01 0.25 0.00 0.25 0.00 0.00 3.17 0.00 12:40:20 09:20:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 12:40:20 09:21:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:40:20 09:22:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 12:40:20 09:23:01 0.22 0.00 0.22 0.00 0.00 2.55 0.00 12:40:20 09:24:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:40:20 09:25:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 12:40:20 09:26:01 0.30 0.00 0.30 0.00 0.00 4.45 0.00 12:40:20 09:27:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:40:20 09:28:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:40:20 09:29:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:40:20 09:30:01 0.25 0.00 0.25 0.00 0.00 3.23 0.00 12:40:20 09:31:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:40:20 09:32:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 12:40:20 09:33:01 0.25 0.00 0.25 0.00 0.00 2.33 0.00 12:40:20 09:34:01 0.18 0.00 0.18 0.00 0.00 1.87 0.00 12:40:20 09:35:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:40:20 09:36:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 12:40:20 09:37:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:40:20 09:38:02 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:40:20 09:39:01 0.17 0.00 0.17 0.00 0.00 1.49 0.00 12:40:20 09:40:01 0.28 0.00 0.28 0.00 0.00 3.01 0.00 12:40:20 09:41:01 0.23 0.00 0.23 0.00 0.00 2.95 0.00 12:40:20 09:42:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 12:40:20 09:43:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:40:20 09:44:01 0.18 0.00 0.18 0.00 0.00 1.50 0.00 12:40:20 09:45:01 0.28 0.00 0.28 0.00 0.00 3.25 0.00 12:40:20 09:46:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 12:40:20 09:47:01 0.25 0.00 0.25 0.00 0.00 3.06 0.00 12:40:20 09:48:01 0.32 0.00 0.32 0.00 0.00 4.74 0.00 12:40:20 09:49:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:40:20 09:50:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:40:20 09:51:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:40:20 09:52:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 12:40:20 09:53:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:40:20 09:54:01 0.20 0.00 0.20 0.00 0.00 1.73 0.00 12:40:20 09:55:01 0.30 0.00 0.30 0.00 0.00 4.21 0.00 12:40:20 09:56:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:40:20 09:57:02 0.25 0.00 0.25 0.00 0.00 3.10 0.00 12:40:20 09:58:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 12:40:20 09:59:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:40:20 10:00:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:40:20 10:01:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 12:40:20 10:02:01 0.27 0.00 0.27 0.00 0.00 3.35 0.00 12:40:20 10:03:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:40:20 10:04:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 12:40:20 10:05:01 0.20 0.00 0.20 0.00 0.00 2.68 0.00 12:40:20 10:06:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 12:40:20 10:07:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 12:40:20 10:08:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 12:40:20 10:09:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 12:40:20 10:10:01 0.20 0.00 0.20 0.00 0.00 2.68 0.00 12:40:20 10:11:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:40:20 10:12:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:40:20 10:13:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:40:20 10:14:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:40:20 10:15:02 0.30 0.00 0.30 0.00 0.00 4.35 0.00 12:40:20 10:16:01 0.29 0.00 0.29 0.00 0.00 3.45 0.00 12:40:20 10:17:01 0.22 0.00 0.22 0.00 0.00 2.71 0.00 12:40:20 10:18:01 0.20 0.00 0.20 0.00 0.00 1.62 0.00 12:40:20 10:19:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 12:40:20 10:20:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 12:40:20 10:21:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 12:40:20 10:22:01 0.25 0.00 0.25 0.00 0.00 2.47 0.00 12:40:20 10:23:01 0.18 0.00 0.18 0.00 0.00 2.45 0.00 12:40:20 10:24:01 0.28 0.00 0.28 0.00 0.00 3.13 0.00 12:40:20 10:25:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:40:20 10:26:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 12:40:20 10:27:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:40:20 10:28:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:40:20 10:29:01 0.28 0.00 0.28 0.00 0.00 3.03 0.00 12:40:20 10:30:01 0.23 0.00 0.23 0.00 0.00 2.95 0.00 12:40:20 10:31:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 12:40:20 10:32:02 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:40:20 10:33:01 0.17 0.00 0.17 0.00 0.00 1.49 0.00 12:40:20 10:34:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 12:40:20 10:35:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:40:20 10:36:01 0.25 0.00 0.25 0.00 0.00 2.88 0.00 12:40:20 10:37:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 12:40:20 10:38:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 12:40:20 10:39:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:40:20 10:40:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:40:20 10:41:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 12:40:20 10:42:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 12:40:20 10:43:01 0.20 0.00 0.20 0.00 0.00 1.73 0.00 12:40:20 10:44:01 0.27 0.00 0.27 0.00 0.00 2.90 0.00 12:40:20 10:45:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 12:40:20 10:46:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 12:40:20 10:47:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:40:20 10:48:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 12:40:20 10:49:01 0.27 0.00 0.27 0.00 0.00 3.51 0.00 12:40:20 10:50:02 0.23 0.00 0.23 0.00 0.00 2.55 0.00 12:40:20 10:51:01 0.27 0.00 0.27 0.00 0.00 2.81 0.00 12:40:20 10:52:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:40:20 10:53:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 12:40:20 10:54:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 12:40:20 10:55:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 12:40:20 10:56:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:40:20 10:57:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:40:20 10:58:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 12:40:20 10:59:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 12:40:20 11:00:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:40:20 11:01:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:40:20 11:02:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 12:40:20 11:03:01 0.25 0.00 0.25 0.00 0.00 3.01 0.00 12:40:20 11:04:01 0.32 0.00 0.32 0.00 0.00 4.21 0.00 12:40:20 11:05:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:40:20 11:06:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 12:40:20 11:07:02 0.17 0.00 0.17 0.00 0.00 1.20 0.00 12:40:20 11:08:01 0.25 0.00 0.25 0.00 0.00 3.28 0.00 12:40:20 11:09:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:40:20 11:10:01 0.25 0.00 0.25 0.00 0.00 3.08 0.00 12:40:20 11:11:01 0.35 0.00 0.35 0.00 0.00 3.35 0.00 12:40:20 11:12:01 0.20 0.00 0.20 0.00 0.00 1.78 0.00 12:40:20 11:13:01 0.25 0.00 0.25 0.00 0.00 2.86 0.00 12:40:20 11:14:01 0.25 0.00 0.25 0.00 0.00 2.46 0.00 12:40:20 11:15:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 12:40:20 11:16:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 12:40:20 11:17:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 12:40:20 11:18:01 0.28 0.00 0.28 0.00 0.00 3.01 0.00 12:40:20 11:19:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 12:40:20 11:20:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:40:20 11:21:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 12:40:20 11:22:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 12:40:20 11:23:01 0.27 0.00 0.27 0.00 0.00 3.00 0.00 12:40:20 11:24:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 12:40:20 11:25:01 0.29 0.00 0.29 0.00 0.00 3.20 0.00 12:40:20 11:26:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 12:40:20 11:27:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 12:40:20 11:28:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:40:20 11:29:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 12:40:20 11:30:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:40:20 11:31:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 12:40:20 11:32:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 12:40:20 11:33:01 0.27 0.00 0.27 0.00 0.00 3.18 0.00 12:40:20 11:34:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 12:40:20 11:35:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 12:40:20 11:36:01 0.22 0.00 0.22 0.00 0.00 2.31 0.00 12:40:20 11:37:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 12:40:20 11:38:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 12:40:20 11:39:01 0.25 0.00 0.25 0.00 0.00 2.36 0.00 12:40:20 11:40:01 0.45 0.00 0.45 0.00 0.00 4.58 0.00 12:40:20 11:41:01 0.38 0.00 0.38 0.00 0.00 5.31 0.00 12:40:20 11:42:01 0.18 0.00 0.18 0.00 0.00 1.50 0.00 12:40:20 11:43:01 0.28 0.00 0.28 0.00 0.00 3.15 0.00 12:40:20 11:44:01 0.25 0.00 0.25 0.00 0.00 2.47 0.00 12:40:20 11:45:01 0.67 0.00 0.67 0.00 0.00 7.96 0.00 12:40:20 11:46:01 0.28 0.00 0.28 0.00 0.00 4.01 0.00 12:40:20 11:47:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 12:40:20 11:48:01 0.30 0.00 0.30 0.00 0.00 3.95 0.00 12:40:20 11:49:01 0.23 0.00 0.23 0.00 0.00 2.81 0.00 12:40:20 11:50:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 12:40:20 11:51:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 12:40:20 11:52:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 12:40:20 11:53:01 0.27 0.00 0.27 0.00 0.00 3.13 0.00 12:40:20 11:54:01 0.32 0.00 0.32 0.00 0.00 4.21 0.00 12:40:20 11:55:01 0.25 0.00 0.25 0.00 0.00 2.81 0.00 12:40:20 11:56:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 12:40:20 11:57:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 12:40:20 11:58:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:40:20 11:59:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 12:40:20 12:00:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 12:40:20 12:01:01 0.25 0.00 0.25 0.00 0.00 2.45 0.00 12:40:20 12:02:02 0.25 0.00 0.25 0.00 0.00 3.09 0.00 12:40:20 12:03:01 0.20 0.00 0.20 0.00 0.00 2.12 0.00 12:40:20 12:04:01 0.32 0.00 0.32 0.00 0.00 4.65 0.00 12:40:20 12:05:01 0.28 0.00 0.28 0.00 0.00 4.43 0.00 12:40:20 12:06:01 0.23 0.00 0.23 0.00 0.00 3.70 0.00 12:40:20 12:07:01 0.37 0.00 0.37 0.00 0.00 5.41 0.00 12:40:20 12:08:01 0.30 0.00 0.30 0.00 0.00 4.91 0.00 12:40:20 12:09:01 0.33 0.00 0.33 0.00 0.00 5.29 0.00 12:40:20 12:10:01 0.28 0.00 0.28 0.00 0.00 4.43 0.00 12:40:20 12:11:01 0.23 0.00 0.23 0.00 0.00 3.56 0.00 12:40:20 12:12:01 0.33 0.00 0.33 0.00 0.00 5.29 0.00 12:40:20 12:13:01 0.28 0.00 0.28 0.00 0.00 4.42 0.00 12:40:20 12:14:01 0.37 0.00 0.37 0.00 0.00 5.28 0.00 12:40:20 12:15:01 0.30 0.00 0.30 0.00 0.00 4.91 0.00 12:40:20 12:16:02 0.23 0.00 0.23 0.00 0.00 3.70 0.00 12:40:20 12:17:01 0.34 0.00 0.34 0.00 0.00 5.25 0.00 12:40:20 12:18:01 0.28 0.00 0.28 0.00 0.00 4.43 0.00 12:40:20 12:19:01 0.33 0.00 0.33 0.00 0.00 5.16 0.00 12:40:20 12:20:01 0.28 0.00 0.28 0.00 0.00 4.43 0.00 12:40:20 12:21:01 0.27 0.00 0.27 0.00 0.00 3.86 0.00 12:40:20 12:22:01 0.35 0.00 0.35 0.00 0.00 5.73 0.00 12:40:20 12:23:01 0.52 0.00 0.52 0.00 0.00 6.43 0.00 12:40:20 12:24:01 0.55 0.00 0.55 0.00 0.00 5.73 0.00 12:40:20 12:25:01 0.60 0.00 0.60 0.00 0.00 6.81 0.00 12:40:20 12:26:01 0.57 0.00 0.57 0.00 0.00 6.23 0.00 12:40:20 12:27:01 0.62 0.00 0.62 0.00 0.00 6.33 0.00 12:40:20 12:28:01 0.70 0.00 0.70 0.00 0.00 7.16 0.00 12:40:20 12:29:01 0.70 0.00 0.70 0.00 0.00 8.25 0.00 12:40:20 12:30:01 0.57 0.00 0.57 0.00 0.00 6.09 0.00 12:40:20 12:31:01 0.57 0.00 0.57 0.00 0.00 6.23 0.00 12:40:20 12:32:01 0.67 0.00 0.67 0.00 0.00 8.09 0.00 12:40:20 12:33:01 0.57 0.00 0.57 0.00 0.00 5.96 0.00 12:40:20 12:34:01 0.68 0.00 0.68 0.00 0.00 8.10 0.00 12:40:20 12:35:01 0.57 0.00 0.57 0.00 0.00 6.23 0.00 12:40:20 12:36:01 0.60 0.00 0.60 0.00 0.00 6.56 0.00 12:40:20 12:37:01 0.33 0.00 0.33 0.00 0.00 5.30 0.00 12:40:20 12:38:01 0.17 0.00 0.17 0.00 0.00 1.46 0.00 12:40:20 12:39:01 0.25 0.00 0.25 0.00 0.00 2.86 0.00 12:40:20 12:40:01 46.47 45.27 1.20 0.00 4634.95 84.95 0.00 12:40:20 Average: 1.27 0.88 0.39 0.00 26.56 12.31 0.00 12:40:20 12:40:20 06:40:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:40:20 06:41:01 174004 0 553704 29.43 2620 1151228 1137920 38.84 431756 1115712 20 12:40:20 06:42:01 185448 0 542256 28.82 2620 1151232 1067096 36.42 424632 1113372 8 12:40:20 06:43:01 184088 0 543604 28.89 2620 1151244 1067116 36.42 426096 1112840 8 12:40:20 06:44:01 183192 0 544500 28.94 2620 1151244 1067356 36.43 430672 1109772 20 12:40:20 06:45:01 181808 0 545880 29.01 2620 1151248 1067212 36.42 433032 1108528 12 12:40:20 06:46:01 181696 0 545980 29.02 2620 1151260 1067300 36.43 448068 1093884 12 12:40:20 06:47:02 182344 0 545332 28.98 2620 1151260 1067180 36.42 442236 1098844 8 12:40:20 06:48:01 181404 0 546264 29.03 2620 1151268 1067372 36.43 443404 1098844 16 12:40:20 06:49:01 182360 0 545304 28.98 2620 1151272 1067176 36.42 442384 1098844 8 12:40:20 06:50:01 181836 0 545820 29.01 2620 1151280 1067264 36.42 437692 1103980 8 12:40:20 06:51:01 181244 0 546412 29.04 2620 1151280 1067384 36.43 438240 1103980 12 12:40:20 06:52:01 182384 0 545264 28.98 2620 1151288 1067180 36.42 437144 1103984 12 12:40:20 06:53:01 180348 0 547296 29.09 2620 1151292 1067504 36.43 438920 1103980 8 12:40:20 06:54:01 178472 0 549172 29.19 2620 1151292 1069268 36.49 440552 1103980 16 12:40:20 06:55:01 181504 0 546132 29.03 2620 1151300 1067288 36.42 437960 1103708 12 12:40:20 06:56:02 180668 0 546904 29.07 2620 1151364 1067616 36.44 439272 1103724 28 12:40:20 06:57:01 181576 0 546052 29.02 2620 1151308 1067376 36.43 437976 1103708 8 12:40:20 06:58:01 182152 0 545468 28.99 2620 1151316 1067376 36.43 437696 1103748 8 12:40:20 06:59:01 181896 0 545716 29.00 2620 1151324 1067376 36.43 437844 1103748 8 12:40:20 07:00:01 181800 0 545812 29.01 2620 1151324 1067436 36.43 438160 1103748 8 12:40:20 07:01:01 179620 0 547984 29.12 2620 1151332 1070072 36.52 439744 1103752 8 12:40:20 07:02:01 181620 0 545844 29.01 2620 1151472 1067884 36.44 438148 1103824 8 12:40:20 07:03:01 181116 0 546344 29.04 2620 1151476 1067884 36.44 438028 1103824 8 12:40:20 07:04:01 181636 0 545820 29.01 2620 1151480 1067884 36.44 438156 1103824 8 12:40:20 07:05:01 180056 0 547392 29.09 2620 1151488 1068100 36.45 439452 1103824 8 12:40:20 07:06:01 181284 0 546160 29.03 2620 1151492 1067884 36.44 438056 1103824 8 12:40:20 07:07:01 181160 0 546280 29.03 2620 1151496 1067884 36.44 438192 1103824 8 12:40:20 07:08:02 181472 0 545964 29.02 2620 1151500 1067884 36.44 438184 1103824 8 12:40:20 07:09:01 181556 0 545876 29.01 2620 1151504 1067884 36.44 438188 1103824 8 12:40:20 07:10:01 180988 0 546440 29.04 2620 1151508 1067980 36.45 438652 1103824 8 12:40:20 07:11:01 180968 0 546456 29.04 2620 1151512 1067884 36.44 438456 1103824 16 12:40:20 07:12:01 181116 0 546296 29.03 2620 1151524 1067884 36.44 438472 1103828 8 12:40:20 07:13:01 180976 0 546436 29.04 2620 1151524 1067884 36.44 438464 1103824 8 12:40:20 07:14:01 181116 0 546288 29.03 2620 1151532 1067884 36.44 438472 1103824 8 12:40:20 07:15:01 181004 0 546396 29.04 2620 1151536 1067944 36.45 438448 1103824 8 12:40:20 07:16:01 180764 0 546632 29.05 2620 1151540 1067920 36.45 438636 1103828 12 12:40:20 07:17:01 181000 0 546392 29.04 2620 1151544 1067884 36.44 438524 1103824 12 12:40:20 07:18:01 180804 0 546584 29.05 2620 1151548 1067884 36.44 438528 1103824 16 12:40:20 07:19:01 181008 0 546376 29.04 2620 1151552 1067948 36.45 438684 1103824 20 12:40:20 07:20:01 180632 0 546748 29.06 2620 1151556 1068032 36.45 438824 1103824 20 12:40:20 07:21:01 180892 0 546480 29.04 2620 1151564 1067948 36.45 438752 1103824 20 12:40:20 07:22:01 180480 0 546888 29.07 2620 1151568 1068164 36.45 439208 1103824 16 12:40:20 07:23:01 181288 0 546076 29.02 2620 1151572 1067948 36.45 438632 1103828 16 12:40:20 07:24:01 181124 0 546236 29.03 2620 1151576 1067948 36.45 438516 1103824 8 12:40:20 07:25:02 181120 0 546236 29.03 2620 1151580 1068032 36.45 438696 1103820 8 12:40:20 07:26:01 180756 0 546596 29.05 2620 1151584 1068008 36.45 438668 1103824 8 12:40:20 07:27:01 180860 0 546488 29.04 2620 1151588 1067948 36.45 438636 1103824 8 12:40:20 07:28:01 180776 0 546564 29.05 2620 1151596 1067948 36.45 438660 1103824 8 12:40:20 07:29:01 181248 0 546092 29.02 2620 1151596 1067948 36.45 438536 1103824 8 12:40:20 07:30:01 180556 0 546776 29.06 2620 1151604 1068136 36.45 439452 1103824 8 12:40:20 07:31:01 180600 0 546728 29.06 2620 1151608 1068076 36.45 439392 1103824 8 12:40:20 07:32:01 180504 0 546824 29.06 2620 1151608 1068076 36.45 439380 1103824 8 12:40:20 07:33:01 180768 0 546552 29.05 2620 1151616 1068076 36.45 439124 1103824 8 12:40:20 07:34:01 180496 0 546820 29.06 2620 1151620 1068076 36.45 439392 1103824 8 12:40:20 07:35:01 179936 0 547372 29.09 2620 1151628 1068136 36.45 439220 1103824 8 12:40:20 07:36:01 180100 0 547204 29.08 2620 1151632 1068112 36.45 439416 1103824 12 12:40:20 07:37:01 180124 0 547172 29.08 2620 1151640 1068076 36.45 439292 1103824 12 12:40:20 07:38:01 180396 0 546896 29.07 2620 1151644 1068076 36.45 439280 1103824 8 12:40:20 07:39:01 180436 0 546852 29.06 2620 1151648 1068076 36.45 439176 1103824 8 12:40:20 07:40:01 180332 0 546952 29.07 2620 1151652 1068136 36.45 439268 1103824 8 12:40:20 07:41:01 180068 0 547212 29.08 2620 1151656 1068112 36.45 439448 1103824 8 12:40:20 07:42:01 180412 0 546864 29.06 2620 1151660 1068076 36.45 439320 1103824 8 12:40:20 07:43:02 176300 0 550232 29.24 2620 1152404 1071236 36.56 441116 1104320 12 12:40:20 07:44:01 73720 0 649192 34.50 2620 1156024 1068108 36.45 447872 1099588 4628 12:40:20 07:45:01 72456 0 650456 34.57 2620 1156024 1068240 36.46 448952 1099588 12 12:40:20 07:46:01 72328 0 650576 34.58 2620 1156032 1068108 36.45 448980 1099588 16 12:40:20 07:47:01 72616 0 650280 34.56 2620 1156040 1068108 36.45 448968 1099592 8 12:40:20 07:48:01 72592 0 650304 34.56 2620 1156040 1068108 36.45 448864 1099588 8 12:40:20 07:49:01 72344 0 650544 34.57 2620 1156048 1068108 36.45 448856 1099588 8 12:40:20 07:50:01 72256 0 650628 34.58 2620 1156052 1068168 36.45 449008 1099588 8 12:40:20 07:51:01 72568 0 650312 34.56 2620 1156056 1068156 36.45 448892 1099588 12 12:40:20 07:52:01 72764 0 650112 34.55 2620 1156060 1068108 36.45 448888 1099588 12 12:40:20 07:53:01 72888 0 649980 34.54 2620 1156068 1068108 36.45 448896 1099588 8 12:40:20 07:54:01 72724 0 650140 34.55 2620 1156072 1068108 36.45 448776 1099588 8 12:40:20 07:55:01 72536 0 650328 34.56 2620 1156072 1068176 36.45 449104 1099588 8 12:40:20 07:56:01 72600 0 650256 34.56 2620 1156080 1068132 36.45 448912 1099588 8 12:40:20 07:57:01 72632 0 650220 34.56 2620 1156084 1068108 36.45 448788 1099588 8 12:40:20 07:58:01 72716 0 650132 34.55 2620 1156088 1068108 36.45 448916 1099588 8 12:40:20 07:59:01 72904 0 649940 34.54 2620 1156092 1068108 36.45 448796 1099588 8 12:40:20 08:00:02 72520 0 650316 34.56 2620 1156100 1068168 36.45 449048 1099584 12 12:40:20 08:01:01 71544 0 651292 34.61 2620 1156100 1070644 36.54 449768 1099588 12 12:40:20 08:02:01 72344 0 650484 34.57 2620 1156108 1068108 36.45 448936 1099588 8 12:40:20 08:03:01 72204 0 650620 34.58 2620 1156112 1068108 36.45 448940 1099588 8 12:40:20 08:04:01 72416 0 650404 34.57 2620 1156116 1068108 36.45 448836 1099572 8 12:40:20 08:05:01 72112 0 650704 34.58 2620 1156120 1068324 36.46 449244 1099572 8 12:40:20 08:06:01 72168 0 650640 34.58 2620 1156128 1068288 36.46 449352 1099572 8 12:40:20 08:07:01 72344 0 650464 34.57 2620 1156128 1068108 36.45 448980 1099572 8 12:40:20 08:08:01 72516 0 650284 34.56 2620 1156136 1068108 36.45 448988 1099572 8 12:40:20 08:09:01 72336 0 650460 34.57 2620 1156140 1068108 36.45 448972 1099572 8 12:40:20 08:10:01 72164 0 650628 34.58 2620 1156144 1068180 36.46 448952 1099572 8 12:40:20 08:11:01 72376 0 650412 34.57 2620 1156148 1068108 36.45 448988 1099572 8 12:40:20 08:12:01 72104 0 650680 34.58 2620 1156152 1068108 36.45 449008 1099572 8 12:40:20 08:13:01 72112 0 650664 34.58 2620 1156160 1068108 36.45 449140 1099572 8 12:40:20 08:14:01 72128 0 650648 34.58 2620 1156160 1068108 36.45 449016 1099572 8 12:40:20 08:15:02 72180 0 650560 34.58 2620 1156196 1068192 36.46 449076 1099572 12 12:40:20 08:16:01 72412 0 650352 34.56 2620 1156172 1068180 36.46 448908 1099572 12 12:40:20 08:17:01 72088 0 650676 34.58 2620 1156172 1068108 36.45 449144 1099572 16 12:40:20 08:18:01 72268 0 650488 34.57 2620 1156180 1068108 36.45 449156 1099572 8 12:40:20 08:19:01 73540 0 649212 34.50 2620 1156184 1066516 36.40 448528 1099092 8 12:40:20 08:20:01 68428 0 650440 34.57 2620 1160068 1068168 36.45 449924 1102800 8 12:40:20 08:21:01 68484 0 650380 34.57 2620 1160072 1068144 36.45 449608 1102800 8 12:40:20 08:22:01 68172 0 650684 34.58 2620 1160080 1068276 36.46 450132 1102800 16 12:40:20 08:23:01 69184 0 649672 34.53 2620 1160080 1067568 36.43 449360 1102800 12 12:40:20 08:24:01 69156 0 649744 34.53 2620 1160036 1067568 36.43 449460 1102780 8 12:40:20 08:25:01 69064 0 649832 34.54 2620 1160040 1067640 36.44 449672 1102776 8 12:40:20 08:26:02 68520 0 650312 34.56 2620 1160104 1067640 36.44 449636 1102792 24 12:40:20 08:27:01 68788 0 650100 34.55 2620 1160048 1067568 36.43 449460 1102776 8 12:40:20 08:28:01 68392 0 650492 34.57 2620 1160052 1067568 36.43 449464 1102776 8 12:40:20 08:29:01 68640 0 650236 34.56 2620 1160060 1067632 36.44 449648 1102776 8 12:40:20 08:30:01 68264 0 650612 34.58 2620 1160060 1067708 36.44 449580 1102776 12 12:40:20 08:31:01 68532 0 650336 34.56 2620 1160068 1067636 36.44 449656 1102776 20 12:40:20 08:32:01 68352 0 650512 34.57 2620 1160072 1067636 36.44 449672 1102776 8 12:40:20 08:33:01 68556 0 650308 34.56 2620 1160072 1067636 36.44 449536 1102776 8 12:40:20 08:34:01 68788 0 650068 34.55 2620 1160080 1067636 36.44 449544 1102776 8 12:40:20 08:35:01 68560 0 650292 34.56 2620 1160084 1067708 36.44 449620 1102776 8 12:40:20 08:36:01 68912 0 649936 34.54 2620 1160088 1067636 36.44 449428 1102776 8 12:40:20 08:37:01 68672 0 650168 34.55 2620 1160096 1067636 36.44 449560 1102776 8 12:40:20 08:38:01 68820 0 650012 34.55 2620 1160104 1067636 36.44 449676 1102776 8 12:40:20 08:39:01 68820 0 650012 34.55 2620 1160104 1067636 36.44 449568 1102776 8 12:40:20 08:40:01 68444 0 650380 34.57 2620 1160112 1067708 36.44 449644 1102780 8 12:40:20 08:41:01 68848 0 649972 34.54 2620 1160116 1067672 36.44 449708 1102776 12 12:40:20 08:42:02 68624 0 650192 34.56 2620 1160120 1067636 36.44 449568 1102776 12 12:40:20 08:43:01 68556 0 650256 34.56 2620 1160124 1067636 36.44 449696 1102776 8 12:40:20 08:44:01 68912 0 649896 34.54 2620 1160128 1067636 36.44 449700 1102776 8 12:40:20 08:45:01 68504 0 650296 34.56 2620 1160136 1067720 36.44 449672 1102776 8 12:40:20 08:46:01 68832 0 649968 34.54 2620 1160136 1067708 36.44 449608 1102776 12 12:40:20 08:47:01 68904 0 649888 34.54 2620 1160144 1067636 36.44 449732 1102776 12 12:40:20 08:48:01 68388 0 650400 34.57 2620 1160148 1067636 36.44 449612 1102776 8 12:40:20 08:49:01 68320 0 650468 34.57 2620 1160148 1067708 36.44 449748 1102776 8 12:40:20 08:50:01 68196 0 650584 34.58 2620 1160156 1067744 36.44 449572 1102776 8 12:40:20 08:51:01 68644 0 650132 34.55 2620 1160160 1067744 36.44 449724 1102776 8 12:40:20 08:52:01 69052 0 649716 34.53 2620 1160168 1067636 36.44 449496 1102776 8 12:40:20 08:53:01 68880 0 649884 34.54 2620 1160172 1067636 36.44 449624 1102776 8 12:40:20 08:54:01 69036 0 649720 34.53 2620 1160180 1067636 36.44 449632 1102776 8 12:40:20 08:55:01 68684 0 650072 34.55 2620 1160180 1067708 36.44 449720 1102776 8 12:40:20 08:56:01 68872 0 649876 34.54 2620 1160188 1067660 36.44 449724 1102780 8 12:40:20 08:57:01 68648 0 650096 34.55 2620 1160192 1067636 36.44 449648 1102776 8 12:40:20 08:58:01 66924 0 651816 34.64 2620 1160196 1068024 36.45 451552 1102776 20 12:40:20 08:59:01 64520 0 654208 34.77 2620 1160208 1093132 37.31 452496 1102784 8 12:40:20 09:00:01 67648 0 651076 34.60 2620 1160212 1073132 36.62 451648 1101480 8 12:40:20 09:01:02 66428 0 652288 34.67 2620 1160220 1070148 36.52 451988 1101480 12 12:40:20 09:02:01 68084 0 650624 34.58 2620 1160228 1066964 36.41 451132 1101480 12 12:40:20 09:03:01 68000 0 650704 34.58 2620 1160232 1066964 36.41 451276 1101480 8 12:40:20 09:04:01 68396 0 650304 34.56 2620 1160236 1066964 36.41 451156 1101480 8 12:40:20 09:05:01 68048 0 650648 34.58 2620 1160240 1067060 36.42 451480 1101480 8 12:40:20 09:06:01 67984 0 650708 34.58 2620 1160244 1066964 36.41 451164 1101480 8 12:40:20 09:07:01 68356 0 650324 34.56 2620 1160256 1066964 36.41 451172 1101484 8 12:40:20 09:08:01 68628 0 650052 34.55 2620 1160256 1066964 36.41 451160 1101480 8 12:40:20 09:09:01 68496 0 650176 34.56 2620 1160264 1066964 36.41 451184 1101480 8 12:40:20 09:10:01 68416 0 650252 34.56 2620 1160268 1067036 36.42 451268 1101480 8 12:40:20 09:11:01 68612 0 650052 34.55 2620 1160272 1066956 36.41 451312 1101484 12 12:40:20 09:12:01 68208 0 650452 34.57 2620 1160276 1066964 36.41 451180 1101480 8 12:40:20 09:13:01 68232 0 650424 34.57 2620 1160280 1066964 36.41 451324 1101480 8 12:40:20 09:14:01 68228 0 650420 34.57 2620 1160288 1066964 36.41 451208 1101480 8 12:40:20 09:15:01 68004 0 650644 34.58 2620 1160288 1067024 36.42 451284 1101480 8 12:40:20 09:16:01 67944 0 650696 34.58 2620 1160296 1067012 36.42 451228 1101480 8 12:40:20 09:17:01 68480 0 650156 34.55 2620 1160300 1066964 36.41 451328 1101480 8 12:40:20 09:18:02 67836 0 650740 34.59 2620 1160360 1066964 36.41 451208 1101496 20 12:40:20 09:19:01 68108 0 650520 34.57 2620 1160308 1066964 36.41 451336 1101480 8 12:40:20 09:20:01 67824 0 650796 34.59 2620 1160316 1067048 36.42 451288 1101484 8 12:40:20 09:21:01 68264 0 650356 34.56 2620 1160316 1066964 36.41 451236 1101480 12 12:40:20 09:22:01 67892 0 650720 34.58 2620 1160324 1067108 36.42 451476 1101480 16 12:40:20 09:23:01 68036 0 650568 34.58 2620 1160332 1066964 36.41 451256 1101480 12 12:40:20 09:24:01 68240 0 650364 34.57 2620 1160332 1066964 36.41 451256 1101480 8 12:40:20 09:25:01 68168 0 650428 34.57 2620 1160340 1067024 36.42 451204 1101480 8 12:40:20 09:26:01 67928 0 650664 34.58 2620 1160344 1066988 36.41 451392 1101480 12 12:40:20 09:27:01 67920 0 650668 34.58 2620 1160348 1066964 36.41 451144 1101484 12 12:40:20 09:28:01 68464 0 650120 34.55 2620 1160352 1066964 36.41 451276 1101480 8 12:40:20 09:29:01 67844 0 650736 34.58 2620 1160356 1066964 36.41 451280 1101480 8 12:40:20 09:30:01 68060 0 650512 34.57 2620 1160364 1067024 36.42 451360 1101480 8 12:40:20 09:31:01 67936 0 650636 34.58 2620 1160364 1067000 36.41 451300 1101480 8 12:40:20 09:32:01 67992 0 650572 34.58 2620 1160372 1066964 36.41 451296 1101480 8 12:40:20 09:33:01 68372 0 650188 34.56 2620 1160376 1066964 36.41 451300 1101480 8 12:40:20 09:34:01 68192 0 650364 34.57 2620 1160380 1066964 36.41 451304 1101480 8 12:40:20 09:35:01 68120 0 650432 34.57 2620 1160384 1067024 36.42 451376 1101480 12 12:40:20 09:36:01 68340 0 650204 34.56 2620 1160392 1066964 36.41 451188 1101484 12 12:40:20 09:37:01 68364 0 650176 34.56 2620 1160396 1066964 36.41 451188 1101480 8 12:40:20 09:38:02 68288 0 650244 34.56 2620 1160404 1066964 36.41 451360 1101480 16 12:40:20 09:39:01 68200 0 650328 34.56 2620 1160408 1066964 36.41 451440 1101480 8 12:40:20 09:40:01 68368 0 650160 34.55 2620 1160408 1067036 36.42 451404 1101480 8 12:40:20 09:41:01 68356 0 650164 34.55 2620 1160416 1066964 36.41 451304 1101480 8 12:40:20 09:42:01 68116 0 650400 34.57 2620 1160420 1066964 36.41 451344 1101480 8 12:40:20 09:43:01 68488 0 650024 34.55 2620 1160424 1066964 36.41 451348 1101480 8 12:40:20 09:44:01 68448 0 650056 34.55 2620 1160432 1066964 36.41 451476 1101484 8 12:40:20 09:45:01 67988 0 650512 34.57 2620 1160436 1067024 36.42 451444 1101480 8 12:40:20 09:46:01 68108 0 650384 34.57 2620 1160444 1067000 36.41 451376 1101480 12 12:40:20 09:47:01 67920 0 650572 34.58 2620 1160444 1066964 36.41 451492 1101480 16 12:40:20 09:48:01 67564 0 650920 34.59 2620 1160452 1066964 36.41 451260 1101480 8 12:40:20 09:49:01 67628 0 650852 34.59 2620 1160456 1066964 36.41 451364 1101480 8 12:40:20 09:50:01 67820 0 650656 34.58 2620 1160460 1067012 36.42 451320 1101480 8 12:40:20 09:51:01 68160 0 650312 34.56 2620 1160464 1066988 36.41 451404 1101480 8 12:40:20 09:52:01 68052 0 650412 34.57 2620 1160472 1066964 36.41 451524 1101484 8 12:40:20 09:53:01 67664 0 650796 34.59 2620 1160476 1066964 36.41 451304 1101480 8 12:40:20 09:54:01 67912 0 650544 34.57 2620 1160480 1066964 36.41 451432 1101480 8 12:40:20 09:55:01 67756 0 650692 34.58 2620 1160488 1067036 36.42 451400 1101480 8 12:40:20 09:56:01 67632 0 650816 34.59 2620 1160488 1067024 36.42 451652 1101480 8 12:40:20 09:57:02 68148 0 650292 34.56 2620 1160496 1066964 36.41 451300 1101480 8 12:40:20 09:58:01 68244 0 650192 34.56 2620 1160500 1066964 36.41 451436 1101480 8 12:40:20 09:59:01 69108 0 649324 34.51 2620 1160504 1065372 36.36 450628 1101296 8 12:40:20 10:00:01 67328 0 651100 34.60 2620 1160508 1067012 36.42 451608 1101296 8 12:40:20 10:01:01 66944 0 651480 34.62 2620 1160512 1069732 36.51 452368 1101296 8 12:40:20 10:02:01 67844 0 650572 34.58 2620 1160520 1066964 36.41 451616 1101296 8 12:40:20 10:03:01 67656 0 650756 34.59 2620 1160524 1066964 36.41 451620 1101296 8 12:40:20 10:04:01 67812 0 650596 34.58 2620 1160528 1066964 36.41 451548 1101296 8 12:40:20 10:05:01 67420 0 650980 34.60 2620 1160536 1066252 36.39 451300 1101296 8 12:40:20 10:06:01 69284 0 649116 34.50 2620 1160536 1064912 36.34 450192 1101296 8 12:40:20 10:07:01 69224 0 649164 34.50 2620 1160548 1064912 36.34 450032 1101300 8 12:40:20 10:08:01 69548 0 648836 34.48 2620 1160552 1064912 36.34 450040 1101296 8 12:40:20 10:09:01 69456 0 648928 34.49 2620 1160552 1064912 36.34 450164 1101296 8 12:40:20 10:10:01 69236 0 649140 34.50 2620 1160560 1065008 36.35 450260 1101296 8 12:40:20 10:11:01 69356 0 649016 34.49 2620 1160564 1064912 36.34 450176 1101296 8 12:40:20 10:12:01 69456 0 648912 34.49 2620 1160568 1064908 36.34 450180 1101296 8 12:40:20 10:13:01 69364 0 649000 34.49 2620 1160572 1064912 36.34 450060 1101296 8 12:40:20 10:14:01 69496 0 648860 34.49 2620 1160580 1064912 36.34 450068 1101296 8 12:40:20 10:15:02 69476 0 648856 34.49 2620 1160604 1064996 36.35 450224 1101304 16 12:40:20 10:16:01 69632 0 648720 34.48 2620 1160584 1064960 36.35 450208 1101296 8 12:40:20 10:17:01 69736 0 648608 34.47 2620 1160592 1064912 36.34 450212 1101296 8 12:40:20 10:18:01 69448 0 648892 34.49 2620 1160596 1064912 36.34 450216 1101296 8 12:40:20 10:19:01 69636 0 648700 34.48 2620 1160600 1064912 36.34 450112 1101296 8 12:40:20 10:20:01 69172 0 649160 34.50 2620 1160604 1065044 36.35 450284 1101296 8 12:40:20 10:21:01 69144 0 649180 34.50 2620 1160612 1064960 36.35 450064 1101296 8 12:40:20 10:22:01 69080 0 649244 34.51 2620 1160612 1065056 36.35 450588 1101296 8 12:40:20 10:23:01 69604 0 648704 34.48 2620 1160628 1064924 36.34 450200 1101304 8 12:40:20 10:24:01 69200 0 649104 34.50 2620 1160632 1064924 36.34 450212 1101296 8 12:40:20 10:25:01 69108 0 649196 34.50 2620 1160632 1064984 36.35 450156 1101296 8 12:40:20 10:26:01 69300 0 648996 34.49 2620 1160640 1064996 36.35 450432 1101296 8 12:40:20 10:27:01 69592 0 648700 34.48 2620 1160644 1064924 36.34 450228 1101296 8 12:40:20 10:28:01 69308 0 648980 34.49 2620 1160648 1064924 36.34 450356 1101296 8 12:40:20 10:29:01 69620 0 648664 34.47 2620 1160652 1064924 36.34 450360 1101296 8 12:40:20 10:30:01 69284 0 648992 34.49 2620 1160660 1064972 36.35 450184 1101296 8 12:40:20 10:31:01 69184 0 649092 34.50 2620 1160660 1064924 36.34 450244 1101296 12 12:40:20 10:32:02 69316 0 648896 34.49 2620 1160724 1064924 36.34 450420 1101312 24 12:40:20 10:33:01 69308 0 648956 34.49 2620 1160672 1064924 36.34 450256 1101296 8 12:40:20 10:34:01 69620 0 648640 34.47 2620 1160676 1064924 36.34 450244 1101296 8 12:40:20 10:35:01 69044 0 649212 34.50 2620 1160680 1064984 36.35 450448 1101296 8 12:40:20 10:36:01 69208 0 649044 34.50 2620 1160684 1064924 36.34 450252 1101296 12 12:40:20 10:37:01 69364 0 648880 34.49 2620 1160692 1064924 36.34 450240 1101296 8 12:40:20 10:38:01 69316 0 648924 34.49 2620 1160696 1064924 36.34 450264 1101296 8 12:40:20 10:39:01 69372 0 648860 34.49 2620 1160704 1064924 36.34 450392 1101300 8 12:40:20 10:40:01 69128 0 649100 34.50 2620 1160708 1064996 36.35 450364 1101296 8 12:40:20 10:41:01 69176 0 649052 34.50 2620 1160708 1064960 36.35 450288 1101296 8 12:40:20 10:42:01 69192 0 649028 34.49 2620 1160716 1064920 36.34 450412 1101296 8 12:40:20 10:43:01 69440 0 648776 34.48 2620 1160720 1064924 36.34 450308 1101296 8 12:40:20 10:44:01 69292 0 648920 34.49 2620 1160724 1064924 36.34 450172 1101296 8 12:40:20 10:45:01 69368 0 648840 34.48 2620 1160728 1064996 36.35 450380 1101296 8 12:40:20 10:46:01 69068 0 649132 34.50 2620 1160736 1064948 36.34 450400 1101296 8 12:40:20 10:47:01 69496 0 648704 34.48 2620 1160736 1064924 36.34 450328 1101296 12 12:40:20 10:48:01 69224 0 648972 34.49 2620 1160740 1064924 36.34 450316 1101296 8 12:40:20 10:49:01 69496 0 648692 34.48 2620 1160748 1064924 36.34 450304 1101296 8 12:40:20 10:50:02 69548 0 648580 34.47 2620 1160808 1064984 36.35 450524 1101312 20 12:40:20 10:51:01 69152 0 649028 34.49 2620 1160756 1064924 36.34 450456 1101296 12 12:40:20 10:52:01 69156 0 649020 34.49 2620 1160760 1064924 36.34 450352 1101296 8 12:40:20 10:53:01 69340 0 648824 34.48 2620 1160772 1064924 36.34 450240 1101296 8 12:40:20 10:54:01 69604 0 648560 34.47 2620 1160772 1064924 36.34 450488 1101296 8 12:40:20 10:55:01 69188 0 648968 34.49 2620 1160780 1064984 36.35 450572 1101300 8 12:40:20 10:56:01 68864 0 649288 34.51 2620 1160784 1064972 36.35 450508 1101296 12 12:40:20 10:57:01 69324 0 648828 34.48 2620 1160784 1064924 36.34 450360 1101296 12 12:40:20 10:58:01 69152 0 648992 34.49 2620 1160792 1064924 36.34 450388 1101296 8 12:40:20 10:59:01 69168 0 648972 34.49 2620 1160796 1064924 36.34 450400 1101296 12 12:40:20 11:00:01 69020 0 649116 34.50 2620 1160800 1064996 36.35 450368 1101296 8 12:40:20 11:01:01 68212 0 649920 34.54 2620 1160804 1067288 36.42 451272 1101296 12 12:40:20 11:02:01 69092 0 649032 34.49 2620 1160812 1064924 36.34 450408 1101296 12 12:40:20 11:03:01 69240 0 648880 34.49 2620 1160816 1064924 36.34 450408 1101300 8 12:40:20 11:04:01 69144 0 648968 34.49 2620 1160824 1064920 36.34 450544 1101296 8 12:40:20 11:05:01 68508 0 649600 34.52 2620 1160828 1065128 36.35 450936 1101296 8 12:40:20 11:06:01 69388 0 648712 34.48 2620 1160836 1064924 36.34 450432 1101296 8 12:40:20 11:07:02 68912 0 649128 34.50 2620 1160896 1064924 36.34 450416 1101316 24 12:40:20 11:08:01 69116 0 648972 34.49 2620 1160848 1064988 36.35 450444 1101296 8 12:40:20 11:09:01 69348 0 648736 34.48 2620 1160852 1064988 36.35 450492 1101296 8 12:40:20 11:10:01 69244 0 648836 34.48 2620 1160856 1065060 36.35 450560 1101300 8 12:40:20 11:11:01 69236 0 648840 34.48 2620 1160860 1065060 36.35 450508 1101296 8 12:40:20 11:12:01 69152 0 648920 34.49 2620 1160864 1064988 36.35 450488 1101296 8 12:40:20 11:13:01 69060 0 649008 34.49 2620 1160868 1064988 36.35 450492 1101296 8 12:40:20 11:14:01 69232 0 648832 34.48 2620 1160872 1064988 36.35 450496 1101296 8 12:40:20 11:15:01 69012 0 649044 34.50 2620 1160880 1065060 36.35 450588 1101296 8 12:40:20 11:16:01 69036 0 649020 34.49 2620 1160880 1065012 36.35 450592 1101296 8 12:40:20 11:17:01 69080 0 648968 34.49 2620 1160888 1064988 36.35 450652 1101296 8 12:40:20 11:18:01 69060 0 648984 34.49 2620 1160892 1064988 36.35 450516 1101296 8 12:40:20 11:19:01 69372 0 648668 34.48 2620 1160896 1064988 36.35 450516 1101300 8 12:40:20 11:20:01 68996 0 649040 34.49 2620 1160900 1065060 36.35 450608 1101296 8 12:40:20 11:21:01 69240 0 648792 34.48 2620 1160904 1064988 36.35 450544 1101296 8 12:40:20 11:22:01 68956 0 649068 34.50 2620 1160912 1065096 36.35 450816 1101296 12 12:40:20 11:23:01 69192 0 648828 34.48 2620 1160916 1064988 36.35 450556 1101296 12 12:40:20 11:24:01 69084 0 648928 34.49 2620 1160924 1064988 36.35 450548 1101296 8 12:40:20 11:25:01 68584 0 649424 34.52 2620 1160928 1065060 36.35 450756 1101296 8 12:40:20 11:26:01 68804 0 649200 34.50 2620 1160932 1065024 36.35 450688 1101300 12 12:40:20 11:27:01 68656 0 649344 34.51 2620 1160936 1064988 36.35 450588 1101296 12 12:40:20 11:28:01 68628 0 649368 34.51 2620 1160940 1064988 36.35 450580 1101296 8 12:40:20 11:29:01 68828 0 649164 34.50 2620 1160944 1064988 36.35 450584 1101296 8 12:40:20 11:30:01 69012 0 648976 34.49 2620 1160948 1065072 36.35 450672 1101296 8 12:40:20 11:31:01 69028 0 648952 34.49 2620 1160956 1065036 36.35 450612 1101296 8 12:40:20 11:32:01 68952 0 649028 34.49 2620 1160956 1064988 36.35 450720 1101296 8 12:40:20 11:33:01 68812 0 649160 34.50 2620 1160964 1064988 36.35 450728 1101296 8 12:40:20 11:34:01 68720 0 649248 34.51 2620 1160968 1064988 36.35 450608 1101296 8 12:40:20 11:35:01 68788 0 649176 34.50 2620 1160972 1065048 36.35 450552 1101300 8 12:40:20 11:36:01 68904 0 649056 34.50 2620 1160976 1065036 36.35 450696 1101296 8 12:40:20 11:37:01 68720 0 649236 34.51 2620 1160980 1064988 36.35 450744 1101296 8 12:40:20 11:38:01 68992 0 648952 34.49 2620 1160992 1064988 36.35 450756 1101296 8 12:40:20 11:39:01 69952 0 647992 34.44 2620 1160992 1063396 36.29 449616 1101296 8 12:40:20 11:40:01 68760 0 649176 34.50 2620 1161000 1065048 36.35 450840 1101296 8 12:40:20 11:41:01 68992 0 648940 34.49 2620 1161004 1064988 36.35 450764 1101296 12 12:40:20 11:42:01 68684 0 649244 34.51 2620 1161008 1064988 36.35 450632 1101296 8 12:40:20 11:43:01 68796 0 649072 34.50 2620 1161068 1064988 36.35 450668 1101312 20 12:40:20 11:44:01 68968 0 648952 34.49 2620 1161016 1064988 36.35 450652 1101296 8 12:40:20 11:45:01 69160 0 648756 34.48 2620 1161020 1065048 36.35 450736 1101296 8 12:40:20 11:46:01 68680 0 649228 34.50 2620 1161028 1064988 36.35 450688 1101300 12 12:40:20 11:47:01 69200 0 648700 34.48 2620 1161036 1064988 36.35 450700 1101296 8 12:40:20 11:48:01 69052 0 648848 34.48 2620 1161036 1064984 36.35 450700 1101296 8 12:40:20 11:49:01 69084 0 648808 34.48 2620 1161044 1064988 36.35 450680 1101296 8 12:40:20 11:50:01 68756 0 649132 34.50 2620 1161048 1065048 36.35 450796 1101296 8 12:40:20 11:51:01 68788 0 649096 34.50 2620 1161052 1065024 36.35 450720 1101300 12 12:40:20 11:52:01 68772 0 649108 34.50 2620 1161056 1064988 36.35 450816 1101296 12 12:40:20 11:53:01 69192 0 648680 34.48 2620 1161064 1064988 36.35 450824 1101296 8 12:40:20 11:54:01 68976 0 648888 34.49 2620 1161072 1064988 36.35 450708 1101296 8 12:40:20 11:55:01 68656 0 649208 34.50 2620 1161072 1065048 36.35 450788 1101296 8 12:40:20 11:56:01 68864 0 648992 34.49 2620 1161080 1065024 36.35 450848 1101296 12 12:40:20 11:57:01 68612 0 649240 34.51 2620 1161084 1064988 36.35 450720 1101296 12 12:40:20 11:58:01 68804 0 649044 34.50 2620 1161088 1064988 36.35 450708 1101296 8 12:40:20 11:59:01 68672 0 649172 34.50 2620 1161092 1064988 36.35 450756 1101296 8 12:40:20 12:00:01 68624 0 649216 34.50 2620 1161096 1065060 36.35 450800 1101296 8 12:40:20 12:01:01 66744 0 651092 34.60 2620 1161100 1067732 36.44 451536 1101296 8 12:40:20 12:02:02 68340 0 649488 34.52 2620 1161108 1064988 36.35 450744 1101296 8 12:40:20 12:03:01 68456 0 649368 34.51 2620 1161112 1064988 36.35 450856 1101296 8 12:40:20 12:04:01 68292 0 649528 34.52 2620 1161116 1064988 36.35 450736 1101296 8 12:40:20 12:05:01 67984 0 649832 34.54 2620 1161120 1065156 36.35 451224 1101296 8 12:40:20 12:06:01 68812 0 648996 34.49 2620 1161128 1064988 36.35 450884 1101300 12 12:40:20 12:07:01 68836 0 648972 34.49 2620 1161128 1064988 36.35 450764 1101296 8 12:40:20 12:08:01 68464 0 649336 34.51 2620 1161136 1064988 36.35 450648 1101296 8 12:40:20 12:09:01 68760 0 649032 34.49 2620 1161144 1064988 36.35 450780 1101296 8 12:40:20 12:10:01 68304 0 649484 34.52 2620 1161148 1065048 36.35 450860 1101296 8 12:40:20 12:11:01 68724 0 649060 34.50 2620 1161152 1065024 36.35 450784 1101296 8 12:40:20 12:12:01 68852 0 648928 34.49 2620 1161156 1064988 36.35 450792 1101296 8 12:40:20 12:13:01 68516 0 649256 34.51 2620 1161164 1064988 36.35 450800 1101296 8 12:40:20 12:14:01 68556 0 649216 34.50 2620 1161164 1064988 36.35 450800 1101296 8 12:40:20 12:15:01 68492 0 649276 34.51 2620 1161168 1065044 36.35 451004 1101296 8 12:40:20 12:16:02 68472 0 649232 34.51 2620 1161232 1064988 36.35 450976 1101312 28 12:40:20 12:17:01 68728 0 649032 34.49 2620 1161176 1064988 36.35 450900 1101296 8 12:40:20 12:18:01 68572 0 649180 34.50 2620 1161184 1064984 36.35 450804 1101296 8 12:40:20 12:19:01 68720 0 649028 34.49 2620 1161188 1064988 36.35 450808 1101296 8 12:40:20 12:20:01 68632 0 649112 34.50 2620 1161192 1065048 36.35 450824 1101296 8 12:40:20 12:21:01 68620 0 649120 34.50 2620 1161196 1064988 36.35 450956 1101296 8 12:40:20 12:22:01 68080 0 649652 34.53 2620 1161204 1065084 36.35 451284 1101300 12 12:40:20 12:23:01 68580 0 649148 34.50 2620 1161208 1064988 36.35 450840 1101300 8 12:40:20 12:24:01 68620 0 649104 34.50 2620 1161212 1064988 36.35 450848 1101296 8 12:40:20 12:25:01 68584 0 649128 34.50 2620 1161224 1065060 36.35 450812 1101300 8 12:40:20 12:26:01 68820 0 648888 34.49 2620 1161228 1064988 36.35 450864 1101296 8 12:40:20 12:27:01 68860 0 648844 34.48 2620 1161232 1064988 36.35 450852 1101296 8 12:40:20 12:28:01 68548 0 649152 34.50 2620 1161236 1064988 36.35 450856 1101296 8 12:40:20 12:29:01 68596 0 649096 34.50 2620 1161244 1064988 36.35 450880 1101296 8 12:40:20 12:30:01 68632 0 649060 34.50 2620 1161244 1065048 36.35 450840 1101296 8 12:40:20 12:31:01 68804 0 648884 34.49 2620 1161248 1065012 36.35 450892 1101296 8 12:40:20 12:32:01 68708 0 648972 34.49 2620 1161256 1064988 36.35 450892 1101296 8 12:40:20 12:33:01 68588 0 649032 34.49 2620 1161316 1064988 36.35 451020 1101312 28 12:40:20 12:34:01 68472 0 649200 34.50 2620 1161264 1064988 36.35 450912 1101296 8 12:40:20 12:35:01 68680 0 648988 34.49 2620 1161268 1065044 36.35 451096 1101296 8 12:40:20 12:36:01 68672 0 648992 34.49 2620 1161272 1065024 36.35 451024 1101296 8 12:40:20 12:37:01 68860 0 648800 34.48 2620 1161276 1064988 36.35 450896 1101296 8 12:40:20 12:38:01 68688 0 648964 34.49 2620 1161284 1064988 36.35 450900 1101300 8 12:40:20 12:39:01 68588 0 649060 34.50 2620 1161288 1064988 36.35 450924 1101296 8 12:40:20 12:40:01 67776 0 725316 38.55 2620 1085844 1498688 51.15 490712 1062488 44452 12:40:20 Average: 88699 0 631850 33.58 2620 1158388 1067986 36.45 448434 1101700 146 12:40:20 12:40:20 06:40:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:40:20 06:41:01 eth0 26.07 24.12 28.46 27.99 0.00 0.00 0.00 0.00 12:40:20 06:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:41:01 docker0 1.45 1.33 0.28 2.99 0.00 0.00 0.00 0.00 12:40:20 06:42:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:40:20 06:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:43:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:40:20 06:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:44:01 eth0 1.05 0.53 0.36 0.18 0.00 0.00 0.00 0.00 12:40:20 06:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:45:01 eth0 0.20 0.17 0.08 0.10 0.00 0.00 0.00 0.00 12:40:20 06:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:46:01 eth0 0.20 0.18 0.07 0.01 0.00 0.00 0.00 0.00 12:40:20 06:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:47:02 eth0 0.43 0.08 0.04 0.01 0.00 0.00 0.00 0.00 12:40:20 06:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:48:01 eth0 0.73 0.47 0.31 0.22 0.00 0.00 0.00 0.00 12:40:20 06:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:49:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:50:01 eth0 0.23 0.17 0.14 0.07 0.00 0.00 0.00 0.00 12:40:20 06:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:51:01 eth0 0.98 0.48 0.32 0.15 0.00 0.00 0.00 0.00 12:40:20 06:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:52:01 eth0 1.18 0.08 0.11 0.06 0.00 0.00 0.00 0.00 12:40:20 06:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:53:01 eth0 1.83 0.63 0.63 0.40 0.00 0.00 0.00 0.00 12:40:20 06:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:54:01 eth0 1.81 0.80 0.84 0.59 0.00 0.00 0.00 0.00 12:40:20 06:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:55:01 eth0 1.10 0.18 0.22 0.07 0.00 0.00 0.00 0.00 12:40:20 06:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:56:02 eth0 1.05 0.62 0.55 0.35 0.00 0.00 0.00 0.00 12:40:20 06:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:57:01 eth0 0.05 0.05 0.00 0.07 0.00 0.00 0.00 0.00 12:40:20 06:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:58:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:59:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:00:01 eth0 0.75 0.20 0.19 0.07 0.00 0.00 0.00 0.00 12:40:20 07:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:01:01 eth0 0.45 0.42 0.27 0.20 0.00 0.00 0.00 0.00 12:40:20 07:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:02:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:03:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:04:01 eth0 0.40 0.02 0.03 0.00 0.00 0.00 0.00 0.00 12:40:20 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:05:01 eth0 1.65 0.75 0.73 0.44 0.00 0.00 0.00 0.00 12:40:20 07:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:06:01 eth0 0.05 0.05 0.00 0.04 0.00 0.00 0.00 0.00 12:40:20 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:07:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:08:02 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:08:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:09:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:10:01 eth0 0.22 0.15 0.14 0.07 0.00 0.00 0.00 0.00 12:40:20 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:11:01 eth0 0.05 0.07 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:12:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:13:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:14:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:15:01 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:40:20 07:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:16:01 eth0 0.17 0.17 0.07 0.01 0.00 0.00 0.00 0.00 12:40:20 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:17:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:18:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:19:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:20:01 eth0 0.27 0.23 0.14 0.07 0.00 0.00 0.00 0.00 12:40:20 07:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:21:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:22:01 eth0 0.37 0.30 0.26 0.20 0.00 0.00 0.00 0.00 12:40:20 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:23:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:24:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:25:02 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 12:40:20 07:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:25:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:26:01 eth0 0.14 0.10 0.06 0.01 0.00 0.00 0.00 0.00 12:40:20 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:27:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:28:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:29:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:30:01 eth0 0.23 0.18 0.14 0.07 0.00 0.00 0.00 0.00 12:40:20 07:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:31:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:32:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:33:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:34:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:35:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:40:20 07:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:36:01 eth0 0.10 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:40:20 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:37:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:38:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:39:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:40:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 12:40:20 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:41:01 eth0 0.13 0.08 0.06 0.00 0.00 0.00 0.00 0.00 12:40:20 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:42:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:43:02 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:44:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:45:01 eth0 0.23 0.17 0.14 0.07 0.00 0.00 0.00 0.00 12:40:20 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:46:01 eth0 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:47:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:48:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:49:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:50:01 eth0 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:40:20 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:51:01 eth0 0.10 0.05 0.06 0.00 0.00 0.00 0.00 0.00 12:40:20 07:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:52:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:53:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:54:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:55:01 eth0 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:40:20 07:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:56:01 eth0 0.13 0.10 0.07 0.01 0.00 0.00 0.00 0.00 12:40:20 07:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:57:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:58:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:59:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:00:02 eth0 0.22 0.20 0.14 0.07 0.00 0.00 0.00 0.00 12:40:20 08:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:00:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:01:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:02:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:03:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:04:01 eth0 0.47 0.05 0.05 0.00 0.00 0.00 0.00 0.00 12:40:20 08:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:05:01 eth0 0.50 0.28 0.34 0.25 0.00 0.00 0.00 0.00 12:40:20 08:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:06:01 eth0 0.15 0.15 0.09 0.01 0.00 0.00 0.00 0.00 12:40:20 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:07:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:08:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:09:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:10:01 eth0 0.22 0.12 0.14 0.07 0.00 0.00 0.00 0.00 12:40:20 08:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:11:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:12:01 eth0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:13:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:14:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:15:02 eth0 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:40:20 08:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:15:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:16:01 eth0 0.08 0.02 0.06 0.00 0.00 0.00 0.00 0.00 12:40:20 08:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:17:01 eth0 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:18:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:19:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:20:01 eth0 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 12:40:20 08:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:21:01 eth0 0.12 0.12 0.06 0.01 0.00 0.00 0.00 0.00 12:40:20 08:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:22:01 eth0 0.40 0.30 0.28 0.21 0.00 0.00 0.00 0.00 12:40:20 08:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:23:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:24:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:25:01 eth0 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 12:40:20 08:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:26:02 eth0 0.12 0.12 0.06 0.01 0.00 0.00 0.00 0.00 12:40:20 08:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:27:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:28:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:30:01 eth0 0.25 0.15 0.14 0.07 0.00 0.00 0.00 0.00 12:40:20 08:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:31:01 eth0 0.02 0.08 0.00 0.01 0.00 0.00 0.00 0.00 12:40:20 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:32:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:33:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:34:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:35:01 eth0 0.27 0.23 0.14 0.07 0.00 0.00 0.00 0.00 12:40:20 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:36:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:37:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:38:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:39:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:40:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 12:40:20 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:41:01 eth0 0.10 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:40:20 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:42:02 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:42:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:43:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:44:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:45:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:40:20 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:46:01 eth0 0.12 0.07 0.06 0.00 0.00 0.00 0.00 0.00 12:40:20 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:47:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:48:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:49:01 eth0 0.17 0.15 0.12 0.07 0.00 0.00 0.00 0.00 12:40:20 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:50:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 12:40:20 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:51:01 eth0 0.12 0.07 0.06 0.00 0.00 0.00 0.00 0.00 12:40:20 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:52:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:53:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:54:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:55:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:40:20 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:56:01 eth0 0.13 0.07 0.06 0.00 0.00 0.00 0.00 0.00 12:40:20 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:57:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:58:01 eth0 19.48 10.22 14.38 7.99 0.00 0.00 0.00 0.00 12:40:20 08:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:59:01 eth0 46.81 30.09 42.68 42.62 0.00 0.00 0.00 0.00 12:40:20 08:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:00:01 eth0 0.13 0.12 0.08 0.09 0.00 0.00 0.00 0.00 12:40:20 09:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:01:02 eth0 0.15 0.13 0.06 0.01 0.00 0.00 0.00 0.00 12:40:20 09:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:01:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:02:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:03:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:04:01 eth0 0.37 0.03 0.03 0.00 0.00 0.00 0.00 0.00 12:40:20 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:05:01 eth0 0.77 0.35 0.42 0.23 0.00 0.00 0.00 0.00 12:40:20 09:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:06:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:07:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:08:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:09:01 eth0 0.02 0.02 0.00 0.03 0.00 0.00 0.00 0.00 12:40:20 09:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:10:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 12:40:20 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:11:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:12:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:13:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:14:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:15:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 12:40:20 09:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:16:01 eth0 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 12:40:20 09:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:17:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:18:02 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:19:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:20:01 eth0 0.22 0.17 0.14 0.07 0.00 0.00 0.00 0.00 12:40:20 09:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:21:01 eth0 0.05 0.07 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:22:01 eth0 0.42 0.33 0.28 0.21 0.00 0.00 0.00 0.00 12:40:20 09:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:23:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:24:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:25:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:40:20 09:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:26:01 eth0 0.10 0.05 0.06 0.00 0.00 0.00 0.00 0.00 12:40:20 09:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:27:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:28:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:30:01 eth0 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:40:20 09:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:31:01 eth0 0.13 0.08 0.06 0.00 0.00 0.00 0.00 0.00 12:40:20 09:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:32:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:33:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:34:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:35:01 eth0 0.25 0.20 0.14 0.07 0.00 0.00 0.00 0.00 12:40:20 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:36:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:37:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:38:02 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:39:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:40:01 eth0 0.25 0.15 0.14 0.07 0.00 0.00 0.00 0.00 12:40:20 09:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:41:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:42:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:43:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:44:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:45:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 12:40:20 09:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:46:01 eth0 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 12:40:20 09:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:47:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:48:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:49:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:50:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:40:20 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:51:01 eth0 0.15 0.15 0.06 0.01 0.00 0.00 0.00 0.00 12:40:20 09:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:52:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:53:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:54:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:55:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:40:20 09:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:56:01 eth0 0.15 0.13 0.06 0.01 0.00 0.00 0.00 0.00 12:40:20 09:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:57:02 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:57:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:58:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:59:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 09:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:00:01 eth0 0.25 0.17 0.14 0.07 0.00 0.00 0.00 0.00 12:40:20 10:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:01:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:02:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:03:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:04:01 eth0 0.42 0.05 0.03 0.00 0.00 0.00 0.00 0.00 12:40:20 10:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:05:01 eth0 1.88 1.58 0.49 6.70 0.00 0.00 0.00 0.00 12:40:20 10:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:06:01 eth0 0.03 0.03 0.00 0.05 0.00 0.00 0.00 0.00 12:40:20 10:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:07:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:08:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:09:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:10:01 eth0 6.53 6.54 0.54 13.68 0.00 0.00 0.00 0.00 12:40:20 10:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:11:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:12:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:13:01 eth0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:14:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:15:02 eth0 2.30 2.53 0.22 6.77 0.00 0.00 0.00 0.00 12:40:20 10:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:15:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:16:01 eth0 0.10 0.05 0.06 0.00 0.00 0.00 0.00 0.00 12:40:20 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:17:01 eth0 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:18:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:19:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:20:01 eth0 1.20 1.18 0.15 4.48 0.00 0.00 0.00 0.00 12:40:20 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:21:01 eth0 0.17 0.13 0.07 0.01 0.00 0.00 0.00 0.00 12:40:20 10:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:22:01 eth0 0.47 0.30 0.27 0.20 0.00 0.00 0.00 0.00 12:40:20 10:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:23:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:24:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:25:01 eth0 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:40:20 10:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:26:01 eth0 0.12 0.05 0.06 0.00 0.00 0.00 0.00 0.00 12:40:20 10:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:27:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:28:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:30:01 eth0 0.27 0.23 0.16 0.07 0.00 0.00 0.00 0.00 12:40:20 10:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:31:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:32:02 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:32:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:33:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:34:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:35:01 eth0 0.20 0.15 0.13 0.07 0.00 0.00 0.00 0.00 12:40:20 10:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:36:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:37:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:38:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:39:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:40:01 eth0 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:40:20 10:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:41:01 eth0 0.15 0.15 0.07 0.01 0.00 0.00 0.00 0.00 12:40:20 10:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:42:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:43:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:44:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:45:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:40:20 10:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:46:01 eth0 0.10 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:40:20 10:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:47:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:48:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:49:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:50:02 eth0 0.23 0.13 0.14 0.07 0.00 0.00 0.00 0.00 12:40:20 10:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:51:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:52:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:53:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:54:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:55:01 eth0 0.13 0.10 0.08 0.07 0.00 0.00 0.00 0.00 12:40:20 10:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:56:01 eth0 0.15 0.12 0.06 0.01 0.00 0.00 0.00 0.00 12:40:20 10:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:57:01 eth0 0.05 0.07 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:58:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:59:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:00:01 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:40:20 11:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:01:01 eth0 0.10 0.05 0.06 0.00 0.00 0.00 0.00 0.00 12:40:20 11:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:02:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:03:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:04:01 eth0 0.47 0.03 0.05 0.00 0.00 0.00 0.00 0.00 12:40:20 11:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:05:01 eth0 0.58 0.30 0.40 0.26 0.00 0.00 0.00 0.00 12:40:20 11:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:06:01 eth0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:07:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:08:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:09:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:10:01 eth0 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 12:40:20 11:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:11:01 eth0 0.12 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:40:20 11:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:12:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:13:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:14:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:15:01 eth0 0.15 0.15 0.08 0.07 0.00 0.00 0.00 0.00 12:40:20 11:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:16:01 eth0 0.15 0.13 0.11 0.01 0.00 0.00 0.00 0.00 12:40:20 11:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:17:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:18:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:19:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:20:01 eth0 0.25 0.15 0.14 0.07 0.00 0.00 0.00 0.00 12:40:20 11:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:21:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:22:01 eth0 0.50 0.42 0.27 0.21 0.00 0.00 0.00 0.00 12:40:20 11:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:23:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:24:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:25:01 eth0 0.14 0.10 0.08 0.07 0.00 0.00 0.00 0.00 12:40:20 11:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:26:01 eth0 0.18 0.18 0.09 0.01 0.00 0.00 0.00 0.00 12:40:20 11:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:27:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:28:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:30:01 eth0 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 12:40:20 11:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:31:01 eth0 0.15 0.13 0.09 0.01 0.00 0.00 0.00 0.00 12:40:20 11:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:32:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:33:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:34:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:35:01 eth0 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 12:40:20 11:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:36:01 eth0 0.15 0.15 0.07 0.01 0.00 0.00 0.00 0.00 12:40:20 11:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:37:01 eth0 0.05 0.03 0.01 0.00 0.00 0.00 0.00 0.00 12:40:20 11:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:38:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:39:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:40:01 eth0 0.23 0.18 0.14 0.07 0.00 0.00 0.00 0.00 12:40:20 11:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:41:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:42:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:43:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:44:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:45:01 eth0 0.25 0.22 0.14 0.07 0.00 0.00 0.00 0.00 12:40:20 11:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:46:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:47:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:48:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:49:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:50:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:40:20 11:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:51:01 eth0 0.12 0.12 0.06 0.01 0.00 0.00 0.00 0.00 12:40:20 11:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:52:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:53:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:54:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:55:01 eth0 0.13 0.10 0.08 0.07 0.00 0.00 0.00 0.00 12:40:20 11:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:56:01 eth0 0.13 0.10 0.06 0.01 0.00 0.00 0.00 0.00 12:40:20 11:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:57:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:58:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:59:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 11:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:00:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:40:20 12:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:01:01 eth0 0.12 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:40:20 12:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:02:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:02:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:03:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:04:01 eth0 0.33 0.00 0.03 0.00 0.00 0.00 0.00 0.00 12:40:20 12:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:05:01 eth0 0.78 0.43 0.42 0.27 0.00 0.00 0.00 0.00 12:40:20 12:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:06:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:07:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:08:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:09:01 eth0 0.07 0.07 0.00 0.01 0.00 0.00 0.00 0.00 12:40:20 12:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:10:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 12:40:20 12:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:11:01 eth0 0.10 0.05 0.06 0.00 0.00 0.00 0.00 0.00 12:40:20 12:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:12:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:13:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:14:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:15:01 eth0 0.25 0.13 0.14 0.07 0.00 0.00 0.00 0.00 12:40:20 12:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:16:02 eth0 0.02 0.08 0.00 0.01 0.00 0.00 0.00 0.00 12:40:20 12:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:17:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:18:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:19:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:20:01 eth0 0.20 0.15 0.13 0.07 0.00 0.00 0.00 0.00 12:40:20 12:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:21:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:22:01 eth0 0.45 0.23 0.27 0.19 0.00 0.00 0.00 0.00 12:40:20 12:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:23:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:24:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:25:01 eth0 0.20 0.12 0.13 0.07 0.00 0.00 0.00 0.00 12:40:20 12:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:26:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:27:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:28:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:30:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 12:40:20 12:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:31:01 eth0 0.13 0.07 0.07 0.00 0.00 0.00 0.00 0.00 12:40:20 12:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:32:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:33:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:34:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:35:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 12:40:20 12:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:36:01 eth0 0.13 0.10 0.07 0.01 0.00 0.00 0.00 0.00 12:40:20 12:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:37:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:38:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:39:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:40:01 eth0 56.71 43.06 477.58 6.67 0.00 0.00 0.00 0.00 12:40:20 12:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 12:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 Average: eth0 0.56 0.40 1.62 0.35 0.00 0.00 0.00 0.00 12:40:20 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:40:20 Average: docker0 0.00 0.00 0.00 0.01 0.00 0.00 0.00 0.00 12:40:20 12:40:20 12:40:20 ---> sar -P ALL: 12:40:20 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) 12:40:20 12:40:20 06:38:42 LINUX RESTART (4 CPU) 12:40:20 12:40:20 06:40:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 06:41:01 all 1.36 0.00 0.97 0.58 2.25 94.84 12:40:20 06:41:01 0 1.08 0.00 1.22 1.57 2.30 93.83 12:40:20 06:41:01 1 1.93 0.00 0.98 0.42 2.20 94.47 12:40:20 06:41:01 2 1.16 0.00 0.73 0.30 2.42 95.39 12:40:20 06:41:01 3 1.25 0.00 0.97 0.03 2.07 95.68 12:40:20 06:42:01 all 0.12 0.00 0.06 0.00 0.53 99.29 12:40:20 06:42:01 0 0.03 0.00 0.05 0.00 0.48 99.44 12:40:20 06:42:01 1 0.36 0.00 0.10 0.00 0.75 98.79 12:40:20 06:42:01 2 0.03 0.00 0.05 0.00 0.33 99.58 12:40:20 06:42:01 3 0.03 0.00 0.05 0.00 0.55 99.37 12:40:20 06:43:01 all 0.12 0.00 0.03 0.00 0.29 99.56 12:40:20 06:43:01 0 0.03 0.00 0.03 0.00 0.18 99.75 12:40:20 06:43:01 1 0.37 0.00 0.03 0.00 0.22 99.38 12:40:20 06:43:01 2 0.03 0.00 0.03 0.00 0.32 99.62 12:40:20 06:43:01 3 0.03 0.00 0.03 0.00 0.43 99.50 12:40:20 06:44:01 all 0.10 0.00 0.05 0.00 0.38 99.48 12:40:20 06:44:01 0 0.03 0.00 0.08 0.00 0.18 99.70 12:40:20 06:44:01 1 0.31 0.00 0.03 0.00 0.89 98.76 12:40:20 06:44:01 2 0.02 0.00 0.03 0.00 0.23 99.72 12:40:20 06:44:01 3 0.03 0.00 0.03 0.00 0.20 99.73 12:40:20 06:45:01 all 0.08 0.00 0.05 0.00 0.73 99.14 12:40:20 06:45:01 0 0.03 0.00 0.10 0.00 0.46 99.40 12:40:20 06:45:01 1 0.18 0.00 0.03 0.00 1.11 98.68 12:40:20 06:45:01 2 0.08 0.00 0.03 0.00 0.99 98.89 12:40:20 06:45:01 3 0.02 0.00 0.02 0.00 0.37 99.60 12:40:20 06:46:01 all 0.08 0.00 0.05 0.00 0.72 99.15 12:40:20 06:46:01 0 0.00 0.00 0.13 0.00 0.33 99.54 12:40:20 06:46:01 1 0.07 0.00 0.03 0.00 1.11 98.79 12:40:20 06:46:01 2 0.25 0.00 0.02 0.00 0.99 98.74 12:40:20 06:46:01 3 0.02 0.00 0.00 0.02 0.43 99.54 12:40:20 06:47:02 all 0.12 0.00 0.05 0.00 0.33 99.51 12:40:20 06:47:02 0 0.02 0.00 0.05 0.00 0.35 99.58 12:40:20 06:47:02 1 0.03 0.00 0.07 0.00 0.60 99.30 12:40:20 06:47:02 2 0.40 0.00 0.03 0.00 0.18 99.38 12:40:20 06:47:02 3 0.02 0.00 0.03 0.00 0.20 99.75 12:40:20 06:48:01 all 0.08 0.00 0.03 0.00 0.48 99.42 12:40:20 06:48:01 0 0.02 0.00 0.02 0.00 0.22 99.75 12:40:20 06:48:01 1 0.03 0.00 0.05 0.00 0.69 99.22 12:40:20 06:48:01 2 0.24 0.00 0.02 0.00 0.29 99.46 12:40:20 06:48:01 3 0.03 0.00 0.02 0.00 0.71 99.24 12:40:20 06:49:01 all 0.10 0.00 0.03 0.00 0.26 99.61 12:40:20 06:49:01 0 0.00 0.00 0.02 0.00 0.08 99.90 12:40:20 06:49:01 1 0.02 0.00 0.03 0.00 0.33 99.62 12:40:20 06:49:01 2 0.33 0.00 0.03 0.00 0.23 99.40 12:40:20 06:49:01 3 0.03 0.00 0.05 0.00 0.38 99.53 12:40:20 06:50:01 all 0.08 0.00 0.04 0.00 0.49 99.39 12:40:20 06:50:01 0 0.02 0.00 0.03 0.00 0.27 99.68 12:40:20 06:50:01 1 0.25 0.00 0.02 0.00 0.42 99.32 12:40:20 06:50:01 2 0.03 0.00 0.05 0.00 0.61 99.30 12:40:20 06:50:01 3 0.02 0.00 0.05 0.00 0.68 99.25 12:40:20 06:51:01 all 0.08 0.00 0.04 0.00 0.79 99.09 12:40:20 06:51:01 0 0.03 0.00 0.02 0.00 0.60 99.35 12:40:20 06:51:01 1 0.22 0.00 0.05 0.00 0.78 98.96 12:40:20 06:51:01 2 0.05 0.00 0.05 0.00 1.32 98.58 12:40:20 06:51:01 3 0.03 0.00 0.03 0.00 0.48 99.45 12:40:20 12:40:20 06:51:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 06:52:01 all 0.05 0.00 0.04 0.00 0.81 99.09 12:40:20 06:52:01 0 0.00 0.00 0.05 0.00 0.51 99.44 12:40:20 06:52:01 1 0.10 0.00 0.03 0.00 1.16 98.71 12:40:20 06:52:01 2 0.07 0.00 0.07 0.00 1.04 98.83 12:40:20 06:52:01 3 0.03 0.00 0.02 0.00 0.55 99.40 12:40:20 06:53:01 all 0.06 0.00 0.02 0.00 0.74 99.18 12:40:20 06:53:01 0 0.02 0.00 0.00 0.00 0.37 99.62 12:40:20 06:53:01 1 0.03 0.00 0.03 0.00 1.27 98.66 12:40:20 06:53:01 2 0.20 0.00 0.03 0.00 0.88 98.89 12:40:20 06:53:01 3 0.00 0.00 0.02 0.00 0.45 99.54 12:40:20 06:54:01 all 0.12 0.00 0.05 0.00 0.29 99.55 12:40:20 06:54:01 0 0.03 0.00 0.03 0.00 0.15 99.78 12:40:20 06:54:01 1 0.10 0.00 0.10 0.00 0.61 99.19 12:40:20 06:54:01 2 0.30 0.00 0.03 0.00 0.30 99.37 12:40:20 06:54:01 3 0.03 0.00 0.03 0.00 0.08 99.85 12:40:20 06:55:01 all 0.11 0.00 0.04 0.00 0.20 99.65 12:40:20 06:55:01 0 0.03 0.00 0.05 0.00 0.17 99.75 12:40:20 06:55:01 1 0.05 0.00 0.05 0.00 0.35 99.55 12:40:20 06:55:01 2 0.05 0.00 0.03 0.00 0.13 99.78 12:40:20 06:55:01 3 0.32 0.00 0.03 0.00 0.13 99.52 12:40:20 06:56:02 all 0.15 0.00 0.04 0.00 0.49 99.32 12:40:20 06:56:02 0 0.05 0.00 0.05 0.00 0.37 99.53 12:40:20 06:56:02 1 0.07 0.00 0.05 0.00 0.83 99.06 12:40:20 06:56:02 2 0.23 0.00 0.03 0.00 0.22 99.52 12:40:20 06:56:02 3 0.25 0.00 0.02 0.00 0.55 99.19 12:40:20 06:57:01 all 0.11 0.00 0.04 0.00 0.36 99.48 12:40:20 06:57:01 0 0.03 0.00 0.05 0.00 0.15 99.76 12:40:20 06:57:01 1 0.03 0.00 0.02 0.00 0.44 99.51 12:40:20 06:57:01 2 0.02 0.00 0.03 0.00 0.24 99.71 12:40:20 06:57:01 3 0.37 0.00 0.05 0.00 0.62 98.95 12:40:20 06:58:01 all 0.11 0.00 0.04 0.00 0.28 99.57 12:40:20 06:58:01 0 0.03 0.00 0.05 0.00 0.45 99.47 12:40:20 06:58:01 1 0.00 0.00 0.02 0.00 0.12 99.87 12:40:20 06:58:01 2 0.05 0.00 0.05 0.00 0.35 99.55 12:40:20 06:58:01 3 0.35 0.00 0.05 0.00 0.20 99.40 12:40:20 06:59:01 all 0.10 0.00 0.02 0.00 0.19 99.69 12:40:20 06:59:01 0 0.02 0.00 0.00 0.00 0.07 99.92 12:40:20 06:59:01 1 0.02 0.00 0.03 0.00 0.28 99.67 12:40:20 06:59:01 2 0.02 0.00 0.02 0.00 0.25 99.72 12:40:20 06:59:01 3 0.35 0.00 0.02 0.00 0.17 99.47 12:40:20 07:00:01 all 0.11 0.00 0.03 0.00 0.25 99.61 12:40:20 07:00:01 0 0.02 0.00 0.02 0.00 0.08 99.88 12:40:20 07:00:01 1 0.03 0.00 0.05 0.00 0.28 99.63 12:40:20 07:00:01 2 0.05 0.00 0.03 0.00 0.25 99.67 12:40:20 07:00:01 3 0.35 0.00 0.03 0.00 0.37 99.25 12:40:20 07:01:01 all 0.06 0.00 0.02 0.00 0.35 99.57 12:40:20 07:01:01 0 0.00 0.00 0.02 0.00 0.15 99.83 12:40:20 07:01:01 1 0.03 0.00 0.05 0.00 0.60 99.32 12:40:20 07:01:01 2 0.02 0.00 0.02 0.00 0.27 99.70 12:40:20 07:01:01 3 0.18 0.00 0.02 0.00 0.38 99.42 12:40:20 07:02:01 all 0.11 0.00 0.04 0.01 0.16 99.68 12:40:20 07:02:01 0 0.03 0.00 0.05 0.00 0.10 99.82 12:40:20 07:02:01 1 0.05 0.00 0.05 0.00 0.22 99.68 12:40:20 07:02:01 2 0.03 0.00 0.03 0.03 0.10 99.80 12:40:20 07:02:01 3 0.32 0.00 0.03 0.00 0.22 99.43 12:40:20 12:40:20 07:02:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 07:03:01 all 0.10 0.00 0.02 0.00 0.25 99.62 12:40:20 07:03:01 0 0.03 0.00 0.02 0.00 0.10 99.85 12:40:20 07:03:01 1 0.05 0.00 0.05 0.00 0.45 99.45 12:40:20 07:03:01 2 0.00 0.00 0.02 0.00 0.13 99.85 12:40:20 07:03:01 3 0.32 0.00 0.02 0.00 0.33 99.33 12:40:20 07:04:01 all 0.10 0.00 0.03 0.00 0.19 99.68 12:40:20 07:04:01 0 0.02 0.00 0.02 0.00 0.12 99.85 12:40:20 07:04:01 1 0.05 0.00 0.05 0.00 0.48 99.42 12:40:20 07:04:01 2 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 07:04:01 3 0.32 0.00 0.03 0.00 0.12 99.53 12:40:20 07:05:01 all 0.07 0.00 0.04 0.00 0.41 99.48 12:40:20 07:05:01 0 0.02 0.00 0.05 0.00 0.30 99.64 12:40:20 07:05:01 1 0.03 0.00 0.07 0.00 0.61 99.29 12:40:20 07:05:01 2 0.03 0.00 0.02 0.00 0.30 99.65 12:40:20 07:05:01 3 0.22 0.00 0.02 0.00 0.42 99.35 12:40:20 07:06:01 all 0.13 0.00 0.03 0.00 0.17 99.67 12:40:20 07:06:01 0 0.02 0.00 0.02 0.00 0.10 99.87 12:40:20 07:06:01 1 0.03 0.00 0.03 0.00 0.10 99.83 12:40:20 07:06:01 2 0.02 0.00 0.03 0.00 0.03 99.92 12:40:20 07:06:01 3 0.45 0.00 0.05 0.00 0.45 99.05 12:40:20 07:07:01 all 0.10 0.00 0.02 0.00 0.18 99.69 12:40:20 07:07:01 0 0.02 0.00 0.02 0.00 0.08 99.88 12:40:20 07:07:01 1 0.02 0.00 0.03 0.00 0.15 99.80 12:40:20 07:07:01 2 0.02 0.00 0.02 0.00 0.17 99.80 12:40:20 07:07:01 3 0.37 0.00 0.02 0.00 0.33 99.28 12:40:20 07:08:02 all 0.11 0.00 0.02 0.00 0.07 99.80 12:40:20 07:08:02 0 0.02 0.00 0.00 0.00 0.02 99.97 12:40:20 07:08:02 1 0.02 0.00 0.02 0.00 0.08 99.88 12:40:20 07:08:02 2 0.05 0.00 0.03 0.00 0.10 99.82 12:40:20 07:08:02 3 0.37 0.00 0.02 0.00 0.10 99.52 12:40:20 07:09:01 all 0.11 0.00 0.04 0.00 0.10 99.76 12:40:20 07:09:01 0 0.02 0.00 0.03 0.00 0.07 99.88 12:40:20 07:09:01 1 0.03 0.00 0.03 0.00 0.12 99.81 12:40:20 07:09:01 2 0.03 0.00 0.05 0.00 0.12 99.80 12:40:20 07:09:01 3 0.34 0.00 0.03 0.00 0.08 99.54 12:40:20 07:10:01 all 0.09 0.00 0.03 0.00 0.24 99.64 12:40:20 07:10:01 0 0.03 0.00 0.07 0.00 0.37 99.53 12:40:20 07:10:01 1 0.02 0.00 0.02 0.00 0.10 99.87 12:40:20 07:10:01 2 0.00 0.00 0.02 0.00 0.17 99.82 12:40:20 07:10:01 3 0.30 0.00 0.02 0.00 0.33 99.35 12:40:20 07:11:01 all 0.09 0.00 0.01 0.00 0.25 99.65 12:40:20 07:11:01 0 0.03 0.00 0.02 0.00 0.38 99.57 12:40:20 07:11:01 1 0.03 0.00 0.02 0.00 0.25 99.70 12:40:20 07:11:01 2 0.02 0.00 0.02 0.00 0.12 99.85 12:40:20 07:11:01 3 0.27 0.00 0.00 0.00 0.25 99.48 12:40:20 07:12:01 all 0.08 0.00 0.02 0.00 0.14 99.76 12:40:20 07:12:01 0 0.00 0.00 0.02 0.00 0.15 99.83 12:40:20 07:12:01 1 0.25 0.00 0.03 0.00 0.15 99.57 12:40:20 07:12:01 2 0.02 0.00 0.03 0.02 0.18 99.75 12:40:20 07:12:01 3 0.05 0.00 0.00 0.00 0.07 99.88 12:40:20 07:13:01 all 0.10 0.00 0.03 0.00 0.20 99.66 12:40:20 07:13:01 0 0.07 0.00 0.05 0.00 0.37 99.52 12:40:20 07:13:01 1 0.28 0.00 0.03 0.00 0.28 99.40 12:40:20 07:13:01 2 0.03 0.00 0.03 0.00 0.07 99.87 12:40:20 07:13:01 3 0.02 0.00 0.02 0.00 0.10 99.87 12:40:20 12:40:20 07:13:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 07:14:01 all 0.10 0.00 0.02 0.00 0.21 99.66 12:40:20 07:14:01 0 0.02 0.00 0.02 0.00 0.20 99.77 12:40:20 07:14:01 1 0.37 0.00 0.02 0.00 0.51 99.10 12:40:20 07:14:01 2 0.02 0.00 0.03 0.00 0.07 99.88 12:40:20 07:14:01 3 0.02 0.00 0.02 0.00 0.07 99.90 12:40:20 07:15:01 all 0.09 0.00 0.04 0.00 0.12 99.75 12:40:20 07:15:01 0 0.07 0.00 0.07 0.00 0.18 99.68 12:40:20 07:15:01 1 0.28 0.00 0.05 0.00 0.10 99.57 12:40:20 07:15:01 2 0.02 0.00 0.02 0.00 0.12 99.85 12:40:20 07:15:01 3 0.00 0.00 0.02 0.00 0.07 99.92 12:40:20 07:16:01 all 0.12 0.00 0.04 0.00 0.07 99.78 12:40:20 07:16:01 0 0.42 0.00 0.07 0.00 0.13 99.38 12:40:20 07:16:01 1 0.02 0.00 0.05 0.00 0.08 99.85 12:40:20 07:16:01 2 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 07:16:01 3 0.02 0.00 0.00 0.00 0.05 99.93 12:40:20 07:17:01 all 0.11 0.00 0.03 0.00 0.37 99.48 12:40:20 07:17:01 0 0.35 0.00 0.02 0.00 0.58 99.05 12:40:20 07:17:01 1 0.03 0.00 0.03 0.00 0.48 99.45 12:40:20 07:17:01 2 0.03 0.00 0.03 0.00 0.20 99.73 12:40:20 07:17:01 3 0.03 0.00 0.05 0.00 0.23 99.68 12:40:20 07:18:01 all 0.08 0.00 0.03 0.00 0.25 99.64 12:40:20 07:18:01 0 0.03 0.00 0.03 0.00 0.38 99.55 12:40:20 07:18:01 1 0.02 0.00 0.02 0.00 0.10 99.87 12:40:20 07:18:01 2 0.23 0.00 0.05 0.00 0.12 99.60 12:40:20 07:18:01 3 0.03 0.00 0.02 0.00 0.40 99.55 12:40:20 07:19:01 all 0.09 0.00 0.02 0.00 0.19 99.70 12:40:20 07:19:01 0 0.02 0.00 0.05 0.00 0.20 99.73 12:40:20 07:19:01 1 0.00 0.00 0.02 0.00 0.22 99.77 12:40:20 07:19:01 2 0.17 0.00 0.02 0.00 0.15 99.67 12:40:20 07:19:01 3 0.17 0.00 0.02 0.02 0.18 99.62 12:40:20 07:20:01 all 0.09 0.00 0.03 0.00 0.10 99.79 12:40:20 07:20:01 0 0.02 0.00 0.03 0.00 0.10 99.85 12:40:20 07:20:01 1 0.05 0.00 0.02 0.00 0.02 99.92 12:40:20 07:20:01 2 0.18 0.00 0.03 0.00 0.03 99.75 12:40:20 07:20:01 3 0.10 0.00 0.03 0.00 0.23 99.63 12:40:20 07:21:01 all 0.11 0.00 0.05 0.00 0.05 99.79 12:40:20 07:21:01 0 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 07:21:01 1 0.03 0.00 0.02 0.00 0.03 99.92 12:40:20 07:21:01 2 0.05 0.00 0.03 0.00 0.02 99.90 12:40:20 07:21:01 3 0.33 0.00 0.10 0.00 0.15 99.42 12:40:20 07:22:01 all 0.13 0.00 0.03 0.00 0.13 99.71 12:40:20 07:22:01 0 0.02 0.00 0.02 0.00 0.07 99.90 12:40:20 07:22:01 1 0.05 0.00 0.03 0.00 0.20 99.72 12:40:20 07:22:01 2 0.03 0.00 0.02 0.00 0.08 99.87 12:40:20 07:22:01 3 0.42 0.00 0.05 0.00 0.17 99.37 12:40:20 07:23:01 all 0.12 0.00 0.04 0.00 0.07 99.77 12:40:20 07:23:01 0 0.02 0.00 0.02 0.00 0.07 99.90 12:40:20 07:23:01 1 0.03 0.00 0.03 0.00 0.10 99.83 12:40:20 07:23:01 2 0.03 0.00 0.05 0.00 0.03 99.88 12:40:20 07:23:01 3 0.42 0.00 0.05 0.00 0.08 99.45 12:40:20 07:24:01 all 0.06 0.00 0.02 0.00 0.20 99.72 12:40:20 07:24:01 0 0.03 0.00 0.02 0.00 0.25 99.70 12:40:20 07:24:01 1 0.02 0.00 0.05 0.00 0.27 99.67 12:40:20 07:24:01 2 0.02 0.00 0.02 0.00 0.08 99.88 12:40:20 07:24:01 3 0.17 0.00 0.00 0.00 0.20 99.63 12:40:20 12:40:20 07:24:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 07:25:02 all 0.09 0.00 0.02 0.00 0.17 99.71 12:40:20 07:25:02 0 0.02 0.00 0.02 0.00 0.20 99.77 12:40:20 07:25:02 1 0.12 0.00 0.03 0.00 0.22 99.63 12:40:20 07:25:02 2 0.03 0.00 0.03 0.00 0.20 99.73 12:40:20 07:25:02 3 0.20 0.00 0.02 0.00 0.07 99.72 12:40:20 07:26:01 all 0.10 0.00 0.01 0.00 0.23 99.65 12:40:20 07:26:01 0 0.03 0.00 0.02 0.00 0.14 99.81 12:40:20 07:26:01 1 0.36 0.00 0.00 0.00 0.32 99.32 12:40:20 07:26:01 2 0.02 0.00 0.02 0.00 0.34 99.63 12:40:20 07:26:01 3 0.00 0.00 0.02 0.00 0.14 99.85 12:40:20 07:27:01 all 0.14 0.00 0.05 0.00 0.18 99.63 12:40:20 07:27:01 0 0.02 0.00 0.03 0.00 0.13 99.82 12:40:20 07:27:01 1 0.15 0.00 0.05 0.00 0.18 99.62 12:40:20 07:27:01 2 0.37 0.00 0.08 0.00 0.28 99.27 12:40:20 07:27:01 3 0.03 0.00 0.02 0.00 0.13 99.82 12:40:20 07:28:01 all 0.10 0.00 0.03 0.00 0.17 99.69 12:40:20 07:28:01 0 0.02 0.00 0.03 0.00 0.05 99.90 12:40:20 07:28:01 1 0.03 0.00 0.03 0.00 0.30 99.63 12:40:20 07:28:01 2 0.33 0.00 0.03 0.00 0.17 99.47 12:40:20 07:28:01 3 0.02 0.00 0.03 0.00 0.18 99.77 12:40:20 07:29:01 all 0.12 0.00 0.03 0.00 0.18 99.67 12:40:20 07:29:01 0 0.00 0.00 0.00 0.00 0.10 99.90 12:40:20 07:29:01 1 0.03 0.00 0.07 0.00 0.20 99.70 12:40:20 07:29:01 2 0.42 0.00 0.02 0.00 0.30 99.27 12:40:20 07:29:01 3 0.02 0.00 0.03 0.00 0.13 99.82 12:40:20 07:30:01 all 0.11 0.00 0.04 0.00 0.12 99.73 12:40:20 07:30:01 0 0.02 0.00 0.00 0.00 0.03 99.95 12:40:20 07:30:01 1 0.07 0.00 0.03 0.00 0.25 99.65 12:40:20 07:30:01 2 0.32 0.00 0.07 0.00 0.17 99.45 12:40:20 07:30:01 3 0.03 0.00 0.05 0.00 0.05 99.87 12:40:20 07:31:01 all 0.13 0.00 0.02 0.00 0.07 99.77 12:40:20 07:31:01 0 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 07:31:01 1 0.03 0.00 0.05 0.00 0.10 99.82 12:40:20 07:31:01 2 0.48 0.00 0.03 0.00 0.13 99.35 12:40:20 07:31:01 3 0.00 0.00 0.00 0.00 0.03 99.97 12:40:20 07:32:01 all 0.15 0.00 0.03 0.00 0.02 99.80 12:40:20 07:32:01 0 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 07:32:01 1 0.02 0.00 0.03 0.00 0.00 99.95 12:40:20 07:32:01 2 0.52 0.00 0.05 0.00 0.07 99.37 12:40:20 07:32:01 3 0.03 0.00 0.02 0.00 0.00 99.95 12:40:20 07:33:01 all 0.11 0.00 0.03 0.00 0.13 99.73 12:40:20 07:33:01 0 0.02 0.00 0.03 0.00 0.03 99.92 12:40:20 07:33:01 1 0.02 0.00 0.02 0.00 0.05 99.92 12:40:20 07:33:01 2 0.42 0.00 0.07 0.00 0.40 99.12 12:40:20 07:33:01 3 0.00 0.00 0.02 0.00 0.03 99.95 12:40:20 07:34:01 all 0.12 0.00 0.02 0.00 0.06 99.79 12:40:20 07:34:01 0 0.00 0.00 0.02 0.00 0.05 99.93 12:40:20 07:34:01 1 0.03 0.00 0.05 0.00 0.08 99.83 12:40:20 07:34:01 2 0.45 0.00 0.03 0.00 0.10 99.42 12:40:20 07:34:01 3 0.02 0.00 0.00 0.00 0.00 99.98 12:40:20 07:35:01 all 0.12 0.00 0.03 0.00 0.06 99.79 12:40:20 07:35:01 0 0.03 0.00 0.03 0.00 0.02 99.92 12:40:20 07:35:01 1 0.33 0.00 0.05 0.00 0.08 99.53 12:40:20 07:35:01 2 0.08 0.00 0.03 0.00 0.10 99.78 12:40:20 07:35:01 3 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 12:40:20 07:35:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 07:36:01 all 0.11 0.00 0.03 0.00 0.10 99.76 12:40:20 07:36:01 0 0.03 0.00 0.02 0.00 0.15 99.80 12:40:20 07:36:01 1 0.33 0.00 0.03 0.00 0.10 99.53 12:40:20 07:36:01 2 0.03 0.00 0.05 0.00 0.03 99.88 12:40:20 07:36:01 3 0.03 0.00 0.03 0.00 0.10 99.83 12:40:20 07:37:01 all 0.12 0.00 0.03 0.00 0.05 99.80 12:40:20 07:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:40:20 07:37:01 1 0.42 0.00 0.02 0.00 0.10 99.47 12:40:20 07:37:01 2 0.03 0.00 0.05 0.00 0.05 99.87 12:40:20 07:37:01 3 0.02 0.00 0.02 0.00 0.07 99.90 12:40:20 07:38:01 all 0.15 0.00 0.03 0.00 0.06 99.77 12:40:20 07:38:01 0 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 07:38:01 1 0.50 0.00 0.03 0.00 0.07 99.40 12:40:20 07:38:01 2 0.05 0.00 0.05 0.00 0.13 99.77 12:40:20 07:38:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 07:39:01 all 0.13 0.00 0.03 0.00 0.04 99.80 12:40:20 07:39:01 0 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 07:39:01 1 0.47 0.00 0.03 0.00 0.12 99.38 12:40:20 07:39:01 2 0.03 0.00 0.05 0.00 0.03 99.88 12:40:20 07:39:01 3 0.00 0.00 0.02 0.00 0.00 99.98 12:40:20 07:40:01 all 0.14 0.00 0.04 0.00 0.11 99.71 12:40:20 07:40:01 0 0.03 0.00 0.03 0.00 0.05 99.88 12:40:20 07:40:01 1 0.43 0.00 0.05 0.00 0.18 99.33 12:40:20 07:40:01 2 0.05 0.00 0.03 0.00 0.15 99.77 12:40:20 07:40:01 3 0.05 0.00 0.03 0.00 0.05 99.87 12:40:20 07:41:01 all 0.08 0.00 0.03 0.00 0.05 99.84 12:40:20 07:41:01 0 0.02 0.00 0.02 0.00 0.05 99.92 12:40:20 07:41:01 1 0.27 0.00 0.02 0.00 0.05 99.67 12:40:20 07:41:01 2 0.05 0.00 0.07 0.00 0.08 99.80 12:40:20 07:41:01 3 0.00 0.00 0.02 0.00 0.00 99.98 12:40:20 07:42:01 all 0.11 0.00 0.03 0.00 0.08 99.78 12:40:20 07:42:01 0 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 07:42:01 1 0.38 0.00 0.05 0.00 0.15 99.42 12:40:20 07:42:01 2 0.02 0.00 0.03 0.00 0.03 99.92 12:40:20 07:42:01 3 0.03 0.00 0.03 0.00 0.10 99.83 12:40:20 07:43:02 all 0.13 0.00 0.11 0.04 0.15 99.57 12:40:20 07:43:02 0 0.00 0.00 0.12 0.02 0.12 99.75 12:40:20 07:43:02 1 0.48 0.02 0.12 0.12 0.23 99.03 12:40:20 07:43:02 2 0.03 0.00 0.13 0.03 0.17 99.63 12:40:20 07:43:02 3 0.02 0.00 0.07 0.00 0.07 99.85 12:40:20 07:44:01 all 0.10 2.23 10.48 5.58 6.26 75.35 12:40:20 07:44:01 0 0.12 2.29 10.20 6.44 6.20 74.75 12:40:20 07:44:01 1 0.15 2.17 10.54 5.23 6.14 75.77 12:40:20 07:44:01 2 0.08 2.23 10.93 5.06 6.48 75.21 12:40:20 07:44:01 3 0.05 2.21 10.23 5.60 6.23 75.68 12:40:20 07:45:01 all 0.09 0.00 0.03 0.00 0.27 99.60 12:40:20 07:45:01 0 0.03 0.00 0.07 0.00 0.28 99.62 12:40:20 07:45:01 1 0.02 0.00 0.03 0.00 0.23 99.72 12:40:20 07:45:01 2 0.02 0.00 0.02 0.00 0.38 99.58 12:40:20 07:45:01 3 0.30 0.00 0.02 0.00 0.18 99.50 12:40:20 07:46:01 all 0.11 0.00 0.05 0.00 0.19 99.65 12:40:20 07:46:01 0 0.02 0.00 0.03 0.00 0.08 99.87 12:40:20 07:46:01 1 0.05 0.00 0.08 0.00 0.45 99.42 12:40:20 07:46:01 2 0.37 0.00 0.03 0.00 0.10 99.50 12:40:20 07:46:01 3 0.02 0.00 0.03 0.00 0.13 99.82 12:40:20 12:40:20 07:46:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 07:47:01 all 0.13 0.00 0.03 0.00 0.14 99.70 12:40:20 07:47:01 0 0.03 0.00 0.03 0.00 0.08 99.85 12:40:20 07:47:01 1 0.18 0.00 0.03 0.00 0.13 99.65 12:40:20 07:47:01 2 0.25 0.00 0.05 0.00 0.32 99.38 12:40:20 07:47:01 3 0.05 0.00 0.02 0.00 0.03 99.90 12:40:20 07:48:01 all 0.09 0.00 0.03 0.00 0.28 99.60 12:40:20 07:48:01 0 0.02 0.00 0.02 0.00 0.13 99.83 12:40:20 07:48:01 1 0.28 0.00 0.03 0.00 0.23 99.45 12:40:20 07:48:01 2 0.05 0.00 0.07 0.00 0.53 99.35 12:40:20 07:48:01 3 0.00 0.00 0.02 0.00 0.23 99.75 12:40:20 07:49:01 all 0.10 0.00 0.02 0.01 0.35 99.52 12:40:20 07:49:01 0 0.03 0.00 0.02 0.05 0.33 99.57 12:40:20 07:49:01 1 0.32 0.00 0.02 0.00 0.35 99.32 12:40:20 07:49:01 2 0.03 0.00 0.03 0.00 0.50 99.44 12:40:20 07:49:01 3 0.02 0.00 0.03 0.00 0.20 99.75 12:40:20 07:50:01 all 0.12 0.00 0.04 0.00 0.12 99.73 12:40:20 07:50:01 0 0.03 0.00 0.05 0.00 0.22 99.70 12:40:20 07:50:01 1 0.37 0.00 0.03 0.00 0.08 99.52 12:40:20 07:50:01 2 0.05 0.00 0.07 0.00 0.15 99.73 12:40:20 07:50:01 3 0.02 0.00 0.00 0.00 0.02 99.97 12:40:20 07:51:01 all 0.07 0.00 0.04 0.00 0.31 99.58 12:40:20 07:51:01 0 0.02 0.00 0.05 0.00 0.40 99.53 12:40:20 07:51:01 1 0.23 0.00 0.05 0.02 0.33 99.37 12:40:20 07:51:01 2 0.02 0.00 0.03 0.00 0.27 99.68 12:40:20 07:51:01 3 0.02 0.00 0.02 0.00 0.25 99.72 12:40:20 07:52:01 all 0.12 0.00 0.03 0.00 0.17 99.68 12:40:20 07:52:01 0 0.02 0.00 0.02 0.00 0.25 99.72 12:40:20 07:52:01 1 0.02 0.00 0.02 0.00 0.08 99.88 12:40:20 07:52:01 2 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 07:52:01 3 0.45 0.00 0.07 0.00 0.32 99.17 12:40:20 07:53:01 all 0.12 0.00 0.04 0.00 0.08 99.75 12:40:20 07:53:01 0 0.05 0.00 0.08 0.00 0.12 99.75 12:40:20 07:53:01 1 0.02 0.00 0.02 0.00 0.00 99.97 12:40:20 07:53:01 2 0.03 0.00 0.03 0.00 0.03 99.90 12:40:20 07:53:01 3 0.38 0.00 0.03 0.00 0.18 99.40 12:40:20 07:54:01 all 0.15 0.00 0.03 0.00 0.03 99.79 12:40:20 07:54:01 0 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 07:54:01 1 0.05 0.00 0.05 0.00 0.07 99.83 12:40:20 07:54:01 2 0.03 0.00 0.02 0.00 0.00 99.95 12:40:20 07:54:01 3 0.48 0.00 0.02 0.00 0.05 99.45 12:40:20 07:55:01 all 0.10 0.00 0.03 0.00 0.20 99.66 12:40:20 07:55:01 0 0.02 0.00 0.03 0.00 0.15 99.80 12:40:20 07:55:01 1 0.05 0.00 0.05 0.00 0.43 99.47 12:40:20 07:55:01 2 0.02 0.00 0.02 0.00 0.07 99.90 12:40:20 07:55:01 3 0.33 0.00 0.03 0.00 0.15 99.48 12:40:20 07:56:01 all 0.12 0.00 0.03 0.00 0.13 99.72 12:40:20 07:56:01 0 0.03 0.00 0.02 0.00 0.05 99.90 12:40:20 07:56:01 1 0.03 0.00 0.05 0.00 0.18 99.73 12:40:20 07:56:01 2 0.03 0.00 0.03 0.00 0.15 99.78 12:40:20 07:56:01 3 0.37 0.00 0.02 0.00 0.15 99.47 12:40:20 07:57:01 all 0.11 0.00 0.03 0.00 0.16 99.70 12:40:20 07:57:01 0 0.35 0.00 0.02 0.00 0.10 99.53 12:40:20 07:57:01 1 0.03 0.00 0.03 0.00 0.07 99.87 12:40:20 07:57:01 2 0.00 0.00 0.02 0.00 0.18 99.80 12:40:20 07:57:01 3 0.05 0.00 0.05 0.00 0.30 99.60 12:40:20 12:40:20 07:57:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 07:58:01 all 0.09 0.00 0.03 0.00 0.28 99.60 12:40:20 07:58:01 0 0.25 0.00 0.02 0.00 0.40 99.33 12:40:20 07:58:01 1 0.02 0.00 0.05 0.00 0.13 99.80 12:40:20 07:58:01 2 0.03 0.00 0.02 0.00 0.12 99.83 12:40:20 07:58:01 3 0.05 0.00 0.05 0.00 0.48 99.42 12:40:20 07:59:01 all 0.11 0.00 0.02 0.00 0.07 99.79 12:40:20 07:59:01 0 0.35 0.00 0.03 0.00 0.05 99.57 12:40:20 07:59:01 1 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 07:59:01 2 0.00 0.00 0.00 0.00 0.05 99.95 12:40:20 07:59:01 3 0.08 0.00 0.03 0.00 0.17 99.72 12:40:20 08:00:02 all 0.09 0.00 0.04 0.00 0.11 99.76 12:40:20 08:00:02 0 0.28 0.00 0.05 0.00 0.18 99.48 12:40:20 08:00:02 1 0.02 0.00 0.02 0.00 0.07 99.90 12:40:20 08:00:02 2 0.02 0.00 0.05 0.00 0.05 99.88 12:40:20 08:00:02 3 0.03 0.00 0.05 0.00 0.13 99.78 12:40:20 08:01:01 all 0.13 0.00 0.03 0.00 0.11 99.73 12:40:20 08:01:01 0 0.39 0.00 0.02 0.00 0.14 99.46 12:40:20 08:01:01 1 0.03 0.00 0.03 0.00 0.05 99.88 12:40:20 08:01:01 2 0.05 0.00 0.05 0.00 0.19 99.71 12:40:20 08:01:01 3 0.03 0.00 0.02 0.00 0.07 99.88 12:40:20 08:02:01 all 0.10 0.00 0.03 0.00 0.10 99.77 12:40:20 08:02:01 0 0.37 0.00 0.03 0.00 0.07 99.53 12:40:20 08:02:01 1 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 08:02:01 2 0.02 0.00 0.05 0.00 0.18 99.75 12:40:20 08:02:01 3 0.02 0.00 0.03 0.00 0.10 99.85 12:40:20 08:03:01 all 0.09 0.00 0.03 0.00 0.11 99.77 12:40:20 08:03:01 0 0.32 0.00 0.03 0.00 0.08 99.57 12:40:20 08:03:01 1 0.02 0.00 0.02 0.00 0.05 99.92 12:40:20 08:03:01 2 0.03 0.00 0.03 0.00 0.12 99.82 12:40:20 08:03:01 3 0.00 0.00 0.03 0.00 0.18 99.78 12:40:20 08:04:01 all 0.09 0.00 0.03 0.00 0.30 99.58 12:40:20 08:04:01 0 0.27 0.00 0.02 0.00 0.28 99.43 12:40:20 08:04:01 1 0.02 0.00 0.02 0.00 0.12 99.85 12:40:20 08:04:01 2 0.02 0.00 0.02 0.00 0.28 99.68 12:40:20 08:04:01 3 0.07 0.00 0.07 0.00 0.53 99.34 12:40:20 08:05:01 all 0.12 0.00 0.02 0.00 0.15 99.70 12:40:20 08:05:01 0 0.42 0.00 0.02 0.00 0.15 99.42 12:40:20 08:05:01 1 0.03 0.00 0.03 0.00 0.13 99.80 12:40:20 08:05:01 2 0.03 0.00 0.03 0.00 0.17 99.77 12:40:20 08:05:01 3 0.02 0.00 0.02 0.00 0.15 99.82 12:40:20 08:06:01 all 0.12 0.00 0.02 0.00 0.17 99.69 12:40:20 08:06:01 0 0.37 0.00 0.02 0.00 0.12 99.50 12:40:20 08:06:01 1 0.03 0.00 0.02 0.00 0.17 99.78 12:40:20 08:06:01 2 0.05 0.00 0.02 0.00 0.37 99.57 12:40:20 08:06:01 3 0.03 0.00 0.02 0.00 0.05 99.90 12:40:20 08:07:01 all 0.09 0.00 0.03 0.00 0.06 99.82 12:40:20 08:07:01 0 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 08:07:01 1 0.03 0.00 0.03 0.00 0.07 99.87 12:40:20 08:07:01 2 0.00 0.00 0.03 0.00 0.08 99.88 12:40:20 08:07:01 3 0.30 0.00 0.03 0.00 0.07 99.60 12:40:20 08:08:01 all 0.10 0.00 0.03 0.00 0.09 99.79 12:40:20 08:08:01 0 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 08:08:01 1 0.05 0.00 0.03 0.00 0.13 99.78 12:40:20 08:08:01 2 0.02 0.00 0.03 0.00 0.08 99.87 12:40:20 08:08:01 3 0.30 0.00 0.03 0.00 0.10 99.57 12:40:20 12:40:20 08:08:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 08:09:01 all 0.09 0.00 0.03 0.00 0.10 99.78 12:40:20 08:09:01 0 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 08:09:01 1 0.05 0.00 0.05 0.00 0.27 99.63 12:40:20 08:09:01 2 0.05 0.00 0.03 0.00 0.02 99.90 12:40:20 08:09:01 3 0.25 0.00 0.03 0.00 0.07 99.65 12:40:20 08:10:01 all 0.10 0.00 0.04 0.00 0.23 99.63 12:40:20 08:10:01 0 0.05 0.00 0.03 0.00 0.18 99.73 12:40:20 08:10:01 1 0.07 0.00 0.05 0.00 0.37 99.52 12:40:20 08:10:01 2 0.02 0.00 0.03 0.00 0.17 99.78 12:40:20 08:10:01 3 0.27 0.00 0.03 0.00 0.20 99.50 12:40:20 08:11:01 all 0.10 0.00 0.02 0.00 0.07 99.80 12:40:20 08:11:01 0 0.02 0.00 0.02 0.00 0.10 99.87 12:40:20 08:11:01 1 0.03 0.00 0.03 0.00 0.12 99.82 12:40:20 08:11:01 2 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 08:11:01 3 0.32 0.00 0.03 0.00 0.07 99.58 12:40:20 08:12:01 all 0.12 0.00 0.03 0.00 0.15 99.70 12:40:20 08:12:01 0 0.02 0.00 0.02 0.00 0.18 99.78 12:40:20 08:12:01 1 0.03 0.00 0.03 0.00 0.20 99.73 12:40:20 08:12:01 2 0.02 0.00 0.05 0.00 0.12 99.82 12:40:20 08:12:01 3 0.42 0.00 0.02 0.00 0.08 99.48 12:40:20 08:13:01 all 0.11 0.00 0.03 0.00 0.26 99.60 12:40:20 08:13:01 0 0.02 0.00 0.03 0.00 0.05 99.90 12:40:20 08:13:01 1 0.03 0.00 0.03 0.00 0.23 99.70 12:40:20 08:13:01 2 0.02 0.00 0.02 0.00 0.08 99.88 12:40:20 08:13:01 3 0.37 0.00 0.03 0.00 0.66 98.94 12:40:20 08:14:01 all 0.12 0.00 0.02 0.00 0.10 99.75 12:40:20 08:14:01 0 0.00 0.00 0.02 0.00 0.02 99.97 12:40:20 08:14:01 1 0.05 0.00 0.03 0.00 0.17 99.75 12:40:20 08:14:01 2 0.02 0.00 0.02 0.00 0.05 99.92 12:40:20 08:14:01 3 0.42 0.00 0.03 0.00 0.18 99.37 12:40:20 08:15:02 all 0.09 0.00 0.03 0.00 0.27 99.61 12:40:20 08:15:02 0 0.03 0.00 0.03 0.00 0.38 99.55 12:40:20 08:15:02 1 0.02 0.00 0.03 0.00 0.10 99.85 12:40:20 08:15:02 2 0.00 0.00 0.02 0.00 0.08 99.90 12:40:20 08:15:02 3 0.32 0.00 0.05 0.00 0.50 99.14 12:40:20 08:16:01 all 0.08 0.00 0.04 0.00 0.56 99.32 12:40:20 08:16:01 0 0.03 0.00 0.05 0.00 0.22 99.70 12:40:20 08:16:01 1 0.03 0.00 0.05 0.00 0.64 99.28 12:40:20 08:16:01 2 0.02 0.00 0.02 0.00 0.22 99.75 12:40:20 08:16:01 3 0.22 0.00 0.03 0.00 1.18 98.57 12:40:20 08:17:01 all 0.06 0.00 0.04 0.00 1.19 98.71 12:40:20 08:17:01 0 0.00 0.00 0.03 0.00 1.12 98.85 12:40:20 08:17:01 1 0.03 0.00 0.07 0.00 1.85 98.05 12:40:20 08:17:01 2 0.02 0.00 0.02 0.00 0.71 99.26 12:40:20 08:17:01 3 0.20 0.00 0.05 0.00 1.07 98.68 12:40:20 08:18:01 all 0.10 0.00 0.05 0.00 0.44 99.41 12:40:20 08:18:01 0 0.30 0.00 0.02 0.00 0.40 99.29 12:40:20 08:18:01 1 0.05 0.00 0.10 0.00 0.94 98.91 12:40:20 08:18:01 2 0.00 0.00 0.05 0.00 0.27 99.68 12:40:20 08:18:01 3 0.03 0.00 0.03 0.00 0.17 99.77 12:40:20 08:19:01 all 0.11 0.00 0.03 0.00 0.15 99.71 12:40:20 08:19:01 0 0.35 0.00 0.02 0.00 0.10 99.53 12:40:20 08:19:01 1 0.00 0.00 0.03 0.00 0.08 99.88 12:40:20 08:19:01 2 0.07 0.00 0.05 0.00 0.25 99.63 12:40:20 08:19:01 3 0.02 0.00 0.02 0.00 0.17 99.80 12:40:20 12:40:20 08:19:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 08:20:01 all 0.11 0.00 0.04 0.01 0.34 99.49 12:40:20 08:20:01 0 0.03 0.00 0.05 0.05 0.13 99.73 12:40:20 08:20:01 1 0.33 0.00 0.03 0.00 0.30 99.33 12:40:20 08:20:01 2 0.03 0.00 0.02 0.00 0.23 99.72 12:40:20 08:20:01 3 0.05 0.00 0.05 0.00 0.71 99.19 12:40:20 08:21:01 all 0.11 0.00 0.04 0.00 0.12 99.73 12:40:20 08:21:01 0 0.02 0.00 0.02 0.00 0.08 99.88 12:40:20 08:21:01 1 0.35 0.00 0.05 0.00 0.10 99.50 12:40:20 08:21:01 2 0.03 0.00 0.05 0.00 0.13 99.78 12:40:20 08:21:01 3 0.03 0.00 0.03 0.00 0.17 99.77 12:40:20 08:22:01 all 0.08 0.00 0.02 0.00 0.53 99.37 12:40:20 08:22:01 0 0.03 0.00 0.03 0.00 0.43 99.50 12:40:20 08:22:01 1 0.27 0.00 0.02 0.00 0.48 99.24 12:40:20 08:22:01 2 0.02 0.00 0.03 0.00 0.51 99.44 12:40:20 08:22:01 3 0.00 0.00 0.02 0.00 0.68 99.30 12:40:20 08:23:01 all 0.12 0.00 0.05 0.00 0.24 99.58 12:40:20 08:23:01 0 0.02 0.00 0.02 0.00 0.12 99.85 12:40:20 08:23:01 1 0.40 0.00 0.07 0.00 0.25 99.28 12:40:20 08:23:01 2 0.03 0.00 0.08 0.00 0.18 99.70 12:40:20 08:23:01 3 0.03 0.00 0.05 0.00 0.42 99.50 12:40:20 08:24:01 all 0.09 0.00 0.04 0.00 0.34 99.53 12:40:20 08:24:01 0 0.02 0.00 0.02 0.00 0.15 99.82 12:40:20 08:24:01 1 0.32 0.00 0.03 0.00 0.56 99.09 12:40:20 08:24:01 2 0.03 0.00 0.03 0.00 0.23 99.70 12:40:20 08:24:01 3 0.00 0.00 0.07 0.00 0.43 99.50 12:40:20 08:25:01 all 0.11 0.00 0.02 0.00 0.25 99.62 12:40:20 08:25:01 0 0.03 0.00 0.02 0.00 0.03 99.92 12:40:20 08:25:01 1 0.33 0.00 0.03 0.00 0.22 99.42 12:40:20 08:25:01 2 0.03 0.00 0.02 0.00 0.30 99.65 12:40:20 08:25:01 3 0.03 0.00 0.02 0.00 0.45 99.50 12:40:20 08:26:02 all 0.10 0.00 0.04 0.00 0.15 99.70 12:40:20 08:26:02 0 0.02 0.00 0.02 0.00 0.08 99.88 12:40:20 08:26:02 1 0.35 0.00 0.05 0.00 0.23 99.37 12:40:20 08:26:02 2 0.02 0.00 0.03 0.00 0.05 99.90 12:40:20 08:26:02 3 0.03 0.00 0.07 0.00 0.25 99.65 12:40:20 08:27:01 all 0.11 0.00 0.03 0.00 0.22 99.64 12:40:20 08:27:01 0 0.02 0.00 0.03 0.00 0.07 99.88 12:40:20 08:27:01 1 0.32 0.00 0.02 0.00 0.22 99.44 12:40:20 08:27:01 2 0.03 0.00 0.02 0.00 0.03 99.92 12:40:20 08:27:01 3 0.07 0.00 0.07 0.00 0.54 99.32 12:40:20 08:28:01 all 0.12 0.00 0.02 0.00 0.17 99.68 12:40:20 08:28:01 0 0.03 0.00 0.03 0.00 0.20 99.73 12:40:20 08:28:01 1 0.42 0.00 0.03 0.00 0.17 99.38 12:40:20 08:28:01 2 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 08:28:01 3 0.02 0.00 0.02 0.00 0.28 99.68 12:40:20 08:29:01 all 0.12 0.00 0.02 0.00 0.26 99.60 12:40:20 08:29:01 0 0.03 0.00 0.03 0.00 0.37 99.57 12:40:20 08:29:01 1 0.42 0.00 0.02 0.00 0.22 99.35 12:40:20 08:29:01 2 0.02 0.00 0.00 0.00 0.12 99.87 12:40:20 08:29:01 3 0.03 0.00 0.03 0.00 0.33 99.60 12:40:20 08:30:01 all 0.10 0.00 0.03 0.00 0.22 99.65 12:40:20 08:30:01 0 0.03 0.00 0.03 0.00 0.10 99.83 12:40:20 08:30:01 1 0.33 0.00 0.03 0.00 0.22 99.42 12:40:20 08:30:01 2 0.00 0.00 0.03 0.00 0.18 99.78 12:40:20 08:30:01 3 0.03 0.00 0.02 0.00 0.40 99.55 12:40:20 12:40:20 08:30:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 08:31:01 all 0.10 0.00 0.02 0.00 0.36 99.51 12:40:20 08:31:01 0 0.03 0.00 0.02 0.00 0.10 99.85 12:40:20 08:31:01 1 0.32 0.00 0.02 0.00 0.32 99.35 12:40:20 08:31:01 2 0.05 0.00 0.03 0.00 0.47 99.45 12:40:20 08:31:01 3 0.02 0.00 0.02 0.00 0.56 99.40 12:40:20 08:32:01 all 0.08 0.00 0.02 0.00 0.32 99.58 12:40:20 08:32:01 0 0.02 0.00 0.00 0.00 0.05 99.93 12:40:20 08:32:01 1 0.25 0.00 0.03 0.00 0.28 99.43 12:40:20 08:32:01 2 0.02 0.00 0.03 0.00 0.48 99.47 12:40:20 08:32:01 3 0.03 0.00 0.02 0.00 0.48 99.47 12:40:20 08:33:01 all 0.12 0.00 0.04 0.00 0.14 99.69 12:40:20 08:33:01 0 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 08:33:01 1 0.40 0.00 0.03 0.00 0.23 99.33 12:40:20 08:33:01 2 0.02 0.00 0.03 0.00 0.05 99.90 12:40:20 08:33:01 3 0.07 0.00 0.07 0.00 0.27 99.60 12:40:20 08:34:01 all 0.08 0.00 0.02 0.00 0.46 99.43 12:40:20 08:34:01 0 0.02 0.00 0.02 0.00 0.18 99.78 12:40:20 08:34:01 1 0.22 0.00 0.05 0.00 0.33 99.40 12:40:20 08:34:01 2 0.08 0.00 0.02 0.00 0.70 99.20 12:40:20 08:34:01 3 0.02 0.00 0.02 0.00 0.65 99.32 12:40:20 08:35:01 all 0.10 0.00 0.03 0.00 0.27 99.59 12:40:20 08:35:01 0 0.02 0.00 0.02 0.00 0.13 99.83 12:40:20 08:35:01 1 0.03 0.00 0.02 0.00 0.25 99.70 12:40:20 08:35:01 2 0.30 0.00 0.03 0.00 0.20 99.47 12:40:20 08:35:01 3 0.07 0.00 0.07 0.00 0.50 99.37 12:40:20 08:36:01 all 0.09 0.00 0.02 0.00 0.11 99.78 12:40:20 08:36:01 0 0.02 0.00 0.03 0.00 0.05 99.90 12:40:20 08:36:01 1 0.02 0.00 0.02 0.00 0.12 99.85 12:40:20 08:36:01 2 0.30 0.00 0.03 0.00 0.12 99.55 12:40:20 08:36:01 3 0.02 0.00 0.02 0.00 0.17 99.80 12:40:20 08:37:01 all 0.09 0.00 0.04 0.00 0.37 99.51 12:40:20 08:37:01 0 0.02 0.00 0.03 0.00 0.07 99.88 12:40:20 08:37:01 1 0.03 0.00 0.05 0.00 0.55 99.37 12:40:20 08:37:01 2 0.28 0.00 0.05 0.00 0.17 99.50 12:40:20 08:37:01 3 0.03 0.00 0.02 0.00 0.68 99.27 12:40:20 08:38:01 all 0.09 0.00 0.02 0.00 0.14 99.75 12:40:20 08:38:01 0 0.00 0.00 0.00 0.00 0.05 99.95 12:40:20 08:38:01 1 0.02 0.00 0.03 0.00 0.18 99.77 12:40:20 08:38:01 2 0.32 0.00 0.03 0.00 0.08 99.57 12:40:20 08:38:01 3 0.03 0.00 0.03 0.00 0.23 99.70 12:40:20 08:39:01 all 0.12 0.00 0.03 0.00 0.09 99.76 12:40:20 08:39:01 0 0.02 0.00 0.03 0.00 0.05 99.90 12:40:20 08:39:01 1 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 08:39:01 2 0.42 0.00 0.03 0.00 0.18 99.37 12:40:20 08:39:01 3 0.03 0.00 0.03 0.00 0.10 99.83 12:40:20 08:40:01 all 0.10 0.00 0.03 0.00 0.11 99.76 12:40:20 08:40:01 0 0.03 0.00 0.02 0.00 0.05 99.90 12:40:20 08:40:01 1 0.05 0.00 0.03 0.00 0.02 99.90 12:40:20 08:40:01 2 0.30 0.00 0.03 0.00 0.20 99.47 12:40:20 08:40:01 3 0.02 0.00 0.03 0.00 0.17 99.78 12:40:20 08:41:01 all 0.11 0.00 0.02 0.00 0.27 99.59 12:40:20 08:41:01 0 0.02 0.00 0.03 0.00 0.12 99.83 12:40:20 08:41:01 1 0.02 0.00 0.02 0.00 0.17 99.80 12:40:20 08:41:01 2 0.38 0.00 0.03 0.00 0.42 99.17 12:40:20 08:41:01 3 0.02 0.00 0.02 0.00 0.40 99.57 12:40:20 12:40:20 08:41:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 08:42:02 all 0.10 0.00 0.04 0.00 0.22 99.64 12:40:20 08:42:02 0 0.03 0.00 0.03 0.00 0.50 99.44 12:40:20 08:42:02 1 0.05 0.00 0.03 0.00 0.20 99.72 12:40:20 08:42:02 2 0.32 0.00 0.05 0.00 0.08 99.55 12:40:20 08:42:02 3 0.00 0.00 0.03 0.00 0.10 99.87 12:40:20 08:43:01 all 0.11 0.00 0.03 0.00 0.13 99.72 12:40:20 08:43:01 0 0.32 0.00 0.03 0.00 0.14 99.51 12:40:20 08:43:01 1 0.05 0.00 0.05 0.00 0.25 99.64 12:40:20 08:43:01 2 0.07 0.00 0.03 0.00 0.08 99.81 12:40:20 08:43:01 3 0.02 0.00 0.02 0.00 0.05 99.92 12:40:20 08:44:01 all 0.12 0.00 0.03 0.00 0.14 99.70 12:40:20 08:44:01 0 0.38 0.00 0.02 0.00 0.13 99.47 12:40:20 08:44:01 1 0.07 0.00 0.08 0.00 0.37 99.48 12:40:20 08:44:01 2 0.03 0.00 0.02 0.00 0.05 99.90 12:40:20 08:44:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 08:45:01 all 0.13 0.00 0.04 0.00 0.09 99.74 12:40:20 08:45:01 0 0.42 0.00 0.02 0.00 0.08 99.48 12:40:20 08:45:01 1 0.07 0.00 0.08 0.00 0.18 99.67 12:40:20 08:45:01 2 0.00 0.00 0.02 0.00 0.03 99.95 12:40:20 08:45:01 3 0.03 0.00 0.03 0.00 0.07 99.87 12:40:20 08:46:01 all 0.13 0.00 0.03 0.00 0.20 99.63 12:40:20 08:46:01 0 0.45 0.00 0.05 0.00 0.37 99.14 12:40:20 08:46:01 1 0.03 0.00 0.07 0.00 0.12 99.78 12:40:20 08:46:01 2 0.03 0.00 0.00 0.00 0.28 99.68 12:40:20 08:46:01 3 0.02 0.00 0.02 0.00 0.05 99.92 12:40:20 08:47:01 all 0.13 0.00 0.04 0.00 0.10 99.74 12:40:20 08:47:01 0 0.45 0.00 0.02 0.00 0.15 99.38 12:40:20 08:47:01 1 0.03 0.00 0.05 0.00 0.05 99.87 12:40:20 08:47:01 2 0.02 0.00 0.05 0.00 0.18 99.75 12:40:20 08:47:01 3 0.02 0.00 0.03 0.00 0.00 99.95 12:40:20 08:48:01 all 0.12 0.00 0.03 0.00 0.17 99.69 12:40:20 08:48:01 0 0.37 0.00 0.02 0.00 0.23 99.38 12:40:20 08:48:01 1 0.03 0.00 0.02 0.00 0.08 99.87 12:40:20 08:48:01 2 0.05 0.00 0.05 0.00 0.18 99.72 12:40:20 08:48:01 3 0.02 0.00 0.03 0.00 0.17 99.78 12:40:20 08:49:01 all 0.12 0.00 0.02 0.00 0.14 99.72 12:40:20 08:49:01 0 0.02 0.00 0.02 0.00 0.05 99.92 12:40:20 08:49:01 1 0.03 0.00 0.03 0.00 0.18 99.75 12:40:20 08:49:01 2 0.40 0.00 0.02 0.00 0.12 99.47 12:40:20 08:49:01 3 0.03 0.00 0.02 0.00 0.22 99.73 12:40:20 08:50:01 all 0.15 0.00 0.05 0.00 0.06 99.75 12:40:20 08:50:01 0 0.03 0.00 0.03 0.00 0.02 99.92 12:40:20 08:50:01 1 0.07 0.00 0.07 0.00 0.15 99.72 12:40:20 08:50:01 2 0.47 0.00 0.05 0.00 0.05 99.43 12:40:20 08:50:01 3 0.03 0.00 0.03 0.00 0.02 99.92 12:40:20 08:51:01 all 0.12 0.00 0.05 0.00 0.12 99.72 12:40:20 08:51:01 0 0.02 0.00 0.03 0.00 0.07 99.88 12:40:20 08:51:01 1 0.08 0.00 0.10 0.00 0.25 99.57 12:40:20 08:51:01 2 0.35 0.00 0.03 0.00 0.08 99.53 12:40:20 08:51:01 3 0.02 0.00 0.02 0.00 0.07 99.90 12:40:20 08:52:01 all 0.12 0.00 0.03 0.00 0.05 99.79 12:40:20 08:52:01 0 0.02 0.00 0.02 0.00 0.05 99.92 12:40:20 08:52:01 1 0.03 0.00 0.03 0.00 0.03 99.90 12:40:20 08:52:01 2 0.42 0.00 0.05 0.00 0.07 99.47 12:40:20 08:52:01 3 0.03 0.00 0.03 0.00 0.07 99.87 12:40:20 12:40:20 08:52:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 08:53:01 all 0.12 0.00 0.03 0.00 0.05 99.80 12:40:20 08:53:01 0 0.03 0.00 0.03 0.00 0.03 99.90 12:40:20 08:53:01 1 0.33 0.00 0.02 0.00 0.03 99.62 12:40:20 08:53:01 2 0.08 0.00 0.05 0.00 0.10 99.77 12:40:20 08:53:01 3 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 08:54:01 all 0.13 0.00 0.03 0.00 0.07 99.77 12:40:20 08:54:01 0 0.02 0.00 0.03 0.00 0.10 99.85 12:40:20 08:54:01 1 0.43 0.00 0.03 0.00 0.03 99.50 12:40:20 08:54:01 2 0.07 0.00 0.05 0.00 0.13 99.75 12:40:20 08:54:01 3 0.02 0.00 0.00 0.00 0.02 99.97 12:40:20 08:55:01 all 0.12 0.00 0.03 0.00 0.07 99.78 12:40:20 08:55:01 0 0.02 0.00 0.02 0.00 0.08 99.88 12:40:20 08:55:01 1 0.05 0.00 0.05 0.00 0.08 99.82 12:40:20 08:55:01 2 0.38 0.00 0.03 0.00 0.12 99.47 12:40:20 08:55:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 08:56:01 all 0.12 0.00 0.04 0.00 0.06 99.79 12:40:20 08:56:01 0 0.00 0.00 0.02 0.00 0.02 99.97 12:40:20 08:56:01 1 0.08 0.00 0.07 0.00 0.12 99.73 12:40:20 08:56:01 2 0.37 0.00 0.03 0.00 0.07 99.53 12:40:20 08:56:01 3 0.02 0.00 0.03 0.00 0.03 99.92 12:40:20 08:57:01 all 0.14 0.00 0.03 0.00 0.06 99.78 12:40:20 08:57:01 0 0.03 0.00 0.02 0.00 0.02 99.93 12:40:20 08:57:01 1 0.08 0.00 0.05 0.00 0.12 99.75 12:40:20 08:57:01 2 0.40 0.00 0.03 0.00 0.07 99.50 12:40:20 08:57:01 3 0.03 0.00 0.02 0.00 0.03 99.92 12:40:20 08:58:01 all 0.32 0.00 0.10 0.01 0.44 99.12 12:40:20 08:58:01 0 0.15 0.00 0.10 0.02 0.40 99.33 12:40:20 08:58:01 1 0.25 0.00 0.13 0.02 0.42 99.18 12:40:20 08:58:01 2 0.68 0.00 0.10 0.00 0.53 98.69 12:40:20 08:58:01 3 0.22 0.00 0.08 0.02 0.40 99.28 12:40:20 08:59:01 all 0.86 0.00 0.19 0.02 0.71 98.22 12:40:20 08:59:01 0 0.87 0.00 0.22 0.00 0.79 98.13 12:40:20 08:59:01 1 0.57 0.00 0.22 0.02 0.85 98.35 12:40:20 08:59:01 2 0.75 0.00 0.18 0.03 0.68 98.35 12:40:20 08:59:01 3 1.27 0.00 0.13 0.02 0.53 98.05 12:40:20 09:00:01 all 0.13 0.00 0.05 0.00 0.07 99.75 12:40:20 09:00:01 0 0.00 0.00 0.03 0.00 0.02 99.95 12:40:20 09:00:01 1 0.08 0.00 0.07 0.00 0.15 99.70 12:40:20 09:00:01 2 0.40 0.00 0.07 0.00 0.07 99.47 12:40:20 09:00:01 3 0.03 0.00 0.03 0.00 0.05 99.88 12:40:20 09:01:02 all 0.14 0.00 0.05 0.00 0.05 99.75 12:40:20 09:01:02 0 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 09:01:02 1 0.08 0.00 0.10 0.00 0.13 99.68 12:40:20 09:01:02 2 0.43 0.00 0.05 0.00 0.03 99.48 12:40:20 09:01:02 3 0.03 0.00 0.03 0.00 0.02 99.92 12:40:20 09:02:01 all 0.14 0.00 0.04 0.00 0.07 99.75 12:40:20 09:02:01 0 0.02 0.00 0.03 0.00 0.10 99.85 12:40:20 09:02:01 1 0.05 0.00 0.08 0.00 0.03 99.83 12:40:20 09:02:01 2 0.44 0.00 0.03 0.00 0.03 99.49 12:40:20 09:02:01 3 0.05 0.00 0.02 0.00 0.10 99.83 12:40:20 09:03:01 all 0.14 0.00 0.04 0.00 0.07 99.76 12:40:20 09:03:01 0 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 09:03:01 1 0.07 0.00 0.05 0.00 0.10 99.78 12:40:20 09:03:01 2 0.45 0.00 0.07 0.00 0.05 99.43 12:40:20 09:03:01 3 0.02 0.00 0.02 0.00 0.08 99.88 12:40:20 12:40:20 09:03:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 09:04:01 all 0.14 0.00 0.04 0.00 0.09 99.74 12:40:20 09:04:01 0 0.02 0.00 0.02 0.00 0.10 99.87 12:40:20 09:04:01 1 0.03 0.00 0.05 0.00 0.12 99.80 12:40:20 09:04:01 2 0.48 0.00 0.07 0.00 0.12 99.33 12:40:20 09:04:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 09:05:01 all 0.06 0.00 0.03 0.00 0.07 99.84 12:40:20 09:05:01 0 0.07 0.00 0.07 0.00 0.13 99.73 12:40:20 09:05:01 1 0.00 0.00 0.02 0.00 0.03 99.95 12:40:20 09:05:01 2 0.13 0.00 0.02 0.00 0.05 99.80 12:40:20 09:05:01 3 0.05 0.00 0.03 0.00 0.05 99.87 12:40:20 09:06:01 all 0.10 0.00 0.03 0.00 0.05 99.82 12:40:20 09:06:01 0 0.32 0.00 0.05 0.00 0.13 99.50 12:40:20 09:06:01 1 0.03 0.00 0.02 0.00 0.03 99.92 12:40:20 09:06:01 2 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 09:06:01 3 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 09:07:01 all 0.12 0.00 0.02 0.00 0.05 99.81 12:40:20 09:07:01 0 0.38 0.00 0.02 0.00 0.02 99.58 12:40:20 09:07:01 1 0.03 0.00 0.02 0.00 0.03 99.92 12:40:20 09:07:01 2 0.03 0.00 0.02 0.00 0.10 99.85 12:40:20 09:07:01 3 0.03 0.00 0.02 0.00 0.07 99.88 12:40:20 09:08:01 all 0.09 0.00 0.04 0.00 0.07 99.80 12:40:20 09:08:01 0 0.27 0.00 0.03 0.00 0.12 99.58 12:40:20 09:08:01 1 0.03 0.00 0.05 0.00 0.05 99.87 12:40:20 09:08:01 2 0.03 0.00 0.03 0.00 0.08 99.85 12:40:20 09:08:01 3 0.03 0.00 0.03 0.00 0.02 99.92 12:40:20 09:09:01 all 0.14 0.00 0.03 0.00 0.04 99.79 12:40:20 09:09:01 0 0.43 0.00 0.02 0.00 0.03 99.52 12:40:20 09:09:01 1 0.08 0.00 0.05 0.00 0.07 99.80 12:40:20 09:09:01 2 0.03 0.00 0.02 0.00 0.03 99.92 12:40:20 09:09:01 3 0.02 0.00 0.03 0.00 0.03 99.92 12:40:20 09:10:01 all 0.12 0.00 0.04 0.00 0.05 99.79 12:40:20 09:10:01 0 0.38 0.00 0.02 0.00 0.07 99.53 12:40:20 09:10:01 1 0.02 0.00 0.05 0.00 0.02 99.92 12:40:20 09:10:01 2 0.02 0.00 0.03 0.00 0.07 99.88 12:40:20 09:10:01 3 0.05 0.00 0.05 0.00 0.07 99.83 12:40:20 09:11:01 all 0.12 0.00 0.02 0.00 0.07 99.78 12:40:20 09:11:01 0 0.40 0.00 0.02 0.00 0.08 99.50 12:40:20 09:11:01 1 0.05 0.00 0.03 0.00 0.10 99.82 12:40:20 09:11:01 2 0.03 0.00 0.03 0.00 0.02 99.92 12:40:20 09:11:01 3 0.02 0.00 0.02 0.00 0.07 99.90 12:40:20 09:12:01 all 0.13 0.00 0.02 0.00 0.05 99.80 12:40:20 09:12:01 0 0.43 0.00 0.00 0.00 0.03 99.53 12:40:20 09:12:01 1 0.05 0.00 0.05 0.00 0.10 99.80 12:40:20 09:12:01 2 0.03 0.00 0.02 0.00 0.02 99.93 12:40:20 09:12:01 3 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 09:13:01 all 0.06 0.00 0.05 0.01 0.10 99.78 12:40:20 09:13:01 0 0.17 0.00 0.05 0.00 0.12 99.67 12:40:20 09:13:01 1 0.03 0.00 0.08 0.00 0.12 99.77 12:40:20 09:13:01 2 0.02 0.00 0.02 0.05 0.03 99.88 12:40:20 09:13:01 3 0.03 0.00 0.03 0.00 0.15 99.78 12:40:20 09:14:01 all 0.14 0.00 0.03 0.00 0.04 99.79 12:40:20 09:14:01 0 0.47 0.00 0.03 0.00 0.03 99.47 12:40:20 09:14:01 1 0.07 0.00 0.05 0.00 0.10 99.78 12:40:20 09:14:01 2 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 09:14:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 12:40:20 09:14:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 09:15:01 all 0.11 0.00 0.02 0.00 0.06 99.82 12:40:20 09:15:01 0 0.33 0.00 0.00 0.00 0.03 99.63 12:40:20 09:15:01 1 0.05 0.00 0.03 0.00 0.05 99.87 12:40:20 09:15:01 2 0.03 0.00 0.02 0.00 0.03 99.92 12:40:20 09:15:01 3 0.02 0.00 0.02 0.00 0.12 99.85 12:40:20 09:16:01 all 0.11 0.00 0.02 0.00 0.12 99.74 12:40:20 09:16:01 0 0.37 0.00 0.02 0.00 0.17 99.45 12:40:20 09:16:01 1 0.03 0.00 0.02 0.00 0.08 99.87 12:40:20 09:16:01 2 0.00 0.00 0.02 0.00 0.07 99.92 12:40:20 09:16:01 3 0.03 0.00 0.05 0.00 0.18 99.73 12:40:20 09:17:01 all 0.10 0.00 0.04 0.00 0.07 99.79 12:40:20 09:17:01 0 0.33 0.00 0.05 0.00 0.15 99.47 12:40:20 09:17:01 1 0.03 0.00 0.05 0.00 0.02 99.90 12:40:20 09:17:01 2 0.03 0.00 0.03 0.00 0.02 99.92 12:40:20 09:17:01 3 0.02 0.00 0.02 0.00 0.10 99.87 12:40:20 09:18:02 all 0.09 0.00 0.04 0.00 0.06 99.81 12:40:20 09:18:02 0 0.30 0.00 0.03 0.00 0.03 99.63 12:40:20 09:18:02 1 0.03 0.00 0.02 0.00 0.02 99.93 12:40:20 09:18:02 2 0.00 0.00 0.03 0.00 0.08 99.88 12:40:20 09:18:02 3 0.03 0.00 0.07 0.00 0.10 99.80 12:40:20 09:19:01 all 0.09 0.00 0.03 0.00 0.04 99.84 12:40:20 09:19:01 0 0.24 0.00 0.00 0.00 0.02 99.75 12:40:20 09:19:01 1 0.02 0.00 0.03 0.00 0.00 99.95 12:40:20 09:19:01 2 0.08 0.00 0.05 0.00 0.12 99.75 12:40:20 09:19:01 3 0.03 0.00 0.02 0.00 0.02 99.93 12:40:20 09:20:01 all 0.14 0.00 0.02 0.00 0.06 99.78 12:40:20 09:20:01 0 0.40 0.00 0.02 0.00 0.03 99.55 12:40:20 09:20:01 1 0.03 0.00 0.02 0.00 0.03 99.92 12:40:20 09:20:01 2 0.10 0.00 0.05 0.00 0.15 99.70 12:40:20 09:20:01 3 0.03 0.00 0.02 0.00 0.02 99.93 12:40:20 09:21:01 all 0.10 0.00 0.04 0.00 0.02 99.84 12:40:20 09:21:01 0 0.03 0.00 0.03 0.00 0.02 99.92 12:40:20 09:21:01 1 0.02 0.00 0.05 0.00 0.02 99.92 12:40:20 09:21:01 2 0.35 0.00 0.07 0.00 0.03 99.55 12:40:20 09:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 12:40:20 09:22:01 all 0.14 0.00 0.03 0.00 0.10 99.73 12:40:20 09:22:01 0 0.02 0.00 0.02 0.00 0.13 99.83 12:40:20 09:22:01 1 0.05 0.00 0.03 0.00 0.12 99.80 12:40:20 09:22:01 2 0.47 0.00 0.03 0.00 0.10 99.40 12:40:20 09:22:01 3 0.03 0.00 0.03 0.00 0.03 99.90 12:40:20 09:23:01 all 0.13 0.00 0.04 0.00 0.05 99.78 12:40:20 09:23:01 0 0.00 0.00 0.02 0.00 0.03 99.95 12:40:20 09:23:01 1 0.03 0.00 0.07 0.00 0.03 99.87 12:40:20 09:23:01 2 0.48 0.00 0.07 0.00 0.08 99.37 12:40:20 09:23:01 3 0.02 0.00 0.00 0.00 0.03 99.95 12:40:20 09:24:01 all 0.15 0.00 0.04 0.00 0.02 99.79 12:40:20 09:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:40:20 09:24:01 1 0.03 0.00 0.03 0.00 0.02 99.92 12:40:20 09:24:01 2 0.48 0.00 0.02 0.00 0.00 99.50 12:40:20 09:24:01 3 0.07 0.00 0.08 0.00 0.08 99.77 12:40:20 09:25:01 all 0.14 0.00 0.03 0.00 0.04 99.79 12:40:20 09:25:01 0 0.02 0.00 0.00 0.00 0.02 99.97 12:40:20 09:25:01 1 0.03 0.00 0.05 0.00 0.07 99.85 12:40:20 09:25:01 2 0.45 0.00 0.03 0.00 0.02 99.50 12:40:20 09:25:01 3 0.05 0.00 0.05 0.00 0.05 99.85 12:40:20 12:40:20 09:25:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 09:26:01 all 0.14 0.00 0.03 0.00 0.05 99.78 12:40:20 09:26:01 0 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 09:26:01 1 0.03 0.00 0.02 0.00 0.03 99.92 12:40:20 09:26:01 2 0.45 0.00 0.02 0.00 0.03 99.50 12:40:20 09:26:01 3 0.07 0.00 0.07 0.00 0.12 99.75 12:40:20 09:27:01 all 0.11 0.00 0.03 0.00 0.04 99.82 12:40:20 09:27:01 0 0.00 0.00 0.02 0.00 0.02 99.97 12:40:20 09:27:01 1 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 09:27:01 2 0.40 0.00 0.05 0.00 0.03 99.52 12:40:20 09:27:01 3 0.03 0.00 0.02 0.00 0.08 99.87 12:40:20 09:28:01 all 0.13 0.00 0.03 0.00 0.05 99.79 12:40:20 09:28:01 0 0.02 0.00 0.03 0.00 0.03 99.92 12:40:20 09:28:01 1 0.03 0.00 0.05 0.00 0.07 99.85 12:40:20 09:28:01 2 0.45 0.00 0.02 0.00 0.03 99.50 12:40:20 09:28:01 3 0.03 0.00 0.03 0.00 0.05 99.88 12:40:20 09:29:01 all 0.12 0.00 0.03 0.00 0.03 99.82 12:40:20 09:29:01 0 0.02 0.00 0.03 0.00 0.00 99.95 12:40:20 09:29:01 1 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 09:29:01 2 0.42 0.00 0.02 0.00 0.05 99.52 12:40:20 09:29:01 3 0.05 0.00 0.05 0.00 0.05 99.85 12:40:20 09:30:01 all 0.12 0.00 0.02 0.00 0.07 99.79 12:40:20 09:30:01 0 0.02 0.00 0.00 0.00 0.02 99.97 12:40:20 09:30:01 1 0.05 0.00 0.03 0.00 0.15 99.77 12:40:20 09:30:01 2 0.37 0.00 0.03 0.00 0.05 99.55 12:40:20 09:30:01 3 0.05 0.00 0.03 0.00 0.05 99.87 12:40:20 09:31:01 all 0.13 0.00 0.03 0.00 0.05 99.79 12:40:20 09:31:01 0 0.02 0.00 0.03 0.00 0.00 99.95 12:40:20 09:31:01 1 0.03 0.00 0.02 0.00 0.02 99.93 12:40:20 09:31:01 2 0.42 0.00 0.02 0.00 0.07 99.50 12:40:20 09:31:01 3 0.05 0.00 0.07 0.00 0.10 99.78 12:40:20 09:32:01 all 0.06 0.00 0.03 0.00 0.04 99.87 12:40:20 09:32:01 0 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 09:32:01 1 0.00 0.00 0.02 0.00 0.02 99.97 12:40:20 09:32:01 2 0.13 0.00 0.02 0.00 0.02 99.83 12:40:20 09:32:01 3 0.08 0.00 0.07 0.00 0.10 99.75 12:40:20 09:33:01 all 0.11 0.00 0.03 0.00 0.05 99.80 12:40:20 09:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:40:20 09:33:01 1 0.03 0.00 0.03 0.00 0.05 99.88 12:40:20 09:33:01 2 0.33 0.00 0.02 0.00 0.05 99.60 12:40:20 09:33:01 3 0.07 0.00 0.07 0.00 0.12 99.75 12:40:20 09:34:01 all 0.10 0.00 0.04 0.00 0.04 99.82 12:40:20 09:34:01 0 0.00 0.00 0.02 0.00 0.02 99.97 12:40:20 09:34:01 1 0.03 0.00 0.03 0.00 0.05 99.88 12:40:20 09:34:01 2 0.38 0.00 0.08 0.00 0.02 99.52 12:40:20 09:34:01 3 0.00 0.00 0.02 0.00 0.07 99.92 12:40:20 09:35:01 all 0.13 0.00 0.02 0.00 0.06 99.79 12:40:20 09:35:01 0 0.03 0.00 0.02 0.00 0.02 99.93 12:40:20 09:35:01 1 0.15 0.00 0.03 0.00 0.08 99.73 12:40:20 09:35:01 2 0.32 0.00 0.02 0.00 0.08 99.58 12:40:20 09:35:01 3 0.03 0.00 0.02 0.00 0.05 99.90 12:40:20 09:36:01 all 0.13 0.00 0.04 0.00 0.02 99.81 12:40:20 09:36:01 0 0.00 0.00 0.02 0.00 0.00 99.98 12:40:20 09:36:01 1 0.45 0.00 0.05 0.00 0.03 99.47 12:40:20 09:36:01 2 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 09:36:01 3 0.05 0.00 0.07 0.00 0.03 99.85 12:40:20 12:40:20 09:36:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 09:37:01 all 0.10 0.00 0.03 0.00 0.04 99.83 12:40:20 09:37:01 0 0.00 0.00 0.00 0.00 0.02 99.98 12:40:20 09:37:01 1 0.37 0.00 0.05 0.00 0.07 99.52 12:40:20 09:37:01 2 0.02 0.00 0.03 0.00 0.07 99.88 12:40:20 09:37:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 09:38:02 all 0.14 0.00 0.03 0.00 0.06 99.77 12:40:20 09:38:02 0 0.02 0.00 0.02 0.00 0.00 99.97 12:40:20 09:38:02 1 0.02 0.00 0.03 0.00 0.08 99.87 12:40:20 09:38:02 2 0.53 0.00 0.05 0.00 0.13 99.28 12:40:20 09:38:02 3 0.00 0.00 0.02 0.00 0.02 99.97 12:40:20 09:39:01 all 0.14 0.00 0.02 0.00 0.04 99.80 12:40:20 09:39:01 0 0.02 0.00 0.02 0.00 0.05 99.92 12:40:20 09:39:01 1 0.03 0.00 0.02 0.00 0.02 99.93 12:40:20 09:39:01 2 0.51 0.00 0.03 0.00 0.07 99.39 12:40:20 09:39:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 09:40:01 all 0.12 0.00 0.02 0.00 0.04 99.82 12:40:20 09:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:40:20 09:40:01 1 0.02 0.00 0.03 0.00 0.03 99.92 12:40:20 09:40:01 2 0.42 0.00 0.03 0.00 0.12 99.43 12:40:20 09:40:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 09:41:01 all 0.11 0.00 0.03 0.00 0.03 99.84 12:40:20 09:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:40:20 09:41:01 1 0.08 0.00 0.05 0.00 0.07 99.80 12:40:20 09:41:01 2 0.28 0.00 0.03 0.00 0.03 99.65 12:40:20 09:41:01 3 0.05 0.00 0.02 0.00 0.00 99.93 12:40:20 09:42:01 all 0.10 0.00 0.03 0.00 0.04 99.83 12:40:20 09:42:01 0 0.00 0.00 0.03 0.00 0.02 99.95 12:40:20 09:42:01 1 0.05 0.00 0.03 0.00 0.05 99.87 12:40:20 09:42:01 2 0.05 0.00 0.05 0.00 0.05 99.85 12:40:20 09:42:01 3 0.28 0.00 0.02 0.00 0.03 99.67 12:40:20 09:43:01 all 0.13 0.00 0.04 0.00 0.02 99.81 12:40:20 09:43:01 0 0.02 0.00 0.03 0.00 0.00 99.95 12:40:20 09:43:01 1 0.03 0.00 0.05 0.00 0.03 99.88 12:40:20 09:43:01 2 0.03 0.00 0.03 0.00 0.05 99.88 12:40:20 09:43:01 3 0.43 0.00 0.03 0.00 0.02 99.52 12:40:20 09:44:01 all 0.11 0.00 0.02 0.00 0.08 99.78 12:40:20 09:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:40:20 09:44:01 1 0.02 0.00 0.02 0.00 0.08 99.88 12:40:20 09:44:01 2 0.03 0.00 0.02 0.00 0.20 99.75 12:40:20 09:44:01 3 0.38 0.00 0.03 0.00 0.05 99.53 12:40:20 09:45:01 all 0.07 0.00 0.03 0.00 0.03 99.87 12:40:20 09:45:01 0 0.00 0.00 0.02 0.00 0.00 99.98 12:40:20 09:45:01 1 0.03 0.00 0.02 0.00 0.05 99.90 12:40:20 09:45:01 2 0.03 0.00 0.03 0.00 0.05 99.88 12:40:20 09:45:01 3 0.22 0.00 0.03 0.00 0.03 99.72 12:40:20 09:46:01 all 0.11 0.00 0.03 0.00 0.03 99.83 12:40:20 09:46:01 0 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 09:46:01 1 0.03 0.00 0.03 0.00 0.03 99.90 12:40:20 09:46:01 2 0.05 0.00 0.03 0.00 0.05 99.87 12:40:20 09:46:01 3 0.35 0.00 0.02 0.00 0.02 99.62 12:40:20 09:47:01 all 0.12 0.00 0.02 0.00 0.04 99.82 12:40:20 09:47:01 0 0.00 0.00 0.02 0.00 0.00 99.98 12:40:20 09:47:01 1 0.05 0.00 0.02 0.00 0.07 99.87 12:40:20 09:47:01 2 0.05 0.00 0.03 0.00 0.05 99.87 12:40:20 09:47:01 3 0.38 0.00 0.02 0.00 0.05 99.55 12:40:20 12:40:20 09:47:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 09:48:01 all 0.07 0.00 0.04 0.00 0.03 99.86 12:40:20 09:48:01 0 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 09:48:01 1 0.08 0.00 0.08 0.00 0.08 99.75 12:40:20 09:48:01 2 0.17 0.00 0.05 0.00 0.03 99.75 12:40:20 09:48:01 3 0.00 0.00 0.02 0.00 0.00 99.98 12:40:20 09:49:01 all 0.12 0.00 0.03 0.00 0.03 99.81 12:40:20 09:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:40:20 09:49:01 1 0.05 0.00 0.05 0.00 0.07 99.83 12:40:20 09:49:01 2 0.42 0.00 0.05 0.00 0.05 99.48 12:40:20 09:49:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 09:50:01 all 0.12 0.00 0.03 0.00 0.07 99.78 12:40:20 09:50:01 0 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 09:50:01 1 0.07 0.00 0.05 0.00 0.17 99.72 12:40:20 09:50:01 2 0.40 0.00 0.02 0.00 0.08 99.50 12:40:20 09:50:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 09:51:01 all 0.14 0.00 0.03 0.00 0.03 99.80 12:40:20 09:51:01 0 0.00 0.00 0.02 0.00 0.00 99.98 12:40:20 09:51:01 1 0.08 0.00 0.07 0.00 0.10 99.75 12:40:20 09:51:01 2 0.45 0.00 0.03 0.00 0.02 99.50 12:40:20 09:51:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 09:52:01 all 0.15 0.00 0.03 0.00 0.04 99.78 12:40:20 09:52:01 0 0.02 0.00 0.02 0.00 0.05 99.92 12:40:20 09:52:01 1 0.52 0.00 0.03 0.00 0.08 99.37 12:40:20 09:52:01 2 0.05 0.00 0.03 0.00 0.02 99.90 12:40:20 09:52:01 3 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 09:53:01 all 0.13 0.00 0.02 0.00 0.04 99.80 12:40:20 09:53:01 0 0.03 0.00 0.03 0.00 0.05 99.88 12:40:20 09:53:01 1 0.47 0.00 0.03 0.00 0.10 99.40 12:40:20 09:53:01 2 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 09:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 12:40:20 09:54:01 all 0.14 0.00 0.03 0.00 0.03 99.80 12:40:20 09:54:01 0 0.03 0.00 0.02 0.00 0.07 99.88 12:40:20 09:54:01 1 0.45 0.00 0.03 0.00 0.02 99.50 12:40:20 09:54:01 2 0.03 0.00 0.03 0.00 0.02 99.92 12:40:20 09:54:01 3 0.03 0.00 0.03 0.00 0.02 99.92 12:40:20 09:55:01 all 0.11 0.00 0.03 0.00 0.06 99.80 12:40:20 09:55:01 0 0.03 0.00 0.03 0.00 0.03 99.90 12:40:20 09:55:01 1 0.37 0.00 0.05 0.00 0.05 99.53 12:40:20 09:55:01 2 0.03 0.00 0.03 0.00 0.13 99.80 12:40:20 09:55:01 3 0.00 0.00 0.02 0.00 0.02 99.97 12:40:20 09:56:01 all 0.04 0.00 0.03 0.00 0.04 99.89 12:40:20 09:56:01 0 0.00 0.00 0.02 0.00 0.03 99.95 12:40:20 09:56:01 1 0.10 0.00 0.03 0.00 0.03 99.83 12:40:20 09:56:01 2 0.03 0.00 0.05 0.00 0.07 99.85 12:40:20 09:56:01 3 0.03 0.00 0.02 0.00 0.02 99.93 12:40:20 09:57:02 all 0.14 0.00 0.02 0.00 0.02 99.82 12:40:20 09:57:02 0 0.02 0.00 0.00 0.00 0.03 99.95 12:40:20 09:57:02 1 0.12 0.00 0.02 0.00 0.02 99.85 12:40:20 09:57:02 2 0.38 0.00 0.03 0.00 0.03 99.55 12:40:20 09:57:02 3 0.03 0.00 0.02 0.00 0.02 99.93 12:40:20 09:58:01 all 0.08 0.00 0.04 0.00 0.06 99.82 12:40:20 09:58:01 0 0.02 0.00 0.02 0.00 0.07 99.90 12:40:20 09:58:01 1 0.05 0.00 0.05 0.00 0.03 99.86 12:40:20 09:58:01 2 0.25 0.00 0.05 0.00 0.12 99.58 12:40:20 09:58:01 3 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 12:40:20 09:58:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 09:59:01 all 0.05 0.00 0.03 0.00 0.08 99.84 12:40:20 09:59:01 0 0.02 0.00 0.02 0.00 0.07 99.90 12:40:20 09:59:01 1 0.03 0.00 0.03 0.00 0.15 99.78 12:40:20 09:59:01 2 0.15 0.00 0.07 0.00 0.05 99.73 12:40:20 09:59:01 3 0.00 0.00 0.02 0.00 0.03 99.95 12:40:20 10:00:01 all 0.14 0.00 0.04 0.00 0.07 99.74 12:40:20 10:00:01 0 0.07 0.00 0.07 0.00 0.18 99.68 12:40:20 10:00:01 1 0.45 0.00 0.05 0.00 0.07 99.43 12:40:20 10:00:01 2 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 10:00:01 3 0.03 0.00 0.03 0.00 0.03 99.90 12:40:20 10:01:01 all 0.10 0.00 0.03 0.00 0.07 99.80 12:40:20 10:01:01 0 0.03 0.00 0.03 0.00 0.10 99.83 12:40:20 10:01:01 1 0.32 0.00 0.05 0.00 0.08 99.55 12:40:20 10:01:01 2 0.03 0.00 0.03 0.00 0.00 99.93 12:40:20 10:01:01 3 0.02 0.00 0.02 0.00 0.08 99.88 12:40:20 10:02:01 all 0.14 0.00 0.04 0.00 0.05 99.77 12:40:20 10:02:01 0 0.05 0.00 0.07 0.00 0.12 99.77 12:40:20 10:02:01 1 0.45 0.00 0.03 0.00 0.03 99.48 12:40:20 10:02:01 2 0.03 0.00 0.03 0.00 0.05 99.88 12:40:20 10:02:01 3 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 10:03:01 all 0.07 0.00 0.03 0.00 0.05 99.85 12:40:20 10:03:01 0 0.22 0.00 0.08 0.00 0.07 99.63 12:40:20 10:03:01 1 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 10:03:01 2 0.03 0.00 0.02 0.00 0.08 99.87 12:40:20 10:03:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 10:04:01 all 0.10 0.00 0.02 0.00 0.10 99.78 12:40:20 10:04:01 0 0.02 0.00 0.02 0.00 0.07 99.90 12:40:20 10:04:01 1 0.33 0.00 0.05 0.00 0.17 99.45 12:40:20 10:04:01 2 0.02 0.00 0.02 0.00 0.13 99.83 12:40:20 10:04:01 3 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 10:05:01 all 0.10 0.00 0.04 0.00 0.11 99.75 12:40:20 10:05:01 0 0.07 0.00 0.03 0.00 0.03 99.87 12:40:20 10:05:01 1 0.23 0.00 0.07 0.00 0.18 99.52 12:40:20 10:05:01 2 0.05 0.00 0.03 0.00 0.20 99.72 12:40:20 10:05:01 3 0.05 0.00 0.02 0.00 0.03 99.90 12:40:20 10:06:01 all 0.02 0.00 0.03 0.00 0.04 99.90 12:40:20 10:06:01 0 0.02 0.00 0.05 0.00 0.03 99.90 12:40:20 10:06:01 1 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 10:06:01 2 0.05 0.00 0.05 0.00 0.12 99.78 12:40:20 10:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 12:40:20 10:07:01 all 0.04 0.00 0.04 0.00 0.05 99.88 12:40:20 10:07:01 0 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 10:07:01 1 0.03 0.00 0.03 0.00 0.02 99.92 12:40:20 10:07:01 2 0.08 0.00 0.08 0.00 0.15 99.68 12:40:20 10:07:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 10:08:01 all 0.02 0.00 0.02 0.00 0.06 99.89 12:40:20 10:08:01 0 0.02 0.00 0.02 0.00 0.05 99.92 12:40:20 10:08:01 1 0.00 0.00 0.02 0.00 0.03 99.95 12:40:20 10:08:01 2 0.05 0.00 0.05 0.00 0.13 99.77 12:40:20 10:08:01 3 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 10:09:01 all 0.03 0.00 0.02 0.00 0.06 99.89 12:40:20 10:09:01 0 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 10:09:01 1 0.03 0.00 0.02 0.00 0.02 99.93 12:40:20 10:09:01 2 0.07 0.00 0.05 0.00 0.18 99.70 12:40:20 10:09:01 3 0.00 0.00 0.02 0.00 0.02 99.97 12:40:20 12:40:20 10:09:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 10:10:01 all 0.05 0.00 0.05 0.00 0.06 99.84 12:40:20 10:10:01 0 0.03 0.00 0.03 0.00 0.02 99.92 12:40:20 10:10:01 1 0.05 0.00 0.03 0.00 0.02 99.90 12:40:20 10:10:01 2 0.10 0.00 0.07 0.00 0.18 99.65 12:40:20 10:10:01 3 0.02 0.00 0.07 0.00 0.02 99.90 12:40:20 10:11:01 all 0.02 0.00 0.02 0.00 0.04 99.91 12:40:20 10:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:40:20 10:11:01 1 0.03 0.00 0.02 0.00 0.03 99.92 12:40:20 10:11:01 2 0.03 0.00 0.05 0.00 0.12 99.80 12:40:20 10:11:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 10:12:01 all 0.02 0.00 0.03 0.00 0.05 99.91 12:40:20 10:12:01 0 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 10:12:01 1 0.02 0.00 0.03 0.00 0.08 99.87 12:40:20 10:12:01 2 0.02 0.00 0.03 0.00 0.07 99.88 12:40:20 10:12:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 10:13:01 all 0.02 0.00 0.03 0.00 0.04 99.91 12:40:20 10:13:01 0 0.00 0.00 0.00 0.00 0.02 99.98 12:40:20 10:13:01 1 0.03 0.00 0.05 0.00 0.07 99.85 12:40:20 10:13:01 2 0.05 0.00 0.05 0.00 0.07 99.83 12:40:20 10:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 12:40:20 10:14:01 all 0.02 0.00 0.02 0.00 0.07 99.89 12:40:20 10:14:01 0 0.02 0.00 0.03 0.00 0.08 99.87 12:40:20 10:14:01 1 0.03 0.00 0.02 0.00 0.08 99.87 12:40:20 10:14:01 2 0.02 0.00 0.02 0.00 0.05 99.92 12:40:20 10:14:01 3 0.02 0.00 0.02 0.00 0.05 99.92 12:40:20 10:15:02 all 0.06 0.00 0.04 0.00 0.04 99.85 12:40:20 10:15:02 0 0.07 0.00 0.05 0.00 0.10 99.78 12:40:20 10:15:02 1 0.08 0.00 0.08 0.00 0.02 99.82 12:40:20 10:15:02 2 0.07 0.00 0.02 0.00 0.00 99.92 12:40:20 10:15:02 3 0.03 0.00 0.02 0.00 0.05 99.90 12:40:20 10:16:01 all 0.03 0.00 0.03 0.00 0.05 99.89 12:40:20 10:16:01 0 0.02 0.00 0.03 0.00 0.03 99.92 12:40:20 10:16:01 1 0.03 0.00 0.02 0.00 0.02 99.93 12:40:20 10:16:01 2 0.03 0.00 0.07 0.00 0.10 99.80 12:40:20 10:16:01 3 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 10:17:01 all 0.03 0.00 0.02 0.00 0.04 99.90 12:40:20 10:17:01 0 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 10:17:01 1 0.03 0.00 0.02 0.00 0.00 99.95 12:40:20 10:17:01 2 0.07 0.00 0.05 0.00 0.12 99.77 12:40:20 10:17:01 3 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 10:18:01 all 0.02 0.00 0.03 0.00 0.04 99.91 12:40:20 10:18:01 0 0.05 0.00 0.05 0.00 0.07 99.83 12:40:20 10:18:01 1 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 10:18:01 2 0.02 0.00 0.03 0.00 0.07 99.88 12:40:20 10:18:01 3 0.00 0.00 0.02 0.00 0.00 99.98 12:40:20 10:19:01 all 0.02 0.00 0.02 0.00 0.02 99.93 12:40:20 10:19:01 0 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 10:19:01 1 0.03 0.00 0.03 0.00 0.00 99.93 12:40:20 10:19:01 2 0.03 0.00 0.03 0.00 0.07 99.87 12:40:20 10:19:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 10:20:01 all 0.08 0.00 0.03 0.00 0.06 99.83 12:40:20 10:20:01 0 0.02 0.00 0.03 0.00 0.08 99.87 12:40:20 10:20:01 1 0.23 0.00 0.05 0.00 0.05 99.67 12:40:20 10:20:01 2 0.03 0.00 0.02 0.00 0.02 99.93 12:40:20 10:20:01 3 0.03 0.00 0.03 0.00 0.10 99.83 12:40:20 12:40:20 10:20:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 10:21:01 all 0.07 0.00 0.03 0.00 0.08 99.82 12:40:20 10:21:01 0 0.02 0.00 0.02 0.00 0.10 99.87 12:40:20 10:21:01 1 0.05 0.00 0.02 0.00 0.03 99.90 12:40:20 10:21:01 2 0.18 0.00 0.05 0.00 0.05 99.72 12:40:20 10:21:01 3 0.02 0.00 0.02 0.00 0.15 99.82 12:40:20 10:22:01 all 0.13 0.00 0.04 0.00 0.04 99.79 12:40:20 10:22:01 0 0.02 0.00 0.03 0.00 0.07 99.88 12:40:20 10:22:01 1 0.03 0.00 0.03 0.00 0.03 99.90 12:40:20 10:22:01 2 0.43 0.00 0.03 0.00 0.02 99.52 12:40:20 10:22:01 3 0.03 0.00 0.05 0.00 0.05 99.87 12:40:20 10:23:01 all 0.09 0.00 0.04 0.00 0.09 99.78 12:40:20 10:23:01 0 0.02 0.00 0.02 0.00 0.05 99.92 12:40:20 10:23:01 1 0.03 0.00 0.03 0.00 0.13 99.80 12:40:20 10:23:01 2 0.28 0.00 0.08 0.00 0.08 99.55 12:40:20 10:23:01 3 0.02 0.00 0.02 0.00 0.10 99.87 12:40:20 10:24:01 all 0.09 0.00 0.03 0.00 0.03 99.85 12:40:20 10:24:01 0 0.02 0.00 0.03 0.00 0.00 99.95 12:40:20 10:24:01 1 0.03 0.00 0.02 0.00 0.05 99.90 12:40:20 10:24:01 2 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 10:24:01 3 0.30 0.00 0.03 0.00 0.05 99.62 12:40:20 10:25:01 all 0.12 0.00 0.03 0.00 0.04 99.81 12:40:20 10:25:01 0 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 10:25:01 1 0.10 0.00 0.05 0.00 0.03 99.82 12:40:20 10:25:01 2 0.03 0.00 0.03 0.00 0.07 99.87 12:40:20 10:25:01 3 0.32 0.00 0.03 0.00 0.03 99.62 12:40:20 10:26:01 all 0.10 0.00 0.04 0.00 0.05 99.81 12:40:20 10:26:01 0 0.00 0.00 0.02 0.00 0.03 99.95 12:40:20 10:26:01 1 0.37 0.00 0.08 0.00 0.08 99.47 12:40:20 10:26:01 2 0.03 0.00 0.05 0.00 0.05 99.87 12:40:20 10:26:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 10:27:01 all 0.09 0.00 0.04 0.00 0.06 99.81 12:40:20 10:27:01 0 0.03 0.00 0.03 0.00 0.03 99.90 12:40:20 10:27:01 1 0.25 0.00 0.05 0.00 0.07 99.63 12:40:20 10:27:01 2 0.05 0.00 0.07 0.00 0.10 99.78 12:40:20 10:27:01 3 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 10:28:01 all 0.10 0.00 0.05 0.00 0.04 99.81 12:40:20 10:28:01 0 0.00 0.00 0.03 0.00 0.02 99.95 12:40:20 10:28:01 1 0.32 0.00 0.07 0.00 0.03 99.58 12:40:20 10:28:01 2 0.05 0.00 0.07 0.00 0.10 99.78 12:40:20 10:28:01 3 0.03 0.00 0.03 0.00 0.02 99.92 12:40:20 10:29:01 all 0.11 0.00 0.03 0.00 0.03 99.83 12:40:20 10:29:01 0 0.02 0.00 0.00 0.00 0.02 99.97 12:40:20 10:29:01 1 0.38 0.00 0.05 0.00 0.03 99.53 12:40:20 10:29:01 2 0.05 0.00 0.05 0.00 0.07 99.83 12:40:20 10:29:01 3 0.00 0.00 0.00 0.00 0.02 99.98 12:40:20 10:30:01 all 0.08 0.00 0.04 0.00 0.06 99.82 12:40:20 10:30:01 0 0.03 0.00 0.02 0.00 0.02 99.93 12:40:20 10:30:01 1 0.27 0.00 0.08 0.00 0.05 99.60 12:40:20 10:30:01 2 0.03 0.00 0.05 0.00 0.15 99.77 12:40:20 10:30:01 3 0.00 0.00 0.02 0.00 0.02 99.97 12:40:20 10:31:01 all 0.09 0.00 0.04 0.00 0.06 99.82 12:40:20 10:31:01 0 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 10:31:01 1 0.25 0.00 0.08 0.00 0.13 99.53 12:40:20 10:31:01 2 0.05 0.00 0.03 0.00 0.03 99.88 12:40:20 10:31:01 3 0.03 0.00 0.02 0.00 0.05 99.90 12:40:20 12:40:20 10:31:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 10:32:02 all 0.12 0.00 0.03 0.00 0.04 99.81 12:40:20 10:32:02 0 0.02 0.00 0.02 0.00 0.00 99.97 12:40:20 10:32:02 1 0.43 0.00 0.05 0.00 0.05 99.47 12:40:20 10:32:02 2 0.02 0.00 0.03 0.00 0.05 99.90 12:40:20 10:32:02 3 0.02 0.00 0.03 0.00 0.05 99.90 12:40:20 10:33:01 all 0.10 0.00 0.03 0.00 0.07 99.81 12:40:20 10:33:01 0 0.00 0.00 0.02 0.00 0.02 99.97 12:40:20 10:33:01 1 0.36 0.00 0.03 0.00 0.12 99.49 12:40:20 10:33:01 2 0.02 0.00 0.02 0.00 0.05 99.92 12:40:20 10:33:01 3 0.02 0.00 0.03 0.00 0.08 99.86 12:40:20 10:34:01 all 0.09 0.00 0.04 0.00 0.05 99.82 12:40:20 10:34:01 0 0.03 0.00 0.02 0.00 0.00 99.95 12:40:20 10:34:01 1 0.17 0.00 0.03 0.00 0.08 99.72 12:40:20 10:34:01 2 0.13 0.00 0.08 0.00 0.10 99.68 12:40:20 10:34:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 10:35:01 all 0.07 0.00 0.03 0.00 0.06 99.84 12:40:20 10:35:01 0 0.00 0.00 0.02 0.00 0.03 99.95 12:40:20 10:35:01 1 0.08 0.00 0.07 0.00 0.13 99.72 12:40:20 10:35:01 2 0.18 0.00 0.03 0.00 0.05 99.73 12:40:20 10:35:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 10:36:01 all 0.10 0.00 0.03 0.00 0.04 99.83 12:40:20 10:36:01 0 0.05 0.00 0.05 0.00 0.10 99.80 12:40:20 10:36:01 1 0.03 0.00 0.03 0.00 0.02 99.92 12:40:20 10:36:01 2 0.30 0.00 0.03 0.00 0.03 99.63 12:40:20 10:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 12:40:20 10:37:01 all 0.10 0.00 0.03 0.00 0.05 99.82 12:40:20 10:37:01 0 0.02 0.00 0.02 0.00 0.08 99.88 12:40:20 10:37:01 1 0.10 0.00 0.03 0.00 0.03 99.83 12:40:20 10:37:01 2 0.25 0.00 0.05 0.00 0.08 99.62 12:40:20 10:37:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 10:38:01 all 0.08 0.00 0.03 0.00 0.04 99.85 12:40:20 10:38:01 0 0.03 0.00 0.03 0.00 0.05 99.88 12:40:20 10:38:01 1 0.23 0.00 0.05 0.00 0.05 99.67 12:40:20 10:38:01 2 0.02 0.00 0.03 0.00 0.03 99.92 12:40:20 10:38:01 3 0.02 0.00 0.00 0.00 0.03 99.95 12:40:20 10:39:01 all 0.12 0.00 0.02 0.00 0.04 99.82 12:40:20 10:39:01 0 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 10:39:01 1 0.43 0.00 0.03 0.00 0.07 99.47 12:40:20 10:39:01 2 0.02 0.00 0.02 0.00 0.08 99.88 12:40:20 10:39:01 3 0.00 0.00 0.02 0.00 0.00 99.98 12:40:20 10:40:01 all 0.08 0.00 0.03 0.00 0.06 99.83 12:40:20 10:40:01 0 0.03 0.00 0.02 0.00 0.08 99.87 12:40:20 10:40:01 1 0.23 0.00 0.03 0.00 0.03 99.70 12:40:20 10:40:01 2 0.03 0.00 0.03 0.00 0.12 99.82 12:40:20 10:40:01 3 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 10:41:01 all 0.09 0.00 0.05 0.00 0.05 99.80 12:40:20 10:41:01 0 0.02 0.00 0.05 0.00 0.08 99.85 12:40:20 10:41:01 1 0.28 0.00 0.10 0.00 0.03 99.58 12:40:20 10:41:01 2 0.05 0.00 0.03 0.00 0.08 99.83 12:40:20 10:41:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 10:42:01 all 0.13 0.00 0.02 0.00 0.04 99.80 12:40:20 10:42:01 0 0.03 0.00 0.03 0.00 0.03 99.90 12:40:20 10:42:01 1 0.45 0.00 0.03 0.00 0.03 99.48 12:40:20 10:42:01 2 0.02 0.00 0.02 0.00 0.08 99.88 12:40:20 10:42:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 12:40:20 10:42:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 10:43:01 all 0.11 0.00 0.04 0.00 0.03 99.83 12:40:20 10:43:01 0 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 10:43:01 1 0.35 0.00 0.03 0.00 0.03 99.58 12:40:20 10:43:01 2 0.07 0.00 0.07 0.00 0.05 99.82 12:40:20 10:43:01 3 0.00 0.00 0.02 0.00 0.00 99.98 12:40:20 10:44:01 all 0.12 0.00 0.04 0.00 0.02 99.82 12:40:20 10:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 12:40:20 10:44:01 1 0.20 0.00 0.02 0.00 0.00 99.78 12:40:20 10:44:01 2 0.05 0.00 0.05 0.00 0.07 99.83 12:40:20 10:44:01 3 0.22 0.00 0.05 0.00 0.03 99.70 12:40:20 10:45:01 all 0.11 0.00 0.03 0.00 0.07 99.79 12:40:20 10:45:01 0 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 10:45:01 1 0.37 0.00 0.03 0.00 0.05 99.55 12:40:20 10:45:01 2 0.05 0.00 0.05 0.00 0.15 99.75 12:40:20 10:45:01 3 0.02 0.00 0.02 0.00 0.05 99.92 12:40:20 10:46:01 all 0.13 0.00 0.02 0.00 0.04 99.81 12:40:20 10:46:01 0 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 10:46:01 1 0.47 0.00 0.02 0.00 0.03 99.48 12:40:20 10:46:01 2 0.03 0.00 0.03 0.00 0.07 99.87 12:40:20 10:46:01 3 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 10:47:01 all 0.07 0.00 0.03 0.00 0.07 99.83 12:40:20 10:47:01 0 0.03 0.00 0.05 0.00 0.07 99.85 12:40:20 10:47:01 1 0.22 0.00 0.05 0.00 0.03 99.70 12:40:20 10:47:01 2 0.02 0.00 0.02 0.00 0.05 99.92 12:40:20 10:47:01 3 0.00 0.00 0.02 0.00 0.12 99.87 12:40:20 10:48:01 all 0.08 0.00 0.04 0.00 0.05 99.84 12:40:20 10:48:01 0 0.03 0.00 0.05 0.00 0.10 99.82 12:40:20 10:48:01 1 0.25 0.00 0.05 0.00 0.03 99.67 12:40:20 10:48:01 2 0.02 0.00 0.03 0.00 0.03 99.92 12:40:20 10:48:01 3 0.00 0.00 0.03 0.00 0.02 99.95 12:40:20 10:49:01 all 0.13 0.00 0.03 0.00 0.04 99.80 12:40:20 10:49:01 0 0.05 0.00 0.03 0.00 0.08 99.83 12:40:20 10:49:01 1 0.40 0.00 0.05 0.00 0.03 99.52 12:40:20 10:49:01 2 0.03 0.00 0.02 0.00 0.05 99.90 12:40:20 10:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 12:40:20 10:50:02 all 0.10 0.00 0.04 0.00 0.05 99.81 12:40:20 10:50:02 0 0.05 0.00 0.03 0.00 0.07 99.85 12:40:20 10:50:02 1 0.03 0.00 0.03 0.00 0.02 99.92 12:40:20 10:50:02 2 0.05 0.00 0.05 0.00 0.07 99.83 12:40:20 10:50:02 3 0.27 0.00 0.03 0.00 0.05 99.65 12:40:20 10:51:01 all 0.08 0.00 0.03 0.00 0.03 99.86 12:40:20 10:51:01 0 0.02 0.00 0.03 0.00 0.03 99.92 12:40:20 10:51:01 1 0.02 0.00 0.03 0.00 0.03 99.92 12:40:20 10:51:01 2 0.05 0.00 0.03 0.00 0.05 99.86 12:40:20 10:51:01 3 0.22 0.00 0.02 0.00 0.02 99.75 12:40:20 10:52:01 all 0.12 0.00 0.02 0.00 0.05 99.80 12:40:20 10:52:01 0 0.02 0.00 0.03 0.00 0.03 99.92 12:40:20 10:52:01 1 0.03 0.00 0.02 0.00 0.07 99.88 12:40:20 10:52:01 2 0.02 0.00 0.03 0.00 0.03 99.92 12:40:20 10:52:01 3 0.43 0.00 0.02 0.00 0.05 99.50 12:40:20 10:53:01 all 0.14 0.00 0.02 0.00 0.04 99.80 12:40:20 10:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:40:20 10:53:01 1 0.03 0.00 0.03 0.00 0.08 99.85 12:40:20 10:53:01 2 0.00 0.00 0.03 0.00 0.03 99.93 12:40:20 10:53:01 3 0.50 0.00 0.00 0.00 0.03 99.47 12:40:20 12:40:20 10:53:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 10:54:01 all 0.13 0.00 0.02 0.00 0.06 99.78 12:40:20 10:54:01 0 0.00 0.00 0.02 0.00 0.03 99.95 12:40:20 10:54:01 1 0.05 0.00 0.03 0.00 0.08 99.83 12:40:20 10:54:01 2 0.03 0.00 0.03 0.00 0.03 99.90 12:40:20 10:54:01 3 0.45 0.00 0.02 0.00 0.10 99.43 12:40:20 10:55:01 all 0.09 0.00 0.03 0.00 0.03 99.85 12:40:20 10:55:01 0 0.03 0.00 0.02 0.00 0.02 99.93 12:40:20 10:55:01 1 0.02 0.00 0.05 0.00 0.05 99.88 12:40:20 10:55:01 2 0.03 0.00 0.02 0.00 0.02 99.93 12:40:20 10:55:01 3 0.28 0.00 0.05 0.00 0.03 99.63 12:40:20 10:56:01 all 0.07 0.00 0.03 0.00 0.04 99.86 12:40:20 10:56:01 0 0.02 0.00 0.03 0.00 0.00 99.95 12:40:20 10:56:01 1 0.05 0.00 0.02 0.00 0.05 99.88 12:40:20 10:56:01 2 0.02 0.00 0.02 0.00 0.08 99.88 12:40:20 10:56:01 3 0.18 0.00 0.07 0.00 0.03 99.72 12:40:20 10:57:01 all 0.11 0.00 0.03 0.00 0.04 99.82 12:40:20 10:57:01 0 0.02 0.00 0.03 0.00 0.05 99.90 12:40:20 10:57:01 1 0.03 0.00 0.03 0.00 0.02 99.92 12:40:20 10:57:01 2 0.03 0.00 0.02 0.00 0.07 99.88 12:40:20 10:57:01 3 0.37 0.00 0.02 0.00 0.02 99.60 12:40:20 10:58:01 all 0.11 0.00 0.03 0.00 0.05 99.80 12:40:20 10:58:01 0 0.05 0.00 0.03 0.00 0.13 99.78 12:40:20 10:58:01 1 0.03 0.00 0.03 0.00 0.02 99.92 12:40:20 10:58:01 2 0.02 0.00 0.03 0.00 0.05 99.90 12:40:20 10:58:01 3 0.33 0.00 0.03 0.00 0.02 99.62 12:40:20 10:59:01 all 0.06 0.00 0.03 0.00 0.04 99.87 12:40:20 10:59:01 0 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 10:59:01 1 0.03 0.00 0.03 0.00 0.05 99.88 12:40:20 10:59:01 2 0.02 0.00 0.03 0.00 0.05 99.90 12:40:20 10:59:01 3 0.18 0.00 0.00 0.00 0.03 99.78 12:40:20 11:00:01 all 0.05 0.00 0.03 0.00 0.08 99.83 12:40:20 11:00:01 0 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 11:00:01 1 0.07 0.00 0.05 0.00 0.12 99.77 12:40:20 11:00:01 2 0.02 0.00 0.03 0.00 0.13 99.82 12:40:20 11:00:01 3 0.12 0.00 0.03 0.00 0.05 99.80 12:40:20 11:01:01 all 0.05 0.00 0.05 0.00 0.06 99.85 12:40:20 11:01:01 0 0.02 0.00 0.05 0.00 0.07 99.87 12:40:20 11:01:01 1 0.07 0.00 0.05 0.00 0.05 99.83 12:40:20 11:01:01 2 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 11:01:01 3 0.08 0.00 0.07 0.00 0.10 99.75 12:40:20 11:02:01 all 0.14 0.00 0.03 0.00 0.07 99.76 12:40:20 11:02:01 0 0.02 0.00 0.02 0.00 0.05 99.92 12:40:20 11:02:01 1 0.50 0.00 0.05 0.00 0.08 99.37 12:40:20 11:02:01 2 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 11:02:01 3 0.03 0.00 0.03 0.00 0.12 99.82 12:40:20 11:03:01 all 0.10 0.00 0.03 0.00 0.08 99.79 12:40:20 11:03:01 0 0.32 0.00 0.05 0.00 0.03 99.60 12:40:20 11:03:01 1 0.02 0.00 0.02 0.00 0.07 99.90 12:40:20 11:03:01 2 0.02 0.00 0.03 0.00 0.12 99.83 12:40:20 11:03:01 3 0.03 0.00 0.03 0.00 0.12 99.82 12:40:20 11:04:01 all 0.09 0.00 0.03 0.00 0.10 99.78 12:40:20 11:04:01 0 0.27 0.00 0.03 0.00 0.08 99.62 12:40:20 11:04:01 1 0.02 0.00 0.02 0.00 0.05 99.92 12:40:20 11:04:01 2 0.03 0.00 0.05 0.00 0.12 99.80 12:40:20 11:04:01 3 0.03 0.00 0.02 0.00 0.15 99.80 12:40:20 12:40:20 11:04:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 11:05:01 all 0.12 0.00 0.02 0.00 0.10 99.77 12:40:20 11:05:01 0 0.38 0.00 0.02 0.00 0.13 99.47 12:40:20 11:05:01 1 0.03 0.00 0.02 0.00 0.12 99.83 12:40:20 11:05:01 2 0.00 0.00 0.02 0.00 0.03 99.95 12:40:20 11:05:01 3 0.05 0.00 0.03 0.00 0.10 99.82 12:40:20 11:06:01 all 0.08 0.00 0.04 0.00 0.09 99.79 12:40:20 11:06:01 0 0.20 0.00 0.05 0.00 0.10 99.65 12:40:20 11:06:01 1 0.07 0.00 0.05 0.00 0.08 99.80 12:40:20 11:06:01 2 0.02 0.00 0.02 0.00 0.05 99.92 12:40:20 11:06:01 3 0.03 0.00 0.05 0.00 0.12 99.80 12:40:20 11:07:02 all 0.11 0.00 0.02 0.00 0.12 99.75 12:40:20 11:07:02 0 0.37 0.00 0.02 0.00 0.12 99.50 12:40:20 11:07:02 1 0.02 0.00 0.03 0.00 0.10 99.85 12:40:20 11:07:02 2 0.02 0.00 0.02 0.00 0.08 99.88 12:40:20 11:07:02 3 0.03 0.00 0.03 0.00 0.17 99.77 12:40:20 11:08:01 all 0.13 0.00 0.04 0.00 0.08 99.75 12:40:20 11:08:01 0 0.37 0.00 0.03 0.00 0.07 99.53 12:40:20 11:08:01 1 0.07 0.00 0.07 0.00 0.15 99.71 12:40:20 11:08:01 2 0.03 0.00 0.05 0.00 0.10 99.81 12:40:20 11:08:01 3 0.03 0.00 0.02 0.00 0.02 99.93 12:40:20 11:09:01 all 0.14 0.00 0.02 0.00 0.04 99.80 12:40:20 11:09:01 0 0.48 0.00 0.00 0.00 0.00 99.52 12:40:20 11:09:01 1 0.02 0.00 0.05 0.00 0.02 99.92 12:40:20 11:09:01 2 0.02 0.00 0.02 0.00 0.07 99.90 12:40:20 11:09:01 3 0.05 0.00 0.03 0.00 0.07 99.85 12:40:20 11:10:01 all 0.07 0.00 0.03 0.00 0.08 99.83 12:40:20 11:10:01 0 0.17 0.00 0.07 0.00 0.17 99.60 12:40:20 11:10:01 1 0.03 0.00 0.02 0.00 0.02 99.93 12:40:20 11:10:01 2 0.03 0.00 0.02 0.00 0.08 99.87 12:40:20 11:10:01 3 0.03 0.00 0.02 0.00 0.03 99.92 12:40:20 11:11:01 all 0.09 0.00 0.04 0.00 0.10 99.77 12:40:20 11:11:01 0 0.28 0.00 0.07 0.00 0.07 99.58 12:40:20 11:11:01 1 0.02 0.00 0.03 0.00 0.05 99.90 12:40:20 11:11:01 2 0.05 0.00 0.05 0.00 0.25 99.65 12:40:20 11:11:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 11:12:01 all 0.12 0.00 0.03 0.00 0.10 99.75 12:40:20 11:12:01 0 0.40 0.00 0.05 0.00 0.10 99.45 12:40:20 11:12:01 1 0.03 0.00 0.02 0.00 0.05 99.90 12:40:20 11:12:01 2 0.03 0.00 0.05 0.00 0.15 99.77 12:40:20 11:12:01 3 0.02 0.00 0.02 0.00 0.10 99.87 12:40:20 11:13:01 all 0.10 0.00 0.03 0.00 0.07 99.79 12:40:20 11:13:01 0 0.33 0.00 0.03 0.00 0.05 99.58 12:40:20 11:13:01 1 0.03 0.00 0.03 0.00 0.12 99.82 12:40:20 11:13:01 2 0.03 0.00 0.03 0.00 0.10 99.83 12:40:20 11:13:01 3 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 11:14:01 all 0.14 0.00 0.03 0.00 0.05 99.78 12:40:20 11:14:01 0 0.43 0.00 0.02 0.00 0.07 99.48 12:40:20 11:14:01 1 0.03 0.00 0.05 0.00 0.02 99.90 12:40:20 11:14:01 2 0.05 0.00 0.05 0.00 0.10 99.80 12:40:20 11:14:01 3 0.03 0.00 0.02 0.00 0.00 99.95 12:40:20 11:15:01 all 0.12 0.00 0.04 0.00 0.10 99.74 12:40:20 11:15:01 0 0.40 0.00 0.03 0.00 0.10 99.47 12:40:20 11:15:01 1 0.02 0.00 0.05 0.00 0.03 99.90 12:40:20 11:15:01 2 0.05 0.00 0.05 0.00 0.18 99.72 12:40:20 11:15:01 3 0.03 0.00 0.03 0.00 0.07 99.87 12:40:20 12:40:20 11:15:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 11:16:01 all 0.05 0.00 0.03 0.00 0.12 99.80 12:40:20 11:16:01 0 0.12 0.00 0.03 0.00 0.13 99.72 12:40:20 11:16:01 1 0.02 0.00 0.03 0.00 0.12 99.83 12:40:20 11:16:01 2 0.03 0.00 0.03 0.00 0.18 99.75 12:40:20 11:16:01 3 0.02 0.00 0.02 0.00 0.05 99.92 12:40:20 11:17:01 all 0.11 0.00 0.02 0.00 0.09 99.78 12:40:20 11:17:01 0 0.00 0.00 0.00 0.00 0.02 99.98 12:40:20 11:17:01 1 0.03 0.00 0.03 0.00 0.05 99.88 12:40:20 11:17:01 2 0.05 0.00 0.05 0.00 0.20 99.70 12:40:20 11:17:01 3 0.35 0.00 0.02 0.00 0.08 99.55 12:40:20 11:18:01 all 0.12 0.00 0.03 0.00 0.07 99.78 12:40:20 11:18:01 0 0.05 0.00 0.03 0.00 0.07 99.85 12:40:20 11:18:01 1 0.03 0.00 0.02 0.00 0.03 99.92 12:40:20 11:18:01 2 0.02 0.00 0.03 0.00 0.13 99.82 12:40:20 11:18:01 3 0.40 0.00 0.03 0.00 0.03 99.53 12:40:20 11:19:01 all 0.13 0.00 0.02 0.00 0.03 99.81 12:40:20 11:19:01 0 0.03 0.00 0.03 0.00 0.05 99.88 12:40:20 11:19:01 1 0.05 0.00 0.03 0.00 0.02 99.90 12:40:20 11:19:01 2 0.43 0.00 0.00 0.00 0.07 99.50 12:40:20 11:19:01 3 0.02 0.00 0.03 0.00 0.00 99.95 12:40:20 11:20:01 all 0.12 0.00 0.04 0.00 0.09 99.75 12:40:20 11:20:01 0 0.02 0.00 0.03 0.00 0.03 99.92 12:40:20 11:20:01 1 0.02 0.00 0.03 0.00 0.08 99.87 12:40:20 11:20:01 2 0.45 0.00 0.07 0.00 0.20 99.28 12:40:20 11:20:01 3 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 11:21:01 all 0.11 0.00 0.02 0.00 0.06 99.81 12:40:20 11:21:01 0 0.00 0.00 0.00 0.00 0.02 99.98 12:40:20 11:21:01 1 0.03 0.00 0.05 0.00 0.12 99.80 12:40:20 11:21:01 2 0.37 0.00 0.03 0.00 0.10 99.50 12:40:20 11:21:01 3 0.03 0.00 0.00 0.00 0.02 99.95 12:40:20 11:22:01 all 0.12 0.00 0.02 0.00 0.10 99.75 12:40:20 11:22:01 0 0.03 0.00 0.03 0.00 0.15 99.78 12:40:20 11:22:01 1 0.03 0.00 0.02 0.00 0.12 99.83 12:40:20 11:22:01 2 0.40 0.00 0.03 0.00 0.12 99.45 12:40:20 11:22:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 11:23:01 all 0.10 0.00 0.03 0.00 0.06 99.82 12:40:20 11:23:01 0 0.00 0.00 0.02 0.00 0.10 99.88 12:40:20 11:23:01 1 0.25 0.00 0.03 0.00 0.07 99.65 12:40:20 11:23:01 2 0.13 0.00 0.03 0.00 0.07 99.77 12:40:20 11:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 12:40:20 11:24:01 all 0.04 0.00 0.03 0.00 0.05 99.89 12:40:20 11:24:01 0 0.02 0.00 0.02 0.00 0.07 99.90 12:40:20 11:24:01 1 0.08 0.00 0.03 0.00 0.03 99.85 12:40:20 11:24:01 2 0.03 0.00 0.03 0.00 0.08 99.85 12:40:20 11:24:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 11:25:01 all 0.16 0.00 0.04 0.00 0.06 99.74 12:40:20 11:25:01 0 0.02 0.00 0.03 0.00 0.08 99.86 12:40:20 11:25:01 1 0.49 0.00 0.03 0.00 0.02 99.46 12:40:20 11:25:01 2 0.08 0.00 0.05 0.00 0.14 99.73 12:40:20 11:25:01 3 0.03 0.00 0.03 0.00 0.02 99.92 12:40:20 11:26:01 all 0.11 0.00 0.02 0.00 0.03 99.84 12:40:20 11:26:01 0 0.02 0.00 0.02 0.00 0.05 99.92 12:40:20 11:26:01 1 0.37 0.00 0.02 0.00 0.03 99.58 12:40:20 11:26:01 2 0.03 0.00 0.03 0.00 0.05 99.88 12:40:20 11:26:01 3 0.02 0.00 0.02 0.00 0.00 99.97 12:40:20 12:40:20 11:26:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 11:27:01 all 0.13 0.00 0.03 0.00 0.05 99.78 12:40:20 11:27:01 0 0.02 0.00 0.00 0.00 0.02 99.97 12:40:20 11:27:01 1 0.43 0.00 0.05 0.00 0.05 99.47 12:40:20 11:27:01 2 0.07 0.00 0.05 0.00 0.13 99.75 12:40:20 11:27:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 11:28:01 all 0.11 0.00 0.04 0.00 0.12 99.73 12:40:20 11:28:01 0 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 11:28:01 1 0.37 0.00 0.03 0.00 0.20 99.40 12:40:20 11:28:01 2 0.05 0.00 0.08 0.00 0.23 99.63 12:40:20 11:28:01 3 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 11:29:01 all 0.13 0.00 0.03 0.00 0.07 99.77 12:40:20 11:29:01 0 0.03 0.00 0.07 0.00 0.12 99.78 12:40:20 11:29:01 1 0.45 0.00 0.03 0.00 0.05 99.47 12:40:20 11:29:01 2 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 11:29:01 3 0.02 0.00 0.02 0.00 0.10 99.87 12:40:20 11:30:01 all 0.11 0.00 0.05 0.00 0.09 99.76 12:40:20 11:30:01 0 0.03 0.00 0.05 0.00 0.08 99.83 12:40:20 11:30:01 1 0.05 0.00 0.03 0.00 0.05 99.87 12:40:20 11:30:01 2 0.33 0.00 0.07 0.00 0.10 99.50 12:40:20 11:30:01 3 0.02 0.00 0.03 0.00 0.12 99.83 12:40:20 11:31:01 all 0.12 0.00 0.02 0.00 0.10 99.75 12:40:20 11:31:01 0 0.02 0.00 0.03 0.00 0.05 99.90 12:40:20 11:31:01 1 0.05 0.00 0.03 0.00 0.17 99.75 12:40:20 11:31:01 2 0.38 0.00 0.02 0.00 0.10 99.50 12:40:20 11:31:01 3 0.03 0.00 0.02 0.00 0.10 99.85 12:40:20 11:32:01 all 0.12 0.00 0.04 0.00 0.06 99.77 12:40:20 11:32:01 0 0.02 0.00 0.03 0.00 0.12 99.83 12:40:20 11:32:01 1 0.05 0.00 0.07 0.00 0.08 99.80 12:40:20 11:32:01 2 0.40 0.00 0.03 0.00 0.03 99.53 12:40:20 11:32:01 3 0.03 0.00 0.03 0.00 0.02 99.92 12:40:20 11:33:01 all 0.12 0.00 0.04 0.00 0.11 99.72 12:40:20 11:33:01 0 0.02 0.00 0.03 0.00 0.05 99.90 12:40:20 11:33:01 1 0.07 0.00 0.07 0.00 0.27 99.60 12:40:20 11:33:01 2 0.03 0.00 0.03 0.00 0.05 99.88 12:40:20 11:33:01 3 0.38 0.00 0.03 0.00 0.08 99.50 12:40:20 11:34:01 all 0.15 0.00 0.04 0.00 0.10 99.71 12:40:20 11:34:01 0 0.03 0.00 0.03 0.00 0.03 99.90 12:40:20 11:34:01 1 0.08 0.00 0.07 0.00 0.17 99.68 12:40:20 11:34:01 2 0.03 0.00 0.05 0.00 0.15 99.77 12:40:20 11:34:01 3 0.45 0.00 0.02 0.00 0.03 99.50 12:40:20 11:35:01 all 0.10 0.00 0.04 0.00 0.07 99.80 12:40:20 11:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:40:20 11:35:01 1 0.05 0.00 0.07 0.00 0.15 99.73 12:40:20 11:35:01 2 0.02 0.00 0.03 0.00 0.03 99.92 12:40:20 11:35:01 3 0.30 0.00 0.05 0.00 0.08 99.57 12:40:20 11:36:01 all 0.12 0.00 0.03 0.00 0.06 99.79 12:40:20 11:36:01 0 0.00 0.00 0.00 0.00 0.02 99.98 12:40:20 11:36:01 1 0.07 0.00 0.08 0.00 0.17 99.68 12:40:20 11:36:01 2 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 11:36:01 3 0.40 0.00 0.03 0.00 0.03 99.53 12:40:20 11:37:01 all 0.12 0.00 0.03 0.00 0.07 99.78 12:40:20 11:37:01 0 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 11:37:01 1 0.03 0.00 0.03 0.00 0.08 99.85 12:40:20 11:37:01 2 0.03 0.00 0.02 0.00 0.08 99.87 12:40:20 11:37:01 3 0.38 0.00 0.03 0.00 0.10 99.48 12:40:20 12:40:20 11:37:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 11:38:01 all 0.13 0.00 0.03 0.00 0.03 99.80 12:40:20 11:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:40:20 11:38:01 1 0.03 0.00 0.05 0.00 0.07 99.85 12:40:20 11:38:01 2 0.03 0.00 0.05 0.00 0.03 99.88 12:40:20 11:38:01 3 0.45 0.00 0.02 0.00 0.03 99.50 12:40:20 11:39:01 all 0.12 0.00 0.03 0.00 0.05 99.80 12:40:20 11:39:01 0 0.02 0.00 0.03 0.00 0.03 99.92 12:40:20 11:39:01 1 0.03 0.00 0.05 0.00 0.10 99.82 12:40:20 11:39:01 2 0.02 0.00 0.02 0.00 0.07 99.90 12:40:20 11:39:01 3 0.40 0.00 0.03 0.00 0.02 99.55 12:40:20 11:40:01 all 0.13 0.00 0.03 0.00 0.08 99.75 12:40:20 11:40:01 0 0.03 0.00 0.02 0.00 0.12 99.83 12:40:20 11:40:01 1 0.02 0.00 0.05 0.00 0.12 99.82 12:40:20 11:40:01 2 0.05 0.00 0.03 0.00 0.03 99.88 12:40:20 11:40:01 3 0.43 0.00 0.03 0.00 0.05 99.48 12:40:20 11:41:01 all 0.12 0.00 0.03 0.00 0.10 99.75 12:40:20 11:41:01 0 0.00 0.00 0.02 0.00 0.08 99.90 12:40:20 11:41:01 1 0.22 0.00 0.05 0.00 0.20 99.53 12:40:20 11:41:01 2 0.03 0.00 0.03 0.00 0.05 99.88 12:40:20 11:41:01 3 0.22 0.00 0.03 0.00 0.08 99.67 12:40:20 11:42:01 all 0.14 0.00 0.03 0.00 0.06 99.78 12:40:20 11:42:01 0 0.02 0.00 0.02 0.00 0.10 99.87 12:40:20 11:42:01 1 0.48 0.00 0.03 0.00 0.02 99.47 12:40:20 11:42:01 2 0.03 0.00 0.05 0.00 0.12 99.80 12:40:20 11:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 12:40:20 11:43:01 all 0.12 0.00 0.03 0.00 0.09 99.76 12:40:20 11:43:01 0 0.02 0.00 0.03 0.00 0.05 99.90 12:40:20 11:43:01 1 0.40 0.00 0.07 0.00 0.12 99.42 12:40:20 11:43:01 2 0.03 0.00 0.02 0.00 0.10 99.85 12:40:20 11:43:01 3 0.02 0.00 0.02 0.00 0.10 99.87 12:40:20 11:44:01 all 0.14 0.00 0.03 0.00 0.06 99.76 12:40:20 11:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 12:40:20 11:44:01 1 0.46 0.00 0.05 0.00 0.05 99.44 12:40:20 11:44:01 2 0.03 0.00 0.03 0.00 0.07 99.86 12:40:20 11:44:01 3 0.05 0.00 0.03 0.00 0.12 99.80 12:40:20 11:45:01 all 0.12 0.00 0.05 0.00 0.07 99.75 12:40:20 11:45:01 0 0.03 0.00 0.05 0.00 0.05 99.87 12:40:20 11:45:01 1 0.40 0.00 0.12 0.00 0.13 99.35 12:40:20 11:45:01 2 0.05 0.00 0.03 0.00 0.07 99.85 12:40:20 11:45:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 11:46:01 all 0.12 0.00 0.02 0.00 0.07 99.79 12:40:20 11:46:01 0 0.03 0.00 0.02 0.00 0.08 99.87 12:40:20 11:46:01 1 0.38 0.00 0.03 0.00 0.07 99.52 12:40:20 11:46:01 2 0.05 0.00 0.03 0.00 0.10 99.82 12:40:20 11:46:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 11:47:01 all 0.12 0.00 0.03 0.00 0.07 99.78 12:40:20 11:47:01 0 0.05 0.00 0.03 0.00 0.07 99.85 12:40:20 11:47:01 1 0.42 0.00 0.03 0.00 0.05 99.50 12:40:20 11:47:01 2 0.02 0.00 0.07 0.00 0.15 99.77 12:40:20 11:47:01 3 0.00 0.00 0.00 0.00 0.02 99.98 12:40:20 11:48:01 all 0.15 0.00 0.02 0.00 0.02 99.80 12:40:20 11:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:40:20 11:48:01 1 0.05 0.00 0.02 0.00 0.05 99.88 12:40:20 11:48:01 2 0.53 0.00 0.03 0.00 0.05 99.38 12:40:20 11:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 12:40:20 12:40:20 11:48:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 11:49:01 all 0.13 0.00 0.04 0.00 0.08 99.75 12:40:20 11:49:01 0 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 11:49:01 1 0.02 0.00 0.05 0.00 0.07 99.87 12:40:20 11:49:01 2 0.45 0.00 0.05 0.00 0.07 99.43 12:40:20 11:49:01 3 0.03 0.00 0.02 0.00 0.17 99.78 12:40:20 11:50:01 all 0.14 0.00 0.03 0.00 0.06 99.77 12:40:20 11:50:01 0 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 11:50:01 1 0.07 0.00 0.05 0.00 0.10 99.78 12:40:20 11:50:01 2 0.45 0.00 0.03 0.00 0.12 99.40 12:40:20 11:50:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 11:51:01 all 0.14 0.00 0.02 0.00 0.11 99.73 12:40:20 11:51:01 0 0.02 0.00 0.02 0.00 0.05 99.92 12:40:20 11:51:01 1 0.02 0.00 0.03 0.00 0.03 99.92 12:40:20 11:51:01 2 0.48 0.00 0.02 0.00 0.20 99.30 12:40:20 11:51:01 3 0.03 0.00 0.03 0.00 0.17 99.77 12:40:20 11:52:01 all 0.14 0.00 0.03 0.00 0.05 99.78 12:40:20 11:52:01 0 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 11:52:01 1 0.02 0.00 0.03 0.00 0.03 99.92 12:40:20 11:52:01 2 0.50 0.00 0.03 0.00 0.08 99.38 12:40:20 11:52:01 3 0.02 0.00 0.03 0.00 0.08 99.87 12:40:20 11:53:01 all 0.12 0.00 0.02 0.00 0.08 99.78 12:40:20 11:53:01 0 0.00 0.00 0.00 0.00 0.03 99.97 12:40:20 11:53:01 1 0.02 0.00 0.03 0.00 0.10 99.85 12:40:20 11:53:01 2 0.43 0.00 0.05 0.00 0.10 99.42 12:40:20 11:53:01 3 0.02 0.00 0.02 0.00 0.08 99.88 12:40:20 11:54:01 all 0.12 0.00 0.02 0.00 0.06 99.79 12:40:20 11:54:01 0 0.03 0.00 0.03 0.00 0.00 99.93 12:40:20 11:54:01 1 0.05 0.00 0.03 0.00 0.13 99.78 12:40:20 11:54:01 2 0.40 0.00 0.02 0.00 0.05 99.53 12:40:20 11:54:01 3 0.00 0.00 0.02 0.00 0.07 99.92 12:40:20 11:55:01 all 0.14 0.00 0.03 0.00 0.07 99.75 12:40:20 11:55:01 0 0.03 0.00 0.02 0.00 0.03 99.92 12:40:20 11:55:01 1 0.03 0.00 0.05 0.00 0.12 99.80 12:40:20 11:55:01 2 0.47 0.00 0.02 0.00 0.07 99.45 12:40:20 11:55:01 3 0.03 0.00 0.03 0.00 0.08 99.85 12:40:20 11:56:01 all 0.11 0.00 0.03 0.00 0.10 99.75 12:40:20 11:56:01 0 0.00 0.00 0.03 0.00 0.02 99.95 12:40:20 11:56:01 1 0.03 0.00 0.02 0.00 0.18 99.77 12:40:20 11:56:01 2 0.40 0.00 0.03 0.00 0.12 99.45 12:40:20 11:56:01 3 0.02 0.00 0.05 0.00 0.08 99.85 12:40:20 11:57:01 all 0.13 0.00 0.03 0.00 0.05 99.78 12:40:20 11:57:01 0 0.02 0.00 0.00 0.00 0.03 99.95 12:40:20 11:57:01 1 0.02 0.00 0.03 0.00 0.08 99.87 12:40:20 11:57:01 2 0.45 0.00 0.05 0.00 0.03 99.47 12:40:20 11:57:01 3 0.05 0.00 0.03 0.00 0.07 99.85 12:40:20 11:58:01 all 0.12 0.00 0.02 0.00 0.05 99.81 12:40:20 11:58:01 0 0.00 0.00 0.02 0.00 0.03 99.95 12:40:20 11:58:01 1 0.03 0.00 0.02 0.00 0.07 99.88 12:40:20 11:58:01 2 0.47 0.00 0.03 0.00 0.08 99.42 12:40:20 11:58:01 3 0.00 0.00 0.00 0.00 0.02 99.98 12:40:20 11:59:01 all 0.10 0.00 0.04 0.00 0.03 99.84 12:40:20 11:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:40:20 11:59:01 1 0.05 0.00 0.03 0.00 0.02 99.90 12:40:20 11:59:01 2 0.30 0.00 0.08 0.00 0.08 99.53 12:40:20 11:59:01 3 0.03 0.00 0.02 0.00 0.00 99.95 12:40:20 12:40:20 11:59:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 12:00:01 all 0.13 0.00 0.04 0.00 0.07 99.76 12:40:20 12:00:01 0 0.00 0.00 0.02 0.00 0.02 99.97 12:40:20 12:00:01 1 0.02 0.00 0.05 0.00 0.05 99.88 12:40:20 12:00:01 2 0.52 0.00 0.07 0.00 0.17 99.25 12:40:20 12:00:01 3 0.00 0.00 0.02 0.00 0.03 99.95 12:40:20 12:01:01 all 0.15 0.00 0.04 0.00 0.11 99.70 12:40:20 12:01:01 0 0.45 0.00 0.03 0.00 0.10 99.42 12:40:20 12:01:01 1 0.03 0.00 0.02 0.00 0.05 99.90 12:40:20 12:01:01 2 0.10 0.00 0.07 0.00 0.27 99.57 12:40:20 12:01:01 3 0.03 0.00 0.03 0.00 0.03 99.90 12:40:20 12:02:02 all 0.13 0.00 0.03 0.00 0.10 99.74 12:40:20 12:02:02 0 0.45 0.00 0.02 0.00 0.08 99.45 12:40:20 12:02:02 1 0.02 0.00 0.05 0.00 0.03 99.90 12:40:20 12:02:02 2 0.05 0.00 0.03 0.00 0.17 99.75 12:40:20 12:02:02 3 0.02 0.00 0.02 0.00 0.10 99.87 12:40:20 12:03:01 all 0.13 0.00 0.03 0.00 0.11 99.72 12:40:20 12:03:01 0 0.41 0.00 0.03 0.00 0.10 99.46 12:40:20 12:03:01 1 0.03 0.00 0.03 0.00 0.08 99.85 12:40:20 12:03:01 2 0.05 0.00 0.05 0.00 0.14 99.76 12:40:20 12:03:01 3 0.02 0.00 0.02 0.00 0.14 99.83 12:40:20 12:04:01 all 0.10 0.00 0.03 0.00 0.15 99.72 12:40:20 12:04:01 0 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 12:04:01 1 0.02 0.00 0.05 0.00 0.15 99.78 12:40:20 12:04:01 2 0.33 0.00 0.03 0.00 0.20 99.43 12:40:20 12:04:01 3 0.02 0.00 0.02 0.00 0.23 99.73 12:40:20 12:05:01 all 0.12 0.00 0.02 0.00 0.14 99.71 12:40:20 12:05:01 0 0.02 0.00 0.02 0.00 0.10 99.87 12:40:20 12:05:01 1 0.05 0.00 0.03 0.00 0.17 99.75 12:40:20 12:05:01 2 0.42 0.00 0.02 0.00 0.12 99.45 12:40:20 12:05:01 3 0.02 0.00 0.03 0.00 0.17 99.78 12:40:20 12:06:01 all 0.12 0.00 0.03 0.00 0.07 99.78 12:40:20 12:06:01 0 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 12:06:01 1 0.03 0.00 0.03 0.00 0.10 99.83 12:40:20 12:06:01 2 0.40 0.00 0.05 0.00 0.08 99.47 12:40:20 12:06:01 3 0.02 0.00 0.02 0.00 0.07 99.90 12:40:20 12:07:01 all 0.11 0.00 0.02 0.00 0.07 99.80 12:40:20 12:07:01 0 0.02 0.00 0.00 0.00 0.02 99.97 12:40:20 12:07:01 1 0.03 0.00 0.03 0.02 0.13 99.78 12:40:20 12:07:01 2 0.38 0.00 0.03 0.00 0.07 99.52 12:40:20 12:07:01 3 0.02 0.00 0.02 0.00 0.05 99.92 12:40:20 12:08:01 all 0.12 0.00 0.04 0.00 0.15 99.70 12:40:20 12:08:01 0 0.00 0.00 0.02 0.00 0.02 99.97 12:40:20 12:08:01 1 0.02 0.00 0.02 0.00 0.13 99.83 12:40:20 12:08:01 2 0.40 0.00 0.05 0.00 0.12 99.43 12:40:20 12:08:01 3 0.05 0.00 0.07 0.00 0.32 99.57 12:40:20 12:09:01 all 0.13 0.00 0.02 0.00 0.05 99.79 12:40:20 12:09:01 0 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 12:09:01 1 0.03 0.00 0.02 0.00 0.02 99.93 12:40:20 12:09:01 2 0.40 0.00 0.02 0.00 0.05 99.53 12:40:20 12:09:01 3 0.07 0.00 0.03 0.00 0.13 99.77 12:40:20 12:10:01 all 0.12 0.00 0.04 0.00 0.08 99.76 12:40:20 12:10:01 0 0.37 0.00 0.03 0.00 0.02 99.58 12:40:20 12:10:01 1 0.05 0.00 0.07 0.00 0.12 99.77 12:40:20 12:10:01 2 0.03 0.00 0.03 0.00 0.02 99.92 12:40:20 12:10:01 3 0.03 0.00 0.03 0.00 0.17 99.77 12:40:20 12:40:20 12:10:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 12:11:01 all 0.13 0.00 0.02 0.00 0.05 99.79 12:40:20 12:11:01 0 0.43 0.00 0.02 0.00 0.07 99.48 12:40:20 12:11:01 1 0.05 0.00 0.05 0.00 0.08 99.82 12:40:20 12:11:01 2 0.03 0.00 0.02 0.00 0.03 99.92 12:40:20 12:11:01 3 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 12:12:01 all 0.07 0.00 0.03 0.00 0.06 99.84 12:40:20 12:12:01 0 0.23 0.00 0.05 0.00 0.03 99.68 12:40:20 12:12:01 1 0.03 0.00 0.03 0.00 0.12 99.82 12:40:20 12:12:01 2 0.02 0.00 0.03 0.00 0.05 99.90 12:40:20 12:12:01 3 0.00 0.00 0.00 0.00 0.03 99.97 12:40:20 12:13:01 all 0.12 0.00 0.02 0.00 0.13 99.72 12:40:20 12:13:01 0 0.43 0.00 0.02 0.00 0.07 99.48 12:40:20 12:13:01 1 0.03 0.00 0.03 0.00 0.17 99.77 12:40:20 12:13:01 2 0.02 0.00 0.02 0.00 0.18 99.78 12:40:20 12:13:01 3 0.02 0.00 0.03 0.00 0.12 99.83 12:40:20 12:14:01 all 0.14 0.00 0.04 0.00 0.10 99.72 12:40:20 12:14:01 0 0.43 0.00 0.02 0.00 0.12 99.43 12:40:20 12:14:01 1 0.03 0.00 0.05 0.00 0.03 99.88 12:40:20 12:14:01 2 0.02 0.00 0.03 0.00 0.03 99.92 12:40:20 12:14:01 3 0.07 0.00 0.05 0.00 0.23 99.65 12:40:20 12:15:01 all 0.14 0.00 0.03 0.00 0.08 99.75 12:40:20 12:15:01 0 0.43 0.00 0.02 0.00 0.03 99.52 12:40:20 12:15:01 1 0.07 0.00 0.05 0.00 0.18 99.70 12:40:20 12:15:01 2 0.03 0.00 0.02 0.00 0.07 99.88 12:40:20 12:15:01 3 0.02 0.00 0.03 0.00 0.03 99.92 12:40:20 12:16:02 all 0.11 0.00 0.02 0.00 0.11 99.75 12:40:20 12:16:02 0 0.03 0.00 0.02 0.00 0.03 99.92 12:40:20 12:16:02 1 0.05 0.00 0.02 0.00 0.23 99.70 12:40:20 12:16:02 2 0.35 0.00 0.05 0.00 0.08 99.52 12:40:20 12:16:02 3 0.02 0.00 0.02 0.00 0.08 99.88 12:40:20 12:17:01 all 0.10 0.00 0.04 0.00 0.13 99.73 12:40:20 12:17:01 0 0.00 0.00 0.02 0.00 0.02 99.97 12:40:20 12:17:01 1 0.03 0.00 0.07 0.00 0.24 99.66 12:40:20 12:17:01 2 0.36 0.00 0.05 0.00 0.14 99.46 12:40:20 12:17:01 3 0.02 0.00 0.02 0.00 0.12 99.85 12:40:20 12:18:01 all 0.13 0.00 0.02 0.00 0.10 99.74 12:40:20 12:18:01 0 0.05 0.00 0.03 0.00 0.18 99.73 12:40:20 12:18:01 1 0.03 0.00 0.02 0.00 0.13 99.82 12:40:20 12:18:01 2 0.43 0.00 0.03 0.00 0.07 99.47 12:40:20 12:18:01 3 0.02 0.00 0.02 0.00 0.03 99.93 12:40:20 12:19:01 all 0.14 0.00 0.03 0.00 0.07 99.76 12:40:20 12:19:01 0 0.05 0.00 0.07 0.00 0.12 99.77 12:40:20 12:19:01 1 0.08 0.00 0.02 0.00 0.07 99.83 12:40:20 12:19:01 2 0.38 0.00 0.03 0.00 0.08 99.50 12:40:20 12:19:01 3 0.03 0.00 0.02 0.00 0.02 99.93 12:40:20 12:20:01 all 0.11 0.00 0.05 0.00 0.05 99.78 12:40:20 12:20:01 0 0.02 0.00 0.03 0.00 0.07 99.88 12:40:20 12:20:01 1 0.40 0.00 0.12 0.00 0.13 99.35 12:40:20 12:20:01 2 0.02 0.00 0.03 0.00 0.00 99.95 12:40:20 12:20:01 3 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 12:21:01 all 0.10 0.00 0.04 0.00 0.12 99.74 12:40:20 12:21:01 0 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 12:21:01 1 0.07 0.00 0.05 0.00 0.07 99.82 12:40:20 12:21:01 2 0.07 0.00 0.07 0.00 0.32 99.55 12:40:20 12:21:01 3 0.25 0.00 0.02 0.00 0.08 99.65 12:40:20 12:40:20 12:21:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 12:22:01 all 0.13 0.00 0.03 0.00 0.06 99.78 12:40:20 12:22:01 0 0.00 0.00 0.00 0.00 0.08 99.92 12:40:20 12:22:01 1 0.03 0.00 0.03 0.00 0.05 99.88 12:40:20 12:22:01 2 0.05 0.00 0.05 0.00 0.12 99.78 12:40:20 12:22:01 3 0.45 0.00 0.03 0.00 0.00 99.52 12:40:20 12:23:01 all 0.12 0.00 0.03 0.00 0.07 99.77 12:40:20 12:23:01 0 0.02 0.00 0.03 0.00 0.07 99.88 12:40:20 12:23:01 1 0.03 0.00 0.05 0.00 0.10 99.82 12:40:20 12:23:01 2 0.03 0.00 0.03 0.00 0.07 99.87 12:40:20 12:23:01 3 0.42 0.00 0.02 0.00 0.05 99.52 12:40:20 12:24:01 all 0.12 0.00 0.06 0.00 0.07 99.74 12:40:20 12:24:01 0 0.00 0.00 0.03 0.00 0.03 99.93 12:40:20 12:24:01 1 0.07 0.00 0.10 0.02 0.17 99.65 12:40:20 12:24:01 2 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 12:24:01 3 0.38 0.00 0.08 0.00 0.08 99.45 12:40:20 12:25:01 all 0.15 0.00 0.05 0.00 0.04 99.77 12:40:20 12:25:01 0 0.03 0.00 0.02 0.00 0.03 99.92 12:40:20 12:25:01 1 0.10 0.00 0.10 0.00 0.08 99.72 12:40:20 12:25:01 2 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 12:25:01 3 0.43 0.00 0.03 0.00 0.03 99.50 12:40:20 12:26:01 all 0.13 0.00 0.03 0.00 0.09 99.75 12:40:20 12:26:01 0 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 12:26:01 1 0.10 0.00 0.05 0.00 0.22 99.63 12:40:20 12:26:01 2 0.27 0.00 0.03 0.00 0.12 99.58 12:40:20 12:26:01 3 0.13 0.00 0.02 0.00 0.00 99.85 12:40:20 12:27:01 all 0.15 0.00 0.04 0.00 0.08 99.73 12:40:20 12:27:01 0 0.00 0.00 0.02 0.00 0.02 99.97 12:40:20 12:27:01 1 0.08 0.00 0.08 0.00 0.22 99.62 12:40:20 12:27:01 2 0.47 0.00 0.03 0.00 0.08 99.42 12:40:20 12:27:01 3 0.03 0.00 0.02 0.00 0.02 99.93 12:40:20 12:28:01 all 0.13 0.00 0.03 0.00 0.08 99.75 12:40:20 12:28:01 0 0.02 0.00 0.00 0.00 0.02 99.97 12:40:20 12:28:01 1 0.07 0.00 0.07 0.00 0.27 99.60 12:40:20 12:28:01 2 0.43 0.00 0.03 0.00 0.03 99.50 12:40:20 12:28:01 3 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 12:29:01 all 0.12 0.00 0.05 0.00 0.12 99.70 12:40:20 12:29:01 0 0.00 0.00 0.03 0.00 0.07 99.90 12:40:20 12:29:01 1 0.05 0.00 0.12 0.00 0.28 99.55 12:40:20 12:29:01 2 0.12 0.00 0.02 0.00 0.08 99.78 12:40:20 12:29:01 3 0.33 0.00 0.03 0.00 0.07 99.57 12:40:20 12:30:01 all 0.13 0.00 0.02 0.00 0.07 99.77 12:40:20 12:30:01 0 0.03 0.00 0.02 0.00 0.02 99.93 12:40:20 12:30:01 1 0.05 0.00 0.05 0.00 0.13 99.77 12:40:20 12:30:01 2 0.02 0.00 0.02 0.00 0.08 99.88 12:40:20 12:30:01 3 0.43 0.00 0.02 0.00 0.07 99.48 12:40:20 12:31:01 all 0.13 0.00 0.03 0.00 0.06 99.78 12:40:20 12:31:01 0 0.02 0.00 0.02 0.00 0.02 99.95 12:40:20 12:31:01 1 0.02 0.00 0.03 0.00 0.10 99.85 12:40:20 12:31:01 2 0.05 0.00 0.03 0.00 0.10 99.82 12:40:20 12:31:01 3 0.43 0.00 0.03 0.00 0.03 99.50 12:40:20 12:32:01 all 0.07 0.00 0.02 0.00 0.09 99.82 12:40:20 12:32:01 0 0.00 0.00 0.02 0.00 0.02 99.97 12:40:20 12:32:01 1 0.02 0.00 0.03 0.00 0.15 99.80 12:40:20 12:32:01 2 0.02 0.00 0.03 0.00 0.12 99.83 12:40:20 12:32:01 3 0.23 0.00 0.02 0.00 0.07 99.68 12:40:20 12:40:20 12:32:01 CPU %user %nice %system %iowait %steal %idle 12:40:20 12:33:01 all 0.10 0.00 0.02 0.00 0.06 99.81 12:40:20 12:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:40:20 12:33:01 1 0.05 0.00 0.03 0.00 0.08 99.83 12:40:20 12:33:01 2 0.03 0.00 0.03 0.00 0.12 99.82 12:40:20 12:33:01 3 0.32 0.00 0.02 0.00 0.05 99.62 12:40:20 12:34:01 all 0.09 0.00 0.04 0.00 0.09 99.78 12:40:20 12:34:01 0 0.02 0.00 0.03 0.00 0.05 99.90 12:40:20 12:34:01 1 0.03 0.00 0.03 0.00 0.08 99.85 12:40:20 12:34:01 2 0.17 0.00 0.05 0.00 0.12 99.66 12:40:20 12:34:01 3 0.15 0.00 0.03 0.00 0.10 99.71 12:40:20 12:35:01 all 0.12 0.00 0.04 0.00 0.09 99.75 12:40:20 12:35:01 0 0.02 0.00 0.03 0.00 0.03 99.92 12:40:20 12:35:01 1 0.03 0.00 0.05 0.00 0.13 99.78 12:40:20 12:35:01 2 0.40 0.00 0.03 0.00 0.13 99.43 12:40:20 12:35:01 3 0.03 0.00 0.03 0.00 0.05 99.88 12:40:20 12:36:01 all 0.11 0.00 0.02 0.00 0.06 99.80 12:40:20 12:36:01 0 0.00 0.00 0.00 0.00 0.02 99.98 12:40:20 12:36:01 1 0.02 0.00 0.03 0.00 0.05 99.90 12:40:20 12:36:01 2 0.42 0.00 0.02 0.00 0.07 99.50 12:40:20 12:36:01 3 0.02 0.00 0.03 0.00 0.12 99.83 12:40:20 12:37:01 all 0.12 0.00 0.04 0.00 0.05 99.78 12:40:20 12:37:01 0 0.07 0.00 0.07 0.00 0.13 99.73 12:40:20 12:37:01 1 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 12:37:01 2 0.38 0.00 0.03 0.00 0.05 99.53 12:40:20 12:37:01 3 0.02 0.00 0.03 0.00 0.02 99.93 12:40:20 12:38:01 all 0.13 0.00 0.03 0.00 0.08 99.76 12:40:20 12:38:01 0 0.03 0.00 0.05 0.00 0.13 99.78 12:40:20 12:38:01 1 0.02 0.00 0.03 0.00 0.08 99.87 12:40:20 12:38:01 2 0.47 0.00 0.03 0.00 0.08 99.42 12:40:20 12:38:01 3 0.02 0.00 0.00 0.00 0.02 99.97 12:40:20 12:39:01 all 0.10 0.00 0.02 0.00 0.07 99.81 12:40:20 12:39:01 0 0.05 0.00 0.02 0.00 0.10 99.83 12:40:20 12:39:01 1 0.27 0.00 0.02 0.00 0.03 99.68 12:40:20 12:39:01 2 0.03 0.00 0.02 0.00 0.03 99.92 12:40:20 12:39:01 3 0.03 0.00 0.03 0.00 0.12 99.82 12:40:20 12:40:01 all 1.06 0.00 0.65 0.93 1.60 95.76 12:40:20 12:40:01 0 0.87 0.00 0.83 0.40 1.81 96.09 12:40:20 12:40:01 1 2.36 0.00 0.97 2.38 1.61 92.68 12:40:20 12:40:01 2 0.57 0.00 0.45 0.88 1.47 96.64 12:40:20 12:40:01 3 0.45 0.00 0.33 0.08 1.53 97.61 12:40:20 Average: all 0.12 0.01 0.07 0.02 0.15 99.64 12:40:20 Average: 0 0.08 0.01 0.06 0.02 0.12 99.70 12:40:20 Average: 1 0.13 0.01 0.08 0.02 0.18 99.58 12:40:20 Average: 2 0.15 0.01 0.07 0.02 0.16 99.60 12:40:20 Average: 3 0.10 0.01 0.06 0.02 0.15 99.67 12:40:20 12:40:20 12:40:20