Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
How do I determine which Clone # each CPU or machine is on?
Also, what if I want to fold on my GPU, can I do that along with my CPU folding? Lets say I have a dual core and folding with machine ID 1 and 2. Should I fold with machine ID 3 on the GPU folding or is GPU folding completely separate from the CPU and I should start at machine ID 1?

You have to remember as well that Stanford does not rely on folding a protein once. Each unit is run several times to make sure the data comes back the same way.
From the science end redundancy and repeatability make perfect sense.
http://forum.folding-community.org/fpost170041.html#170041 Of course, many similar simulations of the same protein are done, but I don't think the units are usually run more than once.

Each unit is run several times to make sure the data comes back the same way.
Also what would give me more bang for my buck? SMP with e6600 or one instance and GPU client on ATI X1900?

I was responding to this, not the fact that many runs are done with the same protein. If by unit you mean something different than a work unit downloaded by a client, then I can see where the misunderstanding is. The links you gave do not have any information stating that the same work units are or are not rerun to verify the results.
Under Contributions by team and project:
http://fah-web.stanford.edu/cgi-bin/fahproject?p=638
You have done 20 of these exact same work units.
I don't mean to be rude but looks like people are steering this thread in a different direction. Can anyone answer the question about scheduling when the folding starts and stops?
If you set up folding as a service, you can use the task scheduler to start/stop it.
A command like net start "service name here" will start the service, and net stop "service name here" will stop the service.
If it isn't a service, you can still use the task scheduler, and kill the process with a technique such as this one.