@woooee: Your program opened zillion copies of the progress bar and had to be closed forcefully, see screen capture.
It will open one GUI for each
pr2=Process(target=PB.start_running(), args=())
statement so either multiprocessing has been broken for years and you are the only one to catch it, or the code would have to be different than what was posted here.