Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9c7c3c967bf722a107181d7a95398e154c96850e 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh14951363335163076161.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh2160782231886372569.key > 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 f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-configuration/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-configuration/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5785265008370223570.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that 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. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4540022963481213133.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-configuration/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-configuration/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11275960092713512684.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that 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:go-mod-configuration, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-configuration-settings PROJECT: go-mod-configuration USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-configuration DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Running on prd-ubuntu20.04-docker-8c-8g-104 in /w/workspace/oundry_go-mod-configuration_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git > git init /w/workspace/oundry_go-mod-configuration_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 9c7c3c967bf722a107181d7a95398e154c96850e (main) Commit message: "Merge pull request #195 from edgexfoundry/dependabot/go_modules/golang.org/x/net-0.38.0" > git config core.sparsecheckout # timeout=10 > git checkout -f 9c7c3c967bf722a107181d7a95398e154c96850e # timeout=10 > git rev-list --no-walk 342f2a1c9bcd6b819369f18657b32d75e5f4a87b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:46:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:46:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:46:45 ========================================================= 11:46:45 EdgeX Global Pipelines Version Info 11:46:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:46:46 ------------------- 11:46:46 stable info: 11:46:46 ------------------- 11:46:46 Commited By: Ginny Guan ginny@iotechsys.com 11:46:46 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 11:46:46 Message: update stable to v1.0.274 11:46:46 ------------------- 11:46:46 experimental info: 11:46:46 ------------------- 11:46:46 Commited By: Ginny Guan ginny@iotechsys.com 11:46:46 Commit SHA: d23c20eb9a5ec3463b7c8c72fdbb28744bcccce8 11:46:46 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-configuration [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9c7c3c967bf722a107181d7a95398e154c96850e [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9c7c3c9 [Pipeline] echo 11:46:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 11:46:48 + git rev-list -1 --merges 9c7c3c967bf722a107181d7a95398e154c96850e~1..9c7c3c967bf722a107181d7a95398e154c96850e [Pipeline] echo 11:46:48 -----------> git rev-list -1 --merges 9c7c3c967bf722a107181d7a95398e154c96850e~1..9c7c3c967bf722a107181d7a95398e154c96850e 9c7c3c967bf722a107181d7a95398e154c96850e 11:46:48 9c7c3c967bf722a107181d7a95398e154c96850e [false] [Pipeline] sh 11:46:48 + git log --format=format:%s -1 9c7c3c967bf722a107181d7a95398e154c96850e [Pipeline] echo 11:46:48 ========================================================= 11:46:48 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 11:46:48 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:46:48 + git log --format=format:%s -1 9c7c3c967bf722a107181d7a95398e154c96850e [Pipeline] echo 11:46:48 [semverPrep] GIT_COMMIT: 9c7c3c967bf722a107181d7a95398e154c96850e, Commit Message: Merge pull request #195 from edgexfoundry/dependabot/go_modules/golang.org/x/net-0.38.0 [Pipeline] echo 11:46:48 [semverPrep] This is not a build commit. [Pipeline] sh 11:46:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:46:49 + grep -v github /etc/ssh/ssh_known_hosts 11:46:49 + [ -e /tmp/ssh_known_hosts ] 11:46:49 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 11:46:49 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 11:46:49 sudo tee -a /etc/ssh/ssh_known_hosts 11:46:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:46:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:46:49 11:46:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:46:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:46:49 0.1.4: Pulling from edgex-devops/py-git-semver 11:46:49 b85a868b505f: Pulling fs layer 11:46:49 e2be974225ed: Pulling fs layer 11:46:49 339a4e72a1f5: Pulling fs layer 11:46:49 988bab9f4d93: Pulling fs layer 11:46:49 1469e6f7b9e6: Pulling fs layer 11:46:49 988bab9f4d93: Waiting 11:46:49 1469e6f7b9e6: Waiting 11:46:49 eaf3925da568: Pulling fs layer 11:46:49 bab4dde63d76: Pulling fs layer 11:46:49 eaf3925da568: Waiting 11:46:49 bde34c3a00c8: Pulling fs layer 11:46:49 b352a97aabf1: Pulling fs layer 11:46:49 bab4dde63d76: Waiting 11:46:49 bde34c3a00c8: Waiting 11:46:49 4872d77fe225: Pulling fs layer 11:46:49 5851b861e8e6: Pulling fs layer 11:46:49 5851b861e8e6: Waiting 11:46:49 4872d77fe225: Waiting 11:46:49 b352a97aabf1: Waiting 11:46:50 e2be974225ed: Verifying Checksum 11:46:50 e2be974225ed: Download complete 11:46:50 988bab9f4d93: Verifying Checksum 11:46:50 988bab9f4d93: Download complete 11:46:50 1469e6f7b9e6: Verifying Checksum 11:46:50 1469e6f7b9e6: Download complete 11:46:50 eaf3925da568: Verifying Checksum 11:46:50 eaf3925da568: Download complete 11:46:50 339a4e72a1f5: Verifying Checksum 11:46:50 339a4e72a1f5: Download complete 11:46:50 bde34c3a00c8: Download complete 11:46:50 b352a97aabf1: Download complete 11:46:50 4872d77fe225: Verifying Checksum 11:46:50 4872d77fe225: Download complete 11:46:50 5851b861e8e6: Verifying Checksum 11:46:50 5851b861e8e6: Download complete 11:46:50 b85a868b505f: Verifying Checksum 11:46:50 b85a868b505f: Download complete 11:46:50 bab4dde63d76: Verifying Checksum 11:46:50 bab4dde63d76: Download complete 11:46:51 b85a868b505f: Pull complete 11:46:51 e2be974225ed: Pull complete 11:46:52 339a4e72a1f5: Pull complete 11:46:52 988bab9f4d93: Pull complete 11:46:52 1469e6f7b9e6: Pull complete 11:46:52 eaf3925da568: Pull complete 11:46:54 bab4dde63d76: Pull complete 11:46:54 bde34c3a00c8: Pull complete 11:46:54 b352a97aabf1: Pull complete 11:46:54 4872d77fe225: Pull complete 11:46:54 5851b861e8e6: Pull complete 11:46:54 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 11:46:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:46:54 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:46:54 prd-ubuntu20.04-docker-8c-8g-104 does not seem to be running inside a container 11:46:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:46:55 $ docker top f18ee3fbbaef0ef92ccd92032df06785c76d98dd4863987756a661f5b8a58196 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:46:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:46:55 [ssh-agent] Looking for ssh-agent implementation... 11:46:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:46:55 $ docker exec f18ee3fbbaef0ef92ccd92032df06785c76d98dd4863987756a661f5b8a58196 ssh-agent 11:46:55 SSH_AUTH_SOCK=/tmp/ssh-ScR8SXFoL1x7/agent.32 11:46:55 SSH_AGENT_PID=38 11:46:55 Running ssh-add (command line suppressed) 11:46:55 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_10487004619826272545.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_10487004619826272545.key) 11:46:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:46:56 + git tag --points-at HEAD [Pipeline] } 11:46:56 $ docker exec --env ******** --env ******** f18ee3fbbaef0ef92ccd92032df06785c76d98dd4863987756a661f5b8a58196 ssh-agent -k 11:46:56 unset SSH_AUTH_SOCK; 11:46:56 unset SSH_AGENT_PID; 11:46:56 echo Agent pid 38 killed; 11:46:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:46:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:46:56 [ssh-agent] Looking for ssh-agent implementation... 11:46:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:46:56 $ docker exec f18ee3fbbaef0ef92ccd92032df06785c76d98dd4863987756a661f5b8a58196 ssh-agent 11:46:56 SSH_AUTH_SOCK=/tmp/ssh-29c1oI3JhBh6/agent.71 11:46:56 SSH_AGENT_PID=77 11:46:56 Running ssh-add (command line suppressed) 11:46:56 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_3528325230793486201.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_3528325230793486201.key) 11:46:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:46:57 + git semver init 11:46:57 2025-04-18 11:46:57,209 [run_init] DEBUG init version:0.0.0 force:False 11:46:57 2025-04-18 11:46:57,210 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/oundry_go-mod-configuration_main/.semver 11:46:57 2025-04-18 11:46:57,210 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-configuration.git /w/workspace/oundry_go-mod-configuration_main/.semver 11:46:57 2025-04-18 11:46:57,211 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-configuration.git', '/w/workspace/oundry_go-mod-configuration_main/.semver'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=None) 11:46:58 2025-04-18 11:46:57,944 [append_file] DEBUG append to file:/w/workspace/oundry_go-mod-configuration_main/.git/info/exclude 11:46:58 2025-04-18 11:46:57,945 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/oundry_go-mod-configuration_main/.semver/main with force:False 11:46:58 2025-04-18 11:46:57,945 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 11:46:58 2025-04-18 11:46:57,945 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 11:46:58 4.1.0-dev.2 [Pipeline] } 11:46:58 $ docker exec --env ******** --env ******** f18ee3fbbaef0ef92ccd92032df06785c76d98dd4863987756a661f5b8a58196 ssh-agent -k 11:46:58 unset SSH_AUTH_SOCK; 11:46:58 unset SSH_AGENT_PID; 11:46:58 echo Agent pid 77 killed; 11:46:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:46:58 + git semver [Pipeline] } 11:46:59 $ docker stop --time=1 f18ee3fbbaef0ef92ccd92032df06785c76d98dd4863987756a661f5b8a58196 11:47:00 $ docker rm -f --volumes f18ee3fbbaef0ef92ccd92032df06785c76d98dd4863987756a661f5b8a58196 [Pipeline] // withDockerContainer [Pipeline] sh 11:47:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:47:00 Stashed 1 file(s) [Pipeline] echo 11:47:00 [edgeXSemver]: initialized semver on version 4.1.0-dev.2 [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) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo 11:47:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 11:47:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 11:47:01 ========================================================= 11:47:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 11:47:01 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 11:47:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 11:47:01 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 11:47:01 0a9a5dfd008f: Pulling fs layer 11:47:01 dbfa0bcfca99: Pulling fs layer 11:47:01 70eabb1d9476: Pulling fs layer 11:47:01 957bedc73fa3: Pulling fs layer 11:47:01 4f4fb700ef54: Pulling fs layer 11:47:01 f40432e63723: Pulling fs layer 11:47:01 90b4343acab7: Pulling fs layer 11:47:01 9f67ea4ac784: Pulling fs layer 11:47:01 9228b9a606be: Pulling fs layer 11:47:01 f40432e63723: Waiting 11:47:01 957bedc73fa3: Waiting 11:47:01 4f4fb700ef54: Waiting 11:47:01 9228b9a606be: Waiting 11:47:01 dbfa0bcfca99: Verifying Checksum 11:47:01 dbfa0bcfca99: Download complete 11:47:01 957bedc73fa3: Verifying Checksum 11:47:01 957bedc73fa3: Download complete 11:47:01 4f4fb700ef54: Verifying Checksum 11:47:01 4f4fb700ef54: Download complete 11:47:01 f40432e63723: Download complete 11:47:01 0a9a5dfd008f: Download complete 11:47:01 90b4343acab7: Verifying Checksum 11:47:01 90b4343acab7: Download complete 11:47:01 0a9a5dfd008f: Pull complete 11:47:01 9228b9a606be: Verifying Checksum 11:47:01 9228b9a606be: Download complete 11:47:01 dbfa0bcfca99: Pull complete 11:47:02 70eabb1d9476: Download complete 11:47:02 9f67ea4ac784: Verifying Checksum 11:47:02 9f67ea4ac784: Download complete 11:47:05 70eabb1d9476: Pull complete 11:47:05 957bedc73fa3: Pull complete 11:47:05 4f4fb700ef54: Pull complete 11:47:05 f40432e63723: Pull complete 11:47:05 90b4343acab7: Pull complete 11:47:08 9f67ea4ac784: Pull complete 11:47:08 9228b9a606be: Pull complete 11:47:08 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 11:47:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 11:47:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] sh 11:47:08 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:08 + docker inspect -f . ci-base-image-x86_64 11:47:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:47:09 prd-ubuntu20.04-docker-8c-8g-104 does not seem to be running inside a container 11:47:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:47:10 $ docker top a7db24023ec1645afd6b90506bcc45e79bc7d2d5a4c7a690b039803a4564994b -eo pid,comm [Pipeline] { [Pipeline] sh 11:47:10 + go version 11:47:10 go version go1.23.8 linux/amd64 [Pipeline] } 11:47:11 $ docker stop --time=1 a7db24023ec1645afd6b90506bcc45e79bc7d2d5a4c7a690b039803a4564994b 11:47:12 $ docker rm -f --volumes a7db24023ec1645afd6b90506bcc45e79bc7d2d5a4c7a690b039803a4564994b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:12 + docker inspect -f . ci-base-image-x86_64 11:47:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:47:12 prd-ubuntu20.04-docker-8c-8g-104 does not seem to be running inside a container 11:47:12 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:47:13 $ docker top a447436194aba18a8e6f98949b7cc8b029f396a8e9e020e8db3c58cc743fbc49 -eo pid,comm [Pipeline] { [Pipeline] sh 11:47:13 + git config --global --add safe.directory /w/workspace/oundry_go-mod-configuration_main [Pipeline] fileExists [Pipeline] sh 11:47:13 + make test 11:47:13 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 11:47:13 go: downloading github.com/stretchr/testify v1.10.0 11:47:13 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.1.0-dev.1 11:47:13 go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.1.0-dev.2 11:47:14 go: downloading github.com/mitchellh/mapstructure v1.5.0 11:47:14 go: downloading github.com/spf13/cast v1.7.1 11:47:14 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc 11:47:14 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 11:47:14 go: downloading github.com/stretchr/objx v0.5.2 11:47:14 go: downloading github.com/go-playground/validator/v10 v10.25.0 11:47:14 go: downloading github.com/google/uuid v1.6.0 11:47:14 go: downloading github.com/fxamacker/cbor/v2 v2.7.0 11:47:14 go: downloading gopkg.in/yaml.v3 v3.0.1 11:47:14 go: downloading github.com/x448/float16 v0.8.4 11:47:14 go: downloading github.com/gabriel-vasile/mimetype v1.4.8 11:47:14 go: downloading github.com/go-playground/universal-translator v0.18.1 11:47:14 go: downloading github.com/leodido/go-urn v1.4.0 11:47:14 go: downloading golang.org/x/crypto v0.36.0 11:47:14 go: downloading golang.org/x/text v0.23.0 11:47:14 go: downloading github.com/go-playground/locales v0.14.1 11:47:14 go: downloading golang.org/x/net v0.38.0 11:47:14 go: downloading golang.org/x/sys v0.31.0 11:47:14 go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 11:47:14 go: downloading golang.org/x/sync v0.12.0 11:47:14 go: downloading github.com/gorilla/websocket v1.5.3 11:47:22 github.com/edgexfoundry/go-mod-configuration/v4/configuration/mocks coverage: 0.0% of statements 11:47:22 ok github.com/edgexfoundry/go-mod-configuration/v4/configuration 0.005s coverage: 83.3% of statements 11:47:23 ok github.com/edgexfoundry/go-mod-configuration/v4/internal/pkg/keeper 0.028s coverage: 58.4% of statements 11:47:23 ok github.com/edgexfoundry/go-mod-configuration/v4/pkg/types 0.005s coverage: 100.0% of statements 11:47:35 CGO_ENABLED=0 GO111MODULE=on go vet ./... 11:47:36 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:47:36 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 11:47:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 11:47:36 $ docker stop --time=1 a447436194aba18a8e6f98949b7cc8b029f396a8e9e020e8db3c58cc743fbc49 11:47:38 $ docker rm -f --volumes a447436194aba18a8e6f98949b7cc8b029f396a8e9e020e8db3c58cc743fbc49 [Pipeline] // withDockerContainer [Pipeline] sh 11:47:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:47:39 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:47:39 11:47:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:47:40 latest: Pulling from edgex-lftools-log-publisher 11:47:40 5eb5b503b376: Pulling fs layer 11:47:40 5c69ac0246d0: Pulling fs layer 11:47:40 ec43610c2a17: Pulling fs layer 11:47:40 3a2ae6a8a46f: Pulling fs layer 11:47:40 33b1e0a273af: Pulling fs layer 11:47:40 5d3b04190fa2: Pulling fs layer 11:47:40 2f39f015ded8: Pulling fs layer 11:47:40 33b1e0a273af: Waiting 11:47:40 3a2ae6a8a46f: Waiting 11:47:40 5d3b04190fa2: Waiting 11:47:40 2f39f015ded8: Waiting 11:47:40 5c69ac0246d0: Download complete 11:47:40 3a2ae6a8a46f: Download complete 11:47:40 33b1e0a273af: Verifying Checksum 11:47:40 33b1e0a273af: Download complete 11:47:40 5d3b04190fa2: Verifying Checksum 11:47:40 5d3b04190fa2: Download complete 11:47:40 ec43610c2a17: Verifying Checksum 11:47:40 ec43610c2a17: Download complete 11:47:40 5eb5b503b376: Verifying Checksum 11:47:40 5eb5b503b376: Download complete 11:47:41 2f39f015ded8: Download complete 11:47:41 5eb5b503b376: Pull complete 11:47:41 5c69ac0246d0: Pull complete 11:47:42 ec43610c2a17: Pull complete 11:47:42 3a2ae6a8a46f: Pull complete 11:47:42 33b1e0a273af: Pull complete 11:47:42 5d3b04190fa2: Pull complete 11:47:46 2f39f015ded8: Pull complete 11:47:46 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:47:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:47:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:47:46 prd-ubuntu20.04-docker-8c-8g-104 does not seem to be running inside a container 11:47:46 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:47:47 $ docker top 943acfb19280ef686fb9aae66c4b24e64b29f1d2643c97db250affa25dc587a1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:47:48 ---> job-cost.sh 11:47:48 lf-activate-venv: SKIPPING 11:47:48 INFO: No Stack... 11:47:48 INFO: Retrieving Pricing Info for: v3-standard-8 11:47:49 INFO: Archiving Costs [Pipeline] sh 11:47:49 + cat /w/workspace/oundry_go-mod-configuration_main/archives/cost.csv 11:47:49 + cut -d, -f6 [Pipeline] lock 11:47:49 Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-configuration-main-98-stack-cost] 11:47:49 Resource [jenkins-edgexfoundry-go-mod-configuration-main-98-stack-cost] did not exist. Created. 11:47:49 Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-configuration-main-98-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:47:49 + echo total: 0.6600000262260437 [Pipeline] stash 11:47:49 Stashed 1 file(s) [Pipeline] } 11:47:49 Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-configuration-main-98-stack-cost] [Pipeline] // lock [Pipeline] } 11:47:49 $ docker stop --time=1 943acfb19280ef686fb9aae66c4b24e64b29f1d2643c97db250affa25dc587a1 11:47:51 $ docker rm -f --volumes 943acfb19280ef686fb9aae66c4b24e64b29f1d2643c97db250affa25dc587a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 11:47:51 provisioning config files... 11:47:51 copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config8605347149304466516tmp [Pipeline] { [Pipeline] sh 11:47:51 + set +x 11:47:51 + curl -s https://codecov.io/bash 11:47:51 + bash -s -- 11:47:51 11:47:51 _____ _ 11:47:51 / ____| | | 11:47:51 | | ___ __| | ___ ___ _____ __ 11:47:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:47:51 | |___| (_) | (_| | __/ (_| (_) \ V / 11:47:51 \_____\___/ \__,_|\___|\___\___/ \_/ 11:47:51 Bash-1.0.6 11:47:51 11:47:51 11:47:51 ==> git version 2.25.1 found 11:47:51 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 11:47:51 Release-Date: 2020-01-08 11:47:51 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:47:51 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:47:51 ==> Jenkins CI detected. 11:47:51 current dir:  /w/workspace/oundry_go-mod-configuration_main 11:47:51 project root: . 11:47:51 --> token set from env 11:47:51 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:47:51 ==> Running gcov in . (disable via -X gcov) 11:47:51 ==> Python coveragepy not found 11:47:51 ==> Searching for coverage reports in: 11:47:51 + . 11:47:51 -> Found 1 reports 11:47:51 ==> Detecting git/mercurial file structure 11:47:51 ==> Reading reports 11:47:51 + ./coverage.out bytes=27658 11:47:51 ==> Appending adjustments 11:47:51 https://docs.codecov.io/docs/fixing-reports 11:47:51 + Found adjustments 11:47:51 ==> Gzipping contents 11:47:51 4.0K /tmp/codecov.lcf5g1.gz 11:47:51 ==> Uploading reports 11:47:51 url: https://codecov.io 11:47:51 query: branch=main&commit=9c7c3c967bf722a107181d7a95398e154c96850e&build=98&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmain%2F98%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 11:47:51 -> Pinging Codecov 11:47:51 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=9c7c3c967bf722a107181d7a95398e154c96850e&build=98&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmain%2F98%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 11:47:52 -> Uploading to 11:47:52 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/go-mod-configuration/9c7c3c967bf722a107181d7a95398e154c96850e/a95fe943-b6fc-48cd-9a76-267baa45ad74.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250418%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250418T114751Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=55e58a572990cab7ebab999f43913dae5b05277b4a7830a5d7af0f54c360217b 11:47:52 % Total % Received % Xferd Average Speed Time Time Time Current 11:47:52 Dload Upload Total Spent Left Speed 11:47:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3592 0 0 100 3592 0 31234 --:--:-- --:--:-- --:--:-- 30965 100 3592 0 0 100 3592 0 31234 --:--:-- --:--:-- --:--:-- 30965 11:47:52 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-configuration/commit/9c7c3c967bf722a107181d7a95398e154c96850e [Pipeline] } 11:47:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 11:47:52 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 11:47:52 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:47:52 11:47:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:47:53 latest: Pulling from edgex-devops/edgex-snyk-go 11:47:53 43c4264eed91: Pulling fs layer 11:47:53 4cc291be95ef: Pulling fs layer 11:47:53 2ac1f1163629: Pulling fs layer 11:47:53 5c3c966382ef: Pulling fs layer 11:47:53 4f4fb700ef54: Pulling fs layer 11:47:53 d9c7d2e4e75e: Pulling fs layer 11:47:53 9c3e1370e548: Pulling fs layer 11:47:53 5c3c966382ef: Waiting 11:47:53 4f4fb700ef54: Waiting 11:47:53 d9c7d2e4e75e: Waiting 11:47:53 9c3e1370e548: Waiting 11:47:53 4cc291be95ef: Verifying Checksum 11:47:53 4cc291be95ef: Download complete 11:47:53 5c3c966382ef: Download complete 11:47:53 4f4fb700ef54: Verifying Checksum 11:47:53 4f4fb700ef54: Download complete 11:47:53 43c4264eed91: Download complete 11:47:53 43c4264eed91: Pull complete 11:47:53 d9c7d2e4e75e: Verifying Checksum 11:47:53 d9c7d2e4e75e: Download complete 11:47:53 4cc291be95ef: Pull complete 11:47:53 2ac1f1163629: Verifying Checksum 11:47:53 2ac1f1163629: Download complete 11:47:54 9c3e1370e548: Verifying Checksum 11:47:54 9c3e1370e548: Download complete 11:47:56 2ac1f1163629: Pull complete 11:47:56 5c3c966382ef: Pull complete 11:47:56 4f4fb700ef54: Pull complete 11:47:57 d9c7d2e4e75e: Pull complete 11:48:00 9c3e1370e548: Pull complete 11:48:00 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 11:48:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:48:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:48:00 prd-ubuntu20.04-docker-8c-8g-104 does not seem to be running inside a container 11:48:00 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 11:48:02 $ docker top e254e96cdfae9964fde0b947c64e98889dc9a4c40402af0a7dc0a61605bd16c3 -eo pid,comm [Pipeline] { [Pipeline] sh 11:48:02 + git config --global --add safe.directory /w/workspace/oundry_go-mod-configuration_main [Pipeline] echo 11:48:02 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-configuration:main' [Pipeline] sh 11:48:02 + set -o pipefail 11:48:02 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-configuration:main' 11:48:09 11:48:09 Monitoring /w/workspace/oundry_go-mod-configuration_main (github.com/edgexfoundry/go-mod-configuration/v4)... 11:48:09 11:48:09 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9058f8bc-7826-44a2-9133-c5a7a6d208e7/history/b1054dda-32ff-4602-b8f2-5deb9da1063d 11:48:09 11:48:09 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:48:09 11:48:09 11:48:09 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 11:48:09 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 11:48:10 $ docker stop --time=1 e254e96cdfae9964fde0b947c64e98889dc9a4c40402af0a7dc0a61605bd16c3 11:48:12 $ docker rm -f --volumes e254e96cdfae9964fde0b947c64e98889dc9a4c40402af0a7dc0a61605bd16c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:48:13 + git log --format=format:%s -1 9c7c3c967bf722a107181d7a95398e154c96850e [Pipeline] sh 11:48:13 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:48:13 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:48:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:48:13 prd-ubuntu20.04-docker-8c-8g-104 does not seem to be running inside a container 11:48:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:48:14 $ docker top d78ff552f42b60014a115e26dc7344b47dd61838e33b14d90d3cecd0c7286305 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:48:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:48:14 [ssh-agent] Looking for ssh-agent implementation... 11:48:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:48:14 $ docker exec d78ff552f42b60014a115e26dc7344b47dd61838e33b14d90d3cecd0c7286305 ssh-agent 11:48:14 SSH_AUTH_SOCK=/tmp/ssh-b339k3bPlz1r/agent.33 11:48:14 SSH_AGENT_PID=39 11:48:14 Running ssh-add (command line suppressed) 11:48:14 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_1751837589736304854.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_1751837589736304854.key) 11:48:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:48:14 + git semver tag 11:48:15 2025-04-18 11:48:15,003 [run_tag] DEBUG tag force:False 11:48:15 2025-04-18 11:48:15,003 [check_head_tag] DEBUG check head tag 11:48:15 2025-04-18 11:48:15,004 [execute] INFO git cat-file --batch-check 11:48:15 2025-04-18 11:48:15,004 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=) 11:48:15 2025-04-18 11:48:15,008 [execute] INFO git cat-file --batch 11:48:15 2025-04-18 11:48:15,009 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=) 11:48:15 2025-04-18 11:48:15,019 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 11:48:15 2025-04-18 11:48:15,019 [execute] INFO git tag -a v4.1.0-dev.2 -m v4.1.0-dev.2 11:48:15 2025-04-18 11:48:15,019 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.2', '-m', 'v4.1.0-dev.2'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=None) 11:48:15 2025-04-18 11:48:15,023 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 11:48:15 4.1.0-dev.2 [Pipeline] } 11:48:15 $ docker exec --env ******** --env ******** d78ff552f42b60014a115e26dc7344b47dd61838e33b14d90d3cecd0c7286305 ssh-agent -k 11:48:15 unset SSH_AUTH_SOCK; 11:48:15 unset SSH_AGENT_PID; 11:48:15 echo Agent pid 39 killed; 11:48:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:48:15 + git semver [Pipeline] } 11:48:15 $ docker stop --time=1 d78ff552f42b60014a115e26dc7344b47dd61838e33b14d90d3cecd0c7286305 11:48:17 $ docker rm -f --volumes d78ff552f42b60014a115e26dc7344b47dd61838e33b14d90d3cecd0c7286305 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:48:17 11:48:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:48:17 0.23.1-centos7: Pulling from edgex-lftools 11:48:17 ab5ef0e58194: Pulling fs layer 11:48:17 9712f1f96733: Pulling fs layer 11:48:17 63f879dbbcfc: Pulling fs layer 11:48:17 0d9ebad4ef96: Pulling fs layer 11:48:17 e9a5061849ea: Pulling fs layer 11:48:17 d747dcd14b5f: Pulling fs layer 11:48:17 2de7ff778b66: Pulling fs layer 11:48:17 0d9ebad4ef96: Waiting 11:48:17 d747dcd14b5f: Waiting 11:48:17 e9a5061849ea: Waiting 11:48:17 2de7ff778b66: Waiting 11:48:17 9712f1f96733: Download complete 11:48:18 63f879dbbcfc: Verifying Checksum 11:48:18 63f879dbbcfc: Download complete 11:48:18 e9a5061849ea: Verifying Checksum 11:48:18 e9a5061849ea: Download complete 11:48:18 d747dcd14b5f: Download complete 11:48:18 ab5ef0e58194: Verifying Checksum 11:48:18 ab5ef0e58194: Download complete 11:48:18 0d9ebad4ef96: Verifying Checksum 11:48:18 0d9ebad4ef96: Download complete 11:48:18 2de7ff778b66: Download complete 11:48:20 ab5ef0e58194: Pull complete 11:48:21 9712f1f96733: Pull complete 11:48:21 63f879dbbcfc: Pull complete 11:48:25 0d9ebad4ef96: Pull complete 11:48:25 e9a5061849ea: Pull complete 11:48:25 d747dcd14b5f: Pull complete 11:48:26 2de7ff778b66: Pull complete 11:48:26 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:48:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:48:26 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:48:26 prd-ubuntu20.04-docker-8c-8g-104 does not seem to be running inside a container 11:48:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 11:48:28 $ docker top c3cf5f5f00d87bff8edeb534df8c2e9d10c26d55e183536489b80ced1a59b99f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:48:28 provisioning config files... 11:48:28 copy managed file [sigul-config] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config8999580177778802503tmp 11:48:28 copy managed file [sigul-password] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config8554776340038113545tmp 11:48:28 copy managed file [sigul-pki] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config10357568119832665937tmp [Pipeline] { [Pipeline] echo 11:48:28 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:48:28 ---> sigul-configuration.sh 11:48:28 gpg: directory `/root/.gnupg' created 11:48:28 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:48:28 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:48:28 gpg: keyring `/root/.gnupg/secring.gpg' created 11:48:28 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:48:28 gpg: CAST5 encrypted data 11:48:28 gpg: encrypted with 1 passphrase 11:48:28 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:48:29 + mkdir /home/jenkins 11:48:29 + mkdir /home/jenkins/sigul [Pipeline] sh 11:48:29 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 11:48:29 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:48:29 ---> sigul-install.sh 11:48:29 Sigul already installed; skipping installation. [Pipeline] sh 11:48:29 + git tag --list 11:48:29 v0.0.0 11:48:29 v0.0.1 11:48:29 v0.0.2 11:48:29 v0.0.3 11:48:29 v0.0.4 11:48:29 v0.0.5 11:48:29 v0.0.6 11:48:29 v0.0.7 11:48:29 v0.0.8 11:48:29 v2.0.0 11:48:29 v2.1.0 11:48:29 v2.2.0 11:48:29 v2.3.0 11:48:29 v3.0 11:48:29 v3.0.0 11:48:29 v3.1 11:48:29 v3.1.0 11:48:29 v4.0 11:48:29 v4.0.0 11:48:29 v4.0.1 11:48:29 v4.1.0-dev.1 11:48:29 v4.1.0-dev.2 [Pipeline] sh 11:48:30 + lftools sign git-tag v4.1.0-dev.2 11:48:30 Signing Git tag with Sigul... 11:48:30 Signing v4.1.0-dev.2 [Pipeline] echo 11:48:31 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:48:31 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:48:31 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:48:31 $ docker stop --time=1 c3cf5f5f00d87bff8edeb534df8c2e9d10c26d55e183536489b80ced1a59b99f 11:48:32 $ docker rm -f --volumes c3cf5f5f00d87bff8edeb534df8c2e9d10c26d55e183536489b80ced1a59b99f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 11:48:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:48:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:48:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:48:33 prd-ubuntu20.04-docker-8c-8g-104 does not seem to be running inside a container 11:48:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:48:33 $ docker top c9631a4c16cae27ab72d9d0774e6b13c1b922b0453a0cfb69093738b6705dd20 -eo pid,comm 11:48:34 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 11:48:34 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:48:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:48:34 [ssh-agent] Looking for ssh-agent implementation... 11:48:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:48:34 $ docker exec c9631a4c16cae27ab72d9d0774e6b13c1b922b0453a0cfb69093738b6705dd20 ssh-agent 11:48:34 SSH_AUTH_SOCK=/tmp/ssh-ZmiUqXpK8Ez2/agent.32 11:48:34 SSH_AGENT_PID=38 11:48:34 Running ssh-add (command line suppressed) 11:48:34 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_13024883363337433810.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_13024883363337433810.key) 11:48:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:48:34 + git semver bump pre 11:48:34 2025-04-18 11:48:34,887 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 11:48:34 2025-04-18 11:48:34,887 [bump_version] DEBUG bumping version:4.1.0-dev.2 on axis:pre with prefix:dev 11:48:34 2025-04-18 11:48:34,887 [bump_version] DEBUG bumped version:4.1.0-dev.3 11:48:34 2025-04-18 11:48:34,887 [write_version] DEBUG write version:4.1.0-dev.3 to path:/w/workspace/oundry_go-mod-configuration_main/.semver/main with force:True 11:48:34 2025-04-18 11:48:34,887 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 11:48:34 2025-04-18 11:48:34,887 [write_file] DEBUG write to file:/w/workspace/oundry_go-mod-configuration_main/.semver/main 11:48:34 2025-04-18 11:48:34,889 [execute] INFO git cat-file --batch-check 11:48:34 2025-04-18 11:48:34,889 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=) 11:48:34 2025-04-18 11:48:34,895 [execute] INFO git cat-file --batch 11:48:34 2025-04-18 11:48:34,895 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=) 11:48:34 2025-04-18 11:48:34,901 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 11:48:34 4.1.0-dev.3 [Pipeline] } 11:48:34 $ docker exec --env ******** --env ******** c9631a4c16cae27ab72d9d0774e6b13c1b922b0453a0cfb69093738b6705dd20 ssh-agent -k 11:48:35 unset SSH_AUTH_SOCK; 11:48:35 unset SSH_AGENT_PID; 11:48:35 echo Agent pid 38 killed; 11:48:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:48:35 + git semver [Pipeline] } 11:48:35 $ docker stop --time=1 c9631a4c16cae27ab72d9d0774e6b13c1b922b0453a0cfb69093738b6705dd20 11:48:36 $ docker rm -f --volumes c9631a4c16cae27ab72d9d0774e6b13c1b922b0453a0cfb69093738b6705dd20 [Pipeline] // withDockerContainer [Pipeline] sh 11:48:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:48:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:48:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:48:37 prd-ubuntu20.04-docker-8c-8g-104 does not seem to be running inside a container 11:48:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:48:38 $ docker top db36d77632a2adbbbb0fc70ad1c474b8e0704af683fc64412c304aa655786ed3 -eo pid,comm 11:48:38 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 11:48:38 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:48:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:48:38 [ssh-agent] Looking for ssh-agent implementation... 11:48:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:48:38 $ docker exec db36d77632a2adbbbb0fc70ad1c474b8e0704af683fc64412c304aa655786ed3 ssh-agent 11:48:38 SSH_AUTH_SOCK=/tmp/ssh-ssmC4fp44Wv2/agent.32 11:48:38 SSH_AGENT_PID=38 11:48:38 Running ssh-add (command line suppressed) 11:48:38 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_1636005257520720421.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_1636005257520720421.key) 11:48:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:48:38 + git semver push 11:48:39 2025-04-18 11:48:39,010 [run_push] DEBUG push 11:48:39 2025-04-18 11:48:39,011 [execute] INFO git cat-file --batch-check 11:48:39 2025-04-18 11:48:39,011 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=) 11:48:39 2025-04-18 11:48:39,015 [execute] INFO git rev-list bce11b529ed1ed92f6b28fdb91fd812ba4b8863b -- 11:48:39 2025-04-18 11:48:39,015 [execute] DEBUG Popen(['git', 'rev-list', 'bce11b529ed1ed92f6b28fdb91fd812ba4b8863b', '--'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=None) 11:48:39 2025-04-18 11:48:39,022 [execute] INFO git fetch -v origin 11:48:39 2025-04-18 11:48:39,022 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=True, shell=None, istream=None) 11:48:39 2025-04-18 11:48:39,461 [run_push] DEBUG no remote changes detected 11:48:39 2025-04-18 11:48:39,461 [execute] INFO git push origin semver 11:48:39 2025-04-18 11:48:39,461 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=None) 11:48:40 2025-04-18 11:48:40,099 [run_push] DEBUG push all version tags 11:48:40 2025-04-18 11:48:40,100 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 11:48:40 2025-04-18 11:48:40,101 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=None) 11:48:40 2025-04-18 11:48:40,740 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 11:48:40 4.1.0-dev.3 [Pipeline] } 11:48:40 $ docker exec --env ******** --env ******** db36d77632a2adbbbb0fc70ad1c474b8e0704af683fc64412c304aa655786ed3 ssh-agent -k 11:48:40 unset SSH_AUTH_SOCK; 11:48:40 unset SSH_AGENT_PID; 11:48:40 echo Agent pid 38 killed; 11:48:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:48:41 + git semver [Pipeline] } 11:48:41 $ docker stop --time=1 db36d77632a2adbbbb0fc70ad1c474b8e0704af683fc64412c304aa655786ed3 11:48:42 $ docker rm -f --volumes db36d77632a2adbbbb0fc70ad1c474b8e0704af683fc64412c304aa655786ed3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 11:48:43 + [ -d /w/workspace/oundry_go-mod-configuration_main/archives ] 11:48:43 + ls -al /w/workspace/oundry_go-mod-configuration_main/archives 11:48:43 total 16 11:48:43 drwxr-xr-x 3 root root 4096 Apr 18 11:47 . 11:48:43 drwxrwxr-x 9 jenkins jenkins 4096 Apr 18 11:48 .. 11:48:43 drwxr-xr-x 2 root root 4096 Apr 18 11:47 cost 11:48:43 -rw-r--r-- 1 root root 92 Apr 18 11:47 cost.csv 11:48:43 + sudo chown -R jenkins:jenkins /w/workspace/oundry_go-mod-configuration_main/archives 11:48:43 + ls -al /w/workspace/oundry_go-mod-configuration_main/archives 11:48:43 total 16 11:48:43 drwxr-xr-x 3 jenkins jenkins 4096 Apr 18 11:47 . 11:48:43 drwxrwxr-x 9 jenkins jenkins 4096 Apr 18 11:48 .. 11:48:43 drwxr-xr-x 2 jenkins jenkins 4096 Apr 18 11:47 cost 11:48:43 -rw-r--r-- 1 jenkins jenkins 92 Apr 18 11:47 cost.csv [Pipeline] libraryResource [Pipeline] sh 11:48:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:48:44 ---> package-listing.sh 11:48:44 ++ facter osfamily 11:48:44 ++ tr '[:upper:]' '[:lower:]' 11:48:44 + OS_FAMILY=debian 11:48:44 + workspace=/w/workspace/oundry_go-mod-configuration_main 11:48:44 + START_PACKAGES=/tmp/packages_start.txt 11:48:44 + END_PACKAGES=/tmp/packages_end.txt 11:48:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:48:44 + PACKAGES=/tmp/packages_start.txt 11:48:44 + '[' /w/workspace/oundry_go-mod-configuration_main ']' 11:48:44 + PACKAGES=/tmp/packages_end.txt 11:48:44 + case "${OS_FAMILY}" in 11:48:44 + dpkg -l 11:48:44 + grep '^ii' 11:48:44 + '[' -f /tmp/packages_start.txt ']' 11:48:44 + '[' -f /tmp/packages_end.txt ']' 11:48:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:48:44 + '[' /w/workspace/oundry_go-mod-configuration_main ']' 11:48:44 + mkdir -p /w/workspace/oundry_go-mod-configuration_main/archives/ 11:48:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_go-mod-configuration_main/archives/ [Pipeline] echo 11:48:44 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/oundry_go-mod-configuration_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:48:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:48:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:48:45 prd-ubuntu20.04-docker-8c-8g-104 does not seem to be running inside a container 11:48:45 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/oundry_go-mod-configuration_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:48:46 $ docker top a1d7f249f81027379737006562bf0e7fd2c062d417bd88f63f8624aa9bd0a31b -eo pid,comm [Pipeline] { [Pipeline] sh 11:48:46 + touch /tmp/pre-build-complete [Pipeline] sh 11:48:46 + mkdir -p /var/log/sysstat [Pipeline] sh 11:48:46 + ls /var/log/sa-host 11:48:46 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:48:47 provisioning config files... 11:48:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config10165715307716557514tmp [Pipeline] { [Pipeline] echo 11:48:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:48:47 ---> create-netrc.sh [Pipeline] } 11:48:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:48:47 ---> python-tools-install.sh [Pipeline] echo 11:48:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:48:48 ---> sudo-logs.sh 11:48:48 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:48:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:48:48 ---> job-cost.sh 11:48:48 lf-activate-venv: SKIPPING 11:48:48 DEBUG: total: 0.6600000262260437 11:48:48 INFO: Retrieving Stack Cost... 11:48:48 INFO: Retrieving Pricing Info for: v3-standard-8 11:48:49 INFO: Archiving Costs [Pipeline] echo 11:48:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:48:49 ---> logs-deploy.sh 11:48:49 lf-activate-venv: SKIPPING 11:48:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/main/98 11:48:49 INFO: archiving workspace using pattern(s): 11:48:50 Archives upload complete. 11:48:50 INFO: archiving logs to Nexus 11:48:51 ---> uname -a: 11:48:51 Linux prd-ubuntu20-04-docker-8c-8g-104 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 11:48:51 11:48:51 11:48:51 ---> lscpu: 11:48:51 Architecture: x86_64 11:48:51 CPU op-mode(s): 32-bit, 64-bit 11:48:51 Byte Order: Little Endian 11:48:51 Address sizes: 40 bits physical, 48 bits virtual 11:48:51 CPU(s): 8 11:48:51 On-line CPU(s) list: 0-7 11:48:51 Thread(s) per core: 1 11:48:51 Core(s) per socket: 1 11:48:51 Socket(s): 8 11:48:51 NUMA node(s): 1 11:48:51 Vendor ID: AuthenticAMD 11:48:51 CPU family: 23 11:48:51 Model: 49 11:48:51 Model name: AMD EPYC-Rome Processor 11:48:51 Stepping: 0 11:48:51 CPU MHz: 2799.998 11:48:51 BogoMIPS: 5599.99 11:48:51 Virtualization: AMD-V 11:48:51 Hypervisor vendor: KVM 11:48:51 Virtualization type: full 11:48:51 L1d cache: 256 KiB 11:48:51 L1i cache: 256 KiB 11:48:51 L2 cache: 4 MiB 11:48:51 L3 cache: 128 MiB 11:48:51 NUMA node0 CPU(s): 0-7 11:48:51 Vulnerability Itlb multihit: Not affected 11:48:51 Vulnerability L1tf: Not affected 11:48:51 Vulnerability Mds: Not affected 11:48:51 Vulnerability Meltdown: Not affected 11:48:51 Vulnerability Mmio stale data: Not affected 11:48:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:48:51 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 11:48:51 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 11:48:51 Vulnerability Srbds: Not affected 11:48:51 Vulnerability Tsx async abort: Not affected 11:48:51 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 11:48:51 11:48:51 11:48:51 ---> nproc: 11:48:51 8 11:48:51 11:48:51 11:48:51 ---> df -h: 11:48:51 Filesystem Size Used Avail Use% Mounted on 11:48:51 overlay 155G 12G 144G 8% / 11:48:51 tmpfs 64M 0 64M 0% /dev 11:48:51 tmpfs 16G 0 16G 0% /sys/fs/cgroup 11:48:51 shm 64M 0 64M 0% /dev/shm 11:48:51 /dev/vda1 155G 12G 144G 8% /facter-os 11:48:51 11:48:51 11:48:51 ---> sar -b -r -n DEV: 11:48:51 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-104) 04/18/25 _x86_64_ (8 CPU) 11:48:51 11:48:51 09:41:21 LINUX RESTART (8 CPU) 11:48:51 11:48:51 09:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:48:51 09:43:01 6.21 0.00 6.21 0.00 0.00 392.95 0.00 11:48:51 09:44:01 1.07 0.00 1.07 0.00 0.00 13.73 0.00 11:48:51 09:45:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 11:48:51 09:46:01 1.12 0.00 1.12 0.00 0.00 14.40 0.00 11:48:51 09:47:01 37.61 5.92 31.69 0.00 2629.03 5921.28 0.00 11:48:51 09:48:01 6.27 0.02 6.25 0.00 0.13 113.05 0.00 11:48:51 09:49:02 2.70 1.72 0.98 0.00 46.79 11.46 0.00 11:48:51 09:50:01 4.13 2.19 1.95 0.00 42.16 34.57 0.00 11:48:51 09:51:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 11:48:51 09:52:01 1.65 0.00 1.65 0.00 0.00 19.73 0.00 11:48:51 09:53:01 1.02 0.00 1.02 0.00 0.00 16.00 0.00 11:48:51 09:54:01 1.40 0.00 1.40 0.00 0.00 17.33 0.00 11:48:51 09:55:01 0.88 0.00 0.88 0.00 0.00 9.86 0.00 11:48:51 09:56:01 0.95 0.00 0.95 0.00 0.00 12.13 0.00 11:48:51 09:57:01 1.62 0.02 1.60 0.00 0.13 23.20 0.00 11:48:51 09:58:01 1.05 0.00 1.05 0.00 0.00 12.80 0.00 11:48:51 09:59:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 11:48:51 10:00:01 1.27 0.00 1.27 0.00 0.00 16.26 0.00 11:48:51 10:01:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 11:48:51 10:02:01 1.15 0.00 1.15 0.00 0.00 15.20 0.00 11:48:51 10:03:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 11:48:51 10:04:01 1.00 0.00 1.00 0.00 0.00 13.73 0.00 11:48:51 10:05:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 11:48:51 10:06:01 1.45 0.00 1.45 0.00 0.00 17.60 0.00 11:48:51 10:07:01 1.02 0.00 1.02 0.00 0.00 12.53 0.00 11:48:51 10:08:01 1.35 0.00 1.35 0.00 0.00 16.00 0.00 11:48:51 10:09:01 0.85 0.00 0.85 0.00 0.00 10.53 0.00 11:48:51 10:10:01 1.37 0.00 1.37 0.00 0.00 15.86 0.00 11:48:51 10:11:01 0.87 0.00 0.87 0.00 0.00 10.40 0.00 11:48:51 10:12:01 1.65 0.00 1.65 0.00 0.00 19.73 0.00 11:48:51 10:13:01 0.95 0.00 0.95 0.00 0.00 10.13 0.00 11:48:51 10:14:01 1.60 0.00 1.60 0.00 0.00 19.87 0.00 11:48:51 10:15:01 0.93 0.00 0.93 0.00 0.00 10.00 0.00 11:48:51 10:16:01 1.05 0.00 1.05 0.00 0.00 13.86 0.00 11:48:51 10:17:01 1.00 0.02 0.98 0.00 0.13 11.60 0.00 11:48:51 10:18:01 1.35 0.00 1.35 0.00 0.00 16.13 0.00 11:48:51 10:19:01 0.90 0.00 0.90 0.00 0.00 10.53 0.00 11:48:51 10:20:01 1.38 0.00 1.38 0.00 0.00 16.26 0.00 11:48:51 10:21:01 0.83 0.00 0.83 0.00 0.00 10.53 0.00 11:48:51 10:22:01 1.23 0.00 1.23 0.00 0.00 16.13 0.00 11:48:51 10:23:01 1.08 0.00 1.08 0.00 0.00 12.80 0.00 11:48:51 10:24:01 1.35 0.00 1.35 0.00 0.00 16.66 0.00 11:48:51 10:25:01 0.95 0.00 0.95 0.00 0.00 10.66 0.00 11:48:51 10:26:01 1.40 0.00 1.40 0.00 0.00 16.66 0.00 11:48:51 10:27:01 1.03 0.00 1.03 0.00 0.00 12.93 0.00 11:48:51 10:28:01 1.13 0.00 1.13 0.00 0.00 14.40 0.00 11:48:51 10:29:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 11:48:51 10:30:01 1.42 0.00 1.42 0.00 0.00 16.40 0.00 11:48:51 10:31:01 1.07 0.00 1.07 0.00 0.00 12.66 0.00 11:48:51 10:32:01 1.52 0.00 1.52 0.00 0.00 18.40 0.00 11:48:51 10:33:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 11:48:51 10:34:01 1.90 0.00 1.90 0.00 0.00 21.73 0.00 11:48:51 10:35:01 1.40 0.00 1.40 0.00 0.00 15.86 0.00 11:48:51 10:36:01 1.90 0.00 1.90 0.00 0.00 22.66 0.00 11:48:51 10:37:01 1.20 0.00 1.20 0.00 0.00 14.13 0.00 11:48:51 10:38:01 1.38 0.00 1.38 0.00 0.00 16.93 0.00 11:48:51 10:39:01 1.05 0.00 1.05 0.00 0.00 13.06 0.00 11:48:51 10:40:01 1.22 0.00 1.22 0.00 0.00 15.46 0.00 11:48:51 10:41:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 11:48:51 10:42:01 1.42 0.00 1.42 0.00 0.00 17.33 0.00 11:48:51 10:43:01 0.97 0.00 0.97 0.00 0.00 11.86 0.00 11:48:51 10:44:01 1.17 0.00 1.17 0.00 0.00 15.06 0.00 11:48:51 10:45:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 11:48:51 10:46:01 1.43 0.00 1.43 0.00 0.00 17.60 0.00 11:48:51 10:47:01 1.12 0.00 1.12 0.00 0.00 13.33 0.00 11:48:51 10:48:01 1.50 0.00 1.50 0.00 0.00 18.00 0.00 11:48:51 10:49:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 11:48:51 10:50:01 1.50 0.00 1.50 0.00 0.00 17.86 0.00 11:48:51 10:51:01 1.03 0.00 1.03 0.00 0.00 12.67 0.00 11:48:51 10:52:01 1.85 0.00 1.85 0.00 0.00 21.99 0.00 11:48:51 10:53:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 11:48:51 10:54:01 1.47 0.00 1.47 0.00 0.00 17.06 0.00 11:48:51 10:55:01 0.93 0.00 0.93 0.00 0.00 10.13 0.00 11:48:51 10:56:01 1.40 0.00 1.40 0.00 0.00 16.53 0.00 11:48:51 10:57:01 1.15 0.00 1.15 0.00 0.00 13.06 0.00 11:48:51 10:58:01 1.58 0.00 1.58 0.00 0.00 19.06 0.00 11:48:51 10:59:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 11:48:51 11:00:01 1.75 0.00 1.75 0.00 0.00 20.00 0.00 11:48:51 11:01:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 11:48:51 11:02:01 1.60 0.00 1.60 0.00 0.00 19.46 0.00 11:48:51 11:03:01 1.13 0.00 1.13 0.00 0.00 12.80 0.00 11:48:51 11:04:01 1.47 0.00 1.47 0.00 0.00 17.73 0.00 11:48:51 11:05:01 1.43 0.00 1.43 0.00 0.00 16.26 0.00 11:48:51 11:06:01 1.98 0.00 1.98 0.00 0.00 23.20 0.00 11:48:51 11:07:01 1.43 0.00 1.43 0.00 0.00 16.80 0.00 11:48:51 11:08:01 1.70 0.00 1.70 0.00 0.00 20.13 0.00 11:48:51 11:09:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 11:48:51 11:10:01 1.95 0.00 1.95 0.00 0.00 22.00 0.00 11:48:51 11:11:01 1.45 0.00 1.45 0.00 0.00 16.13 0.00 11:48:51 11:12:01 2.00 0.00 2.00 0.00 0.00 23.86 0.00 11:48:51 11:13:01 1.17 0.00 1.17 0.00 0.00 13.46 0.00 11:48:51 11:14:01 1.40 0.00 1.40 0.00 0.00 16.53 0.00 11:48:51 11:15:01 1.00 0.00 1.00 0.00 0.00 11.33 0.00 11:48:51 11:16:01 1.47 0.00 1.47 0.00 0.00 17.33 0.00 11:48:51 11:17:01 1.05 0.00 1.05 0.00 0.00 12.26 0.00 11:48:51 11:18:01 1.60 0.00 1.60 0.00 0.00 18.93 0.00 11:48:51 11:19:01 1.08 0.00 1.08 0.00 0.00 12.26 0.00 11:48:51 11:20:01 1.38 0.00 1.38 0.00 0.00 16.53 0.00 11:48:51 11:21:01 1.08 0.00 1.08 0.00 0.00 12.53 0.00 11:48:51 11:22:01 1.58 0.00 1.58 0.00 0.00 18.80 0.00 11:48:51 11:23:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 11:48:51 11:24:01 1.50 0.00 1.50 0.00 0.00 17.86 0.00 11:48:51 11:25:01 0.95 0.00 0.95 0.00 0.00 10.13 0.00 11:48:51 11:26:02 1.37 0.00 1.37 0.00 0.00 16.13 0.00 11:48:51 11:27:01 1.08 0.00 1.08 0.00 0.00 11.39 0.00 11:48:51 11:28:01 1.92 0.00 1.92 0.00 0.00 22.00 0.00 11:48:51 11:29:01 1.38 0.00 1.38 0.00 0.00 15.46 0.00 11:48:51 11:30:01 1.63 0.00 1.63 0.00 0.00 19.06 0.00 11:48:51 11:31:01 1.15 0.00 1.15 0.00 0.00 12.93 0.00 11:48:51 11:32:01 1.93 0.00 1.93 0.00 0.00 22.93 0.00 11:48:51 11:33:01 1.47 0.00 1.47 0.00 0.00 16.93 0.00 11:48:51 11:34:01 1.00 0.00 1.00 0.00 0.00 11.87 0.00 11:48:51 11:35:01 1.68 0.00 1.68 0.00 0.00 18.80 0.00 11:48:51 11:36:01 1.88 0.00 1.88 0.00 0.00 22.53 0.00 11:48:51 11:37:01 1.40 0.00 1.40 0.00 0.00 15.20 0.00 11:48:51 11:38:01 1.98 0.00 1.98 0.00 0.00 24.00 0.00 11:48:51 11:39:01 1.45 0.00 1.45 0.00 0.00 16.40 0.00 11:48:51 11:40:01 1.95 0.00 1.95 0.00 0.00 23.20 0.00 11:48:51 11:41:01 1.48 0.00 1.48 0.00 0.00 16.80 0.00 11:48:51 11:42:01 2.00 0.00 2.00 0.00 0.00 22.93 0.00 11:48:51 11:43:01 1.53 0.00 1.53 0.00 0.00 17.73 0.00 11:48:51 11:44:01 2.02 0.00 2.02 0.00 0.00 22.79 0.00 11:48:51 11:45:01 1.47 0.00 1.47 0.00 0.00 16.40 0.00 11:48:51 11:46:01 2.10 0.00 2.10 0.00 0.00 24.27 0.00 11:48:51 11:47:01 344.44 12.43 332.01 0.00 1803.17 13447.89 0.00 11:48:51 11:48:01 151.33 0.68 150.65 0.00 68.11 60552.62 0.00 11:48:51 Average: 5.63 0.18 5.45 0.00 36.43 653.66 0.00 11:48:51 11:48:51 09:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:48:51 09:43:01 30555812 31829876 545980 1.66 47300 1541472 1647704 4.86 625776 1414664 12 11:48:51 09:44:01 30553448 31827600 547588 1.67 47340 1541476 1647704 4.86 629644 1414648 68 11:48:51 09:45:01 30553544 31827696 547388 1.66 47372 1541476 1647704 4.86 629164 1414648 12 11:48:51 09:46:01 30553268 31828328 547544 1.67 47404 1541472 1647704 4.86 629104 1415500 60 11:48:51 09:47:01 30225400 31792344 545872 1.66 70948 1815720 1619716 4.77 837724 1501144 1016 11:48:51 09:48:01 30234620 31796820 542204 1.65 69544 1812468 1614888 4.76 829584 1497912 8 11:48:51 09:49:02 30224228 31787884 551100 1.68 69588 1813868 1614888 4.76 841892 1498904 36 11:48:51 09:50:01 30184688 31750388 587784 1.79 69652 1815396 1614888 4.76 880920 1499488 172 11:48:51 09:51:01 30182508 31748252 589920 1.79 69692 1815400 1614888 4.76 882812 1499492 16 11:48:51 09:52:01 30185800 31751620 586472 1.78 69756 1815396 1614888 4.76 879404 1499476 20 11:48:51 09:53:01 30185084 31750944 587076 1.79 69788 1815404 1614888 4.76 880820 1499480 4 11:48:51 09:54:01 30184956 31750824 587000 1.79 69820 1815408 1614888 4.76 880692 1499484 8 11:48:51 09:55:01 30184636 31750556 587464 1.79 69844 1815408 1614888 4.76 880756 1499488 4 11:48:51 09:56:01 30184468 31750396 587528 1.79 69868 1815412 1614888 4.76 880832 1499492 56 11:48:51 09:57:01 30179944 31745988 591996 1.80 69936 1815392 1626292 4.79 881632 1499464 16 11:48:51 09:58:01 30180136 31746228 591904 1.80 69976 1815400 1626292 4.79 881528 1499464 48 11:48:51 09:59:01 30180120 31746216 591844 1.80 70016 1815404 1626292 4.79 881632 1499468 28 11:48:51 10:00:01 30179408 31745568 592432 1.80 70072 1815404 1626292 4.79 881772 1499472 8 11:48:51 10:01:01 30180236 31746460 591492 1.80 70104 1815408 1626292 4.79 881080 1499480 8 11:48:51 10:02:01 30180416 31746692 591224 1.80 70136 1815412 1626292 4.79 881264 1499488 56 11:48:51 10:03:01 30180620 31746896 590932 1.80 70172 1815404 1626292 4.79 881328 1499488 8 11:48:51 10:04:01 30180660 31747024 590700 1.80 70204 1815416 1626292 4.79 881796 1499480 56 11:48:51 10:05:01 30180828 31747228 590652 1.80 70236 1815416 1626292 4.79 881932 1499480 16 11:48:51 10:06:01 30180536 31746944 590820 1.80 70260 1815424 1626292 4.79 881632 1499484 20 11:48:51 10:07:01 30180520 31746984 590740 1.80 70300 1815420 1626292 4.79 882260 1499492 40 11:48:51 10:08:01 30180664 31747164 590696 1.80 70324 1815420 1626292 4.79 882376 1499496 44 11:48:51 10:09:01 30180632 31747136 590660 1.80 70340 1815432 1609752 4.74 882444 1499500 28 11:48:51 10:10:01 30180512 31747212 590480 1.80 70364 1815560 1609752 4.74 882504 1499624 36 11:48:51 10:11:01 30180968 31747676 590048 1.79 70380 1815564 1609752 4.74 882548 1499628 28 11:48:51 10:12:01 30181136 31747880 590000 1.79 70428 1815560 1609752 4.74 882544 1499632 16 11:48:51 10:13:01 30180324 31747112 590756 1.80 70456 1815568 1609752 4.74 882368 1499636 12 11:48:51 10:14:01 30180284 31747140 590688 1.80 70504 1815568 1609752 4.74 882916 1499648 12 11:48:51 10:15:01 30180456 31747360 590392 1.80 70532 1815576 1592972 4.69 882960 1499648 8 11:48:51 10:16:01 30180180 31747088 590592 1.80 70556 1815584 1592972 4.69 883044 1499652 60 11:48:51 10:17:01 30179752 31746716 590920 1.80 70592 1815584 1592972 4.69 882688 1499656 24 11:48:51 10:18:01 30179368 31746436 590644 1.80 70632 1815588 1592972 4.69 882740 1499664 16 11:48:51 10:19:01 30179368 31746472 590584 1.80 70648 1815592 1592972 4.69 882776 1499672 28 11:48:51 10:20:01 30179100 31746236 590764 1.80 70672 1815592 1592972 4.69 882828 1499676 8 11:48:51 10:21:01 30178924 31746084 590844 1.80 70696 1815596 1592972 4.69 882948 1499680 28 11:48:51 10:22:01 30179064 31746260 590596 1.80 70744 1815592 1592972 4.69 883140 1499684 68 11:48:51 10:23:01 30179040 31746296 590496 1.80 70792 1815600 1609104 4.74 883276 1499668 16 11:48:51 10:24:01 30178852 31746156 590720 1.80 70832 1815608 1609104 4.74 883616 1499680 160 11:48:51 10:25:01 30179072 31746408 590472 1.80 70864 1815608 1609104 4.74 883468 1499680 8 11:48:51 10:26:01 30178964 31746336 590724 1.80 70888 1815612 1609104 4.74 883520 1499688 8 11:48:51 10:27:01 30178980 31746380 590644 1.80 70928 1815608 1609104 4.74 883716 1499692 40 11:48:51 10:28:01 30178744 31746200 590780 1.80 70960 1815616 1609104 4.74 883892 1499680 44 11:48:51 10:29:01 30178444 31745904 591100 1.80 70984 1815620 1609104 4.74 883884 1499684 4 11:48:51 10:30:01 30178332 31745848 591072 1.80 71008 1815624 1609104 4.74 884320 1499688 228 11:48:51 10:31:01 30178276 31745820 591032 1.80 71040 1815628 1609104 4.74 884396 1499692 188 11:48:51 10:32:01 30177756 31745348 591436 1.80 71096 1815604 1609104 4.74 884232 1499696 148 11:48:51 10:33:01 30177924 31745588 591352 1.80 71136 1815632 1609104 4.74 884328 1499700 12 11:48:51 10:34:01 30177764 31745488 591232 1.80 71200 1815640 1609104 4.74 884428 1499712 8 11:48:51 10:35:01 30177464 31745280 591376 1.80 71296 1815640 1609104 4.74 884536 1499720 16 11:48:51 10:36:01 30176832 31744872 591688 1.80 71360 1815772 1609104 4.74 885576 1499856 8 11:48:51 10:37:01 30176816 31744932 591588 1.80 71424 1815756 1609104 4.74 885500 1499860 20 11:48:51 10:38:01 30176516 31744672 591768 1.80 71448 1815776 1609104 4.74 885604 1499840 40 11:48:51 10:39:01 30176628 31744828 591572 1.80 71480 1815780 1609104 4.74 886296 1499848 4 11:48:51 10:40:01 30176252 31744508 591964 1.80 71528 1815780 1609104 4.74 886236 1499852 12 11:48:51 10:41:01 30176228 31744524 591912 1.80 71560 1815784 1609104 4.74 886344 1499856 24 11:48:51 10:42:01 30175840 31744204 592008 1.80 71608 1815776 1608908 4.74 886352 1499860 16 11:48:51 10:43:01 30175532 31743916 592200 1.80 71640 1815788 1608908 4.74 886376 1499852 32 11:48:51 10:44:01 30175376 31743828 592404 1.80 71664 1815796 1608908 4.74 886488 1499864 60 11:48:51 10:45:01 30175532 31743984 592116 1.80 71688 1815796 1608908 4.74 886912 1499864 204 11:48:51 10:46:01 30175524 31744036 592088 1.80 71720 1815800 1592656 4.69 886560 1499864 44 11:48:51 10:47:01 30175540 31744104 591964 1.80 71764 1815796 1592656 4.69 886808 1499868 20 11:48:51 10:48:01 30175400 31743988 592136 1.80 71796 1815808 1592656 4.69 887176 1499872 216 11:48:51 10:49:01 30175084 31743736 592396 1.80 71820 1815812 1592656 4.69 887336 1499880 188 11:48:51 10:50:01 30170152 31738856 597144 1.82 71852 1815812 1592656 4.69 893844 1499000 4 11:48:51 10:51:01 30168876 31737632 598512 1.82 71900 1815816 1592656 4.69 895120 1498996 16 11:48:51 10:52:01 30169204 31738028 598472 1.82 71964 1815812 1592656 4.69 895632 1499000 12 11:48:51 10:53:01 30168944 31737776 598772 1.82 72004 1815824 1592656 4.69 895800 1499000 192 11:48:51 10:54:01 30168676 31737568 599076 1.82 72028 1815828 1592656 4.69 895688 1499008 216 11:48:51 10:55:01 30168872 31737876 598676 1.82 72044 1815956 1608912 4.74 895940 1499088 204 11:48:51 10:56:01 30168928 31738000 598596 1.82 72060 1815960 1608912 4.74 895464 1499144 40 11:48:51 10:57:01 30168408 31737508 599028 1.82 72108 1815944 1608912 4.74 895596 1499144 20 11:48:51 10:58:01 30168296 31737444 599016 1.82 72148 1815964 1608912 4.74 895724 1499140 12 11:48:51 10:59:01 30167996 31737152 599228 1.82 72172 1815968 1608912 4.74 895728 1499144 8 11:48:51 11:00:01 30167980 31737188 599124 1.82 72228 1815968 1608912 4.74 895800 1499148 8 11:48:51 11:01:01 30168184 31737456 598820 1.82 72252 1815972 1608912 4.74 895936 1499156 8 11:48:51 11:02:01 30168020 31737356 599020 1.82 72292 1815968 1608912 4.74 896220 1499160 16 11:48:51 11:03:01 30167500 31736856 599452 1.82 72340 1815980 1608912 4.74 896272 1499156 12 11:48:51 11:04:01 30167440 31736868 599536 1.82 72364 1815988 1608912 4.74 897392 1499160 212 11:48:51 11:05:01 30167464 31736964 599416 1.82 72452 1815988 1608912 4.74 896964 1499164 8 11:48:51 11:06:01 30166312 31735940 600336 1.83 72532 1815992 1608912 4.74 897436 1499172 188 11:48:51 11:07:01 30166272 31735956 600280 1.83 72636 1815976 1608912 4.74 897408 1499176 8 11:48:51 11:08:01 30166248 31736040 600160 1.83 72692 1815996 1608912 4.74 897476 1499176 44 11:48:51 11:09:01 30165696 31735492 600628 1.83 72708 1816000 1608912 4.74 897460 1499180 8 11:48:51 11:10:01 30165648 31735500 600520 1.83 72796 1816000 1608912 4.74 897576 1499184 8 11:48:51 11:11:01 30165412 31735388 600596 1.83 72892 1815996 1608912 4.74 897748 1499192 8 11:48:51 11:12:01 30164992 31735088 600744 1.83 72980 1816000 1624992 4.79 898032 1499200 8 11:48:51 11:13:01 30165160 31735404 600544 1.83 73028 1816140 1624992 4.79 898124 1499300 8 11:48:51 11:14:01 30165144 31735460 600468 1.83 73044 1816144 1624992 4.79 898160 1499320 40 11:48:51 11:15:01 30164340 31734656 601184 1.83 73068 1816144 1624992 4.79 898220 1499320 8 11:48:51 11:16:01 30164504 31734884 600852 1.83 73084 1816148 1624992 4.79 898268 1499324 8 11:48:51 11:17:01 30163508 31733892 601760 1.83 73124 1816132 1624992 4.79 898692 1499324 20 11:48:51 11:18:01 30163152 31733640 601768 1.83 73148 1816152 1624992 4.79 898508 1499328 44 11:48:51 11:19:01 30163364 31733856 601476 1.83 73180 1816156 1624992 4.79 898508 1499332 8 11:48:51 11:20:01 30163600 31734156 601256 1.83 73204 1816160 1624992 4.79 898644 1499336 52 11:48:51 11:21:01 30163300 31733860 601480 1.83 73220 1816168 1624992 4.79 898644 1499340 8 11:48:51 11:22:01 30163532 31734136 601376 1.83 73260 1816160 1624992 4.79 898816 1499344 168 11:48:51 11:23:01 30163516 31734156 601320 1.83 73292 1816172 1624992 4.79 898912 1499348 16 11:48:51 11:24:01 30163208 31733892 601480 1.83 73316 1816176 1624992 4.79 899300 1499352 192 11:48:51 11:25:01 30163408 31734096 601436 1.83 73340 1816176 1608740 4.74 899300 1499352 192 11:48:51 11:26:02 30163464 31734208 601352 1.83 73356 1816180 1608740 4.74 899096 1499356 40 11:48:51 11:27:01 30163448 31734232 601272 1.83 73388 1816180 1624996 4.79 899448 1499360 20 11:48:51 11:28:01 30163424 31734248 601152 1.83 73468 1816176 1608552 4.74 899568 1499360 8 11:48:51 11:29:01 30162856 31733808 601548 1.83 73548 1816188 1608552 4.74 899664 1499372 8 11:48:51 11:30:01 30162804 31733816 601692 1.83 73604 1816192 1608552 4.74 899788 1499368 48 11:48:51 11:31:01 30162488 31733504 601940 1.83 73636 1816188 1608552 4.74 899788 1499372 8 11:48:51 11:32:01 30161944 31733060 602320 1.83 73732 1816188 1608552 4.74 900052 1499372 8 11:48:51 11:33:01 30161644 31732864 602468 1.83 73820 1816192 1608552 4.74 900396 1499384 8 11:48:51 11:34:01 30161596 31732864 602424 1.83 73836 1816200 1608552 4.74 900224 1499376 148 11:48:51 11:35:01 30161792 31733120 602076 1.83 73924 1816196 1608552 4.74 900340 1499384 12 11:48:51 11:36:01 30161084 31732536 602616 1.83 74012 1816208 1608552 4.74 901048 1499388 8 11:48:51 11:37:01 30160928 31732456 602840 1.83 74100 1816208 1608552 4.74 901568 1499384 8 11:48:51 11:38:01 30160660 31732248 603000 1.83 74172 1816208 1608552 4.74 901552 1499392 8 11:48:51 11:39:01 30160620 31732320 602876 1.83 74268 1816212 1608552 4.74 901592 1499400 8 11:48:51 11:40:01 30160520 31732304 603104 1.83 74348 1816224 1608552 4.74 902044 1499400 204 11:48:51 11:41:01 30160480 31732388 603092 1.83 74444 1816228 1608552 4.74 902124 1499412 208 11:48:51 11:42:01 30160236 31732248 603196 1.83 74532 1816228 1608552 4.74 902436 1499420 200 11:48:51 11:43:01 30160228 31732300 603084 1.83 74636 1816224 1624604 4.79 902240 1499428 12 11:48:51 11:44:01 30159456 31731636 603736 1.84 74724 1816232 1624604 4.79 902716 1499408 204 11:48:51 11:45:01 30159480 31731780 603608 1.84 74820 1816236 1624604 4.79 902440 1499420 8 11:48:51 11:46:01 30159828 31732204 603284 1.83 74916 1816240 1624604 4.79 902912 1499416 208 11:48:51 11:47:01 29579548 31530376 780240 2.37 87336 2165764 1694396 4.99 1211076 1725916 276 11:48:51 11:48:01 27605264 31482132 790628 2.40 139524 3908288 1808048 5.33 1391476 3348472 430312 11:48:51 Average: 30160463 31741076 596029 1.81 71743 1826459 1614705 4.76 887706 1513249 3476 11:48:51 11:48:51 09:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:48:51 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 09:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 09:43:01 ens3 1.78 0.05 0.13 0.00 0.00 0.00 0.00 0.00 11:48:51 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 09:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 09:44:01 ens3 3.13 1.07 2.12 0.51 0.00 0.00 0.00 0.00 11:48:51 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 09:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 09:45:01 ens3 0.35 0.00 0.02 0.00 0.00 0.00 0.00 0.00 11:48:51 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 09:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 09:46:01 ens3 1.05 0.47 0.40 0.28 0.00 0.00 0.00 0.00 11:48:51 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 09:47:01 lo 0.40 0.40 0.05 0.05 0.00 0.00 0.00 0.00 11:48:51 09:47:01 ens3 176.12 115.20 2173.22 7.90 0.00 0.00 0.00 0.00 11:48:51 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 09:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 09:48:01 ens3 0.23 0.17 0.02 0.01 0.00 0.00 0.00 0.00 11:48:51 09:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 09:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 09:49:02 ens3 1.03 0.63 0.92 0.38 0.00 0.00 0.00 0.00 11:48:51 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 09:50:01 lo 0.34 0.34 0.03 0.03 0.00 0.00 0.00 0.00 11:48:51 09:50:01 ens3 12.22 7.25 11.08 5.03 0.00 0.00 0.00 0.00 11:48:51 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 09:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 09:51:01 ens3 1.72 1.37 0.97 1.20 0.00 0.00 0.00 0.00 11:48:51 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 09:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 09:52:01 ens3 0.70 0.20 0.13 0.07 0.00 0.00 0.00 0.00 11:48:51 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 09:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 09:53:01 ens3 0.58 0.30 0.32 0.21 0.00 0.00 0.00 0.00 11:48:51 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 09:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 09:54:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 09:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 09:55:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 09:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 09:56:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 09:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 09:57:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 11:48:51 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 09:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 09:58:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 09:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 09:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 09:59:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:00:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:01:01 ens3 0.20 0.12 0.06 0.01 0.00 0.00 0.00 0.00 11:48:51 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:02:01 ens3 0.27 0.20 0.09 0.07 0.00 0.00 0.00 0.00 11:48:51 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:03:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:04:01 ens3 0.87 0.53 0.31 0.23 0.00 0.00 0.00 0.00 11:48:51 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:05:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:06:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:07:01 ens3 0.35 0.30 0.19 0.08 0.00 0.00 0.00 0.00 11:48:51 10:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:08:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:09:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:10:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:11:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:12:01 ens3 0.25 0.25 0.08 0.08 0.00 0.00 0.00 0.00 11:48:51 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:13:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:14:01 ens3 0.25 0.18 0.07 0.01 0.00 0.00 0.00 0.00 11:48:51 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:15:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:16:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:17:01 ens3 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 11:48:51 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:18:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:19:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:20:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:21:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:22:01 ens3 0.33 0.23 0.14 0.08 0.00 0.00 0.00 0.00 11:48:51 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:23:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:24:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:25:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 11:48:51 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:26:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:27:01 ens3 0.20 0.10 0.08 0.07 0.00 0.00 0.00 0.00 11:48:51 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:28:01 ens3 0.23 0.12 0.07 0.01 0.00 0.00 0.00 0.00 11:48:51 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:29:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 11:48:51 10:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:30:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:31:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:32:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 11:48:51 10:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:33:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:34:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:35:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:36:01 ens3 0.65 0.43 0.33 0.22 0.00 0.00 0.00 0.00 11:48:51 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:37:01 ens3 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 11:48:51 10:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:38:01 ens3 0.43 0.10 0.05 0.01 0.00 0.00 0.00 0.00 11:48:51 10:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:39:01 ens3 0.43 0.37 0.26 0.21 0.00 0.00 0.00 0.00 11:48:51 10:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:40:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:41:01 ens3 0.13 0.08 0.06 0.00 0.00 0.00 0.00 0.00 11:48:51 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:42:01 ens3 0.25 0.23 0.08 0.08 0.00 0.00 0.00 0.00 11:48:51 10:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:43:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:44:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:45:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:46:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:47:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 11:48:51 10:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:48:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:49:01 ens3 0.20 0.07 0.12 0.00 0.00 0.00 0.00 0.00 11:48:51 10:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:50:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 11:48:51 10:50:01 ens3 2.78 1.93 1.59 3.36 0.00 0.00 0.00 0.00 11:48:51 10:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:51:01 ens3 1.33 0.93 0.78 1.10 0.00 0.00 0.00 0.00 11:48:51 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:52:01 ens3 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 11:48:51 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:53:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:54:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:55:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:56:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:57:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 11:48:51 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:58:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 10:59:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:00:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:01:01 ens3 0.22 0.08 0.12 0.00 0.00 0.00 0.00 0.00 11:48:51 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:02:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 11:48:51 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:03:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:04:01 ens3 0.78 0.42 0.30 0.22 0.00 0.00 0.00 0.00 11:48:51 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:05:01 ens3 0.15 0.03 0.06 0.00 0.00 0.00 0.00 0.00 11:48:51 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:06:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:07:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 11:48:51 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:08:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:09:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:10:01 ens3 0.23 0.12 0.07 0.01 0.00 0.00 0.00 0.00 11:48:51 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:11:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:12:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 11:48:51 11:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:13:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:14:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:15:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:16:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:17:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 11:48:51 11:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:18:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:19:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:20:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:21:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:22:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 11:48:51 11:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:23:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:24:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:25:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:26:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:26:02 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:27:01 ens3 0.32 0.17 0.25 0.07 0.00 0.00 0.00 0.00 11:48:51 11:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:28:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:29:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:30:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:31:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:32:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 11:48:51 11:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:33:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:34:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:35:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:36:01 ens3 0.55 0.42 0.27 0.22 0.00 0.00 0.00 0.00 11:48:51 11:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:37:01 ens3 0.32 0.15 0.19 0.07 0.00 0.00 0.00 0.00 11:48:51 11:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:38:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 11:48:51 11:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:39:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:40:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:41:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:42:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 11:48:51 11:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:43:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:44:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:45:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:51 11:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:46:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 11:47:01 docker0 6.25 5.30 0.56 58.47 0.00 0.00 0.00 0.00 11:48:51 11:47:01 lo 2.13 2.13 0.20 0.20 0.00 0.00 0.00 0.00 11:48:51 11:47:01 ens3 246.44 170.90 2049.25 71.91 0.00 0.00 0.00 0.00 11:48:51 11:48:01 docker0 25.21 39.60 2.11 412.29 0.00 0.00 0.00 0.00 11:48:51 11:48:01 lo 3.53 3.53 0.34 0.34 0.00 0.00 0.00 0.00 11:48:51 11:48:01 ens3 413.28 255.85 10073.57 77.82 0.00 0.00 0.00 0.00 11:48:51 Average: docker0 0.25 0.36 0.02 3.74 0.00 0.00 0.00 0.00 11:48:51 Average: lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 0.00 11:48:51 Average: ens3 6.97 4.50 113.69 1.37 0.00 0.00 0.00 0.00 11:48:51 11:48:51 11:48:51 ---> sar -P ALL: 11:48:51 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-104) 04/18/25 _x86_64_ (8 CPU) 11:48:51 11:48:51 09:41:21 LINUX RESTART (8 CPU) 11:48:51 11:48:51 09:42:01 CPU %user %nice %system %iowait %steal %idle 11:48:51 09:43:01 all 0.01 0.00 0.01 0.01 0.01 99.95 11:48:51 09:43:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 09:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 09:43:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 09:43:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 09:43:01 4 0.00 0.00 0.03 0.07 0.02 99.88 11:48:51 09:43:01 5 0.00 0.00 0.02 0.05 0.00 99.93 11:48:51 09:43:01 6 0.05 0.00 0.02 0.00 0.00 99.93 11:48:51 09:43:01 7 0.03 0.00 0.02 0.00 0.02 99.93 11:48:51 09:44:01 all 0.04 0.00 0.01 0.00 0.01 99.94 11:48:51 09:44:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:48:51 09:44:01 1 0.08 0.00 0.02 0.00 0.00 99.90 11:48:51 09:44:01 2 0.02 0.00 0.02 0.00 0.03 99.93 11:48:51 09:44:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:48:51 09:44:01 4 0.05 0.00 0.02 0.00 0.00 99.93 11:48:51 09:44:01 5 0.03 0.00 0.02 0.02 0.02 99.92 11:48:51 09:44:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 09:44:01 7 0.05 0.00 0.02 0.00 0.02 99.92 11:48:51 09:45:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:48:51 09:45:01 0 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 09:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 09:45:01 2 0.02 0.00 0.03 0.00 0.02 99.93 11:48:51 09:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 09:45:01 4 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 09:45:01 5 0.03 0.00 0.00 0.02 0.00 99.95 11:48:51 09:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 09:45:01 7 0.10 0.00 0.02 0.00 0.02 99.87 11:48:51 09:46:01 all 0.23 0.00 0.01 0.01 0.01 99.75 11:48:51 09:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 09:46:01 1 0.08 0.00 0.00 0.02 0.02 99.88 11:48:51 09:46:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:48:51 09:46:01 3 1.22 0.00 0.00 0.00 0.02 98.76 11:48:51 09:46:01 4 0.40 0.00 0.02 0.00 0.00 99.58 11:48:51 09:46:01 5 0.02 0.00 0.02 0.03 0.00 99.93 11:48:51 09:46:01 6 0.03 0.00 0.00 0.00 0.00 99.97 11:48:51 09:46:01 7 0.05 0.00 0.00 0.00 0.00 99.95 11:48:51 09:47:01 all 2.32 0.00 1.11 0.33 0.03 96.21 11:48:51 09:47:01 0 1.48 0.00 0.82 0.65 0.02 97.03 11:48:51 09:47:01 1 3.17 0.00 1.03 0.02 0.02 95.77 11:48:51 09:47:01 2 2.63 0.00 2.68 0.80 0.03 93.86 11:48:51 09:47:01 3 2.63 0.00 0.63 0.03 0.03 96.68 11:48:51 09:47:01 4 1.63 0.00 0.80 0.03 0.02 97.52 11:48:51 09:47:01 5 2.34 0.00 1.22 0.65 0.03 95.75 11:48:51 09:47:01 6 2.32 0.00 0.75 0.30 0.02 96.61 11:48:51 09:47:01 7 2.35 0.00 1.00 0.17 0.05 96.43 11:48:51 09:48:01 all 0.31 0.00 0.04 0.02 0.01 99.62 11:48:51 09:48:01 0 0.02 0.00 0.02 0.10 0.02 99.85 11:48:51 09:48:01 1 2.02 0.00 0.05 0.03 0.02 97.88 11:48:51 09:48:01 2 0.00 0.00 0.05 0.00 0.00 99.95 11:48:51 09:48:01 3 0.07 0.00 0.07 0.00 0.03 99.83 11:48:51 09:48:01 4 0.02 0.00 0.02 0.02 0.00 99.95 11:48:51 09:48:01 5 0.08 0.00 0.05 0.00 0.00 99.87 11:48:51 09:48:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 09:48:01 7 0.25 0.00 0.08 0.00 0.00 99.67 11:48:51 09:49:02 all 0.37 0.00 0.01 0.01 0.01 99.61 11:48:51 09:49:02 0 0.02 0.00 0.00 0.03 0.00 99.95 11:48:51 09:49:02 1 2.25 0.00 0.00 0.00 0.02 97.73 11:48:51 09:49:02 2 0.07 0.00 0.00 0.00 0.00 99.93 11:48:51 09:49:02 3 0.03 0.00 0.00 0.00 0.03 99.93 11:48:51 09:49:02 4 0.20 0.00 0.02 0.05 0.00 99.73 11:48:51 09:49:02 5 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 09:49:02 6 0.17 0.00 0.00 0.00 0.00 99.83 11:48:51 09:49:02 7 0.17 0.00 0.02 0.00 0.02 99.80 11:48:51 09:50:01 all 0.42 0.00 0.03 0.01 0.01 99.53 11:48:51 09:50:01 0 0.41 0.00 0.03 0.08 0.00 99.47 11:48:51 09:50:01 1 1.79 0.00 0.09 0.00 0.00 98.13 11:48:51 09:50:01 2 0.39 0.00 0.00 0.00 0.00 99.61 11:48:51 09:50:01 3 0.10 0.00 0.02 0.00 0.03 99.85 11:48:51 09:50:01 4 0.12 0.00 0.05 0.00 0.02 99.81 11:48:51 09:50:01 5 0.08 0.00 0.02 0.00 0.00 99.90 11:48:51 09:50:01 6 0.41 0.00 0.02 0.00 0.02 99.56 11:48:51 09:50:01 7 0.05 0.00 0.00 0.00 0.02 99.93 11:48:51 09:51:01 all 0.08 0.00 0.00 0.00 0.01 99.91 11:48:51 09:51:01 0 0.05 0.00 0.02 0.02 0.00 99.92 11:48:51 09:51:01 1 0.43 0.00 0.00 0.00 0.02 99.55 11:48:51 09:51:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 09:51:01 3 0.05 0.00 0.00 0.00 0.02 99.93 11:48:51 09:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 09:51:01 5 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 09:51:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 09:51:01 7 0.02 0.00 0.00 0.02 0.02 99.95 11:48:51 09:52:01 all 0.27 0.00 0.01 0.00 0.01 99.71 11:48:51 09:52:01 0 0.00 0.00 0.02 0.03 0.02 99.93 11:48:51 09:52:01 1 2.05 0.00 0.00 0.00 0.02 97.93 11:48:51 09:52:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 09:52:01 3 0.02 0.00 0.02 0.00 0.03 99.93 11:48:51 09:52:01 4 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 09:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 09:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 09:52:01 7 0.02 0.00 0.03 0.00 0.00 99.95 11:48:51 09:53:01 all 0.06 0.00 0.00 0.01 0.01 99.92 11:48:51 09:53:01 0 0.02 0.00 0.00 0.02 0.00 99.97 11:48:51 09:53:01 1 0.33 0.00 0.02 0.02 0.00 99.63 11:48:51 09:53:01 2 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 09:53:01 3 0.02 0.00 0.00 0.00 0.03 99.95 11:48:51 09:53:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 09:53:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 09:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 09:53:01 7 0.03 0.00 0.00 0.02 0.02 99.93 11:48:51 11:48:51 09:53:01 CPU %user %nice %system %iowait %steal %idle 11:48:51 09:54:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:48:51 09:54:01 0 0.00 0.00 0.00 0.03 0.00 99.97 11:48:51 09:54:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 09:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 09:54:01 3 0.03 0.00 0.00 0.00 0.03 99.93 11:48:51 09:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 09:54:01 5 0.02 0.00 0.03 0.00 0.00 99.95 11:48:51 09:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 09:54:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 09:55:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:48:51 09:55:01 0 0.00 0.00 0.00 0.02 0.02 99.97 11:48:51 09:55:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 09:55:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 09:55:01 3 0.03 0.00 0.03 0.00 0.02 99.92 11:48:51 09:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 09:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 09:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 09:55:01 7 0.03 0.00 0.02 0.00 0.02 99.93 11:48:51 09:56:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:48:51 09:56:01 0 0.00 0.00 0.02 0.02 0.00 99.97 11:48:51 09:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 09:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 09:56:01 3 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 09:56:01 4 0.02 0.00 0.00 0.00 0.03 99.95 11:48:51 09:56:01 5 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 09:56:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 09:56:01 7 0.02 0.00 0.00 0.02 0.00 99.97 11:48:51 09:57:01 all 0.15 0.00 0.03 0.01 0.01 99.81 11:48:51 09:57:01 0 0.03 0.00 0.02 0.03 0.00 99.92 11:48:51 09:57:01 1 1.01 0.00 0.05 0.00 0.02 98.92 11:48:51 09:57:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 09:57:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:48:51 09:57:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:48:51 09:57:01 5 0.02 0.00 0.03 0.00 0.00 99.95 11:48:51 09:57:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 09:57:01 7 0.03 0.00 0.05 0.03 0.03 99.85 11:48:51 09:58:01 all 0.26 0.00 0.01 0.00 0.01 99.72 11:48:51 09:58:01 0 0.00 0.00 0.00 0.02 0.02 99.97 11:48:51 09:58:01 1 1.99 0.00 0.00 0.00 0.00 98.01 11:48:51 09:58:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 09:58:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 09:58:01 4 0.03 0.00 0.02 0.00 0.02 99.93 11:48:51 09:58:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 09:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 09:58:01 7 0.05 0.00 0.00 0.00 0.02 99.93 11:48:51 09:59:01 all 0.26 0.00 0.01 0.01 0.01 99.72 11:48:51 09:59:01 0 0.02 0.00 0.00 0.03 0.00 99.95 11:48:51 09:59:01 1 1.97 0.00 0.00 0.00 0.00 98.03 11:48:51 09:59:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 09:59:01 3 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 09:59:01 4 0.03 0.00 0.02 0.00 0.03 99.92 11:48:51 09:59:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 09:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 09:59:01 7 0.02 0.00 0.02 0.02 0.02 99.93 11:48:51 10:00:01 all 0.21 0.00 0.01 0.00 0.01 99.76 11:48:51 10:00:01 0 0.02 0.00 0.00 0.03 0.02 99.93 11:48:51 10:00:01 1 1.55 0.00 0.08 0.00 0.02 98.35 11:48:51 10:00:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:00:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 10:00:01 4 0.02 0.00 0.03 0.00 0.02 99.93 11:48:51 10:00:01 5 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 10:00:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 10:00:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:01:01 all 0.01 0.00 0.00 0.00 0.00 99.97 11:48:51 10:01:01 0 0.03 0.00 0.00 0.02 0.00 99.95 11:48:51 10:01:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 10:01:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:01:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:01:01 4 0.03 0.00 0.00 0.00 0.02 99.95 11:48:51 10:01:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 10:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:01:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:02:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:48:51 10:02:01 0 0.02 0.00 0.02 0.02 0.00 99.95 11:48:51 10:02:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 10:02:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 10:02:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:02:01 4 0.03 0.00 0.02 0.00 0.03 99.92 11:48:51 10:02:01 5 0.03 0.00 0.02 0.02 0.00 99.93 11:48:51 10:02:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 10:02:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:03:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:48:51 10:03:01 0 0.02 0.00 0.02 0.03 0.02 99.92 11:48:51 10:03:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:03:01 4 0.05 0.00 0.03 0.00 0.02 99.90 11:48:51 10:03:01 5 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:03:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:03:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:04:01 all 0.03 0.00 0.00 0.00 0.01 99.95 11:48:51 10:04:01 0 0.03 0.00 0.00 0.02 0.02 99.93 11:48:51 10:04:01 1 0.08 0.00 0.00 0.00 0.00 99.92 11:48:51 10:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 10:04:01 3 0.05 0.00 0.00 0.00 0.02 99.93 11:48:51 10:04:01 4 0.03 0.00 0.02 0.00 0.03 99.92 11:48:51 10:04:01 5 0.03 0.00 0.00 0.00 0.00 99.97 11:48:51 10:04:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:04:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:48:51 10:04:01 CPU %user %nice %system %iowait %steal %idle 11:48:51 10:05:01 all 0.00 0.00 0.00 0.00 0.01 99.98 11:48:51 10:05:01 0 0.00 0.00 0.00 0.02 0.00 99.98 11:48:51 10:05:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:05:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:05:01 4 0.02 0.00 0.02 0.00 0.03 99.93 11:48:51 10:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:05:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:05:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:06:01 all 0.01 0.00 0.01 0.01 0.01 99.97 11:48:51 10:06:01 0 0.00 0.00 0.02 0.03 0.00 99.95 11:48:51 10:06:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 10:06:01 3 0.03 0.00 0.00 0.00 0.02 99.95 11:48:51 10:06:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:48:51 10:06:01 5 0.00 0.00 0.02 0.02 0.02 99.95 11:48:51 10:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:06:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:07:01 all 0.01 0.00 0.00 0.00 0.01 99.97 11:48:51 10:07:01 0 0.02 0.00 0.00 0.02 0.02 99.95 11:48:51 10:07:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:07:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:07:01 4 0.03 0.00 0.02 0.00 0.03 99.92 11:48:51 10:07:01 5 0.00 0.00 0.00 0.02 0.00 99.98 11:48:51 10:07:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:07:01 7 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 10:08:01 all 0.01 0.00 0.01 0.00 0.01 99.98 11:48:51 10:08:01 0 0.02 0.00 0.02 0.02 0.00 99.95 11:48:51 10:08:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:08:01 3 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 10:08:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:48:51 10:08:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:08:01 7 0.00 0.00 0.00 0.02 0.02 99.97 11:48:51 10:09:01 all 0.01 0.00 0.00 0.00 0.01 99.98 11:48:51 10:09:01 0 0.02 0.00 0.00 0.02 0.00 99.97 11:48:51 10:09:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:09:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:09:01 4 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 10:09:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 10:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:10:01 all 0.01 0.00 0.00 0.00 0.01 99.97 11:48:51 10:10:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:48:51 10:10:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:10:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:10:01 4 0.02 0.00 0.00 0.00 0.03 99.95 11:48:51 10:10:01 5 0.03 0.00 0.00 0.00 0.00 99.97 11:48:51 10:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:10:01 7 0.00 0.00 0.02 0.02 0.00 99.97 11:48:51 10:11:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:48:51 10:11:01 0 0.03 0.00 0.02 0.02 0.00 99.93 11:48:51 10:11:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 10:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:11:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:11:01 4 0.00 0.00 0.03 0.00 0.02 99.95 11:48:51 10:11:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 10:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:11:01 7 0.02 0.00 0.02 0.00 0.02 99.95 11:48:51 10:12:01 all 0.01 0.00 0.00 0.01 0.01 99.97 11:48:51 10:12:01 0 0.03 0.00 0.00 0.03 0.02 99.92 11:48:51 10:12:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:12:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:12:01 4 0.03 0.00 0.00 0.00 0.02 99.95 11:48:51 10:12:01 5 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 10:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:12:01 7 0.00 0.00 0.00 0.02 0.02 99.97 11:48:51 10:13:01 all 0.01 0.00 0.01 0.00 0.00 99.98 11:48:51 10:13:01 0 0.02 0.00 0.02 0.02 0.00 99.95 11:48:51 10:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:13:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 10:13:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 10:13:01 4 0.03 0.00 0.00 0.00 0.02 99.95 11:48:51 10:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:13:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 10:13:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:14:01 all 0.01 0.00 0.00 0.01 0.01 99.97 11:48:51 10:14:01 0 0.02 0.00 0.02 0.03 0.00 99.93 11:48:51 10:14:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:14:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:14:01 3 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 10:14:01 4 0.03 0.00 0.00 0.00 0.03 99.93 11:48:51 10:14:01 5 0.03 0.00 0.00 0.00 0.00 99.97 11:48:51 10:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:14:01 7 0.00 0.00 0.00 0.02 0.02 99.97 11:48:51 10:15:01 all 0.12 0.00 0.01 0.00 0.01 99.86 11:48:51 10:15:01 0 0.02 0.00 0.02 0.02 0.00 99.95 11:48:51 10:15:01 1 0.90 0.00 0.02 0.00 0.00 99.09 11:48:51 10:15:01 2 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 10:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:15:01 4 0.00 0.00 0.03 0.00 0.02 99.95 11:48:51 10:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:15:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:15:01 7 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 11:48:51 10:15:01 CPU %user %nice %system %iowait %steal %idle 11:48:51 10:16:01 all 0.26 0.00 0.01 0.00 0.01 99.73 11:48:51 10:16:01 0 0.02 0.00 0.02 0.02 0.02 99.93 11:48:51 10:16:01 1 1.97 0.00 0.00 0.00 0.00 98.03 11:48:51 10:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:16:01 3 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 10:16:01 4 0.00 0.00 0.03 0.00 0.02 99.95 11:48:51 10:16:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:16:01 7 0.02 0.00 0.00 0.02 0.00 99.97 11:48:51 10:17:01 all 0.26 0.00 0.00 0.00 0.01 99.72 11:48:51 10:17:01 0 1.03 0.00 0.00 0.02 0.02 98.94 11:48:51 10:17:01 1 0.98 0.00 0.00 0.00 0.02 99.01 11:48:51 10:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:17:01 4 0.02 0.00 0.02 0.00 0.03 99.93 11:48:51 10:17:01 5 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:17:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:17:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:18:01 all 0.26 0.00 0.00 0.00 0.01 99.72 11:48:51 10:18:01 0 2.00 0.00 0.00 0.02 0.02 97.96 11:48:51 10:18:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 10:18:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:18:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:18:01 4 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 10:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:18:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:18:01 7 0.02 0.00 0.00 0.02 0.02 99.95 11:48:51 10:19:01 all 0.26 0.00 0.00 0.00 0.01 99.73 11:48:51 10:19:01 0 1.97 0.00 0.00 0.02 0.00 98.01 11:48:51 10:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:19:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 10:19:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:19:01 4 0.02 0.00 0.02 0.00 0.03 99.93 11:48:51 10:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:20:01 all 0.26 0.00 0.01 0.00 0.01 99.73 11:48:51 10:20:01 0 1.99 0.00 0.00 0.02 0.02 97.98 11:48:51 10:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:20:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:20:01 4 0.00 0.00 0.05 0.00 0.02 99.93 11:48:51 10:20:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 10:20:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:20:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:21:01 all 0.26 0.00 0.00 0.00 0.01 99.73 11:48:51 10:21:01 0 1.99 0.00 0.02 0.02 0.02 97.97 11:48:51 10:21:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:21:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:21:01 4 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:21:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 10:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:21:01 7 0.02 0.00 0.00 0.02 0.00 99.97 11:48:51 10:22:01 all 0.17 0.00 0.01 0.00 0.01 99.81 11:48:51 10:22:01 0 1.27 0.00 0.07 0.03 0.02 98.61 11:48:51 10:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:22:01 4 0.03 0.00 0.02 0.00 0.03 99.92 11:48:51 10:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:22:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:23:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:48:51 10:23:01 0 0.03 0.00 0.02 0.02 0.02 99.92 11:48:51 10:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:23:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:23:01 4 0.02 0.00 0.03 0.00 0.03 99.92 11:48:51 10:23:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:23:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:23:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 10:24:01 all 0.00 0.00 0.01 0.01 0.01 99.98 11:48:51 10:24:01 0 0.02 0.00 0.00 0.03 0.02 99.93 11:48:51 10:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:24:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 10:24:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 10:24:01 4 0.00 0.00 0.03 0.00 0.02 99.95 11:48:51 10:24:01 5 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:24:01 7 0.00 0.00 0.00 0.02 0.00 99.98 11:48:51 10:25:01 all 0.01 0.00 0.01 0.01 0.01 99.97 11:48:51 10:25:01 0 0.03 0.00 0.00 0.05 0.00 99.92 11:48:51 10:25:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:25:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 10:25:01 4 0.02 0.00 0.03 0.00 0.02 99.93 11:48:51 10:25:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 10:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:25:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 10:26:01 all 0.00 0.00 0.01 0.00 0.01 99.98 11:48:51 10:26:01 0 0.00 0.00 0.02 0.02 0.03 99.93 11:48:51 10:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:26:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:26:01 4 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 10:26:01 5 0.02 0.00 0.02 0.00 0.02 99.95 11:48:51 10:26:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:48:51 10:26:01 CPU %user %nice %system %iowait %steal %idle 11:48:51 10:27:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:48:51 10:27:01 0 0.07 0.00 0.03 0.02 0.03 99.85 11:48:51 10:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:27:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 10:27:01 3 0.03 0.00 0.00 0.00 0.02 99.95 11:48:51 10:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:27:01 7 0.00 0.00 0.02 0.02 0.00 99.97 11:48:51 10:28:01 all 0.01 0.00 0.01 0.01 0.01 99.97 11:48:51 10:28:01 0 0.07 0.00 0.02 0.03 0.03 99.85 11:48:51 10:28:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:28:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:28:01 4 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 10:28:01 5 0.00 0.00 0.02 0.02 0.00 99.97 11:48:51 10:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:28:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 10:29:01 all 0.01 0.00 0.00 0.00 0.00 99.98 11:48:51 10:29:01 0 0.03 0.00 0.02 0.02 0.03 99.90 11:48:51 10:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:29:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 10:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:29:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:29:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:29:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:30:01 all 0.00 0.00 0.00 0.00 0.01 99.98 11:48:51 10:30:01 0 0.03 0.00 0.02 0.02 0.03 99.90 11:48:51 10:30:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:30:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:30:01 5 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:30:01 7 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 10:31:01 all 0.02 0.00 0.00 0.01 0.01 99.96 11:48:51 10:31:01 0 0.07 0.00 0.00 0.05 0.03 99.85 11:48:51 10:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:31:01 4 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 10:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:31:01 7 0.02 0.00 0.00 0.05 0.00 99.93 11:48:51 10:32:01 all 0.13 0.00 0.01 0.00 0.01 99.85 11:48:51 10:32:01 0 1.04 0.00 0.02 0.03 0.03 98.87 11:48:51 10:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:32:01 3 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 10:32:01 4 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 10:32:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 10:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:32:01 7 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 10:33:01 all 0.20 0.00 0.01 0.00 0.01 99.78 11:48:51 10:33:01 0 1.57 0.00 0.07 0.02 0.03 98.32 11:48:51 10:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:33:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:33:01 5 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:33:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:34:01 all 0.02 0.00 0.00 0.01 0.01 99.97 11:48:51 10:34:01 0 0.08 0.00 0.02 0.03 0.03 99.83 11:48:51 10:34:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:34:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:34:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 10:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:34:01 5 0.00 0.00 0.00 0.02 0.00 99.98 11:48:51 10:34:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:34:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:35:01 all 0.01 0.00 0.00 0.00 0.01 99.97 11:48:51 10:35:01 0 0.05 0.00 0.02 0.03 0.03 99.87 11:48:51 10:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:35:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:35:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:35:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:35:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:36:01 all 0.01 0.00 0.01 0.01 0.01 99.96 11:48:51 10:36:01 0 0.02 0.00 0.02 0.03 0.03 99.90 11:48:51 10:36:01 1 0.03 0.00 0.02 0.00 0.02 99.93 11:48:51 10:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:36:01 4 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 10:36:01 5 0.00 0.00 0.02 0.02 0.02 99.95 11:48:51 10:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:36:01 7 0.02 0.00 0.00 0.02 0.00 99.97 11:48:51 10:37:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:48:51 10:37:01 0 0.03 0.00 0.00 0.03 0.02 99.92 11:48:51 10:37:01 1 0.03 0.00 0.02 0.00 0.02 99.93 11:48:51 10:37:01 2 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 10:37:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:37:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 10:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:37:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:48:51 10:37:01 CPU %user %nice %system %iowait %steal %idle 11:48:51 10:38:01 all 0.02 0.00 0.01 0.00 0.01 99.97 11:48:51 10:38:01 0 0.02 0.00 0.02 0.02 0.02 99.93 11:48:51 10:38:01 1 0.03 0.00 0.02 0.00 0.03 99.92 11:48:51 10:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:38:01 4 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 10:38:01 5 0.03 0.00 0.00 0.00 0.00 99.97 11:48:51 10:38:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:38:01 7 0.02 0.00 0.00 0.02 0.00 99.97 11:48:51 10:39:01 all 0.09 0.00 0.01 0.01 0.01 99.89 11:48:51 10:39:01 0 0.70 0.00 0.02 0.03 0.00 99.25 11:48:51 10:39:01 1 0.03 0.00 0.03 0.00 0.02 99.92 11:48:51 10:39:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 10:39:01 3 0.00 0.00 0.00 0.02 0.02 99.97 11:48:51 10:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:39:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:40:01 all 0.02 0.00 0.00 0.00 0.01 99.97 11:48:51 10:40:01 0 0.02 0.00 0.00 0.02 0.02 99.95 11:48:51 10:40:01 1 0.03 0.00 0.03 0.00 0.02 99.92 11:48:51 10:40:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:40:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 10:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:40:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 10:41:01 all 0.10 0.00 0.00 0.00 0.01 99.88 11:48:51 10:41:01 0 0.78 0.00 0.02 0.02 0.02 99.17 11:48:51 10:41:01 1 0.03 0.00 0.02 0.00 0.03 99.92 11:48:51 10:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:41:01 4 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:41:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:42:01 all 0.06 0.00 0.01 0.01 0.01 99.92 11:48:51 10:42:01 0 0.37 0.00 0.02 0.03 0.02 99.57 11:48:51 10:42:01 1 0.03 0.00 0.02 0.02 0.02 99.92 11:48:51 10:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:42:01 3 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 10:42:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:42:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:42:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:42:01 7 0.00 0.00 0.00 0.02 0.02 99.97 11:48:51 10:43:01 all 0.07 0.00 0.00 0.00 0.01 99.91 11:48:51 10:43:01 0 0.53 0.00 0.02 0.02 0.02 99.42 11:48:51 10:43:01 1 0.00 0.00 0.02 0.00 0.03 99.95 11:48:51 10:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:43:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:44:01 all 0.01 0.00 0.00 0.01 0.01 99.97 11:48:51 10:44:01 0 0.02 0.00 0.00 0.03 0.00 99.95 11:48:51 10:44:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 10:44:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 10:44:01 3 0.02 0.00 0.00 0.02 0.02 99.95 11:48:51 10:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:44:01 5 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:44:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 10:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:45:01 all 0.01 0.00 0.00 0.00 0.01 99.98 11:48:51 10:45:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:48:51 10:45:01 1 0.02 0.00 0.02 0.00 0.03 99.93 11:48:51 10:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:45:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:45:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:45:01 7 0.00 0.00 0.00 0.02 0.02 99.97 11:48:51 10:46:01 all 0.01 0.00 0.00 0.00 0.00 99.98 11:48:51 10:46:01 0 0.00 0.00 0.00 0.03 0.00 99.97 11:48:51 10:46:01 1 0.03 0.00 0.00 0.00 0.02 99.95 11:48:51 10:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 10:46:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:46:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:46:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:46:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:47:01 all 0.01 0.00 0.00 0.00 0.01 99.97 11:48:51 10:47:01 0 0.03 0.00 0.00 0.02 0.02 99.93 11:48:51 10:47:01 1 0.00 0.00 0.00 0.00 0.03 99.97 11:48:51 10:47:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:47:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:47:01 4 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 10:47:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:47:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:47:01 7 0.00 0.00 0.00 0.02 0.02 99.97 11:48:51 10:48:01 all 0.01 0.00 0.01 0.01 0.01 99.97 11:48:51 10:48:01 0 0.02 0.00 0.02 0.03 0.00 99.93 11:48:51 10:48:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:48:51 10:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:48:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 10:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:48:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:48:01 7 0.00 0.00 0.02 0.02 0.02 99.95 11:48:51 11:48:51 10:48:01 CPU %user %nice %system %iowait %steal %idle 11:48:51 10:49:01 all 0.00 0.00 0.01 0.00 0.01 99.98 11:48:51 10:49:01 0 0.02 0.00 0.00 0.02 0.00 99.97 11:48:51 10:49:01 1 0.00 0.00 0.03 0.00 0.03 99.93 11:48:51 10:49:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 10:49:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:50:01 all 0.06 0.00 0.02 0.00 0.01 99.91 11:48:51 10:50:01 0 0.03 0.00 0.05 0.02 0.02 99.88 11:48:51 10:50:01 1 0.15 0.00 0.00 0.00 0.02 99.83 11:48:51 10:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:50:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:50:01 4 0.13 0.00 0.05 0.00 0.02 99.80 11:48:51 10:50:01 5 0.08 0.00 0.03 0.00 0.00 99.88 11:48:51 10:50:01 6 0.07 0.00 0.03 0.00 0.00 99.90 11:48:51 10:50:01 7 0.00 0.00 0.00 0.02 0.02 99.97 11:48:51 10:51:01 all 0.03 0.00 0.01 0.00 0.00 99.95 11:48:51 10:51:01 0 0.05 0.00 0.03 0.03 0.00 99.88 11:48:51 10:51:01 1 0.05 0.00 0.00 0.00 0.00 99.95 11:48:51 10:51:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:51:01 4 0.02 0.00 0.03 0.00 0.02 99.93 11:48:51 10:51:01 5 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 10:51:01 6 0.03 0.00 0.02 0.00 0.00 99.95 11:48:51 10:51:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 10:52:01 all 0.01 0.00 0.00 0.00 0.01 99.97 11:48:51 10:52:01 0 0.02 0.00 0.00 0.03 0.02 99.93 11:48:51 10:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:52:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 10:52:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 10:52:01 4 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:52:01 5 0.03 0.00 0.00 0.00 0.00 99.97 11:48:51 10:52:01 6 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 10:52:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:53:01 all 0.01 0.00 0.00 0.00 0.01 99.97 11:48:51 10:53:01 0 0.03 0.00 0.00 0.02 0.00 99.95 11:48:51 10:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:53:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:53:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:53:01 4 0.03 0.00 0.02 0.00 0.03 99.92 11:48:51 10:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:53:01 6 0.03 0.00 0.00 0.00 0.00 99.97 11:48:51 10:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:54:01 all 0.01 0.00 0.00 0.00 0.01 99.98 11:48:51 10:54:01 0 0.03 0.00 0.00 0.02 0.02 99.93 11:48:51 10:54:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:54:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:54:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:54:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:48:51 10:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:54:01 7 0.00 0.00 0.00 0.02 0.02 99.97 11:48:51 10:55:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:48:51 10:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 10:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:55:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 10:55:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:55:01 4 0.03 0.00 0.02 0.00 0.03 99.92 11:48:51 10:55:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 10:55:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:55:01 7 0.00 0.00 0.00 0.02 0.00 99.98 11:48:51 10:56:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:48:51 10:56:01 0 0.03 0.00 0.00 0.02 0.02 99.93 11:48:51 10:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:56:01 3 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 10:56:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:48:51 10:56:01 5 0.00 0.00 0.02 0.02 0.02 99.95 11:48:51 10:56:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:56:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:57:01 all 0.01 0.00 0.00 0.00 0.01 99.98 11:48:51 10:57:01 0 0.00 0.00 0.02 0.02 0.00 99.97 11:48:51 10:57:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 10:57:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:57:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:57:01 4 0.03 0.00 0.00 0.00 0.02 99.95 11:48:51 10:57:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:57:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:57:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 10:58:01 all 0.01 0.00 0.01 0.01 0.01 99.96 11:48:51 10:58:01 0 0.02 0.00 0.02 0.03 0.00 99.93 11:48:51 10:58:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 10:58:01 2 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 10:58:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:58:01 4 0.03 0.00 0.02 0.00 0.03 99.92 11:48:51 10:58:01 5 0.00 0.00 0.00 0.05 0.00 99.95 11:48:51 10:58:01 6 0.00 0.00 0.03 0.00 0.00 99.97 11:48:51 10:58:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 10:59:01 all 0.12 0.00 0.01 0.00 0.01 99.86 11:48:51 10:59:01 0 0.03 0.00 0.00 0.02 0.02 99.93 11:48:51 10:59:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 10:59:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:59:01 3 0.83 0.00 0.03 0.00 0.02 99.12 11:48:51 10:59:01 4 0.00 0.00 0.02 0.00 0.03 99.95 11:48:51 10:59:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:59:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 10:59:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 11:48:51 10:59:01 CPU %user %nice %system %iowait %steal %idle 11:48:51 11:00:01 all 0.26 0.00 0.00 0.01 0.01 99.72 11:48:51 11:00:01 0 0.03 0.00 0.02 0.03 0.02 99.90 11:48:51 11:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:00:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:00:01 3 1.97 0.00 0.00 0.00 0.02 98.01 11:48:51 11:00:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:48:51 11:00:01 5 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:00:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:00:01 7 0.00 0.00 0.00 0.02 0.02 99.97 11:48:51 11:01:01 all 0.26 0.00 0.00 0.00 0.01 99.73 11:48:51 11:01:01 0 0.02 0.00 0.00 0.02 0.00 99.97 11:48:51 11:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:01:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:01:01 3 1.99 0.00 0.00 0.00 0.02 98.00 11:48:51 11:01:01 4 0.02 0.00 0.02 0.00 0.03 99.93 11:48:51 11:01:01 5 0.00 0.00 0.00 0.02 0.00 99.98 11:48:51 11:01:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:01:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:02:01 all 0.26 0.00 0.01 0.00 0.01 99.72 11:48:51 11:02:01 0 0.02 0.00 0.00 0.02 0.02 99.95 11:48:51 11:02:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:02:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 11:02:01 3 1.97 0.00 0.00 0.00 0.02 98.01 11:48:51 11:02:01 4 0.02 0.00 0.03 0.00 0.03 99.92 11:48:51 11:02:01 5 0.02 0.00 0.02 0.02 0.00 99.95 11:48:51 11:02:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:03:01 all 0.26 0.00 0.00 0.00 0.01 99.72 11:48:51 11:03:01 0 0.03 0.00 0.02 0.03 0.00 99.92 11:48:51 11:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:03:01 3 1.97 0.00 0.00 0.00 0.02 98.01 11:48:51 11:03:01 4 0.02 0.00 0.02 0.00 0.03 99.93 11:48:51 11:03:01 5 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:03:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:03:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 11:04:01 all 0.26 0.00 0.00 0.01 0.01 99.72 11:48:51 11:04:01 0 0.03 0.00 0.00 0.05 0.02 99.90 11:48:51 11:04:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 11:04:01 3 1.94 0.00 0.00 0.00 0.02 98.05 11:48:51 11:04:01 4 0.03 0.00 0.02 0.02 0.02 99.92 11:48:51 11:04:01 5 0.00 0.00 0.00 0.02 0.00 99.98 11:48:51 11:04:01 6 0.03 0.00 0.00 0.00 0.00 99.97 11:48:51 11:04:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:05:01 all 0.11 0.00 0.01 0.00 0.01 99.86 11:48:51 11:05:01 0 0.02 0.00 0.02 0.03 0.02 99.92 11:48:51 11:05:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 11:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:05:01 3 0.85 0.00 0.08 0.00 0.02 99.05 11:48:51 11:05:01 4 0.03 0.00 0.00 0.00 0.03 99.93 11:48:51 11:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:05:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:05:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:06:01 all 0.01 0.00 0.01 0.01 0.01 99.96 11:48:51 11:06:01 0 0.02 0.00 0.02 0.05 0.00 99.92 11:48:51 11:06:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:06:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:06:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:06:01 4 0.03 0.00 0.00 0.02 0.03 99.92 11:48:51 11:06:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 11:06:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:06:01 7 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 11:07:01 all 0.01 0.00 0.01 0.01 0.01 99.97 11:48:51 11:07:01 0 0.03 0.00 0.02 0.05 0.02 99.88 11:48:51 11:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:07:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 11:07:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:07:01 4 0.02 0.00 0.02 0.00 0.03 99.93 11:48:51 11:07:01 5 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:07:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:08:01 all 0.01 0.00 0.01 0.01 0.01 99.97 11:48:51 11:08:01 0 0.02 0.00 0.00 0.03 0.00 99.95 11:48:51 11:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 11:08:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:08:01 4 0.02 0.00 0.02 0.02 0.02 99.93 11:48:51 11:08:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 11:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:08:01 7 0.02 0.00 0.02 0.00 0.02 99.95 11:48:51 11:09:01 all 0.00 0.00 0.00 0.00 0.01 99.99 11:48:51 11:09:01 0 0.00 0.00 0.00 0.02 0.02 99.97 11:48:51 11:09:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:09:01 4 0.02 0.00 0.00 0.00 0.03 99.95 11:48:51 11:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:10:01 all 0.02 0.00 0.01 0.01 0.01 99.96 11:48:51 11:10:01 0 0.05 0.00 0.02 0.03 0.02 99.88 11:48:51 11:10:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 11:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:10:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:10:01 4 0.02 0.00 0.02 0.02 0.02 99.93 11:48:51 11:10:01 5 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 11:10:01 6 0.02 0.00 0.02 0.00 0.02 99.95 11:48:51 11:10:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:48:51 11:10:01 CPU %user %nice %system %iowait %steal %idle 11:48:51 11:11:01 all 0.01 0.00 0.00 0.01 0.01 99.97 11:48:51 11:11:01 0 0.02 0.00 0.00 0.03 0.00 99.95 11:48:51 11:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:11:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:11:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:11:01 4 0.03 0.00 0.00 0.02 0.03 99.92 11:48:51 11:11:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 11:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:11:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:12:01 all 0.02 0.00 0.00 0.01 0.01 99.96 11:48:51 11:12:01 0 0.05 0.00 0.02 0.05 0.02 99.87 11:48:51 11:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:12:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 11:12:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:48:51 11:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:12:01 7 0.00 0.00 0.00 0.02 0.00 99.98 11:48:51 11:13:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:48:51 11:13:01 0 0.02 0.00 0.03 0.03 0.00 99.92 11:48:51 11:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:13:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 11:13:01 3 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 11:13:01 4 0.03 0.00 0.00 0.00 0.03 99.93 11:48:51 11:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:13:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:14:01 all 0.01 0.00 0.00 0.01 0.01 99.97 11:48:51 11:14:01 0 0.02 0.00 0.00 0.02 0.02 99.95 11:48:51 11:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:14:01 2 0.03 0.00 0.00 0.00 0.00 99.97 11:48:51 11:14:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 11:14:01 4 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 11:14:01 5 0.02 0.00 0.00 0.02 0.02 99.95 11:48:51 11:14:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:14:01 7 0.02 0.00 0.02 0.02 0.00 99.95 11:48:51 11:15:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:48:51 11:15:01 0 0.03 0.00 0.03 0.02 0.00 99.92 11:48:51 11:15:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:15:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:15:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:15:01 4 0.03 0.00 0.03 0.00 0.03 99.90 11:48:51 11:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:15:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 11:15:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:16:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:48:51 11:16:01 0 0.00 0.00 0.00 0.02 0.02 99.97 11:48:51 11:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:16:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 11:16:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:16:01 4 0.02 0.00 0.02 0.00 0.03 99.93 11:48:51 11:16:01 5 0.00 0.00 0.02 0.02 0.00 99.97 11:48:51 11:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:16:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:17:01 all 0.01 0.00 0.00 0.00 0.01 99.97 11:48:51 11:17:01 0 0.05 0.00 0.00 0.02 0.00 99.93 11:48:51 11:17:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:17:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:17:01 4 0.00 0.00 0.02 0.00 0.03 99.95 11:48:51 11:17:01 5 0.00 0.00 0.00 0.02 0.00 99.98 11:48:51 11:17:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:17:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:18:01 all 0.01 0.00 0.01 0.00 0.01 99.98 11:48:51 11:18:01 0 0.03 0.00 0.02 0.02 0.02 99.92 11:48:51 11:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:18:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 11:18:01 4 0.03 0.00 0.02 0.00 0.02 99.93 11:48:51 11:18:01 5 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:19:01 all 0.01 0.00 0.01 0.00 0.00 99.98 11:48:51 11:19:01 0 0.02 0.00 0.02 0.03 0.00 99.93 11:48:51 11:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 11:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:19:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 11:19:01 4 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 11:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:19:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 11:20:01 all 0.00 0.00 0.01 0.00 0.01 99.97 11:48:51 11:20:01 0 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 11:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:20:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 11:20:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:20:01 4 0.00 0.00 0.03 0.00 0.03 99.93 11:48:51 11:20:01 5 0.00 0.00 0.02 0.02 0.00 99.97 11:48:51 11:20:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 11:20:01 7 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 11:21:01 all 0.01 0.00 0.00 0.00 0.01 99.98 11:48:51 11:21:01 0 0.03 0.00 0.03 0.02 0.00 99.92 11:48:51 11:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:21:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:21:01 4 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 11:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:21:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:48:51 11:21:01 CPU %user %nice %system %iowait %steal %idle 11:48:51 11:22:01 all 0.01 0.00 0.01 0.01 0.01 99.96 11:48:51 11:22:01 0 0.02 0.00 0.00 0.03 0.02 99.93 11:48:51 11:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:22:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:48:51 11:22:01 4 0.02 0.00 0.05 0.00 0.03 99.90 11:48:51 11:22:01 5 0.00 0.00 0.00 0.02 0.02 99.97 11:48:51 11:22:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 11:23:01 all 0.01 0.00 0.01 0.00 0.01 99.98 11:48:51 11:23:01 0 0.02 0.00 0.02 0.02 0.00 99.95 11:48:51 11:23:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 11:23:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:23:01 4 0.02 0.00 0.02 0.00 0.03 99.93 11:48:51 11:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:23:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:24:01 all 0.01 0.00 0.00 0.00 0.01 99.97 11:48:51 11:24:01 0 0.02 0.00 0.00 0.02 0.02 99.95 11:48:51 11:24:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 11:24:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:24:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 11:24:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:48:51 11:24:01 5 0.02 0.00 0.00 0.02 0.00 99.97 11:48:51 11:24:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 11:24:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:25:01 all 0.08 0.00 0.01 0.00 0.01 99.90 11:48:51 11:25:01 0 0.02 0.00 0.03 0.02 0.00 99.93 11:48:51 11:25:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:25:01 3 0.57 0.00 0.00 0.00 0.02 99.42 11:48:51 11:25:01 4 0.03 0.00 0.03 0.00 0.03 99.90 11:48:51 11:25:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:25:01 6 0.02 0.00 0.00 0.02 0.00 99.97 11:48:51 11:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:26:02 all 0.01 0.00 0.01 0.00 0.01 99.97 11:48:51 11:26:02 0 0.02 0.00 0.02 0.02 0.00 99.95 11:48:51 11:26:02 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:26:02 2 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 11:26:02 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:26:02 4 0.05 0.00 0.02 0.00 0.02 99.92 11:48:51 11:26:02 5 0.00 0.00 0.00 0.02 0.02 99.97 11:48:51 11:26:02 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:26:02 7 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 11:27:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:48:51 11:27:01 0 0.03 0.00 0.00 0.02 0.02 99.93 11:48:51 11:27:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:27:01 2 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 11:27:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 11:27:01 4 0.00 0.00 0.03 0.00 0.03 99.93 11:48:51 11:27:01 5 0.00 0.00 0.03 0.00 0.00 99.97 11:48:51 11:27:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 11:27:01 7 0.00 0.00 0.03 0.00 0.00 99.97 11:48:51 11:28:01 all 0.10 0.00 0.01 0.01 0.01 99.88 11:48:51 11:28:01 0 0.03 0.00 0.02 0.03 0.00 99.92 11:48:51 11:28:01 1 0.00 0.00 0.00 0.02 0.00 99.98 11:48:51 11:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:28:01 3 0.71 0.00 0.02 0.00 0.02 99.25 11:48:51 11:28:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:48:51 11:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:28:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 11:29:01 all 0.01 0.00 0.00 0.00 0.01 99.97 11:48:51 11:29:01 0 0.02 0.00 0.00 0.03 0.02 99.93 11:48:51 11:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:29:01 2 0.03 0.00 0.00 0.00 0.00 99.97 11:48:51 11:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:29:01 4 0.03 0.00 0.02 0.00 0.03 99.92 11:48:51 11:29:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:29:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:29:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:30:01 all 0.11 0.00 0.01 0.01 0.01 99.86 11:48:51 11:30:01 0 0.02 0.00 0.00 0.05 0.00 99.93 11:48:51 11:30:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:30:01 3 0.86 0.00 0.02 0.00 0.02 99.10 11:48:51 11:30:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:48:51 11:30:01 5 0.00 0.00 0.02 0.02 0.02 99.95 11:48:51 11:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:30:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 11:31:01 all 0.01 0.00 0.00 0.00 0.01 99.97 11:48:51 11:31:01 0 0.05 0.00 0.02 0.02 0.02 99.90 11:48:51 11:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:31:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 11:31:01 4 0.02 0.00 0.00 0.00 0.03 99.95 11:48:51 11:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:31:01 6 0.02 0.00 0.00 0.02 0.00 99.97 11:48:51 11:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:32:01 all 0.14 0.00 0.01 0.01 0.01 99.83 11:48:51 11:32:01 0 0.02 0.00 0.00 0.05 0.00 99.93 11:48:51 11:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:32:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 11:32:01 3 1.08 0.00 0.00 0.00 0.02 98.91 11:48:51 11:32:01 4 0.00 0.00 0.03 0.00 0.02 99.95 11:48:51 11:32:01 5 0.00 0.00 0.00 0.02 0.00 99.98 11:48:51 11:32:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 11:32:01 7 0.02 0.00 0.02 0.00 0.02 99.95 11:48:51 11:48:51 11:32:01 CPU %user %nice %system %iowait %steal %idle 11:48:51 11:33:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:48:51 11:33:01 0 0.02 0.00 0.02 0.03 0.02 99.92 11:48:51 11:33:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:33:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:33:01 4 0.02 0.00 0.03 0.00 0.03 99.92 11:48:51 11:33:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 11:33:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 11:33:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:34:01 all 0.02 0.00 0.01 0.00 0.01 99.97 11:48:51 11:34:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:48:51 11:34:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:34:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 11:34:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:48:51 11:34:01 5 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 11:34:01 6 0.03 0.00 0.00 0.00 0.00 99.97 11:48:51 11:34:01 7 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 11:35:01 all 0.20 0.00 0.00 0.01 0.01 99.78 11:48:51 11:35:01 0 0.02 0.00 0.00 0.05 0.02 99.92 11:48:51 11:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:35:01 3 1.50 0.00 0.00 0.00 0.02 98.48 11:48:51 11:35:01 4 0.02 0.00 0.02 0.00 0.03 99.93 11:48:51 11:35:01 5 0.02 0.00 0.00 0.02 0.00 99.97 11:48:51 11:35:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:36:01 all 0.01 0.00 0.00 0.00 0.01 99.97 11:48:51 11:36:01 0 0.03 0.00 0.00 0.03 0.00 99.93 11:48:51 11:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:36:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:48:51 11:36:01 4 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 11:36:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 11:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:36:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 11:37:01 all 0.01 0.00 0.00 0.01 0.01 99.97 11:48:51 11:37:01 0 0.02 0.00 0.00 0.03 0.02 99.93 11:48:51 11:37:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:37:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:37:01 4 0.02 0.00 0.00 0.00 0.03 99.95 11:48:51 11:37:01 5 0.02 0.00 0.02 0.02 0.02 99.93 11:48:51 11:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:37:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:38:01 all 0.01 0.00 0.01 0.01 0.01 99.97 11:48:51 11:38:01 0 0.03 0.00 0.00 0.03 0.02 99.92 11:48:51 11:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:38:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:48:51 11:38:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:38:01 4 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 11:38:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 11:38:01 6 0.02 0.00 0.00 0.02 0.00 99.97 11:48:51 11:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:39:01 all 0.22 0.00 0.01 0.01 0.01 99.75 11:48:51 11:39:01 0 0.02 0.00 0.02 0.12 0.00 99.85 11:48:51 11:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:39:01 3 1.68 0.00 0.02 0.00 0.02 98.29 11:48:51 11:39:01 4 0.03 0.00 0.00 0.00 0.03 99.93 11:48:51 11:39:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 11:39:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:39:01 7 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 11:40:01 all 0.09 0.00 0.00 0.01 0.01 99.89 11:48:51 11:40:01 0 0.03 0.00 0.00 0.03 0.02 99.92 11:48:51 11:40:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:40:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:40:01 3 0.62 0.00 0.02 0.00 0.02 99.35 11:48:51 11:40:01 4 0.03 0.00 0.02 0.00 0.02 99.93 11:48:51 11:40:01 5 0.00 0.00 0.00 0.02 0.02 99.97 11:48:51 11:40:01 6 0.00 0.00 0.00 0.02 0.00 99.98 11:48:51 11:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:41:01 all 0.01 0.00 0.01 0.01 0.01 99.97 11:48:51 11:41:01 0 0.03 0.00 0.02 0.05 0.00 99.90 11:48:51 11:41:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 11:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:41:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:41:01 4 0.02 0.00 0.00 0.00 0.03 99.95 11:48:51 11:41:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 11:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:41:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:42:01 all 0.02 0.00 0.01 0.01 0.01 99.96 11:48:51 11:42:01 0 0.03 0.00 0.02 0.05 0.02 99.88 11:48:51 11:42:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 11:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:42:01 3 0.00 0.00 0.02 0.00 0.02 99.97 11:48:51 11:42:01 4 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 11:42:01 5 0.03 0.00 0.00 0.00 0.00 99.97 11:48:51 11:42:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:48:51 11:42:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 11:43:01 all 0.01 0.00 0.00 0.01 0.01 99.97 11:48:51 11:43:01 0 0.03 0.00 0.00 0.05 0.00 99.92 11:48:51 11:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:43:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:43:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:43:01 4 0.02 0.00 0.03 0.00 0.03 99.92 11:48:51 11:43:01 5 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:43:01 6 0.00 0.00 0.00 0.02 0.00 99.98 11:48:51 11:43:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:48:51 11:43:01 CPU %user %nice %system %iowait %steal %idle 11:48:51 11:44:01 all 0.01 0.00 0.01 0.01 0.01 99.96 11:48:51 11:44:01 0 0.02 0.00 0.00 0.05 0.02 99.92 11:48:51 11:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:44:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:44:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:44:01 4 0.05 0.00 0.03 0.00 0.02 99.90 11:48:51 11:44:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 11:44:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:44:01 7 0.00 0.00 0.02 0.02 0.00 99.97 11:48:51 11:45:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:48:51 11:45:01 0 0.00 0.00 0.02 0.03 0.00 99.95 11:48:51 11:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:45:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 11:45:01 3 0.13 0.00 0.00 0.00 0.02 99.85 11:48:51 11:45:01 4 0.02 0.00 0.03 0.00 0.03 99.92 11:48:51 11:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:45:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:48:51 11:45:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:46:01 all 0.27 0.00 0.00 0.01 0.01 99.71 11:48:51 11:46:01 0 0.05 0.00 0.02 0.05 0.02 99.87 11:48:51 11:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:48:51 11:46:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:48:51 11:46:01 3 1.99 0.00 0.00 0.00 0.00 98.01 11:48:51 11:46:01 4 0.03 0.00 0.00 0.00 0.02 99.95 11:48:51 11:46:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:48:51 11:46:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:48:51 11:46:01 7 0.02 0.00 0.00 0.02 0.00 99.97 11:48:51 11:47:01 all 3.90 0.00 1.19 0.69 0.03 94.20 11:48:51 11:47:01 0 3.01 0.00 1.20 0.62 0.02 95.15 11:48:51 11:47:01 1 3.53 0.00 1.19 0.10 0.02 95.16 11:48:51 11:47:01 2 2.60 0.00 0.95 0.40 0.03 96.01 11:48:51 11:47:01 3 5.36 0.00 1.93 3.42 0.05 89.24 11:48:51 11:47:01 4 2.54 0.00 0.99 0.12 0.05 96.30 11:48:51 11:47:01 5 3.18 0.00 1.10 0.03 0.02 95.67 11:48:51 11:47:01 6 4.95 0.00 0.94 0.03 0.02 94.06 11:48:51 11:47:01 7 5.98 0.00 1.19 0.75 0.03 92.04 11:48:51 11:48:01 all 26.67 0.00 6.47 0.79 0.08 65.99 11:48:51 11:48:01 0 27.91 0.00 6.81 0.24 0.08 64.97 11:48:51 11:48:01 1 25.44 0.00 6.22 0.35 0.07 67.92 11:48:51 11:48:01 2 26.99 0.00 6.06 1.00 0.08 65.87 11:48:51 11:48:01 3 26.30 0.00 6.37 0.76 0.07 66.50 11:48:51 11:48:01 4 27.58 0.00 6.77 0.32 0.07 65.27 11:48:51 11:48:01 5 25.38 0.00 6.01 0.15 0.08 68.37 11:48:51 11:48:01 6 27.08 0.00 6.88 3.42 0.08 62.53 11:48:51 11:48:01 7 26.71 0.00 6.64 0.10 0.08 66.47 11:48:51 Average: all 0.33 0.00 0.08 0.02 0.01 99.57 11:48:51 Average: 0 0.40 0.00 0.08 0.04 0.01 99.47 11:48:51 Average: 1 0.42 0.00 0.07 0.00 0.01 99.50 11:48:51 Average: 2 0.26 0.00 0.08 0.02 0.00 99.63 11:48:51 Average: 3 0.45 0.00 0.07 0.03 0.02 99.42 11:48:51 Average: 4 0.27 0.00 0.08 0.01 0.02 99.62 11:48:51 Average: 5 0.25 0.00 0.07 0.01 0.00 99.66 11:48:51 Average: 6 0.28 0.00 0.07 0.03 0.00 99.62 11:48:51 Average: 7 0.29 0.00 0.07 0.01 0.01 99.61 11:48:51 11:48:51 11:48:51