On 2018/08/08 10:00, Albert Martinez wrote: > Hi, > > This must be related to a pf.conf syntax change between 5.8 and 5.9 - > 6.3, some old syntax rules are valid for the dry run in 5.9 - 6.3 but no > more for PF.. what its also estrange its that the pf.conf its loaded on > boot and just after a reload of the ruleset crashes... > > I am going to load parts of the ruleset to try to find the rule that > trigger the crash.. > > Did you find something? Do you need further info?
Nothing stands out to me from the ddb output. If you're able to determine which rules trigger it, that would be very useful. > Lg, > Albert > > > > > > On 31/07/18 15:03, Albert Martinez wrote: > > Hi, > > > > sorry for the delay, we had to move the testings to a another server > > and set everything again, this its an HP DL360 G6, but its happening > > just the same.. > > > > Find attached the standard outputs from: > > https://www.openbsd.org/ddb.html + the ones that you requested .. this > > time was all done in a fresh install from the last 6.3 current. > > > > Regards, > > Albert Martinez > > > > On 05/07/18 10:36, Albert Martinez wrote: > >> Hi, > >> > >> Ok, then I will perform this week the upgrade to the last current. > >> > >> Regards, > >> Albert > >> > >> The outputs from "sh malloc" and the "sh all pools" from the 6.3 > >> stable: > >> > >> panic: malloc: out of space in kmem_map > >> Stopped at db_enter+0x5: popq %rbp > >> TID PID UID PRFLAGS PFLAGS CPU COMMAND > >> * 52231 33331 0 0x100003 0 2K ksh > >> db_enter() at db_enter+0x5 > >> panic() at panic+0x129 > >> malloc(ffff800020bc1570,ffff800020bc1510,10000) at malloc+0x6fa > >> ufs_readdir(10000) at ufs_readdir+0x101 > >> VOP_READDIR(ffff800020a8c018,3b0f315201378d58,ffff800020bc155c,ffffff087f7ca480 > >> > >> > >> ) at VOP_READDIR+0x45 > >> sys_getdents(630,ffff800020a8c018,0) at sys_getdents+0x125 > >> syscall() at syscall+0x279 > >> --- syscall (number 99) --- > >> end of kernel > >> end trace frame: 0x7f7ffffc5090, count: 8 > >> 0x13f92454032a: > >> https://www.openbsd.org/ddb.html describes the minimum info required > >> in bug > >> reports. Insufficient info makes it difficult to find and fix bugs. > >> ddb{2}> sh malloc > >> Type InUse MemUse HighUse Limit Requests Type Lim > >> Kern Lim > >> devbuf 8699 5339K 5340K 78643K 10670 0 0 > >> pcb 72 15K 15K 78643K 202 0 0 > >> rtable 1231 26K 26K 78643K 1783 0 0 > >> ifaddr 632 96K 96K 78643K 639 0 0 > >> counters 455 398K 398K 78643K 455 0 0 > >> ioctlops 1 4K 4K 78643K 92144 0 0 > >> iov 0 0K 1K 78643K 1 0 0 > >> mount 4 4K 4K 78643K 4 0 0 > >> vnodes 1161 73K 73K 78643K 1168 0 0 > >> UFS quota 1 32K 32K 78643K 1 0 0 > >> UFS mount 17 56K 56K 78643K 17 0 0 > >> shm 2 1K 1K 78643K 2 0 0 > >> VM map 2 0K 0K 78643K 2 0 0 > >> sem 2 0K 0K 78643K 2 0 0 > >> dirhash 24 4K 4K 78643K 57 0 0 > >> ACPI 5017 559K 671K 78643K 17335 0 0 > >> file desc 1 0K 0K 78643K 1 0 0 > >> proc 14 13K 13K 78643K 14 0 0 > >> NFS srvsock 1 0K 0K 78643K 1 0 0 > >> NFS daemon 1 16K 16K 78643K 1 0 0 > >> ip_moptions 70 8K 8K 78643K 70 0 0 > >> in_multi 411 27K 27K 78643K 412 0 0 > >> ether_multi 414 12K 12K 78643K 415 0 0 > >> ISOFS mount 1 32K 32K 78643K 1 0 0 > >> MSDOSFS mount 1 16K 16K 78643K 1 0 0 > >> ttys 420 1777K 1777K 78643K 420 0 0 > >> exec 0 0K 1K 78643K 1273 0 0 > >> pagedep 1 8K 8K 78643K 1 0 0 > >> inodedep 1 32K 32K 78643K 1 0 0 > >> newblk 1 0K 0K 78643K 1 0 0 > >> VM swap 7 722K 722K 78643K 7 0 0 > >> UVM amap 234 9K 26K 78643K 4750 0 0 > >> UVM aobj 2 2K 2K 78643K 2 0 0 > >> USB 99 44K 44K 78643K 121 0 0 > >> USB device 32 2K 2K 78643K 32 0 0 > >> USB HC 1 0K 0K 78643K 1 0 0 > >> memdesc 1 4K 4K 78643K 1 0 0 > >> crypto data 1 1K 1K 78643K 1 0 0 > >> NDP 143 4K 5K 78643K 157 0 0 > >> temp 1025 2620K 2624K 78643K 12704 0 0 > >> SYN cache 2 16K 16K 78643K 2 0 0 > >> ddb{2}> sh all pools > >> Name Size Requests Fail Releases Pgreq Pgrel Npage Hiwat Minpg > >> Maxpg Idle > >> arp 56 145 0 0 3 0 3 3 0 8 0 > >> pfsync 72 2 0 2 1 1 0 1 0 8 0 > >> inpcbpl 280 13877 0 13868 1 0 1 1 0 8 0 > >> plimitpl 152 31 0 11 1 0 1 1 0 8 0 > >> plcache 128 240 0 0 8 0 8 8 0 8 0 > >> rtentry 112 605 0 2 18 0 18 18 0 8 0 > >> tcpcb 544 5 0 0 1 0 1 1 0 8 0 > >> nd6 48 30 0 0 1 0 1 1 0 8 0 > >> pfosfp 40 1269 0 846 5 0 5 5 0 8 0 > >> pfosfpen 112 2142 0 1428 21 0 21 21 0 8 0 > >> pfrktable 1344 3 0 1 1 0 1 1 0 8 0 > >> pfstitem 24 130 0 45 1 0 1 1 0 8 0 > >> pfstkey 112 130 0 45 3 0 3 3 0 8 0 > >> pfstate 312 130 0 45 8 1 7 7 0 8 0 > >> pfrule 1352 89296 0 16 7441 1 7440 7440 0 8 0 > >> art_heap8 4096 2 0 0 2 0 2 2 0 8 0 > >> art_heap4 256 910 0 0 57 0 57 57 0 8 0 > >> art_table 32 912 0 0 8 0 8 8 0 8 0 > >> art_node 16 603 0 130 2 0 2 2 0 8 0 > >> dirhash 1024 90 0 53 5 0 5 5 0 8 0 > >> dino1pl 128 4534 0 1617 99 4 95 95 0 8 0 > >> ffsino 240 4534 0 1617 182 10 172 172 0 8 0 > >> nchpl 144 5722 0 1675 156 6 150 150 0 8 0 > >> uvmvnodes 72 4546 0 0 83 0 83 83 0 8 0 > >> vnodes 200 4546 0 0 240 0 240 240 0 8 0 > >> namei 1024 33198 0 33198 13 12 1 2 0 8 1 > >> percpumem 192 29 0 0 2 0 2 2 0 8 0 > >> uhcixfer 264 44 0 41 1 0 1 1 0 8 0 > >> ehcixfer 264 91 0 87 1 0 1 1 0 8 0 > >> xhcixfer 240 79 0 77 1 0 1 1 0 8 0 > >> scxspl 192 61010 0 61010 20 19 1 7 0 8 1 > >> sigapl 432 1401 0 1372 5 0 5 5 0 8 0 > >> knotepl 112 932 0 872 2 0 2 2 0 8 0 > >> kqueuepl 56 11 0 0 1 0 1 1 0 8 0 > >> pipepl 112 912 0 912 4 3 1 1 0 8 1 > >> fdescpl 440 1402 0 1372 5 0 5 5 0 8 0 > >> filepl 112 31968 0 31854 4 0 4 4 0 8 0 > >> lockfpl 88 2 0 2 1 1 0 1 0 8 0 > >> sessionpl 112 17 0 1 1 0 1 1 0 8 0 > >> pgrppl 40 23 0 6 1 0 1 1 0 8 0 > >> ucredpl 96 75 0 49 1 0 1 1 0 8 0 > >> zombiepl 144 1372 0 1372 7 6 1 1 0 8 1 > >> processpl 736 1441 0 1372 8 0 8 8 0 8 0 > >> procpl 568 1441 0 1372 6 0 6 6 0 8 0 > >> srpgc 64 109 0 109 1 1 0 1 0 8 0 > >> sockpl 384 14065 0 13998 7 0 7 7 0 8 0 > >> mcl9k 9216 51 0 0 4 0 4 4 0 8 0 > >> mcl2k2 2112 20 0 0 2 0 2 2 0 8 0 > >> mcl2k 2048 145 0 0 18 3 15 18 0 8 0 > >> mbufpl 256 572 0 0 36 0 36 36 0 8 0 > >> bufpl 256 61089 0 42840 1141 0 1141 1141 0 8 0 > >> anonpl 16 270676 0 255695 286 156 130 164 0 > >> 2033 0 > >> amapchunkpl 152 3652 0 3446 72 63 9 70 0 158 0 > >> amappl16 192 2908 0 2890 13 11 2 9 0 8 1 > >> amappl15 184 131 0 130 4 3 1 2 0 8 0 > >> amappl14 176 189 0 185 3 2 1 3 0 8 0 > >> amappl13 168 186 0 171 4 3 1 3 0 8 0 > >> amappl12 160 221 0 220 5 4 1 3 0 8 0 > >> amappl11 152 1953 0 1900 6 3 3 6 0 8 0 > >> amappl10 144 573 0 568 7 6 1 5 0 8 0 > >> amappl9 136 490 0 480 6 5 1 6 0 8 0 > >> amappl8 128 3543 0 3538 56 55 1 33 0 8 0 > >> amappl7 120 319 0 299 6 4 2 6 0 8 0 > >> amappl6 112 628 0 604 6 4 2 6 0 8 0 > >> amappl5 104 1455 0 1419 7 4 3 7 0 8 0 > >> amappl4 96 2599 0 2216 31 20 11 11 0 8 0 > >> amappl3 88 1073 0 1057 12 10 2 12 0 8 0 > >> amappl2 80 7343 0 7192 21 14 7 21 0 8 0 > >> amappl1 72 179490 0 169222 1069 707 362 496 0 8 5 > >> amappl 72 1342 0 1254 12 9 3 12 0 75 0 > >> dma4096 4096 1 0 1 1 1 0 1 0 8 0 > >> dma256 256 8 0 8 1 1 0 1 0 8 0 > >> dma64 64 2 0 2 1 1 0 1 0 8 0 > >> dma32 32 7 0 7 1 1 0 1 0 8 0 > >> aobjpl 64 1 0 0 1 0 1 1 0 8 0 > >> uaddrrnd 24 1402 0 1372 1 0 1 1 0 8 0 > >> uaddrbest 32 2 0 0 1 0 1 1 0 8 0 > >> uaddr 24 1402 0 1372 1 0 1 1 0 8 0 > >> vmmpekpl 168 53149 0 53104 3 0 3 3 0 8 0 > >> vmmpepl 168 283508 0 271452 2355 1303 1052 1267 0 357 349 > >> vmsppl 256 1401 0 1372 3 0 3 3 0 8 0 > >> pdppl 4096 2811 0 2744 13 2 11 12 0 8 0 > >> pvpl 32 1197482 0 1175447 549 231 318 392 0 265 0 > >> pmappl 192 1401 0 1372 3 1 2 3 0 8 0 > >> extentpl 40 171 0 121 1 0 1 1 0 8 0 > >> phpool 112 1490 0 30 42 0 42 42 0 8 0 > >> ddb{2}> > >> > >> On 25/06/18 18:09, Stuart Henderson wrote: > >>> On 2018/06/25 13:51, Albert Martinez wrote: > >>>> Hi, > >>>> > >>>> Find attached the dmesg. > >>> There might be some clues in "sh malloc" or "sh all pools" from ddb, > >>> it would be worth fetching those too. > >>> > >>>> Regarding the latest current install I do not see why it may help, we > >>>> triggered the error with 5.9, 6.0, 6.1, 6.2 and 6.3 why should be > >>>> different with the latest current? > >>> Because it's considerably easier to upgrade to a snapshot than it is to > >>> look at all the commits since 6.3 and try to figure out whether any > >>> of them > >>> might have changed anything that would either fix it or result in a > >>> different > >>> type of failure.. > >>> > >>> Additionally there is more debug code running in -current than there > >>> was in > >>> the release which may give other information. > >>> > >>>> Regards, > >>>> Albert Martinez > >>>> > >>>> > >>>> On 19/06/18 20:40, Hrvoje Popovski wrote: > >>>>> On 19.6.2018. 15:14, Albert Martinez wrote: > >>>>>> Dear OpenBSD Team, > >>>>>> > >>>>>> first of all, thanks for your time and effort in the OBSD > >>>>>> project, we use it daily. > >>>>> Hi, > >>>>> > >>>>> please send dmesg and if you can install latest -current and > >>>>> report back. > >>>> root@confw003:$~$ ifcopanic: malloc: out of space in kmem_map > >>>> Stopped at db_enter+0x5: popq %rbp > >>>> TID PID UID PRFLAGS PFLAGS CPU COMMAND > >>>> *115076 34731 0 0x100003 0 1K ksh > >>>> db_enter() at db_enter+0x5 > >>>> panic() at panic+0x129 > >>>> malloc(ffff800020bdcf50,ffff800020bdcef0,10000) at malloc+0x6fa > >>>> ufs_readdir(10000) at ufs_readdir+0x101 > >>>> VOP_READDIR(ffff800020a8c250,1299b952f9357ec4,ffff800020bdcf3c,ffffff087f7ca180 > >>>> > >>>> > >>>> ) at VOP_READDIR+0x45 > >>>> sys_getdents(630,ffff800020a8c250,0) at sys_getdents+0x125 > >>>> syscall() at syscall+0x279 > >>>> --- syscall (number 99) --- > >>>> end of kernel > >>>> end trace frame: 0x7f7ffffd07b0, count: 8 > >>>> 0x196989f4032a: > >>>> https://www.openbsd.org/ddb.html describes the minimum info > >>>> required in bug > >>>> reports. Insufficient info makes it difficult to find and fix bugs. > >>>> ddb{1}> dmesg > >>>> OpenBSD 6.3 (GENERIC.MP) #1: Sat Apr 21 14:26:25 CEST 2018 > >>>> [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC. > >>>> > >>>> > >>>> MP > >>>> real mem = 34211622912 (32626MB) > >>>> avail mem = 33167708160 (31631MB) > >>> Do you need all that RAM? Just on a hunch, you could try "machine > >>> mem =8G" > >>> or some other value in the bootloader and see if that changes anything. > >>> > >>> > >>>> mpath0 at root > >>>> scsibus0 at mpath0: 256 targets > >>>> mainbus0 at root > >>>> bios0 at mainbus0: SMBIOS rev. 2.8 @ 0x79173000 (251 entries) > >>>> bios0: vendor HP version "P89" date 02/17/2017 > >>>> bios0: HP ProLiant DL360 Gen9 > >>>> acpi0 at bios0: rev 2 > >>>> acpi0: sleep states S0 S5 > >>>> acpi0: tables DSDT FACP UEFI MCEJ SSDT HEST BERT ERST EINJ HPET > >>>> PMCT WDDT APIC M > >>>> CFG SLIT SRAT SPMI RASF SPCR MSCT BDAT PCCT SSDT SSDT SSDT DMAR > >>>> acpi0: wakeup devices PEX4(S4) BR05(S4) BR03(S4) BR07(S4) BR11(S4) > >>>> BR13(S4) BR1 > >>>> 5(S4) BR17(S4) > >>>> acpitimer0 at acpi0: 3579545 Hz, 24 bits > >>>> acpihpet0 at acpi0: 14318179 Hz > >>>> acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat > >>>> cpu0 at mainbus0: apid 0 (boot processor) > >>>> cpu0: Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz, 2397.53 MHz > >>>> cpu0: > >>>> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,C > >>>> FLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,V > >>>> > >>>> > >>>> MX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOV > >>>> > >>>> > >>>> BE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,P > >>>> > >>>> > >>>> ERF,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,SENSOR,ARAT,MELTDOWN > >>>> > >>>> > >>>> cpu0: 256KB 64b/line 8-way L2 cache > >>>> acpihpet0: recalibrated TSC frequency 2397223748 Hz > >>>> cpu0: smt 0, core 0, package 0 > >>>> mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges > >>>> cpu0: apic clock running at 99MHz > >>>> cpu0: mwait min=64, max=64, C-substates=0.2.1.2, IBE > >>>> cpu1 at mainbus0: apid 2 (application processor) > >>>> cpu1: Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz, 2397.23 MHz > >>>> cpu1: > >>>> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,C > >>>> FLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,V > >>>> > >>>> > >>>> MX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOV > >>>> > >>>> > >>>> BE,POPCNT,DEADLINE,AEScpu1: failed to identify > >>>> ,XSAVEcpu2 at mainbus0,AVX,F16C,RDRAND: ,NXEapid 4 (application > >>>> processor) > >>>> ,PAGE1GB,RDTSCP,LONG,LAHF,ABMcpu2: Intel(R) Xeon(R) CPU E5-2620 v3 > >>>> @ 2.40GHz, 2 > >>>> 397.23 MHz > >>>> cpu2: > >>>> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,C > >>>> FLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,V > >>>> > >>>> > >>>> MX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,PERF,ITSCcpu2: > >>>> failed to ide > >>>> ntify > >>>> ,DCA,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,SSE4.1,SSE4.2,x2APIC,MOVBE,P > >>>> > >>>> > >>>> OPCNT,DEADLINE,AES,SENSOR,ARAT,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GBcpu3 > >>>> at mainbus > >>>> 0,RDTSCP,LONG,LAHF,MELTDOWN > >>>> : cpu1: 256KB 64b/line 8-wayapid 6 (application processor) > >>>> L2 cache > >>>> ,ABM,PERF,ITSCcpu1: smt 0, core 1, package 0 > >>>> ,FSGSBASE,BMI1,AVX2,SMEP,BMI2cpu3: Intel(R) Xeon(R) CPU E5-2620 v3 > >>>> @ 2.40GHz, 2 > >>>> 397.23 MHz > >>>> cpu3: > >>>> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,C > >>>> FLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,ERMS,INVPCID,HTT,TM,PQM,PBE,SENSOR,ARAT,SSE3 > >>>> > >>>> > >>>> ,MELTDOWN > >>>> ,PCLMULcpu2: 256KB 64b/line 8-way L2 cache,DTES64 > >>>> ,MWAIT,DS-CPLcpu2: smt 0, core 2, package 0 > >>>> cpu3: failed to identify > >>>> ,VMXcpu4 at mainbus0,SMX,EST,TM2,SSSE3,SDBG: > >>>> ,FMA3,CX16,xTPR,PDCM,PCIDapid 8 (a > >>>> pplication processor) > >>>> ,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNTcpu4: Intel(R) Xeon(R) CPU > >>>> E5-2620 v3 @ 2 > >>>> .40GHz, 2397.23 MHz > >>>> cpu4: > >>>> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,DEADLINE,AES,MTRR,PGE,MCA,CMO > >>>> V,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,M > >>>> > >>>> > >>>> WAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4 > >>>> > >>>> > >>>> .2,XSAVE,AVX,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB > >>>> > >>>> > >>>> ,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,F16C,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID, > >>>> > >>>> > >>>> PQM,RDRAND,NXE,SENSOR,ARATcpu4: failed to identify > >>>> ,PAGE1GB,RDTSCP,MELTDOWN > >>>> cpu4: 256KB 64b/line 8-way L2 cache > >>>> cpu5 at mainbus0,LONG,LAHF,ABM,PERFcpu4: smt 0, core 4, package 0 > >>>> ,ITSC: ,FSGSBASE,BMI1apid 10 (application processor) > >>>> ,AVX2,SMEP,BMI2,ERMS,INVPCID,PQMcpu5: Intel(R) Xeon(R) CPU E5-2620 > >>>> v3 @ 2.40GHz > >>>> , 2397.23 MHz > >>>> cpu5: > >>>> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,C > >>>> FLUSH,SENSOR,DS,ACPI,MMX,FXSR,SSE,SSE2,ARAT,MELTDOWN > >>>> ,SS,HTT,TMcpu3: 256KB 64b/line > >>>> ,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST > >>>> ,TM2,SSSE38-way,SDBG L2 cache > >>>> ,FMA3cpu5: failed to identify > >>>> ,CX16,xTPR,PDCM,PCIDcpu3: smt 0, core 3, package 0 > >>>> ,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,P > >>>> > >>>> > >>>> AGE1GB,RDTSCP,LONG,LAHFcpu6 at mainbus0,ABM: apid 16 (application > >>>> processor) > >>>> ,PERF,ITSC,FSGSBASE,BMI1,AVX2cpu6: Intel(R) Xeon(R) CPU E5-2620 v3 > >>>> @ 2.40GHz, 2 > >>>> 397.23 MHz > >>>> cpu6: > >>>> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,C > >>>> FLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,V > >>>> > >>>> > >>>> MX,SMX,EST,SMEP,BMI2,ERMS,INVPCID,TM2,SSSE3,SDBG,FMA3cpu6: failed > >>>> to identify > >>>> ,CX16,xTPR,PDCM,PQM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSA > >>>> > >>>> > >>>> VE,AVX,F16C,RDRAND,SENSOR,ARAT,MELTDOWN > >>>> cpu5: 256KB 64b/line 8-way L2 cache > >>>> ,NXEcpu5: smt 0, core 5, package 0 > >>>> ,PAGE1GB,RDTSCP,LONGcpu7 at mainbus0,LAHF: ,ABMapid 18 (application > >>>> processor) > >>>> ,PERF,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQMcpu7: > >>>> Intel(R) Xeon(R) C > >>>> PU E5-2620 v3 @ 2.40GHz, 2397.23 MHz > >>>> cpu7: > >>>> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,C > >>>> FLUSH,DS,ACPI,SENSOR,ARAT,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MW > >>>> > >>>> > >>>> AIT,DS-CPL,MELTDOWN > >>>> ,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,M > >>>> > >>>> > >>>> OVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM > >>>> > >>>> > >>>> cpu7: failed to identify > >>>> ,PERFcpu8 at mainbus0,ITSC: cpu6: 256KB 64b/line 8-way L2 cacheapid > >>>> 20 (applica > >>>> tion processor) > >>>> > >>>> ,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMScpu6: smt 0, core 0, package 1 > >>>> cpu8: Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz, 2397.23 MHz > >>>> cpu8: > >>>> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,C > >>>> FLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,INVPCID,PQMcpu8: > >>>> failed to i > >>>> dentify > >>>> ,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,SENS > >>>> > >>>> > >>>> OR,ARAT,MELTDOWN > >>>> cpu7: cpu9 at mainbus0256KB 64b/line 8-way L2 > >>>> cache,PCID,DCA,SSE4.1,SSE4.2,x2AP > >>>> IC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF > >>>> > >>>> > >>>> ,ABM,PERF,ITSC: ,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM > >>>> ,SENSOR,ARATcpu7: smt 0, core 1, package 1 > >>>> ,MELTDOWN > >>>> cpu8: apid 22 (application processor) > >>>> 256KB 64b/line 8-way L2 cache > >>>> cpu9: Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHzcpu8: smt 0, core 2, > >>>> package 1 > >>>> , 2397.23 MHz > >>>> cpu9: > >>>> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,C > >>>> FLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBEcpu9: failed to identify > >>>> ,SSE3,PCLMULcpu10 at mainbus0,DTES64: ,MWAITapid 24 (application > >>>> processor) > >>>> ,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16cpu10: Intel(R) Xeon(R) > >>>> CPU E5-2620 > >>>> v3 @ 2.40GHz, 2397.23 MHz > >>>> cpu10: > >>>> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36, > >>>> > >>>> CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL, > >>>> > >>>> > >>>> VMX,SMX,EST,TM2,SSSE3,SDBGcpu10: failed to identify > >>>> ,FMA3,CX16,xTPR,PDCM,PCID,DCA,xTPRcpu11 at > >>>> mainbus0,SSE4.1,SSE4.2,x2APIC,MOVBE, > >>>> POPCNT,DEADLINE,AES,XSAVE,AVX: > >>>> ,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PE > >>>> RF,ITSC,PDCM,PCIDapid 26 (application processor) > >>>> ,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,DCA,SENSOR,ARAT,MELTDOWN > >>>> > >>>> cpu11: Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz, 2397.23 > >>>> MHz,SSE4.1cpu10: 256K > >>>> B 64b/line 8-way > >>>> cpu11: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC L2 cache > >>>> ,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,SSE4.2,x2APIC,MOVBE,POPCNTcpu10: > >>>> smt 0, core 4 > >>>> , package 1 > >>>> cpu11: failed to identify > >>>> ,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL > >>>> > >>>> > >>>> ,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,M > >>>> > >>>> > >>>> OVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXEcpu12 at > >>>> mainbus0,PAGE1GB,RDT > >>>> SCP,LONG,LAHF,ABM,PERF: ,ITSCapid 1 (application processor) > >>>> ,DEADLINE,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,AEScpu12: > >>>> Intel(R) Xeon > >>>> (R) CPU E5-2620 v3 @ 2.40GHz,XSAVE, 2397.23 MHz,SENSOR,ARAT > >>>> cpu12: ,MELTDOWNFPU > >>>> cpu11: 256KB 64b/line 8-way L2 > >>>> cache,VME,AVX,F16C,RDRAND,NXE,PAGE1GB,DE,RDTSCP, > >>>> LONG,PSEcpu12: failed to identify > >>>> ,TSC > >>>> ,LAHF,ABM,PERF,ITSC,MSRcpu11: smt 0, core 5, package 1 > >>>> cpu13 at mainbus0,PAE,MCE: ,CX8,APICapid 3 (application processor) > >>>> ,SEP,MTRR,FSGSBASE,PGE,BMI1,MCA,CMOV,PAT,PSE36,AVX2,SMEP,BMI2cpu13: > >>>> Intel(R) Xe > >>>> on(R) CPU E5-2620 v3 @ 2.40GHz, 2397.23 MHz > >>>> cpu13: > >>>> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,ERMS,PGE,CFLUSH,DS,ACPI > >>>> > >>>> ,MMX,INVPCID,PQM,FXSR,SSE,SENSOR,ARAT,MELTDOWN > >>>> cpu9: 256KB 64b/line 8-way,SSE2cpu13: failed to identify > >>>> L2 cache > >>>> cpu14 at mainbus0cpu9: smt 0, core 3, package 1 > >>>> ,MCA,CMOV,PAT,PSE36,SS: ,HTTapid 5 (application processor) > >>>> ,CFLUSH,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,DScpu14: Intel(R) > >>>> Xeon(R) CPU E5 > >>>> -2620 v3 @ 2.40GHz, 2397.22 MHz > >>>> cpu14: > >>>> ,ACPIFPU,VMX,VME,MMX,FXSR,SSE,SMX,EST,SSE2,SS,TM2,SSSE3,HTT,SDBG,FMA3,TM > >>>> > >>>> ,PBE,CX16,xTPR,PDCM,SSE3,PCID,DCA,SSE4.1,SSE4.2,x2APIC,DE,PSE,PCLMUL,TSCcpu14: > >>>> > >>>> f > >>>> ailed to identify > >>>> ,MOVBE,MSR,PAE,MCEcpu15 at mainbus0,DTES64,POPCNT: apid 7 > >>>> (application processo > >>>> r) > >>>> ,DEADLINE,MWAIT,DS-CPL,AES,CX8,VMX,SMX,XSAVE,APICcpu15: Intel(R) > >>>> Xeon(R) CPU E5 > >>>> -2620 v3 @ 2.40GHz, 2397.22 MHz,EST,TM2 > >>>> cpu15: > >>>> ,SEPFPU,SSSE3,SDBG,MTRR,FMA3,VME,AVX,PGE,DE,F16C,RDRAND,PSE,NXE,PAGE1GB, > >>>> > >>>> RDTSCP,CX16,TSC,xTPR,LONG,LAHF,MSR,ABM,MCA,PERF,PAE,ITSC,MCE,FSGSBASEcpu15: > >>>> > >>>> fai > >>>> led to identify > >>>> ,CX8cpu16 at mainbus0,BMI1,APIC,AVX2,CMOV,PDCM,PCID: apid 9 > >>>> (application proces > >>>> sor) > >>>> ,SMEP,BMI2,DCA,SSE4.1,SSE4.2,PAT,x2APIC,ERMS,INVPCID,PQM,SEP,PSE36cpu16: > >>>> Intel( > >>>> R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz, 2397.22 > >>>> MHz,MOVBE,SENSOR,ARAT,POPCNT,CFLUS > >>>> H,DEADLINE,DS,ACPI,MELTDOWN,MTRR > >>>> > >>>> cpu16: FPU,VME,AES,PGEcpu12: 256KB 64b/line 8-waycpu16: failed to > >>>> identify > >>>> L2 cache,DE,MMX > >>>> ,MCA,PSE,TSC,MSR,CMOVcpu17 at mainbus0cpu12: smt 1, core 0, package 0 > >>>> ,PAE,MCE: > >>>> ,CX8,APIC,PAT,XSAVE,SEP,FXSR,SSE,SSE2,MTRR,PGE,SS,PSE36apid 11 (appli > >>>> cation processor) > >>>> ,AVX,MCA,CMOV,PAT,CFLUSH,HTT,TM,PBE,F16Ccpu17: Intel(R) Xeon(R) CPU > >>>> E5-2620 v3 @ > >>>> 2.40GHz,DS,RDRAND,ACPI, 2397.23 > >>>> MHz,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,MMX,SSE3 > >>>> cpu17: > >>>> ,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SSFPU,VME,FXSR,PCLMUL,SSE,DTES64 > >>>> > >>>> ,DE,PSE,TSCcpu17: failed to identify > >>>> ,HTT,TM,SSE2,SScpu18 at > >>>> mainbus0,PERF,PBE,MWAIT,HTT,TM,ITSC,MSR,PAE,SSE3,DS-CPL > >>>> ,VMX,SMX,FSGSBASE,MCE: > >>>> ,EST,CX8,APIC,SEP,MTRR,PGE,PBE,MCA,CMOV,PATapid 17 (appl > >>>> ication processor) > >>>> ,BMI1,AVX2,SMEP,PCLMUL,BMI2,SSE3cpu18: Intel(R) Xeon(R) CPU E5-2620 > >>>> v3 @ 2.40GH > >>>> z, 2397.22 MHz > >>>> cpu18: > >>>> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36, > >>>> > >>>> CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL, > >>>> > >>>> > >>>> TM2,SSSE3,VMX,SMX,EST,ERMS,INVPCID,PQM,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PCLMUL,DTE > >>>> > >>>> > >>>> S64,SENSOR,PDCM,PCID,DCA,DTES64,PSE36,CFLUSH,DS,ACPIcpu18: failed > >>>> to identify > >>>> ,SSE4.1,SSE4.2,x2APIC,MWAIT,DS-CPL,SDBGcpu19 at > >>>> mainbus0,ARAT,MELTDOWN,MWAIT,DS > >>>> -CPL > >>>> : apid 19 (application processor) > >>>> ,VMX,SMX,MOVBE,EST,TM2,VMX,SMXcpu19: Intel(R) Xeon(R) CPU E5-2620 > >>>> v3 @ 2.40GHz, > >>>> 2397.22 MHz,SSSE3,POPCNT,DEADLINE,AES,XSAVE,FMA3 > >>>> cpu19: > >>>> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MMX,AVX,F16C,RDRAND,NXE,PAGE > >>>> > >>>> 1GB,CX16,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,xTPR,PDCM,PCID,MTRR,PGE,MCA,DCA,SSE4.1, > >>>> > >>>> > >>>> SSE4.2,x2APICcpu13: ,CMOV,PAT,PSE36256KB 64b/line > >>>> 8-way,CFLUSH,FSGSBASE,BMI1,AV > >>>> X2,SMEP,SDBG L2 cache,DS,ACPIcpu19: failed to identify > >>>> ,BMI2,ERMS,INVPCID,PQM,MMX,FXSR,SSEcpu20 at mainbus0 > >>>> ,FXSR,SSE,SSE2,SENSOR,ARATcpu13: smt 1, core 1, package 0 > >>>> ,MELTDOWN > >>>> cpu18: 256KB 64b/line 8-way L2 cache > >>>> : apid 21 (application processor) > >>>> cpu18: smt 1, core 0, package 1 > >>>> ,SS,HTT,TM,PBE,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,FMA3,CX16,DCAcpu20: > >>>> > >>>> I > >>>> ntel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz, 2397.22 MHz > >>>> cpu20: > >>>> FPU,VME,SSE3,PCLMUL,DE,PSE,TSC,MSR,PAE,MCE,CX8,xTPR,SSE4.1,DTES64,MWAIT, > >>>> > >>>> DS-CPL,VMX,APIC,SSE2,SS,HTT,TM,PBE,SSE3,SSE4.2,x2APIC,PCLMUL,DTES64,MWAIT,DS-CP > >>>> > >>>> > >>>> L,VMX,SMX,EST,TM2,SEP,MTRR,PDCM,PCID,MOVBE,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID, > >>>> > >>>> > >>>> DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16Ccpu20: > >>>> failed t > >>>> o identify > >>>> ,MOVBE,POPCNT,PGE,MCA,CMOV,PAT,PSE36,CFLUSHcpu21 at > >>>> mainbus0,SMX,EST,TM2,SSSE3, > >>>> POPCNT,DEADLINE,AES,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SDBG,FMA3,CX16,xTPR,XSA > >>>> > >>>> > >>>> VE,AVX,F16C,RDRAND,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,DCA,PBE: > >>>> apid 23 (applic > >>>> ation processor) > >>>> ,ABM,PERF,DEADLINE,SSE4.1,PDCM,PCID,DCA,AEScpu21: Intel(R) Xeon(R) > >>>> CPU E5-2620 v > >>>> 3 @ > >>>> 2.40GHz,SSE4.1,SSE3,PCLMUL,DTES64,ITSC,SSE4.2,x2APIC,NXE,PAGE1GB,MWAIT,DS-C > >>>> PL, 2397.23 > >>>> MHz,FSGSBASE,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,VMX, > >>>> SMX,EST,TM2,RDTSCP,LONG,XSAVE,AVX,F16C > >>>> cpu21: > >>>> FPU,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,A > >>>> > >>>> PIC,BMI1,AVX2cpu21: failed to identify > >>>> ,SMEP,BMI2,ERMS,INVPCID,PQM,SSSE3,SDBG,FMA3,CX16,xTPR,MOVBE,SENSOR,ARAT,MELTDOW > >>>> > >>>> > >>>> N,PDCM,PCID,DCA,POPCNT,DEADLINE,SEP,LAHF > >>>> cpu19: 256KB 64b/line 8-way L2 > >>>> cache,AES,XSAVE,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,M > >>>> TRR,SSE4.1,SSE4.2 > >>>> cpu22 at mainbus0cpu19: smt 1, core 1, package 1 > >>>> ,ABM,PERF,ITSC,LAHF,ABM,PERF,ITSC,PGE,MCA,FSGSBASE: apid 25 > >>>> (application proces > >>>> sor) > >>>> ,FSGSBASE,BMI1,x2APIC,BMI1,AVX2,SMEP,BMI2cpu22: Intel(R) Xeon(R) > >>>> CPU E5-2620 v3 > >>>> @ 2.40GHz, 2397.22 MHz > >>>> cpu22: > >>>> ,LAHF,ABM,MOVBE,CMOV,PAT,PSE36,AVX,F16C,POPCNT,ERMS,PERF,DEADLINE,RDRAND > >>>> > >>>> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,AES,XSAVE,AVX,F16C,RDRAND,CX8,APIC,SEP,MTRR,NXE, > >>>> > >>>> > >>>> PAGE1GB,INVPCID,PQM,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PGE,MCA,CMOV,PAT,PSE36,CFL > >>>> > >>>> > >>>> USH,SENSOR,ARAT,PERF,ITSC,DS,ACPI,ITSC,AVX2,SMEP,CFLUSH,FSGSBASE,BMI1cpu22: > >>>> > >>>> fai > >>>> led to identify > >>>> ,DS,ACPI,MMX,FXSR,SSE,BMI2,AVX2,SMEP,BMI2,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBEcpu23 > >>>> > >>>> a > >>>> t mainbus0,MELTDOWN > >>>> ,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,FSGSBASE,BMI1,VMX,SMX,EST,TM2,SSE2,SScpu16: > >>>> > >>>> 25 > >>>> 6KB 64b/line ,ERMS,INVPCID,PQM,HTT,TM,AVX2,SMEP8-way L2 > >>>> cache,ERMS,INVPCID,PQM, > >>>> BMI2,SSSE3,SENSOR,ARAT,MELTDOWN > >>>> ,PBE,SENSOR,ARAT,MELTDOWN > >>>> cpu20: 256KB 64b/line 8-way L2 cachecpu17: : > >>>> ,RDTSCP256KB 64b/line > >>>> ,ERMS,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2A > >>>> PIC,MOVBE,POPCNT,DEADLINE,AES > >>>> cpu20: smt 1, core 2, package 1 > >>>> cpu16: smt 1, core 4, package 0 > >>>> apid 27 (application processor) > >>>> ,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,SSE3,INVPCID,LONG,LAHF,ABM,PERF, > >>>> > >>>> > >>>> ITSC,PCLMUL,PQM,LAHF,ABM,DTES64,MWAIT,PERF,ITSC,SENSOR,ARAT,MELTDOWN > >>>> ,DS-CPL,FSGSBASE,BMI1,AVX2,FSGSBASE,BMI1,AVX2,SMEP,BMI2cpu23: > >>>> Intel(R) Xeon(R) C > >>>> PU E5-2620 v3 @ 2.40GHz,ERMS, 2397.22 MHz,SMEP,BMI2cpu14: > >>>> ,VMX,SMXcpu23: failed > >>>> to identify > >>>> ,ERMS,INVPCID,PQM > >>>> cpu23: FPU,SENSOR,ARATioapic0 at mainbus0256KB 64b/line > >>>> 8-way,MELTDOWN,INVPCID, > >>>> VME: apid 8,EST,TM28-way L2 cache > >>>> ,SSSE3,SDBG pa 0xfec00000cpu17: smt 1, core 5, package 0 > >>>> L2 cache > >>>> , version 20, 24 pins > >>>> ,FMA3,CX16,xTPR,PDCM > >>>> cpu22: 256KB 64b/line 8-way,DE,PSE,TSC,MSR,PAE,PCIDcpu14: smt 1, > >>>> core 2, packag > >>>> e 0 > >>>> ,PQM,DCAioapic1 at mainbus0,MCE,SENSOR,ARAT L2 cache > >>>> ,MELTDOWN: apid 9,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,CX8,APIC > >>>> ,DEADLINEcpu15: pa 0xfec01000256KB 64b/line 8-way L2 > >>>> cache,AES,XSAVE, version 2 > >>>> 0, 24 pins > >>>> > >>>> ,SEP,MTRR,PGE,MCAioapic2 at mainbus0,CMOV,PAT,PSE36: apid 10 pa > >>>> 0xfec40000,CFLU > >>>> SH,DS, version 20, 24 pins > >>>> ,ACPI,MMX,FXSRcpu15: smt 1, core 3, package 0 > >>>> acpimcfg0 at acpi0,SSE,SSE2 addr 0x80000000, bus 0-255 > >>>> ,AVX,F16C,RDRAND,NXE,PAGE1GB,SS,HTT,TM,RDTSCP,LONG,LAHF,ABM,PERF,ITSCcpu22: > >>>> > >>>> smt > >>>> 1, core 4, package 1 > >>>> ,FSGSBASE,BMI1,AVX2,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,S > >>>> > >>>> > >>>> DBG,FMA3,CX16,xTPR,PDCM,SMEP,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,BMI2,ER > >>>> > >>>> > >>>> MS,DEADLINE,AES,XSAVE,AVX,F16C,INVPCIDacpiprt0 at acpi0,RDRAND: bus > >>>> 127 (UNC0), > >>>> NXE,PAGE1GB,RDTSCP > >>>> ,PQMacpiprt1 at acpi0,LONG,LAHF,ABM,PERF,ITSC,SENSOR: bus 255 > >>>> (UNC1),ARAT,MELTD > >>>> OWN,FSGSBASE,BMI1,AVX2,SMEP,BMI2 > >>>> ,ERMSacpiprt2 at acpi0,INVPCID,PQM > >>>> : bus 0 (PCI0)cpu21: 256KB 64b/line ,SENSOR,ARAT,MELTDOWN > >>>> > >>>> cpu23: acpiprt3 at acpi0256KB 64b/line 8-way L2 cache: bus 1 (PEX2) > >>>> 8-way > >>>> cpu23: smt 1, core 5, package 1 > >>>> acpiprt4 at acpi0 L2 cache > >>>> : bus 2 (PEX4)cpu21: smt 1, core 3, package 1 > >>>> > >>>> acpiprt5 at acpi0: bus 3 (BR01) > >>>> acpiprt6 at acpi0: bus 4 (BR05) > >>>> acpiprt7 at acpi0: bus 5 (BR03) > >>>> acpiprt8 at acpi0: bus 8 (BR07) > >>>> acpiprt9 at acpi0: bus 128 (PCI1) > >>>> "PNP0C33" at acpi0 not configured > >>>> "PNP0C14" at acpi0 not configured > >>>> "ACPI0004" at acpi0 not configured > >>>> "ACPI0007" at acpi0 not configured > >>>> "ACPI0007" at acpi0 not configured > >>>> "ACPI0007" at acpi0 not configured > >>>> "ACPI0007" at acpi0 not configured > >>>> "ACPI0007" at acpi0 not configured > >>>> "ACPI0007" at acpi0 not configured > >>>> "ACPI0007" at acpi0 not configured > >>>> "ACPI0007" at acpi0 not configured > >>>> "ACPI0007" at acpi0 not configured > >>>> "ACPI0007" at acpi0 not configured > >>>> "ACPI0007" at acpi0 not configured > >>>> "ACPI0007" at acpi0 not configured > >>>> "ACPI0004" at acpi0 not configured > >>>> "ACPI0007" at acpi0 not configured > >>>> "ACPI0007" at acpi0 not configured > >>>> "ACPI0007" at acpi0 not configured > >>>> "ACPI0007" at acpi0 not configured > >>>> "ACPI0007" at acpi0 not configured > >>>> "ACPI0007" at acpi0 not configured > >>>> "ACPI0007" at acpi0 not configured > >>>> "ACPI0007" at acpi0 not configured > >>>> "ACPI0007" at acpi0 not configured > >>>> "ACPI0007" at acpi0 not configured > >>>> "ACPI0007" at acpi0 not configured > >>>> "ACPI0007" at acpi0 not configured > >>>> "PNP0003" at acpi0 not configured > >>>> "IPI0001" at acpi0 not configured > >>>> "ACPI000E" at acpi0 not configured > >>>> "ACPI000D" at acpi0 not configured > >>>> ipmi at mainbus0 not configured > >>>> pci0 at mainbus0 bus 0 > >>>> pchb0 at pci0 dev 0 function 0 "Intel E5 v3 Host" rev 0x02 > >>>> ppb0 at pci0 dev 1 function 0 "Intel E5 v3 PCIE" rev 0x02 > >>>> pci1 at ppb0 bus 3 > >>>> ciss0 at pci1 dev 0 function 0 "Hewlett-Packard Smart Array" rev > >>>> 0x01: apic 8 i > >>>> nt 16 > >>>> ciss0: 1 LD, HW rev 1, FW 5.04/5.04, 64bit fifo rro > >>>> scsibus1 at ciss0: 1 targets > >>>> sd0 at scsibus1 targ 0 lun 0: <HP, LOGICAL VOLUME, 5.04> SCSI3 > >>>> 0/direct fixed > >>>> sd0: 228902MB, 512 bytes/sector, 468792000 sectors > >>>> ppb1 at pci0 dev 1 function 1 "Intel E5 v3 PCIE" rev 0x02 > >>>> pci2 at ppb1 bus 12 > >>>> ppb2 at pci0 dev 2 function 0 "Intel E5 v3 PCIE" rev 0x02: msi > >>>> pci3 at ppb2 bus 5 > >>>> ppb3 at pci0 dev 2 function 1 "Intel E5 v3 PCIE" rev 0x02 > >>>> pci4 at ppb3 bus 13 > >>>> ppb4 at pci0 dev 2 function 2 "Intel E5 v3 PCIE" rev 0x02 > >>>> pci5 at ppb4 bus 4 > >>>> ix0 at pci5 dev 0 function 0 "Intel 82599" rev 0x01: msi, address > >>>> 8c:dc:d4:ac:e > >>>> 0:78 > >>>> ix1 at pci5 dev 0 function 1 "Intel 82599" rev 0x01: msi, address > >>>> 8c:dc:d4:ac:e > >>>> 0:79 > >>>> ppb5 at pci0 dev 2 function 3 "Intel E5 v3 PCIE" rev 0x02 > >>>> pci6 at ppb5 bus 14 > >>>> ppb6 at pci0 dev 3 function 0 "Intel E5 v3 PCIE" rev 0x02: msi > >>>> pci7 at ppb6 bus 8 > >>>> ppb7 at pci0 dev 3 function 1 "Intel E5 v3 PCIE" rev 0x02 > >>>> pci8 at ppb7 bus 15 > >>>> ppb8 at pci0 dev 3 function 2 "Intel E5 v3 PCIE" rev 0x02 > >>>> pci9 at ppb8 bus 11 > >>>> ppb9 at pci0 dev 3 function 3 "Intel E5 v3 PCIE" rev 0x02 > >>>> pci10 at ppb9 bus 16 > >>>> "Intel E5 v3 DMA" rev 0x02 at pci0 dev 4 function 0 not configured > >>>> "Intel E5 v3 DMA" rev 0x02 at pci0 dev 4 function 1 not configured > >>>> "Intel E5 v3 DMA" rev 0x02 at pci0 dev 4 function 2 not configured > >>>> "Intel E5 v3 DMA" rev 0x02 at pci0 dev 4 function 3 not configured > >>>> "Intel E5 v3 DMA" rev 0x02 at pci0 dev 4 function 4 not configured > >>>> "Intel E5 v3 DMA" rev 0x02 at pci0 dev 4 function 5 not configured > >>>> "Intel E5 v3 DMA" rev 0x02 at pci0 dev 4 function 6 not configured > >>>> "Intel E5 v3 DMA" rev 0x02 at pci0 dev 4 function 7 not configured > >>>> "Intel E5 v3 Address Map" rev 0x02 at pci0 dev 5 function 0 not > >>>> configured > >>>> "Intel E5 v3 Hot Plug" rev 0x02 at pci0 dev 5 function 1 not > >>>> configured > >>>> "Intel E5 v3 Error Reporting" rev 0x02 at pci0 dev 5 function 2 not > >>>> configured > >>>> "Intel E5 v3 I/O APIC" rev 0x02 at pci0 dev 5 function 4 not > >>>> configured > >>>> "Intel C610 MS SPSR" rev 0x05 at pci0 dev 17 function 0 not configured > >>>> xhci0 at pci0 dev 20 function 0 "Intel C610 xHCI" rev 0x05: apic 8 > >>>> int 19 > >>>> usb0 at xhci0: USB revision 3.0 > >>>> uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev > >>>> 3.00/1.00 a > >>>> ddr 1 > >>>> ehci0 at pci0 dev 26 function 0 "Intel C610 USB" rev 0x05: apic 8 > >>>> int 18 > >>>> usb1 at ehci0: USB revision 2.0 > >>>> uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev > >>>> 2.00/1.00 a > >>>> ddr 1 > >>>> ppb10 at pci0 dev 28 function 0 "Intel C610 PCIE" rev 0xd5 > >>>> pci11 at ppb10 bus 17 > >>>> ppb11 at pci0 dev 28 function 2 "Intel C610 PCIE" rev 0xd5 > >>>> pci12 at ppb11 bus 1 > >>>> "Hewlett-Packard iLO3 Slave" rev 0x06 at pci12 dev 0 function 0 not > >>>> configured > >>>> vga1 at pci12 dev 0 function 1 "Matrox MGA G200eH" rev 0x01 > >>>> wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation) > >>>> wsdisplay0: screen 1-5 added (80x25, vt100 emulation) > >>>> "Hewlett-Packard iLO3 Management" rev 0x06 at pci12 dev 0 function > >>>> 2 not config > >>>> ured > >>>> uhci0 at pci12 dev 0 function 4 "Hewlett-Packard USB" rev 0x03: > >>>> apic 8 int 19 > >>>> usb2 at uhci0: USB revision 1.0 > >>>> uhub2 at usb2 configuration 1 interface 0 "Hewlett-Packard UHCI > >>>> root hub" rev 1 > >>>> .00/1.00 addr 1 > >>>> ppb12 at pci0 dev 28 function 4 "Intel C610 PCIE" rev 0xd5 > >>>> pci13 at ppb12 bus 2 > >>>> bge0 at pci13 dev 0 function 0 "Broadcom BCM5719" rev 0x01, unknown > >>>> BCM5719 (0x > >>>> 5719001), APE firmware NCSI 1.3.16.0: msi, address 30:e1:71:6d:16:f8 > >>>> brgphy0 at bge0 phy 1: BCM5719C 10/100/1000baseT PHY, rev. 0 > >>>> bge1 at pci13 dev 0 function 1 "Broadcom BCM5719" rev 0x01, unknown > >>>> BCM5719 (0x > >>>> 5719001), APE firmware NCSI 1.3.16.0: msi, address 30:e1:71:6d:16:f9 > >>>> brgphy1 at bge1 phy 2: BCM5719C 10/100/1000baseT PHY, rev. 0 > >>>> bge2 at pci13 dev 0 function 2 "Broadcom BCM5719" rev 0x01, unknown > >>>> BCM5719 (0x > >>>> 5719001), APE firmware NCSI 1.3.16.0: msi, address 30:e1:71:6d:16:fa > >>>> brgphy2 at bge2 phy 3: BCM5719C 10/100/1000baseT PHY, rev. 0 > >>>> bge3 at pci13 dev 0 function 3 "Broadcom BCM5719" rev 0x01, unknown > >>>> BCM5719 (0x > >>>> 5719001), APE firmware NCSI 1.3.16.0: msi, address 30:e1:71:6d:16:fb > >>>> brgphy3 at bge3 phy 4: BCM5719C 10/100/1000baseT PHY, rev. 0 > >>>> ppb13 at pci0 dev 28 function 6 "Intel C610 PCIE" rev 0xd5 > >>>> pci14 at ppb13 bus 18 > >>>> ppb14 at pci0 dev 28 function 7 "Intel C610 PCIE" rev 0xd5 > >>>> pci15 at ppb14 bus 19 > >>>> ehci1 at pci0 dev 29 function 0 "Intel C610 USB" rev 0x05: apic 8 > >>>> int 18 > >>>> usb3 at ehci1: USB revision 2.0 > >>>> uhub3 at usb3 configuration 1 interface 0 "Intel EHCI root hub" rev > >>>> 2.00/1.00 a > >>>> ddr 1 > >>>> pcib0 at pci0 dev 31 function 0 "Intel C610 LPC" rev 0x05 > >>>> ichiic0 at pci0 dev 31 function 3 "Intel C610 SMBus" rev 0x05: apic > >>>> 8 int 18 > >>>> iic0 at ichiic0 > >>>> isa0 at pcib0 > >>>> isadma0 at isa0 > >>>> com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo > >>>> com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo > >>>> com1: console > >>>> pckbc0 at isa0 port 0x60/5 irq 1 irq 12 > >>>> pckbd0 at pckbc0 (kbd slot) > >>>> wskbd0 at pckbd0: console keyboard, using wsdisplay0 > >>>> pcppi0 at isa0 port 0x61 > >>>> spkr0 at pcppi0 > >>>> pci16 at mainbus0 bus 127 > >>>> 127:30:3: mem address conflict 0x10/0x10 > >>>> "Intel E5 v3 QPI" rev 0x02 at pci16 dev 8 function 0 not configured > >>>> "Intel E5 v3 QPI" rev 0x02 at pci16 dev 8 function 3 not configured > >>>> "Intel E5 v3 QPI" rev 0x02 at pci16 dev 9 function 0 not configured > >>>> "Intel E5 v3 QPI" rev 0x02 at pci16 dev 9 function 3 not configured > >>>> "Intel E5 v3 QPI Monitor" rev 0x02 at pci16 dev 11 function 0 not > >>>> configured > >>>> "Intel E5 v3 QPI Monitor" rev 0x02 at pci16 dev 11 function 1 not > >>>> configured > >>>> "Intel E5 v3 QPI Monitor" rev 0x02 at pci16 dev 11 function 2 not > >>>> configured > >>>> "Intel E5 v3 Unicast" rev 0x02 at pci16 dev 12 function 0 not > >>>> configured > >>>> "Intel E5 v3 Unicast" rev 0x02 at pci16 dev 12 function 1 not > >>>> configured > >>>> "Intel E5 v3 Unicast" rev 0x02 at pci16 dev 12 function 2 not > >>>> configured > >>>> "Intel E5 v3 Unicast" rev 0x02 at pci16 dev 12 function 3 not > >>>> configured > >>>> "Intel E5 v3 Unicast" rev 0x02 at pci16 dev 12 function 4 not > >>>> configured > >>>> "Intel E5 v3 Unicast" rev 0x02 at pci16 dev 12 function 5 not > >>>> configured > >>>> "Intel E5 v3 Ring Agent" rev 0x02 at pci16 dev 15 function 0 not > >>>> configured > >>>> "Intel E5 v3 Ring Agent" rev 0x02 at pci16 dev 15 function 1 not > >>>> configured > >>>> "Intel E5 v3 SAD" rev 0x02 at pci16 dev 15 function 4 not configured > >>>> "Intel E5 v3 SAD" rev 0x02 at pci16 dev 15 function 5 not configured > >>>> "Intel E5 v3 SAD" rev 0x02 at pci16 dev 15 function 6 not configured > >>>> "Intel E5 v3 PCIE Ring" rev 0x02 at pci16 dev 16 function 0 not > >>>> configured > >>>> "Intel E5 v3 PCIE Monitor" rev 0x02 at pci16 dev 16 function 1 not > >>>> configured > >>>> "Intel E5 v3 Scratch" rev 0x02 at pci16 dev 16 function 5 not > >>>> configured > >>>> "Intel E5 v3 Scratch" rev 0x02 at pci16 dev 16 function 6 not > >>>> configured > >>>> "Intel E5 v3 Scratch" rev 0x02 at pci16 dev 16 function 7 not > >>>> configured > >>>> "Intel E5 v3 Home Agent" rev 0x02 at pci16 dev 18 function 0 not > >>>> configured > >>>> "Intel E5 v3 Home Agent" rev 0x02 at pci16 dev 18 function 1 not > >>>> configured > >>>> "Intel E5 v3 Home Agent Debug" rev 0x02 at pci16 dev 18 function 2 > >>>> not configur > >>>> ed > >>>> "Intel E5 v3 Memory" rev 0x02 at pci16 dev 19 function 0 not > >>>> configured > >>>> "Intel E5 v3 RAS" rev 0x02 at pci16 dev 19 function 1 not configured > >>>> "Intel E5 v3 TAD" rev 0x02 at pci16 dev 19 function 2 not configured > >>>> "Intel E5 v3 TAD" rev 0x02 at pci16 dev 19 function 3 not configured > >>>> "Intel E5 v3 TAD" rev 0x02 at pci16 dev 19 function 4 not configured > >>>> "Intel E5 v3 TAD" rev 0x02 at pci16 dev 19 function 5 not configured > >>>> "Intel E5 v3 DDR Broadcast" rev 0x02 at pci16 dev 19 function 6 not > >>>> configured > >>>> "Intel E5 v3 DDR Broadcast" rev 0x02 at pci16 dev 19 function 7 not > >>>> configured > >>>> "Intel E5 v3 Thermal" rev 0x02 at pci16 dev 20 function 0 not > >>>> configured > >>>> "Intel E5 v3 Thermal" rev 0x02 at pci16 dev 20 function 1 not > >>>> configured > >>>> "Intel E5 v3 Error" rev 0x02 at pci16 dev 20 function 2 not configured > >>>> "Intel E5 v3 Error" rev 0x02 at pci16 dev 20 function 3 not configured > >>>> "Intel E5 v3 DDRIO" rev 0x02 at pci16 dev 20 function 4 not configured > >>>> "Intel E5 v3 DDRIO" rev 0x02 at pci16 dev 20 function 5 not configured > >>>> "Intel E5 v3 DDRIO" rev 0x02 at pci16 dev 20 function 6 not configured > >>>> "Intel E5 v3 DDRIO" rev 0x02 at pci16 dev 20 function 7 not configured > >>>> "Intel E5 v3 Thermal" rev 0x02 at pci16 dev 21 function 0 not > >>>> configured > >>>> "Intel E5 v3 Thermal" rev 0x02 at pci16 dev 21 function 1 not > >>>> configured > >>>> "Intel E5 v3 Error" rev 0x02 at pci16 dev 21 function 2 not configured > >>>> "Intel E5 v3 Error" rev 0x02 at pci16 dev 21 function 3 not configured > >>>> "Intel E5 v3 TA" rev 0x02 at pci16 dev 22 function 0 not configured > >>>> "Intel E5 v3 DDR Broadcast" rev 0x02 at pci16 dev 22 function 6 not > >>>> configured > >>>> "Intel E5 v3 DDR Broadcast" rev 0x02 at pci16 dev 22 function 7 not > >>>> configured > >>>> "Intel E5 v3 Thermal" rev 0x02 at pci16 dev 23 function 0 not > >>>> configured > >>>> "Intel E5 v3 DDRIO" rev 0x02 at pci16 dev 23 function 4 not configured > >>>> "Intel E5 v3 DDRIO" rev 0x02 at pci16 dev 23 function 5 not configured > >>>> "Intel E5 v3 DDRIO" rev 0x02 at pci16 dev 23 function 6 not configured > >>>> "Intel E5 v3 DDRIO" rev 0x02 at pci16 dev 23 function 7 not configured > >>>> "Intel E5 v3 PCU" rev 0x02 at pci16 dev 30 function 0 not configured > >>>> "Intel E5 v3 PCU" rev 0x02 at pci16 dev 30 function 1 not configured > >>>> "Intel E5 v3 PCU" rev 0x02 at pci16 dev 30 function 2 not configured > >>>> "Intel E5 v3 PCU" rev 0x02 at pci16 dev 30 function 3 not configured > >>>> "Intel E5 v3 PCU" rev 0x02 at pci16 dev 30 function 4 not configured > >>>> "Intel E5 v3 VCU" rev 0x02 at pci16 dev 31 function 0 not configured > >>>> "Intel E5 v3 VCU" rev 0x02 at pci16 dev 31 function 2 not configured > >>>> pci17 at mainbus0 bus 255 > >>>> 255:30:3: mem address conflict 0x10/0x10 > >>>> "Intel E5 v3 QPI" rev 0x02 at pci17 dev 8 function 0 not configured > >>>> "Intel E5 v3 QPI" rev 0x02 at pci17 dev 8 function 3 not configured > >>>> "Intel E5 v3 QPI" rev 0x02 at pci17 dev 9 function 0 not configured > >>>> "Intel E5 v3 QPI" rev 0x02 at pci17 dev 9 function 3 not configured > >>>> "Intel E5 v3 QPI Monitor" rev 0x02 at pci17 dev 11 function 0 not > >>>> configured > >>>> "Intel E5 v3 QPI Monitor" rev 0x02 at pci17 dev 11 function 1 not > >>>> configured > >>>> "Intel E5 v3 QPI Monitor" rev 0x02 at pci17 dev 11 function 2 not > >>>> configured > >>>> "Intel E5 v3 Unicast" rev 0x02 at pci17 dev 12 function 0 not > >>>> configured > >>>> "Intel E5 v3 Unicast" rev 0x02 at pci17 dev 12 function 1 not > >>>> configured > >>>> "Intel E5 v3 Unicast" rev 0x02 at pci17 dev 12 function 2 not > >>>> configured > >>>> "Intel E5 v3 Unicast" rev 0x02 at pci17 dev 12 function 3 not > >>>> configured > >>>> "Intel E5 v3 Unicast" rev 0x02 at pci17 dev 12 function 4 not > >>>> configured > >>>> "Intel E5 v3 Unicast" rev 0x02 at pci17 dev 12 function 5 not > >>>> configured > >>>> "Intel E5 v3 Ring Agent" rev 0x02 at pci17 dev 15 function 0 not > >>>> configured > >>>> "Intel E5 v3 Ring Agent" rev 0x02 at pci17 dev 15 function 1 not > >>>> configured > >>>> "Intel E5 v3 SAD" rev 0x02 at pci17 dev 15 function 4 not configured > >>>> "Intel E5 v3 SAD" rev 0x02 at pci17 dev 15 function 5 not configured > >>>> "Intel E5 v3 SAD" rev 0x02 at pci17 dev 15 function 6 not configured > >>>> "Intel E5 v3 PCIE Ring" rev 0x02 at pci17 dev 16 function 0 not > >>>> configured > >>>> "Intel E5 v3 PCIE Monitor" rev 0x02 at pci17 dev 16 function 1 not > >>>> configured > >>>> "Intel E5 v3 Scratch" rev 0x02 at pci17 dev 16 function 5 not > >>>> configured > >>>> "Intel E5 v3 Scratch" rev 0x02 at pci17 dev 16 function 6 not > >>>> configured > >>>> "Intel E5 v3 Scratch" rev 0x02 at pci17 dev 16 function 7 not > >>>> configured > >>>> "Intel E5 v3 Home Agent" rev 0x02 at pci17 dev 18 function 0 not > >>>> configured > >>>> "Intel E5 v3 Home Agent" rev 0x02 at pci17 dev 18 function 1 not > >>>> configured > >>>> "Intel E5 v3 Home Agent Debug" rev 0x02 at pci17 dev 18 function 2 > >>>> not configur > >>>> ed > >>>> "Intel E5 v3 Memory" rev 0x02 at pci17 dev 19 function 0 not > >>>> configured > >>>> "Intel E5 v3 RAS" rev 0x02 at pci17 dev 19 function 1 not configured > >>>> "Intel E5 v3 TAD" rev 0x02 at pci17 dev 19 function 2 not configured > >>>> "Intel E5 v3 TAD" rev 0x02 at pci17 dev 19 function 3 not configured > >>>> "Intel E5 v3 TAD" rev 0x02 at pci17 dev 19 function 4 not configured > >>>> "Intel E5 v3 TAD" rev 0x02 at pci17 dev 19 function 5 not configured > >>>> "Intel E5 v3 DDR Broadcast" rev 0x02 at pci17 dev 19 function 6 not > >>>> configured > >>>> "Intel E5 v3 DDR Broadcast" rev 0x02 at pci17 dev 19 function 7 not > >>>> configured > >>>> "Intel E5 v3 Thermal" rev 0x02 at pci17 dev 20 function 0 not > >>>> configured > >>>> "Intel E5 v3 Thermal" rev 0x02 at pci17 dev 20 function 1 not > >>>> configured > >>>> "Intel E5 v3 Error" rev 0x02 at pci17 dev 20 function 2 not configured > >>>> "Intel E5 v3 Error" rev 0x02 at pci17 dev 20 function 3 not configured > >>>> "Intel E5 v3 DDRIO" rev 0x02 at pci17 dev 20 function 4 not configured > >>>> "Intel E5 v3 DDRIO" rev 0x02 at pci17 dev 20 function 5 not configured > >>>> "Intel E5 v3 DDRIO" rev 0x02 at pci17 dev 20 function 6 not configured > >>>> "Intel E5 v3 DDRIO" rev 0x02 at pci17 dev 20 function 7 not configured > >>>> "Intel E5 v3 Thermal" rev 0x02 at pci17 dev 21 function 0 not > >>>> configured > >>>> "Intel E5 v3 Thermal" rev 0x02 at pci17 dev 21 function 1 not > >>>> configured > >>>> "Intel E5 v3 Error" rev 0x02 at pci17 dev 21 function 2 not configured > >>>> "Intel E5 v3 Error" rev 0x02 at pci17 dev 21 function 3 not configured > >>>> "Intel E5 v3 TA" rev 0x02 at pci17 dev 22 function 0 not configured > >>>> "Intel E5 v3 DDR Broadcast" rev 0x02 at pci17 dev 22 function 6 not > >>>> configured > >>>> "Intel E5 v3 DDR Broadcast" rev 0x02 at pci17 dev 22 function 7 not > >>>> configured > >>>> "Intel E5 v3 Thermal" rev 0x02 at pci17 dev 23 function 0 not > >>>> configured > >>>> "Intel E5 v3 DDRIO" rev 0x02 at pci17 dev 23 function 4 not configured > >>>> "Intel E5 v3 DDRIO" rev 0x02 at pci17 dev 23 function 5 not configured > >>>> "Intel E5 v3 DDRIO" rev 0x02 at pci17 dev 23 function 6 not configured > >>>> "Intel E5 v3 DDRIO" rev 0x02 at pci17 dev 23 function 7 not configured > >>>> "Intel E5 v3 PCU" rev 0x02 at pci17 dev 30 function 0 not configured > >>>> "Intel E5 v3 PCU" rev 0x02 at pci17 dev 30 function 1 not configured > >>>> "Intel E5 v3 PCU" rev 0x02 at pci17 dev 30 function 2 not configured > >>>> "Intel E5 v3 PCU" rev 0x02 at pci17 dev 30 function 3 not configured > >>>> "Intel E5 v3 PCU" rev 0x02 at pci17 dev 30 function 4 not configured > >>>> "Intel E5 v3 VCU" rev 0x02 at pci17 dev 31 function 0 not configured > >>>> "Intel E5 v3 VCU" rev 0x02 at pci17 dev 31 function 2 not configured > >>>> pci18 at mainbus0 bus 128 > >>>> ppb15 at pci18 dev 0 function 0 "Intel E5 v3 PCIE" rev 0x02 > >>>> pci19 at ppb15 bus 139 > >>>> ppb16 at pci18 dev 1 function 0 "Intel E5 v3 PCIE" rev 0x02 > >>>> pci20 at ppb16 bus 129 > >>>> ppb17 at pci18 dev 1 function 1 "Intel E5 v3 PCIE" rev 0x02 > >>>> pci21 at ppb17 bus 136 > >>>> ppb18 at pci18 dev 2 function 0 "Intel E5 v3 PCIE" rev 0x02 > >>>> pci22 at ppb18 bus 130 > >>>> ppb19 at pci18 dev 2 function 1 "Intel E5 v3 PCIE" rev 0x02 > >>>> pci23 at ppb19 bus 137 > >>>> ppb20 at pci18 dev 2 function 2 "Intel E5 v3 PCIE" rev 0x02 > >>>> pci24 at ppb20 bus 131 > >>>> ppb21 at pci18 dev 2 function 3 "Intel E5 v3 PCIE" rev 0x02 > >>>> pci25 at ppb21 bus 138 > >>>> ppb22 at pci18 dev 3 function 0 "Intel E5 v3 PCIE" rev 0x02 > >>>> pci26 at ppb22 bus 132 > >>>> ppb23 at pci18 dev 3 function 1 "Intel E5 v3 PCIE" rev 0x02 > >>>> pci27 at ppb23 bus 133 > >>>> ppb24 at pci18 dev 3 function 2 "Intel E5 v3 PCIE" rev 0x02 > >>>> pci28 at ppb24 bus 134 > >>>> ppb25 at pci18 dev 3 function 3 "Intel E5 v3 PCIE" rev 0x02 > >>>> pci29 at ppb25 bus 135 > >>>> "Intel E5 v3 DMA" rev 0x02 at pci18 dev 4 function 0 not configured > >>>> "Intel E5 v3 DMA" rev 0x02 at pci18 dev 4 function 1 not configured > >>>> "Intel E5 v3 DMA" rev 0x02 at pci18 dev 4 function 2 not configured > >>>> "Intel E5 v3 DMA" rev 0x02 at pci18 dev 4 function 3 not configured > >>>> "Intel E5 v3 DMA" rev 0x02 at pci18 dev 4 function 4 not configured > >>>> "Intel E5 v3 DMA" rev 0x02 at pci18 dev 4 function 5 not configured > >>>> "Intel E5 v3 DMA" rev 0x02 at pci18 dev 4 function 6 not configured > >>>> "Intel E5 v3 DMA" rev 0x02 at pci18 dev 4 function 7 not configured > >>>> "Intel E5 v3 Address Map" rev 0x02 at pci18 dev 5 function 0 not > >>>> configured > >>>> "Intel E5 v3 Hot Plug" rev 0x02 at pci18 dev 5 function 1 not > >>>> configured > >>>> "Intel E5 v3 Error Reporting" rev 0x02 at pci18 dev 5 function 2 > >>>> not configured > >>>> > >>>> "Intel E5 v3 I/O APIC" rev 0x02 at pci18 dev 5 function 4 not > >>>> configured > >>>> vmm0 at mainbus0: VMX/EPT > >>>> uhub4 at uhub0 port 3 configuration 1 interface 0 "Standard > >>>> Microsystems produc > >>>> t 0x2660" rev 2.00/8.01 addr 2 > >>>> uhub5 at uhub1 port 1 configuration 1 interface 0 "Intel Rate > >>>> Matching Hub" rev > >>>> 2.00/0.05 addr 2 > >>>> uhub6 at uhub3 port 1 configuration 1 interface 0 "Intel Rate > >>>> Matching Hub" rev > >>>> 2.00/0.05 addr 2 > >>>> uhidev0 at uhub2 port 1 configuration 1 interface 0 "BMC Virtual > >>>> Keyboard" rev 1 > >>>> .10/0.02 addr 2 > >>>> uhidev0: iclass 3/1 > >>>> ukbd0 at uhidev0: 8 variable keys, 6 key codes, country code 33 > >>>> wskbd1 at ukbd0 mux 1 > >>>> wskbd1: connecting to wsdisplay0 > >>>> uhidev1 at uhub2 port 1 configuration 1 interface 1 "BMC Virtual > >>>> Keyboard" rev 1 > >>>> .10/0.02 addr 2 > >>>> uhidev1: iclass 3/1 > >>>> ums0 at uhidev1: 3 buttons > >>>> wsmouse0 at ums0 mux 0 > >>>> vscsi0 at root > >>>> scsibus2 at vscsi0: 256 targets > >>>> softraid0 at root > >>>> scsibus3 at softraid0: 256 targets > >>>> root on sd0a (e3647779bf17d6da.a) swap on sd0b dump on sd0b > >>>> WARNING: / was not properly unmounted > >>>> <2>carp1000: state transition: BACKUP -> MASTER > >>>> <2>carp1055: state transition: BACKUP -> MASTER > >>>> <2>carp1627: state transition: BACKUP -> MASTER > >>>> <2>carp1683: state transition: BACKUP -> MASTER > >>>> <2>carp201: state transition: BACKUP -> MASTER > >>>> <2>carp202: state transition: BACKUP -> MASTER > >>>> <2>carp203: state transition: BACKUP -> MASTER > >>>> <2>carp204: state transition: BACKUP -> MASTER > >>>> <2>carp205: state transition: BACKUP -> MASTER > >>>> <2>carp240: state transition: BACKUP -> MASTER > >>>> <2>carp241: state transition: BACKUP -> MASTER > >>>> <2>carp243: state transition: BACKUP -> MASTER > >>>> <2>carp332: state transition: BACKUP -> MASTER > >>>> <2>carp350: state transition: BACKUP -> MASTER > >>>> <2>carp353: state transition: BACKUP -> MASTER > >>>> <2>carp354: state transition: BACKUP -> MASTER > >>>> <2>carp355: state transition: BACKUP -> MASTER > >>>> <2>carp356: state transition: BACKUP -> MASTER > >>>> <2>carp380: state transition: BACKUP -> MASTER > >>>> <2>carp381: state transition: BACKUP -> MASTER > >>>> <2>carp398: state transition: BACKUP -> MASTER > >>>> <2>carp399: state transition: BACKUP -> MASTER > >>>> <2>carp400: state transition: BACKUP -> MASTER > >>>> <2>carp401: state transition: BACKUP -> MASTER > >>>> <2>carp402: state transition: BACKUP -> MASTER > >>>> <2>carp403: state transition: BACKUP -> MASTER > >>>> <2>carp412: state transition: BACKUP -> MASTER > >>>> <2>carp598: state transition: BACKUP -> MASTER > >>>> <2>carp601: state transition: BACKUP -> MASTER > >>>> <2>carp611: state transition: BACKUP -> MASTER > >>>> <2>carp613: state transition: BACKUP -> MASTER > >>>> <2>carp6201: state transition: BACKUP -> MASTER > >>>> <2>carp6202: state transition: BACKUP -> MASTER > >>>> <2>carp6402: state transition: BACKUP -> MASTER > >>>> <2>carp6403: state transition: BACKUP -> MASTER > >>>> <2>carp6741: state transition: BACKUP -> MASTER > >>>> <2>carp6745: state transition: BACKUP -> MASTER > >>>> <2>carp6755: state transition: BACKUP -> MASTER > >>>> <2>carp691: state transition: BACKUP -> MASTER > >>>> <2>carp698: state transition: BACKUP -> MASTER > >>>> <2>carp699: state transition: BACKUP -> MASTER > >>>> <2>carp719: state transition: BACKUP -> MASTER > >>>> <2>carp721: state transition: BACKUP -> MASTER > >>>> <2>carp722: state transition: BACKUP -> MASTER > >>>> <2>carp723: state transition: BACKUP -> MASTER > >>>> <2>carp741: state transition: BACKUP -> MASTER > >>>> <2>carp742: state transition: BACKUP -> MASTER > >>>> <2>carp745: state transition: BACKUP -> MASTER > >>>> <2>carp748: state transition: BACKUP -> MASTER > >>>> <2>carp755: state transition: BACKUP -> MASTER > >>>> <2>carp759: state transition: BACKUP -> MASTER > >>>> <2>carp763: state transition: BACKUP -> MASTER > >>>> <2>carp788: state transition: BACKUP -> MASTER > >>>> <2>carp799: state transition: BACKUP -> MASTER > >>>> <2>carp801: state transition: BACKUP -> MASTER > >>>> <2>carp984: state transition: BACKUP -> MASTER > >>>> <2>carp990: state transition: BACKUP -> MASTER > >>>> <2>carp991: state transition: BACKUP -> MASTER > >>>> <2>carp994: state transition: BACKUP -> MASTER > >>>> <3>pfsync: failed to receive bulk update > >>>> wskbd1: disconnecting from wsdisplay0 > >>>> wskbd1 detached > >>>> ukbd0 detached > >>>> uhidev0 detached > >>>> wsmouse0 detached > >>>> ums0 detached > >>>> uhidev1 detached > >>>> uhidev0 at uhub2 port 1 configuration 1 interface 0 "BMC Virtual > >>>> Keyboard" rev 1 > >>>> .10/0.02 addr 2 > >>>> uhidev0: iclass 3/1 > >>>> ukbd0 at uhidev0: 8 variable keys, 6 key codes, country code 33 > >>>> wskbd1 at ukbd0 mux 1 > >>>> wskbd1: connecting to wsdisplay0 > >>>> uhidev1 at uhub2 port 1 configuration 1 interface 1 "BMC Virtual > >>>> Keyboard" rev 1 > >>>> .10/0.02 addr 2 > >>>> uhidev1: iclass 3/1 > >>>> ums0 at uhidev1: 3 buttons > >>>> wsmouse0 at ums0 mux 0 > >>>> panic: malloc: out of space in kmem_map > >>>> Stopped at db_enter+0x5: popq %rbp > >>>> TID PID UID PRFLAGS PFLAGS CPU COMMAND > >>>> *115076 34731 0 0x100003 0 1K ksh > >>>> db_enter() at db_enter+0x5 > >>>> panic() at panic+0x129 > >>>> malloc(ffff800020bdcf50,ffff800020bdcef0,10000) at malloc+0x6fa > >>>> ufs_readdir(10000) at ufs_readdir+0x101 > >>>> VOP_READDIR(ffff800020a8c250,1299b952f9357ec4,ffff800020bdcf3c,ffffff087f7ca180 > >>>> > >>>> > >>>> ) at VOP_READDIR+0x45 > >>>> sys_getdents(630,ffff800020a8c250,0) at sys_getdents+0x125 > >>>> syscall() at syscall+0x279 > >>>> --- syscall (number 99) --- > >>>> end of kernel > >>>> end trace frame: 0x7f7ffffd07b0, count: 8 > >>>> 0x196989f4032a: > >>>> https://www.openbsd.org/ddb.html describes the minimum info > >>>> required in bug > >>>> reports. Insufficient info makes it difficult to find and fix bugs. > >>>> ddb{1}> > >>> > >>> > >> > >
