Results 1 to 8 of 8

Thread: block testing question

  1. #1

    block testing question

    Maybe dumb question...

    I've had my client go from:

    28 blocks left in test
    27 blocks left in test
    26 blocks left in test

    etc and stop at 25. Does that mean someone else was testing the same N and finished before me? Or did i find a composite number and aborted the rest of the test?

    I watched as one went to 0 blocks left, does that mean the client thinks it found a prime??

    Thanks

  2. #2
    Senior Member Supp's Avatar
    Join Date
    Dec 2001
    Location
    Czechia, EU
    Posts
    558

    Re: block testing question

    Originally posted by Cowering
    Maybe dumb question...

    I've had my client go from:

    I watched as one went to 0 blocks left, does that mean the client thinks it found a prime??

    Thanks
    I can't reply to first part of question, only to second one: Every test's divided into 250k cEM long blocks - user can see progress and think it's doing something. When it reaches mark of 250k cEMs, it starts new block and (optionally) report to server, that there's some progress. When you finish all blocks in test, test's completed and result is sent to SoB and you receive new test.

    I think, that only SoB knows when you discover prime, it isn't written anywhere in client, beause it's doing only test for probable prime...so even when your client reports positive result it may not be prime after all.
    rm -Rf /

  3. #3
    Sieve it, baby!
    Join Date
    Nov 2002
    Location
    Potsdam, Germany
    Posts
    959
    Another possibility:

    When the test expired after "26 blocks left", it would show that behaviour, wouldn't it?
    Just an idea, I don't know about the circumstances.

    Maybe the log file can bring some light into this case?

  4. #4
    Senior Member Supp's Avatar
    Join Date
    Dec 2001
    Location
    Czechia, EU
    Posts
    558
    Intermediate blocks (=blocks) are sent to SB so as test doesn't expire, when it expires, it writes sthg like : unable to send result, test abandoned...
    rm -Rf /

  5. #5
    Sieve it, baby!
    Join Date
    Nov 2002
    Location
    Potsdam, Germany
    Posts
    959
    Intermediate blocks (=blocks) are sent to SB so as test doesn't expire
    That's why the circumstances are needed to make a proper guess. Maybe it's a PC at work and he wasn't in his office over christmas...

    when it expires, it writes sthg like : unable to send result, test abandoned...
    As I said: Maybe the log file can bring some light into this case?
    He didn't mention the log file...

  6. #6
    Senior Member Supp's Avatar
    Join Date
    Dec 2001
    Location
    Czechia, EU
    Posts
    558
    Right, let's wait for log...
    rm -Rf /

  7. #7
    Sorry, the log for the 27..26..25..stop one has rolled over. The one that went to 0 blocks printed something about 'residue' and a large hex number, then a 'result=3'

    Maybe that means something

  8. #8
    Member
    Join Date
    Oct 2002
    Location
    Copenhagen.
    Posts
    43
    I think, that only SoB knows when you discover prime, it isn't written anywhere in client, beause it's doing only test for probable prime...so even when your client reports positive result it may not be prime after all.
    well... it allways ends up with the same return value in 'result'.
    residue = alot, result = 3.

    I think that one of the result = 2 and result = 1 means that the client believes to have found a prime... I can't think of anything to use the last result value for (other than, that, in fact, the client wasn't working on a hidden message from extraterrastials

    ).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •