Client Errors

Message boards : Number crunching : Client Errors

To post messages, you must log in.

Previous · 1 . . . 4 · 5 · 6 · 7 · 8 · Next

AuthorMessage
Profile In Memory of Kimsey M Fowler Sr

Send message
Joined: 10 Mar 12
Posts: 26
Credit: 39,033,222
RAC: 0
Message 72902 - Posted: 27 Apr 2012, 19:10:35 UTC - in response to Message 72878.  
Last modified: 27 Apr 2012, 19:13:42 UTC

I've only made a preliminary review of the {Wireshark} data so far, but one obvious difference is that when the NVIDIA driver is installed (failure condition), some additional information related to CUDA is included in the outgoing information packets transferred to the server.


Some additional packets have been captured from my other machine (the one that's working correctly). CUDA tags are going out in the data uploaded to the Rosetta server from that machine, and this suggests this is not an issue.

Rather than continue to rerun the same old WU's saved to disk at breakpoint, a third test was done using seven new WU's run on the problem machine. Their completion times were staggered to keep data uploaded from various WU's clearly segregated. Wireshark was used to sniff packets for three sets of data in failure mode and the remaining four sets in success mode. Wireshark includes a utility to reassemble packet data, and three distinct sets were reassembled for each of the seven WU's and output to text files. When ExamDiff was used to compare similar output files, no differences were observed that did not seem unreasonable.

Our problem is only being reported on machines running Win7 64-bit OS, so I'm leaning towards a suspicion that the accompanying 64-bit compatible GPU drivers are somehow inserting some extra bytes somewhere. Perhaps this causes the uploaded data file to fail validation when the server software cannot match the file length and/or MD5 hash... just a possible theory. ---KMF, Jr.
ID: 72902 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile Greg_BE
Avatar

Send message
Joined: 30 May 06
Posts: 5658
Credit: 5,670,291
RAC: 2,328
Message 72906 - Posted: 27 Apr 2012, 21:58:20 UTC - in response to Message 72901.  

I've had approx 14 client errors out of my last 100 WU's
Yes I am using BOINC 7.0.25

Swordfish


You have a slightly different issue ("Incorrect function" with 7.0.25) than the one discussed in this thread (reported as client error, but with exit code 0), so I'll point you to the thread for it (though there aren't any updates yet).


You guys DO realize that version 7.0.25 is the RELEASE version now and has been for more than a week, right?! EVEN WCG handles it properly!



Over at Milkyway it's acting up on a certain kind of task they have. I had to revert back to version 6 to get them to process correctly. turns out there is a bug in the BOINC code that shows up only on certain kinds of tasks. For these tasks it was causing them to take and use ALL available cores AND run high priority simultaneously and only those specific tasks. Only version 6 can handle them. So maybe there is something with his machine and version 7 that makes it error out on RAH stuff.
ID: 72906 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Fi and Charlie Shaw

Send message
Joined: 7 May 07
Posts: 8
Credit: 346,961
RAC: 0
Message 72907 - Posted: 28 Apr 2012, 10:31:15 UTC

I'm crunching Rosetta on a 32bit machine, so I don't think the 64 bit argument below can be valid.

Yesterday 27/4/2012 I was getting more and more client errors using BOINC 7.0.025.

In frustration I stopped my crunching with Rosetta and replaced BOINC with version 6.12.34 which can still be downloaded from the BOINC website.

Since then, I have had no client errors.

So on conclusion, something seems amiss with BOINC 7.0.25 and Rosetta.

My other 2 64bit computers are crunching other projects seperatley and are not experiencing any issues with BOINC 7.0.25 yet !

Its a temporary solution, in my case, and I hope it helps others, until the situation is resolved.

Swordfish

ID: 72907 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
mikey
Avatar

Send message
Joined: 5 Jan 06
Posts: 1894
Credit: 8,555,582
RAC: 10,906
Message 72908 - Posted: 28 Apr 2012, 10:37:19 UTC - in response to Message 72902.  

I've only made a preliminary review of the {Wireshark} data so far, but one obvious difference is that when the NVIDIA driver is installed (failure condition), some additional information related to CUDA is included in the outgoing information packets transferred to the server.


Some additional packets have been captured from my other machine (the one that's working correctly). CUDA tags are going out in the data uploaded to the Rosetta server from that machine, and this suggests this is not an issue.

Rather than continue to rerun the same old WU's saved to disk at breakpoint, a third test was done using seven new WU's run on the problem machine. Their completion times were staggered to keep data uploaded from various WU's clearly segregated. Wireshark was used to sniff packets for three sets of data in failure mode and the remaining four sets in success mode. Wireshark includes a utility to reassemble packet data, and three distinct sets were reassembled for each of the seven WU's and output to text files. When ExamDiff was used to compare similar output files, no differences were observed that did not seem unreasonable.

Our problem is only being reported on machines running Win7 64-bit OS, so I'm leaning towards a suspicion that the accompanying 64-bit compatible GPU drivers are somehow inserting some extra bytes somewhere. Perhaps this causes the uploaded data file to fail validation when the server software cannot match the file length and/or MD5 hash... just a possible theory. ---KMF, Jr.


I see you have 16gb of memory in your Win7 machine, maybe you could load a 32bit version of Windows in a virtual box and then do the same tests? I seem to remember running on 32bit Win7 boxes and seeing the same problems, I have them and ran Rosie on them, but it has been a while now so don't remember the details anymore. I was running Boinc 6.10.58 mostly at that time.
ID: 72908 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
wbblakemore

Send message
Joined: 18 Dec 07
Posts: 33
Credit: 4,181
RAC: 0
Message 72910 - Posted: 28 Apr 2012, 13:35:12 UTC - in response to Message 72902.  

I've only made a preliminary review of the {Wireshark} data so far, but one obvious difference is that when the NVIDIA driver is installed (failure condition), some additional information related to CUDA is included in the outgoing information packets transferred to the server.


Some additional packets have been captured from my other machine (the one that's working correctly). CUDA tags are going out in the data uploaded to the Rosetta server from that machine, and this suggests this is not an issue.

Rather than continue to rerun the same old WU's saved to disk at breakpoint, a third test was done using seven new WU's run on the problem machine. Their completion times were staggered to keep data uploaded from various WU's clearly segregated. Wireshark was used to sniff packets for three sets of data in failure mode and the remaining four sets in success mode. Wireshark includes a utility to reassemble packet data, and three distinct sets were reassembled for each of the seven WU's and output to text files. When ExamDiff was used to compare similar output files, no differences were observed that did not seem unreasonable.

Our problem is only being reported on machines running Win7 64-bit OS, so I'm leaning towards a suspicion that the accompanying 64-bit compatible GPU drivers are somehow inserting some extra bytes somewhere. Perhaps this causes the uploaded data file to fail validation when the server software cannot match the file length and/or MD5 hash... just a possible theory. ---KMF, Jr.


More excellent work -- again, thank you. I do think, however, it's important to keep aware of the fact that WU's are processing correctly on Ralph, but failing on Rosetta. I still maintain that this is a server-side issue.

ID: 72910 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
mikey
Avatar

Send message
Joined: 5 Jan 06
Posts: 1894
Credit: 8,555,582
RAC: 10,906
Message 72923 - Posted: 29 Apr 2012, 10:40:31 UTC - in response to Message 72910.  

More excellent work -- again, thank you. I do think, however, it's important to keep aware of the fact that WU's are processing correctly on Ralph, but failing on Rosetta. I still maintain that this is a server-side issue.


And you are using the 64bit version on Ralph? If so then YES, ABSOLUTELY it is a Server side problem!! I STILL think if Rosie would just ASK Dr. A and his Team the problem would be fixed already!!! Every other project handles the 7.0.25 version of Boinc just fine except Rosie, ROSIE has a problem!!!
ID: 72923 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
wbblakemore

Send message
Joined: 18 Dec 07
Posts: 33
Credit: 4,181
RAC: 0
Message 72926 - Posted: 29 Apr 2012, 15:25:48 UTC - in response to Message 72923.  

More excellent work -- again, thank you. I do think, however, it's important to keep aware of the fact that WU's are processing correctly on Ralph, but failing on Rosetta. I still maintain that this is a server-side issue.


And you are using the 64bit version on Ralph? If so then YES, ABSOLUTELY it is a Server side problem!! I STILL think if Rosie would just ASK Dr. A and his Team the problem would be fixed already!!! Every other project handles the 7.0.25 version of Boinc just fine except Rosie, ROSIE has a problem!!!


actually, this particular problem predates BOINC 7.0.25 by quite a bit. I was using BOINC 6.12 when I first encountered it, and others here in the thread have posted that it's been occurring since at least MiniRosetta 3.19.
ID: 72926 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
AlphaLaser

Send message
Joined: 19 Aug 06
Posts: 52
Credit: 3,327,939
RAC: 0
Message 72927 - Posted: 29 Apr 2012, 21:17:31 UTC

Just an update, I tried running the new 3.30 app here on Rosetta and still got client errors on all the WUs.

https://boinc.bakerlab.org/results.php?hostid=1455479
ID: 72927 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
mikey
Avatar

Send message
Joined: 5 Jan 06
Posts: 1894
Credit: 8,555,582
RAC: 10,906
Message 72933 - Posted: 30 Apr 2012, 10:46:08 UTC - in response to Message 72926.  

More excellent work -- again, thank you. I do think, however, it's important to keep aware of the fact that WU's are processing correctly on Ralph, but failing on Rosetta. I still maintain that this is a server-side issue.


And you are using the 64bit version on Ralph? If so then YES, ABSOLUTELY it is a Server side problem!! I STILL think if Rosie would just ASK Dr. A and his Team the problem would be fixed already!!! Every other project handles the 7.0.25 version of Boinc just fine except Rosie, ROSIE has a problem!!!


actually, this particular problem predates BOINC 7.0.25 by quite a bit. I was using BOINC 6.12 when I first encountered it, and others here in the thread have posted that it's been occurring since at least MiniRosetta 3.19.


That is true! I too was NOT running version 7 when I was having my problems!!
ID: 72933 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile Greg_BE
Avatar

Send message
Joined: 30 May 06
Posts: 5658
Credit: 5,670,291
RAC: 2,328
Message 72938 - Posted: 30 Apr 2012, 14:42:23 UTC - in response to Message 72927.  

Just an update, I tried running the new 3.30 app here on Rosetta and still got client errors on all the WUs.

https://boinc.bakerlab.org/results.php?hostid=1455479


Which BOINC MGR version are you using?
If it's 7, this has bugs in it. You should revert back to version 6.
If it's 6, then its something else.
ID: 72938 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
A.M.

Send message
Joined: 13 Jun 06
Posts: 12
Credit: 954,586
RAC: 0
Message 72946 - Posted: 30 Apr 2012, 22:24:29 UTC
Last modified: 30 Apr 2012, 22:27:09 UTC

Just ran three tasks. Successfully.

https://boinc.bakerlab.org/rosetta/results.php?hostid=1518514

Things that have changed semi-recently:

BOINC manager is now 7.0.25
Rosetta v3.30
New RAM
NVidia driver 301.24 (the latest beta)
ID: 72946 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile robertmiles

Send message
Joined: 16 Jun 08
Posts: 1223
Credit: 13,824,497
RAC: 2,340
Message 72947 - Posted: 30 Apr 2012, 23:03:02 UTC

I've seen somethinhg that may or may not be relevant on a few other BOINC projects. It seems that when some of the most recent Nvidia drivers (290.* and 295.*) decide to blank the screen due to inactivity, they also turn off the graphics card, which makes it impossible for any CUDA or OpenCL workunits to continue correctly.

I do not have any information on whether BOINC recovers from this properly, whether this would have any effect on minirosetta, or whether this also applies to the 301.* series of Nvidia drivers.
ID: 72947 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile robertmiles

Send message
Joined: 16 Jun 08
Posts: 1223
Credit: 13,824,497
RAC: 2,340
Message 72948 - Posted: 30 Apr 2012, 23:15:27 UTC - in response to Message 72714.  
Last modified: 30 Apr 2012, 23:42:35 UTC

Is there anyone with our problem that does not have all of the following attributes:

1) one or more NVIDIA GPU's, &
2) running Win7 64-bit, &
3) Intel I7 processor ?



I have a computer with all those attributes, but not the problem, even on 3.30 workunits.

1 GT 440
BOINC 7.0.25
64-bit Windows 7 Professional SP1
i7-2600 CPU
285.62 Nvidia driver

BOINC has a setting for temporarily turning off any GPU use by BOINC. Have any of you with the problem checked whether using this setting has any effect on the problem?

Also, you may want to discuss whether the way you obtained your Nvidia driver has any effect on the problem. I downloaded mine directly from an Nvidia site, and I've read that Microsoft changes these drivers somewhat before they make them available as a Windows update.
ID: 72948 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile In Memory of Kimsey M Fowler Sr

Send message
Joined: 10 Mar 12
Posts: 26
Credit: 39,033,222
RAC: 0
Message 72950 - Posted: 1 May 2012, 5:09:49 UTC - in response to Message 72946.  
Last modified: 1 May 2012, 5:10:19 UTC

Just ran three tasks. Successfully.
https://boinc.bakerlab.org/rosetta/results.php?hostid=1518514
Things that have changed semi-recently:
BOINC manager is now 7.0.25
Rosetta v3.30
New RAM
NVidia driver 301.24 (the latest beta)


That was exciting to read so I upgraded to NVIDIA 301.24, Rosetta 3.30, but stuck with BOINC 6.12.34. No successes to report. My first three WU's to complete failed in the usual manner. If I don't soon hear of some progress from the Rosetta project on our problem, I'm considering bailing on Win7/64 and giving Ubuntu a try. Since this machine is totally dedicated to folding, it would be a good learning platform to experiment with their new Linux OS released just last week. Someone on one of the other Rosetta number crunching forums said it was really fast and easy to set up. You can even give Ubuntu a test drive from a CD burned from the downloaded ISO file without committing to installing it on the hard drive... and it's all free! How sweet is that? ---KMF, Jr.
ID: 72950 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
P . P . L .

Send message
Joined: 20 Aug 06
Posts: 581
Credit: 4,865,274
RAC: 0
Message 72955 - Posted: 1 May 2012, 5:34:54 UTC - in response to Message 72950.  

Just ran three tasks. Successfully.
https://boinc.bakerlab.org/rosetta/results.php?hostid=1518514
Things that have changed semi-recently:
BOINC manager is now 7.0.25
Rosetta v3.30
New RAM
NVidia driver 301.24 (the latest beta)


That was exciting to read so I upgraded to NVIDIA 301.24, Rosetta 3.30, but stuck with BOINC 6.12.34. No successes to report. My first three WU's to complete failed in the usual manner. If I don't soon hear of some progress from the Rosetta project on our problem, I'm considering bailing on Win7/64 and giving Ubuntu a try. Since this machine is totally dedicated to folding, it would be a good learning platform to experiment with their new Linux OS released just last week. Someone on one of the other Rosetta number crunching forums said it was really fast and easy to set up. You can even give Ubuntu a test drive from a CD burned from the downloaded ISO file without committing to installing it on the hard drive... and it's all free! How sweet is that? ---KMF, Jr.


Yes and no errors touch wood, how good is that. ;)


ID: 72955 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
mikey
Avatar

Send message
Joined: 5 Jan 06
Posts: 1894
Credit: 8,555,582
RAC: 10,906
Message 72958 - Posted: 1 May 2012, 10:30:06 UTC - in response to Message 72948.  

Also, you may want to discuss whether the way you obtained your Nvidia driver has any effect on the problem. I downloaded mine directly from an Nvidia site, and I've read that Microsoft changes these drivers somewhat before they make them available as a Windows update.


ANY MS provided drivers are NOT suitable for crunching, they work well for showing the pretty screen pictures but crunching with them is a whole other set of parameters and the drivers should be gotten from the manufacturers website! ALSO the latest and greatest drivers will ALWAYS be tuned for gaming as opposed to us crunchers, so upgrading is NOT always a good thing!
ID: 72958 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
AlphaLaser

Send message
Joined: 19 Aug 06
Posts: 52
Credit: 3,327,939
RAC: 0
Message 72977 - Posted: 3 May 2012, 0:27:30 UTC - in response to Message 72938.  

Just an update, I tried running the new 3.30 app here on Rosetta and still got client errors on all the WUs.

https://boinc.bakerlab.org/results.php?hostid=1455479


Which BOINC MGR version are you using?
If it's 7, this has bugs in it. You should revert back to version 6.
If it's 6, then its something else.


I'm using 6.10.58
ID: 72977 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Old man

Send message
Joined: 10 Nov 07
Posts: 25
Credit: 1,122,372
RAC: 9
Message 72979 - Posted: 3 May 2012, 8:54:55 UTC

Errors yesterday:

First WU:

https://boinc.bakerlab.org/result.php?resultid=502279307

Task ID 502279307
Name rb_04_27_30921_62115__t000__0_C1_SAVE_ALL_OUT_IGNORE_THE_REST_49255_1340_1
Workunit 457665204
Created 30 Apr 2012 9:26:14 UTC
Sent 1 May 2012 8:12:22 UTC
Received 2 May 2012 15:38:31 UTC
Server state Over
Outcome Client error
Client state Compute error
Exit status -529697949 (0xffffffffe06d7363)
Computer ID 1519740
Report deadline 11 May 2012 8:12:22 UTC
CPU time 42.74427
stderr out

<core_client_version>6.12.34</core_client_version>
<![CDATA[
<message>
- exit code -529697949 (0xe06d7363)
</message>
<stderr_txt>
[2012- 5- 2 17:39:56:] :: BOINC:: Initializing ... ok.
[2012- 5- 2 17:39:56:] :: BOINC :: boinc_init()
BOINC:: Setting up shared resources ... ok.
BOINC:: Setting up semaphores ... ok.
BOINC:: Updating status ... ok.
BOINC:: Registering timer callback... ok.
BOINC:: Worker initialized successfully.
Registering options..
Registered extra options.
Initializing broker options ...
Registered extra options.
Initializing core...
Initializing options.... ok
Options::initialize()
Options::adding_options()
Options::initialize() Check specs.
Options::initialize() End reached
Loaded options.... ok
Processed options.... ok
Initializing random generators... ok
Initialization complete.
Initializing options.... ok
Options::initialize()
Options::adding_options()
Options::initialize() Check specs.
Options::initialize() End reached
Loaded options.... ok
Processed options.... ok
Initializing random generators... ok
Initialization complete.
Setting WU description ...
Unpacking zip data: ../../projects/boinc.bakerlab.org_rosetta/minirosetta_database_rev48292.zip
Unpacking WU data ...
Unpacking data: ../../projects/boinc.bakerlab.org_rosetta/input_rb_04_27_30921_62115__t000__0_C1_robetta.zip
Setting database description ...
Setting up checkpointing ...
Setting up graphics native ...
BOINC:: Worker startup.
Starting watchdog...
Watchdog active.
# cpu_run_time_pref: 7200


Unhandled Exception Detected...

- Unhandled Exception Record -
Reason: Out Of Memory (C++ Exception) (0xe06d7363) at address 0x7559B9BC

Engaging BOINC Windows Runtime Debugger...



********************


BOINC Windows Runtime Debugger Version 6.5.0


Dump Timestamp : 05/02/12 17:41:11
Install Directory :
Data Directory : C:ProgramDataBOINC
Project Symstore :
LoadLibraryA( C:ProgramDataBOINCdbghelp.dll ): GetLastError = 126
Loaded Library : dbghelp.dll
LoadLibraryA( C:ProgramDataBOINCsymsrv.dll ): GetLastError = 126
LoadLibraryA( symsrv.dll ): GetLastError = 126
LoadLibraryA( C:ProgramDataBOINCsrcsrv.dll ): GetLastError = 126
LoadLibraryA( srcsrv.dll ): GetLastError = 126
LoadLibraryA( C:ProgramDataBOINCversion.dll ): GetLastError = 126
Loaded Library : version.dll
Debugger Engine : 4.0.5.0
Symbol Search Path: C:ProgramDataBOINCslots16;C:ProgramDataBOINCprojectsboinc.bakerlab.org_rosetta;srv*C:ProgramDataBOINCprojectsboinc.bakerlab.org_rosettasymbols*http://msdl.microsoft.com/download/symbols;srv*C:ProgramDataBOINCprojectsboinc.bakerlab.org_rosettasymbols*http://boinc.berkeley.edu/symstore


ModLoad: 01300000 01498000 C:ProgramDataBOINCprojectsboinc.bakerlab.org_rosettaminirosetta_3.30_windows_x86_64.exe (-exported- Symbols Loaded)
Linked PDB Filename : C:Usersboincsrcrosetta_sourceideVisualStudioBoincReleaseminirosetta.pdb

ModLoad: 778b0000 00180000 C:WindowsSysWOW64ntdll.dll (6.1.7601.17725) (-exported- Symbols Loaded)
Linked PDB Filename : wntdll.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 76100000 00110000 C:Windowssyswow64kernel32.dll (6.1.7601.17651) (-exported- Symbols Loaded)
Linked PDB Filename : wkernel32.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75590000 00046000 C:Windowssyswow64KERNELBASE.dll (6.1.7601.17651) (-exported- Symbols Loaded)
Linked PDB Filename : wkernelbase.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75d60000 00035000 C:Windowssyswow64WS2_32.dll (6.1.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : ws2_32.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75ef0000 000ac000 C:Windowssyswow64msvcrt.dll (7.0.7601.17744) (-exported- Symbols Loaded)
Linked PDB Filename : msvcrt.pdb
File Version : 7.0.7601.17744 (win7sp1_gdr.111215-1535)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 7.0.7601.17744

ModLoad: 75e00000 000f0000 C:Windowssyswow64RPCRT4.dll (6.1.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : wrpcrt4.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75410000 00060000 C:Windowssyswow64SspiCli.dll (6.1.7601.17725) (-exported- Symbols Loaded)
Linked PDB Filename : wsspicli.pdb
File Version : 6.1.7601.17725 (win7sp1_gdr.111116-1503)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7601.17725

ModLoad: 75400000 0000c000 C:Windowssyswow64CRYPTBASE.dll (6.1.7600.16385) (-exported- Symbols Loaded)
Linked PDB Filename : cryptbase.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75ba0000 00019000 C:WindowsSysWOW64sechost.dll (6.1.7600.16385) (-exported- Symbols Loaded)
Linked PDB Filename : sechost.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75800000 00006000 C:Windowssyswow64NSI.dll (6.1.7600.16385) (-exported- Symbols Loaded)
Linked PDB Filename : nsi.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 76e60000 00100000 C:Windowssyswow64USER32.dll (6.1.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : wuser32.pdb
File Version : 6.1.7601.17514 (win7sp1_rtm.101119-1850)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7601.17514

ModLoad: 75500000 00090000 C:Windowssyswow64GDI32.dll (6.1.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : wgdi32.pdb
File Version : 6.1.7601.17514 (win7sp1_rtm.101119-1850)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7601.17514

ModLoad: 77880000 0000a000 C:Windowssyswow64LPK.dll (6.1.7600.16385) (-exported- Symbols Loaded)
Linked PDB Filename : wlpk.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75cc0000 0009d000 C:Windowssyswow64USP10.dll (1.626.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : usp10.pdb
File Version : 1.0626.7601.17514 (win7sp1_rtm.101119-1850)
Company Name : Microsoft Corporation
Product Name : Microsoft(R) Uniscribe Unicode script processor
Product Version : 1.0626.7601.17514

ModLoad: 75a80000 000a0000 C:Windowssyswow64ADVAPI32.dll (6.1.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : advapi32.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75fb0000 00060000 C:Windowssystem32IMM32.DLL (6.1.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : wimm32.pdb
File Version : 6.1.7601.17514 (win7sp1_rtm.101119-1850)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7601.17514

ModLoad: 759a0000 000cc000 C:Windowssyswow64MSCTF.dll (6.1.7600.16385) (-exported- Symbols Loaded)
Linked PDB Filename : msctf.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 752a0000 00021000 C:Windowssystem32ntmarta.dll (6.1.7600.16385) (-exported- Symbols Loaded)
Linked PDB Filename : ntmarta.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75b50000 00045000 C:Windowssyswow64WLDAP32.dll (6.1.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : wldap32.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 741d0000 000eb000 C:Windowssystem32dbghelp.dll (6.1.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : dbghelp.pdb
File Version : 6.1.7601.17514 (win7sp1_rtm.101119-1850)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7601.17514

ModLoad: 75330000 00009000 C:Windowssystem32version.dll (6.1.7600.16385) (-exported- Symbols Loaded)
Linked PDB Filename : version.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385



*** Dump of the Process Statistics: ***

- I/O Operations Counters -
Read: 0, Write: 0, Other 0

- I/O Transfers Counters -
Read: 0, Write: 0, Other 0

- Paged Pool Usage -
QuotaPagedPoolUsage: 0, QuotaPeakPagedPoolUsage: 0
QuotaNonPagedPoolUsage: 0, QuotaPeakNonPagedPoolUsage: 0

- Virtual Memory Usage -
VirtualSize: 0, PeakVirtualSize: 0

- Pagefile Usage -
PagefileUsage: 0, PeakPagefileUsage: 0

- Working Set Size -
WorkingSetSize: 0, PeakWorkingSetSize: 0, PageFaultCount: 0

*** Dump of thread ID 3736 (state: Initialized): ***

- Information -
Status: Base Priority: Normal, Priority: Normal, , Kernel Time: 0.000000, User Time: 0.000000, Wait Time: 0.000000

- Unhandled Exception Record -
Reason: Out Of Memory (C++ Exception) (0xe06d7363) at address 0x7559B9BC

- Registers -
eax=00ccb834 ebx=0084e400 ecx=00000003 edx=00000000 esi=021bd338 edi=024f75e0
eip=7559b9bc esp=00ccb834 ebp=00ccb884
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000212

- Callstack -
ChildEBP RetAddr Args to Child
00ccb884 013126de e06d7363 00000001 00000003 00ccb8b0 KERNELBASE!RaiseException+0x0
00ccb8bc 01312695 00ccb8cc 023312a0 021bd338 021c1ac0 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::atomic_counter+0x0
00ccb8dc 017c7a6e 084e4000 00ccd038 00ccd038 00000000 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::atomic_counter+0x0
00ccb8f4 017c80ff 0084e400 00ccba20 0192bc62 7d89cf10 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::get+0x0
00ccb994 0192c24d 00ccba20 00ccd038 7d89cc64 000000b5 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::get+0x0
00ccbae0 017dc068 00ccbe68 00ccd038 00ccbc70 00ccce28 minirosetta_3.30_windows_x86_64!cppdb::mutex::~mutex+0x0
00ccd1a8 017e5985 1e616d70 00000000 1e616d70 00000001 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::get+0x0
00ccd210 01d98364 00000001 183529e0 1e616d70 00000000 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::get+0x0
00ccd268 013fc939 183529e0 00000001 1e616d70 182aee00 minirosetta_3.30_windows_x86_64!cppdb::backend::static_driver::in_use+0x0
00ccdaf8 01401a52 1e616d70 7d89ade0 073fa6c0 04046e80 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::atomic_counter+0x0
00ccdb64 01934f27 1e616d70 04046e80 0205686b 00000000 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::atomic_counter+0x0
00ccdb7c 0193552b 00cce804 7d89ad20 00cce804 000000dd minirosetta_3.30_windows_x86_64!cppdb::mutex::~mutex+0x0
00ccdba4 01b7246f 00cce804 182aee00 00000000 1e6170f0 minirosetta_3.30_windows_x86_64!cppdb::mutex::~mutex+0x0
00cce1d8 01b6057a 00cce804 7d899330 07410e08 1e7b7d90 minirosetta_3.30_windows_x86_64!cppdb::mutex::~mutex+0x0
00cce5b4 0150c043 00cce804 7d8990ac 07410e08 1e7b7d90 minirosetta_3.30_windows_x86_64!cppdb::mutex::~mutex+0x0
00cce628 0150c21c 00cce804 1e7b7d90 07410e84 00000008 minirosetta_3.30_windows_x86_64!cppdb::backend::driver::connect+0x0
00cce640 0150cdbc 00cce804 1e7b7d90 7d899194 00000000 minirosetta_3.30_windows_x86_64!cppdb::backend::driver::connect+0x0
00cce710 014f571d 00cce804 7d899f24 0402c258 0402c258 minirosetta_3.30_windows_x86_64!cppdb::backend::driver::connect+0x0
00cce9a0 01513502 00000000 7d899f40 0402c268 00cce9a8 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::atomic_counter+0x0
00cce9c4 01509fff 00000000 7d899f78 00000000 0000000d minirosetta_3.30_windows_x86_64!cppdb::backend::driver::connect+0x0
00cce9fc 01305570 00000000 7d899d50 00000000 00000000 minirosetta_3.30_windows_x86_64!cppdb::backend::driver::connect+0x0
00ccebd4 0130581d 0000001b 00ccebec 00d63428 00ccebec minirosetta_3.30_windows_x86_64!+0x0
00ccfbec 013181fe 01300000 00000000 00d63470 0000000a minirosetta_3.30_windows_x86_64!+0x0
00ccfc7c 7611339a 7efde000 00ccfcc8 778e9ef2 7efde000 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::atomic_counter+0x0
00ccfc88 778e9ef2 7efde000 77429447 00000000 00000000 kernel32!BaseThreadInitThunk+0x0
00ccfcc8 778e9ec5 01318251 7efde000 00000000 00000000 ntdll!RtlInitializeExceptionChain+0x0
00ccfce0 00000000 01318251 7efde000 00000000 00000000 ntdll!RtlInitializeExceptionChain+0x0

*** Dump of thread ID 4376 (state: Initialized): ***

- Information -
Status: Base Priority: Normal, Priority: Normal, , Kernel Time: 0.000000, User Time: 0.000000, Wait Time: 0.000000

- Registers -
eax=00000000 ebx=00000000 ecx=00000000 edx=00000000 esi=05c9f8b0 edi=00000000
eip=778cfd71 esp=05c9f86c ebp=05c9f8d4
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000246

- Callstack -
ChildEBP RetAddr Args to Child
05c9f8d4 755a3a8b 00000064 00000000 05c9f8fc 01308198 ntdll!ZwDelayExecution+0x0
05c9f8e4 01308198 00000064 00000000 5ed4a1ad 40455f44 KERNELBASE!Sleep+0x0
05c9f8fc 7611339a 00000000 05c9f948 778e9ef2 00000000 minirosetta_3.30_windows_x86_64!+0x0
05c9f908 778e9ef2 00000000 724791c7 00000000 00000000 kernel32!BaseThreadInitThunk+0x0
05c9f948 778e9ec5 01308180 00000000 00000000 00000000 ntdll!RtlInitializeExceptionChain+0x0
05c9f960 00000000 01308180 00000000 00000000 00000000 ntdll!RtlInitializeExceptionChain+0x0

*** Dump of thread ID 4140 (state: Initialized): ***

- Information -
Status: Base Priority: Normal, Priority: Normal, , Kernel Time: 0.000000, User Time: 0.000000, Wait Time: 0.000000

- Registers -
eax=00000000 ebx=040a8100 ecx=00000000 edx=00000000 esi=082af6ac edi=00000000
eip=778cfd71 esp=082af668 ebp=082af6d0
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000246

- Callstack -
ChildEBP RetAddr Args to Child
082af6d0 755a3a8b 000007d0 00000000 082af7c8 0151a1b3 ntdll!ZwDelayExecution+0x0
082af6e0 0151a1b3 000007d0 756f814c 00000000 040a8128 KERNELBASE!Sleep+0x0
082af7c8 0151a3a7 00000000 01315173 00000000 756f8e8c minirosetta_3.30_windows_x86_64!cppdb::backend::driver::connect+0x0
082af808 013151fd 00000000 082af820 7611339a 040a8128 minirosetta_3.30_windows_x86_64!cppdb::backend::driver::connect+0x0
082af814 7611339a 040a8128 082af860 778e9ef2 040a8128 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::atomic_counter+0x0
082af820 778e9ef2 040a8128 7fa490ef 00000000 00000000 kernel32!BaseThreadInitThunk+0x0
082af860 778e9ec5 01315199 040a8128 00000000 00000000 ntdll!RtlInitializeExceptionChain+0x0
082af878 00000000 01315199 040a8128 00000000 00000000 ntdll!RtlInitializeExceptionChain+0x0


*** Debug Message Dump ****


*** Foreground Window Data ***
Window Name :
Window Class :
Window Process ID: 0
Window Thread ID : 0

Exiting...

</stderr_txt>
]]>

Validate state Invalid
Claimed credit 0.461645905071186
Granted credit 0.461645905071186
application version 3.30

Second:

Task ID 502277627
Name rb_04_27_30921_62115__t000__0_C1_SAVE_ALL_OUT_IGNORE_THE_REST_49255_2537_1
Workunit 457830233
Created 30 Apr 2012 9:16:19 UTC
Sent 1 May 2012 8:12:22 UTC
Received 2 May 2012 15:38:31 UTC
Server state Over
Outcome Client error
Client state Compute error
Exit status -529697949 (0xffffffffe06d7363)
Computer ID 1519740
Report deadline 11 May 2012 8:12:22 UTC
CPU time 42.38547
stderr out

<core_client_version>6.12.34</core_client_version>
<![CDATA[
<message>
- exit code -529697949 (0xe06d7363)
</message>
<stderr_txt>
[2012- 5- 2 17:35:14:] :: BOINC:: Initializing ... ok.
[2012- 5- 2 17:35:14:] :: BOINC :: boinc_init()
BOINC:: Setting up shared resources ... ok.
BOINC:: Setting up semaphores ... ok.
BOINC:: Updating status ... ok.
BOINC:: Registering timer callback... ok.
BOINC:: Worker initialized successfully.
Registering options..
Registered extra options.
Initializing broker options ...
Registered extra options.
Initializing core...
Initializing options.... ok
Options::initialize()
Options::adding_options()
Options::initialize() Check specs.
Options::initialize() End reached
Loaded options.... ok
Processed options.... ok
Initializing random generators... ok
Initialization complete.
Initializing options.... ok
Options::initialize()
Options::adding_options()
Options::initialize() Check specs.
Options::initialize() End reached
Loaded options.... ok
Processed options.... ok
Initializing random generators... ok
Initialization complete.
Setting WU description ...
Unpacking zip data: ../../projects/boinc.bakerlab.org_rosetta/minirosetta_database_rev48292.zip
Unpacking WU data ...
Unpacking data: ../../projects/boinc.bakerlab.org_rosetta/input_rb_04_27_30921_62115__t000__0_C1_robetta.zip
Setting database description ...
Setting up checkpointing ...
Setting up graphics native ...
BOINC:: Worker startup.
Starting watchdog...
Watchdog active.
# cpu_run_time_pref: 7200


Unhandled Exception Detected...

- Unhandled Exception Record -
Reason: Out Of Memory (C++ Exception) (0xe06d7363) at address 0x7559B9BC

Engaging BOINC Windows Runtime Debugger...



********************


BOINC Windows Runtime Debugger Version 6.5.0


Dump Timestamp : 05/02/12 17:36:26
Install Directory :
Data Directory : C:ProgramDataBOINC
Project Symstore :
LoadLibraryA( C:ProgramDataBOINCdbghelp.dll ): GetLastError = 126
Loaded Library : dbghelp.dll
LoadLibraryA( C:ProgramDataBOINCsymsrv.dll ): GetLastError = 126
LoadLibraryA( symsrv.dll ): GetLastError = 126
LoadLibraryA( C:ProgramDataBOINCsrcsrv.dll ): GetLastError = 126
LoadLibraryA( srcsrv.dll ): GetLastError = 126
LoadLibraryA( C:ProgramDataBOINCversion.dll ): GetLastError = 126
Loaded Library : version.dll
Debugger Engine : 4.0.5.0
Symbol Search Path: C:ProgramDataBOINCslots6;C:ProgramDataBOINCprojectsboinc.bakerlab.org_rosetta;srv*C:ProgramDataBOINCprojectsboinc.bakerlab.org_rosettasymbols*http://msdl.microsoft.com/download/symbols;srv*C:ProgramDataBOINCprojectsboinc.bakerlab.org_rosettasymbols*http://boinc.berkeley.edu/symstore


ModLoad: 01300000 01498000 C:ProgramDataBOINCprojectsboinc.bakerlab.org_rosettaminirosetta_3.30_windows_x86_64.exe (-exported- Symbols Loaded)
Linked PDB Filename : C:Usersboincsrcrosetta_sourceideVisualStudioBoincReleaseminirosetta.pdb

ModLoad: 778b0000 00180000 C:WindowsSysWOW64ntdll.dll (6.1.7601.17725) (-exported- Symbols Loaded)
Linked PDB Filename : wntdll.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 76100000 00110000 C:Windowssyswow64kernel32.dll (6.1.7601.17651) (-exported- Symbols Loaded)
Linked PDB Filename : wkernel32.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75590000 00046000 C:Windowssyswow64KERNELBASE.dll (6.1.7601.17651) (-exported- Symbols Loaded)
Linked PDB Filename : wkernelbase.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75d60000 00035000 C:Windowssyswow64WS2_32.dll (6.1.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : ws2_32.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75ef0000 000ac000 C:Windowssyswow64msvcrt.dll (7.0.7601.17744) (-exported- Symbols Loaded)
Linked PDB Filename : msvcrt.pdb
File Version : 7.0.7601.17744 (win7sp1_gdr.111215-1535)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 7.0.7601.17744

ModLoad: 75e00000 000f0000 C:Windowssyswow64RPCRT4.dll (6.1.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : wrpcrt4.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75410000 00060000 C:Windowssyswow64SspiCli.dll (6.1.7601.17725) (-exported- Symbols Loaded)
Linked PDB Filename : wsspicli.pdb
File Version : 6.1.7601.17725 (win7sp1_gdr.111116-1503)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7601.17725

ModLoad: 75400000 0000c000 C:Windowssyswow64CRYPTBASE.dll (6.1.7600.16385) (-exported- Symbols Loaded)
Linked PDB Filename : cryptbase.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75ba0000 00019000 C:WindowsSysWOW64sechost.dll (6.1.7600.16385) (-exported- Symbols Loaded)
Linked PDB Filename : sechost.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75800000 00006000 C:Windowssyswow64NSI.dll (6.1.7600.16385) (-exported- Symbols Loaded)
Linked PDB Filename : nsi.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 76e60000 00100000 C:Windowssyswow64USER32.dll (6.1.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : wuser32.pdb
File Version : 6.1.7601.17514 (win7sp1_rtm.101119-1850)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7601.17514

ModLoad: 75500000 00090000 C:Windowssyswow64GDI32.dll (6.1.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : wgdi32.pdb
File Version : 6.1.7601.17514 (win7sp1_rtm.101119-1850)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7601.17514

ModLoad: 77880000 0000a000 C:Windowssyswow64LPK.dll (6.1.7600.16385) (-exported- Symbols Loaded)
Linked PDB Filename : wlpk.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75cc0000 0009d000 C:Windowssyswow64USP10.dll (1.626.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : usp10.pdb
File Version : 1.0626.7601.17514 (win7sp1_rtm.101119-1850)
Company Name : Microsoft Corporation
Product Name : Microsoft(R) Uniscribe Unicode script processor
Product Version : 1.0626.7601.17514

ModLoad: 75a80000 000a0000 C:Windowssyswow64ADVAPI32.dll (6.1.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : advapi32.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75fb0000 00060000 C:Windowssystem32IMM32.DLL (6.1.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : wimm32.pdb
File Version : 6.1.7601.17514 (win7sp1_rtm.101119-1850)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7601.17514

ModLoad: 759a0000 000cc000 C:Windowssyswow64MSCTF.dll (6.1.7600.16385) (-exported- Symbols Loaded)
Linked PDB Filename : msctf.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 752a0000 00021000 C:Windowssystem32ntmarta.dll (6.1.7600.16385) (-exported- Symbols Loaded)
Linked PDB Filename : ntmarta.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75b50000 00045000 C:Windowssyswow64WLDAP32.dll (6.1.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : wldap32.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 044c0000 000eb000 C:Windowssystem32dbghelp.dll (6.1.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : dbghelp.pdb
File Version : 6.1.7601.17514 (win7sp1_rtm.101119-1850)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7601.17514

ModLoad: 75330000 00009000 C:Windowssystem32version.dll (6.1.7600.16385) (-exported- Symbols Loaded)
Linked PDB Filename : version.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385



*** Dump of the Process Statistics: ***

- I/O Operations Counters -
Read: 0, Write: 0, Other 0

- I/O Transfers Counters -
Read: 0, Write: 0, Other 0

- Paged Pool Usage -
QuotaPagedPoolUsage: 0, QuotaPeakPagedPoolUsage: 0
QuotaNonPagedPoolUsage: 0, QuotaPeakNonPagedPoolUsage: 0

- Virtual Memory Usage -
VirtualSize: 0, PeakVirtualSize: 0

- Pagefile Usage -
PagefileUsage: 0, PeakPagefileUsage: 0

- Working Set Size -
WorkingSetSize: 0, PeakWorkingSetSize: 0, PageFaultCount: 0

*** Dump of thread ID 2968 (state: Initialized): ***

- Information -
Status: Base Priority: Normal, Priority: Normal, , Kernel Time: 0.000000, User Time: 0.000000, Wait Time: 0.000000

- Unhandled Exception Record -
Reason: Out Of Memory (C++ Exception) (0xe06d7363) at address 0x7559B9BC

- Registers -
eax=00b7b4b0 ebx=0084e400 ecx=00000003 edx=00000000 esi=021bd338 edi=024f75e0
eip=7559b9bc esp=00b7b4b0 ebp=00b7b500
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000212

- Callstack -
ChildEBP RetAddr Args to Child
00b7b500 013126de e06d7363 00000001 00000003 00b7b52c KERNELBASE!RaiseException+0x0
00b7b538 01312695 00b7b548 023312a0 021bd338 021c1ac0 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::atomic_counter+0x0
00b7b558 017c7a6e 084e4000 00b7ccb4 00b7ccb4 00000000 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::atomic_counter+0x0
00b7b570 017c80ff 0084e400 00b7b69c 0192bc62 1ed748f8 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::get+0x0
00b7b610 0192c24d 00b7b69c 00b7ccb4 1ed749b4 000000b5 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::get+0x0
00b7b75c 017dc068 00b7bae4 00b7ccb4 00b7b8ec 00b7caa4 minirosetta_3.30_windows_x86_64!cppdb::mutex::~mutex+0x0
00b7ce24 017e5985 1e524630 00000000 1e524630 00000001 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::get+0x0
00b7ce8c 01d98364 00000001 17f9a010 1e524630 00000000 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::get+0x0
00b7cee4 013fc939 17f9a010 00000001 1e524630 0755c610 minirosetta_3.30_windows_x86_64!cppdb::backend::static_driver::in_use+0x0
00b7d774 01401a52 1e524630 1ed72908 0747a6c0 041d6e80 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::atomic_counter+0x0
00b7d7e0 01934f27 1e524630 041d6e80 0205686b 00000000 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::atomic_counter+0x0
00b7d7f8 0193552b 00b7e480 1ed726c8 00b7e480 000000dd minirosetta_3.30_windows_x86_64!cppdb::mutex::~mutex+0x0
00b7d820 01b7246f 00b7e480 0755c610 00000000 1e524390 minirosetta_3.30_windows_x86_64!cppdb::mutex::~mutex+0x0
00b7de54 01b6057a 00b7e480 1ed71cd8 07490e08 1e6dd0a0 minirosetta_3.30_windows_x86_64!cppdb::mutex::~mutex+0x0
00b7e230 0150c043 00b7e480 1ed71c4c 07490e08 1e6dd0a0 minirosetta_3.30_windows_x86_64!cppdb::mutex::~mutex+0x0
00b7e2a4 0150c21c 00b7e480 1e6dd0a0 07490e84 00000008 minirosetta_3.30_windows_x86_64!cppdb::backend::driver::connect+0x0
00b7e2bc 0150cdbc 00b7e480 1e6dd0a0 1ed71d64 00000000 minirosetta_3.30_windows_x86_64!cppdb::backend::driver::connect+0x0
00b7e38c 014f571d 00b7e480 1ed718f4 041bc258 041bc258 minirosetta_3.30_windows_x86_64!cppdb::backend::driver::connect+0x0
00b7e61c 01513502 00000000 1ed718a8 041bc268 00b7e624 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::atomic_counter+0x0
00b7e640 01509fff 00000000 1ed71890 00000000 0000000d minirosetta_3.30_windows_x86_64!cppdb::backend::driver::connect+0x0
00b7e678 01305570 00000000 1ed716b8 00000000 00000000 minirosetta_3.30_windows_x86_64!cppdb::backend::driver::connect+0x0
00b7e850 0130581d 0000001b 00b7e868 00e63428 00b7e868 minirosetta_3.30_windows_x86_64!+0x0
00b7f868 013181fe 01300000 00000000 00e63470 0000000a minirosetta_3.30_windows_x86_64!+0x0
00b7f8f8 7611339a 7efde000 00b7f944 778e9ef2 7efde000 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::atomic_counter+0x0
00b7f904 778e9ef2 7efde000 773c215d 00000000 00000000 kernel32!BaseThreadInitThunk+0x0
00b7f944 778e9ec5 01318251 7efde000 00000000 00000000 ntdll!RtlInitializeExceptionChain+0x0
00b7f95c 00000000 01318251 7efde000 00000000 00000000 ntdll!RtlInitializeExceptionChain+0x0

*** Dump of thread ID 4332 (state: Initialized): ***

- Information -
Status: Base Priority: Normal, Priority: Normal, , Kernel Time: 0.000000, User Time: 0.000000, Wait Time: 0.000000

- Registers -
eax=00000000 ebx=00000000 ecx=00000000 edx=00000000 esi=05d1ff04 edi=00000000
eip=778cfd71 esp=05d1fec0 ebp=05d1ff28
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000246

- Callstack -
ChildEBP RetAddr Args to Child
05d1ff28 755a3a8b 00000064 00000000 05d1ff50 01308198 ntdll!ZwDelayExecution+0x0
05d1ff38 01308198 00000064 00000000 22fc844a 40453157 KERNELBASE!Sleep+0x0
05d1ff50 7611339a 00000000 05d1ff9c 778e9ef2 00000000 minirosetta_3.30_windows_x86_64!+0x0
05d1ff5c 778e9ef2 00000000 725a2785 00000000 00000000 kernel32!BaseThreadInitThunk+0x0
05d1ff9c 778e9ec5 01308180 00000000 00000000 00000000 ntdll!RtlInitializeExceptionChain+0x0
05d1ffb4 00000000 01308180 00000000 00000000 00000000 ntdll!RtlInitializeExceptionChain+0x0

*** Dump of thread ID 4896 (state: Initialized): ***

- Information -
Status: Base Priority: Normal, Priority: Normal, , Kernel Time: 0.000000, User Time: 0.000000, Wait Time: 0.000000

- Registers -
eax=00000000 ebx=04238100 ecx=00000000 edx=00000000 esi=081dfab4 edi=00000000
eip=778cfd71 esp=081dfa70 ebp=081dfad8
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000246

- Callstack -
ChildEBP RetAddr Args to Child
081dfad8 755a3a8b 000007d0 00000000 081dfbd0 0151a1b3 ntdll!ZwDelayExecution+0x0
081dfae8 0151a1b3 000007d0 167d0538 00000000 04238128 KERNELBASE!Sleep+0x0
081dfbd0 0151a3a7 00000000 01315173 00000000 167d02f8 minirosetta_3.30_windows_x86_64!cppdb::backend::driver::connect+0x0
081dfc10 013151fd 00000000 081dfc28 7611339a 04238128 minirosetta_3.30_windows_x86_64!cppdb::backend::driver::connect+0x0
081dfc1c 7611339a 04238128 081dfc68 778e9ef2 04238128 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::atomic_counter+0x0
081dfc28 778e9ef2 04238128 7f962471 00000000 00000000 kernel32!BaseThreadInitThunk+0x0
081dfc68 778e9ec5 01315199 04238128 00000000 00000000 ntdll!RtlInitializeExceptionChain+0x0
081dfc80 00000000 01315199 04238128 00000000 00000000 ntdll!RtlInitializeExceptionChain+0x0


*** Debug Message Dump ****


*** Foreground Window Data ***
Window Name :
Window Class :
Window Process ID: 0
Window Thread ID : 0

Exiting...

</stderr_txt>
]]>

Validate state Invalid
Claimed credit 0.457770799688885
Granted credit 0.457770799688885
application version 3.30

Third:

Task ID 502277296
Name rb_04_27_30921_62115__t000__0_C1_SAVE_ALL_OUT_IGNORE_THE_REST_49255_1835_1
Workunit 457739502
Created 30 Apr 2012 9:14:12 UTC
Sent 1 May 2012 8:12:22 UTC
Received 2 May 2012 15:38:31 UTC
Server state Over
Outcome Client error
Client state Compute error
Exit status -529697949 (0xffffffffe06d7363)
Computer ID 1519740
Report deadline 11 May 2012 8:12:22 UTC
CPU time 45.42749
stderr out

<core_client_version>6.12.34</core_client_version>
<![CDATA[
<message>
- exit code -529697949 (0xe06d7363)
</message>
<stderr_txt>
[2012- 5- 2 17:37:28:] :: BOINC:: Initializing ... ok.
[2012- 5- 2 17:37:28:] :: BOINC :: boinc_init()
BOINC:: Setting up shared resources ... ok.
BOINC:: Setting up semaphores ... ok.
BOINC:: Updating status ... ok.
BOINC:: Registering timer callback... ok.
BOINC:: Worker initialized successfully.
Registering options..
Registered extra options.
Initializing broker options ...
Registered extra options.
Initializing core...
Initializing options.... ok
Options::initialize()
Options::adding_options()
Options::initialize() Check specs.
Options::initialize() End reached
Loaded options.... ok
Processed options.... ok
Initializing random generators... ok
Initialization complete.
Initializing options.... ok
Options::initialize()
Options::adding_options()
Options::initialize() Check specs.
Options::initialize() End reached
Loaded options.... ok
Processed options.... ok
Initializing random generators... ok
Initialization complete.
Setting WU description ...
Unpacking zip data: ../../projects/boinc.bakerlab.org_rosetta/minirosetta_database_rev48292.zip
Unpacking WU data ...
Unpacking data: ../../projects/boinc.bakerlab.org_rosetta/input_rb_04_27_30921_62115__t000__0_C1_robetta.zip
Setting database description ...
Setting up checkpointing ...
Setting up graphics native ...
BOINC:: Worker startup.
Starting watchdog...
Watchdog active.
# cpu_run_time_pref: 7200


Unhandled Exception Detected...

- Unhandled Exception Record -
Reason: Out Of Memory (C++ Exception) (0xe06d7363) at address 0x7559B9BC

Engaging BOINC Windows Runtime Debugger...



********************


BOINC Windows Runtime Debugger Version 6.5.0


Dump Timestamp : 05/02/12 17:38:45
Install Directory :
Data Directory : C:ProgramDataBOINC
Project Symstore :
LoadLibraryA( C:ProgramDataBOINCdbghelp.dll ): GetLastError = 126
Loaded Library : dbghelp.dll
LoadLibraryA( C:ProgramDataBOINCsymsrv.dll ): GetLastError = 126
LoadLibraryA( symsrv.dll ): GetLastError = 126
LoadLibraryA( C:ProgramDataBOINCsrcsrv.dll ): GetLastError = 126
LoadLibraryA( srcsrv.dll ): GetLastError = 126
LoadLibraryA( C:ProgramDataBOINCversion.dll ): GetLastError = 126
Loaded Library : version.dll
Debugger Engine : 4.0.5.0
Symbol Search Path: C:ProgramDataBOINCslots6;C:ProgramDataBOINCprojectsboinc.bakerlab.org_rosetta;srv*C:ProgramDataBOINCprojectsboinc.bakerlab.org_rosettasymbols*http://msdl.microsoft.com/download/symbols;srv*C:ProgramDataBOINCprojectsboinc.bakerlab.org_rosettasymbols*http://boinc.berkeley.edu/symstore


ModLoad: 01300000 01498000 C:ProgramDataBOINCprojectsboinc.bakerlab.org_rosettaminirosetta_3.30_windows_x86_64.exe (-exported- Symbols Loaded)
Linked PDB Filename : C:Usersboincsrcrosetta_sourceideVisualStudioBoincReleaseminirosetta.pdb

ModLoad: 778b0000 00180000 C:WindowsSysWOW64ntdll.dll (6.1.7601.17725) (-exported- Symbols Loaded)
Linked PDB Filename : wntdll.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 76100000 00110000 C:Windowssyswow64kernel32.dll (6.1.7601.17651) (-exported- Symbols Loaded)
Linked PDB Filename : wkernel32.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75590000 00046000 C:Windowssyswow64KERNELBASE.dll (6.1.7601.17651) (-exported- Symbols Loaded)
Linked PDB Filename : wkernelbase.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75d60000 00035000 C:Windowssyswow64WS2_32.dll (6.1.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : ws2_32.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75ef0000 000ac000 C:Windowssyswow64msvcrt.dll (7.0.7601.17744) (-exported- Symbols Loaded)
Linked PDB Filename : msvcrt.pdb
File Version : 7.0.7601.17744 (win7sp1_gdr.111215-1535)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 7.0.7601.17744

ModLoad: 75e00000 000f0000 C:Windowssyswow64RPCRT4.dll (6.1.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : wrpcrt4.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75410000 00060000 C:Windowssyswow64SspiCli.dll (6.1.7601.17725) (-exported- Symbols Loaded)
Linked PDB Filename : wsspicli.pdb
File Version : 6.1.7601.17725 (win7sp1_gdr.111116-1503)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7601.17725

ModLoad: 75400000 0000c000 C:Windowssyswow64CRYPTBASE.dll (6.1.7600.16385) (-exported- Symbols Loaded)
Linked PDB Filename : cryptbase.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75ba0000 00019000 C:WindowsSysWOW64sechost.dll (6.1.7600.16385) (-exported- Symbols Loaded)
Linked PDB Filename : sechost.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75800000 00006000 C:Windowssyswow64NSI.dll (6.1.7600.16385) (-exported- Symbols Loaded)
Linked PDB Filename : nsi.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 76e60000 00100000 C:Windowssyswow64USER32.dll (6.1.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : wuser32.pdb
File Version : 6.1.7601.17514 (win7sp1_rtm.101119-1850)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7601.17514

ModLoad: 75500000 00090000 C:Windowssyswow64GDI32.dll (6.1.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : wgdi32.pdb
File Version : 6.1.7601.17514 (win7sp1_rtm.101119-1850)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7601.17514

ModLoad: 77880000 0000a000 C:Windowssyswow64LPK.dll (6.1.7600.16385) (-exported- Symbols Loaded)
Linked PDB Filename : wlpk.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75cc0000 0009d000 C:Windowssyswow64USP10.dll (1.626.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : usp10.pdb
File Version : 1.0626.7601.17514 (win7sp1_rtm.101119-1850)
Company Name : Microsoft Corporation
Product Name : Microsoft(R) Uniscribe Unicode script processor
Product Version : 1.0626.7601.17514

ModLoad: 75a80000 000a0000 C:Windowssyswow64ADVAPI32.dll (6.1.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : advapi32.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75fb0000 00060000 C:Windowssystem32IMM32.DLL (6.1.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : wimm32.pdb
File Version : 6.1.7601.17514 (win7sp1_rtm.101119-1850)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7601.17514

ModLoad: 759a0000 000cc000 C:Windowssyswow64MSCTF.dll (6.1.7600.16385) (-exported- Symbols Loaded)
Linked PDB Filename : msctf.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 752a0000 00021000 C:Windowssystem32ntmarta.dll (6.1.7600.16385) (-exported- Symbols Loaded)
Linked PDB Filename : ntmarta.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 75b50000 00045000 C:Windowssyswow64WLDAP32.dll (6.1.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : wldap32.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385

ModLoad: 742c0000 000eb000 C:Windowssystem32dbghelp.dll (6.1.7601.17514) (-exported- Symbols Loaded)
Linked PDB Filename : dbghelp.pdb
File Version : 6.1.7601.17514 (win7sp1_rtm.101119-1850)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7601.17514

ModLoad: 75330000 00009000 C:Windowssystem32version.dll (6.1.7600.16385) (-exported- Symbols Loaded)
Linked PDB Filename : version.pdb
File Version : 6.1.7600.16385 (win7_rtm.090713-1255)
Company Name : Microsoft Corporation
Product Name : Microsoft&#174; Windows&#174; Operating System
Product Version : 6.1.7600.16385



*** Dump of the Process Statistics: ***

- I/O Operations Counters -
Read: 0, Write: 0, Other 0

- I/O Transfers Counters -
Read: 0, Write: 0, Other 0

- Paged Pool Usage -
QuotaPagedPoolUsage: 0, QuotaPeakPagedPoolUsage: 0
QuotaNonPagedPoolUsage: 0, QuotaPeakNonPagedPoolUsage: 0

- Virtual Memory Usage -
VirtualSize: 0, PeakVirtualSize: 0

- Pagefile Usage -
PagefileUsage: 0, PeakPagefileUsage: 0

- Working Set Size -
WorkingSetSize: 0, PeakWorkingSetSize: 0, PageFaultCount: 0

*** Dump of thread ID 3488 (state: Initialized): ***

- Information -
Status: Base Priority: Normal, Priority: Normal, , Kernel Time: 0.000000, User Time: 0.000000, Wait Time: 0.000000

- Unhandled Exception Record -
Reason: Out Of Memory (C++ Exception) (0xe06d7363) at address 0x7559B9BC

- Registers -
eax=00d9b89c ebx=0084e400 ecx=00000003 edx=00000000 esi=021bd338 edi=024f75e0
eip=7559b9bc esp=00d9b89c ebp=00d9b8ec
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000206

- Callstack -
ChildEBP RetAddr Args to Child
00d9b8ec 013126de e06d7363 00000001 00000003 00d9b918 KERNELBASE!RaiseException+0x0
00d9b924 01312695 00d9b934 023312a0 021bd338 021c1ac0 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::atomic_counter+0x0
00d9b944 017c7a6e 084e4000 00d9d0a0 00d9d0a0 00000000 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::atomic_counter+0x0
00d9b95c 017c80ff 0084e400 00d9ba88 0192bc62 e8d1578b minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::get+0x0
00d9b9fc 0192c24d 00d9ba88 00d9d0a0 e8d1553f 000000b5 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::get+0x0
00d9bb48 017dc068 00d9bed0 00d9d0a0 00d9bcd8 00d9ce90 minirosetta_3.30_windows_x86_64!cppdb::mutex::~mutex+0x0
00d9d210 017e5985 1e515270 00000000 1e515270 00000001 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::get+0x0
00d9d278 01d98364 00000001 18281e40 1e515270 00000000 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::get+0x0
00d9d2d0 013fc939 18281e40 00000001 1e515270 0759b320 minirosetta_3.30_windows_x86_64!cppdb::backend::static_driver::in_use+0x0
00d9db60 01401a52 1e515270 e8d135bb 072ca6c0 04046e80 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::atomic_counter+0x0
00d9dbcc 01934f27 1e515270 04046e80 0205686b 00000000 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::atomic_counter+0x0
00d9dbe4 0193552b 00d9e86c e8d1327b 00d9e86c 000000dd minirosetta_3.30_windows_x86_64!cppdb::mutex::~mutex+0x0
00d9dc0c 01b7246f 00d9e86c 0759b320 00000000 1e515350 minirosetta_3.30_windows_x86_64!cppdb::mutex::~mutex+0x0
00d9e240 01b6057a 00d9e86c e8d1086b 072e0e08 1e6cd0a0 minirosetta_3.30_windows_x86_64!cppdb::mutex::~mutex+0x0
00d9e61c 0150c043 00d9e86c e8d108e7 072e0e08 1e6cd0a0 minirosetta_3.30_windows_x86_64!cppdb::mutex::~mutex+0x0
00d9e690 0150c21c 00d9e86c 1e6cd0a0 072e0e84 00000008 minirosetta_3.30_windows_x86_64!cppdb::backend::driver::connect+0x0
00d9e6a8 0150cdbc 00d9e86c 1e6cd0a0 e8d1090f 00000000 minirosetta_3.30_windows_x86_64!cppdb::backend::driver::connect+0x0
00d9e778 014f571d 00d9e86c e8d1047f 0402c258 0402c258 minirosetta_3.30_windows_x86_64!cppdb::backend::driver::connect+0x0
00d9ea08 01513502 00000000 e8d1045b 0402c268 00d9ea10 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::atomic_counter+0x0
00d9ea2c 01509fff 00000000 e8d10413 00000000 0000000d minirosetta_3.30_windows_x86_64!cppdb::backend::driver::connect+0x0
00d9ea64 01305570 00000000 e8d1024b 00000000 00000000 minirosetta_3.30_windows_x86_64!cppdb::backend::driver::connect+0x0
00d9ec3c 0130581d 0000001b 00d9ec54 00ee3428 00d9ec54 minirosetta_3.30_windows_x86_64!+0x0
00d9fc54 013181fe 01300000 00000000 00ee3470 0000000a minirosetta_3.30_windows_x86_64!+0x0
00d9fce4 7611339a 7efde000 00d9fd30 778e9ef2 7efde000 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::atomic_counter+0x0
00d9fcf0 778e9ef2 7efde000 7751d861 00000000 00000000 kernel32!BaseThreadInitThunk+0x0
00d9fd30 778e9ec5 01318251 7efde000 00000000 00000000 ntdll!RtlInitializeExceptionChain+0x0
00d9fd48 00000000 01318251 7efde000 00000000 00000000 ntdll!RtlInitializeExceptionChain+0x0

*** Dump of thread ID 500 (state: Initialized): ***

- Information -
Status: Base Priority: Normal, Priority: Normal, , Kernel Time: 0.000000, User Time: 0.000000, Wait Time: 0.000000

- Registers -
eax=00000000 ebx=00000000 ecx=00000000 edx=00000000 esi=05b6fbc0 edi=00000000
eip=778cfd71 esp=05b6fb7c ebp=05b6fbe4
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000246

- Callstack -
ChildEBP RetAddr Args to Child
05b6fbe4 755a3a8b 00000064 00000000 05b6fc0c 01308198 ntdll!ZwDelayExecution+0x0
05b6fbf4 01308198 00000064 00000000 0819a9f5 4046b6b8 KERNELBASE!Sleep+0x0
05b6fc0c 7611339a 00000000 05b6fc58 778e9ef2 00000000 minirosetta_3.30_windows_x86_64!+0x0
05b6fc18 778e9ef2 00000000 723ed909 00000000 00000000 kernel32!BaseThreadInitThunk+0x0
05b6fc58 778e9ec5 01308180 00000000 00000000 00000000 ntdll!RtlInitializeExceptionChain+0x0
05b6fc70 00000000 01308180 00000000 00000000 00000000 ntdll!RtlInitializeExceptionChain+0x0

*** Dump of thread ID 5088 (state: Initialized): ***

- Information -
Status: Base Priority: Normal, Priority: Normal, , Kernel Time: 0.000000, User Time: 0.000000, Wait Time: 0.000000

- Registers -
eax=00000000 ebx=040a8100 ecx=00000000 edx=00000000 esi=081cfc18 edi=00000000
eip=778cfd71 esp=081cfbd4 ebp=081cfc3c
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000246

- Callstack -
ChildEBP RetAddr Args to Child
081cfc3c 755a3a8b 000007d0 00000000 081cfd34 0151a1b3 ntdll!ZwDelayExecution+0x0
081cfc4c 0151a1b3 000007d0 e0141343 00000000 040a8128 KERNELBASE!Sleep+0x0
081cfd34 0151a3a7 00000000 01315173 00000000 e0141303 minirosetta_3.30_windows_x86_64!cppdb::backend::driver::connect+0x0
081cfd74 013151fd 00000000 081cfd8c 7611339a 040a8128 minirosetta_3.30_windows_x86_64!cppdb::backend::driver::connect+0x0
081cfd80 7611339a 040a8128 081cfdcc 778e9ef2 040a8128 minirosetta_3.30_windows_x86_64!cppdb::atomic_counter::atomic_counter+0x0
081cfd8c 778e9ef2 040a8128 7f94d89d 00000000 00000000 kernel32!BaseThreadInitThunk+0x0
081cfdcc 778e9ec5 01315199 040a8128 00000000 00000000 ntdll!RtlInitializeExceptionChain+0x0
081cfde4 00000000 01315199 040a8128 00000000 00000000 ntdll!RtlInitializeExceptionChain+0x0


*** Debug Message Dump ****


*** Foreground Window Data ***
Window Name :
Window Class :
Window Process ID: 0
Window Thread ID : 0

Exiting...

</stderr_txt>
]]>

Validate state Invalid
Claimed credit 0.490625170020736
Granted credit 0.490625170020736
application version 3.30

Also i have some valdiate errors. Here one example:

https://boinc.bakerlab.org/workunit.php?wuid=457610915

Task ID 502276630
Name rb_04_27_30904_62083__t000__0_D2_SAVE_ALL_OUT_IGNORE_THE_REST_49228_1684_2
Workunit 457610915
Created 30 Apr 2012 9:10:02 UTC
Sent 1 May 2012 8:12:22 UTC
Received 3 May 2012 7:48:37 UTC
Server state Over
Outcome Validate error
Client state Done
Exit status 0 (0x0)
Computer ID 1519740
Report deadline 11 May 2012 8:12:22 UTC
CPU time 3939.119
stderr out

<core_client_version>6.12.34</core_client_version>
<![CDATA[
<stderr_txt>
[2012- 5- 2 18:25:16:] :: BOINC:: Initializing ... ok.
[2012- 5- 2 18:25:16:] :: BOINC :: boinc_init()
BOINC:: Setting up shared resources ... ok.
BOINC:: Setting up semaphores ... ok.
BOINC:: Updating status ... ok.
BOINC:: Registering timer callback... ok.
BOINC:: Worker initialized successfully.
Registering options..
Registered extra options.
Initializing broker options ...
Registered extra options.
Initializing core...
Initializing options.... ok
Options::initialize()
Options::adding_options()
Options::initialize() Check specs.
Options::initialize() End reached
Loaded options.... ok
Processed options.... ok
Initializing random generators... ok
Initialization complete.
Initializing options.... ok
Options::initialize()
Options::adding_options()
Options::initialize() Check specs.
Options::initialize() End reached
Loaded options.... ok
Processed options.... ok
Initializing random generators... ok
Initialization complete.
Setting WU description ...
Unpacking zip data: ../../projects/boinc.bakerlab.org_rosetta/minirosetta_database_rev48292.zip
Unpacking WU data ...
Unpacking data: ../../projects/boinc.bakerlab.org_rosetta/input_rb_04_27_30904_62083__t000__0_D2_robetta.zip
Setting database description ...
Setting up checkpointing ...
Setting up graphics native ...
BOINC:: Worker startup.
Starting watchdog...
Watchdog active.
# cpu_run_time_pref: 7200
[2012- 5- 2 20: 1:46:] :: BOINC:: Initializing ... ok.
[2012- 5- 2 20: 1:46:] :: BOINC :: boinc_init()
BOINC:: Setting up shared resources ... ok.
BOINC:: Setting up semaphores ... ok.
BOINC:: Updating status ... ok.
BOINC:: Registering timer callback... ok.
BOINC:: Worker initialized successfully.
Registering options..
Registered extra options.
Initializing broker options ...
Registered extra options.
Initializing core...
Initializing options.... ok
Options::initialize()
Options::adding_options()
Options::initialize() Check specs.
Options::initialize() End reached
Loaded options.... ok
Processed options.... ok
Initializing random generators... ok
Initialization complete.
Initializing options.... ok
Options::initialize()
Options::adding_options()
Options::initialize() Check specs.
Options::initialize() End reached
Loaded options.... ok
Processed options.... ok
Initializing random generators... ok
Initialization complete.
Setting WU description ...
Unpacking zip data: ../../projects/boinc.bakerlab.org_rosetta/minirosetta_database_rev48292.zip
Unpacking WU data ...
Unpacking data: ../../projects/boinc.bakerlab.org_rosetta/input_rb_04_27_30904_62083__t000__0_D2_robetta.zip
Setting database description ...
Setting up checkpointing ...
Setting up graphics native ...
BOINC:: Worker startup.
Starting watchdog...
Watchdog active.
# cpu_run_time_pref: 7200
[2012- 5- 3 1:36:46:] :: BOINC:: Initializing ... ok.
[2012- 5- 3 1:36:46:] :: BOINC :: boinc_init()
BOINC:: Setting up shared resources ... ok.
BOINC:: Setting up semaphores ... ok.
BOINC:: Updating status ... ok.
BOINC:: Registering timer callback... ok.
BOINC:: Worker initialized successfully.
Registering options..
Registered extra options.
Initializing broker options ...
Registered extra options.
Initializing core...
Initializing options.... ok
Options::initialize()
Options::adding_options()
Options::initialize() Check specs.
Options::initialize() End reached
Loaded options.... ok
Processed options.... ok
Initializing random generators... ok
Initialization complete.
Initializing options.... ok
Options::initialize()
Options::adding_options()
Options::initialize() Check specs.
Options::initialize() End reached
Loaded options.... ok
Processed options.... ok
Initializing random generators... ok
Initialization complete.
Setting WU description ...
Unpacking zip data: ../../projects/boinc.bakerlab.org_rosetta/minirosetta_database_rev48292.zip
Unpacking WU data ...
Unpacking data: ../../projects/boinc.bakerlab.org_rosetta/input_rb_04_27_30904_62083__t000__0_D2_robetta.zip
Setting database description ...
Setting up checkpointing ...
Setting up graphics native ...
BOINC:: Worker startup.
Starting watchdog...
Watchdog active.
# cpu_run_time_pref: 7200
======================================================
DONE :: 1 starting structures 3939.09 cpu seconds
This process generated 1 decoys from 1 attempts
======================================================
BOINC :: WS_max 0

BOINC :: Watchdog shutting down...
BOINC :: BOINC support services shutting down cleanly ...
called boinc_finish

</stderr_txt>
]]>

Validate state Invalid
Claimed credit 42.5432030056451
Granted credit 0
application version 3.30

ID: 72979 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
mikey
Avatar

Send message
Joined: 5 Jan 06
Posts: 1894
Credit: 8,555,582
RAC: 10,906
Message 72984 - Posted: 3 May 2012, 19:29:30 UTC
Last modified: 3 May 2012, 19:29:56 UTC

For those waiting for a new version 7.0.27 is out as a Beta but DOES have the fixes in it that can help with everything running at High Priority. Whether it fixes Rosetta's error problems or not is unknown, but since it builds on version 7.0.25 it is unlikely.

Here is the change log and download webpage:
http://boinc.berkeley.edu/dev/forum_thread.php?id=6698&nowrap=true#43938
ID: 72984 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile In Memory of Kimsey M Fowler Sr

Send message
Joined: 10 Mar 12
Posts: 26
Credit: 39,033,222
RAC: 0
Message 72988 - Posted: 4 May 2012, 5:55:22 UTC - in response to Message 72984.  

For those waiting for a new version 7.0.27 is out as a Beta but DOES have the fixes in it that can help with everything running at High Priority. Whether it fixes Rosetta's error problems or not is unknown, but since it builds on version 7.0.25 it is unlikely.

Here is the change log and download webpage:
http://boinc.berkeley.edu/dev/forum_thread.php?id=6698&nowrap=true#43938


It does not fix the client error problem. --KMF, Jr.
ID: 72988 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Previous · 1 . . . 4 · 5 · 6 · 7 · 8 · Next

Message boards : Number crunching : Client Errors



©2024 University of Washington
https://www.bakerlab.org