1. ======the command line to start a VM====== # ps -ef |grep 1567284 | cat qemu 1567284 1 99 Jun21 ? 2-18:09:33 /usr/libexec/qemu-kvm -name guest=instance-0000530a,debug-threads=on -S -object secret,id=masterKey0,format=raw,file=/var/lib/libvirt/qemu/domain-1-instance-0000530a/master-key.aes -machine pc-i440fx-4.0,accel=kvm,usb=off,dump-guest-core=off -cpu IvyBridge -m 2048 -realtime mlock=off -smp 1,sockets=1,cores=1,threads=1 -object memory-backend-ram,id=ram-node0,size=2147483648,host-nodes=1,policy=bind -numa node,nodeid=0,cpus=0,memdev=ram-node0 -uuid 60d3ad85-1004-47e7-b2cb-5cf1a029ab47 -smbios type=1,manufacturer=Fedora Project,product=OpenStack Nova,version=13.1.2-1.el7,serial=c0700413-4a28-4e97-85c4-66fe3ec367dc,uuid=60d3ad85-1004-47e7-b2cb-5cf1a029ab47,family=Virtual Machine -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/domain-1-instance-0000530a/monitor.sock,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc,driftfix=slew -global kvm-pit.lost_tick_policy=delay -no-hpet -no-shutdown -boot strict=on -device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -drive file=/data/instances/60d3ad85-1004-47e7-b2cb-5cf1a029ab47/disk,format=raw,if=none,id=drive-virtio-disk0,cache=none -device virtio-blk-pci,scsi=off,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1 -drive file=/data/instances/60d3ad85-1004-47e7-b2cb-5cf1a029ab47/disk.swap,format=raw,if=none,id=drive-virtio-disk1,cache=none -device virtio-blk-pci,scsi=off,bus=pci.0,addr=0x5,drive=drive-virtio-disk1,id=virtio-disk1 -drive file=/data/instances/60d3ad85-1004-47e7-b2cb-5cf1a029ab47/disk.config,format=raw,if=none,id=drive-ide0-1-1,readonly=on,cache=none -device ide-cd,bus=ide.1,unit=1,drive=drive-ide0-1-1,id=ide0-1-1 -netdev tap,fd=27,id=hostnet0,vhost=on,vhostfd=29 -device virtio-net-pci,netdev=hostnet0,id=net0,mac=fa:16:3e:21:2c:70,bus=pci.0,addr=0x3 -add-fd set=2,fd=31 -chardev file,id=charserial0,path=/dev/fdset/2,append=on -device isa-serial,chardev=charserial0,id=serial0 -chardev pty,id=charserial1 -device isa-serial,chardev=charserial1,id=serial1 -device usb-tablet,id=input0,bus=usb.0,port=1 -vnc 0.0.0.0:0 -k en-us -device cirrus-vga,id=video0,bus=pci.0,addr=0x2 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6 -msg timestamp=on root 1567288 2 0 Jun21 ? 00:00:01 [vhost-1567284] root 1567291 2 0 Jun21 ? 00:00:00 [kvm-pit/1567284] 2. ===version of QEMU=== # /usr/libexec/qemu-kvm --version QEMU emulator version 4.0.0 Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers ===version of libvirt=== # libvirtd -V libvirtd (libvirt) 3.9.0 ===version of kernal=== # uname -a Linux txyz_40_92 3.10.0-862.el7.x86_64 #1 SMP Wed Mar 21 18:14:51 EDT 2018 x86_64 x86_64 x86_64 GNU/Linux Red Hat Enterprise Linux Server (3.10.0-862.el7.x86_64) 7.5 (Maipo) # modinfo kvm filename: /lib/modules/3.10.0-862.el7.x86_64/kernel/arch/x86/kvm/kvm.ko.xz license: GPL author: Qumranet retpoline: Y rhelversion: 7.5 srcversion: 8A3372406CDF0ACF69A0E58 depends: irqbypass intree: Y vermagic: 3.10.0-862.el7.x86_64 SMP mod_unload modversions signer: Red Hat Enterprise Linux kernel signing key sig_key: 51:73:02:3B:F8:16:37:D7:BF:3C:51:50:13:4E:EC:84:1B:96:FD:0B sig_hashalgo: sha256 parm: ignore_msrs:bool parm: min_timer_period_us:uint parm: kvmclock_periodic_sync:bool parm: tsc_tolerance_ppm:uint parm: lapic_timer_advance_ns:uint parm: vector_hashing:bool parm: halt_poll_ns:uint parm: halt_poll_ns_grow:uint parm: halt_poll_ns_shrink:uint 3. ===threads=== # ps -Lp 1567284 PID LWP TTY TIME CMD 1567284 1567284 ? 00:00:12 qemu-kvm 1567284 1567286 ? 00:00:00 call_rcu 1567284 1567289 ? 00:00:00 IO mon_iothread 1567284 1567290 ? 2-19:07:09 CPU 0/KVM 1567284 1567293 ? 00:00:00 vnc_worker 1567284 1637413 ? 00:00:00 worker ===top=== # top -H -p 1567284 top - 13:02:07 up 164 days, 21:53, 2 users, load average: 1.00, 1.01, 1.05 Threads: 6 total, 1 running, 5 sleeping, 0 stopped, 0 zombie %Cpu(s): 2.1 us, 0.0 sy, 0.0 ni, 97.9 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem : 26353241+total, 25289752+free, 2771140 used, 7863752 buff/cache KiB Swap: 8388604 total, 8388604 free, 0 used. 25926534+avail Mem scroll coordinates: y = 1/6 (tasks), x = 1/12 (fields) PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 1567290 qemu 20 0 6683072 647416 8336 R 99.7 0.2 4028:04 CPU 0/KVM 1567284 qemu 20 0 6683072 647416 8336 S 0.0 0.2 0:12.93 qemu-kvm 1567286 qemu 20 0 6683072 647416 8336 S 0.0 0.2 0:00.00 call_rcu 1567289 qemu 20 0 6683072 647416 8336 S 0.0 0.2 0:00.00 IO mon_iothread 1567293 qemu 20 0 6683072 647416 8336 S 0.0 0.2 0:00.27 vnc_worker 1637464 qemu 20 0 6683072 647416 8336 S 0.0 0.2 0:00.00 worker ===htop=== # htop -p 1567284 1 [||||||||||||||||||100.0%] 13 [ 0.0%] 25 [ 0.0%] 37 [ 0.0%] 2 [ 0.0%] 14 [ 0.0%] 26 [ 0.0%] 38 [ 0.0%] 3 [ 0.0%] 15 [ 0.0%] 27 [ 0.0%] 39 [ 0.0%] 4 [ 0.0%] 16 [ 0.0%] 28 [ 0.0%] 40 [ 0.0%] 5 [ 0.0%] 17 [ 0.0%] 29 [ 0.0%] 41 [ 0.0%] 6 [ 0.0%] 18 [ 0.0%] 30 [ 0.0%] 42 [ 0.0%] 7 [ 0.0%] 19 [ 0.0%] 31 [ 0.0%] 43 [ 0.0%] 8 [ 0.0%] 20 [ 0.0%] 32 [ 0.0%] 44 [ 0.0%] 9 [ 0.0%] 21 [ 0.0%] 33 [ 0.0%] 45 [ 0.0%] 10 [ 0.0%] 22 [||||||||||||||||||100.0%] 34 [ 0.0%] 46 [ 0.0%] 11 [ 0.0%] 23 [ 0.0%] 35 [ 0.0%] 47 [ 0.0%] 12 [ 0.0%] 24 [ 0.0%] 36 [ 0.0%] 48 [ 0.0%] Mem[|||| 3.23G/251G] Tasks: 38, 76 thr; 3 running Swp[ 0K/8.00G] Load average: 1.13 1.10 1.07 Uptime: 164 days(!), 22:17:57 PID USER PRI NI VIRT RES SHR S CPU% MEM% TIME+ Command 1567290 qemu 20 0 6526M 632M 8336 R 99.7 0.2 67h32:00 /usr/libexec/qemu-kvm -name guest=instance-0000530a,debug-threads=on 1567284 qemu 20 0 6526M 632M 8336 S 99.7 0.2 67h32:16 /usr/libexec/qemu-kvm -name guest=instance-0000530a,debug-threads=on 1567286 qemu 20 0 6526M 632M 8336 S 0.0 0.2 0:00.00 /usr/libexec/qemu-kvm -name guest=instance-0000530a,debug-threads=on 1567289 qemu 20 0 6526M 632M 8336 S 0.0 0.2 0:00.00 /usr/libexec/qemu-kvm -name guest=instance-0000530a,debug-threads=on 1567293 qemu 20 0 6526M 632M 8336 S 0.0 0.2 0:00.27 /usr/libexec/qemu-kvm -name guest=instance-0000530a,debug-threads=on 1637853 qemu 20 0 6526M 632M 8336 S 0.0 0.2 0:00.00 /usr/libexec/qemu-kvm -name guest=instance-0000530a,debug-threads=on F1Help F2Setup F3SearchF4FilterF5Tree F6SortByF7Nice -F8Nice +F9Kill F10Quit 4. ===strace of main process=== strace: Process 1567284 attached 13:07:39.205163 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 155008023}, NULL, 8) = 0 (Timeout) <0.166864> 13:07:39.383162 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010975> 13:07:39.405163 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {1, 0}, NULL, 8) = 0 (Timeout) <1.012962> 13:07:40.429161 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010977> 13:07:40.451165 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {1, 0}, NULL, 8) = 0 (Timeout) <1.012960> 13:07:41.475164 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010971> 13:07:41.497166 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 658984485}, NULL, 8) = 0 (Timeout) <0.670958> 13:07:42.179164 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 0}, NULL, 8) = 0 (Timeout) <0.010955> 13:07:42.201160 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 296000000}, NULL, 8) = 0 (Timeout) <0.307966> 13:07:42.520160 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010978> 13:07:42.542163 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {1, 0}, NULL, 8) = 0 (Timeout) <1.012963> 13:07:43.566160 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010976> 13:07:43.588164 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {1, 0}, NULL, 8) = 0 (Timeout) <1.012964> 13:07:44.612159 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010975> 13:07:44.634163 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 544985350}, NULL, 8) = 0 (Timeout) <0.556965> 13:07:45.202163 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 0}, NULL, 8) = 0 (Timeout) <0.010956> 13:07:45.224160 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 410000000}, NULL, 8) = 0 (Timeout) <0.421968> 13:07:45.657159 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010979> 13:07:45.679167 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {1, 0}, NULL, 8) = 0 (Timeout) <1.012959> 13:07:46.703160 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010977> 13:07:46.725164 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 922595056}, NULL, 8) = 0 (Timeout) <0.934961> 13:07:47.671164 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7fff5ebae100) = 0 <0.010959> 13:07:47.682191 futex(0x55dd761b6560, FUTEX_WAKE_PRIVATE, 1) = 1 <0.000019> 13:07:47.693157 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 43000000}, NULL, 8) = 1 ([{fd=8, revents=POLLIN}], left {0, 42998166}) <0.010966> 13:07:47.715157 read(8, "\1\0\0\0\0\0\0\0", 512) = 8 <0.010988> 13:07:47.737160 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010983> 13:07:47.759164 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 442985404}, NULL, 8) = 0 (Timeout) <0.454961> 13:07:48.225162 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 0}, NULL, 8) = 0 (Timeout) <0.010958> 13:07:48.247160 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 512000000}, NULL, 8) = 0 (Timeout) <0.523965> 13:07:48.782159 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010978> 13:07:48.804163 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {1, 0}, NULL, 8) = 0 (Timeout) <1.012973> 13:07:49.828163 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010966> 13:07:49.850165 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {1, 0}, NULL, 8) = 0 (Timeout) <1.012965> 13:07:50.874162 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010971> 13:07:50.896166 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 328983931}, NULL, 8) = 0 (Timeout) <0.340962> 13:07:51.248162 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 0}, NULL, 8) = 0 (Timeout) <0.010952> 13:07:51.270193 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 626000000}, NULL, 8) = 0 (Timeout) <0.637936> 13:07:51.919164 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010972> 13:07:51.941172 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {1, 0}, NULL, 8) = 0 (Timeout) <1.012956> 13:07:52.965161 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010976> 13:07:52.987166 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {1, 0}, NULL, 8) = 0 (Timeout) <1.012958> 13:07:54.011163 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010975> 13:07:54.033169 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 214981497}, NULL, 8) = 0 (Timeout) <0.226951> 13:07:54.271162 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 0}, NULL, 8) = 0 (Timeout) <0.010953> 13:07:54.293163 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 740000000}, NULL, 8) = 0 (Timeout) <0.751956> 13:07:55.056162 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010974> 13:07:55.078167 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {1, 0}, NULL, 8) = 0 (Timeout) <1.012958> 13:07:56.102162 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010975> 13:07:56.124166 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {1, 0}, NULL, 8) = 0 (Timeout) <1.012962> 13:07:57.148161 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010975> 13:07:57.170164 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 100984197}, NULL, 8) = 0 (Timeout) <0.112961> 13:07:57.294164 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 0}, NULL, 8) = 0 (Timeout) <0.001960> 13:07:57.307160 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 374598092}, NULL, 8) = 0 (Timeout) <0.385966> 13:07:57.704173 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7fff5ebae100) = 0 <0.010967> 13:07:57.715185 futex(0x55dd761b6560, FUTEX_WAKE_PRIVATE, 1) = 1 <0.000019> 13:07:57.726156 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 455000000}, NULL, 8) = 1 ([{fd=8, revents=POLLIN}], left {0, 454998272}) <0.010969> 13:07:57.748157 read(8, "\1\0\0\0\0\0\0\0", 512) = 8 <0.010990> 13:07:57.770160 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 400000000}, NULL, 8) = 0 (Timeout) <0.411969> 13:07:58.193159 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010980> 13:07:58.215162 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {1, 0}, NULL, 8) = 0 (Timeout) <1.012967> 13:07:59.239160 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010979> 13:07:59.261164 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {1, 0}, NULL, 8) = 1 ([{fd=34, revents=POLLIN}], left {0, 431997987}) <0.578962> 13:07:59.851164 read(34, "\1\0\0\0\0\0\0\0", 512) = 8 <0.010978> 13:07:59.873183 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 0}, NULL, 8) = 0 (Timeout) <0.010944> 13:07:59.895158 rt_sigprocmask(SIG_SETMASK, ~[ILL FPE SEGV RTMIN RT_1], [BUS USR1 ALRM IO], 8) = 0 <0.010982> 13:07:59.917176 clone(child_stack=0x7f1d357f9bb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f1d357fa9d0, tls=0x7f1d357fa700, child_tidptr=0x7f1d357fa9d0) = 1637564 <0.010980> 13:07:59.939155 rt_sigprocmask(SIG_SETMASK, [BUS USR1 ALRM IO], NULL, 8) = 0 <0.010986> 13:07:59.961156 futex(0x55dd77542ab0, FUTEX_WAKE_PRIVATE, 1) = 1 <0.010989> 13:07:59.972203 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 289000000}, NULL, 8) = 1 ([{fd=8, revents=POLLIN}], left {0, 288985419}) <0.010938> 13:07:59.994159 read(8, "\1\0\0\0\0\0\0\0", 512) = 8 <0.010985> 13:08:00.016162 write(33, "\1\0\0\0\0\0\0\0", 8) = 8 <0.010982> 13:08:00.038160 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 223000000}, NULL, 8) = 1 ([{fd=34, revents=POLLIN}], left {0, 222998266}) <0.010970> 13:08:00.060158 read(34, "\1\0\0\0\0\0\0\0", 512) = 8 <0.010986> 13:08:00.082161 futex(0x55dd77542b20, FUTEX_WAKE_PRIVATE, 1) = 1 <0.010987> 13:08:00.104160 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 0}, NULL, 8) = 0 (Timeout) <0.010969> 13:08:00.126157 write(8, "\1\0\0\0\0\0\0\0", 8) = 8 <0.010988> 13:08:00.148157 write(33, "\1\0\0\0\0\0\0\0", 8) = 8 <0.010989> 13:08:00.171168 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 91000000}, NULL, 8) = 2 ([{fd=8, revents=POLLIN}, {fd=34, revents=POLLIN}], left {0, 90998724}) <0.009950> 13:08:00.192161 read(8, "\1\0\0\0\0\0\0\0", 512) = 8 <0.010980> 13:08:00.214157 read(34, "\1\0\0\0\0\0\0\0", 512) = 8 <0.010985> 13:08:00.236163 futex(0x55dd77542b20, FUTEX_WAKE_PRIVATE, 1) = 1 <0.010982> 13:08:00.247200 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 14000000}, NULL, 8) = 1 ([{fd=8, revents=POLLIN}], left {0, 13987131}) <0.010939> 13:08:00.269157 read(8, "\1\0\0\0\0\0\0\0", 512) = 8 <0.010989> 13:08:00.291164 write(33, "\1\0\0\0\0\0\0\0", 8) = 8 <0.010973> 13:08:00.313158 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010983> 13:08:00.335163 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 0}, NULL, 8) = 1 ([{fd=34, revents=POLLIN}], left {0, 0}) <0.010964> 13:08:00.357157 read(34, "\1\0\0\0\0\0\0\0", 512) = 8 <0.010989> 13:08:00.379164 futex(0x55dd77542b20, FUTEX_WAKE_PRIVATE, 1) = 1 <0.010981> 13:08:00.401159 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 0}, NULL, 8) = 1 ([{fd=8, revents=POLLIN}], left {0, 0}) <0.010959> 13:08:00.423157 write(8, "\1\0\0\0\0\0\0\0", 8) = 8 <0.010986> 13:08:00.445157 write(33, "\1\0\0\0\0\0\0\0", 8) = 8 <0.010987> 13:08:00.467159 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 868000000}, NULL, 8) = 1 ([{fd=8, revents=POLLIN}], left {0, 867998555}) <0.010970> 13:08:00.489159 read(8, "\2\0\0\0\0\0\0\0", 512) = 8 <0.010983> 13:08:00.511159 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 824000000}, NULL, 8) = 0 (Timeout) <0.835970> 13:08:01.358162 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010974> 13:08:01.380170 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {1, 0}, NULL, 8) = 0 (Timeout) <1.012949> 13:08:02.404162 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010974> 13:08:02.426165 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 908983812}, NULL, 8) = 0 (Timeout) <0.920962> 13:08:03.358163 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 0}, NULL, 8) = 0 (Timeout) <0.010954> 13:08:03.380159 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 46000000}, NULL, 8) = 0 (Timeout) <0.057969> 13:08:03.449158 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010980> 13:08:03.471162 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {1, 0}, NULL, 8) = 0 (Timeout) <1.012967> 13:08:04.495161 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010977> 13:08:04.517164 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {1, 0}, NULL, 8) = 0 (Timeout) <1.012963> 13:08:05.541160 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010976> 13:08:05.563164 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 794984563}, NULL, 8) = 0 (Timeout) <0.806964> 13:08:06.381164 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 0}, NULL, 8) = 0 (Timeout) <0.010954> 13:08:06.403164 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 160000000}, NULL, 8) = 0 (Timeout) <0.171947> 13:08:06.586158 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010979> 13:08:06.608162 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {1, 0}, NULL, 8) = 1 ([{fd=34, revents=POLLIN}], left {0, 770998782}) <0.239963> 13:08:06.859159 read(34, "\1\0\0\0\0\0\0\0", 512) = 8 <0.010987> 13:08:06.881169 futex(0x55dd77542b20, FUTEX_WAKE_PRIVATE, 1) = 1 <0.010977> 13:08:06.892211 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 716000000}, NULL, 8) = 1 ([{fd=8, revents=POLLIN}], left {0, 715985706}) <0.010927> 13:08:06.914156 read(8, "\1\0\0\0\0\0\0\0", 512) = 8 <0.010990> 13:08:06.936161 write(33, "\1\0\0\0\0\0\0\0", 8) = 8 <0.010985> 13:08:06.958161 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 650000000}, NULL, 8) = 1 ([{fd=34, revents=POLLIN}], left {0, 649998308}) <0.010966> 13:08:06.980161 read(34, "\1\0\0\0\0\0\0\0", 512) = 8 <0.010984> 13:08:07.002162 futex(0x55dd77542b20, FUTEX_WAKE_PRIVATE, 1) = 1 <0.010982> 13:08:07.024159 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 0}, NULL, 8) = 0 (Timeout) <0.010966> 13:08:07.046156 write(8, "\1\0\0\0\0\0\0\0", 8) = 8 <0.010992> 13:08:07.068158 write(33, "\1\0\0\0\0\0\0\0", 8) = 8 <0.010981> 13:08:07.090159 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 518000000}, NULL, 8) = 2 ([{fd=8, revents=POLLIN}, {fd=34, revents=POLLIN}], left {0, 517998202}) <0.010966> 13:08:07.112156 read(8, "\1\0\0\0\0\0\0\0", 512) = 8 <0.010990> 13:08:07.134156 read(34, "\1\0\0\0\0\0\0\0", 512) = 8 <0.010990> 13:08:07.156161 futex(0x55dd77542b20, FUTEX_WAKE_PRIVATE, 1) = 1 <0.010986> 13:08:07.167196 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 441000000}, NULL, 8) = 1 ([{fd=8, revents=POLLIN}], left {0, 440987213}) <0.010943> 13:08:07.189156 read(8, "\1\0\0\0\0\0\0\0", 512) = 8 <0.010991> 13:08:07.211159 write(33, "\1\0\0\0\0\0\0\0", 8) = 8 <0.010986> 13:08:07.233159 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 375000000}, NULL, 8) = 1 ([{fd=34, revents=POLLIN}], left {0, 374998345}) <0.010969> 13:08:07.255157 read(34, "\1\0\0\0\0\0\0\0", 512) = 8 <0.010992> 13:08:07.277159 futex(0x55dd77542b20, FUTEX_WAKE_PRIVATE, 1) = 1 <0.010987> 13:08:07.299165 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 0}, NULL, 8) = 0 (Timeout) <0.010953> 13:08:07.321157 write(8, "\1\0\0\0\0\0\0\0", 8) = 8 <0.010989> 13:08:07.343157 write(33, "\1\0\0\0\0\0\0\0", 8) = 8 <0.010983> 13:08:07.365159 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 243000000}, NULL, 8) = 1 ([{fd=8, revents=POLLIN}], left {0, 242998603}) <0.010968> 13:08:07.387156 read(8, "\1\0\0\0\0\0\0\0", 512) = 8 <0.010993> 13:08:07.409471 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 199000000}, NULL, 8) = 0 (Timeout) <0.210645> 13:08:07.631158 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010980> 13:08:07.647880 futex(0x55dd761b6560, FUTEX_WAKE_PRIVATE, 1) = 1 <0.000021> 13:08:07.658156 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 66877637}, NULL, 8) = 0 (Timeout) <0.077968> 13:08:07.747164 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7fff5ebae100) = 0 <0.010982> 13:08:07.758183 futex(0x55dd761b6560, FUTEX_WAKE_PRIVATE, 1) = 1 <0.000020> 13:08:07.769155 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 890000000}, NULL, 8) = 1 ([{fd=8, revents=POLLIN}], left {0, 889998349}) <0.010972> 13:08:07.791156 read(8, "\1\0\0\0\0\0\0\0", 512) = 8 <0.010990> 13:08:07.813159 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 835000000}, NULL, 8) = 0 (Timeout) <0.846967> 13:08:08.671160 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010978> 13:08:08.693166 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 687983421}, NULL, 8) = 0 (Timeout) <0.699957> 13:08:09.404163 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 0}, NULL, 8) = 0 (Timeout) <0.012796> 13:08:09.426162 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {0, 267000000}, NULL, 8) = 0 (Timeout) <0.278957> 13:08:09.716161 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010979> 13:08:09.738165 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {1, 0}, NULL, 8) = 0 (Timeout) <1.012962> 13:08:10.762162 poll([{fd=13, events=POLLOUT}], 1, 0) = 1 ([{fd=13, revents=POLLOUT|POLLHUP}]) <0.010978> 13:08:10.784183 ppoll([{fd=-1}, {fd=4, events=POLLIN}, {fd=6, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=15, events=POLLIN}, {fd=34, events=POLLIN}, {fd=36, events=POLLIN}], 8, {1, 0}, NULL, 8strace: Process 1567284 detached ===strace of cpu0_kvm thread=== strace: Process 1567290 attached 13:09:17.343823 rt_sigtimedwait([USR1], 0x7f1d4e9fd830, {0, 0}, 8) = -1 EAGAIN (Resource temporarily unavailable) <0.000019> 13:09:17.343991 rt_sigpending([], 8) = 0 <0.000017> 13:09:17.344044 ioctl(25, KVM_RUN, 0) = 0 <0.419135> 13:09:17.763227 ioctl(25, KVM_RUN, 0) = 0 <0.000025> 13:09:17.763293 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd4c0) = 0 <0.000017> 13:09:17.763348 ioctl(25, KVM_RUN, 0) = 0 <0.000034> 13:09:17.763419 write(8, "\1\0\0\0\0\0\0\0", 8) = 8 <0.000020> 13:09:17.763475 futex(0x55dd761b6560, FUTEX_WAKE_PRIVATE, 1) = 1 <0.000018> 13:09:17.763524 ioctl(25, KVM_RUN, 0) = 0 <1.565360> 13:09:19.328922 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000019> 13:09:19.328978 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:19.329031 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:19.329081 ioctl(25, KVM_RUN, 0) = 0 <0.000033> 13:09:19.329145 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:19.329191 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:19.329239 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:19.329288 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:19.329335 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:19.329383 ioctl(25, KVM_RUN, 0) = 0 <0.000019> 13:09:19.329431 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:19.329478 ioctl(25, KVM_RUN, 0) = 0 <0.000031> 13:09:19.329537 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:19.329581 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:19.329630 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:19.329679 ioctl(25, KVM_RUN, 0) = 0 <0.000035> 13:09:19.329743 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:19.329788 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:19.329840 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:19.329892 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:19.329942 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd450) = 0 <0.000018> 13:09:19.329988 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:19.330039 ioctl(25, KVM_RUN, 0) = 0 <0.000028> 13:09:19.330095 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:19.330148 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000018> 13:09:19.330194 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:19.330244 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:19.330293 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:19.330342 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:19.330385 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:19.330435 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:19.330484 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:19.330533 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:19.330583 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:19.330632 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:19.330682 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:19.330733 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd490) = 0 <0.000018> 13:09:19.330778 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd4b0) = 0 <0.000017> 13:09:19.330822 ioctl(25, KVM_RUN, 0) = 0 <0.000025> 13:09:19.330876 ioctl(25, KVM_RUN, 0) = 0 <0.000029> 13:09:19.330933 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:19.330982 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:19.331027 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:19.331077 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:19.331125 ioctl(25, KVM_RUN, 0) = 0 <2.045787> 13:09:21.376952 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000019> 13:09:21.377007 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:21.377058 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:21.377109 ioctl(25, KVM_RUN, 0) = 0 <0.000037> 13:09:21.377174 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000018> 13:09:21.377219 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:21.377268 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:21.377316 ioctl(25, KVM_RUN, 0) = 0 <0.000019> 13:09:21.377363 ioctl(25, KVM_RUN, 0) = 0 <0.000019> 13:09:21.377411 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:21.377458 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:21.377505 ioctl(25, KVM_RUN, 0) = 0 <0.000031> 13:09:21.377564 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000018> 13:09:21.377613 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:21.377662 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:21.377711 ioctl(25, KVM_RUN, 0) = 0 <0.000035> 13:09:21.377774 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000018> 13:09:21.377819 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:21.377870 ioctl(25, KVM_RUN, 0) = 0 <0.000024> 13:09:21.377922 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:21.377972 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd450) = 0 <0.000018> 13:09:21.378018 ioctl(25, KVM_RUN, 0) = 0 <0.000024> 13:09:21.378070 ioctl(25, KVM_RUN, 0) = 0 <0.000027> 13:09:21.378126 ioctl(25, KVM_RUN, 0) = 0 <0.000025> 13:09:21.378179 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:21.378223 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:21.378272 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:21.378321 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:21.378369 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:21.378413 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:21.378462 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:21.378510 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:21.378560 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:21.378609 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:21.378657 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:21.378706 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:21.378756 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd490) = 0 <0.000017> 13:09:21.378800 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd4b0) = 0 <0.000017> 13:09:21.378844 ioctl(25, KVM_RUN, 0) = 0 <0.000025> 13:09:21.378897 ioctl(25, KVM_RUN, 0) = 0 <0.000028> 13:09:21.378953 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:21.379002 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:21.379046 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:21.379096 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:21.379146 ioctl(25, KVM_RUN, 0) = 0 <2.045798> 13:09:23.424982 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000019> 13:09:23.425037 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:23.425090 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:23.425146 ioctl(25, KVM_RUN, 0) = 0 <0.000034> 13:09:23.425209 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:23.425254 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:23.425303 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:23.425351 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:23.425398 ioctl(25, KVM_RUN, 0) = 0 <0.000019> 13:09:23.425446 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:23.425493 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:23.425540 ioctl(25, KVM_RUN, 0) = 0 <0.000031> 13:09:23.425598 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:23.425642 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:23.425691 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:23.425739 ioctl(25, KVM_RUN, 0) = 0 <0.000035> 13:09:23.425802 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:23.425847 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:23.425898 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:23.425949 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:23.425999 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd450) = 0 <0.000018> 13:09:23.426045 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:23.426095 ioctl(25, KVM_RUN, 0) = 0 <0.000027> 13:09:23.426154 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:23.426204 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000018> 13:09:23.426249 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:23.426299 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:23.426348 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:23.426397 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:23.426441 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:23.426490 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:23.426539 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:23.426588 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:23.426637 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:23.426686 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:23.426735 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:23.426789 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd490) = 0 <0.000018> 13:09:23.426833 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd4b0) = 0 <0.000017> 13:09:23.426878 ioctl(25, KVM_RUN, 0) = 0 <0.000025> 13:09:23.426931 ioctl(25, KVM_RUN, 0) = 0 <0.000028> 13:09:23.426988 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:23.427037 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:23.427080 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:23.427130 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:23.427185 ioctl(25, KVM_RUN, 0) = 0 <2.045791> 13:09:25.473013 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000019> 13:09:25.473068 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:25.473121 ioctl(25, KVM_RUN, 0) = 0 <0.000026> 13:09:25.473177 ioctl(25, KVM_RUN, 0) = 0 <0.000033> 13:09:25.473238 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000018> 13:09:25.473284 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:25.473332 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:25.473379 ioctl(25, KVM_RUN, 0) = 0 <0.000019> 13:09:25.473427 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:25.473475 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:25.473522 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:25.473570 ioctl(25, KVM_RUN, 0) = 0 <0.000032> 13:09:25.473629 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:25.473674 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:25.473722 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:25.473772 ioctl(25, KVM_RUN, 0) = 0 <0.000035> 13:09:25.473835 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:25.473879 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:25.473930 ioctl(25, KVM_RUN, 0) = 0 <0.000024> 13:09:25.473981 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:25.474032 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd450) = 0 <0.000018> 13:09:25.474078 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:25.474129 ioctl(25, KVM_RUN, 0) = 0 <0.000032> 13:09:25.474190 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:25.474240 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:25.474285 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:25.474335 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:25.474384 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:25.474432 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:25.474476 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:25.474525 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:25.474574 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:25.474623 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:25.474672 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:25.474721 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:25.474769 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:25.474819 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd490) = 0 <0.000019> 13:09:25.474864 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd4b0) = 0 <0.000017> 13:09:25.474909 ioctl(25, KVM_RUN, 0) = 0 <0.000025> 13:09:25.474961 ioctl(25, KVM_RUN, 0) = 0 <0.000028> 13:09:25.475018 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:25.475066 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:25.475110 ioctl(25, KVM_RUN, 0) = 0 <0.000025> 13:09:25.475164 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:25.475213 ioctl(25, KVM_RUN, 0) = 0 <2.045786> 13:09:27.521036 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000019> 13:09:27.521091 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:27.521146 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:27.521197 ioctl(25, KVM_RUN, 0) = 0 <0.000032> 13:09:27.521258 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:27.521303 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:27.521352 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:27.521400 ioctl(25, KVM_RUN, 0) = 0 <0.000019> 13:09:27.521448 ioctl(25, KVM_RUN, 0) = 0 <0.000019> 13:09:27.521496 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:27.521543 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:27.521591 ioctl(25, KVM_RUN, 0) = 0 <0.000030> 13:09:27.521650 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:27.521694 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:27.521747 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:27.521797 ioctl(25, KVM_RUN, 0) = 0 <0.000035> 13:09:27.521860 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:27.521905 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:27.521957 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:27.522008 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:27.522058 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd450) = 0 <0.000019> 13:09:27.522104 ioctl(25, KVM_RUN, 0) = 0 <0.000024> 13:09:27.522164 ioctl(25, KVM_RUN, 0) = 0 <0.000027> 13:09:27.522220 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:27.522269 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000018> 13:09:27.522314 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:27.522364 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:27.522413 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:27.522462 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:27.522507 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:27.522556 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:27.522605 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:27.522654 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:27.522703 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:27.522751 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:27.522801 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:27.522850 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd490) = 0 <0.000018> 13:09:27.522895 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd4b0) = 0 <0.000017> 13:09:27.522939 ioctl(25, KVM_RUN, 0) = 0 <0.000025> 13:09:27.522992 ioctl(25, KVM_RUN, 0) = 0 <0.000027> 13:09:27.523047 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:27.523096 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:27.523145 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:27.523195 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:27.523244 ioctl(25, KVM_RUN, 0) = 0 <0.239933> 13:09:27.763213 ioctl(25, KVM_RUN, 0) = 0 <0.000024> 13:09:27.763273 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd4c0) = 0 <0.000018> 13:09:27.763319 ioctl(25, KVM_RUN, 0) = 0 <0.000033> 13:09:27.763387 write(8, "\1\0\0\0\0\0\0\0", 8) = 8 <0.000020> 13:09:27.763438 futex(0x55dd761b6560, FUTEX_WAKE_PRIVATE, 1) = 1 <0.000019> 13:09:27.763485 ioctl(25, KVM_RUN, 0) = 0 <1.805547> 13:09:29.569071 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000019> 13:09:29.569126 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:29.569188 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:29.569239 ioctl(25, KVM_RUN, 0) = 0 <0.000032> 13:09:29.569300 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:29.569345 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:29.569394 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:29.569442 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:29.569490 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:29.569537 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:29.569584 ioctl(25, KVM_RUN, 0) = 0 <0.000019> 13:09:29.569632 ioctl(25, KVM_RUN, 0) = 0 <0.000031> 13:09:29.569690 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:29.569735 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:29.569783 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:29.569833 ioctl(25, KVM_RUN, 0) = 0 <0.000035> 13:09:29.569897 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:29.569941 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:29.569992 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:29.570044 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:29.570094 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd450) = 0 <0.000017> 13:09:29.570145 ioctl(25, KVM_RUN, 0) = 0 <0.000024> 13:09:29.570198 ioctl(25, KVM_RUN, 0) = 0 <0.000027> 13:09:29.570254 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:29.570303 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:29.570347 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:29.570397 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:29.570445 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:29.570494 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:29.570538 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:29.570587 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:29.570640 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:29.570689 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:29.570739 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:29.570787 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:29.570836 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:29.570887 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd490) = 0 <0.000018> 13:09:29.570931 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd4b0) = 0 <0.000017> 13:09:29.570976 ioctl(25, KVM_RUN, 0) = 0 <0.000026> 13:09:29.571030 ioctl(25, KVM_RUN, 0) = 0 <0.000027> 13:09:29.571084 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:29.571133 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000018> 13:09:29.571185 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:29.571234 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:29.571282 ioctl(25, KVM_RUN, 0) = 0 <2.045780> 13:09:31.617104 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000024> 13:09:31.617168 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:31.617221 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:31.617271 ioctl(25, KVM_RUN, 0) = 0 <0.000032> 13:09:31.617332 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:31.617378 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:31.617427 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:31.617475 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:31.617522 ioctl(25, KVM_RUN, 0) = 0 <0.000019> 13:09:31.617569 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:31.617617 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:31.617664 ioctl(25, KVM_RUN, 0) = 0 <0.000031> 13:09:31.617723 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:31.617767 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:31.617815 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:31.617864 ioctl(25, KVM_RUN, 0) = 0 <0.000035> 13:09:31.617927 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:31.617972 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:31.618024 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:31.618075 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:31.618125 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd450) = 0 <0.000021> 13:09:31.618174 ioctl(25, KVM_RUN, 0) = 0 <0.000024> 13:09:31.618227 ioctl(25, KVM_RUN, 0) = 0 <0.000026> 13:09:31.618282 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:31.618331 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:31.618376 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:31.618425 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:31.618475 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:31.618524 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:31.618568 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:31.618618 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:31.618667 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:31.618716 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:31.618765 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:31.618815 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:31.618867 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:31.618917 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd490) = 0 <0.000018> 13:09:31.618961 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd4b0) = 0 <0.000017> 13:09:31.619006 ioctl(25, KVM_RUN, 0) = 0 <0.000027> 13:09:31.619060 ioctl(25, KVM_RUN, 0) = 0 <0.000026> 13:09:31.619115 ioctl(25, KVM_RUN, 0) = 0 <0.000024> 13:09:31.619167 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:31.619212 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:31.619261 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:31.619309 ioctl(25, KVM_RUN, 0) = 0 <2.045784> 13:09:33.665133 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000019> 13:09:33.665197 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:33.665249 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:33.665298 ioctl(25, KVM_RUN, 0) = 0 <0.000032> 13:09:33.665358 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:33.665403 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:33.665451 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:33.665499 ioctl(25, KVM_RUN, 0) = 0 <0.000019> 13:09:33.665547 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:33.665600 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:33.665648 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:33.665695 ioctl(25, KVM_RUN, 0) = 0 <0.000031> 13:09:33.665754 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:33.665798 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:33.665847 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:33.665895 ioctl(25, KVM_RUN, 0) = 0 <0.000035> 13:09:33.665958 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:33.666003 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:33.666054 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:33.666106 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:33.666161 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd450) = 0 <0.000018> 13:09:33.666207 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:33.666258 ioctl(25, KVM_RUN, 0) = 0 <0.000028> 13:09:33.666314 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:33.666363 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:33.666408 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:33.666457 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:33.666505 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:33.666554 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:33.666598 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:33.666647 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:33.666696 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:33.666745 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:33.666794 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:33.666842 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:33.666891 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:33.666942 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd490) = 0 <0.000018> 13:09:33.666986 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd4b0) = 0 <0.000016> 13:09:33.667031 ioctl(25, KVM_RUN, 0) = 0 <0.000026> 13:09:33.667085 ioctl(25, KVM_RUN, 0) = 0 <0.000027> 13:09:33.667145 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:33.667196 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:33.667241 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:33.667290 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:33.667338 ioctl(25, KVM_RUN, 0) = 0 <2.045781> 13:09:35.713159 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000018> 13:09:35.713214 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:35.713266 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:35.713315 ioctl(25, KVM_RUN, 0) = 0 <0.000032> 13:09:35.713374 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:35.713419 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:35.713466 ioctl(25, KVM_RUN, 0) = 0 <0.000019> 13:09:35.713513 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:35.713560 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:35.713607 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:35.713654 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:35.713701 ioctl(25, KVM_RUN, 0) = 0 <0.000031> 13:09:35.713759 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000016> 13:09:35.713803 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:35.713851 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:35.713899 ioctl(25, KVM_RUN, 0) = 0 <0.000035> 13:09:35.713963 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:35.714007 ioctl(25, KVM_RUN, 0) = 0 <0.000024> 13:09:35.714058 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:35.714108 ioctl(25, KVM_RUN, 0) = 0 <0.000027> 13:09:35.714165 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd450) = 0 <0.000018> 13:09:35.714210 ioctl(25, KVM_RUN, 0) = 0 <0.000024> 13:09:35.714261 ioctl(25, KVM_RUN, 0) = 0 <0.000026> 13:09:35.714316 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:35.714365 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:35.714408 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:35.714458 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:35.714506 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:35.714554 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:35.714598 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:35.714646 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:35.714694 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:35.714748 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:35.714797 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:35.714845 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:35.714894 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:35.714944 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd490) = 0 <0.000017> 13:09:35.714987 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd4b0) = 0 <0.000016> 13:09:35.715031 ioctl(25, KVM_RUN, 0) = 0 <0.000025> 13:09:35.715083 ioctl(25, KVM_RUN, 0) = 0 <0.000028> 13:09:35.715144 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:35.715194 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:35.715238 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:35.715286 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:35.715334 ioctl(25, KVM_RUN, 0) = 0 <2.045816> 13:09:37.761188 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000018> 13:09:37.761242 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:37.761294 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:37.761346 ioctl(25, KVM_RUN, 0) = 0 <0.000032> 13:09:37.761407 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000018> 13:09:37.761452 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:37.761502 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:37.761549 ioctl(25, KVM_RUN, 0) = 0 <0.000019> 13:09:37.761597 ioctl(25, KVM_RUN, 0) = 0 <0.000019> 13:09:37.761645 ioctl(25, KVM_RUN, 0) = 0 <0.000019> 13:09:37.761693 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:37.761740 ioctl(25, KVM_RUN, 0) = 0 <0.000031> 13:09:37.761798 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:37.761843 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:37.761892 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:37.761941 ioctl(25, KVM_RUN, 0) = 0 <0.000035> 13:09:37.762005 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000018> 13:09:37.762050 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:37.762102 ioctl(25, KVM_RUN, 0) = 0 <0.000024> 13:09:37.762162 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:37.762214 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd450) = 0 <0.000019> 13:09:37.762261 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:37.762313 ioctl(25, KVM_RUN, 0) = 0 <0.000026> 13:09:37.762367 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:37.762416 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:37.762460 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:37.762509 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:37.762557 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:37.762606 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:37.762650 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:37.762699 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:37.762748 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:37.762797 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:37.762846 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:37.762895 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:37.762943 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:37.762993 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd490) = 0 <0.000018> 13:09:37.763037 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd4b0) = 0 <0.000017> 13:09:37.763081 ioctl(25, KVM_RUN, 0) = 0 <0.000024> 13:09:37.763135 ioctl(25, KVM_RUN, 0) = 0 <0.000041> 13:09:37.763209 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:37.763258 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:37.763302 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:37.763351 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:37.763399 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:37.763449 ioctl(25, KVM_RUN, 0) = 0 <0.000024> 13:09:37.763502 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd4c0) = 0 <0.000018> 13:09:37.763548 ioctl(25, KVM_RUN, 0) = 0 <0.000035> 13:09:37.763616 write(8, "\1\0\0\0\0\0\0\0", 8) = 8 <0.000020> 13:09:37.763670 futex(0x55dd761b6560, FUTEX_WAKE_PRIVATE, 1) = 1 <0.000019> 13:09:37.763718 ioctl(25, KVM_RUN, 0) = 0 <2.045461> 13:09:39.809218 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000019> 13:09:39.809273 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:39.809325 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:39.809375 ioctl(25, KVM_RUN, 0) = 0 <0.000032> 13:09:39.809439 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000018> 13:09:39.809484 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:39.809532 ioctl(25, KVM_RUN, 0) = 0 <0.000019> 13:09:39.809580 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:39.809628 ioctl(25, KVM_RUN, 0) = 0 <0.000019> 13:09:39.809675 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:39.809722 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:39.809770 ioctl(25, KVM_RUN, 0) = 0 <0.000031> 13:09:39.809828 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:39.809873 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:39.809921 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:39.809970 ioctl(25, KVM_RUN, 0) = 0 <0.000035> 13:09:39.810033 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:39.810077 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:39.810128 ioctl(25, KVM_RUN, 0) = 0 <0.000026> 13:09:39.810183 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:39.810234 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd450) = 0 <0.000018> 13:09:39.810280 ioctl(25, KVM_RUN, 0) = 0 <0.000024> 13:09:39.810332 ioctl(25, KVM_RUN, 0) = 0 <0.000027> 13:09:39.810387 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:39.810437 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:39.810482 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:39.810532 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:39.810582 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:39.810631 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000018> 13:09:39.810676 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:39.810726 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:39.810776 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:39.810826 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:39.810875 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:39.810924 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:39.810974 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:39.811025 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd490) = 0 <0.000018> 13:09:39.811070 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd4b0) = 0 <0.000017> 13:09:39.811115 ioctl(25, KVM_RUN, 0) = 0 <0.000030> 13:09:39.811174 ioctl(25, KVM_RUN, 0) = 0 <0.000028> 13:09:39.811231 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:39.811280 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:39.811324 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:39.811374 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:39.811422 ioctl(25, KVM_RUN, 0) = 0 <2.045789> 13:09:41.857250 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000019> 13:09:41.857305 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:41.857357 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:41.857407 ioctl(25, KVM_RUN, 0) = 0 <0.000033> 13:09:41.857467 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:41.857511 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:41.857561 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:41.857608 ioctl(25, KVM_RUN, 0) = 0 <0.000019> 13:09:41.857655 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:41.857702 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:41.857751 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:41.857799 ioctl(25, KVM_RUN, 0) = 0 <0.000032> 13:09:41.857858 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000018> 13:09:41.857902 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:41.857951 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:41.858000 ioctl(25, KVM_RUN, 0) = 0 <0.000035> 13:09:41.858063 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:41.858109 ioctl(25, KVM_RUN, 0) = 0 <0.000027> 13:09:41.858166 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:41.858218 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:41.858269 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd450) = 0 <0.000018> 13:09:41.858315 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:41.858365 ioctl(25, KVM_RUN, 0) = 0 <0.000027> 13:09:41.858421 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:41.858470 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:41.858514 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:41.858565 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:41.858619 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:41.858668 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:41.858712 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:41.858761 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:41.858809 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:41.858858 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:41.858907 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:41.858955 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:41.859004 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:41.859054 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd490) = 0 <0.000018> 13:09:41.859098 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd4b0) = 0 <0.000017> 13:09:41.859145 ioctl(25, KVM_RUN, 0) = 0 <0.000027> 13:09:41.859201 ioctl(25, KVM_RUN, 0) = 0 <0.000027> 13:09:41.859256 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:41.859305 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:41.859349 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:41.859399 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:41.859446 ioctl(25, KVM_RUN, 0) = 0 <2.045787> 13:09:43.905270 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000020> 13:09:43.905325 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:43.905377 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:43.905427 ioctl(25, KVM_RUN, 0) = 0 <0.000033> 13:09:43.905488 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:43.905532 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:43.905580 ioctl(25, KVM_RUN, 0) = 0 <0.000019> 13:09:43.905627 ioctl(25, KVM_RUN, 0) = 0 <0.000019> 13:09:43.905675 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:43.905722 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:43.905769 ioctl(25, KVM_RUN, 0) = 0 <0.000019> 13:09:43.905816 ioctl(25, KVM_RUN, 0) = 0 <0.000031> 13:09:43.905875 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000016> 13:09:43.905919 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:43.905968 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:43.906016 ioctl(25, KVM_RUN, 0) = 0 <0.000035> 13:09:43.906079 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:43.906124 ioctl(25, KVM_RUN, 0) = 0 <0.000028> 13:09:43.906181 ioctl(25, KVM_RUN, 0) = 0 <0.000024> 13:09:43.906233 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:43.906283 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd450) = 0 <0.000018> 13:09:43.906328 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:43.906379 ioctl(25, KVM_RUN, 0) = 0 <0.000026> 13:09:43.906434 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:43.906483 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:43.906527 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:43.906577 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:43.906626 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:43.906675 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:43.906719 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:43.906768 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:43.906817 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:43.906866 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:43.906915 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:43.906964 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:43.907013 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:43.907063 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd490) = 0 <0.000018> 13:09:43.907108 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd4b0) = 0 <0.000017> 13:09:43.907155 ioctl(25, KVM_RUN, 0) = 0 <0.000026> 13:09:43.907209 ioctl(25, KVM_RUN, 0) = 0 <0.000028> 13:09:43.907265 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:43.907314 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:43.907358 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:43.907408 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:43.907456 ioctl(25, KVM_RUN, 0) = 0 <2.045807> 13:09:45.953302 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000018> 13:09:45.953357 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:45.953409 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:45.953459 ioctl(25, KVM_RUN, 0) = 0 <0.000033> 13:09:45.953521 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000019> 13:09:45.953571 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:45.953620 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:45.953668 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:45.953717 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:45.953765 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:45.953813 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:45.953862 ioctl(25, KVM_RUN, 0) = 0 <0.000031> 13:09:45.953921 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:45.953966 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:45.954016 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:45.954065 ioctl(25, KVM_RUN, 0) = 0 <0.000035> 13:09:45.954130 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000019> 13:09:45.954182 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:45.954234 ioctl(25, KVM_RUN, 0) = 0 <0.000024> 13:09:45.954285 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:45.954335 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd450) = 0 <0.000017> 13:09:45.954381 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:45.954432 ioctl(25, KVM_RUN, 0) = 0 <0.000027> 13:09:45.954487 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:45.954536 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000018> 13:09:45.954581 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:45.954630 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:45.954679 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:45.954728 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:45.954772 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:45.954821 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:45.954870 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:45.954920 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:45.954968 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:45.955018 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:45.955067 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:45.955117 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd490) = 0 <0.000020> 13:09:45.955165 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd4b0) = 0 <0.000017> 13:09:45.955210 ioctl(25, KVM_RUN, 0) = 0 <0.000026> 13:09:45.955264 ioctl(25, KVM_RUN, 0) = 0 <0.000026> 13:09:45.955319 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:45.955368 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:45.955412 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:45.955461 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:45.955509 ioctl(25, KVM_RUN, 0) = 0 <1.808677> 13:09:47.764229 ioctl(25, KVM_RUN, 0) = 0 <0.000025> 13:09:47.764295 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd4c0) = 0 <0.000017> 13:09:47.764341 ioctl(25, KVM_RUN, 0) = 0 <0.000033> 13:09:47.764407 write(8, "\1\0\0\0\0\0\0\0", 8) = 8 <0.000019> 13:09:47.764459 futex(0x55dd761b6560, FUTEX_WAKE_PRIVATE, 1) = 1 <0.000019> 13:09:47.764506 ioctl(25, KVM_RUN, 0) = 0 <0.239651> 13:09:48.004196 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000018> 13:09:48.004252 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:48.004305 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:48.004357 ioctl(25, KVM_RUN, 0) = 0 <0.000032> 13:09:48.004418 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000018> 13:09:48.004466 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:48.004518 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:48.004569 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:48.004619 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:48.004670 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:48.004721 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:48.004771 ioctl(25, KVM_RUN, 0) = 0 <0.000032> 13:09:48.004833 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:48.004880 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:48.004932 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:48.004984 ioctl(25, KVM_RUN, 0) = 0 <0.000040> 13:09:48.005054 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000018> 13:09:48.005101 ioctl(25, KVM_RUN, 0) = 0 <0.000024> 13:09:48.005161 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:48.005214 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:48.005267 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd450) = 0 <0.000017> 13:09:48.005315 ioctl(25, KVM_RUN, 0) = 0 <0.000025> 13:09:48.005374 ioctl(25, KVM_RUN, 0) = 0 <0.000027> 13:09:48.005431 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:48.005483 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000018> 13:09:48.005533 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:48.005587 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:48.005640 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:48.005694 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000019> 13:09:48.005744 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:48.005798 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:48.005852 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:48.005906 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:48.005955 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:48.006003 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:48.006051 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:48.006100 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd490) = 0 <0.000017> 13:09:48.006150 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd4b0) = 0 <0.000017> 13:09:48.006195 ioctl(25, KVM_RUN, 0) = 0 <0.000025> 13:09:48.006248 ioctl(25, KVM_RUN, 0) = 0 <0.000028> 13:09:48.006304 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:48.006352 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:48.006396 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:48.006444 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:48.006491 ioctl(25, KVM_RUN, 0) = 0 <2.043289> 13:09:50.049859 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000019> 13:09:50.049924 ioctl(25, KVM_RUN, 0) = 0 <0.000025> 13:09:50.049980 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:50.050032 ioctl(25, KVM_RUN, 0) = 0 <0.000033> 13:09:50.050093 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:50.050143 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:50.050194 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:50.050242 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:50.050289 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:50.050339 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:50.050386 ioctl(25, KVM_RUN, 0) = 0 <0.000019> 13:09:50.050434 ioctl(25, KVM_RUN, 0) = 0 <0.000031> 13:09:50.050492 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:50.050536 ioctl(25, KVM_RUN, 0) = 0 <0.000019> 13:09:50.050584 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:50.050632 ioctl(25, KVM_RUN, 0) = 0 <0.000043> 13:09:50.050704 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:50.050748 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:50.050802 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:50.050852 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:50.050904 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd450) = 0 <0.000018> 13:09:50.050950 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:50.051001 ioctl(25, KVM_RUN, 0) = 0 <0.000024> 13:09:50.051053 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:50.051102 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:50.051147 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:50.051201 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:50.051250 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:50.051298 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000018> 13:09:50.051342 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:50.051392 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:50.051441 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:50.051489 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:50.051538 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:50.051587 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:50.051636 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:50.051686 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd490) = 0 <0.000018> 13:09:50.051731 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd4b0) = 0 <0.000017> 13:09:50.051775 ioctl(25, KVM_RUN, 0) = 0 <0.000025> 13:09:50.051827 ioctl(25, KVM_RUN, 0) = 0 <0.000027> 13:09:50.051882 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:50.051931 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:50.051976 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:50.052025 ioctl(25, KVM_RUN, 0) = 0 <0.000019> 13:09:50.052073 ioctl(25, KVM_RUN, 0) = 0 <2.045282> 13:09:52.097403 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000018> 13:09:52.097462 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:52.097514 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:52.097564 ioctl(25, KVM_RUN, 0) = 0 <0.000033> 13:09:52.097625 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:52.097670 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:52.097719 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:52.097766 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:52.097813 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:52.097860 ioctl(25, KVM_RUN, 0) = 0 <0.000019> 13:09:52.097907 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:52.097954 ioctl(25, KVM_RUN, 0) = 0 <0.000031> 13:09:52.098012 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:52.098055 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:52.098104 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:52.098155 ioctl(25, KVM_RUN, 0) = 0 <0.000035> 13:09:52.098219 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:52.098263 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:52.098315 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:52.098366 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:52.098416 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd450) = 0 <0.000019> 13:09:52.098462 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:52.098512 ioctl(25, KVM_RUN, 0) = 0 <0.000026> 13:09:52.098567 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:52.098616 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:52.098660 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:52.098709 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:52.098757 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:52.098807 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000021> 13:09:52.099093 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:52.099154 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:52.099204 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:52.099253 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:52.099302 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:52.099353 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:52.099401 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:52.099453 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd490) = 0 <0.000017> 13:09:52.099497 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd4b0) = 0 <0.000017> 13:09:52.099541 ioctl(25, KVM_RUN, 0) = 0 <0.000025> 13:09:52.099594 ioctl(25, KVM_RUN, 0) = 0 <0.000026> 13:09:52.099648 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:52.099696 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000016> 13:09:52.099740 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:52.099789 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:52.099836 ioctl(25, KVM_RUN, 0) = 0 <2.045549> 13:09:54.145425 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000018> 13:09:54.145481 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:54.145534 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:54.145583 ioctl(25, KVM_RUN, 0) = 0 <0.000032> 13:09:54.145643 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:54.145688 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:54.145737 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:54.145784 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:54.145831 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:54.145879 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:54.145927 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:54.145974 ioctl(25, KVM_RUN, 0) = 0 <0.000031> 13:09:54.146032 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:54.146077 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:54.146125 ioctl(25, KVM_RUN, 0) = 0 <0.000024> 13:09:54.146178 ioctl(25, KVM_RUN, 0) = 0 <0.000035> 13:09:54.146241 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:54.146286 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:54.146337 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:54.146389 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:54.146440 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd450) = 0 <0.000018> 13:09:54.146486 ioctl(25, KVM_RUN, 0) = 0 <0.000023> 13:09:54.146536 ioctl(25, KVM_RUN, 0) = 0 <0.000027> 13:09:54.146596 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:54.146645 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:54.146689 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:54.146740 ioctl(25, KVM_RUN, 0) = 0 <0.000020> 13:09:54.146787 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:54.146836 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:54.146880 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:54.146929 ioctl(25, KVM_RUN, 0) = 0 <0.000022> 13:09:54.146979 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:54.147027 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:54.147076 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:54.147125 ioctl(25, KVM_RUN, 0) = 0 <0.000025> 13:09:54.147178 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:54.147228 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd490) = 0 <0.000018> 13:09:54.147273 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd4b0) = 0 <0.000017> 13:09:54.147316 ioctl(25, KVM_RUN, 0) = 0 <0.000024> 13:09:54.147370 ioctl(25, KVM_RUN, 0) = 0 <0.000028> 13:09:54.147427 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:54.147475 ioctl(18, KVM_IRQ_LINE_STATUS, 0x7f1d4e9fd500) = 0 <0.000017> 13:09:54.147520 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:54.147572 ioctl(25, KVM_RUN, 0) = 0 <0.000021> 13:09:54.147621 ioctl(25, KVM_RUNstrace: Process 1567290 detached