Closed nick-youngblut closed 5 years ago
I see this issue when taking a Centos 7.6 machine with 3.10.0-957.27.2.el7.x86_64 with a working EPEL singularity 3.2.1-1 to EPEL's singularity-3.4.2-1.1.el7.x86_64
$ singularity -d run lowcow.sif
DEBUG [U=1266233,P=850] createConfDir() /rds/general/user/slacalle/home/.singularity already exists. Not creating.
DEBUG [U=1266233,P=850] getCacheBasedir() environment variable SINGULARITY_CACHEDIR not set, using default image cache
DEBUG [U=1266233,P=850] updateCacheSubdir() Caching directory set to /rds/general/user/slacalle/home/.singularity/cache/library
DEBUG [U=1266233,P=850] updateCacheSubdir() Caching directory set to /rds/general/user/slacalle/home/.singularity/cache/oci-tmp
DEBUG [U=1266233,P=850] updateCacheSubdir() Caching directory set to /rds/general/user/slacalle/home/.singularity/cache/oci
DEBUG [U=1266233,P=850] updateCacheSubdir() Caching directory set to /rds/general/user/slacalle/home/.singularity/cache/net
DEBUG [U=1266233,P=850] updateCacheSubdir() Caching directory set to /rds/general/user/slacalle/home/.singularity/cache/shub
DEBUG [U=1266233,P=850] updateCacheSubdir() Caching directory set to /rds/general/user/slacalle/home/.singularity/cache/oras
DEBUG [U=1266233,P=850] execStarter() Use starter binary /usr/libexec/singularity/bin/starter-suid
DEBUG [U=1266233,P=850] execStarter() Checking for encrypted system partition
DEBUG [U=1266233,P=850] Init() Image format detection
DEBUG [U=1266233,P=850] Init() Check for sandbox image format
DEBUG [U=1266233,P=850] Init() sandbox format initializer returned: not a directory image
DEBUG [U=1266233,P=850] Init() Check for sif image format
DEBUG [U=1266233,P=850] Init() sif image format detected
VERBOSE [U=1266233,P=850] SetContainerEnv() HOME = /rds/general/user/slacalle/home
VERBOSE [U=0,P=850] print() Set messagelevel to: 5
VERBOSE [U=0,P=850] init() Starter initialization
DEBUG [U=0,P=850] get_pipe_exec_fd() PIPE_EXEC_FD value: 9
VERBOSE [U=0,P=850] is_suid() Check if we are running as setuid
VERBOSE [U=0,P=850] priv_drop() Drop root privileges
DEBUG [U=1266233,P=850] init() Read engine configuration
DEBUG [U=1266233,P=850] init() Wait completion of stage1
VERBOSE [U=1266233,P=861] priv_drop() Drop root privileges permanently
DEBUG [U=1266233,P=861] set_parent_death_signal() Set parent death signal to 9
VERBOSE [U=1266233,P=861] init() Spawn stage 1
DEBUG [U=1266233,P=861] startup() singularity runtime engine selected
VERBOSE [U=1266233,P=861] startup() Execute stage 1
DEBUG [U=1266233,P=861] StageOne() Entering stage 1
DEBUG [U=1266233,P=861] Init() Image format detection
DEBUG [U=1266233,P=861] Init() Check for sandbox image format
DEBUG [U=1266233,P=861] Init() sandbox format initializer returned: not a directory image
DEBUG [U=1266233,P=861] Init() Check for sif image format
DEBUG [U=1266233,P=861] Init() sif image format detected
VERBOSE [U=1266233,P=850] wait_child() stage 1 exited with status 0
DEBUG [U=1266233,P=850] cleanup_fd() Close file descriptor 4
DEBUG [U=1266233,P=850] cleanup_fd() Close file descriptor 5
DEBUG [U=1266233,P=850] cleanup_fd() Close file descriptor 7
DEBUG [U=1266233,P=850] cleanup_fd() Close file descriptor 8
DEBUG [U=1266233,P=850] init() Set child signal mask
DEBUG [U=1266233,P=850] init() Create socketpair for master communication channel
DEBUG [U=1266233,P=850] init() Create RPC socketpair for communication between stage 2 and RPC server
VERBOSE [U=1266233,P=850] priv_escalate() Get root privileges
VERBOSE [U=0,P=850] priv_escalate() Change filesystem uid to 1266233
VERBOSE [U=0,P=850] init() Spawn master process
DEBUG [U=0,P=868] set_parent_death_signal() Set parent death signal to 9
VERBOSE [U=0,P=868] create_namespace() Create mount namespace
VERBOSE [U=0,P=850] enter_namespace() Entering in mount namespace
DEBUG [U=0,P=850] enter_namespace() Opening namespace file ns/mnt
DEBUG [U=0,P=850] setns() Using syscall() wrapped __NR_setns
VERBOSE [U=0,P=868] create_namespace() Create mount namespace
DEBUG [U=0,P=869] set_parent_death_signal() Set parent death signal to 9
VERBOSE [U=0,P=869] init() Spawn RPC server
DEBUG [U=1266233,P=850] startup() singularity runtime engine selected
VERBOSE [U=1266233,P=850] startup() Execute master process
FATAL [U=1266233,P=850] Master() container creation failed: unable to parse singularity.conf file: open /etc/singularity/singularity.conf: no such file or directory
DEBUG [U=0,P=869] startup() singularity runtime engine selected
VERBOSE [U=0,P=869] startup() Serve RPC requests
@nick-youngblut Could you provide step in order to reproduce it ? Is it a vagrant/virtualbox VM ? and is there any particular setup done before running singularity ?
Between another user on slack reported a similar issue with epel package on centos7.7
Further -- have no ~/.singularity customisation, and the /etc/singularity/singularity.conf comes from the EPEL package (with different contents to that from the 3.2.1 package)
Issue also occurs if singularity is run as root
I have found a Centos 7.6 machine with the latest epel singularity, which does work. The point of divergence in the debug trace is:
VERBOSE [U=0,P=4887] startup() Serve RPC requests
DEBUG [U=97933,P=4143] checkOverlay() Overlay seems supported and allowed by kernel
DEBUG [U=97933,P=4143] setupSessionLayout() Attempting to use overlayfs (enable overlay = try)
DEBUG [U=97933,P=4143] setupOverlayLayout() Creating overlay SESSIONDIR layout
'''
@mj-harvey And on a Centos 7.7 machine with the latest epel, does it work too ? Trying to determine if that come from a recent change in kernel like a backported patch.
The VM was created with a lightweight container framework that is very similar to lxc.
My setup was simply as described in the quick start:
# from a brand new VM
$ sudo apt-get update && sudo apt-get install -y \
build-essential \
libssl-dev \
uuid-dev \
libgpgme11-dev \
squashfs-tools \
libseccomp-dev \
wget \
pkg-config \
git \
cryptsetup
$ export VERSION=1.13 OS=linux ARCH=amd64 && \
wget https://dl.google.com/go/go$VERSION.$OS-$ARCH.tar.gz && \ package
sudo tar -C /usr/local -xzvf go$VERSION.$OS-$ARCH.tar.gz && \
rm go$VERSION.$OS-$ARCH.tar.gz # Deletes the ``tar`` file
$ echo 'export PATH=/usr/local/go/bin:$PATH' >> ~/.bashrc && \
source ~/.bashrc
$ export VERSION=3.5.0 && \
wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-${VERSION}.tar.gz && \
tar -xzf singularity-${VERSION}.tar.gz && \
cd singularity
$ ./mconfig && \
make -C builddir && \
sudo make -C builddir install
$ singularity pull library://sylabsed/examples/lolcow
$ singularity shell lolcow_latest.sif
@nick-youngblut What is the lightweight container framework
you mentioned ? Also have you try with the recent version of Go instead : export VERSION=1.13.4
?
@cclerget the latest epel release does not work on the centos 7.7 machine. that is fully up to date, but it's not a fresh install.
I'm not able to try the older 3.2.1 epel release on a centos 7.7 system at the moment, but can in a day or so.
The lightweight container framework
was created by our admin. Here's the link: http://people.tuebingen.mpg.de/maan/micoforia/
The admin can make the source code available. Here's the main details:
@mj-harvey I'm not able to reproduce the issue on Centos 7.7, with a fresh vagrant box bento/centos7.7
:
epel-testing
, updated Singularity to testing 3.5.0-1, all good@mj-harvey is SELinux enabled (and enforced) on Centos7.7 ?
@nick-youngblut Thanks for the information, the author could help us to determine what's wrong, the issue is really weird because singularity.conf
is open/read multiple time during the workflow but the last open fail with no such file or directory
which means something mess up with mount namespaces because the master process opening singularity.conf
joined the first "shared" mount namespace created by the final container process, and it looks like the master process joined a mount namespace where /usr/local/etc/singularity/singularity.conf
is not present like joining a mount namespace where a pivot_root
already occured or a mount namespace residing in another root filesystem, so it make me think that the master process in reality joined the initial host mount namespace where /usr/local/etc/singularity/singularity.conf
is not present. Here few questions :
chroot
or pivot_root
when spawning the container ? because chroot
is easily breakableunshare
syscall a sort of noop or is the framework allow nested containers ?@cclerget selinux is either disabled or in permissive mode on my test machines. I've just tried 3.5.0-1 from epel-testing on the problematic machines, and see the same behaviour.
For now I'm going to have to revert to 3.2.1, but what else can I do to debug this?
Additional info from nonworking machine:
# mount | grep -v "run/user"
/dev/sda on / type xfs (rw,relatime,inode64,noquota)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
devtmpfs on /dev type devtmpfs (rw,nosuid,size=99006112k,nr_inodes=24751528,mode=755)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_prio,net_cls)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpuacct,cpu)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=22,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=346)
mqueue on /dev/mqueue type mqueue (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
rds on /rdsgpfs type gpfs (rw,relatime)
lsmod
8021q 33208 0
ablk_helper 13597 1 aesni_intel
acpi_power_meter 18104 0
aesni_intel 189415 0
ahci 34056 1
ahci_platform 13028 0
ata_piix 35052 0
auth_rpcgss 59415 0
bluetooth 548688 0
bnx2 89308 0
bnx2x 752743 0
coretemp 13444 0
cpufreq_stats 13388 0
crc32c_intel 22094 0
crc32_pclmul 13133 0
crc_t10dif 12912 1 sd_mod
crct10dif_common 12595 3 crct10dif_pclmul,crct10dif_generic,crc_t10dif
crct10dif_generic 12647 0
crct10dif_pclmul 14307 1
cryptd 21190 3 ghash_clmulni_intel,aesni_intel,ablk_helper
cxgb4 355093 0
dca 15130 2 igb,ixgbe
devlink 48345 4 mlx4_en,mlx4_ib,mlx4_core,mlx5_core
drm 429744 4 ttm,drm_kms_helper,mgag200
drm_kms_helper 179394 1 mgag200
drm_panel_orientation_quirks 12957 1 drm
e1000 137586 0
e1000e 248519 0
ext4 579979 0
fb_sys_fops 12703 1 drm_kms_helper
fscache 64984 1 nfs
garp 14384 1 8021q
gf128mul 15139 1 lrw
ghash_clmulni_intel 13273 0
glue_helper 13990 1 aesni_intel
grace 13515 1 lockd
hpsa 94771 0
i2c_algo_bit 13413 2 igb,mgag200
i2c_i801 22637 0
ib_cm 53141 2 rdma_cm,ib_ipoib
ib_core 300520 9 rdma_cm,ib_cm,iw_cm,mlx4_ib,mlx5_ib,ib_umad,ib_uverbs,rdma_ucm,ib_ipoib
ib_ipoib 176895 0
ib_umad 22093 0
ib_uverbs 127130 3 mlx4_ib,mlx5_ib,rdma_ucm
igb 214975 0
intel_powerclamp 14451 0
intel_rapl 19542 0
iosf_mbi 15582 1 intel_rapl
ipmi_devintf 17603 0
ipmi_msghandler 56032 2 ipmi_devintf,ipmi_si
ipmi_si 59191 0
ip_tables 27126 0
irqbypass 13503 1 kvm
isci 137548 0
iTCO_vendor_support 13718 1 iTCO_wdt
iTCO_wdt 13480 0
iw_cm 43514 1 rdma_cm
ixgbe 318969 0
jbd2 107478 1 ext4
joydev 17389 0
kvm 621392 1 kvm_intel
kvm_intel 188683 0
libahci 31992 2 ahci,ahci_platform
libata 243133 7 ahci,sata_sil,sata_nv,libahci,libsas,ata_piix,ahci_platform
libcrc32c 12644 2 xfs,bnx2x
libsas 79001 1 isci
llc 14552 2 stp,garp
lockd 93952 2 nfs,nfsv3
loop 28072 0
lpc_ich 21086 0
lrw 13286 1 aesni_intel
mbcache 14958 1 ext4
mdio 14073 2 bnx2x,ixgbe
mei 91150 1 mei_me
mei_me 32848 0
mgag200 41053 1
mlx4_core 360639 2 mlx4_en,mlx4_ib
mlx4_en 146420 0
mlx4_ib 212206 0
mlx5_core 984868 1 mlx5_ib
mlx5_ib 345327 0
mlx_compat 29590 13 rdma_cm,ib_cm,iw_cm,mlx4_en,mlx4_ib,mlx5_ib,ib_core,ib_umad,ib_uverbs,mlx4_core,mlx5_core,rdma_ucm,ib_ipoib
mlxfw 18227 1 mlx5_core
Module Size Used by
mptbase 106036 3 mptsas,mptspi,mptscsih
mptsas 62316 0
mptscsih 40150 2 mptsas,mptspi
mptspi 22628 0
mrp 18542 1 8021q
mxm_wmi 13021 0
nfs 261760 2 nfsv3
nfs_acl 12837 1 nfsv3
nfsv3 43720 1
overlay 71964 0
pcspkr 12718 0
pps_core 19057 1 ptp
ptp 19231 8 igb,tg3,bnx2x,cxgb4,ixgbe,e1000e,mlx4_en,mlx5_core
rdma_cm 60234 1 rdma_ucm
rdma_ucm 26930 0
rfkill 22391 1 bluetooth
sata_nv 31853 0
sata_sil 13525 0
sb_edac 31940 0
scsi_tgt 20027 1 scsi_transport_fc
scsi_transport_fc 64007 0
scsi_transport_sas 41224 4 hpsa,isci,libsas,mptsas
scsi_transport_spi 30732 1 mptspi
sd_mod 46281 1
sg 40721 0
squashfs 47827 0
stp 12976 1 garp
sunrpc 353103 20 nfs,auth_rpcgss,lockd,nfsv3,nfs_acl
syscopyarea 12529 1 drm_kms_helper
sysfillrect 12701 1 drm_kms_helper
sysimgblt 12640 1 drm_kms_helper
tg3 174781 0
ttm 114635 1 mgag200
umc 14567 1 whci
uwb 75247 1 wusbcore
vfio 32657 1 vfio_iommu_type1
vfio_iommu_type1 22300 0
whci 12813 0
wmi 21636 1 mxm_wmi
wusbcore 49781 0
xfs 996949 1
dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.10.0-957.27.2.el7.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) ) #1 SMP Mon Jul 29 17:46:05 UTC 2019
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-centos7 rw initrd=Initrd.vmlinuz-centos7 enforcing=0 autorelabel=1 console=tty0 console=ttyS0,115200 initrd=/Initrd.vmlinuz-centos7
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000760f1fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000760f2000-0x0000000077678fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000077679000-0x00000000776dafff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000776db000-0x000000007b85ffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007b860000-0x000000007bd27fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007bd28000-0x000000007bd28fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007bd29000-0x000000007bd4efff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007bd4f000-0x000000007bffffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007c000000-0x000000008fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed44fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ff3fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff500000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000407fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 3.0 present.
[ 0.000000] DMI: FUJITSU PRIMERGY CX2550 M2/D3343-B1, BIOS V5.0.0.11 R1.8.0 for D3343-B1x 12/19/2016
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x4080000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: write-back
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000080000000 mask 3FFF80000000 uncachable
[ 0.000000] 1 base 0F8000000000 mask 3F8000000000 uncachable
[ 0.000000] 2 base 0000C6000000 mask 3FFFFF000000 write-through
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] PAT configuration [0-7]: WB WC UC- UC WB WP UC- UC
[ 0.000000] e820: last_pfn = 0x7c000 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fce10-0x000fce1f] mapped at [ffffffffff200e10]
[ 0.000000] Base memory trampoline at [ffff932c00097000] 97000 size 24576
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] BRK [0x2483a53000, 0x2483a53fff] PGTABLE
[ 0.000000] BRK [0x2483a54000, 0x2483a54fff] PGTABLE
[ 0.000000] BRK [0x2483a55000, 0x2483a55fff] PGTABLE
[ 0.000000] BRK [0x2483a56000, 0x2483a56fff] PGTABLE
[ 0.000000] BRK [0x2483a57000, 0x2483a57fff] PGTABLE
[ 0.000000] BRK [0x2483a58000, 0x2483a58fff] PGTABLE
[ 0.000000] BRK [0x2483a59000, 0x2483a59fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x73076000-0x760f1fff]
[ 0.000000] Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 00000000000f05b0 00024 (v02 FUJ )
[ 0.000000] ACPI: XSDT 000000007768c0a8 000D4 (v01 FUJ D3343-B1 10800000 AMI 00010013)
[ 0.000000] ACPI: FACP 00000000776bf720 0010C (v05 FUJ D3343-B1 10800000 AMI 00010013)
[ 0.000000] ACPI: DSDT 000000007768c210 3350E (v02 FUJ D3343-B1 10800000 INTL 20091013)
[ 0.000000] ACPI: FACS 000000007b85ef80 00040
[ 0.000000] ACPI: APIC 00000000776bf830 00304 (v03 FUJ D3343-B1 10800000 AMI 00010013)
[ 0.000000] ACPI: FPDT 00000000776bfb38 00044 (v01 FUJ D3343-B1 10800000 AMI 00010013)
[ 0.000000] ACPI: FIDT 00000000776bfb80 0009C (v01 FUJ D3343-B1 10800000 AMI 00010013)
[ 0.000000] ACPI: SPMI 00000000776bfc20 00041 (v05 FUJ D3343-B1 00000000 AMI. 00000000)
[ 0.000000] ACPI: MCFG 00000000776bfc68 0003C (v01 FUJ D3343-B1 10800000 MSFT 00000097)
[ 0.000000] ACPI: UEFI 00000000776bfca8 00042 (v01 FUJ D3343-B1 10800000 00000000)
[ 0.000000] ACPI: HPET 00000000776bfcf0 00038 (v01 FUJ D3343-B1 00000001 INTL 20091013)
[ 0.000000] ACPI: MSCT 00000000776bfd28 00090 (v01 FUJ D3343-B1 00000001 INTL 20091013)
[ 0.000000] ACPI: SLIT 00000000776bfdb8 00030 (v01 FUJ D3343-B1 00000001 INTL 20091013)
[ 0.000000] ACPI: SRAT 00000000776bfde8 01158 (v03 FUJ D3343-B1 00000001 INTL 20091013)
[ 0.000000] ACPI: WDDT 00000000776c0f40 00040 (v01 FUJ D3343-B1 00000000 INTL 20091013)
[ 0.000000] ACPI: SSDT 00000000776c0f80 1700F (v02 FUJ PmMgt 00000001 INTL 20120913)
[ 0.000000] ACPI: NITR 00000000776d7f90 00071 (v02 FUJ D3343-B1 00000001 INTL 20091013)
[ 0.000000] ACPI: SSDT 00000000776d8008 0262B (v02 FUJ SpsNm 00000002 INTL 20120913)
[ 0.000000] ACPI: SSDT 00000000776da638 00064 (v02 FUJ SpsNvs 00000002 INTL 20120913)
[ 0.000000] ACPI: PRAD 00000000776da6a0 000D1 (v02 FUJ D3343-B1 00000002 INTL 20120913)
[ 0.000000] ACPI: DMAR 00000000776da778 000F0 (v01 FUJ D3343-B1 00000001 INTL 20091013)
[ 0.000000] ACPI: HEST 00000000776da868 000A8 (v01 FUJ D3343-B1 00000001 INTL 00000001)
[ 0.000000] ACPI: BERT 00000000776da910 00030 (v01 FUJ D3343-B1 00000001 INTL 00000001)
[ 0.000000] ACPI: ERST 00000000776da940 00230 (v01 FUJ D3343-B1 00000001 INTL 00000001)
[ 0.000000] ACPI: EINJ 00000000776dab70 00150 (v01 FUJ D3343-B1 00000001 INTL 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x04 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x06 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x08 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0a -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x10 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x12 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x14 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x16 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x18 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x1a -> Node 0
[ 0.000000] SRAT: PXM 1 -> APIC 0x20 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x22 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x24 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x26 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x28 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x2a -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x30 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x32 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x34 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x36 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x38 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x3a -> Node 1
[ 0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x03 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x05 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x07 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x09 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0b -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x11 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x13 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x15 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x17 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x19 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x1b -> Node 0
[ 0.000000] SRAT: PXM 1 -> APIC 0x21 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x23 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x25 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x27 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x29 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x2b -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x31 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x33 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x35 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x37 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x39 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x3b -> Node 1
[ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x7fffffff]
[ 0.000000] SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[ 0.000000] SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[ 0.000000] NUMA: Initialized distance table, cnt=2
[ 0.000000] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00000000-0x207fffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x207ffd9000-0x207fffffff]
[ 0.000000] NODE_DATA(1) allocated [mem 0x407ffd8000-0x407fffefff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x407fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
[ 0.000000] node 0: [mem 0x00100000-0x760f1fff]
[ 0.000000] node 0: [mem 0x7bd28000-0x7bd28fff]
[ 0.000000] node 0: [mem 0x7bd4f000-0x7bffffff]
[ 0.000000] node 0: [mem 0x100000000-0x207fffffff]
[ 0.000000] node 1: [mem 0x2080000000-0x407fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x00001000-0x207fffffff]
[ 0.000000] On node 0 totalpages: 33514304
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3996 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 7503 pages used for memmap
[ 0.000000] DMA32 zone: 480164 pages, LIFO batch:31
[ 0.000000] Normal zone: 516096 pages used for memmap
[ 0.000000] Normal zone: 33030144 pages, LIFO batch:31
[ 0.000000] Initmem setup node 1 [mem 0x2080000000-0x407fffffff]
[ 0.000000] On node 1 totalpages: 33554432
[ 0.000000] Normal zone: 524288 pages used for memmap
[ 0.000000] Normal zone: 33554432 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x08] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x0a] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x10] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x12] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x14] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x16] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x18] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x1a] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x20] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x22] lapic_id[0x22] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x24] lapic_id[0x24] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x26] lapic_id[0x26] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x28] lapic_id[0x28] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x2a] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x30] lapic_id[0x30] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x32] lapic_id[0x32] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x34] lapic_id[0x34] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x36] lapic_id[0x36] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x38] lapic_id[0x38] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x3a] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x09] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0b] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x11] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x13] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x15] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x17] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x19] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x1b] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x21] lapic_id[0x21] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x23] lapic_id[0x23] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x25] lapic_id[0x25] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x27] lapic_id[0x27] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x29] lapic_id[0x29] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x2b] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x31] lapic_id[0x31] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x33] lapic_id[0x33] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x35] lapic_id[0x35] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x37] lapic_id[0x37] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x39] lapic_id[0x39] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x3b] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x18] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x1a] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x20] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x22] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x24] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x26] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x28] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x2a] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x30] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x32] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x34] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x36] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x38] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x3a] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x19] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x1b] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x21] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x23] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x25] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x27] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x29] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x2b] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x31] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x33] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x35] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x37] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x39] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x3b] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec01000] gsi_base[24])
[ 0.000000] IOAPIC[1]: apic_id 2, version 32, address 0xfec01000, GSI 24-47
[ 0.000000] ACPI: IOAPIC (id[0x03] address[0xfec40000] gsi_base[48])
[ 0.000000] IOAPIC[2]: apic_id 3, version 32, address 0xfec40000, GSI 48-71
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0xb000020 (or later)
[ 0.000000] smpboot: Allowing 48 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x760f2000-0x77678fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x77679000-0x776dafff]
[ 0.000000] PM: Registered nosave memory: [mem 0x776db000-0x7b85ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7b860000-0x7bd27fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7bd29000-0x7bd4efff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7c000000-0x8fffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x90000000-0xfed1bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed44fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed45000-0xfeffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xff3fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff400000-0xff4fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff500000-0xffffffff]
[ 0.000000] e820: [mem 0x90000000-0xfed1bfff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:48 nr_cpu_ids:48 nr_node_ids:2
[ 0.000000] PERCPU: Embedded 38 pages/cpu @ffff934bff800000 s118784 r8192 d28672 u262144
[ 0.000000] pcpu-alloc: s118784 r8192 d28672 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 24 25 26 27
[ 0.000000] pcpu-alloc: [0] 28 29 30 31 32 33 34 35 [1] 12 13 14 15 16 17 18 19
[ 0.000000] pcpu-alloc: [1] 20 21 22 23 36 37 38 39 [1] 40 41 42 43 44 45 46 47
[ 0.000000] Built 2 zonelists in Zone order, mobility grouping on. Total pages: 66020764
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-centos7 rw initrd=Initrd.vmlinuz-centos7 enforcing=0 autorelabel=1 console=tty0 console=ttyS0,115200 initrd=/Initrd.vmlinuz-centos7
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
[ 0.000000] Memory: 6015644k/270532608k available (7672k kernel code, 2257664k absent, 4337004k reserved, 6049k data, 1876k init)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=48, Nodes=2
[ 0.000000] x86/pti: Unmapping kernel while in userspace
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=48.
[ 0.000000] NR_IRQS:327936 nr_irqs:1624 0
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] console [ttyS0] enabled
[ 0.000000] allocated 1073741824 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2194.854 MHz processor
[ 0.000045] Calibrating delay loop (skipped), value calculated using timer frequency.. 4389.70 BogoMIPS (lpj=2194854)
[ 0.012419] pid_max: default: 49152 minimum: 384
[ 0.017911] Security Framework initialized
[ 0.022744] SELinux: Initializing.
[ 0.026925] SELinux: Starting in permissive mode
[ 0.026926] Yama: becoming mindful.
[ 0.050006] Dentry cache hash table entries: 33554432 (order: 16, 268435456 bytes)
[ 0.112227] Inode-cache hash table entries: 16777216 (order: 15, 134217728 bytes)
[ 0.143259] Mount-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.151793] Mountpoint-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.162278] Initializing cgroup subsys memory
[ 0.167410] Initializing cgroup subsys devices
[ 0.172626] Initializing cgroup subsys freezer
[ 0.177841] Initializing cgroup subsys net_cls
[ 0.183055] Initializing cgroup subsys blkio
[ 0.188076] Initializing cgroup subsys perf_event
[ 0.193589] Initializing cgroup subsys hugetlb
[ 0.198804] Initializing cgroup subsys pids
[ 0.203727] Initializing cgroup subsys net_prio
[ 0.209095] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.216059] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.224985] CPU0: Thermal monitoring enabled (TM1)
[ 0.230642] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.236826] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0
[ 0.243109] tlb_flushall_shift: 6
[ 0.247065] Speculative Store Bypass: Vulnerable
[ 0.252474] FEATURE SPEC_CTRL Not Present
[ 0.257198] FEATURE IBPB_SUPPORT Not Present
[ 0.262343] Spectre V2 : Vulnerable: Retpoline without IBPB
[ 0.268845] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[ 0.276909] Freeing SMP alternatives: 28k freed
[ 0.284428] ACPI: Core revision 20130517
[ 0.319038] ACPI: All ACPI Tables successfully acquired
[ 0.334840] ftrace: allocating 29213 entries in 115 pages
[ 0.370460] DMAR: Host address width 46
[ 0.375001] DMAR: DRHD base: 0x000000fbffc000 flags: 0x0
[ 0.381201] DMAR: dmar0: reg_base_addr fbffc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[ 0.390578] DMAR: DRHD base: 0x000000c7ffc000 flags: 0x1
[ 0.396775] DMAR: dmar1: reg_base_addr c7ffc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[ 0.406156] DMAR: RMRR base: 0x0000007bc18000 end: 0x0000007bc28fff
[ 0.413413] DMAR: ATSR flags: 0x0
[ 0.417356] DMAR: RHSA base: 0x000000c7ffc000 proximity domain: 0x0
[ 0.424607] DMAR: RHSA base: 0x000000fbffc000 proximity domain: 0x1
[ 0.431869] DMAR-IR: IOAPIC id 3 under DRHD base 0xfbffc000 IOMMU 0
[ 0.439222] DMAR-IR: IOAPIC id 1 under DRHD base 0xc7ffc000 IOMMU 1
[ 0.446579] DMAR-IR: IOAPIC id 2 under DRHD base 0xc7ffc000 IOMMU 1
[ 0.453935] DMAR-IR: HPET id 0 under DRHD base 0xc7ffc000
[ 0.460225] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[ 0.468085] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[ 0.478075] DMAR-IR: Enabled IRQ remapping in xapic mode
[ 0.484254] IRQ remapping doesn't support X2APIC mode, disable x2apic.
[ 0.491807] Switched APIC routing to physical flat.
[ 0.498174] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.515138] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz (fam: 06, model: 4f, stepping: 01)
[ 0.557288] random: fast init done
[ 0.631290] APIC calibration not consistent with PM-Timer: 102ms instead of 100ms
[ 0.640078] APIC delta adjusted to PM-Timer: 623554 (642253)
[ 0.646667] Performance Events: PEBS fmt2+, Broadwell events, full-width counters, Intel PMU driver.
[ 0.657629] ... version: 3
[ 0.662354] ... bit width: 48
[ 0.667174] ... generic registers: 4
[ 0.671899] ... value mask: 0000ffffffffffff
[ 0.678082] ... max period: 00007fffffffffff
[ 0.684262] ... fixed-purpose events: 3
[ 0.688984] ... event mask: 000000070000000f
[ 0.705968] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.697229] smpboot: Booting Node 0, Processors #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 OK
[ 0.742121] smpboot: Booting Node 1, Processors #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23 OK
[ 0.861112] smpboot: Booting Node 0, Processors #24 #25 #26 #27 #28 #29 #30 #31 #32 #33 #34 #35 OK
[ 0.899607] smpboot: Booting Node 1, Processors #36 #37 #38 #39 #40 #41 #42 #43 #44 #45 #46 #47 OK
[ 0.938522] Brought up 48 CPUs
[ 0.942181] smpboot: Max logical packages: 2
[ 0.947196] smpboot: Total of 48 processors activated (210703.00 BogoMIPS)
[ 1.720545] node 0 initialised, 31980523 pages in 636ms
[ 1.734549] node 1 initialised, 32500051 pages in 643ms
[ 1.740891] devtmpfs: initialized
[ 1.771081] EVM: security.selinux
[ 1.775026] EVM: security.ima
[ 1.778587] EVM: security.capability
[ 1.782920] PM: Registering ACPI NVS region [mem 0x776db000-0x7b85ffff] (68702208 bytes)
[ 1.794902] atomic64 test passed for x86-64 platform with CX8 and with SSE
[ 1.802838] pinctrl core: initialized pinctrl subsystem
[ 1.809018] RTC time: 17:05:54, date: 10/22/19
[ 1.814350] NET: Registered protocol family 16
[ 1.819908] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 1.828796] ACPI: bus type PCI registered
[ 1.833522] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 1.841064] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x80000000-0x8fffffff] (base 0x80000000)
[ 1.851900] PCI: MMCONFIG at [mem 0x80000000-0x8fffffff] reserved in E820
[ 1.859750] PCI: Using configuration type 1 for base access
[ 1.874975] ACPI: Added _OSI(Module Device)
[ 1.879888] ACPI: Added _OSI(Processor Device)
[ 1.885094] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 1.890594] ACPI: Added _OSI(Processor Aggregator Device)
[ 1.896874] ACPI: Added _OSI(Linux-Dell-Video)
[ 1.909655] ACPI: EC: Look up EC in DSDT
[ 1.931615] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 2.002607] ACPI: Interpreter enabled
[ 2.006959] ACPI: (supports S0 S4 S5)
[ 2.011296] ACPI: Using IOAPIC for interrupt routing
[ 2.017138] HEST: Table parsing has been initialized.
[ 2.023032] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 2.033703] ACPI: GPE 0x24 active on init
[ 2.038585] ACPI: Enabled 6 GPEs in block 00 to 3F
[ 2.081782] ACPI: PCI Root Bridge [UNC1] (domain 0000 [bus ff])
[ 2.088651] acpi PNP0A03:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 2.100297] acpi PNP0A03:02: _OSC: platform does not support [SHPCHotplug AER]
[ 2.109579] acpi PNP0A03:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 2.118561] acpi PNP0A03:02: FADT indicates ASPM is unsupported, using BIOS configuration
[ 2.128175] PCI host bridge to bus 0000:ff
[ 2.132995] pci_bus 0000:ff: root bus resource [bus ff]
[ 2.139093] pci 0000:ff:08.0: [8086:6f80] type 00 class 0x088000
[ 2.139157] pci 0000:ff:08.2: [8086:6f32] type 00 class 0x110100
[ 2.139212] pci 0000:ff:08.3: [8086:6f83] type 00 class 0x088000
[ 2.139278] pci 0000:ff:09.0: [8086:6f90] type 00 class 0x088000
[ 2.139330] pci 0000:ff:09.2: [8086:6f33] type 00 class 0x110100
[ 2.139384] pci 0000:ff:09.3: [8086:6f93] type 00 class 0x088000
[ 2.139448] pci 0000:ff:0b.0: [8086:6f81] type 00 class 0x088000
[ 2.139497] pci 0000:ff:0b.1: [8086:6f36] type 00 class 0x110100
[ 2.139547] pci 0000:ff:0b.2: [8086:6f37] type 00 class 0x110100
[ 2.139597] pci 0000:ff:0b.3: [8086:6f76] type 00 class 0x088000
[ 2.139648] pci 0000:ff:0c.0: [8086:6fe0] type 00 class 0x088000
[ 2.139699] pci 0000:ff:0c.1: [8086:6fe1] type 00 class 0x088000
[ 2.139747] pci 0000:ff:0c.2: [8086:6fe2] type 00 class 0x088000
[ 2.139796] pci 0000:ff:0c.3: [8086:6fe3] type 00 class 0x088000
[ 2.139846] pci 0000:ff:0c.4: [8086:6fe4] type 00 class 0x088000
[ 2.139895] pci 0000:ff:0c.5: [8086:6fe5] type 00 class 0x088000
[ 2.139944] pci 0000:ff:0c.6: [8086:6fe6] type 00 class 0x088000
[ 2.139995] pci 0000:ff:0c.7: [8086:6fe7] type 00 class 0x088000
[ 2.140044] pci 0000:ff:0d.0: [8086:6fe8] type 00 class 0x088000
[ 2.140094] pci 0000:ff:0d.1: [8086:6fe9] type 00 class 0x088000
[ 2.140143] pci 0000:ff:0d.2: [8086:6fea] type 00 class 0x088000
[ 2.140192] pci 0000:ff:0d.3: [8086:6feb] type 00 class 0x088000
[ 2.140247] pci 0000:ff:0f.0: [8086:6ff8] type 00 class 0x088000
[ 2.140296] pci 0000:ff:0f.1: [8086:6ff9] type 00 class 0x088000
[ 2.140345] pci 0000:ff:0f.2: [8086:6ffa] type 00 class 0x088000
[ 2.140394] pci 0000:ff:0f.3: [8086:6ffb] type 00 class 0x088000
[ 2.140445] pci 0000:ff:0f.4: [8086:6ffc] type 00 class 0x088000
[ 2.140500] pci 0000:ff:0f.5: [8086:6ffd] type 00 class 0x088000
[ 2.140551] pci 0000:ff:0f.6: [8086:6ffe] type 00 class 0x088000
[ 2.140604] pci 0000:ff:10.0: [8086:6f1d] type 00 class 0x088000
[ 2.140654] pci 0000:ff:10.1: [8086:6f34] type 00 class 0x110100
[ 2.140706] pci 0000:ff:10.5: [8086:6f1e] type 00 class 0x088000
[ 2.140755] pci 0000:ff:10.6: [8086:6f7d] type 00 class 0x110100
[ 2.140804] pci 0000:ff:10.7: [8086:6f1f] type 00 class 0x088000
[ 2.140854] pci 0000:ff:12.0: [8086:6fa0] type 00 class 0x088000
[ 2.140891] pci 0000:ff:12.1: [8086:6f30] type 00 class 0x110100
[ 2.140945] pci 0000:ff:12.4: [8086:6f60] type 00 class 0x088000
[ 2.140983] pci 0000:ff:12.5: [8086:6f38] type 00 class 0x110100
[ 2.141038] pci 0000:ff:13.0: [8086:6fa8] type 00 class 0x088000
[ 2.141128] pci 0000:ff:13.1: [8086:6f71] type 00 class 0x088000
[ 2.141218] pci 0000:ff:13.2: [8086:6faa] type 00 class 0x088000
[ 2.141307] pci 0000:ff:13.3: [8086:6fab] type 00 class 0x088000
[ 2.141378] pci 0000:ff:14.0: [8086:6fb0] type 00 class 0x088000
[ 2.141441] pci 0000:ff:14.1: [8086:6fb1] type 00 class 0x088000
[ 2.141505] pci 0000:ff:14.2: [8086:6fb2] type 00 class 0x088000
[ 2.141570] pci 0000:ff:14.3: [8086:6fb3] type 00 class 0x088000
[ 2.141637] pci 0000:ff:16.0: [8086:6f68] type 00 class 0x088000
[ 2.141728] pci 0000:ff:16.1: [8086:6f79] type 00 class 0x088000
[ 2.141818] pci 0000:ff:16.2: [8086:6f6a] type 00 class 0x088000
[ 2.141909] pci 0000:ff:16.3: [8086:6f6b] type 00 class 0x088000
[ 2.141993] pci 0000:ff:17.0: [8086:6fd0] type 00 class 0x088000
[ 2.142085] pci 0000:ff:17.1: [8086:6fd1] type 00 class 0x088000
[ 2.142154] pci 0000:ff:17.2: [8086:6fd2] type 00 class 0x088000
[ 2.142217] pci 0000:ff:17.3: [8086:6fd3] type 00 class 0x088000
[ 2.142289] pci 0000:ff:1e.0: [8086:6f98] type 00 class 0x088000
[ 2.142340] pci 0000:ff:1e.1: [8086:6f99] type 00 class 0x088000
[ 2.142390] pci 0000:ff:1e.2: [8086:6f9a] type 00 class 0x088000
[ 2.142440] pci 0000:ff:1e.3: [8086:6fc0] type 00 class 0x088000
[ 2.142477] pci 0000:ff:1e.4: [8086:6f9c] type 00 class 0x088000
[ 2.142579] ACPI: PCI Root Bridge [UNC0] (domain 0000 [bus 7f])
[ 2.149450] acpi PNP0A03:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 2.159491] acpi PNP0A03:03: _OSC: platform does not support [SHPCHotplug AER]
[ 2.168774] acpi PNP0A03:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 2.177760] acpi PNP0A03:03: FADT indicates ASPM is unsupported, using BIOS configuration
[ 2.187368] PCI host bridge to bus 0000:7f
[ 2.192187] pci_bus 0000:7f: root bus resource [bus 7f]
[ 2.198281] pci 0000:7f:08.0: [8086:6f80] type 00 class 0x088000
[ 2.198335] pci 0000:7f:08.2: [8086:6f32] type 00 class 0x110100
[ 2.198387] pci 0000:7f:08.3: [8086:6f83] type 00 class 0x088000
[ 2.198448] pci 0000:7f:09.0: [8086:6f90] type 00 class 0x088000
[ 2.198497] pci 0000:7f:09.2: [8086:6f33] type 00 class 0x110100
[ 2.198547] pci 0000:7f:09.3: [8086:6f93] type 00 class 0x088000
[ 2.198607] pci 0000:7f:0b.0: [8086:6f81] type 00 class 0x088000
[ 2.198654] pci 0000:7f:0b.1: [8086:6f36] type 00 class 0x110100
[ 2.198702] pci 0000:7f:0b.2: [8086:6f37] type 00 class 0x110100
[ 2.198749] pci 0000:7f:0b.3: [8086:6f76] type 00 class 0x088000
[ 2.198797] pci 0000:7f:0c.0: [8086:6fe0] type 00 class 0x088000
[ 2.198844] pci 0000:7f:0c.1: [8086:6fe1] type 00 class 0x088000
[ 2.198891] pci 0000:7f:0c.2: [8086:6fe2] type 00 class 0x088000
[ 2.198937] pci 0000:7f:0c.3: [8086:6fe3] type 00 class 0x088000
[ 2.198985] pci 0000:7f:0c.4: [8086:6fe4] type 00 class 0x088000
[ 2.199034] pci 0000:7f:0c.5: [8086:6fe5] type 00 class 0x088000
[ 2.199083] pci 0000:7f:0c.6: [8086:6fe6] type 00 class 0x088000
[ 2.199129] pci 0000:7f:0c.7: [8086:6fe7] type 00 class 0x088000
[ 2.199176] pci 0000:7f:0d.0: [8086:6fe8] type 00 class 0x088000
[ 2.199222] pci 0000:7f:0d.1: [8086:6fe9] type 00 class 0x088000
[ 2.199269] pci 0000:7f:0d.2: [8086:6fea] type 00 class 0x088000
[ 2.199315] pci 0000:7f:0d.3: [8086:6feb] type 00 class 0x088000
[ 2.199365] pci 0000:7f:0f.0: [8086:6ff8] type 00 class 0x088000
[ 2.199411] pci 0000:7f:0f.1: [8086:6ff9] type 00 class 0x088000
[ 2.199459] pci 0000:7f:0f.2: [8086:6ffa] type 00 class 0x088000
[ 2.199506] pci 0000:7f:0f.3: [8086:6ffb] type 00 class 0x088000
[ 2.199554] pci 0000:7f:0f.4: [8086:6ffc] type 00 class 0x088000
[ 2.199602] pci 0000:7f:0f.5: [8086:6ffd] type 00 class 0x088000
[ 2.199650] pci 0000:7f:0f.6: [8086:6ffe] type 00 class 0x088000
[ 2.199698] pci 0000:7f:10.0: [8086:6f1d] type 00 class 0x088000
[ 2.199747] pci 0000:7f:10.1: [8086:6f34] type 00 class 0x110100
[ 2.199796] pci 0000:7f:10.5: [8086:6f1e] type 00 class 0x088000
[ 2.199844] pci 0000:7f:10.6: [8086:6f7d] type 00 class 0x110100
[ 2.199891] pci 0000:7f:10.7: [8086:6f1f] type 00 class 0x088000
[ 2.199939] pci 0000:7f:12.0: [8086:6fa0] type 00 class 0x088000
[ 2.199977] pci 0000:7f:12.1: [8086:6f30] type 00 class 0x110100
[ 2.200028] pci 0000:7f:12.4: [8086:6f60] type 00 class 0x088000
[ 2.200063] pci 0000:7f:12.5: [8086:6f38] type 00 class 0x110100
[ 2.200116] pci 0000:7f:13.0: [8086:6fa8] type 00 class 0x088000
[ 2.200203] pci 0000:7f:13.1: [8086:6f71] type 00 class 0x088000
[ 2.200294] pci 0000:7f:13.2: [8086:6faa] type 00 class 0x088000
[ 2.200379] pci 0000:7f:13.3: [8086:6fab] type 00 class 0x088000
[ 2.200468] pci 0000:7f:14.0: [8086:6fb0] type 00 class 0x088000
[ 2.200533] pci 0000:7f:14.1: [8086:6fb1] type 00 class 0x088000
[ 2.200594] pci 0000:7f:14.2: [8086:6fb2] type 00 class 0x088000
[ 2.200656] pci 0000:7f:14.3: [8086:6fb3] type 00 class 0x088000
[ 2.200719] pci 0000:7f:16.0: [8086:6f68] type 00 class 0x088000
[ 2.200806] pci 0000:7f:16.1: [8086:6f79] type 00 class 0x088000
[ 2.200872] pci 0000:7f:16.2: [8086:6f6a] type 00 class 0x088000
[ 2.200932] pci 0000:7f:16.3: [8086:6f6b] type 00 class 0x088000
[ 2.200997] pci 0000:7f:17.0: [8086:6fd0] type 00 class 0x088000
[ 2.201086] pci 0000:7f:17.1: [8086:6fd1] type 00 class 0x088000
[ 2.201173] pci 0000:7f:17.2: [8086:6fd2] type 00 class 0x088000
[ 2.201260] pci 0000:7f:17.3: [8086:6fd3] type 00 class 0x088000
[ 2.201355] pci 0000:7f:1e.0: [8086:6f98] type 00 class 0x088000
[ 2.201430] pci 0000:7f:1e.1: [8086:6f99] type 00 class 0x088000
[ 2.201506] pci 0000:7f:1e.2: [8086:6f9a] type 00 class 0x088000
[ 2.201560] pci 0000:7f:1e.3: [8086:6fc0] type 00 class 0x088000
[ 2.201597] pci 0000:7f:1e.4: [8086:6f9c] type 00 class 0x088000
[ 2.214078] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[ 2.221239] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 2.231183] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER]
[ 2.240223] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 2.249207] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 2.259047] PCI host bridge to bus 0000:00
[ 2.263862] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 2.271698] pci_bus 0000:00: root bus resource [io 0x1000-0x7fff window]
[ 2.279536] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 2.288326] pci_bus 0000:00: root bus resource [mem 0x90000000-0xc7ffbfff window]
[ 2.297114] pci_bus 0000:00: root bus resource [bus 00-7e]
[ 2.303496] pci 0000:00:00.0: [8086:6f00] type 00 class 0x060000
[ 2.303631] pci 0000:00:03.0: [8086:6f08] type 01 class 0x060400
[ 2.303685] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ 2.303773] pci 0000:00:03.0: System wakeup disabled by ACPI
[ 2.310382] pci 0000:00:03.1: [8086:6f09] type 01 class 0x060400
[ 2.310435] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[ 2.310518] pci 0000:00:03.1: System wakeup disabled by ACPI
[ 2.317127] pci 0000:00:03.2: [8086:6f0a] type 01 class 0x060400
[ 2.317179] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[ 2.317264] pci 0000:00:03.2: System wakeup disabled by ACPI
[ 2.323868] pci 0000:00:03.3: [8086:6f0b] type 01 class 0x060400
[ 2.323922] pci 0000:00:03.3: PME# supported from D0 D3hot D3cold
[ 2.324005] pci 0000:00:03.3: System wakeup disabled by ACPI
[ 2.330615] pci 0000:00:05.0: [8086:6f28] type 00 class 0x088000
[ 2.330725] pci 0000:00:05.1: [8086:6f29] type 00 class 0x088000
[ 2.330850] pci 0000:00:05.2: [8086:6f2a] type 00 class 0x088000
[ 2.330960] pci 0000:00:05.4: [8086:6f2c] type 00 class 0x080020
[ 2.330969] pci 0000:00:05.4: reg 0x10: [mem 0xc7a18000-0xc7a18fff]
[ 2.331093] pci 0000:00:11.0: [8086:8d7c] type 00 class 0xff0000
[ 2.331277] pci 0000:00:14.0: [8086:8d31] type 00 class 0x0c0330
[ 2.331295] pci 0000:00:14.0: reg 0x10: [mem 0xc7a00000-0xc7a0ffff 64bit]
[ 2.331357] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 2.331445] pci 0000:00:16.0: [8086:8d3a] type 00 class 0x078000
[ 2.331463] pci 0000:00:16.0: reg 0x10: [mem 0xc7a17000-0xc7a1700f 64bit]
[ 2.331525] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 2.331614] pci 0000:00:16.1: [8086:8d3b] type 00 class 0x078000
[ 2.331633] pci 0000:00:16.1: reg 0x10: [mem 0xc7a16000-0xc7a1600f 64bit]
[ 2.331695] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[ 2.331793] pci 0000:00:1a.0: [8086:8d2d] type 00 class 0x0c0320
[ 2.331811] pci 0000:00:1a.0: reg 0x10: [mem 0xc7a14000-0xc7a143ff]
[ 2.331895] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 2.331964] pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 2.338581] pci 0000:00:1c.0: [8086:8d10] type 01 class 0x060400
[ 2.338650] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 2.338709] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 2.345316] pci 0000:00:1c.3: [8086:8d16] type 01 class 0x060400
[ 2.345385] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 2.345442] pci 0000:00:1c.3: System wakeup disabled by ACPI
[ 2.352050] pci 0000:00:1c.4: [8086:8d18] type 01 class 0x060400
[ 2.352118] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 2.352199] pci 0000:00:1c.4: System wakeup disabled by ACPI
[ 2.358815] pci 0000:00:1d.0: [8086:8d26] type 00 class 0x0c0320
[ 2.358834] pci 0000:00:1d.0: reg 0x10: [mem 0xc7a13000-0xc7a133ff]
[ 2.358918] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 2.358988] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 2.365598] pci 0000:00:1f.0: [8086:8d44] type 00 class 0x060100
[ 2.365780] pci 0000:00:1f.2: [8086:8d02] type 00 class 0x010601
[ 2.365794] pci 0000:00:1f.2: reg 0x10: [io 0x7050-0x7057]
[ 2.365802] pci 0000:00:1f.2: reg 0x14: [io 0x7040-0x7043]
[ 2.365810] pci 0000:00:1f.2: reg 0x18: [io 0x7030-0x7037]
[ 2.365819] pci 0000:00:1f.2: reg 0x1c: [io 0x7020-0x7023]
[ 2.365827] pci 0000:00:1f.2: reg 0x20: [io 0x7000-0x701f]
[ 2.365835] pci 0000:00:1f.2: reg 0x24: [mem 0xc7a12000-0xc7a127ff]
[ 2.365872] pci 0000:00:1f.2: PME# supported from D3hot
[ 2.365955] pci 0000:00:1f.3: [8086:8d22] type 00 class 0x0c0500
[ 2.365972] pci 0000:00:1f.3: reg 0x10: [mem 0xc7a11000-0xc7a110ff 64bit]
[ 2.365993] pci 0000:00:1f.3: reg 0x20: [io 0x0580-0x059f]
[ 2.366237] pci 0000:00:03.0: PCI bridge to [bus 01]
[ 2.372177] pci 0000:00:03.1: PCI bridge to [bus 02]
[ 2.378121] pci 0000:00:03.2: PCI bridge to [bus 03]
[ 2.384066] pci 0000:00:03.3: PCI bridge to [bus 04]
[ 2.389901] pci 0000:00:1c.0: PCI bridge to [bus 05]
[ 2.395776] pci 0000:06:00.0: [102b:0522] type 00 class 0x030000
[ 2.395803] pci 0000:06:00.0: reg 0x10: [mem 0xc6000000-0xc6ffffff pref]
[ 2.395819] pci 0000:06:00.0: reg 0x14: [mem 0xc7820000-0xc7823fff]
[ 2.395835] pci 0000:06:00.0: reg 0x18: [mem 0xc7000000-0xc77fffff]
[ 2.396022] pci 0000:06:00.1: [19a2:0800] type 00 class 0x0b4000
[ 2.396043] pci 0000:06:00.1: reg 0x10: [mem 0xc7800000-0xc781ffff]
[ 2.396058] pci 0000:06:00.1: reg 0x14: [mem 0xc7824000-0xc78240ff]
[ 2.396192] pci 0000:00:1c.3: PCI bridge to [bus 06]
[ 2.401989] pci 0000:00:1c.3: bridge window [mem 0xc7000000-0xc78fffff]
[ 2.401995] pci 0000:00:1c.3: bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[ 2.402195] pci 0000:07:00.0: [8086:1521] type 00 class 0x020000
[ 2.402223] pci 0000:07:00.0: reg 0x10: [mem 0xc7920000-0xc793ffff]
[ 2.402245] pci 0000:07:00.0: reg 0x18: [io 0x6020-0x603f]
[ 2.402257] pci 0000:07:00.0: reg 0x1c: [mem 0xc7944000-0xc7947fff]
[ 2.402378] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[ 2.402417] pci 0000:07:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit pref]
[ 2.402420] pci 0000:07:00.0: VF(n) BAR0 space: [mem 0x00000000-0x0001ffff 64bit pref] (contains BAR0 for 8 VFs)
[ 2.414252] pci 0000:07:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit pref]
[ 2.414255] pci 0000:07:00.0: VF(n) BAR3 space: [mem 0x00000000-0x0001ffff 64bit pref] (contains BAR3 for 8 VFs)
[ 2.426176] pci 0000:07:00.1: [8086:1521] type 00 class 0x020000
[ 2.426202] pci 0000:07:00.1: reg 0x10: [mem 0xc7900000-0xc791ffff]
[ 2.426224] pci 0000:07:00.1: reg 0x18: [io 0x6000-0x601f]
[ 2.426236] pci 0000:07:00.1: reg 0x1c: [mem 0xc7940000-0xc7943fff]
[ 2.426353] pci 0000:07:00.1: PME# supported from D0 D3hot D3cold
[ 2.426391] pci 0000:07:00.1: reg 0x184: [mem 0x00000000-0x00003fff 64bit pref]
[ 2.426393] pci 0000:07:00.1: VF(n) BAR0 space: [mem 0x00000000-0x0001ffff 64bit pref] (contains BAR0 for 8 VFs)
[ 2.438227] pci 0000:07:00.1: reg 0x190: [mem 0x00000000-0x00003fff 64bit pref]
[ 2.438230] pci 0000:07:00.1: VF(n) BAR3 space: [mem 0x00000000-0x0001ffff 64bit pref] (contains BAR3 for 8 VFs)
[ 2.451973] pci 0000:00:1c.4: PCI bridge to [bus 07]
[ 2.457785] pci 0000:00:1c.4: bridge window [io 0x6000-0x6fff]
[ 2.457789] pci 0000:00:1c.4: bridge window [mem 0xc7900000-0xc79fffff]
[ 2.457795] pci 0000:00:1c.4: bridge has subordinate 07 but max busn 08
[ 2.465471] pci_bus 0000:00: on NUMA node 0
[ 2.466096] ACPI: PCI Root Bridge [PCI1] (domain 0000 [bus 80-fe])
[ 2.473253] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 2.483187] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug AER]
[ 2.492228] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 2.501213] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[ 2.510943] PCI host bridge to bus 0000:80
[ 2.515771] pci_bus 0000:80: root bus resource [io 0x8000-0xffff window]
[ 2.523617] pci_bus 0000:80: root bus resource [mem 0xc8000000-0xfbffbfff window]
[ 2.532408] pci_bus 0000:80: root bus resource [bus 80-fe]
[ 2.538798] pci 0000:80:05.0: [8086:6f28] type 00 class 0x088000
[ 2.538896] pci 0000:80:05.1: [8086:6f29] type 00 class 0x088000
[ 2.539011] pci 0000:80:05.2: [8086:6f2a] type 00 class 0x088000
[ 2.539101] pci 0000:80:05.4: [8086:6f2c] type 00 class 0x080020
[ 2.539111] pci 0000:80:05.4: reg 0x10: [mem 0xfbf00000-0xfbf00fff]
[ 2.539213] pci_bus 0000:80: on NUMA node 1
[ 2.539480] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 2.548537] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 2.557591] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
[ 2.566375] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 2.575156] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 2.585799] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 2.596437] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 2.607066] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 2.617961] vgaarb: device added: PCI:0000:06:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 2.627432] vgaarb: loaded
[ 2.630699] vgaarb: bridge control possible 0000:06:00.0
[ 2.636986] SCSI subsystem initialized
[ 2.641452] ACPI: bus type USB registered
[ 2.646195] usbcore: registered new interface driver usbfs
[ 2.652582] usbcore: registered new interface driver hub
[ 2.658900] usbcore: registered new device driver usb
[ 2.664994] EDAC MC: Ver: 3.0.0
[ 2.669013] PCI: Using ACPI for IRQ routing
[ 2.678324] PCI: pci_cache_line_size set to 64 bytes
[ 2.678487] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
[ 2.678490] e820: reserve RAM buffer [mem 0x760f2000-0x77ffffff]
[ 2.678491] e820: reserve RAM buffer [mem 0x7bd29000-0x7bffffff]
[ 2.678659] NetLabel: Initializing
[ 2.682704] NetLabel: domain hash size = 128
[ 2.687818] NetLabel: protocols = UNLABELED CIPSOv4
[ 2.693629] NetLabel: unlabeled traffic allowed by default
[ 2.700233] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 2.708056] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 2.716849] amd_nb: Cannot enumerate AMD northbridges
[ 2.722825] Switched to clocksource hpet
[ 2.733290] pnp: PnP ACPI init
[ 2.736973] ACPI: bus type PNP registered
[ 2.742095] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 2.742221] system 00:01: [io 0x0500-0x057f] has been reserved
[ 2.749102] system 00:01: [io 0x0400-0x047f] could not be reserved
[ 2.756369] system 00:01: [io 0x0580-0x059f] has been reserved
[ 2.763244] system 00:01: [io 0x0600-0x061f] has been reserved
[ 2.770124] system 00:01: [io 0x0880-0x0883] has been reserved
[ 2.777003] system 00:01: [io 0x0800-0x081f] has been reserved
[ 2.783881] system 00:01: [mem 0xfed1c000-0xfed3ffff] has been reserved
[ 2.791526] system 00:01: [mem 0xfed45000-0xfed8bfff] has been reserved
[ 2.799182] system 00:01: [mem 0xff000000-0xffffffff] could not be reserved
[ 2.807225] system 00:01: [mem 0xfee00000-0xfeefffff] has been reserved
[ 2.814878] system 00:01: [mem 0xfed12000-0xfed1200f] has been reserved
[ 2.822531] system 00:01: [mem 0xfed12010-0xfed1201f] has been reserved
[ 2.830189] system 00:01: [mem 0xfed1b000-0xfed1bfff] has been reserved
[ 2.837845] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 2.837980] pnp 00:02: [dma 0 disabled]
[ 2.838046] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[ 2.838722] pnp: PnP ACPI: found 3 devices
[ 2.843556] ACPI: bus type PNP unregistered
[ 2.854945] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 07] add_size 100000 add_align 100000
[ 2.854952] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 100000 min_align 100000
[ 2.854955] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x001fffff 64bit pref] res_to_dev_res add_size 100000 min_align 100000
[ 2.854962] pci 0000:00:1c.4: BAR 15: assigned [mem 0x90000000-0x900fffff 64bit pref]
[ 2.864159] pci 0000:00:03.0: PCI bridge to [bus 01]
[ 2.869971] pci 0000:00:03.1: PCI bridge to [bus 02]
[ 2.875780] pci 0000:00:03.2: PCI bridge to [bus 03]
[ 2.881589] pci 0000:00:03.3: PCI bridge to [bus 04]
[ 2.887404] pci 0000:00:1c.0: PCI bridge to [bus 05]
[ 2.893218] pci 0000:00:1c.3: PCI bridge to [bus 06]
[ 2.899026] pci 0000:00:1c.3: bridge window [mem 0xc7000000-0xc78fffff]
[ 2.906878] pci 0000:00:1c.3: bridge window [mem 0xc6000000-0xc6ffffff 64bit pref]
[ 2.915982] pci 0000:07:00.0: res[7]=[mem 0x00000000-0xffffffffffffffff 64bit pref] res_to_dev_res add_size 20000 min_align 0
[ 2.915985] pci 0000:07:00.0: res[10]=[mem 0x00000000-0xffffffffffffffff 64bit pref] res_to_dev_res add_size 20000 min_align 0
[ 2.915988] pci 0000:07:00.1: res[7]=[mem 0x00000000-0xffffffffffffffff 64bit pref] res_to_dev_res add_size 20000 min_align 0
[ 2.915991] pci 0000:07:00.1: res[10]=[mem 0x00000000-0xffffffffffffffff 64bit pref] res_to_dev_res add_size 20000 min_align 0
[ 2.915994] pci 0000:07:00.0: BAR 7: assigned [mem 0x90000000-0x9001ffff 64bit pref]
[ 2.925106] pci 0000:07:00.0: BAR 10: assigned [mem 0x90020000-0x9003ffff 64bit pref]
[ 2.934309] pci 0000:07:00.1: BAR 7: assigned [mem 0x90040000-0x9005ffff 64bit pref]
[ 2.943419] pci 0000:07:00.1: BAR 10: assigned [mem 0x90060000-0x9007ffff 64bit pref]
[ 2.952629] pci 0000:00:1c.4: PCI bridge to [bus 07]
[ 2.958424] pci 0000:00:1c.4: bridge window [io 0x6000-0x6fff]
[ 2.965494] pci 0000:00:1c.4: bridge window [mem 0xc7900000-0xc79fffff]
[ 2.973343] pci 0000:00:1c.4: bridge window [mem 0x90000000-0x900fffff 64bit pref]
[ 2.982445] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 2.982448] pci_bus 0000:00: resource 5 [io 0x1000-0x7fff window]
[ 2.982450] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 2.982452] pci_bus 0000:00: resource 7 [mem 0x90000000-0xc7ffbfff window]
[ 2.982456] pci_bus 0000:06: resource 1 [mem 0xc7000000-0xc78fffff]
[ 2.982458] pci_bus 0000:06: resource 2 [mem 0xc6000000-0xc6ffffff 64bit pref]
[ 2.982460] pci_bus 0000:07: resource 0 [io 0x6000-0x6fff]
[ 2.982463] pci_bus 0000:07: resource 1 [mem 0xc7900000-0xc79fffff]
[ 2.982465] pci_bus 0000:07: resource 2 [mem 0x90000000-0x900fffff 64bit pref]
[ 2.982469] pci_bus 0000:80: resource 4 [io 0x8000-0xffff window]
[ 2.982472] pci_bus 0000:80: resource 5 [mem 0xc8000000-0xfbffbfff window]
[ 2.982535] NET: Registered protocol family 2
[ 2.988370] TCP established hash table entries: 524288 (order: 10, 4194304 bytes)
[ 2.997898] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 3.005802] TCP: Hash tables configured (established 524288 bind 65536)
[ 3.013494] TCP: reno registered
[ 3.017501] UDP hash table entries: 65536 (order: 9, 2097152 bytes)
[ 3.025212] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes)
[ 3.033442] NET: Registered protocol family 1
[ 3.039240] pci 0000:06:00.0: Boot video device
[ 3.039250] PCI: CLS mismatch (64 != 32), using 64 bytes
[ 3.039300] Unpacking initramfs...
[ 3.505322] Freeing initrd memory: 49648k freed
[ 3.526542] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 3.534009] software IO TLB [mem 0x6f076000-0x73076000] (64MB) mapped at [ffff932c6f076000-ffff932c73075fff]
[ 3.545519] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[ 3.554811] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 3.561495] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 3.568072] RAPL PMU: hw unit of domain dram 2^-16 Joules
[ 3.579357] sha1_ssse3: Using AVX2 optimized SHA-1 implementation
[ 3.586492] sha256_ssse3: Using AVX2 optimized SHA-256 implementation
[ 3.594813] futex hash table entries: 16384 (order: 8, 1048576 bytes)
[ 3.606521] Initialise system trusted keyring
[ 3.611670] audit: initializing netlink socket (disabled)
[ 3.617972] type=2000 audit(1571763952.950:1): initialized
[ 3.652384] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[ 3.659736] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 3.668561] zpool: loaded
[ 3.671746] zbud: loaded
[ 3.675275] VFS: Disk quotas dquot_6.5.2
[ 3.679956] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 3.687646] msgmni has been set to 32768
[ 3.692358] Key type big_key registered
[ 3.696906] SELinux: Registering netfilter hooks
[ 3.698486] NET: Registered protocol family 38
[ 3.703708] Key type asymmetric registered
[ 3.708536] Asymmetric key parser 'x509' registered
[ 3.714285] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 3.723106] io scheduler noop registered
[ 3.727747] io scheduler deadline registered (default)
[ 3.733781] io scheduler cfq registered
[ 3.738322] io scheduler mq-deadline registered
[ 3.743642] io scheduler kyber registered
[ 3.748828] pcieport 0000:00:03.0: irq 25 for MSI/MSI-X
[ 3.749034] pcieport 0000:00:03.1: irq 26 for MSI/MSI-X
[ 3.749215] pcieport 0000:00:03.2: irq 27 for MSI/MSI-X
[ 3.749372] pcieport 0000:00:03.3: irq 28 for MSI/MSI-X
[ 3.749547] pcieport 0000:00:1c.0: irq 29 for MSI/MSI-X
[ 3.749708] pcieport 0000:00:1c.3: irq 30 for MSI/MSI-X
[ 3.749869] pcieport 0000:00:1c.4: irq 31 for MSI/MSI-X
[ 3.749968] pcieport 0000:00:03.0: Signaling PME through PCIe PME interrupt
[ 3.758015] pcie_pme 0000:00:03.0:pcie001: service driver pcie_pme loaded
[ 3.758033] pcieport 0000:00:03.1: Signaling PME through PCIe PME interrupt
[ 3.766080] pcie_pme 0000:00:03.1:pcie001: service driver pcie_pme loaded
[ 3.766096] pcieport 0000:00:03.2: Signaling PME through PCIe PME interrupt
[ 3.774141] pcie_pme 0000:00:03.2:pcie001: service driver pcie_pme loaded
[ 3.774159] pcieport 0000:00:03.3: Signaling PME through PCIe PME interrupt
[ 3.782205] pcie_pme 0000:00:03.3:pcie001: service driver pcie_pme loaded
[ 3.782222] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[ 3.790268] pcie_pme 0000:00:1c.0:pcie001: service driver pcie_pme loaded
[ 3.790284] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
[ 3.798327] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
[ 3.805888] pci 0000:06:00.1: Signaling PME through PCIe PME interrupt
[ 3.813445] pcie_pme 0000:00:1c.3:pcie001: service driver pcie_pme loaded
[ 3.813463] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[ 3.821504] pci 0000:07:00.0: Signaling PME through PCIe PME interrupt
[ 3.829063] pci 0000:07:00.1: Signaling PME through PCIe PME interrupt
[ 3.836626] pcie_pme 0000:00:1c.4:pcie001: service driver pcie_pme loaded
[ 3.836685] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 3.843183] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 3.850867] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 3.858703] intel_idle: MWAIT substates: 0x2120
[ 3.858704] intel_idle: v0.4.1 model 0x4F
[ 3.858985] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 3.859148] ACPI: AC Adapter [PSD] (on-line)
[ 3.864287] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[ 3.873891] ACPI: Power Button [PWRB]
[ 3.878275] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 3.886986] ACPI: Power Button [PWRF]
[ 3.891367] ACPI: Requesting acpi_cpufreq
[ 3.898329] Request for unknown module key 'CentOS Linux kernel signing key: 520a4e2d9d553ef84201c188b87fe51b9de11a5e' err -11
[ 3.911803] acpi_cpufreq: module verification failed: signature and/or required key missing - tainting kernel
[ 3.913357] ERST: Error Record Serialization Table (ERST) support is initialized.
[ 3.913359] pstore: Registered erst as persistent store backend
[ 3.913654] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[ 3.913747] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 3.943952] 00:02: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 3.952857] Non-volatile memory driver v1.3
[ 3.952885] Linux agpgart interface v0.103
[ 3.953101] crash memory driver: version 1.1
[ 3.953378] rdac: device handler registered
[ 3.953422] hp_sw: device handler registered
[ 3.953424] emc: device handler registered
[ 3.953533] alua: device handler registered
[ 3.953572] libphy: Fixed MDIO Bus: probed
[ 3.953611] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.953615] ehci-pci: EHCI PCI platform driver
[ 3.953797] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 3.953876] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 3.953891] ehci-pci 0000:00:1a.0: debug port 2
[ 3.957805] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 3.957819] ehci-pci 0000:00:1a.0: irq 18, io mem 0xc7a14000
[ 3.959860] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 3.959899] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.959901] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.959903] usb usb1: Product: EHCI Host Controller
[ 3.959904] usb usb1: Manufacturer: Linux 3.10.0-957.27.2.el7.x86_64 ehci_hcd
[ 3.959906] usb usb1: SerialNumber: 0000:00:1a.0
[ 3.960014] hub 1-0:1.0: USB hub found
[ 3.960019] hub 1-0:1.0: 2 ports detected
[ 3.960257] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 3.960300] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 3.960316] ehci-pci 0000:00:1d.0: debug port 2
[ 3.964209] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 3.964217] ehci-pci 0000:00:1d.0: irq 18, io mem 0xc7a13000
[ 3.965867] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 3.965899] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.965901] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.965902] usb usb2: Product: EHCI Host Controller
[ 3.965904] usb usb2: Manufacturer: Linux 3.10.0-957.27.2.el7.x86_64 ehci_hcd
[ 3.965905] usb usb2: SerialNumber: 0000:00:1d.0
[ 3.966000] hub 2-0:1.0: USB hub found
[ 3.966005] hub 2-0:1.0: 2 ports detected
[ 3.966132] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.966136] ohci-pci: OHCI PCI platform driver
[ 3.966164] uhci_hcd: USB Universal Host Controller Interface driver
[ 3.966307] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 3.966353] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ 3.967457] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[ 3.967463] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 3.967493] xhci_hcd 0000:00:14.0: irq 32 for MSI/MSI-X
[ 3.967588] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.967590] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.967591] usb usb3: Product: xHCI Host Controller
[ 3.967593] usb usb3: Manufacturer: Linux 3.10.0-957.27.2.el7.x86_64 xhci-hcd
[ 3.967594] usb usb3: SerialNumber: 0000:00:14.0
[ 3.967693] hub 3-0:1.0: USB hub found
[ 3.967719] hub 3-0:1.0: 15 ports detected
[ 3.968249] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 3.968283] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[ 3.968324] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[ 3.968325] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.968327] usb usb4: Product: xHCI Host Controller
[ 3.968328] usb usb4: Manufacturer: Linux 3.10.0-957.27.2.el7.x86_64 xhci-hcd
[ 3.968330] usb usb4: SerialNumber: 0000:00:14.0
[ 3.968430] hub 4-0:1.0: USB hub found
[ 3.968447] hub 4-0:1.0: 6 ports detected
[ 3.968762] usbcore: registered new interface driver usbserial_generic
[ 3.968770] usbserial: USB Serial support registered for generic
[ 3.968803] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 4.271866] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 4.277869] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 4.279871] usb 3-8: new full-speed USB device number 2 using xhci_hcd
[ 4.397248] usb 1-1: New USB device found, idVendor=8087, idProduct=800a
[ 4.405001] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.413536] hub 1-1:1.0: USB hub found
[ 4.417994] usb 3-8: not running at top speed; connect to a high speed hub
[ 4.425948] usb 2-1: New USB device found, idVendor=8087, idProduct=8002
[ 4.433707] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.442130] hub 1-1:1.0: 6 ports detected
[ 4.446904] hub 2-1:1.0: USB hub found
[ 4.451716] hub 2-1:1.0: 8 ports detected
[ 4.456951] usb 3-8: New USB device found, idVendor=046b, idProduct=ff10
[ 4.464714] usb 3-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.472968] usb 3-8: Product: Virtual Keyboard and Mouse
[ 4.479167] usb 3-8: Manufacturer: American Megatrends Inc.
[ 4.577874] tsc: Refined TSC clocksource calibration: 2194.916 MHz
[ 5.008697] i8042: No controller found
[ 5.013171] Switched to clocksource tsc
[ 5.013223] mousedev: PS/2 mouse device common for all mice
[ 5.013378] rtc_cmos 00:00: RTC can wake from S4
[ 5.013557] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[ 5.013596] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 5.013668] intel_pstate: Intel P-state driver initializing
[ 5.019945] cpuidle: using governor menu
[ 5.020674] hidraw: raw HID events driver (C) Jiri Kosina
[ 5.021817] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-8/3-8:1.0/input/input2
[ 5.072179] hid-generic 0003:046B:FF10.0001: input,hidraw0: USB HID v1.10 Keyboard [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:14.0-8/input0
[ 5.073017] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-8/3-8:1.1/input/input3
[ 5.073168] hid-generic 0003:046B:FF10.0002: input,hidraw1: USB HID v1.10 Mouse [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:14.0-8/input1
[ 5.073192] usbcore: registered new interface driver usbhid
[ 5.073193] usbhid: USB HID core driver
[ 5.073485] drop_monitor: Initializing network drop monitor service
[ 5.073677] TCP: cubic registered
[ 5.073687] Initializing XFRM netlink socket
[ 5.074020] NET: Registered protocol family 10
[ 5.074587] NET: Registered protocol family 17
[ 5.074595] mpls_gso: MPLS GSO support
[ 5.094656] intel_rdt: Intel RDT L3 allocation detected
[ 5.094657] intel_rdt: Intel RDT L3DATA allocation detected
[ 5.094658] intel_rdt: Intel RDT L3CODE allocation detected
[ 5.094659] intel_rdt: Intel RDT L3 monitoring detected
[ 5.094664] mce: Using 22 MCE banks
[ 5.094734] microcode: sig=0x406f1, pf=0x1, revision=0xb00001f
[ 5.108805] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 5.108991] PM: Hibernation image not present or could not be loaded.
[ 5.108996] Loading compiled-in X.509 certificates
[ 5.109030] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'
[ 5.109051] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'
[ 5.109778] Loaded X.509 cert 'CentOS Linux kernel signing key: 520a4e2d9d553ef84201c188b87fe51b9de11a5e'
[ 5.109805] registered taskstats version 1
[ 5.113493] Key type trusted registered
[ 5.116457] Key type encrypted registered
[ 5.116489] IMA: No TPM chip found, activating TPM-bypass! (rc=-19)
[ 5.117476] Magic number: 7:993:87
[ 5.117517] event_source uncore_cbox_5: hash matches
[ 5.117558] button LNXPWRBN:00: hash matches
[ 5.117754] memory memory240: hash matches
[ 5.125526] rtc_cmos 00:00: setting system clock to 2019-10-22 17:05:57 UTC (1571763957)
[ 5.309453] Freeing unused kernel memory: 1876k freed
[ 5.315941] Write protecting the kernel read-only data: 12288k
[ 5.323895] Freeing unused kernel memory: 508k freed
[ 5.331042] Freeing unused kernel memory: 596k freed
[ 8.510446] pps_core: LinuxPPS API ver. 1 registered
[ 8.516259] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 8.528753] PTP clock support registered
[ 8.574739] bnx2x: QLogic 5771x/578xx 10/20-Gigabit Ethernet Driver bnx2x 1.712.30-0 (2014/02/10)
[ 8.613168] libata version 3.00 loaded.
[ 8.768428] ahci 0000:00:1f.2: version 3.0
[ 8.768651] ahci 0000:00:1f.2: irq 33 for MSI/MSI-X
[ 8.768712] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[ 8.778302] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
[ 8.797701] scsi host0: ahci
[ 8.801317] scsi host1: ahci
[ 8.804903] scsi host2: ahci
[ 8.808496] scsi host3: ahci
[ 8.812084] scsi host4: ahci
[ 8.815667] scsi host5: ahci
[ 8.819190] ata1: SATA max UDMA/133 abar m2048@0xc7a12000 port 0xc7a12100 irq 33
[ 8.827896] ata2: SATA max UDMA/133 abar m2048@0xc7a12000 port 0xc7a12180 irq 33
[ 8.836595] ata3: SATA max UDMA/133 abar m2048@0xc7a12000 port 0xc7a12200 irq 33
[ 8.845298] ata4: SATA max UDMA/133 abar m2048@0xc7a12000 port 0xc7a12280 irq 33
[ 8.853988] ata5: SATA max UDMA/133 abar m2048@0xc7a12000 port 0xc7a12300 irq 33
[ 8.862675] ata6: SATA max UDMA/133 abar m2048@0xc7a12000 port 0xc7a12380 irq 33
[ 9.020412] isci: Intel(R) C600 SAS Controller Driver - version 1.2.0
[ 9.093126] dca service started, version 1.12.1
[ 9.164430] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 5.1.0-k-rh7.6
[ 9.174018] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[ 9.176019] ata4: SATA link down (SStatus 0 SControl 300)
[ 9.176054] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 9.176081] ata3: SATA link down (SStatus 0 SControl 300)
[ 9.176113] ata5: SATA link down (SStatus 0 SControl 300)
[ 9.176145] ata6: SATA link down (SStatus 0 SControl 300)
[ 9.176177] ata2: SATA link down (SStatus 0 SControl 300)
[ 9.211389] ata1.00: ATA-10: ST1000NX0423, FVA0, max UDMA/133
[ 9.211392] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 9.211842] ata1.00: configured for UDMA/133
[ 9.212085] scsi 0:0:0:0: Direct-Access ATA ST1000NX0423 FVA0 PQ: 0 ANSI: 5
[ 9.260242] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 9.269321] sd 0:0:0:0: [sda] Write Protect is off
[ 9.274930] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 9.274958] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 9.285696] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 9.293740] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 9.300642] igb 0000:07:00.0: irq 34 for MSI/MSI-X
[ 9.300708] igb 0000:07:00.0: irq 34 for MSI/MSI-X
[ 9.300722] igb 0000:07:00.0: irq 35 for MSI/MSI-X
[ 9.300736] igb 0000:07:00.0: irq 36 for MSI/MSI-X
[ 9.300749] igb 0000:07:00.0: irq 37 for MSI/MSI-X
[ 9.300762] igb 0000:07:00.0: irq 38 for MSI/MSI-X
[ 9.300776] igb 0000:07:00.0: irq 39 for MSI/MSI-X
[ 9.300791] igb 0000:07:00.0: irq 40 for MSI/MSI-X
[ 9.300804] igb 0000:07:00.0: irq 41 for MSI/MSI-X
[ 9.300817] igb 0000:07:00.0: irq 42 for MSI/MSI-X
[ 9.302676] sd 0:0:0:0: [sda] Attached SCSI disk
[ 9.379946] igb 0000:07:00.0: added PHC on eth0
[ 9.385274] igb 0000:07:00.0: Intel(R) Gigabit Ethernet Network Connection
[ 9.393212] igb 0000:07:00.0: eth0: (PCIe:5.0Gb/s:Width x4) 90:1b:0e:b0:88:d4
[ 9.401529] igb 0000:07:00.0: eth0: PBA No: 313130-038
[ 9.407528] igb 0000:07:00.0: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[ 9.416915] igb 0000:07:00.1: irq 43 for MSI/MSI-X
[ 9.416974] igb 0000:07:00.1: irq 43 for MSI/MSI-X
[ 9.416987] igb 0000:07:00.1: irq 44 for MSI/MSI-X
[ 9.417007] igb 0000:07:00.1: irq 45 for MSI/MSI-X
[ 9.417020] igb 0000:07:00.1: irq 46 for MSI/MSI-X
[ 9.417032] igb 0000:07:00.1: irq 47 for MSI/MSI-X
[ 9.417044] igb 0000:07:00.1: irq 48 for MSI/MSI-X
[ 9.417064] igb 0000:07:00.1: irq 49 for MSI/MSI-X
[ 9.417077] igb 0000:07:00.1: irq 50 for MSI/MSI-X
[ 9.417091] igb 0000:07:00.1: irq 51 for MSI/MSI-X
[ 9.476324] igb 0000:07:00.1: added PHC on eth1
[ 9.481653] igb 0000:07:00.1: Intel(R) Gigabit Ethernet Network Connection
[ 9.489599] igb 0000:07:00.1: eth1: (PCIe:5.0Gb/s:Width x4) 90:1b:0e:b0:88:d5
[ 9.497915] igb 0000:07:00.1: eth1: PBA No: 313130-038
[ 9.503920] igb 0000:07:00.1: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[ 9.592452] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 9.599241] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 9.622559] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[ 9.630701] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 9.645227] Fusion MPT base driver 3.04.20
[ 9.650060] Copyright (c) 1999-2008 LSI Corporation
[ 9.720459] Fusion MPT SAS Host driver 3.04.20
[ 9.739170] Fusion MPT SPI Host driver 3.04.20
[ 9.801167] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 9.852008] RPC: Registered named UNIX socket transport module.
[ 9.858901] RPC: Registered udp transport module.
[ 9.864420] RPC: Registered tcp transport module.
[ 9.869936] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 9.924312] FS-Cache: Loaded
[ 10.016224] FS-Cache: Netfs 'nfs' registered for caching
[ 10.109787] SGI XFS with ACLs, security attributes, no debug enabled
[ 10.155201] loop: module loaded
[ 10.311617] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.325010] mlx_compat: loading out-of-tree module taints kernel.
[ 10.332986] Compat-mlnx-ofed backport release: a2cfe08
[ 10.338988] Backport based on mlnx_ofed/mlnx-ofa_kernel-4.0.git a2cfe08
[ 10.346634] compat.git: mlnx_ofed/mlnx-ofa_kernel-4.0.git
[ 10.353158] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.373631] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.388609] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.403069] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.418394] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.434254] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.449961] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.463973] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.480579] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.494294] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.512674] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.526542] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.542456] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.560950] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.574841] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.626311] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.640055] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.667047] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.686476] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.700188] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.715506] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.742136] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.755969] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.772948] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.793062] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.806492] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.820582] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.858185] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.871630] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.885324] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.900823] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.920736] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 10.934629] Request for unknown module key 'Mellanox Technologies signing key: 61feb074fc7292f958419386ffdd9d5ca999e403' err -11
[ 11.065039] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 11.184494] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 14.482565] igb 0000:07:00.0 eth0: igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[ 14.493626] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 81.221331] XFS (sda): Mounting V4 Filesystem
[ 81.242991] random: crng init done
[ 81.379960] XFS (sda): Starting recovery (logdev: internal)
[ 95.229865] XFS (sda): Ending recovery (logdev: internal)
[ 2632.953365] SELinux: 2048 avtab hash slots, 112516 rules.
[ 2633.032929] SELinux: 2048 avtab hash slots, 112516 rules.
[ 2633.065328] SELinux: 8 users, 14 roles, 5036 types, 318 bools, 1 sens, 1024 cats
[ 2633.065332] SELinux: 129 classes, 112516 rules
[ 2633.070316] SELinux: Class bpf not defined in policy.
[ 2633.080292] SELinux: the above unknown classes and permissions will be allowed
[ 2633.088735] SELinux: Completing initialization.
[ 2633.088736] SELinux: Setting up existing superblocks.
[ 2633.376607] type=1403 audit(1571766585.683:2): policy loaded auid=4294967295 ses=4294967295
[ 2633.407564] systemd[1]: Successfully loaded SELinux policy in 548.685ms.
[ 2633.672738] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 2633.679071] systemd[1]: Inserted module 'ip_tables'
[ 2633.710593] systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 21.555ms.
[ 2633.767311] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 2633.790346] systemd[1]: Detected architecture x86-64.
[ 2633.810482] systemd[1]: Set hostname to <localhost.localdomain>.
[ 2634.713417] systemd[1]: Cannot add dependency job for unit firewalld.service, ignoring: Unit not found.
[ 2634.724351] systemd[1]: Cannot add dependency job for unit tuned.service, ignoring: Unit not found.
[ 2634.736093] systemd[1]: Created slice Root Slice.
[ 2634.749387] systemd[1]: Listening on Journal Socket.
[ 2634.760278] systemd[1]: Reached target Local Encrypted Volumes.
[ 2634.773771] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 2634.789456] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 2634.814840] systemd[1]: Listening on udev Control Socket.
[ 2634.827539] systemd[1]: Created slice User and Session Slice.
[ 2634.860169] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 2634.875686] systemd[1]: Listening on Delayed Shutdown Socket.
[ 2634.888268] systemd[1]: Reached target Swap.
[ 2634.899243] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 2634.919440] systemd[1]: Listening on udev Kernel Socket.
[ 2634.933038] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 2634.949518] systemd[1]: Created slice System Slice.
[ 2634.960536] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 2634.975435] systemd[1]: Starting Collect Read-Ahead Data...
[ 2634.988190] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 2635.009295] systemd[1]: Reached target Slices.
[ 2635.019596] systemd[1]: Created slice system-getty.slice.
[ 2635.033183] systemd[1]: Mounting POSIX Message Queue File System...
[ 2635.047566] systemd[1]: Created slice system-selinux\x2dpolicy\x2dmigrate\x2dlocal\x2dchanges.slice.
[ 2635.068943] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 2635.090383] systemd[1]: Starting Journal Service...
[ 2635.102470] systemd[1]: Mounting Debug File System...
[ 2635.114590] systemd[1]: Mounting Huge Pages File System...
[ 2635.127545] systemd[1]: Started Collect Read-Ahead Data.
[ 2635.149684] systemd[1]: Starting Apply Kernel Variables...
[ 2635.163525] systemd[1]: Mounting Configuration File System...
[ 2635.177227] systemd[1]: Starting Setup Virtual Console...
[ 2635.190305] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 2635.301247] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 2635.322488] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 2635.343993] systemd[1]: Started Apply Kernel Variables.
[ 2635.528503] systemd[1]: Mounted Debug File System.
[ 2635.539356] systemd[1]: Mounted Configuration File System.
[ 2635.552327] systemd[1]: Mounted POSIX Message Queue File System.
[ 2635.567319] systemd[1]: Mounted Huge Pages File System.
[ 2635.580712] systemd[1]: Started Remount Root and Kernel File Systems.
[ 2635.597570] systemd[1]: Started Journal Service.
[ 2636.122387] systemd-journald[639]: Received request to flush runtime journal from PID 1
[ 2637.777264] power_meter ACPI000D:00: Found ACPI power meter.
[ 2637.783999] power_meter ACPI000D:00: Ignoring unsafe software power cap!
[ 2637.892578] power_meter ACPI000D:01: Found ACPI power meter.
[ 2637.899311] power_meter ACPI000D:01: Ignoring unsafe software power cap!
[ 2637.907818] ipmi message handler version 39.2
[ 2637.916166] ipmi device interface
[ 2637.970255] IPMI System Interface driver
[ 2637.974850] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
[ 2637.982157] ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0
[ 2637.988972] ipmi_si: Adding SMBIOS-specified kcs state machine
[ 2637.995721] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
[ 2638.002552] ipmi_si IPI0001:00: [io 0x0ca2] regsize 1 spacing 1 irq 0
[ 2638.010051] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
[ 2638.020164] ipmi_si: Adding ACPI-specified kcs state machine
[ 2638.026708] ipmi_platform: probing via SPMI
[ 2638.031581] ipmi_si: SPMI: io 0xca2 regsize 1 spacing 1 irq 0
[ 2638.038207] (NULL device *): SPMI-specified kcs state machine: duplicate
[ 2638.038260] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca2, slave address 0x20, irq 0
[ 2638.093002] ipmi_si IPI0001:00: Found new BMC (man_id: 0x002880, prod_id: 0x0473, dev_id: 0x54)
[ 2638.138899] ipmi_si IPI0001:00: IPMI kcs interface initialized
[ 2638.240676] mei_me 0000:00:16.0: Device doesn't have valid ME Interface
[ 2638.368389] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 2638.378105] cryptd: max_cpu_qlen set to 1000
[ 2638.443858] input: PC Speaker as /devices/platform/pcspkr/input/input4
[ 2638.696654] AVX2 version of gcm_enc/dec engaged.
[ 2638.702000] AES CTR mode by8 optimization enabled
[ 2638.745589] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[ 2638.753133] alg: No test for __generic-gcm-aes-aesni (__driver-generic-gcm-aes-aesni)
[ 2638.839749] iTCO_vendor_support: vendor-support=0
[ 2638.847456] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 2638.853924] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[ 2638.942732] pmd_set_huge: Cannot satisfy [mem 0xc6000000-0xc6200000] with a huge-page mapping due to MTRR override.
[ 2638.960110] [TTM] Zone kernel: Available graphics memory: 131995298 kiB
[ 2638.967800] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
[ 2638.975288] [TTM] Initializing pool allocator
[ 2638.980344] [TTM] Initializing DMA pool allocator
[ 2639.021993] fbcon: mgadrmfb (fb0) is primary device
[ 2639.249603] intel_rapl: Found RAPL domain package
[ 2639.249662] intel_rapl: Found RAPL domain dram
[ 2639.249664] intel_rapl: DRAM domain energy unit 15300pj
[ 2639.249747] intel_rapl: Found RAPL domain package
[ 2639.249756] intel_rapl: Found RAPL domain dram
[ 2639.249757] intel_rapl: DRAM domain energy unit 15300pj
[ 2639.250035] Console: switching to colour frame buffer device 128x48
[ 2639.295147] mgag200 0000:06:00.0: fb0: mgadrmfb frame buffer device
[ 2639.327412] [drm] Initialized mgag200 1.0.0 20110418 for 0000:06:00.0 on minor 0
[ 2639.392108] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
[ 2639.392120] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
[ 2639.392128] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
[ 2639.392134] EDAC sbridge: Seeking for: PCI ID 8086:6f60
[ 2639.392138] EDAC sbridge: Seeking for: PCI ID 8086:6f60
[ 2639.392144] EDAC sbridge: Seeking for: PCI ID 8086:6f60
[ 2639.392147] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
[ 2639.392152] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
[ 2639.392157] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
[ 2639.392161] EDAC sbridge: Seeking for: PCI ID 8086:6f71
[ 2639.392165] EDAC sbridge: Seeking for: PCI ID 8086:6f71
[ 2639.392170] EDAC sbridge: Seeking for: PCI ID 8086:6f71
[ 2639.392174] EDAC sbridge: Seeking for: PCI ID 8086:6faa
[ 2639.392178] EDAC sbridge: Seeking for: PCI ID 8086:6faa
[ 2639.392184] EDAC sbridge: Seeking for: PCI ID 8086:6faa
[ 2639.392187] EDAC sbridge: Seeking for: PCI ID 8086:6fab
[ 2639.392191] EDAC sbridge: Seeking for: PCI ID 8086:6fab
[ 2639.392197] EDAC sbridge: Seeking for: PCI ID 8086:6fab
[ 2639.392200] EDAC sbridge: Seeking for: PCI ID 8086:6fac
[ 2639.392207] EDAC sbridge: Seeking for: PCI ID 8086:6fad
[ 2639.392214] EDAC sbridge: Seeking for: PCI ID 8086:6f68
[ 2639.392218] EDAC sbridge: Seeking for: PCI ID 8086:6f68
[ 2639.392223] EDAC sbridge: Seeking for: PCI ID 8086:6f68
[ 2639.392226] EDAC sbridge: Seeking for: PCI ID 8086:6f79
[ 2639.392231] EDAC sbridge: Seeking for: PCI ID 8086:6f79
[ 2639.392236] EDAC sbridge: Seeking for: PCI ID 8086:6f79
[ 2639.392239] EDAC sbridge: Seeking for: PCI ID 8086:6f6a
[ 2639.392244] EDAC sbridge: Seeking for: PCI ID 8086:6f6a
[ 2639.392250] EDAC sbridge: Seeking for: PCI ID 8086:6f6a
[ 2639.392253] EDAC sbridge: Seeking for: PCI ID 8086:6f6b
[ 2639.392258] EDAC sbridge: Seeking for: PCI ID 8086:6f6b
[ 2639.392263] EDAC sbridge: Seeking for: PCI ID 8086:6f6b
[ 2639.392266] EDAC sbridge: Seeking for: PCI ID 8086:6f6c
[ 2639.392273] EDAC sbridge: Seeking for: PCI ID 8086:6f6d
[ 2639.392279] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
[ 2639.392283] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
[ 2639.392289] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
[ 2639.392293] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
[ 2639.392297] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
[ 2639.392302] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
[ 2639.392306] EDAC sbridge: Seeking for: PCI ID 8086:6faf
[ 2639.392532] EDAC MC0: Giving out device to 'sb_edac.c' 'Broadwell SrcID#1_Ha#0': DEV 0000:ff:12.0
[ 2639.403554] EDAC MC1: Giving out device to 'sb_edac.c' 'Broadwell SrcID#0_Ha#0': DEV 0000:7f:12.0
[ 2639.415010] EDAC MC2: Giving out device to 'sb_edac.c' 'Broadwell SrcID#1_Ha#1': DEV 0000:ff:12.4
[ 2639.426506] EDAC MC3: Giving out device to 'sb_edac.c' 'Broadwell SrcID#0_Ha#1': DEV 0000:7f:12.4
[ 2639.437760] EDAC sbridge: Ver: 1.1.2
[ 2640.081589] type=1305 audit(1571766592.388:3): audit_pid=5041 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 res=1
[ 2654.723321] 8021q: 802.1Q VLAN Support v1.8
[ 2654.729303] 8021q: adding VLAN 0 to HW filter on device eth0
[ 2654.736836] 8021q: adding VLAN 0 to HW filter on device eth1
[ 2688.650544] Adding 1048572k swap on /tmp/.SWAPFILE. Priority:-2 extents:1 across:1048572k FS
[ 2771.357242] VFIO - User Level meta-driver version: 0.3
[ 2771.407357] nvidia: module license 'NVIDIA' taints kernel.
[ 2771.407363] Disabling lock debugging due to kernel taint
[ 2771.623736] nvidia-nvlink: Nvlink Core is being initialized, major device number 237
[ 2771.624137] NVRM: No NVIDIA graphics adapter found!
[ 2771.624267] nvidia-nvlink: Unregistered the Nvlink Core, major device number 237
[ 2776.292637] Bluetooth: Core ver 2.22
[ 2776.297752] NET: Registered protocol family 31
[ 2776.303805] Bluetooth: HCI device and connection manager initialized
[ 2776.311935] Bluetooth: HCI socket layer initialized
[ 2776.318408] Bluetooth: L2CAP socket layer initialized
[ 2776.325017] Bluetooth: SCO socket layer initialized
[ 2778.603658] ipmi message handler version 39.2
[ 2778.612971] ipmi device interface
[ 2778.643349] IPMI System Interface driver
[ 2778.643369] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
[ 2778.643371] ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0
[ 2778.643373] ipmi_si: Adding SMBIOS-specified kcs state machine
[ 2778.643405] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
[ 2778.643445] ipmi_si IPI0001:00: [io 0x0ca2] regsize 1 spacing 1 irq 0
[ 2778.643453] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
[ 2778.643455] ipmi_si: Adding ACPI-specified kcs state machine
[ 2778.643495] ipmi_platform: probing via SPMI
[ 2778.643497] ipmi_si: SPMI: io 0xca2 regsize 1 spacing 1 irq 0
[ 2778.643499] (NULL device *): SPMI-specified kcs state machine: duplicate
[ 2778.643601] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca2, slave address 0x20, irq 0
[ 2778.685482] ipmi_si IPI0001:00: Found new BMC (man_id: 0x002880, prod_id: 0x0473, dev_id: 0x54)
[ 2778.714113] ipmi_si IPI0001:00: IPMI kcs interface initialized
[2912793.934988] TECH PREVIEW: Overlay filesystem may not be fully supported.
Please review provided documentation for limitations.
[2912803.211082] squashfs: version 4.0 (2009/01/31) Phillip Lougher
'''
@cclerget I just tested 3.3.0-1 from epel, and note that this also exhibits the same broken "file not found" behaviour. We'd missed out on testing that release, planning to go from 3.2.1 to 3.4.2 to fit in with our refresh cycle.
@mj-harvey Thanks for the information, I remembered an issue about a weird behavior like that (https://github.com/sylabs/singularity/issues/2000) and after verification the line fixing the issue https://github.com/sylabs/singularity/blob/1482fab04dcab6ba4d0cbe2098aa82310aff0ef9/cmd/starter/c/starter.c#L1025 has been removed since 3.3 release so that could explain the issue here.
starter.c has changed quite a bit between 3.2.1 and 3.4.2, but I stuffed a sched_yield() in immediately beforeuser_namespace_init(&sconfig->container.namespace)
at starter.c:1076 . It didn't make a difference. debug trace:
...
DEBUG [U=0,P=24781] cleanup_fd() Close file descriptor 4
DEBUG [U=0,P=24781] init() Set child signal mask
DEBUG [U=0,P=24781] init() Create socketpair for master communication channel
DEBUG [U=0,P=24781] init() Create RPC socketpair for communication between stage 2 and RPC server
DEBUG [U=0,P=24781] init() MJH sched_yield
DEBUG [U=0,P=24781] init() MJH sched_yield
VERBOSE [U=0,P=24781] priv_escalate() Get root privileges
VERBOSE [U=0,P=24781] priv_escalate() Change filesystem uid to 0
VERBOSE [U=0,P=24781] init() Spawn master process
DEBUG [U=0,P=24799] set_parent_death_signal() Set parent death signal to 9
VERBOSE [U=0,P=24799] create_namespace() Create mount namespace
VERBOSE [U=0,P=24781] enter_namespace() Entering in mount namespace
DEBUG [U=0,P=24781] enter_namespace() Opening namespace file ns/mnt
VERBOSE [U=0,P=24799] create_namespace() Create mount namespace
DEBUG [U=0,P=24800] set_parent_death_signal() Set parent death signal to 9
VERBOSE [U=0,P=24800] init() Spawn RPC server
DEBUG [U=0,P=24781] startup() singularity runtime engine selected
VERBOSE [U=0,P=24781] startup() Execute master process
DEBUG [U=0,P=24800] startup() singularity runtime engine selected
VERBOSE [U=0,P=24800] startup() Serve RPC requests
FATAL [U=0,P=24781] Master() container creation failed: unable to parse singularity.conf file: open /etc/singularity/singularity.conf: no such file or directory
Looking at the source, I see there are several locatation that might give rise to that error. Just in case it's not obvious to you, it's coming from internal/pkg/runtime/engines/singularity/create_linux.go:30 (v3.4.2 branch)
@mj-harvey Could you try with #4785 ?
The issue was that the initrd for the systems exhibiting the problem used the idiom
cd /a
pivot_root /a /sysroot
exec chroot /a /sbin/init
But because the initrd / fs is rootfs, the pivot_root was failing. The result is that the kernel's idea of the filesystem root remaind unchanged, even though userspace's (inherited down through init) had changed.
From version 3.3, singularity's use of namespaces changed, with the result that creating a new fs namespace left singularity inside the rootfs /.
The fix for this was to change pivot_root+chroot to switch_root(8)
Thanks @cclerget for solving this!
Here's the response from our admin:
Is the framework use chroot or pivot_root when spawning the container ? because chroot is easily breakable
It first changes the cwd to the container root, then calls chroot("."), then execve() to exec the container init.
Is there seccomp filters set by the framework making unshare syscall a sort of noop or is the framework allow nested containers ?
No seccomp filters. Not sure about nested containers.
My response to your last question:
Is an older version of Singularity like 3.2.1 work within a VM with this framework ?
I tried to install Singularity 3.2.1 and 3.3.0, and ran into installation problems with both (issues with go
during the build). Maybe that is the result of not uninstalling singularity 3.5 first (is that even possible?)
It first changes the cwd to the container root, then calls chroot("."), then execve() to exec the container init.
@nick-youngblut Thanks for the information, I think you will need to patch the framework to use pivot_root
(or mount
with MS_MOVE
) instead because it won't be fixed in Singularity even if we could but that's not going to serve you by doing that, what causing the issue with the framework is a container escape, even by using user namespace someone can escape the container's chroot by executing in the container :
unshare -U -m sleep 100 &
nsenter -t $! -U -m --preserve-credentials ls -la /
Last command would list the root directory of the host filesystem not the container one.
So is there any way to fix this, I now have the same problem on both of my servers, how can I fix it. One of the servers is ubuntu 20 and the other is ubuntu 22.
So is there any way to fix this, I now have the same problem on both of my servers, how can I fix it. One of the servers is ubuntu 20 and the other is ubuntu 22.
Sorry to disturb everyone. I have found the answer.
When I compiled and installed singularity, I used ./mconfig --prefix=~/usr/apps/singularity
to specify the installation path, which caused my problem.
When I use absolute path ./mconfig --prefix=/home/user_name/usr/apps/singularity
it works fine.
I'm running a VM with Ubuntu 18.04.3. With the fresh VM, I installed signularity 3.5.0 as described in the 3.5 user docs (except installed go 1.13 instead of 1.12 as incorrectly stated in the docs). I ran the quick start commands:
...which generated the following error:
...but my conf file exists (owned by root, and I'm running singularity as root):