To anyone actually considering to buy the private keys off of the OP - you are most likely going to effectively get scammed because the inputs will most likely be unspendable.
To anyone considering to help the OP spend his funds - if the inputs are all .00001 then you more likely then not will not be able to spend any of the inputs for a long time, if ever, and if you eventually can spend the inputs, there is the possibility that someone else with the private keys will attempt to spend them. If the inputs are at least .0001 each then it may be possible to spend them, however the process will probably not be worth your time.
The OP is most likely (IMO) an alt of whoever is behind the stress tests. I am also going to speculate that these private keys are being released to put additional "stress" on various bitcoin related services, causing them to be less reliable. For example, after these private keys were released, many people probably accessed brainwallet to try to spend inputs from one (or more) of the private keys, and brainwallet will, by default try to download a list of unspent outputs from blockchain.info, and once they have created a signed transaction, brainwallet will attempt to push the transaction via blockchain.info's pushtx page (via their node). I would also think that many people would visit blockchain.info (it being the most popular AFAIK block explorer) to review the address's transaction history, and the transaction history being very long, will use more of their resources then someone visiting a "normal" address's transaction history. These are just two examples of how blockchain.info would become "stressed" as a result of this, and I am sure there are other examples for both bc.i and other bitcoin related services.
I have a wallet file containing all the private keys that have spam transactions
I would not recommend anyone trying to loan such a wallet file on your computer or your node. I have had such a file loaded as my wallet.dat file on my node (for security reasons, I do not keep any personal funds stored on my node) since this weekend, and I believe it has negatively affected performance. bitcoind crashed one time yesterday and twice today. After it crashed the most recent time, I checked the debug.log file and there were over 20k entries over the past ~5 hours, probably 2/3 of which were errors of transactions being relayed whose inputs were already spent and the other third of which were it logging transactions into the wallet. This is obviously taking up a log of valuable resources.
To fight the above issue, I changed some settings (less free transactions per minute), and deleted the wallet file with the spam addresses attached to it.