You don't have verifier setup correctly:
Code:
STANDARD FLAGS: [X] (0x00000000) Automatic Checks [ ] (0x00000001) Special pool [ ] (0x00000002) Force IRQL checking [ ] (0x00000008) Pool tracking [ ] (0x00000010) I/O verification [ ] (0x00000020) Deadlock detection [ ] (0x00000080) DMA checking [ ] (0x00000100) Security checks [ ] (0x00000800) Miscellaneous checks [ ] (0x00020000) DDI compliance checking ADDITIONAL FLAGS: [ ] (0x00000004) Randomized low resources simulation [ ] (0x00000200) Force pending I/O requests [ ] (0x00000400) IRP logging [ ] (0x00002000) Invariant MDL checking for stack [ ] (0x00004000) Invariant MDL checking for driver [ ] (0x00008000) Power framework delay fuzzing [ ] (0x00040000) Systematic low resources simulation [ ] (0x00080000) DDI compliance checking (additional) [ ] (0x00200000) NDIS/WIFI verification [ ] (0x00800000) Kernel synchronization delay fuzzing [ ] (0x01000000) VM switch verification
Driver Verifieris a diagnostic tool built into Windows 10, it is designed to verify both native Microsoft drivers and third party drivers. Driver Verifier'sverification process involves putting heavy stress on drivers with the intention of making bad, outdated, incompatible or misbehaving drivers fail. The required result is a BSOD (Blue Screen of Death) which will generate a crash dump for debugging purposes.
Machines exposed to Driver Verifierwill run very sluggishly due to the stress being applied to the drivers.
Driver Verifier - Enable and Disable in Windows 10
Pay close attention to
PART TWO
and make sure the correct boxes are checked.
Warning:
It is not advised to run Driver Verifierfor more than 48 hours at a time. Disable Driver Verifier after 48 hours or after receiving a BSOD, whichever happens soonest.
Alwayscreate a Restore Point prior to enabling Driver Verifier.
What we're looking for is a BSOD with a mini dump that will tell us what driver caused it.
As for the dumps:
07/02/16 12:54 PM Driver Verifier enabled but setup wrong. No useful info in dump.
07/02/16 11:11 PM Driver Verifier not enabled. no useful info in dump.
07/02/16 09:35 PM Driver Verifier not enabled, memory_corruption. No useful info in dump.
07/02/16 06:35 PM Driver Verifier not enabled, hardware. No useful info in dump.
Since you have already swapped out the RAM I don't see that as being the cause of this. Ditto for the video card.
Check the system temperatures using Speedfan and/or CPU-Z. If nothing out of whack there, try stress testing CPU and GPU.
Follow this tutorial to stress test your CPU:
Prime95 - Stress Test Your CPU - Windows 10 blog
Follow this tutorials to stress test your GPU:
FurMark - GPU Stress Test - Windows 10 blog