VMware 3.0 && bigadv folding

Change Page: 12345678910.. > >> | Showing page 1 of 18, messages 1 to 30 of 537
Author Message
linuxrouter

  • Total Posts : 4249
  • Joined: 2/28/2008
  • Status: online
  • Ribbons: 29
  • Folding: 5,059,187
VMware 3.0 && bigadv folding - Wednesday, November 04, 2009 11:35 AM ( #1 )
This thread is dedicated to folding bigadv in VMware. Below are screenshots of bigadv folding in VMware using an i7 920 @ 3.8 GHz and XP x64.  
      
7-core bigadv folding
8-core bigadv folding (v1.0)
     
There are examples of systems, PPD, and bonus points at this forum thread:
 
http://foldingforum.org/viewtopic.php?f=55&t=11314
 
To calculate bigadv bonus points and PPD based on TPF, go here:
 
Bigadv Bonus Point Calculator
  
This is a new beta SMP2 calculator in the works:

SMP2 Bonus Point Calculator
                
Leaving one core unused is probably not the worst idea if GPU folding at the same time. This leaves a virtual core over for the GPU clients and other system resources. 
  
Image and instructions
 
As requested, I have compressed a copy of my Linux image consisting of the necessary fah client. This image is for bigadv units and the bigadv folding requires an i7 or dual socket setup consisting of 8 or more cores. At least 6GB total memory is necessary. The bigadv Windows VMware folding is experimental and stability is unknown. Make sure your system, CPU, and memory are completely stable and all temps under load are normal before trying out these bigadv units. Also make sure your operating system has enough available resources including memory. This can be checked in Windows task manager. This image can also be used to run the regular 1920 pt Core A2 work units.
 
VMware Images                                

Linux FAH Image v1.1 -  Includes folding client 6.29
Mirror 1 
Mirror 2

Linux FAH Image v1.0
Mirror 1

Thanks to wb488641 and braindancer for providing file mirror locations. Thanks to gotspeed for making the torrent. Thank you to CBT over at foldingforum.org for mirroring the v1.1 image file. 
                      
Development  VMware Image
 
Linux FAH Image - Dev (Last Updated 01-24-10)

VMWare Player Download
 
VMWare Player 3.0

Backup scripts
Folding backup scripts provided by TheCrazyCanuck (see further down the thread for more info)

Folding Backup Scripts 
Folding Backup Questions Link         
 
Thanks to Shane @ EVGA for hosting the file and thanks to TheCrazyCanuck for spending the time writing the backup scripts and instructions.  

Utilities
   
Qfix - Linux 64-bit build - Source (Link 1 - Link 2

7-Zip offers much better compression options than using Zip. The compression program can be found here:

7-zip          

Linux FAH Image ChangeLog    
        
Virtualbox Disk Image

This image includes the same functionality as VMware v1.1 image with client 6.29 and includes vbox-additions.

Virtualbox Linux64_FAH Image v1.0 (7z)

Native Linux Disk Image

This is a raw disk image consisting of the same functionality as the VMware v1.1 image. It can be written with an imaging program that can read from a raw disk image like dd. It has a few kernel modifications that apply to the native environment:

Supports up to 256 processors - to cover the upcoming Nehalem-EX processors which scale to 8+ sockets
Supports most SCSI/SAS/SATA/IDE and Ethernet devices

To boot the Linux system, the disk should be hooked up on the first controller port or should be the only disk connected to the system in order for the root file system to be able to mount. The kernel by default tries to mount /dev/sda1 for the rootfs. 
 
Native Linux64_FAH Image v1.0 (7z | xz)

VMX Fix

If you are running an older version of the image and also setting more than 3600MB, I would recommend changing this option in the Linux64_FAH.vmx file:

virtualHW.version = "6" to virtualHW.version = "7"

This will make it so that all allocated memory is available to Linux in the VM. Otherwise upgrade to v1.1.
 
Installation
 
1) Install VMWare Player 3.0 - default options
 
2) Download and unzip the image. Put the file anywhere you like as long as there is at least 8GB free storage.
 
3) Startup VMWare Player
 
4) Click File - Open a Virtual Machine
 
5) Go to the location where you put the image and double click on the Linux64_FAH.vmx file.
 
6) The VMX file is preconfigured to use 8 processors and 3600MB memory. Before starting the VM machine, you have the option to "Edit virtual machine settings" and adjust the number of cores and allocated memory. Add more memory for 8-core bigadv or Ramdisk. Adjust the cores if you have less than 8. You may want to add more memory if available even with 7-core folding. I prefer to set 4600MB for 7-core folding and 4800-5000 for 8-core folding. The virtual machine will use what it needs up to what is allocated.

Double click on the name "Linux64_FAH" to start the virtual machine.
 
7) Wait for Linux to boot. You will see a command prompt. Just above, there are instructions on how to setup FahMon. The system will attempt to get an IP by DHCP and will tell you that IP address.
 
8) With version 1.0, you no longer need to login via the first two consoles. This version is setup to auto-login. Otherwise, login with the following:
 
FAH Login: fah
Password: fah1234
 
9a) Web configuration: Follow this step if you prefer to configure by web. If you want to setup and start the client via the console, skip this step and go to 9b.
 
When you first boot up the virtual machine it will tell you the HTTP address above the login prompt. The format should be:
 
http://ip/
 
where IP is the IP address assigned to the virtual machine.
 
Enter your username, team id, and passkey here. 
 
To get a passkey:
 
http://fah-web.stanford.edu/cgi-bin/getpasskey.py 
 
With the newer versions, you have the option to enable auto-startup so that the folding client will startup automatically with the next reboot. Version 1.0 has a checkbox for rebooting after Submit. Otherwise, you can enter the command reboot in the console after you Submit.
  
If you plan not to use the web logs or web access, then you can disable the web service with this command:
 
v0.4 or newer: 
 
web disable  

This will save some memory and also close down the web port for security. Enter web enable to startup the web service again.
 
If auto-startup is not enabled, then you can start fah6 manually with this command in the console: 
 
./fah6 -bigadv -smp 7
 
9b) Command line configuration:
 
With this configuration, the web interface is not being used so this service can be turned off with this command:
 
v0.4 or newer:
 
web disable 
 
To startup and configure the folding client:
 
./fah6 -bigadv -smp 7
 
For configuration, you will need your login, team (111065), and passkey. To get a passkey:
 
http://fah-web.stanford.edu/cgi-bin/getpasskey.py
 
The only two options I change from default is I select "big" for the unit size when prompted and I enable advmethods under Advanced Options when prompted.
 
10) (Optional)

8-core bigadv folding may be possible if you allocate enough memory to the virtual machine. At least 4600MB will need to be allocated, if not more. Make sure that Windows has enough resources before trying this. Thanks goes to brentpresley over at foldingforum.org for the tip on setting a greater memory allocation to the virtual machine.

./fah6 -bigadv -smp 8 

It is also possible to run the smaller 1920 pt work units via this system (replace with 8 with however many cores you like and your system supports):

./fah6 -smp 8  

11) (Optional) With v0.6 or newer, you can now view the folding log file via the web:

http://IP/log.php          
  
 
Additional Information and Configuration Options
  
 
Bonus point requirements
 
1) At least 10 Core A2 work units must be completed. (1920 or 25403 pt units qualify)
2) At least 80% of Core A2 work units must be completed in time.
3) A passkey must be used.
 
GNU License
 
The Linux image software is covered under the GNU General Public License Version 2  
 
Folding backup scripts and instructions provided by TheCrazyCanuck

TheCrazyCanuck



These files will allow you to backup your FAH contents to your Windows machine every hour.  Those of you who have real servers to backup files just tweak the username, password, and location accordingly.  These files also take care of backing up the ramdrive if you happen to use it.  The reason why you would want to backup every hour is because if the FAH client restarts early then you might loose days worth of work that is either not backed up or has been backed up and replaced by another backup. 

The hourly backups also resync the clock just in case it was drifting over time.  I give you the option of starting up the client with a RAM disk using what Linuxrouter has provided and I give you instructions on how you can retain those contents since they are volatile. 

*Disclaimer:  I expect anyone who uses this to read the instructions and not complain to me if they loose a WU because they were too lazy to follow instructions.  I also take no responsibility for anything you manage to bugger up on the host or VM.* 
 
View original IP configuration information
 
If you missed the original configuration information including the IP address, FahMon setup, and web configuration address, then you can run this command to see that information again: 
  
info 
   
Shutting down or restarting
 
To shutdown the virtual machine, run this command:
 
shutdown -h now
 
To reboot the virtual machine, run this command:
 
reboot
                    
Multiple Consoles
 
The image supports opening multiple consoles at once (max 6). Simply hit ALT+F2 through F6 and login. Then you can run other commands while folding at the same time. 

 
Sample Configuration Screenshots
   
Config Screenshot 01 
Config Screenshot 02   
  
 
Troubleshooting
 
Solution for client error "Could not connect to Primary Assignment Server for ID" (Credit to pgmoney for solution)
 
The virtual machine needs an IP on the network in order to access the Internet and the folding servers. If on startup the IP is missing in the notification, then this configuration change may give the virtual machine access to the network.
 
1) Open VMWare and select Linux64_FAH but do not start the virtual machine
2) Click "Edit virtual machine settings"
3) Click on Network Adapter
4) Change Network Connection from Bridged to NAT
5) Click OK and start the virtual machine
 
Loss of network connectivity to the virtual machine
 
If the system goes into a sleep state, this can cause loss of network connectivity to the virtual machine. If this happens, the following command sequence may repair the network connection in Linux without rebooting the virtual machine.
 
/etc/rc.d/rc.inet stop
rmmod e1000
modprobe e1000
/etc/rc.d/rc.inet start
ifconfig eth0  (This is see what IP address was assigned to the network adapter)  
  
Moving the Virtual Machine
  
If you move the virtual machine and find that you cannot get the network connection to come up again, this should fix the issue:

rm /etc/udev/rules.d/70-persistent-net.rules
reboot 
 
Advanced Options
  
 
SSH / Screen Session Setup (Optional)
 
For those familiar with SSH, there is also the option to access the virtual machine and FAH client remotely. 
   
Only do this if you are familiar with SSH and feel that your network is adequately secure
   
To enable SSH: 
   
chmod 755 /etc/rc.d/rc.sshd; /etc/rc.d/rc.sshd start 
   
You can now SSH into the virtual machine using the fah login. Make sure your network is secure first. I would highly recommend setting a new password for the fah account to something more secure using the command: passwd fah. Alternatively, setup a key pair. Use your favorite SSH client. I use Putty in Windows and OpenSSH in Linux. 
   
Setup a screen session: 
   
screen -R -D -S fah 
   
Startup FAH: 
   
./fah6 -bigadv -smp 7 
   
Detach from screen session: 
   
CTRL A + D 
   
Reconnect to the screen session at a later time: 
   
screen -rx fah 
   
Using this method you can login to your virtual machine from another system on the same network or from another site if your network is configured for remote access (VPN) and then join into the screen session again to monitor your FAH client.  
 
Ramdisk (v0.4 or greater)
 
v0.4 has support for setting up a Ramdisk. There is a script called buildramfs that you can run to set up the Ramdisk. This script creates a Ramdisk with a default size of 750000K to accommodate the bigadv work files. It also automatically copies the files from the work folder and mounts the Ramdisk to the work folder. You will need at least 500MB of available memory and allocated to the virtual machine for these files. The Ramdisk does grow and uses in memory what it needs up to the file system size. The script takes one argument of size where you can specify another size instead of the default 750000K.
 
Only do this if you have the available memory, have an adequate backup plan, and feel comfortable working with Linux. You will want to backup your files somewhere. These are several options you might consider:
 
1) Setup a batch file in Windows that copies the work folder and queue.dat file to the host OS on a scheduled time interval using scheduled tasks.
2) Mount a Windows shared folder in Linux using CIFS and copy the files to the Windows shared folder using a Cronjob.
3) Copy the files to a location on the Linux file system of your choosing using a Cronjob.
4) Copy the files manually.
  
Change the resolution for the virtual machine 
  
The default resolution is 1024x768x16 for the virtual machine. To change the resolution, on first boot when the red LILO bootloader shows up, hit the tab key. You only have 3-seconds to hit the tab key. The following is an example how to change the resolution:

2.6.33-intel vga=0x340
   
Other options to enter after vga=:  normal - lowest resolution
0x340 - 800x600x32                       
0x344 - 1280x1024x32  
0x346 - 1600x1200x32                       
0x355 - 2048x1536x32  
ask - show all available resolutions                   
        
Old Forum Thread
 
Link to old forum thread









<message edited by linuxrouter on 1 day and 17 hrs. ago>
69vettester

  • Total Posts : 840
  • Joined: 8/12/2009
  • Status: offline
  • Ribbons: 1
  • Folding: 3,851,717
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Wednesday, November 04, 2009 12:28 PM ( #2 )
Guess we can try and continue here  LR ? This is the most important Post going on right now. Whats hard is not being able to scroll up and Down the thread to keep Focused.
<message edited by 69vettester on Wednesday, November 04, 2009 12:31 PM>


Lian-Li P80,
Evga X58 classified E760,
i7 975 extreme,
Coolermaster V8,
3 2Gig corsair dominator dimms,
Corsair HX1000w modular PSU,
2 EVGA 8800gts 512 card SLI
2 Sata raptors in Raid 0



Yea Though I walk Through the Valley Of Death I Reserve My God given Right to Scream, Im Gettin the Hell Outta Here, at any time!!



onesavior

  • Total Posts : 1128
  • Joined: 4/20/2009
  • Location: St. Louis
  • Status: online
  • Ribbons: 4
  • Folding: 909,625
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Wednesday, November 04, 2009 1:39 PM ( #3 )
ok, i reinstalled VMware and am going to try 0.2 version later today, well see if it works...i think if i had my router it would be easier to do, but the wife took it
Try not. Do... or do not. There is no try.



linuxrouter

  • Total Posts : 4249
  • Joined: 2/28/2008
  • Status: online
  • Ribbons: 29
  • Folding: 5,059,187
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Wednesday, November 04, 2009 6:03 PM ( #4 )
onesavior


ok, i reinstalled VMware and am going to try 0.2 version later today, well see if it works...i think if i had my router it would be easier to do, but the wife took it


I added a section at the end of the guide on how to switch from bridged to NAT mode. If you have network issues when you try again, go ahead and give that a shot.
mech581

  • Total Posts : 757
  • Joined: 7/14/2008
  • Status: offline
  • Ribbons: 1
  • Folding: 3,610,251
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Wednesday, November 04, 2009 6:40 PM ( #5 )
Hi linuxrouter
How can i use all 8 cores with your image, i only fold on the CPU and surf the net, i have six gigs ram and only a 3.0 OC.
So i can assigned most of the memory to the VM, i have a 44 minute tpf i may not finish in time for the bonus.
thanks for your help.
linuxrouter

  • Total Posts : 4249
  • Joined: 2/28/2008
  • Status: online
  • Ribbons: 29
  • Folding: 5,059,187
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Wednesday, November 04, 2009 6:59 PM ( #6 )
mech581


Hi linuxrouter
How can i use all 8 cores with your image, i only fold on the CPU and surf the net, i have six gigs ram and only a 3.0 OC.
So i can assigned most of the memory to the VM, i have a 44 minute tpf i may not finish in time for the bonus.
thanks for your help.

Hello -
8 cores with bigadv has not worked for me. If you run the 1920 pt smaller units then 8 cores works just fine (./fah6 -smp 8). With 44 minute TPF, you should get the following for points:
 
50298 Points per unit
16437 PPD
 
Each unit would take 3.06 days. The preferred deadline is 4-days.
mech581

  • Total Posts : 757
  • Joined: 7/14/2008
  • Status: offline
  • Ribbons: 1
  • Folding: 3,610,251
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Wednesday, November 04, 2009 7:11 PM ( #7 )
Thanks for the help.

50298 points is better than doing -smp 8 on the 1920's.
As long i dont lose one -bigadv, if that happens then i'll do the -smp 8 and 1920's.

Thanks again.
Horvat

  • Total Posts : 1478
  • Joined: 6/16/2009
  • Location: Cincinnati, OH
  • Status: offline
  • Ribbons: 4
  • Folding: 13,196,233
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Wednesday, November 04, 2009 10:30 PM ( #8 )
Gees, this transition is really putting a hurt on communication right now. Any way just an update. I finished and picked up a new -bigadv WU yesterday but it was stuck at the command line Entering M.D. run. I had to restart it I think 2 times before it would actually start processing the WU although the processor usage was showing 96% even when it was stuck. I am still running the original disk image. I am planning on getting another i7 920 for my Rig 2 and put the second version of the -bigadv on it and see if it runs with less intervention on my part. Iwill keep yo updated. 
Rig1:EVGA E758/i7 920 3.99Ghz/3xGTX 295/Win 7 Ult 64bit
Rig2:EVGA E758/i7 920 4.2Ghz/3x9800 GX2/Win 7 Ult 64bit
Rig3:Asus P6T/Xeon W3503 3.6Ghz/2x9800 GTX+,9800 GT/Win 7 Ult 64bit
Rig4:Gigabyte UD5/i7 920 4.2Ghz/3xGTX 285/Win 7 Ult 64bit
Rig5:ECS G41T-M/Celeron E3200 2.82Ghz/GTX 285/Win 7 Ult 64bit
Rig6:Dell Vostro 200/GTX 285/Win 7 Ult 64bit
Rig7:Asus P6T6 WS/i7 920 3.8Ghz/2x9800 GX2/Win 7 Ult 64bit 
heatware
linuxrouter

  • Total Posts : 4249
  • Joined: 2/28/2008
  • Status: online
  • Ribbons: 29
  • Folding: 5,059,187
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Wednesday, November 04, 2009 11:02 PM ( #9 )
horvat


Gees, this transition is really putting a hurt on communication right now. Any way just an update. I finished and picked up a new -bigadv WU yesterday but it was stuck at the command line Entering M.D. run. I had to restart it I think 2 times before it would actually start processing the WU although the processor usage was showing 96% even when it was stuck. I am still running the original disk image. I am planning on getting another i7 920 for my Rig 2 and put the second version of the -bigadv on it and see if it runs with less intervention on my part. Iwill keep yo updated. 


Sometimes the client will not post an update until it gets done with the first 1 or 2 percent. I have seen this on my native Linux folders before.
 
How many have you gotten done so far?
 
v1 and 2 have the same client. The main thing I added in v2 is the web configuration for simplified setup.
leftygof

  • Total Posts : 1383
  • Joined: 11/8/2007
  • Status: offline
  • Ribbons: 3
  • Folding: 47,118,321
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Thursday, November 05, 2009 3:15 AM ( #10 )
I have a 25,403 pt unit that will be done in 29 hours @ 38 minutes TPF.
 
Which shows 1 day and 10 hours ahead of schedule.
 
If you recieve bonus points are they given right when you submit the WU or do you wait a while?
 
Also, how in the heck do you know exactly how many bonus points were given?
 
I am a bigadv neewb
 
 
Wreck 'Em Tech!
_____________________________



Horvat

  • Total Posts : 1478
  • Joined: 6/16/2009
  • Location: Cincinnati, OH
  • Status: offline
  • Ribbons: 4
  • Folding: 13,196,233
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Thursday, November 05, 2009 7:15 AM ( #11 )
linuxrouter


horvat


Gees, this transition is really putting a hurt on communication right now. Any way just an update. I finished and picked up a new -bigadv WU yesterday but it was stuck at the command line Entering M.D. run. I had to restart it I think 2 times before it would actually start processing the WU although the processor usage was showing 96% even when it was stuck. I am still running the original disk image. I am planning on getting another i7 920 for my Rig 2 and put the second version of the -bigadv on it and see if it runs with less intervention on my part. Iwill keep yo updated. 


Sometimes the client will not post an update until it gets done with the first 1 or 2 percent. I have seen this on my native Linux folders before.
 
How many have you gotten done so far?
 
v1 and 2 have the same client. The main thing I added in v2 is the web configuration for simplified setup.

I have completed two so far and am 1 day and some hours left for the third.
Rig1:EVGA E758/i7 920 3.99Ghz/3xGTX 295/Win 7 Ult 64bit
Rig2:EVGA E758/i7 920 4.2Ghz/3x9800 GX2/Win 7 Ult 64bit
Rig3:Asus P6T/Xeon W3503 3.6Ghz/2x9800 GTX+,9800 GT/Win 7 Ult 64bit
Rig4:Gigabyte UD5/i7 920 4.2Ghz/3xGTX 285/Win 7 Ult 64bit
Rig5:ECS G41T-M/Celeron E3200 2.82Ghz/GTX 285/Win 7 Ult 64bit
Rig6:Dell Vostro 200/GTX 285/Win 7 Ult 64bit
Rig7:Asus P6T6 WS/i7 920 3.8Ghz/2x9800 GX2/Win 7 Ult 64bit 
heatware
Horvat

  • Total Posts : 1478
  • Joined: 6/16/2009
  • Location: Cincinnati, OH
  • Status: offline
  • Ribbons: 4
  • Folding: 13,196,233
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Thursday, November 05, 2009 7:18 AM ( #12 )
leftygof


I have a 25,403 pt unit that will be done in 29 hours @ 38 minutes TPF.
 
Which shows 1 day and 10 hours ahead of schedule.
 
If you recieve bonus points are they given right when you submit the WU or do you wait a while?
 
Also, how in the heck do you know exactly how many bonus points were given?
 
I am a bigadv neewb  
It will take one or two update times for the bonus pints to show on extreme oc. I have not figured out how to determine exactly how many of the points are the bonus points but you will see a huge points increse.
 


Rig1:EVGA E758/i7 920 3.99Ghz/3xGTX 295/Win 7 Ult 64bit
Rig2:EVGA E758/i7 920 4.2Ghz/3x9800 GX2/Win 7 Ult 64bit
Rig3:Asus P6T/Xeon W3503 3.6Ghz/2x9800 GTX+,9800 GT/Win 7 Ult 64bit
Rig4:Gigabyte UD5/i7 920 4.2Ghz/3xGTX 285/Win 7 Ult 64bit
Rig5:ECS G41T-M/Celeron E3200 2.82Ghz/GTX 285/Win 7 Ult 64bit
Rig6:Dell Vostro 200/GTX 285/Win 7 Ult 64bit
Rig7:Asus P6T6 WS/i7 920 3.8Ghz/2x9800 GX2/Win 7 Ult 64bit 
heatware
Horvat

  • Total Posts : 1478
  • Joined: 6/16/2009
  • Location: Cincinnati, OH
  • Status: offline
  • Ribbons: 4
  • Folding: 13,196,233
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Thursday, November 05, 2009 7:22 AM ( #13 )
Ok, sorry about that last post. This new forum has some problems that are really getting on my nerves. Leftygof, it will take one or two check ponts on extreme oc for the bonus points to be added. I have not figured out how to determine exactly how much of the points are the bonus points but you will see a huge increse in points when it posts.
Rig1:EVGA E758/i7 920 3.99Ghz/3xGTX 295/Win 7 Ult 64bit
Rig2:EVGA E758/i7 920 4.2Ghz/3x9800 GX2/Win 7 Ult 64bit
Rig3:Asus P6T/Xeon W3503 3.6Ghz/2x9800 GTX+,9800 GT/Win 7 Ult 64bit
Rig4:Gigabyte UD5/i7 920 4.2Ghz/3xGTX 285/Win 7 Ult 64bit
Rig5:ECS G41T-M/Celeron E3200 2.82Ghz/GTX 285/Win 7 Ult 64bit
Rig6:Dell Vostro 200/GTX 285/Win 7 Ult 64bit
Rig7:Asus P6T6 WS/i7 920 3.8Ghz/2x9800 GX2/Win 7 Ult 64bit 
heatware
bipe00

  • Total Posts : 41
  • Joined: 10/8/2008
  • Location: Croatia
  • Status: offline
  • Ribbons: 1
  • Folding: 1,104,794
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Thursday, November 05, 2009 7:47 AM ( #14 )
I've done 12 1920 wu's (with new vmware img, before doesens more) all in time, cca 7200 - 7500 ppd, using passkey, starting with -smp 7 -bigadv
in config i select "big" for the unit size and enabled advmethods

but no bigadv wu's for me :(
have they run out of bigadv or what?

 
leftygof

  • Total Posts : 1383
  • Joined: 11/8/2007
  • Status: offline
  • Ribbons: 3
  • Folding: 47,118,321
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Thursday, November 05, 2009 8:45 AM ( #15 )
bipe00


I've done 12 1920 wu's (with new vmware img, before doesens more) all in time, cca 7200 - 7500 ppd, using passkey, starting with -smp 7 -bigadv
in config i select "big" for the unit size and enabled advmethods

but no bigadv wu's for me :(
have they run out of bigadv or what?


I am by no means the expert, but from what I understand....it is "luck of the draw"
Keep plugging and you'll get one. I got one on the 1st try
Wreck 'Em Tech!
_____________________________



69vettester

  • Total Posts : 840
  • Joined: 8/12/2009
  • Status: offline
  • Ribbons: 1
  • Folding: 3,851,717
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Thursday, November 05, 2009 9:47 AM ( #16 )
My Main rig , tri gtx 275 not in sli and 975 CPU 3.6GHZ has Got me two WU and starting on a third now.


My i7 920, two Gtx 275's has been a Pain in the rearola , Hasnt completed a WU due to maintenance shut downs and then not only will it lose the checkpoints , it wont even start another Bigadv unless I wipe the old one from the disk , then uninstall , reinstall the VMPlayer. 

The poor  little i7 920 Makes Temps in the 90's when  OC to 3.6GHZ.
I can run it at only 3.1GHZ and temps are still reaching low 80's. Its stable so Ill see if I can get a Bigadv completed with it until I get a  h50 water setup.

Fold On Bruthes and Sistas , if there are any of those around.
 
 
 
<message edited by 69vettester on Thursday, November 05, 2009 10:00 AM>


Lian-Li P80,
Evga X58 classified E760,
i7 975 extreme,
Coolermaster V8,
3 2Gig corsair dominator dimms,
Corsair HX1000w modular PSU,
2 EVGA 8800gts 512 card SLI
2 Sata raptors in Raid 0



Yea Though I walk Through the Valley Of Death I Reserve My God given Right to Scream, Im Gettin the Hell Outta Here, at any time!!



tank1023

  • Total Posts : 2524
  • Joined: 2/19/2009
  • Status: offline
  • Ribbons: 8
  • Folding: 8,607,459
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Thursday, November 05, 2009 10:12 AM ( #17 )
Got my 25k yesterday, so I went back to the -smp 7 to do my 10 WU's. Nice program!
i7 920 2.66GHz @ 3.833GHz>>Evga x58 x3 sli Mobo>>Corsair HX1000w PSU>>6g Corsair DominatorDDR3>>Cooler Master HAF 932>>Noctua NH-U12P Heat Sink>>Evga GTX 275 TRI SLI>>Windows Vista Ultimate 64 bit>>26" Samsung touch of color




linuxrouter

  • Total Posts : 4249
  • Joined: 2/28/2008
  • Status: online
  • Ribbons: 29
  • Folding: 5,059,187
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Thursday, November 05, 2009 10:53 AM ( #18 )
For those interested in how the bonus points are calculated, this is how:

First convert the TPF to the time it will take to complete the unit in days.

TPF: 35:25 (35 minutes and 25 seconds)

35 minutes

There is one frame per percent so we multiply 35 by 100 to get total minutes.

35x100= 3500

Convert to seconds:

3500x60= 210000

25 seconds

25x100= 2500

Total seconds

210000+2500= 212500

Convert seconds into days:

212500/60/60/24= 2.46 days

Calculate bonus factor

bonus factor = sqrt(deadline_time * k / WU_time)

deadline_time= 6 and k is a constant factor set to 2

(6 * 2 / 2.46)= 4.89


sqrt(4.89)= 2.21

Calculate total points


Total points = base points * bonus factor

25403 * 2.21= 56140.63

Calculate PPD

56140.63 / 2.46= 22821 PPD
Horvat

  • Total Posts : 1478
  • Joined: 6/16/2009
  • Location: Cincinnati, OH
  • Status: offline
  • Ribbons: 4
  • Folding: 13,196,233
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Thursday, November 05, 2009 10:59 AM ( #19 )
You keep forgetting to explain one thing, what the heck is SQRT.
Rig1:EVGA E758/i7 920 3.99Ghz/3xGTX 295/Win 7 Ult 64bit
Rig2:EVGA E758/i7 920 4.2Ghz/3x9800 GX2/Win 7 Ult 64bit
Rig3:Asus P6T/Xeon W3503 3.6Ghz/2x9800 GTX+,9800 GT/Win 7 Ult 64bit
Rig4:Gigabyte UD5/i7 920 4.2Ghz/3xGTX 285/Win 7 Ult 64bit
Rig5:ECS G41T-M/Celeron E3200 2.82Ghz/GTX 285/Win 7 Ult 64bit
Rig6:Dell Vostro 200/GTX 285/Win 7 Ult 64bit
Rig7:Asus P6T6 WS/i7 920 3.8Ghz/2x9800 GX2/Win 7 Ult 64bit 
heatware
linuxrouter

  • Total Posts : 4249
  • Joined: 2/28/2008
  • Status: online
  • Ribbons: 29
  • Folding: 5,059,187
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Thursday, November 05, 2009 11:00 AM ( #20 )
Horvat


You keep forgetting to explain one thing, what the heck is SQRT.


Square Root
Horvat

  • Total Posts : 1478
  • Joined: 6/16/2009
  • Location: Cincinnati, OH
  • Status: offline
  • Ribbons: 4
  • Folding: 13,196,233
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Thursday, November 05, 2009 11:02 AM ( #21 )
Thank you.
Rig1:EVGA E758/i7 920 3.99Ghz/3xGTX 295/Win 7 Ult 64bit
Rig2:EVGA E758/i7 920 4.2Ghz/3x9800 GX2/Win 7 Ult 64bit
Rig3:Asus P6T/Xeon W3503 3.6Ghz/2x9800 GTX+,9800 GT/Win 7 Ult 64bit
Rig4:Gigabyte UD5/i7 920 4.2Ghz/3xGTX 285/Win 7 Ult 64bit
Rig5:ECS G41T-M/Celeron E3200 2.82Ghz/GTX 285/Win 7 Ult 64bit
Rig6:Dell Vostro 200/GTX 285/Win 7 Ult 64bit
Rig7:Asus P6T6 WS/i7 920 3.8Ghz/2x9800 GX2/Win 7 Ult 64bit 
heatware
69vettester

  • Total Posts : 840
  • Joined: 8/12/2009
  • Status: offline
  • Ribbons: 1
  • Folding: 3,851,717
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Thursday, November 05, 2009 11:32 AM ( #22 )
Excellent LR, Ill make a routine for my HP 11c That will do the calculation by just  inputing the TPF. In fact you practically spelled out the routine Steps almost perfectly, for HP Calculator Programming Language.


Lian-Li P80,
Evga X58 classified E760,
i7 975 extreme,
Coolermaster V8,
3 2Gig corsair dominator dimms,
Corsair HX1000w modular PSU,
2 EVGA 8800gts 512 card SLI
2 Sata raptors in Raid 0



Yea Though I walk Through the Valley Of Death I Reserve My God given Right to Scream, Im Gettin the Hell Outta Here, at any time!!



SevereWX

  • Total Posts : 54
  • Joined: 2/28/2009
  • Location: Suwannee County, FL USA
  • Status: online
  • Ribbons: 0
  • Folding: 517,081
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Thursday, November 05, 2009 12:06 PM ( #23 )
I've been using this VMware setup exactly as the guide states on my Core i7 system (920 @ 3.61 GHz) for a couple days now; and started on my first -bigadv (P2683 - 25403 credit) work unit late yesterday. So far it's still plugging along steadily, with a 36.48 TPF (according to HFM.NET v0.4.0 Beta) for going on 18 hours straight now without any hiccups or hangups. For me, I'd say it works just like it's supposed to according to the guide.

Thanks for the excellent guide and resources, linuxrouter!
tank1023

  • Total Posts : 2524
  • Joined: 2/19/2009
  • Status: offline
  • Ribbons: 8
  • Folding: 8,607,459
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Thursday, November 05, 2009 12:31 PM ( #24 )
SevereWX


I've been using this VMware setup exactly as the guide states on my Core i7 system (920 @ 3.61 GHz) for a couple days now; and started on my first -bigadv (P2683 - 25403 credit) work unit late yesterday. So far it's still plugging along steadily, with a 36.48 TPF (according to HFM.NET v0.4.0 Beta) for going on 18 hours straight now without any hiccups or hangups. For me, I'd say it works just like it's supposed to according to the guide.

Thanks for the excellent guide and resources, linuxrouter!


Did you finish 10 normal WU's with a passkey before you started the bigadv?
I just started over because I have been running vmware for 6months but never did one with a passykey.
 
when you start use this to get the normal wu's   ./fah6 -smp 8
i7 920 2.66GHz @ 3.833GHz>>Evga x58 x3 sli Mobo>>Corsair HX1000w PSU>>6g Corsair DominatorDDR3>>Cooler Master HAF 932>>Noctua NH-U12P Heat Sink>>Evga GTX 275 TRI SLI>>Windows Vista Ultimate 64 bit>>26" Samsung touch of color




SevereWX

  • Total Posts : 54
  • Joined: 2/28/2009
  • Location: Suwannee County, FL USA
  • Status: online
  • Ribbons: 0
  • Folding: 517,081
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Thursday, November 05, 2009 12:39 PM ( #25 )
tank1023


SevereWX


I've been using this VMware setup exactly as the guide states on my Core i7 system (920 @ 3.61 GHz) for a couple days now; and started on my first -bigadv (P2683 - 25403 credit) work unit late yesterday. So far it's still plugging along steadily, with a 36.48 TPF (according to HFM.NET v0.4.0 Beta) for going on 18 hours straight now without any hiccups or hangups. For me, I'd say it works just like it's supposed to according to the guide.

Thanks for the excellent guide and resources, linuxrouter!


Did you finish 10 normal WU's with a passkey before you started the bigadv?
I just started over because I have been running vmware for 6months but never did one with a passykey.
 
when you start use this to get the normal wu's   ./fah6 -smp 8
 

Yes indeed, I've made more than 10 normal smp WU runs using my passkey before trying out the -bigadv -smp 7 flags. The smaller units run great in VMware using the -smp 8 flag, but when I started my first -bigadv run I accidentally put the -smp 8 for that and it crashed and burned, so to speak. Restarted it with the proper -smp 7 flag for -bigadv and have been trucking along with it very nicely.


linuxrouter

  • Total Posts : 4249
  • Joined: 2/28/2008
  • Status: online
  • Ribbons: 29
  • Folding: 5,059,187
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Thursday, November 05, 2009 1:16 PM ( #26 )
69vettester


Excellent LR, Ill make a routine for my HP 11c That will do the calculation by just  inputing the TPF. In fact you practically spelled out the routine Steps almost perfectly, for HP Calculator Programming Language.

 
Sounds good. I may eventually look at setting up a small Javascript web page for the calculation.
linuxrouter

  • Total Posts : 4249
  • Joined: 2/28/2008
  • Status: online
  • Ribbons: 29
  • Folding: 5,059,187
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Thursday, November 05, 2009 1:18 PM ( #27 )
SevereWX


I've been using this VMware setup exactly as the guide states on my Core i7 system (920 @ 3.61 GHz) for a couple days now; and started on my first -bigadv (P2683 - 25403 credit) work unit late yesterday. So far it's still plugging along steadily, with a 36.48 TPF (according to HFM.NET v0.4.0 Beta) for going on 18 hours straight now without any hiccups or hangups. For me, I'd say it works just like it's supposed to according to the guide.

Thanks for the excellent guide and resources, linuxrouter!


Glad you got up and running. 36:48 TPF should give you a decent number of bonus points.
pgajr

  • Total Posts : 83
  • Joined: 12/4/2008
  • Status: online
  • Ribbons: 0
  • Folding: 1,152,059
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Thursday, November 05, 2009 1:39 PM ( #28 )
can't figure out how to add this to FahMon, what do i need to do?




bipe00

  • Total Posts : 41
  • Joined: 10/8/2008
  • Location: Croatia
  • Status: offline
  • Ribbons: 1
  • Folding: 1,104,794
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Thursday, November 05, 2009 1:57 PM ( #29 )
looks like mr. murphy found his way to croatia, after changing faulty biostar mobo with new gigabyte ex58 extreme (unfortunatly, evga has no longer distrybuter in croatia) hoping that all will work ok, my gtx260 died (luckily rma it another day and got replaced), but new one won't work stable at 1566 mhz shader as old :(
also got two bsods today and still no bigadv wu's for me :(((

i hate you mr. murphy, go back where you come from :)))

 
species

  • Total Posts : 225
  • Joined: 1/7/2009
  • Status: offline
  • Ribbons: 3
  • Folding: 3,645,414
Re:VMWare 3.0 && bigadv folding (Image available for testing) - Thursday, November 05, 2009 2:09 PM ( #30 )
hi everybody, just a report on how things are going on my side:
i managed to download a work unit yesterday (25 hrs ago) and vMware has been running with no problems since then. TPF was around 39 mins with no other programs running.
today i worked all day long using CAD and imaging programs, and I was once again stunned with capabilities of i7. TPF was around 42 mins with all other programs up and running -using around 7GB of ram total. (cross fingers).
 
Min. Time / Frame : 00:39:38 - 9,229.7 PPD
 Avg. Time / Frame : 00:41:35 - 8,796.9 PPD

my i7 is not OC'ed too much (at 3.35) but the temps are always below 67 C.
i'm currently at 36%.
it took a long while to set things up and running my PC all day long will be quite an overhead, but i want to see this work unit done.

once again, thanks linuxrouter.




EVGA X58
i7 920 @ 3.5 GHz
12 GB G.Skill DDR3 1333 MHz
2 x EVGA GTX 275
300GB WD Velociraptor 10K
Tt Toughpower 750W
Zalman CNPS9900LED
CoolerMaster COSMOS S
Change Page: 12345678910.. > >> | Showing page 1 of 18, messages 1 to 30 of 537

Jump to:

Current active users
There are 0 members and 1 guests.
Icon Legend and Permission
  • New Messages
  • No New Messages
  • Hot Topic w/ New Messages
  • Hot Topic w/o New Messages
  • Locked w/ New Messages
  • Locked w/o New Messages
  • Read Message
  • Post New Thread
  • Reply to message
  • Post New Poll
  • Submit Vote
  • Post reward post
  • Delete my own posts
  • Delete my own threads
  • Rate post

© 2000-2009 ASPPlayground.NET Forum Version 3.5