Results 1 to 40 of 187

Thread: Automated primality testing with LLRnet for CRUS

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Quote Originally Posted by em99010pepe View Post
    I think this is the setting:
    That's wrong .... that is the setup for the main server.


    IB, this all you really need to change


    -------------------
    -- general settings
    -------------------

    -- server name
    -- used in particular to identify the server into the sql stats table
    -- (change this name if you have several servers using the same sql database)
    serverName = "Free-DC_Beyond"

    -- port that the server listen to (make sure clients are configured
    -- with the same number)
    port = 7000

    -- maximum number of concurrent connections
    maxConnections = 8

    -- maximum allowed time for a user to complete a job (in seconds)
    jobMaxTime = 4 * 24 * 3600 -- 14 days

    -- various files used by the server
    knPairsFile = "knpairs.txt"
    jobListFile = "joblist.txt"
    resultsFile = "results.txt"

    -- if you want the server to regularly prune your knpairs and joblist
    -- files, then uncomment the following line and set the period of
    -- pruning in second.
    prunePeriod = 1 * 24 * 3600 -- every days

    -- (for gurus only)
    if WIN32 then
    no_shell = 1
    end

    -- format used to display numbers in result file
    -- (uncomment the appropriate line)
    --displayFormat = "%s*2^%s+1" -- use this for PRP type test
    --displayFormat = "%s*2^%s-1" -- use this for LLR type test (default)

    -- uncomment the following line to remove username check when
    -- accepting a new result
    noUserCheck = 1

    -- you can customize the way the date is displayed
    -- (in joblist.txt and results.txt)
    --function DisplayDate()
    -- return date("%d/%m/%Y\ %r")
    --end

    -----------------
    -- PROXY settings
    -----------------
    -- uncomment the following line to make this server a proxy server
    proxy = 1

    -- address of the parent server
    proxyMasterAddress = "CRUS.dynip.telepac.pt"
    proxyMasterPort = 100


    -- name of this proxy (change 'nobody' to something else)
    proxyName = "Free-DC_Beyond"

    -- size of the proxy cache
    proxyCacheSize = 2000

    -- minimum number of results to send back to the main server
    -- at a time
    proxyTosendThreshold = 50

    -- name of the tosend file of the proxy
    tosendFile = "tosend-proxy.txt"
    -:Beyond:-


  2. #2
    Free-DC's Prime Search
    Join Date
    Apr 2004
    Posts
    2,518
    Beyond is right, you can set up a proxy, sorry, forgot about it.

  3. #3
    Free-DC's Prime Search
    Join Date
    Apr 2004
    Posts
    2,518
    Increased number of concurrent connections to 60. Rally is under way.

    First result in on port 300:

    user=Anonymous
    [02/23/08 18:59:41]
    837*2^365204-1 is not prime. Res64: 475EF4E87375EFE4 Time : 38999.0 sec.
    user=Free-DC_Beyond
    [02/23/08 19:00:01]
    1001*2^365554-1 is not prime. Res64: 30C65979AFA98D2E Time : 169.0 sec.

    user=Free-DC_Beyond
    [02/23/08 19:00:02]
    775*2^365547-1 is not prime. Res64: AB9DB898FF4862D2 Time : 1518.0 sec.
    and on port 100 (draw):

    user=gd_barnes
    [02/23/08 18:59:55]
    639*2^284613-1 is not prime. Res64: D03D672FFF1B01F0 Time : 756.0 sec.
    user=Free-DC_em99010pepe
    [02/23/08 19:00:03]
    401*2^284650-1 is not prime. Res64: 03F684C4F1B1AF3F Time : 436.0 sec.
    user=gd_barnes
    [02/23/08 19:00:03]
    533*2^284614-1 is not prime. Res64: C52191D6256872F1 Time : 740.0 sec.

    user=ArsTechnica_BlisteringSheep
    [02/23/08 19:00:05]
    979*2^284555-1 is not prime. Res64: BBED63F2CBFBFEFE Time : 1693.0 sec.

  4. #4
    If Mr. Barnes continues to have problems connecting I'll back off the rally, with 60-70 cores running I'm afraid I am flooding the server with connection request.
    -:Beyond:-


  5. #5
    Free-DC's Prime Search
    Join Date
    Apr 2004
    Posts
    2,518
    Quote Originally Posted by Beyond View Post
    If Mr. Barnes continues to have problems connecting I'll back off the rally, with 60-70 cores running I'm afraid I am flooding the server with connection request.
    He can run the manual LLR, and you?

  6. #6
    Free-DC's Prime Search
    Join Date
    Apr 2004
    Posts
    2,518
    I pull out 6 cores from LLRnet (now manual LLR'ng the lower ranges), at least the connection is free from here to the world.

  7. #7
    I could, but I won't. Too much work involved and too many machines, I do not use the manual LLR on my personnal prime searches, just llrnet.

    I cut-off access to your server from my end....will wait till the cache is drained brfore reconnecting.
    -:Beyond:-


  8. #8
    Free-DC's Prime Search
    Join Date
    Apr 2004
    Posts
    2,518
    Quote Originally Posted by Beyond View Post
    I could, but I won't. Too much work involved and too many machines, I do not use the manual LLR on my personnal prime searches, just llrnet.

    I cut-off access to your server from my end....will wait till the cache is drained brfore reconnecting.
    Please keep your machines online, at NPLB forum we are trying to pull out a few cores to free up the connection for you.

    Carlos

Posting Permissions

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