I wrote Java SE programm which has deal with a huge set of matrices (trillions of matrices).The program retrieves subset from that set (the program writes subset in txt file) via iterating the set (there is some criteria, and it handles which matrices is suitable for subset). Iterating trillions of matrices will take a lot of time. So, I don't want to run that program on my computer.Please, give me any suggestion where to run that program (cloud services, servers), how to do that (install Java on that stuff) and so on. Is there any free solutions. Thanks a lot in advance.