Well, it’s obviously your system chokes on something and stuck on it for some time. Most probable potentional candidates are: sound driver issues or game assets/sounds loading too slow from the data storage device. Try moving your steam installation to another drive (fast SSD would be a good choice), if you have such possibility.
And try placing the following commands into \steamapps\sourcemods\BMS\cfg\autoexec.cfg file:
cl_showfps 2
mem_max_heapsize 3000
mat_alphacoverage 1
mat_compressedtextures 1
mat_queue_mode 0
r_threaded_particles 1
r_threaded_renderables 1
snd_mix_async "1
snd_async_fullyasync "1"
cl_predict 1
cl_smooth 1
dsp_slow_cpu 1
cl_forcepreload 1
sv_forcepreload 1
Then restart the game and try again.
Also you could try to use one of following sets of command line parameters to check if the problem is with your sound card/drivers:
“-nosound”
“-wavonly”
And while you’re there, adding “-preload” to the command line parameters won’t hurt (while it should do pretty much the same as sv_forcepreload/cl_forcepreload do). And, yeah, update the drivers of your soundcard and/or try temporarily disable it in Windows Control Panel -> Audio Devices dialog or in System Device Manager.
The idea is that you first have to pinpoint what is causing stutters and only then you’d be able to finaly fix it. Stutters like seen on your video looks similar to those people get when they have problems with their sound card drivers.