KWSN Orbiting Fortress Forum Index KWSN Orbiting Fortress
KWSN Distributed Computing Teams forum
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Friday January 30 2009

 
Post new topic   Reply to topic    KWSN Orbiting Fortress Forum Index -> DC News
View previous topic :: View next topic  
Author Message
ohiomike
Prince
Prince


Joined: 20 May 2007
Posts: 858
Location: Sometimes

PostPosted: Fri Jan 30, 2009 2:39 am    Post subject: Friday January 30 2009 Reply with quote

KWSN Project Statistics for Friday January 30 2009 @ 07:00 UCT
Congrats to checklist who passed 2,000,000 in MilkyWay@Home
Congrats to neild who passed 1,000,000 in SETI@home
_________________

Resident Linux fan and credit ho >My Shrubbers<
Proud member of the "Fry a CPU for breakfast club"
Back to top
View user's profile Send private message Visit poster's website
Killerrabbit
Major Oblivion
Post Whore


Joined: 23 May 2002
Posts: 4656
Location: in a rabbit hole near you!!

PostPosted: Fri Jan 30, 2009 3:54 pm    Post subject: Reply with quote

I like the decimal now on when we will either be passed or pass another team.

Ni
_________________
Back to top
View user's profile Send private message Visit poster's website
ohiomike
Prince
Prince


Joined: 20 May 2007
Posts: 858
Location: Sometimes

PostPosted: Fri Jan 30, 2009 8:32 pm    Post subject: Reply with quote

Killerrabbit wrote:
I like the decimal now on when we will either be passed or pass another team.
Ni

The only problem is that
OvertakeDays = (Tc - Tt) / (Tt_rac - Tc_rac)
does not take into account the relative change and rate of change of the RAC's.
Hum??? Lets see, the 1st derivative of the RAC would be the rate of change of the RAC, so...


NAH!
_________________

Resident Linux fan and credit ho >My Shrubbers<
Proud member of the "Fry a CPU for breakfast club"
Back to top
View user's profile Send private message Visit poster's website
Sir Papa Smurph
Cries like a little girl
Prince


Joined: 18 Jul 2006
Posts: 4430
Location: Michigan

PostPosted: Fri Jan 30, 2009 8:37 pm    Post subject: Reply with quote

now you know why I failed Calc 2 Sad

Twice Confused
_________________
a.k.a. Licentious of Borg.........Resistance Really is Futile.......
and a Really Hoopy Frood who always knows where his Towel is...
Back to top
View user's profile Send private message
ohiomike
Prince
Prince


Joined: 20 May 2007
Posts: 858
Location: Sometimes

PostPosted: Fri Jan 30, 2009 8:42 pm    Post subject: Reply with quote

Sir Papa Smurph wrote:
now you know why I failed Calc 2 Sad
Twice Confused

Calc 3 was the killer for me (I hated Trig, and Calc of Trig functions S**cks even worse!)
_________________

Resident Linux fan and credit ho >My Shrubbers<
Proud member of the "Fry a CPU for breakfast club"
Back to top
View user's profile Send private message Visit poster's website
Sir Papa Smurph
Cries like a little girl
Prince


Joined: 18 Jul 2006
Posts: 4430
Location: Michigan

PostPosted: Fri Jan 30, 2009 8:44 pm    Post subject: Reply with quote

ohiomike wrote:
Sir Papa Smurph wrote:
now you know why I failed Calc 2 Sad
Twice Confused

Calc 3 was the killer for me (I hated Trig, and Calc of Trig functions S**cks even worse!)


Yep that's it..... Integration and Differentiation of Trigonometric Functions.

Kicked my Rosie Irish Butt
_________________
a.k.a. Licentious of Borg.........Resistance Really is Futile.......
and a Really Hoopy Frood who always knows where his Towel is...
Back to top
View user's profile Send private message
Yankton
Prince
Prince


Joined: 27 Sep 2008
Posts: 1702
Location: California

PostPosted: Fri Jan 30, 2009 9:11 pm    Post subject: Reply with quote

I loved that stuff, about 15 years ago. I need to take it again now that I'm taking classes once more.
_________________
Some days are worse than others.
Back to top
View user's profile Send private message
PhastPhred
Prince
Prince


Joined: 22 Mar 2006
Posts: 6017
Location: Northwest AR (USA)

PostPosted: Fri Jan 30, 2009 9:20 pm    Post subject: Reply with quote

And to think, I barely passed Algebra! (And now I want to do something with Fourier Analysis (harmonic analysis) and don't know who to ask for help in programming it...) Sad

Someday... Someday...

ADD: Maybe I can P.M. Sir Yankton... Hmmm... Very Happy
_________________
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Yankton
Prince
Prince


Joined: 27 Sep 2008
Posts: 1702
Location: California

PostPosted: Fri Jan 30, 2009 10:00 pm    Post subject: Reply with quote

Much of my programming skills are expired, the only things I code these days are web pages or the occasional script and even then not that often (my regular job frequently eats my time up, especially as I'm finally getting around to taking classes again) but if I can help I will. You might do better with someone who programs more frequently (or recently).

Strangely enough on that note, lots of the large financial systems people are unwilling to upgrade are done in cobol and no one codes cobol anymore. Time to learn it and make some side money!!
_________________
Some days are worse than others.
Back to top
View user's profile Send private message
PhastPhred
Prince
Prince


Joined: 22 Mar 2006
Posts: 6017
Location: Northwest AR (USA)

PostPosted: Fri Jan 30, 2009 10:05 pm    Post subject: Reply with quote

000100 IDENTIFICATION DIVISION.
000200 PROGRAM-ID. HELLOWORLD.
000300
000400*
000500 ENVIRONMENT DIVISION.
000600 CONFIGURATION SECTION.
000700 SOURCE-COMPUTER. RM-COBOL.
000800 OBJECT-COMPUTER. RM-COBOL.
000900
001000 DATA DIVISION.
001100 FILE SECTION.
001200
100000 PROCEDURE DIVISION.
100100
100200 MAIN-LOGIC SECTION.
100300 BEGIN.
100400 DISPLAY " " LINE 1 POSITION 1 ERASE EOS.
100500 DISPLAY "Hello world!" LINE 15 POSITION 10.
100600 STOP RUN.
100700 MAIN-LOGIC-EXIT.
100800 EXIT.

Now ya owe me... Heh-heh Twisted Evil
_________________
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Yankton
Prince
Prince


Joined: 27 Sep 2008
Posts: 1702
Location: California

PostPosted: Fri Jan 30, 2009 10:07 pm    Post subject: Reply with quote

#Egg
_________________
Some days are worse than others.
Back to top
View user's profile Send private message
Yankton
Prince
Prince


Joined: 27 Sep 2008
Posts: 1702
Location: California

PostPosted: Fri Jan 30, 2009 10:08 pm    Post subject: Reply with quote

Actually, to date myself on this...I started with ADA on a C64.

#ni-1
_________________
Some days are worse than others.
Back to top
View user's profile Send private message
PhastPhred
Prince
Prince


Joined: 22 Mar 2006
Posts: 6017
Location: Northwest AR (USA)

PostPosted: Fri Jan 30, 2009 10:11 pm    Post subject: Reply with quote

Got ya beat! ForTran on an IBM Mainframe at CalPoly Pomona circa 1971!

(Hollerith Cards R Us!) Laughing
_________________
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Yankton
Prince
Prince


Joined: 27 Sep 2008
Posts: 1702
Location: California

PostPosted: Fri Jan 30, 2009 10:13 pm    Post subject: Reply with quote

As that is before I was born, you definitely have me!!

One of the larger IBM plants wasn't far from where I grew up. I remember how excited they were when they developed the first 16 MB ram stick!!

I got to grow up around some nerds. It was fun!
_________________
Some days are worse than others.
Back to top
View user's profile Send private message
ohiomike
Prince
Prince


Joined: 20 May 2007
Posts: 858
Location: Sometimes

PostPosted: Fri Jan 30, 2009 11:16 pm    Post subject: Reply with quote

Started with TMS9900 Assembly, then went to Pacal/Assembly, finialy C/Assembly (did mostly embedded uP work).

For anyone interested (based on a 10 day sample period):
BOINC Combined, Last RAC= 888,937, RAC Rate Of Change= -9,273.3 Credits/Day
3x+1@home, Last RAC= 1,480, RAC Rate Of Change= 0.0 Credits/Day
ABC@home Beta, Last RAC= 0, RAC Rate Of Change= 0.0 Credits/Day
ABC@home, Last RAC= 52,410, RAC Rate Of Change= +1,707.0 Credits/Day
APS@Home, Last RAC= 0, RAC Rate Of Change= 0.0 Credits/Day
AQUA@Home, Last RAC= 30,690, RAC Rate Of Change= -2,063.3 Credits/Day
BBC Climate Change Experiment, Last RAC= 0, RAC Rate Of Change= 0.0 Credits/Day
BelgianBeer@Home, Last RAC= 0, RAC Rate Of Change= 0.0 Credits/Day
Boinc Alpha, Last RAC= 28, RAC Rate Of Change= 0.0 Credits/Day
BURP, Last RAC= 462, RAC Rate Of Change= -3.1 Credits/Day
Cels@home, Last RAC= 14, RAC Rate Of Change= 0.0 Credits/Day
Chess960@home, Last RAC= 7, RAC Rate Of Change= 0.0 Credits/Day
Climateprediction.net, Last RAC= 46,821, RAC Rate Of Change= +110.2 Credits/Day
Cosmology@Home, Last RAC= 12,102, RAC Rate Of Change= +116.5 Credits/Day
D2ol, Last RAC= 260,646, RAC Rate Of Change= +1,277.6 Credits/Day
DC-Vault, Last RAC= 0, RAC Rate Of Change= 0.0 Credits/Day
DepSpid, Last RAC= 0, RAC Rate Of Change= 0.0 Credits/Day
Dimes, Last RAC= 0, RAC Rate Of Change= 0.0 Credits/Day
Docking@home, Last RAC= 1,446, RAC Rate Of Change= -53.7 Credits/Day
Einstein@Home, Last RAC= 88,484, RAC Rate Of Change= -22.5 Credits/Day
Enigma@Home, Last RAC= 246, RAC Rate Of Change= -6.6 Credits/Day
Eternity2, Last RAC= 0, RAC Rate Of Change= 0.0 Credits/Day
EulerNet, Last RAC= 28,422, RAC Rate Of Change= +1.3 Credits/Day
Folding@Home, Last RAC= 47,951, RAC Rate Of Change= -34.6 Credits/Day
FreeHAL, Last RAC= 0, RAC Rate Of Change= 0.0 Credits/Day
Genetic Life, Last RAC= 816, RAC Rate Of Change= -74.9 Credits/Day
Gerasim@Home, Last RAC= 53, RAC Rate Of Change= 0.0 Credits/Day
HashClash, Last RAC= 0, RAC Rate Of Change= 0.0 Credits/Day
Hydrogen@home, Last RAC= 0, RAC Rate Of Change= 0.0 Credits/Day
IBERCIVIS, Last RAC= 34, RAC Rate Of Change= -0.5 Credits/Day
Intelligence Realm, Last RAC= 3,683, RAC Rate Of Change= +59.0 Credits/Day
KWSN-MiniCity, Last RAC= 132,403, RAC Rate Of Change= +825.6 Credits/Day
Leiden Classical, Last RAC= 1,408, RAC Rate Of Change= -29.8 Credits/Day
LHC@home, Last RAC= 4,714, RAC Rate Of Change= -479.6 Credits/Day
Magnetism@home, Last RAC= 353, RAC Rate Of Change= -0.3 Credits/Day
Majestic-12, Last RAC= 201,750,827, RAC Rate Of Change= +983,698.8 Credits/Day
malariacontrol.net, Last RAC= 889, RAC Rate Of Change= -6.9 Credits/Day
MilkyWay@Home, Last RAC= 63,335, RAC Rate Of Change= -2,315.6 Credits/Day
MindModeling@Home (Beta), Last RAC= 3, RAC Rate Of Change= -0.3 Credits/Day
Muon1, Last RAC= 1,903,094, RAC Rate Of Change= +14,725.9 Credits/Day
Nagrzewanie Stali@Home , Last RAC= 0, RAC Rate Of Change= 0.0 Credits/Day
NanoHive@Home, Last RAC= 0, RAC Rate Of Change= 0.0 Credits/Day
NQueens, Last RAC= 1,558, RAC Rate Of Change= +19.3 Credits/Day
OGR-26, Last RAC= 0, RAC Rate Of Change= +0.0 Credits/Day
Orbit@home, Last RAC= 8, RAC Rate Of Change= 0.0 Credits/Day
Pirates@Home, Last RAC= 31, RAC Rate Of Change= -1.0 Credits/Day
POEM@HOME, Last RAC= 2,111, RAC Rate Of Change= -136.6 Credits/Day
pPotTables, Last RAC= 9, RAC Rate Of Change= 0.0 Credits/Day
Predictor@home, Last RAC= 0, RAC Rate Of Change= 0.0 Credits/Day
PrimeGrid, Last RAC= 3,977, RAC Rate Of Change= +482.1 Credits/Day
PrimeSierpinskiProblem-PRP, Last RAC= 3,837, RAC Rate Of Change= +6.3 Credits/Day
PrimeSierpinskiProblem-Sieve, Last RAC= 1,376, RAC Rate Of Change= +6.3 Credits/Day
Project Neuron, Last RAC= 0, RAC Rate Of Change= 0.0 Credits/Day
Proteins@home, Last RAC= 0, RAC Rate Of Change= 0.0 Credits/Day
PS3GRID, Last RAC= 27,793, RAC Rate Of Change= +179.3 Credits/Day
Quantum Monte Carlo at Home, Last RAC= 3,012, RAC Rate Of Change= +18.4 Credits/Day
Ralph, Last RAC= 645, RAC Rate Of Change= +86.5 Credits/Day
Ramsey@Home, Last RAC= 6, RAC Rate Of Change= -102.1 Credits/Day
RC5-72, Last RAC= 0, RAC Rate Of Change= 0.0 Credits/Day
Rectilinear Crossing Number, Last RAC= 639, RAC Rate Of Change= -5.5 Credits/Day
RenderFarm@Home, Last RAC= 10, RAC Rate Of Change= 0.0 Credits/Day
Reversi, Last RAC= 978, RAC Rate Of Change= +0.7 Credits/Day
Riesel Sieve, Last RAC= 73, RAC Rate Of Change= 0.0 Credits/Day
RND@Home, Last RAC= 2, RAC Rate Of Change= 0.0 Credits/Day
Rosetta@home, Last RAC= 42,898, RAC Rate Of Change= +25.2 Credits/Day
SciLINC, Last RAC= 0, RAC Rate Of Change= 0.0 Credits/Day
Seasonal Attribution Project, Last RAC= 0, RAC Rate Of Change= -0.1 Credits/Day
Second Computing, Last RAC= 0, RAC Rate Of Change= 0.0 Credits/Day
SETI@home Beta, Last RAC= 1,253, RAC Rate Of Change= +116.9 Credits/Day
SETI@home, Last RAC= 441,598, RAC Rate Of Change= -7,982.5 Credits/Day
SeventeenOrBust, Last RAC= 0, RAC Rate Of Change= 0.0 Credits/Day
SeventeenOrBust-Sieve, Last RAC= 3, RAC Rate Of Change= 0.0 Credits/Day
SHA 1 Collision Search, Last RAC= 20,151, RAC Rate Of Change= +1,502.7 Credits/Day
Simap, Last RAC= 593, RAC Rate Of Change= -159.5 Credits/Day
Spinhenge@home, Last RAC= 10,780, RAC Rate Of Change= -137.1 Credits/Day
SUDOKU, Last RAC= 1,062, RAC Rate Of Change= -54.2 Credits/Day
Superlink@Technion, Last RAC= 60, RAC Rate Of Change= -5.8 Credits/Day
SZTAKI Desktop Grid, Last RAC= 211, RAC Rate Of Change= -0.7 Credits/Day
Tanpaku, Last RAC= 8, RAC Rate Of Change= 0.0 Credits/Day
The Lattice Project, Last RAC= 87, RAC Rate Of Change= +17.0 Credits/Day
TMRL, Last RAC= 1, RAC Rate Of Change= 0.0 Credits/Day
TSC, Last RAC= 0, RAC Rate Of Change= -428,782.3 Credits/Day
TSP, Last RAC= 0, RAC Rate Of Change= 0.0 Credits/Day
UCT malariacontrol.net, Last RAC= 2, RAC Rate Of Change= 0.0 Credits/Day
UCT_malariacontrol.net, Last RAC= 3, RAC Rate Of Change= 0.0 Credits/Day
uFluids, Last RAC= 684, RAC Rate Of Change= -45.5 Credits/Day
Virtual Prairie, Last RAC= 22, RAC Rate Of Change= -3.5 Credits/Day
vtu@home, Last RAC= 0, RAC Rate Of Change= 0.0 Credits/Day
WEP-m+2, Last RAC= 151, RAC Rate Of Change= -3.2 Credits/Day
WhatPulse, Last RAC= 8,905,756, RAC Rate Of Change= +45,235.4 Credits/Day
Wieferich@home, Last RAC= 0, RAC Rate Of Change= 0.0 Credits/Day
World Community Grid, Last RAC= 16,261, RAC Rate Of Change= +55.2 Credits/Day
XtremLab, Last RAC= 1, RAC Rate Of Change= 0.0 Credits/Day
Yoyo@Home, Last RAC= 2,781, RAC Rate Of Change= -74.9 Credits/Day
Zivis, Last RAC= 0, RAC Rate Of Change= 0.0 Credits/Day
Normal Exit
_________________

Resident Linux fan and credit ho >My Shrubbers<
Proud member of the "Fry a CPU for breakfast club"
Back to top
View user's profile Send private message Visit poster's website
Al Dente
Prince
Prince


Joined: 23 Feb 2006
Posts: 3228
Location: Leodis, the jewel at the end of the yellow brick road (or M1)

PostPosted: Sat Jan 31, 2009 3:53 am    Post subject: Reply with quote

I doubt if you calculate RAC, but I've been toying with a shorter-term version.

RAC is a fairly simple exponential function EXP(-LN(2)/˝Life) = 0.905...., where ˝Life is 7 days. This reaches ~95% of it's final value in ~4 weeks. To calculate is simple (on a daily basis); multiply yesterdays RAC by 0.905 and add today's score * (1-0.905). [The official BOINC version is a bit more complicated 'cos they calculate to the nearest second, but that's nigh on for a daily update].

Now, for a shorter term version, say Ni!RAC, a ˝Life of 1.6-odd days* (found with Excel goal-seek) gets to 95% in 7 days and consequently reacts much more quickly. The numbers work out at 0.65... & 1-0.65... (You could use a ˝Life of 1 day, but that gets a bit too erratic.)

A lot of work, but would give a much more reactive measure for overtaking stats.

As an illustration for those who don't comprehend exponential functions and half-lives, if you started crunching a project on Monday, by the following Monday your RAC would be 50, but your Ni!RAC would show 95.

#ni-1

Al (resident stats 'ho)

* actually 1.61965294163293 days
_________________
Creationists believe they never evolved; I agree with them.

. . My Milestones . . My Full BOINC list
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    KWSN Orbiting Fortress Forum Index -> DC News All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Optimized Seti@Home App | BOINC Stats