Inherits Thread(Super Class)'s run function
In MainWindow.java, to lunch or stop VM,
we call LoadSclingManager's function; however,
this function uses blocking I/O, so, during that time,
GUI is blocked.
run() -
Method in class edu.columbia.cs.irt.sipcloud.LoadMonitor