It doesn't look like anythings wrong in running modelsim. Please check your testbench to make sure it is really driving (print the clock ticks), check your sva if it is corectly bind to the module, and also check the message window in the GUI or the stdout in command line mode for any error message. I think it may be cause by that your sva failed right at the begining of your simulation and ended the simulation right away.
try to run a long time and confirm that the simulation really runs that long. (or use run -all to make sure it run until hit the end point. ie $stop or $finish)