For a dual CPU MacPro after SoftwareUpdates, yes.
I've should written a clarification on this before, I've talked about this before years ago with
@joevt and never discussed it again.
There are two very different types of PanicInfoLogs with MacPro5,1, more with newer Macs. I've not yet found the Apple documentation about the different PanicInfo logs, so for differentiation here let's call the one that just points to the crash dump inside
~/Library/Logs/DiagnosticReports as PanicInfoLogs.A, and the second type where the crash dump itself is saved inside the VSS store, let's call it PanicInfoLogs.B, it's what I use on my diagnostic signatures to differentiate one from the other:
Type of PanicInfoLog | type A | type B |
Content: | Just a pointer to a file saved on /Library/Logs/DiagnosticReports | Full crash log, compressed, saved inside the NVRAM entry |
Erasable: | Yes, with deep NVRAM reset. | No, permanent or at least not removable by deep NVRAM reset. Not yet know if normal garbage collection removes it over time. |
Can fill the VSS store if happening in a loop: | Usually no, it's a very tiny entry. | Yes, some entries are over 3KB and one dump had 23 saved over the two VSS stores. |
Often found or not: | This is the everyday crash dump, frequently found on BootROM image dumps. | It was rare to be found present in a dump before BigSur, now is becoming common with Monterey. |
Since you got it removed from the VSS store with a NVRAM reset, your crashes probably were the first type. Usually you can confirm looking at SystemPreferences/Software/Logs of the disk that was blessed.