Hi tsudragon,
There's not much information in the previous trace. Since you're using Windows 10 please try the following instructions to see if you can catch a trace. It will have the trace running in the background and then when the glitches happen you'll have around 30 seconds to go back to the command prompt windows and stop the trace which should write it out to a file.
Open an elevated command prompt (ie - use "Run as administrator" when launching the command prompt window) and run the command:[CODE]wpr -start GeneralProfile -start Network[/CODE]
Leave the command prompt window open so the trace continues to run. When the glitches start, switch back to the command prompt window and run the command:[CODE]wpr -stop d:\general.etl[/CODE]
or replace d: with whatever drive works for your system. That should write the file general.etl to the disk which is what you'd need to make available.