Trailer Thumbnail 2 Crack (CUDA/Nvidia GPU) Released!

Message boards : News : Trailer Thumbnail 2 Crack (CUDA/Nvidia GPU) Released!
Message board moderation

To post messages, you must log in.

1 · 2 · Next

AuthorMessage
Profile neilcaffrei
Project administrator
Project developer
Help desk expert

Send message
Joined: 17 Nov 20
Posts: 17
Credit: 6,666
RAC: 0
Message 663 - Posted: 30 Sep 2021, 20:04:32 UTC
Last modified: 3 Oct 2021, 20:26:00 UTC

A new boinc project called trailertcrack has been deployed, it aims at cracking the seed for the Thumbnail 2 of the Trailer video of Minecraft (https://www.youtube.com/watch?v=MmB9b5njVbA), this is currently the last one missing so we can fully reproduce the original trailer within Minecraft in higher quality right in time for the 10th anniversary of this iconic piece of Minecraft history. (we do already have most of the seeds and this is an active project).

This app is GPU only and will be rewarded 3333 credits We currently only support Windows and Linux 64 bits for NVIDIA GPUs (we use cuda).

Happy crunching !
Cheers, Neil
ID: 663 · Report as offensive     Reply Quote
Keith Myers
Avatar

Send message
Joined: 8 Mar 21
Posts: 53
Credit: 243,832,973
RAC: 0
Message 668 - Posted: 30 Sep 2021, 20:57:05 UTC - in response to Message 663.  

Cool, nice to have a gpu app again here.
ID: 668 · Report as offensive     Reply Quote
Profile Hy
Project administrator
Project developer
Avatar

Send message
Joined: 15 Jun 20
Posts: 74
Credit: 19,537,761
RAC: 0
Message 669 - Posted: 30 Sep 2021, 21:12:10 UTC
Last modified: 30 Sep 2021, 21:14:22 UTC

I'm curious how long this will actually take, but enjoy having your GPUs loaded up (though, not as heavily power-wise compared to Kaktwoos-cl!). I think I estimated around a month with 500 'GTX 1650 (1060)' level GPUs. Though having a couple of faster ones in the mix shouldn't change that too much.

Will be great after all these months to have the final seed for the trailer too.
ID: 669 · Report as offensive     Reply Quote
Keith Myers
Avatar

Send message
Joined: 8 Mar 21
Posts: 53
Credit: 243,832,973
RAC: 0
Message 670 - Posted: 30 Sep 2021, 21:16:40 UTC

OK, there is an issue with the new trailertcrack app. It is running two instances on the same card. There was a similar issue over at GPUGrid a month ago. BOINC is improperly assigning the two instances of an application and task to the same gpu even though it says it is assigned to separate gpus.
Here it is running two tasks on gpu:0 even though BOINC is reporting that a tasks is running on gpu:0 and gpu:1.



ID: 670 · Report as offensive     Reply Quote
Profile neilcaffrei
Project administrator
Project developer
Help desk expert

Send message
Joined: 17 Nov 20
Posts: 17
Credit: 6,666
RAC: 0
Message 671 - Posted: 30 Sep 2021, 21:38:02 UTC - in response to Message 670.  

So currently in our code we do account for a --device arg that will set the device used by nvidia https://github.com/MrSpike63/TrailerTCrack/blob/master/main.cu#L667.
However somehow your client doesn't pass that argument to the command line. I am trying to reproduce it but so far with 2,3 and 4 gpus no issues. Do you mind sending either the link to the issue on gpugrid or the version of your boinc client?
ID: 671 · Report as offensive     Reply Quote
Keith Myers
Avatar

Send message
Joined: 8 Mar 21
Posts: 53
Credit: 243,832,973
RAC: 0
Message 673 - Posted: 30 Sep 2021, 22:06:07 UTC - in response to Message 671.  

First reported by Ian here. https://www.gpugrid.net/forum_thread.php?id=5246&nowrap=true#57261
And more information by ServicEnginIC. https://www.gpugrid.net/forum_thread.php?id=5248&nowrap=true#57272
You can read the diagnosis in the thread.
Was resolved by the release of the 2.18 application to replace the faulty 2.17 app.
No information about what was actually done in the app by the dev/admins AFAIK, at least publicly in the forums.

I am running a custom BOINC version based on the 7.17 branch. Based on TBar's All-in-One client with further GPUUG binary modifications known as the Pandora client.
ID: 673 · Report as offensive     Reply Quote
Keith Myers
Avatar

Send message
Joined: 8 Mar 21
Posts: 53
Credit: 243,832,973
RAC: 0
Message 674 - Posted: 30 Sep 2021, 22:13:36 UTC - in response to Message 671.  

I'll try and get Richard Haselgrove to look at your code snippet and see if he can figure out why my client is tripping up on the device argument and gpu enumeration like what appeared to have happened at GPUGrid.

But one thing different is the new app is not a wrapper app like at GPUGrid.

In the meantime I have reconfigured the pandora_config and app_config files to only allow one gpu task onboard at any time. That will work around the issue until I better understand what is happening.
ID: 674 · Report as offensive     Reply Quote
Profile neilcaffrei
Project administrator
Project developer
Help desk expert

Send message
Joined: 17 Nov 20
Posts: 17
Credit: 6,666
RAC: 0
Message 675 - Posted: 30 Sep 2021, 22:30:03 UTC - in response to Message 674.  

We found the issue, a fix is being deployed, this should be fixed before 02/10 00PM UTC
ID: 675 · Report as offensive     Reply Quote
Keith Myers
Avatar

Send message
Joined: 8 Mar 21
Posts: 53
Credit: 243,832,973
RAC: 0
Message 676 - Posted: 30 Sep 2021, 22:37:26 UTC - in response to Message 675.  

That's great, Neil. Glad to have pointed out the issue so soon in the beta app deployment and a fix was found quickly.

That is why we do beta deployments against the installed base. I am great at finding corner cases.
ID: 676 · Report as offensive     Reply Quote
Kappa
Volunteer moderator
Project administrator
Project developer
Project tester
Volunteer developer
Volunteer tester
Project scientist
Help desk expert

Send message
Joined: 30 Jul 20
Posts: 1
Credit: 3,167,711
RAC: 0
Message 677 - Posted: 30 Sep 2021, 22:37:32 UTC - in response to Message 674.  
Last modified: 30 Sep 2021, 22:38:32 UTC

In case this helps future projects, here was the issue:
BOINC docs mention the client passing "--device (device number)" as an argument, but for newer versions of the API (7.5+) - which pretty much any BOINC project should be on now, it isn't passed anymore:
https://github.com/BOINC/boinc/blob/73a7754e7fd1ae3b7bf337e8dd42a7a0b42cf3d2/client/app_start.cpp#L729
With that said, thanks for the report. It should be fixed soon.
ID: 677 · Report as offensive     Reply Quote
Profile Steve Dodd

Send message
Joined: 26 Jun 20
Posts: 24
Credit: 121,790,290
RAC: 0
Message 679 - Posted: 1 Oct 2021, 2:45:26 UTC

Either the website server stats are VERY wrong (524192 available tasks) about new app., or I have a different problem, because I can't seem to download any tasks on all 4 of my Windows 10 machines. "Run Test Apps" - checked, "Use NVidia GPU" - checked. Messages in BOINC client -
9/30/2021 7:40:07 PM | minecrafthome | Sending scheduler request: Requested by user.
9/30/2021 7:40:07 PM | minecrafthome | Requesting new tasks for NVIDIA GPU
9/30/2021 7:40:09 PM | minecrafthome | Scheduler request completed: got 0 new tasks
9/30/2021 7:40:09 PM | minecrafthome | Project requested delay of 7 seconds

Ideas?
ID: 679 · Report as offensive     Reply Quote
Keith Myers
Avatar

Send message
Joined: 8 Mar 21
Posts: 53
Credit: 243,832,973
RAC: 0
Message 681 - Posted: 1 Oct 2021, 2:56:51 UTC - in response to Message 679.  

They may have stopped sending out tasks till the new updated application is deployed.
ID: 681 · Report as offensive     Reply Quote
kotenok2000
Avatar

Send message
Joined: 17 Jul 20
Posts: 5
Credit: 624,958
RAC: 0
Message 682 - Posted: 1 Oct 2021, 16:14:14 UTC - in response to Message 675.  

What is 00PM?
ID: 682 · Report as offensive     Reply Quote
FranekMal

Send message
Joined: 26 Jul 21
Posts: 1
Credit: 418,889
RAC: 0
Message 683 - Posted: 1 Oct 2021, 16:15:17 UTC - in response to Message 663.  

amd radeons don't work with the project?
ID: 683 · Report as offensive     Reply Quote
Keith Myers
Avatar

Send message
Joined: 8 Mar 21
Posts: 53
Credit: 243,832,973
RAC: 0
Message 684 - Posted: 1 Oct 2021, 17:42:49 UTC - in response to Message 682.  

What is 00PM?

I am confused also. Think that the time and date was Euro format. So October 2nd 0000 UTC is likely what was meant for the new app release date and time.
ID: 684 · Report as offensive     Reply Quote
Keith Myers
Avatar

Send message
Joined: 8 Mar 21
Posts: 53
Credit: 243,832,973
RAC: 0
Message 686 - Posted: 1 Oct 2021, 20:49:04 UTC - in response to Message 683.  

amd radeons don't work with the project?

Not with the new trailertcrack gpu project. CUDA only. For now.
The old kaktwoos cactus stacking project was an OpenCL application so worked with any gpu with OpenCL support.
ID: 686 · Report as offensive     Reply Quote
zombie67 [MM]
Avatar

Send message
Joined: 24 Jun 20
Posts: 21
Credit: 181,142,041
RAC: 0
Message 687 - Posted: 1 Oct 2021, 23:12:22 UTC

Already out of work?
Reno, NV
Team: SETI.USA
ID: 687 · Report as offensive     Reply Quote
kotenok2000
Avatar

Send message
Joined: 17 Jul 20
Posts: 5
Credit: 624,958
RAC: 0
Message 688 - Posted: 1 Oct 2021, 23:13:57 UTC - in response to Message 687.  

They have found a bug and disabled work distribution untill they fix it.
ID: 688 · Report as offensive     Reply Quote
zombie67 [MM]
Avatar

Send message
Joined: 24 Jun 20
Posts: 21
Credit: 181,142,041
RAC: 0
Message 689 - Posted: 1 Oct 2021, 23:48:58 UTC - in response to Message 688.  
Last modified: 1 Oct 2021, 23:49:44 UTC

They have found a bug and disabled work distribution until they fix it.


Yes, they did that earlier. Since then, they have released an updated app, and new work. Now we are out of work.

Ah, they just added more work. Nice!
Reno, NV
Team: SETI.USA
ID: 689 · Report as offensive     Reply Quote
Profile neilcaffrei
Project administrator
Project developer
Help desk expert

Send message
Joined: 17 Nov 20
Posts: 17
Credit: 6,666
RAC: 0
Message 690 - Posted: 1 Oct 2021, 23:50:53 UTC - in response to Message 688.  

Hello,
As with all beta applications, some hiccups happened, notably two major ones, credits awarded were not in line with our previous work and multi gpu were not working correctly.
The good news is: We just fixed those 2 issues and now you are able to run the beta workunits as intended.
Current GPU unit will reward 3333 credits (fixed) which is roughly equivalent to our previous jobs for Kaktwoos and in line with the current rewards for onechunk.

As a side note, we are open to discussion about our current rules with credits and we are also making sure to stay in line with the grcpool guidelines.

Cheers,
Neil
ID: 690 · Report as offensive     Reply Quote
1 · 2 · Next

Message boards : News : Trailer Thumbnail 2 Crack (CUDA/Nvidia GPU) Released!