1073741205 Error Code (Unknown Error)

Message boards : Number crunching : 1073741205 Error Code (Unknown Error)
Message board moderation

To post messages, you must log in.

Previous · 1 · 2 · 3 · 4 · 5 · 6 · Next

AuthorMessage
Profile Jeff Buck Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor
Volunteer tester

Send message
Joined: 11 Feb 00
Posts: 1441
Credit: 148,764,870
RAC: 0
United States
Message 1792920 - Posted: 2 Jun 2016, 18:33:36 UTC - in response to Message 1792906.  

I'm not sure that it ever appears when the "restart after shutdown" scenario is occurring.

That strongly suggests that the Client, too, has both 'interactive' and 'silent' shutdown modes - though without a UI, it's not quite clear why. 'Exiting' would be a response to an interactive shutdown initiated by a Manager.

I'm more inclined to think that, being the last message line written, it just doesn't make it into the log a lot of the time, likely due to write buffering. The examples I provided in my earlier message were both from automatic shutdowns. I've currently got that machine set up to use BOINC's "daily schedule" to suspend processing at the same time as a scheduled task initiates the system shutdown. The system shutdown initially pops up a warning box for about 30 seconds before it begins the actual shutdown, letting any user know what's coming so that files could be saved, etc. My daily driver is always shut down manually and, as I said, the "Exiting" message only appears in the log about 10% of the time.
ID: 1792920 · Report as offensive
Profile jason_gee
Volunteer developer
Volunteer tester
Avatar

Send message
Joined: 24 Nov 06
Posts: 7489
Credit: 91,093,184
RAC: 0
Australia
Message 1792921 - Posted: 2 Jun 2016, 18:36:12 UTC - in response to Message 1792918.  

I'm not sure that it ever appears when the "restart after shutdown" scenario is occurring.

That strongly suggests that the Client, too, has both 'interactive' and 'silent' shutdown modes - though without a UI, it's not quite clear why. 'Exiting' would be a response to an interactive shutdown initiated by a Manager.


I think it's either the client doesn't always receive the shutdown message or that the client takes too long to shutdown the apps and gets killed before the log line is flushed to the disk.


Exactly.
"Living by the wisdom of computer science doesn't sound so bad after all. And unlike most advice, it's backed up by proofs." -- Algorithms to live by: The computer science of human decisions.
ID: 1792921 · Report as offensive
Richard Haselgrove Project Donor
Volunteer tester

Send message
Joined: 4 Jul 99
Posts: 14649
Credit: 200,643,578
RAC: 874
United Kingdom
Message 1792922 - Posted: 2 Jun 2016, 18:37:45 UTC - in response to Message 1792918.  

I think it's either the client doesn't always receive the shutdown message or that the client takes too long to shutdown the apps and gets killed before the log line is flushed to the disk.

The main loop (https://github.com/BOINC/boinc/blob/master/client/main.cpp#L374) prints 'exiting' iif gstate.requested_exit: I don't think that gstate is set in all exit paths.
ID: 1792922 · Report as offensive
Profile jason_gee
Volunteer developer
Volunteer tester
Avatar

Send message
Joined: 24 Nov 06
Posts: 7489
Credit: 91,093,184
RAC: 0
Australia
Message 1792923 - Posted: 2 Jun 2016, 18:39:03 UTC - in response to Message 1792919.  

That's the sort of thinking which should have kept us out of this mess in the first place.


Yeah that's a thing
"Living by the wisdom of computer science doesn't sound so bad after all. And unlike most advice, it's backed up by proofs." -- Algorithms to live by: The computer science of human decisions.
ID: 1792923 · Report as offensive
Richard Haselgrove Project Donor
Volunteer tester

Send message
Joined: 4 Jul 99
Posts: 14649
Credit: 200,643,578
RAC: 874
United Kingdom
Message 1792927 - Posted: 2 Jun 2016, 18:51:10 UTC - in response to Message 1792920.  

I'm more inclined to think that, being the last message line written, it just doesn't make it into the log a lot of the time, likely due to write buffering.

I'd say 90% of my BOINC restarts (back to 13 January) have an 'exiting' before the next 'starting' in the log.

This is an interesting exception:

05-Feb-2016 15:38:00 [---] Exiting
05-Feb-2016 15:38:06 [---] [cpu_sched_debug] Request CPU reschedule: exit_tasks
05-Feb-2016 15:38:50 [---] Starting BOINC client version 7.6.22 for windows_x86_64

- a debug message a full six seconds after 'exiting'. No buffer flushing problem there.

I usually:

1) 'Shut down connected client'
2) 'Exit BOINC'
3) Install security patches, or a new BOINC version, or whatever else needs doing.

I don't use timer shutdowns for either BOINC or any PC, so I haven't ever followed that path. I do, however, have a slightly dodgy electricity supply (and no UPS), and that accounts for most of the 'no exiting' shutdowns I can remember.
ID: 1792927 · Report as offensive
Profile jason_gee
Volunteer developer
Volunteer tester
Avatar

Send message
Joined: 24 Nov 06
Posts: 7489
Credit: 91,093,184
RAC: 0
Australia
Message 1792931 - Posted: 2 Jun 2016, 18:55:47 UTC - in response to Message 1792927.  

Pulling the plug on Boinc, not completely sure that was designed in lol
"Living by the wisdom of computer science doesn't sound so bad after all. And unlike most advice, it's backed up by proofs." -- Algorithms to live by: The computer science of human decisions.
ID: 1792931 · Report as offensive
Juha
Volunteer tester

Send message
Joined: 7 Mar 04
Posts: 388
Credit: 1,857,738
RAC: 0
Finland
Message 1792935 - Posted: 2 Jun 2016, 19:11:10 UTC - in response to Message 1792917.  

Now explain why they start tasks if they receive WM_QUERYENDSESSION , answer is they don't receive them, because console program :)


Aha! The client does have a window but since it's hidden Vista+ doesn't send WM_QUERYENDSESSION without using Vista+ API too. Application Shutdown Changes in Windows Vista

The control handler appears to be less than useful in non-service modes if I understand the control handler documentation right and there's also a nasty remark about 7+ in SetConsoleCtrlHandler documentation.

Jeff, do you let Manager start the client and have you set Manager to shutdown science apps when exiting Manager?
ID: 1792935 · Report as offensive
Profile Jeff Buck Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor
Volunteer tester

Send message
Joined: 11 Feb 00
Posts: 1441
Credit: 148,764,870
RAC: 0
United States
Message 1792939 - Posted: 2 Jun 2016, 19:16:37 UTC

FWIW, I've just pulled selected entries from the tail end of that Process Monitor log, showing the final entries that reference boinc.exe, boincmgr.exe, boinctray.exe, and stdoutdae.txt, along with the final couple dozen entries before Process Monitor was killed. This all covers a 10 second span, so many thousands of entries have been omitted.
4:49:49.7966747 PM	boinc.exe	2768	FlushBuffersFile	C:\ProgramData\BOINC\stderrdae.txt	SUCCESS	
4:49:49.7967616 PM	boinc.exe	2768	QueryStandardInformationFile	C:\ProgramData\BOINC\stdoutdae.txt	SUCCESS	AllocationSize: 5,373,952, EndOfFile: 5,304,832, NumberOfLinks: 1, DeletePending: False, Directory: False
4:49:49.7967718 PM	boinc.exe	2768	WriteFile	C:\ProgramData\BOINC\stdoutdae.txt	SUCCESS	Offset: 5,304,832, Length: 479
4:49:49.7968085 PM	boinc.exe	2768	QueryStandardInformationFile	C:\ProgramData\BOINC\stdoutdae.txt	SUCCESS	AllocationSize: 5,373,952, EndOfFile: 5,305,311, NumberOfLinks: 1, DeletePending: False, Directory: False
--blah--
--blah--
4:49:50.5784105 PM	boinc.exe	2768	Process Exit		SUCCESS	Exit Status: 1073807364, User Time: 74.4843750 seconds, Kernel Time: 3.0000000 seconds, Private Bytes: 18,526,208, Peak Private Bytes: 24,576,000, Working Set: 19,030,016, Peak Working Set: 23,183,360
4:49:50.5784229 PM	boinc.exe	2768	CloseFile	C:\ProgramData\BOINC\stdoutdae.txt	SUCCESS	
4:49:50.6643934 PM	boinc.exe	2768	CloseFile	C:\ProgramData\BOINC\stderrdae.txt	SUCCESS	
4:49:50.6644061 PM	boinc.exe	2768	IRP_MJ_CLOSE	C:\ProgramData\BOINC\stderrdae.txt	SUCCESS	
4:49:50.6644174 PM	boinc.exe	2768	CloseFile	C:\ProgramData\BOINC	SUCCESS	
4:49:50.6644256 PM	boinc.exe	2768	IRP_MJ_CLOSE	C:\ProgramData\BOINC	SUCCESS	
--blah--
--blah--
4:49:50.9254716 PM	boinc.exe	2768	IRP_MJ_CLOSE	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\13ja10aa.5773.12337.8.35.17_1_0	SUCCESS	
^^Last boinc.exe entry^^
--blah--
--blah--
4:49:51.4303032 PM	boincmgr.exe	2392	Process Exit		SUCCESS	Exit Status: 1073807364, User Time: 1.5000000 seconds, Kernel Time: 0.6250000 seconds, Private Bytes: 29,724,672, Peak Private Bytes: 30,547,968, Working Set: 19,562,496, Peak Working Set: 44,359,680
4:49:51.4303173 PM	boincmgr.exe	2392	CloseFile	C:\Users\jrbuck\AppData\Roaming\BOINC\stderrgui.txt	SUCCESS	
4:49:51.4303431 PM	boincmgr.exe	2392	IRP_MJ_CLOSE	C:\Users\jrbuck\AppData\Roaming\BOINC\stderrgui.txt	SUCCESS	
--blah--
--blah--
4:49:51.4323384 PM	boincmgr.exe	2392	IRP_MJ_CLOSE	C:\Windows\System32\en-US\KernelBase.dll.mui	SUCCESS	
^^Last boincmgr.exe entry^^
--blah--
--blah--
4:49:51.6196744 PM	boinctray.exe	2364	Process Exit		SUCCESS	Exit Status: 1073807364, User Time: 0.0156250 seconds, Kernel Time: 0.0312500 seconds, Private Bytes: 1,552,384, Peak Private Bytes: 1,572,864, Working Set: 3,059,712, Peak Working Set: 3,649,536
4:49:51.6196865 PM	boinctray.exe	2364	CloseFile	C:\Windows\System32	SUCCESS	
4:49:51.6197048 PM	boinctray.exe	2364	IRP_MJ_CLOSE	C:\Windows\System32	SUCCESS	
4:49:51.6197744 PM	boinctray.exe	2364	CloseFile	C:\Users\jrbuck\AppData\Roaming\BOINC\stderrtray.txt	SUCCESS	
4:49:51.6197892 PM	boinctray.exe	2364	IRP_MJ_CLOSE	C:\Users\jrbuck\AppData\Roaming\BOINC\stderrtray.txt	SUCCESS	
4:49:51.6198012 PM	boinctray.exe	2364	CloseFile	C:\Users\jrbuck\AppData\Roaming\BOINC\stdouttray.txt	SUCCESS	
4:49:51.6198136 PM	boinctray.exe	2364	IRP_MJ_CLOSE	C:\Users\jrbuck\AppData\Roaming\BOINC\stdouttray.txt	SUCCESS	
4:49:51.6198690 PM	boinctray.exe	2364	CloseFile	C:\Windows\Fonts\StaticCache.dat	SUCCESS	
4:49:51.6198835 PM	boinctray.exe	2364	IRP_MJ_CLOSE	C:\Windows\Fonts\StaticCache.dat	SUCCESS	
4:49:51.6199004 PM	boinctray.exe	2364	CloseFile	C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_41e855142bd5705d	SUCCESS	
4:49:51.6199142 PM	boinctray.exe	2364	IRP_MJ_CLOSE	C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_41e855142bd5705d	SUCCESS	
^^Last boinctray.exe entry^^
--blah--
--blah--
4:49:59.2782741 PM	System	4	WriteFile	C:\ProgramData\BOINC\stdoutdae.txt	SUCCESS	Offset: 5,296,128, Length: 12,288, I/O Flags: Non-cached, Paging I/O, Synchronous Paging I/O, Priority: Normal
--blah--
--blah--
4:49:59.2966346 PM	System	4	SetEndOfFileInformationFile	C:\ProgramData\BOINC\stdoutdae.txt	SUCCESS	EndOfFile: 5,305,311
4:49:59.2966608 PM	System	4	CreateFileMapping	C:\ProgramData\BOINC\stdoutdae.txt	SUCCESS	SyncType: SyncTypeOther
4:49:59.2966812 PM	System	4	FASTIO_RELEASE_FOR_SECTION_SYNCHRONIZATION	C:\ProgramData\BOINC\stdoutdae.txt	SUCCESS	
^^Last reference to stdoutdae.txt^^
4:49:59.2967158 PM	System	4	WriteFile	C:\ProgramData\BOINC\slots\16	SUCCESS	Offset: 0, Length: 4,096, I/O Flags: Non-cached, Paging I/O, Synchronous Paging I/O, Priority: Normal
4:49:59.3284254 PM	System	4	WriteFile	C:\$BitMap	SUCCESS	Offset: 5,906,432, Length: 4,096, I/O Flags: Non-cached, Paging I/O, Synchronous Paging I/O, Priority: Normal
4:49:59.3477449 PM	System	4	WriteFile	C:\ProgramData\BOINC\slots\1	SUCCESS	Offset: 0, Length: 4,096, I/O Flags: Non-cached, Paging I/O, Synchronous Paging I/O, Priority: Normal
4:49:59.3576701 PM	System	4	WriteFile	C:\ProgramData\BOINC\slots\0	SUCCESS	Offset: 0, Length: 4,096, I/O Flags: Non-cached, Paging I/O, Synchronous Paging I/O, Priority: Normal
4:49:59.3660991 PM	System	4	WriteFile	C:\ProgramData\BOINC\slots\2	SUCCESS	Offset: 0, Length: 4,096, I/O Flags: Non-cached, Paging I/O, Synchronous Paging I/O, Priority: Normal
4:49:59.3735271 PM	System	4	WriteFile	C:\$Mft	SUCCESS	Offset: 737,280, Length: 4,096, I/O Flags: Non-cached, Paging I/O, Synchronous Paging I/O, Priority: Normal
4:49:59.3778102 PM	System	4	CreateFileMapping	C:\Windows\System32\Tasks\EVGAPrecision	SUCCESS	SyncType: SyncTypeOther
4:49:59.3778172 PM	System	4	FASTIO_RELEASE_FOR_SECTION_SYNCHRONIZATION	C:\Windows\System32\Tasks\EVGAPrecision	SUCCESS	
4:49:59.3778441 PM	System	4	IRP_MJ_CLOSE	C:\Windows\System32\Tasks\EVGAPrecision	SUCCESS	
4:49:59.3936394 PM	System	4	WriteFile	C:\$Mft	SUCCESS	Offset: 782,336, Length: 4,096, I/O Flags: Non-cached, Paging I/O, Synchronous Paging I/O, Priority: Normal
4:49:59.4352416 PM	System	4	WriteFile	C:\$BitMap	SUCCESS	Offset: 5,914,624, Length: 12,288, I/O Flags: Non-cached, Paging I/O, Synchronous Paging I/O, Priority: Normal
4:49:59.4354022 PM	System	4	ReadFile	C:\pagefile.sys	SUCCESS	Offset: 420,028,416, Length: 4,096, I/O Flags: Non-cached, Paging I/O, Synchronous Paging I/O, Priority: Normal
4:49:59.4605676 PM	System	4	WriteFile	C:\$Mft	SUCCESS	Offset: 802,816, Length: 4,096, I/O Flags: Non-cached, Paging I/O, Synchronous Paging I/O, Priority: Normal
4:49:59.4820304 PM	System	4	WriteFile	C:\$BitMap	SUCCESS	Offset: 5,931,008, Length: 20,480, I/O Flags: Non-cached, Paging I/O, Synchronous Paging I/O, Priority: Normal
4:49:59.5322523 PM	System	4	WriteFile	C:\$BitMap	SUCCESS	Offset: 5,984,256, Length: 8,192, I/O Flags: Non-cached, Paging I/O, Synchronous Paging I/O, Priority: Normal
4:49:59.5786926 PM	System	4	WriteFile	C:\$Mft	SUCCESS	Offset: 827,392, Length: 4,096, I/O Flags: Non-cached, Paging I/O, Synchronous Paging I/O, Priority: Normal
4:49:59.5992377 PM	System	4	WriteFile	C:\$BitMap	SUCCESS	Offset: 6,008,832, Length: 8,192, I/O Flags: Non-cached, Paging I/O, Synchronous Paging I/O, Priority: Normal
4:49:59.6412096 PM	System	4	WriteFile	C:\$BitMap	SUCCESS	Offset: 6,025,216, Length: 4,096, I/O Flags: Non-cached, Paging I/O, Synchronous Paging I/O, Priority: Normal
4:49:59.6882142 PM	System	4	WriteFile	C:\$Mft	SUCCESS	Offset: 839,680, Length: 4,096, I/O Flags: Non-cached, Paging I/O, Synchronous Paging I/O, Priority: Normal
4:49:59.7275545 PM	System	4	WriteFile	C:\$Mft	SUCCESS	Offset: 864,256, Length: 8,192, I/O Flags: Non-cached, Paging I/O, Synchronous Paging I/O, Priority: Normal
4:49:59.7777167 PM	System	4	WriteFile	C:\$Mft	SUCCESS	Offset: 909,312, Length: 4,096, I/O Flags: Non-cached, Paging I/O, Synchronous Paging I/O, Priority: Normal
4:49:59.8280425 PM	System	4	WriteFile	C:\$Mft	SUCCESS	Offset: 942,080, Length: 4,096, I/O Flags: Non-cached, Paging I/O, Synchronous Paging I/O, Priority: Normal
4:49:59.8782884 PM	System	4	WriteFile	C:\$Mft	SUCCESS	Offset: 958,464, Length: 4,096, I/O Flags: Non-cached, Paging I/O, Synchronous Paging I/O, Priority: Normal
4:49:59.9283741 PM	System	4	WriteFile	C:\$Mft	SUCCESS	Offset: 966,656, Length: 4,096, I/O Flags: Non-cached, Paging I/O, Synchronous Paging I/O, Priority: Normal
^^Final Process Monitor Log Entries^^

Enjoy! ;^P
ID: 1792939 · Report as offensive
Richard Haselgrove Project Donor
Volunteer tester

Send message
Joined: 4 Jul 99
Posts: 14649
Credit: 200,643,578
RAC: 874
United Kingdom
Message 1792940 - Posted: 2 Jun 2016, 19:17:49 UTC - in response to Message 1792931.  

Pulling the plug on Boinc, not completely sure that was designed in lol

Actually - I think it was. With the key state file protected with a client_state_prev.xml - client_state.xml - client_state_next.xml cycle, BOINC survives most brownouts.

Which is more than can be said for the PC hardware. My log (re-)starts from 13 January, because that's when the replacement for the machine which failed on New Years's Eve or thereabouts arrived from the system builder. I'd pulled the hard disk and run most of the short-deadline tasks on another machine before then, but when I copied the BOINC folder (XP, v6.12.34, service mode) into the new machine (win 7/64, user mode) and ran the appropriate BOINC installer, it picked right up and ran.

13-Jan-2016 20:45:28 [---] Unrecognized tag in cc_config.xml: <zero_debts>
13-Jan-2016 20:45:28 [---] Starting BOINC client version 7.6.22 for windows_x86_64
13-Jan-2016 20:45:28 [---] log flags: file_xfer, sched_ops, task, cpu_sched, sched_op_debug
13-Jan-2016 20:45:28 [---] Libraries: libcurl/7.45.0 OpenSSL/1.0.2d zlib/1.2.8
13-Jan-2016 20:45:28 [---] Data directory: D:\BOINCdata
13-Jan-2016 20:45:28 [---] Running under account Richard Haselgrove
13-Jan-2016 20:45:29 [---] CUDA: NVIDIA GPU 0: GeForce GTX 970 (driver version 359.00, CUDA version 7.5, compute capability 5.2, 4096MB, 3066MB available, 4087 GFLOPS peak)
13-Jan-2016 20:45:29 [---] OpenCL: NVIDIA GPU 0: GeForce GTX 970 (driver version 359.00, device version OpenCL 1.2 CUDA, 4096MB, 3066MB available, 4087 GFLOPS peak)
13-Jan-2016 20:45:29 [---] OpenCL CPU: Intel(R) Core(TM) i5-4690 CPU @ 3.50GHz (OpenCL driver vendor: Intel(R) Corporation, driver version 3.0.1.10878, device version OpenCL 1.2 (Build 76413))
13-Jan-2016 20:45:29 [AQUA@home] Found app_info.xml; using anonymous platform
13-Jan-2016 20:45:29 [SETI@home] Found app_info.xml; using anonymous platform
13-Jan-2016 20:45:29 [---] Version change (6.12.34 -> 7.6.22)
13-Jan-2016 20:45:29 [---] Platform changed from windows_intelx86 to windows_x86_64

BOINC was well-designed and well-engineered in the beginning, to the standards of the time. It's just that most maintenance since then has been feature creep and bandaid, forgetting how it was done in the first place.
ID: 1792940 · Report as offensive
Profile Jeff Buck Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor
Volunteer tester

Send message
Joined: 11 Feb 00
Posts: 1441
Credit: 148,764,870
RAC: 0
United States
Message 1792941 - Posted: 2 Jun 2016, 19:18:41 UTC - in response to Message 1792935.  

Jeff, do you let Manager start the client and have you set Manager to shutdown science apps when exiting Manager?

Yes, and yes. BOINC Manager and client always start with the system and running tasks are shutdown when exiting the Manager.
ID: 1792941 · Report as offensive
Profile jason_gee
Volunteer developer
Volunteer tester
Avatar

Send message
Joined: 24 Nov 06
Posts: 7489
Credit: 91,093,184
RAC: 0
Australia
Message 1792942 - Posted: 2 Jun 2016, 19:20:42 UTC - in response to Message 1792935.  

Yeah getting closer. I call ClusterF@ck amnesty.
"Living by the wisdom of computer science doesn't sound so bad after all. And unlike most advice, it's backed up by proofs." -- Algorithms to live by: The computer science of human decisions.
ID: 1792942 · Report as offensive
Profile jason_gee
Volunteer developer
Volunteer tester
Avatar

Send message
Joined: 24 Nov 06
Posts: 7489
Credit: 91,093,184
RAC: 0
Australia
Message 1792945 - Posted: 2 Jun 2016, 19:27:55 UTC - in response to Message 1792940.  
Last modified: 2 Jun 2016, 19:28:35 UTC

Actually - I think it was.
I feel that's generous, but let's go with that because seems not immediately connected to the shutdown issue (of trying to start tasks while Windows is shutting down)
"Living by the wisdom of computer science doesn't sound so bad after all. And unlike most advice, it's backed up by proofs." -- Algorithms to live by: The computer science of human decisions.
ID: 1792945 · Report as offensive
JLDun
Volunteer tester
Avatar

Send message
Joined: 21 Apr 06
Posts: 573
Credit: 196,101
RAC: 0
United States
Message 1792947 - Posted: 2 Jun 2016, 19:29:32 UTC - in response to Message 1792941.  

and running tasks are shutdown when exiting the Manager.

How did you set this?
ID: 1792947 · Report as offensive
Richard Haselgrove Project Donor
Volunteer tester

Send message
Joined: 4 Jul 99
Posts: 14649
Credit: 200,643,578
RAC: 874
United Kingdom
Message 1792950 - Posted: 2 Jun 2016, 19:31:04 UTC - in response to Message 1792939.  

Jeff, could you possibly identify where in the timeline the SETI or other science apps vanish from the Process Monitor log?

Before, between, or after the boinc.exe / boincmgr.exe / boinctray.exe sequence? That might give us a handle on whether they are closing under the direction of BOINC, or under the direction of Windows.
ID: 1792950 · Report as offensive
Richard Haselgrove Project Donor
Volunteer tester

Send message
Joined: 4 Jul 99
Posts: 14649
Credit: 200,643,578
RAC: 874
United Kingdom
Message 1792953 - Posted: 2 Jun 2016, 19:34:50 UTC - in response to Message 1792947.  

and running tasks are shutdown when exiting the Manager.

How did you set this?

"Enable Manager exit dialog" in general options. Choose when it appears during a File|Exit closedown: I think that was one of the ones which got forgotten if the next shutdown was of the 'Windows session is closing' type.
ID: 1792953 · Report as offensive
Profile jason_gee
Volunteer developer
Volunteer tester
Avatar

Send message
Joined: 24 Nov 06
Posts: 7489
Credit: 91,093,184
RAC: 0
Australia
Message 1792956 - Posted: 2 Jun 2016, 19:46:59 UTC

Just one of my longshots: could they possibly have built the published client with linker arguments of SUBSYSTEM:WINDOWS as opposed to SUBSYSTEM:CONSOLE..... ?
"Living by the wisdom of computer science doesn't sound so bad after all. And unlike most advice, it's backed up by proofs." -- Algorithms to live by: The computer science of human decisions.
ID: 1792956 · Report as offensive
Richard Haselgrove Project Donor
Volunteer tester

Send message
Joined: 4 Jul 99
Posts: 14649
Credit: 200,643,578
RAC: 874
United Kingdom
Message 1792958 - Posted: 2 Jun 2016, 20:01:24 UTC - in response to Message 1792956.  

Just one of my longshots: could they possibly have built the published client with linker arguments of SUBSYSTEM:WINDOWS as opposed to SUBSYSTEM:CONSOLE..... ?

The vs2013 project file I used has

    <Link>
      <AdditionalDependencies>zlib1.lib;ssleay32.lib;libeay32.lib;libcurl_imp.lib;nvapi.lib;MSVCRT.LIB;MSVCPRT.LIB;wsock32.lib;winhttp.lib;winmm.lib;sensapi.lib;userenv.lib;iphlpapi.lib;kernel32.lib;user32.lib;advapi32.lib;shell32.lib;secur32.lib;wtsapi32.lib</AdditionalDependencies>
      <ShowProgress>NotSet</ShowProgress>
      <OutputFile>.\Build\$(Platform)\$(Configuration)\boinc.exe</OutputFile>
      <SuppressStartupBanner>true</SuppressStartupBanner>
      <AdditionalLibraryDirectories>../../boinc_depends_win_vs2013/openssl/mswin/$(Platform)/$(Configuration)/lib;../../boinc_depends_win_vs2013/curl/mswin/$(Platform)/$(Configuration)/lib;../../boinc_depends_win_vs2013/zlib/mswin/$(Platform)/$(Configuration)/lib;../coprocs/NVIDIA/mswin/$(Platform)/$(Configuration)/lib;../../;$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
      <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
      <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <ProgramDatabaseFile>.\Build\$(Platform)\$(Configuration)\boinc_exe.pdb</ProgramDatabaseFile>
      <SubSystem>Console</SubSystem>
      <OptimizeReferences>true</OptimizeReferences>
      <SetChecksum>true</SetChecksum>
      <TargetMachine>MachineX64</TargetMachine>
    </Link>

I see <SubSystem>Console</SubSystem>

Not conclusive, but I think Rom keeps that sort of thing pretty consistent.
ID: 1792958 · Report as offensive
Profile Jeff Buck Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor
Volunteer tester

Send message
Joined: 11 Feb 00
Posts: 1441
Credit: 148,764,870
RAC: 0
United States
Message 1792959 - Posted: 2 Jun 2016, 20:02:22 UTC - in response to Message 1792950.  
Last modified: 2 Jun 2016, 20:17:18 UTC

Jeff, could you possibly identify where in the timeline the SETI or other science apps vanish from the Process Monitor log?

Before, between, or after the boinc.exe / boincmgr.exe / boinctray.exe sequence? That might give us a handle on whether they are closing under the direction of BOINC, or under the direction of Windows.

Okay, I'll start with the final CPU task that ran (sort of). For context, here's the Event Log output, from the start of that task until the BOINC restarted:
30-May-2016 16:49:42 [SETI@home] [cpu_sched] Starting task 17jl10ab.17729.90775.11.38.22.vlar_0 using setiathome_v8 version 800 in slot 12
30-May-2016 16:49:43 [SETI@home] Task blc5_2bit_guppi_57451_23521_HIP63406_0015.6490.416.17.26.14.vlar_0 exited with a DLL initialization error.
30-May-2016 16:49:43 [SETI@home] If this happens repeatedly you may need to reboot your computer.
30-May-2016 16:49:43 [SETI@home] Task blc5_2bit_guppi_57451_23521_HIP63406_0015.6490.416.17.26.114.vlar_0 exited with a DLL initialization error.
30-May-2016 16:49:43 [SETI@home] If this happens repeatedly you may need to reboot your computer.
30-May-2016 16:49:43 [SETI@home] Task blc5_2bit_guppi_57451_22119_HIP63121_0011.12928.0.17.26.82.vlar_2 exited with a DLL initialization error.
30-May-2016 16:49:43 [SETI@home] If this happens repeatedly you may need to reboot your computer.
30-May-2016 16:49:43 [SETI@home] Task 14au10aa.9480.4157.5.32.61_0 exited with a DLL initialization error.
30-May-2016 16:49:43 [SETI@home] If this happens repeatedly you may need to reboot your computer.
30-May-2016 16:49:43 [SETI@home] Task 13ja10aa.5773.5384.8.35.150_1 exited with a DLL initialization error.
30-May-2016 16:49:43 [SETI@home] If this happens repeatedly you may need to reboot your computer.
30-May-2016 16:49:43 [SETI@home] Task 13ja10aa.5773.7020.8.35.84_0 exited with a DLL initialization error.
30-May-2016 16:49:43 [SETI@home] If this happens repeatedly you may need to reboot your computer.
30-May-2016 16:49:43 [SETI@home] Task 13ja10aa.5773.8656.8.35.96_0 exited with a DLL initialization error.
30-May-2016 16:49:43 [SETI@home] If this happens repeatedly you may need to reboot your computer.
30-May-2016 16:49:43 [SETI@home] Task 13ja10aa.5773.12337.8.35.142_0 exited with a DLL initialization error.
30-May-2016 16:49:43 [SETI@home] If this happens repeatedly you may need to reboot your computer.
30-May-2016 16:49:43 [SETI@home] Task 14au10aa.9480.16018.5.32.232_0 exited with a DLL initialization error.
30-May-2016 16:49:43 [SETI@home] If this happens repeatedly you may need to reboot your computer.
30-May-2016 16:49:43 [SETI@home] Task 14au10aa.9480.16018.5.32.226_1 exited with a DLL initialization error.
30-May-2016 16:49:43 [SETI@home] If this happens repeatedly you may need to reboot your computer.
30-May-2016 16:49:43 [SETI@home] Task blc5_2bit_guppi_57451_23161_HIP63121_OFF_0014.20003.416.17.26.223.vlar_0 exited with a DLL initialization error.
30-May-2016 16:49:43 [SETI@home] If this happens repeatedly you may need to reboot your computer.
30-May-2016 16:49:43 [SETI@home] Task blc5_2bit_guppi_57451_23161_HIP63121_OFF_0014.20785.0.17.26.231.vlar_1 exited with a DLL initialization error.
30-May-2016 16:49:43 [SETI@home] If this happens repeatedly you may need to reboot your computer.
30-May-2016 16:49:43 [SETI@home] Computation for task 16au10aa.18267.22587.14.41.15_1 finished
30-May-2016 16:49:43 [SETI@home] Output file 16au10aa.18267.22587.14.41.15_1_0 for task 16au10aa.18267.22587.14.41.15_1 absent
30-May-2016 16:49:43 [SETI@home] Computation for task 17jl10ab.17729.90775.11.38.20.vlar_1 finished
30-May-2016 16:49:43 [SETI@home] Output file 17jl10ab.17729.90775.11.38.20.vlar_1_0 for task 17jl10ab.17729.90775.11.38.20.vlar_1 absent
30-May-2016 16:49:43 [SETI@home] Computation for task 17jl10ab.2255.131566.10.37.85_0 finished
30-May-2016 16:49:43 [SETI@home] Output file 17jl10ab.2255.131566.10.37.85_0_0 for task 17jl10ab.2255.131566.10.37.85_0 absent
30-May-2016 16:49:43 [SETI@home] Computation for task 17jl10ab.17729.90775.11.38.38.vlar_0 finished
30-May-2016 16:49:43 [SETI@home] Output file 17jl10ab.17729.90775.11.38.38.vlar_0_0 for task 17jl10ab.17729.90775.11.38.38.vlar_0 absent
30-May-2016 16:49:43 [SETI@home] Computation for task 17jl10ab.2255.131566.10.37.5_0 finished
30-May-2016 16:49:43 [SETI@home] Output file 17jl10ab.2255.131566.10.37.5_0_0 for task 17jl10ab.2255.131566.10.37.5_0 absent
30-May-2016 16:49:43 [SETI@home] Computation for task 17jl10ab.17729.90775.11.38.22.vlar_0 finished
30-May-2016 16:49:43 [SETI@home] Output file 17jl10ab.17729.90775.11.38.22.vlar_0_0 for task 17jl10ab.17729.90775.11.38.22.vlar_0 absent
30-May-2016 16:49:46 [SETI@home] [cpu_sched] Restarting task blc5_2bit_guppi_57451_23521_HIP63406_0015.6490.416.17.26.14.vlar_0 using setiathome_v8 version 800 (cuda50) in slot 15
30-May-2016 16:49:46 [SETI@home] [cpu_sched] Restarting task blc5_2bit_guppi_57451_23521_HIP63406_0015.6490.416.17.26.114.vlar_0 using setiathome_v8 version 800 (cuda50) in slot 5
30-May-2016 16:49:46 [SETI@home] [cpu_sched] Restarting task blc5_2bit_guppi_57451_22119_HIP63121_0011.12928.0.17.26.82.vlar_2 using setiathome_v8 version 800 (cuda50) in slot 9
30-May-2016 16:49:46 [SETI@home] [cpu_sched] Restarting task 14au10aa.9480.4157.5.32.61_0 using setiathome_v8 version 800 (cuda50) in slot 7
30-May-2016 16:49:46 [SETI@home] [cpu_sched] Restarting task 13ja10aa.5773.5384.8.35.150_1 using setiathome_v8 version 800 (cuda50) in slot 17
30-May-2016 16:49:46 [SETI@home] [cpu_sched] Restarting task 13ja10aa.5773.7020.8.35.84_0 using setiathome_v8 version 800 (cuda50) in slot 10
30-May-2016 16:49:46 [SETI@home] [cpu_sched] Restarting task 13ja10aa.5773.8656.8.35.96_0 using setiathome_v8 version 800 (cuda50) in slot 19
30-May-2016 16:49:46 [SETI@home] [cpu_sched] Restarting task 13ja10aa.5773.12337.8.35.142_0 using setiathome_v8 version 800 (cuda50) in slot 8
30-May-2016 16:49:46 [SETI@home] [cpu_sched] Restarting task 14au10aa.9480.16018.5.32.232_0 using setiathome_v8 version 800 (cuda50) in slot 16
30-May-2016 16:49:46 [SETI@home] [cpu_sched] Restarting task 14au10aa.9480.16018.5.32.226_1 using setiathome_v8 version 800 (cuda50) in slot 1
30-May-2016 16:49:46 [SETI@home] [cpu_sched] Restarting task blc5_2bit_guppi_57451_23161_HIP63121_OFF_0014.20003.416.17.26.223.vlar_0 using setiathome_v8 version 800 (cuda50) in slot 3
30-May-2016 16:49:46 [SETI@home] [cpu_sched] Restarting task blc5_2bit_guppi_57451_23161_HIP63121_OFF_0014.20785.0.17.26.231.vlar_1 using setiathome_v8 version 800 (cuda50) in slot 14
30-May-2016 16:49:49 [SETI@home] Task blc5_2bit_guppi_57451_23521_HIP63406_0015.6490.416.17.26.14.vlar_0 exited with a DLL initialization error.
30-May-2016 16:49:49 [SETI@home] If this happens repeatedly you may need to reboot your computer.
30-May-2016 16:49:49 [SETI@home] Task blc5_2bit_guppi_57451_23521_HIP63406_0015.6490.416.17.26.114.vlar_0 exited with a DLL initialization error.
30-May-2016 16:49:49 [SETI@home] If this happens repeatedly you may need to reboot your computer.
30-May-2016 16:49:49 [SETI@home] Task blc5_2bit_guppi_57451_22119_HIP63121_0011.12928.0.17.26.82.vlar_2 exited with a DLL initialization error.
30-May-2016 16:49:49 [SETI@home] If this happens repeatedly you may need to reboot your computer.
30-May-2016 16:49:49 [SETI@home] Task 14au10aa.9480.4157.5.32.61_0 exited with a DLL initialization error.
30-May-2016 16:49:49 [SETI@home] If this happens repeatedly you may need to reboot your computer.
30-May-2016 16:49:49 [SETI@home] Task 13ja10aa.5773.5384.8.35.150_1 exited with a DLL initialization error.
30-May-2016 16:49:49 [SETI@home] If this happens repeatedly you may need to reboot your computer.
30-May-2016 16:49:49 [SETI@home] Task 13ja10aa.5773.7020.8.35.84_0 exited with a DLL initialization error.
30-May-2016 16:49:49 [SETI@home] If this happens repeatedly you may need to reboot your computer.
30-May-2016 16:49:49 [SETI@home] Task 13ja10aa.5773.8656.8.35.96_0 exited with a DLL initialization error.
30-May-2016 16:49:49 [SETI@home] If this happens repeatedly you may need to reboot your computer.
30-May-2016 16:49:49 [SETI@home] Task 13ja10aa.5773.12337.8.35.142_0 exited with a DLL initialization error.
30-May-2016 16:49:49 [SETI@home] If this happens repeatedly you may need to reboot your computer.
30-May-2016 16:49:49 [SETI@home] Task 14au10aa.9480.16018.5.32.232_0 exited with a DLL initialization error.
30-May-2016 16:49:49 [SETI@home] If this happens repeatedly you may need to reboot your computer.
30-May-2016 16:49:49 [SETI@home] Task 14au10aa.9480.16018.5.32.226_1 exited with a DLL initialization error.
30-May-2016 16:49:49 [SETI@home] If this happens repeatedly you may need to reboot your computer.
30-May-2016 16:49:49 [SETI@home] Task blc5_2bit_guppi_57451_23161_HIP63121_OFF_0014.20003.416.17.26.223.vlar_0 exited with a DLL initialization error.
30-May-2016 16:49:49 [SETI@home] If this happens repeatedly you may need to reboot your computer.
30-May-2016 16:49:49 [SETI@home] Task blc5_2bit_guppi_57451_23161_HIP63121_OFF_0014.20785.0.17.26.231.vlar_1 exited with a DLL initialization error.
30-May-2016 16:49:49 [SETI@home] If this happens repeatedly you may need to reboot your computer.
30-May-2016 16:49:49 [SETI@home] [cpu_sched] Restarting task blc5_2bit_guppi_57451_23521_HIP63406_0015.6490.416.17.26.14.vlar_0 using setiathome_v8 version 800 (cuda50) in slot 15
30-May-2016 16:49:49 [SETI@home] [cpu_sched] Restarting task blc5_2bit_guppi_57451_23521_HIP63406_0015.6490.416.17.26.114.vlar_0 using setiathome_v8 version 800 (cuda50) in slot 5
30-May-2016 16:49:49 [SETI@home] [cpu_sched] Restarting task blc5_2bit_guppi_57451_22119_HIP63121_0011.12928.0.17.26.82.vlar_2 using setiathome_v8 version 800 (cuda50) in slot 9
30-May-2016 16:49:49 [SETI@home] [cpu_sched] Restarting task 14au10aa.9480.4157.5.32.61_0 using setiathome_v8 version 800 (cuda50) in slot 7
30-May-2016 16:49:49 [SETI@home] [cpu_sched] Restarting task 13ja10aa.5773.5384.8.35.150_1 using setiathome_v8 version 800 (cuda50) in slot 17
30-May-2016 16:49:49 [SETI@home] [cpu_sched] Restarting task 13ja10aa.5773.7020.8.35.84_0 using setiathome_v8 version 800 (cuda50) in slot 10
30-May-2016 16:49:49 [SETI@home] [cpu_sched] Restarting task 13ja10aa.5773.8656.8.35.96_0 using setiathome_v8 version 800 (cuda50) in slot 19
30-May-2016 16:49:49 [SETI@home] [cpu_sched] Restarting task 13ja10aa.5773.12337.8.35.142_0 using setiathome_v8 version 800 (cuda50) in slot 8
30-May-2016 16:49:49 [SETI@home] [cpu_sched] Restarting task 14au10aa.9480.16018.5.32.232_0 using setiathome_v8 version 800 (cuda50) in slot 16
30-May-2016 16:49:49 [SETI@home] [cpu_sched] Restarting task 14au10aa.9480.16018.5.32.226_1 using setiathome_v8 version 800 (cuda50) in slot 1
30-May-2016 16:49:49 [SETI@home] [cpu_sched] Restarting task blc5_2bit_guppi_57451_23161_HIP63121_OFF_0014.20003.416.17.26.223.vlar_0 using setiathome_v8 version 800 (cuda50) in slot 3
30-May-2016 16:49:49 [SETI@home] [cpu_sched] Restarting task blc5_2bit_guppi_57451_23161_HIP63121_OFF_0014.20785.0.17.26.231.vlar_1 using setiathome_v8 version 800 (cuda50) in slot 14
30-May-2016 16:51:59 [---] Starting BOINC client version 7.6.22 for windows_intelx86

Now, here are the Process Monitor entries from the start to finish, including all boinc.exe entries. Interestingly, there don't seem to be any system entries in this approximately .009 second time span.
4:49:42.3123427 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	Load Image	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	Image Base: 0x400000, Image Size: 0xe9000
4:49:42.3124977 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	Load Image	C:\Windows\System32\ntdll.dll	SUCCESS	Image Base: 0x77440000, Image Size: 0x142000
4:49:42.3125023 PM	boinc.exe	2768	CreateFile	C:\ProgramData\BOINC\client_state_next.xml	SUCCESS	Desired Access: Generic Write, Read Attributes, Disposition: OverwriteIf, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: N, ShareMode: Read, Write, AllocationSize: 0, OpenResult: Created
4:49:42.3126587 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CreateFile	C:\Windows\Prefetch\MB8_WIN_X86_SSE3_VS2008_R3330-55AE0287.pf	SUCCESS	Desired Access: Generic Read, Disposition: Open, Options: Synchronous IO Non-Alert, Attributes: n/a, ShareMode: None, AllocationSize: n/a, OpenResult: Opened
4:49:42.3127142 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryStandardInformationFile	C:\Windows\Prefetch\MB8_WIN_X86_SSE3_VS2008_R3330-55AE0287.pf	SUCCESS	AllocationSize: 28,672, EndOfFile: 25,792, NumberOfLinks: 1, DeletePending: False, Directory: False
4:49:42.3127392 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	ReadFile	C:\Windows\Prefetch\MB8_WIN_X86_SSE3_VS2008_R3330-55AE0287.pf	SUCCESS	Offset: 0, Length: 25,792, Priority: Normal
4:49:42.3127848 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CloseFile	C:\Windows\Prefetch\MB8_WIN_X86_SSE3_VS2008_R3330-55AE0287.pf	SUCCESS	
4:49:42.3127968 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	IRP_MJ_CLOSE	C:\Windows\Prefetch\MB8_WIN_X86_SSE3_VS2008_R3330-55AE0287.pf	SUCCESS	
4:49:42.3130644 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CreateFile	C:\ProgramData\BOINC\slots\12	SUCCESS	Desired Access: Execute/Traverse, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a, OpenResult: Opened
4:49:42.3132371 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	Load Image	C:\Windows\System32\kernel32.dll	SUCCESS	Image Base: 0x765c0000, Image Size: 0xd5000
4:49:42.3134235 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	Load Image	C:\Windows\System32\KernelBase.dll	SUCCESS	Image Base: 0x75510000, Image Size: 0x4b000
4:49:42.3140390 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryOpen	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\libfftw3f-3-3-4_x86.dll	FAST IO DISALLOWED	
4:49:42.3141001 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CreateFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\libfftw3f-3-3-4_x86.dll	SUCCESS	Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened
4:49:42.3141287 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryBasicInformationFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\libfftw3f-3-3-4_x86.dll	SUCCESS	CreationTime: 3/15/2014 2:27:20 PM, LastAccessTime: 1/22/2016 9:17:07 PM, LastWriteTime: 3/15/2014 2:27:20 PM, ChangeTime: 4/28/2016 9:04:49 AM, FileAttributes: ANCI
4:49:42.3141343 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CloseFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\libfftw3f-3-3-4_x86.dll	SUCCESS	
4:49:42.3141445 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	IRP_MJ_CLOSE	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\libfftw3f-3-3-4_x86.dll	SUCCESS	
4:49:42.3142130 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CreateFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\libfftw3f-3-3-4_x86.dll	SUCCESS	Desired Access: Read Data/List Directory, Execute/Traverse, Synchronize, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: n/a, ShareMode: Read, Delete, AllocationSize: n/a, OpenResult: Opened
4:49:42.3142480 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CreateFileMapping	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\libfftw3f-3-3-4_x86.dll	FILE LOCKED WITH ONLY READERS	SyncType: SyncTypeCreateSection, PageProtection: PAGE_EXECUTE
4:49:42.3142547 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	FASTIO_ACQUIRE_FOR_CC_FLUSH	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\libfftw3f-3-3-4_x86.dll	SUCCESS	
4:49:42.3142671 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	FASTIO_RELEASE_FOR_CC_FLUSH	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\libfftw3f-3-3-4_x86.dll	SUCCESS	
4:49:42.3142717 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	FASTIO_RELEASE_FOR_SECTION_SYNCHRONIZATION	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\libfftw3f-3-3-4_x86.dll	SUCCESS	
4:49:42.3142762 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CreateFileMapping	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\libfftw3f-3-3-4_x86.dll	SUCCESS	SyncType: SyncTypeOther
4:49:42.3142801 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	FASTIO_RELEASE_FOR_SECTION_SYNCHRONIZATION	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\libfftw3f-3-3-4_x86.dll	SUCCESS	
4:49:42.3143324 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	Load Image	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\libfftw3f-3-3-4_x86.dll	SUCCESS	Image Base: 0x63740000, Image Size: 0x1f8000
4:49:42.3143419 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CloseFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\libfftw3f-3-3-4_x86.dll	SUCCESS	
4:49:42.3143522 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	IRP_MJ_CLOSE	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\libfftw3f-3-3-4_x86.dll	SUCCESS	
4:49:42.3145344 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	Load Image	C:\Windows\System32\msvcrt.dll	SUCCESS	Image Base: 0x775e0000, Image Size: 0xac000
4:49:42.3148112 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	Load Image	C:\Windows\System32\user32.dll	SUCCESS	Image Base: 0x76820000, Image Size: 0xc9000
4:49:42.3149305 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	Load Image	C:\Windows\System32\gdi32.dll	SUCCESS	Image Base: 0x76f10000, Image Size: 0x4e000
4:49:42.3150626 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	Load Image	C:\Windows\System32\lpk.dll	SUCCESS	Image Base: 0x775c0000, Image Size: 0xa000
4:49:42.3153373 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	Load Image	C:\Windows\System32\usp10.dll	SUCCESS	Image Base: 0x76f60000, Image Size: 0x9d000
4:49:42.3155230 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	Load Image	C:\Windows\System32\advapi32.dll	SUCCESS	Image Base: 0x768f0000, Image Size: 0xa1000
4:49:42.3156953 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryOpen	C:\Windows\System32\sechost.dll	FAST IO DISALLOWED	
4:49:42.3157561 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CreateFile	C:\Windows\System32\sechost.dll	SUCCESS	Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened
4:49:42.3158387 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryBasicInformationFile	C:\Windows\System32\sechost.dll	SUCCESS	CreationTime: 7/13/2009 4:11:59 PM, LastAccessTime: 7/13/2009 4:11:59 PM, LastWriteTime: 7/13/2009 6:16:13 PM, ChangeTime: 9/14/2015 10:15:32 PM, FileAttributes: A
4:49:42.3158440 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CloseFile	C:\Windows\System32\sechost.dll	SUCCESS	
4:49:42.3158542 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	IRP_MJ_CLOSE	C:\Windows\System32\sechost.dll	SUCCESS	
4:49:42.3159206 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CreateFile	C:\Windows\System32\sechost.dll	SUCCESS	Desired Access: Read Data/List Directory, Execute/Traverse, Synchronize, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: n/a, ShareMode: Read, Delete, AllocationSize: n/a, OpenResult: Opened
4:49:42.3160089 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CreateFileMapping	C:\Windows\System32\sechost.dll	FILE LOCKED WITH ONLY READERS	SyncType: SyncTypeCreateSection, PageProtection: PAGE_EXECUTE
4:49:42.3160163 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	FASTIO_ACQUIRE_FOR_CC_FLUSH	C:\Windows\System32\sechost.dll	SUCCESS	
4:49:42.3160226 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	FASTIO_RELEASE_FOR_CC_FLUSH	C:\Windows\System32\sechost.dll	SUCCESS	
4:49:42.3160265 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	FASTIO_RELEASE_FOR_SECTION_SYNCHRONIZATION	C:\Windows\System32\sechost.dll	SUCCESS	
4:49:42.3160322 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CreateFileMapping	C:\Windows\System32\sechost.dll	SUCCESS	SyncType: SyncTypeOther
4:49:42.3160361 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	FASTIO_RELEASE_FOR_SECTION_SYNCHRONIZATION	C:\Windows\System32\sechost.dll	SUCCESS	
4:49:42.3161727 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	Load Image	C:\Windows\System32\sechost.dll	SUCCESS	Image Base: 0x769a0000, Image Size: 0x19000
4:49:42.3161854 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CloseFile	C:\Windows\System32\sechost.dll	SUCCESS	
4:49:42.3161967 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	IRP_MJ_CLOSE	C:\Windows\System32\sechost.dll	SUCCESS	
4:49:42.3163673 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	Load Image	C:\Windows\System32\rpcrt4.dll	SUCCESS	Image Base: 0x76a20000, Image Size: 0xa2000
4:49:42.3166727 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	Load Image	C:\Windows\System32\shell32.dll	SUCCESS	Image Base: 0x75970000, Image Size: 0xc4b000
4:49:42.3168831 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	Load Image	C:\Windows\System32\shlwapi.dll	SUCCESS	Image Base: 0x77000000, Image Size: 0x57000
4:49:42.3175893 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryOpen	C:\Windows\System32\imm32.dll	FAST IO DISALLOWED	
4:49:42.3176511 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CreateFile	C:\Windows\System32\imm32.dll	SUCCESS	Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened
4:49:42.3177376 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryBasicInformationFile	C:\Windows\System32\imm32.dll	SUCCESS	CreationTime: 11/20/2010 2:29:20 PM, LastAccessTime: 11/20/2010 2:29:20 PM, LastWriteTime: 11/20/2010 2:29:20 PM, ChangeTime: 7/24/2015 4:13:32 PM, FileAttributes: A
4:49:42.3177429 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CloseFile	C:\Windows\System32\imm32.dll	SUCCESS	
4:49:42.3177539 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	IRP_MJ_CLOSE	C:\Windows\System32\imm32.dll	SUCCESS	
4:49:42.3178220 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CreateFile	C:\Windows\System32\imm32.dll	SUCCESS	Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: n/a, ShareMode: Read, Delete, AllocationSize: n/a, OpenResult: Opened
4:49:42.3179092 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CreateFileMapping	C:\Windows\System32\imm32.dll	FILE LOCKED WITH ONLY READERS	SyncType: SyncTypeCreateSection, PageProtection: PAGE_READONLY
4:49:42.3179142 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryStandardInformationFile	C:\Windows\System32\imm32.dll	SUCCESS	AllocationSize: 118,784, EndOfFile: 118,272, NumberOfLinks: 2, DeletePending: False, Directory: False
4:49:42.3179195 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	FASTIO_RELEASE_FOR_SECTION_SYNCHRONIZATION	C:\Windows\System32\imm32.dll	SUCCESS	
4:49:42.3179248 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CreateFileMapping	C:\Windows\System32\imm32.dll	SUCCESS	SyncType: SyncTypeOther
4:49:42.3179290 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	FASTIO_RELEASE_FOR_SECTION_SYNCHRONIZATION	C:\Windows\System32\imm32.dll	SUCCESS	
4:49:42.3179569 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CloseFile	C:\Windows\System32\imm32.dll	SUCCESS	
4:49:42.3179664 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	IRP_MJ_CLOSE	C:\Windows\System32\imm32.dll	SUCCESS	
4:49:42.3180416 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryOpen	C:\Windows\System32\imm32.dll	FAST IO DISALLOWED	
4:49:42.3180992 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CreateFile	C:\Windows\System32\imm32.dll	SUCCESS	Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened
4:49:42.3181673 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryBasicInformationFile	C:\Windows\System32\imm32.dll	SUCCESS	CreationTime: 11/20/2010 2:29:20 PM, LastAccessTime: 11/20/2010 2:29:20 PM, LastWriteTime: 11/20/2010 2:29:20 PM, ChangeTime: 7/24/2015 4:13:32 PM, FileAttributes: A
4:49:42.3181719 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CloseFile	C:\Windows\System32\imm32.dll	SUCCESS	
4:49:42.3181808 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	IRP_MJ_CLOSE	C:\Windows\System32\imm32.dll	SUCCESS	
4:49:42.3182447 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CreateFile	C:\Windows\System32\imm32.dll	SUCCESS	Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: n/a, ShareMode: Read, Delete, AllocationSize: n/a, OpenResult: Opened
4:49:42.3183262 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CreateFileMapping	C:\Windows\System32\imm32.dll	FILE LOCKED WITH ONLY READERS	SyncType: SyncTypeCreateSection, PageProtection: PAGE_READONLY
4:49:42.3183305 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryStandardInformationFile	C:\Windows\System32\imm32.dll	SUCCESS	AllocationSize: 118,784, EndOfFile: 118,272, NumberOfLinks: 2, DeletePending: False, Directory: False
4:49:42.3183354 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	FASTIO_RELEASE_FOR_SECTION_SYNCHRONIZATION	C:\Windows\System32\imm32.dll	SUCCESS	
4:49:42.3183400 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CreateFileMapping	C:\Windows\System32\imm32.dll	SUCCESS	SyncType: SyncTypeOther
4:49:42.3183439 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	FASTIO_RELEASE_FOR_SECTION_SYNCHRONIZATION	C:\Windows\System32\imm32.dll	SUCCESS	
4:49:42.3183619 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CloseFile	C:\Windows\System32\imm32.dll	SUCCESS	
4:49:42.3183711 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	IRP_MJ_CLOSE	C:\Windows\System32\imm32.dll	SUCCESS	
4:49:42.3184442 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryOpen	C:\Windows\System32\imm32.dll	FAST IO DISALLOWED	
4:49:42.3185010 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CreateFile	C:\Windows\System32\imm32.dll	SUCCESS	Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened
4:49:42.3185685 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryBasicInformationFile	C:\Windows\System32\imm32.dll	SUCCESS	CreationTime: 11/20/2010 2:29:20 PM, LastAccessTime: 11/20/2010 2:29:20 PM, LastWriteTime: 11/20/2010 2:29:20 PM, ChangeTime: 7/24/2015 4:13:32 PM, FileAttributes: A
4:49:42.3185727 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CloseFile	C:\Windows\System32\imm32.dll	SUCCESS	
4:49:42.3185812 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	IRP_MJ_CLOSE	C:\Windows\System32\imm32.dll	SUCCESS	
4:49:42.3186451 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CreateFile	C:\Windows\System32\imm32.dll	SUCCESS	Desired Access: Read Data/List Directory, Execute/Traverse, Synchronize, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: n/a, ShareMode: Read, Delete, AllocationSize: n/a, OpenResult: Opened
4:49:42.3187266 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CreateFileMapping	C:\Windows\System32\imm32.dll	FILE LOCKED WITH ONLY READERS	SyncType: SyncTypeCreateSection, PageProtection: PAGE_EXECUTE
4:49:42.3187323 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	FASTIO_ACQUIRE_FOR_CC_FLUSH	C:\Windows\System32\imm32.dll	SUCCESS	
4:49:42.3187379 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	FASTIO_RELEASE_FOR_CC_FLUSH	C:\Windows\System32\imm32.dll	SUCCESS	
4:49:42.3187418 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	FASTIO_RELEASE_FOR_SECTION_SYNCHRONIZATION	C:\Windows\System32\imm32.dll	SUCCESS	
4:49:42.3187468 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CreateFileMapping	C:\Windows\System32\imm32.dll	SUCCESS	SyncType: SyncTypeOther
4:49:42.3187506 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	FASTIO_RELEASE_FOR_SECTION_SYNCHRONIZATION	C:\Windows\System32\imm32.dll	SUCCESS	
4:49:42.3188937 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	Load Image	C:\Windows\System32\imm32.dll	SUCCESS	Image Base: 0x76d20000, Image Size: 0x1f000
4:49:42.3189067 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CloseFile	C:\Windows\System32\imm32.dll	SUCCESS	
4:49:42.3189184 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	IRP_MJ_CLOSE	C:\Windows\System32\imm32.dll	SUCCESS	
4:49:42.3190780 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	Load Image	C:\Windows\System32\msctf.dll	SUCCESS	Image Base: 0x770b0000, Image Size: 0xcc000
4:49:42.3194311 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	Thread Exit		SUCCESS	Thread ID: 3492, User Time: 0.0000000, Kernel Time: 0.0000000
4:49:42.3197820 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryNameInformationFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	Name: \ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe
4:49:42.3198241 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryNameInformationFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\libfftw3f-3-3-4_x86.dll	SUCCESS	Name: \ProgramData\BOINC\projects\setiathome.berkeley.edu\libfftw3f-3-3-4_x86.dll
4:49:42.3198530 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryNameInformationFile	C:\Windows\System32\KernelBase.dll	SUCCESS	Name: \Windows\System32\KernelBase.dll
4:49:42.3198791 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryNameInformationFile	C:\Windows\System32\shell32.dll	SUCCESS	Name: \Windows\System32\shell32.dll
4:49:42.3199053 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryNameInformationFile	C:\Windows\System32\kernel32.dll	SUCCESS	Name: \Windows\System32\kernel32.dll
4:49:42.3199342 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryNameInformationFile	C:\Windows\System32\user32.dll	SUCCESS	Name: \Windows\System32\user32.dll
4:49:42.3199575 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryNameInformationFile	C:\Windows\System32\advapi32.dll	SUCCESS	Name: \Windows\System32\advapi32.dll
4:49:42.3199808 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryNameInformationFile	C:\Windows\System32\sechost.dll	SUCCESS	Name: \Windows\System32\sechost.dll
4:49:42.3200038 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryNameInformationFile	C:\Windows\System32\rpcrt4.dll	SUCCESS	Name: \Windows\System32\rpcrt4.dll
4:49:42.3200260 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryNameInformationFile	C:\Windows\System32\imm32.dll	SUCCESS	Name: \Windows\System32\imm32.dll
4:49:42.3200486 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryNameInformationFile	C:\Windows\System32\gdi32.dll	SUCCESS	Name: \Windows\System32\gdi32.dll
4:49:42.3200733 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryNameInformationFile	C:\Windows\System32\usp10.dll	SUCCESS	Name: \Windows\System32\usp10.dll
4:49:42.3201005 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryNameInformationFile	C:\Windows\System32\shlwapi.dll	SUCCESS	Name: \Windows\System32\shlwapi.dll
4:49:42.3201249 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryNameInformationFile	C:\Windows\System32\msctf.dll	SUCCESS	Name: \Windows\System32\msctf.dll
4:49:42.3201478 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryNameInformationFile	C:\Windows\System32\ntdll.dll	SUCCESS	Name: \Windows\System32\ntdll.dll
4:49:42.3201743 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryNameInformationFile	C:\Windows\System32\lpk.dll	SUCCESS	Name: \Windows\System32\lpk.dll
4:49:42.3201983 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryNameInformationFile	C:\Windows\System32\msvcrt.dll	SUCCESS	Name: \Windows\System32\msvcrt.dll
4:49:42.3202255 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	QueryNameInformationFile	C:\Windows\System32\apisetschema.dll	SUCCESS	Name: \Windows\System32\apisetschema.dll
4:49:42.3202976 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	Process Exit		SUCCESS	Exit Status: -1073741205, User Time: 0.0000000 seconds, Kernel Time: 0.0000000 seconds, Private Bytes: 892,928, Peak Private Bytes: 897,024, Working Set: 1,961,984, Peak Working Set: 1,966,080
4:49:42.3203085 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	CloseFile	C:\ProgramData\BOINC\slots\12	SUCCESS	
4:49:42.3203226 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	IRP_MJ_CLOSE	C:\ProgramData\BOINC\slots\12	SUCCESS	

EDIT: I should be able to do the same for the final GPU task, if you want it, although that one would have restarted fine following the system restart.

EDIT2: WHOOPS, wait a minute. I seem to have left out a chunk at the beginning.
Seems I can't fit those into this message. See next one. :^)
ID: 1792959 · Report as offensive
Richard Haselgrove Project Donor
Volunteer tester

Send message
Joined: 4 Jul 99
Posts: 14649
Credit: 200,643,578
RAC: 874
United Kingdom
Message 1792960 - Posted: 2 Jun 2016, 20:15:46 UTC - in response to Message 1792959.  

So the damage was all done in the 49:42 second, long before BOINC's own shutdown in the 49:49 second? That's telling us something, though I'm not quite sure what. Probably that BOINC was still starting things up well after Windows had started shutting them down. Thanks.
ID: 1792960 · Report as offensive
Profile Jeff Buck Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor
Volunteer tester

Send message
Joined: 11 Feb 00
Posts: 1441
Credit: 148,764,870
RAC: 0
United States
Message 1792961 - Posted: 2 Jun 2016, 20:19:26 UTC - in response to Message 1792959.  

...continued

These lines should have been at the beginning of the Process Monitor log section.
4:49:42.3038868 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	Process Start		SUCCESS	Parent PID: 2768, Command line: projects/setiathome.berkeley.edu/MB8_win_x86_SSE3_VS2008_r3330.exe  , Current directory: C:\ProgramData\BOINC\slots\12\, Environment: 
	=C:=C:\ProgramData\BOINC
	ALLUSERSPROFILE=C:\ProgramData
	APPDATA=C:\Users\jrbuck\AppData\Roaming
	CommonProgramFiles=C:\Program Files\Common Files
	COMPUTERNAME=XW9400
	ComSpec=C:\Windows\system32\cmd.exe
	FP_NO_HOST_CHECK=NO
	HOMEDRIVE=C:
	HOMEPATH=\Users\jrbuck
	LOCALAPPDATA=C:\Users\jrbuck\AppData\Local
	LOGONSERVER=\\XW9400
	NUMBER_OF_PROCESSORS=8
	OS=Windows_NT
	Path=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\NVIDIA Corporation\PhysX\Common
	PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
	PROCESSOR_ARCHITECTURE=x86
	PROCESSOR_IDENTIFIER=x86 Family 16 Model 4 Stepping 2, AuthenticAMD
	PROCESSOR_LEVEL=16
	PROCESSOR_REVISION=0402
	ProgramData=C:\ProgramData
	ProgramFiles=C:\Program Files
	PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
	PUBLIC=C:\Users\Public
	SESSIONNAME=Console
	SystemDrive=C:
	SystemRoot=C:\Windows
	TEMP=C:\Users\jrbuck\AppData\Local\Temp
	TMP=C:\Users\jrbuck\AppData\Local\Temp
	USERDOMAIN=xw9400
	USERNAME=jrbuck
	USERPROFILE=C:\Users\jrbuck
	windir=C:\Windows
	windows_tracing_flags=3
	windows_tracing_logfile=C:\BVTBin\Tests\installpackage\csilogfile.log
4:49:42.3038896 PM	MB8_win_x86_SSE3_VS2008_r3330.exe	5096	Thread Create		SUCCESS	Thread ID: 3492
4:49:42.3039253 PM	boinc.exe	2768	QuerySecurityFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	Information: Owner, Group, DACL, SACL, Label
4:49:42.3039394 PM	boinc.exe	2768	QueryBasicInformationFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	CreationTime: 1/9/2016 5:46:30 AM, LastAccessTime: 1/22/2016 9:17:05 PM, LastWriteTime: 1/9/2016 5:46:30 AM, ChangeTime: 4/28/2016 9:04:49 AM, FileAttributes: ANCI
4:49:42.3039934 PM	boinc.exe	2768	Load Image	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	Image Base: 0x3100000, Image Size: 0xe9000
4:49:42.3041612 PM	boinc.exe	2768	CreateFile	C:\Windows\AppPatch\sysmain.sdb	SUCCESS	Desired Access: Generic Read, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: N, ShareMode: Read, AllocationSize: n/a, OpenResult: Opened
4:49:42.3042925 PM	boinc.exe	2768	QueryStandardInformationFile	C:\Windows\AppPatch\sysmain.sdb	SUCCESS	AllocationSize: 4,083,712, EndOfFile: 4,079,688, NumberOfLinks: 2, DeletePending: False, Directory: False
4:49:42.3042992 PM	boinc.exe	2768	CreateFileMapping	C:\Windows\AppPatch\sysmain.sdb	FILE LOCKED WITH ONLY READERS	SyncType: SyncTypeCreateSection, PageProtection: PAGE_READONLY
4:49:42.3043042 PM	boinc.exe	2768	QueryStandardInformationFile	C:\Windows\AppPatch\sysmain.sdb	SUCCESS	AllocationSize: 4,083,712, EndOfFile: 4,079,688, NumberOfLinks: 2, DeletePending: False, Directory: False
4:49:42.3043088 PM	boinc.exe	2768	FASTIO_RELEASE_FOR_SECTION_SYNCHRONIZATION	C:\Windows\AppPatch\sysmain.sdb	SUCCESS	
4:49:42.3043141 PM	boinc.exe	2768	CreateFileMapping	C:\Windows\AppPatch\sysmain.sdb	SUCCESS	SyncType: SyncTypeOther
4:49:42.3043183 PM	boinc.exe	2768	FASTIO_RELEASE_FOR_SECTION_SYNCHRONIZATION	C:\Windows\AppPatch\sysmain.sdb	SUCCESS	
4:49:42.3043268 PM	boinc.exe	2768	QueryStandardInformationFile	C:\Windows\AppPatch\sysmain.sdb	SUCCESS	AllocationSize: 4,083,712, EndOfFile: 4,079,688, NumberOfLinks: 2, DeletePending: False, Directory: False
4:49:42.3044359 PM	boinc.exe	2768	CreateFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a, OpenResult: Opened
4:49:42.3044567 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	Filter: MB8_win_x86_SSE3_VS2008_r3330.exe, 1: MB8_win_x86_SSE3_VS2008_r3330.exe
4:49:42.3044772 PM	boinc.exe	2768	CloseFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	
4:49:42.3044857 PM	boinc.exe	2768	IRP_MJ_CLOSE	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	
4:49:42.3045559 PM	boinc.exe	2768	QueryOpen	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	FAST IO DISALLOWED	
4:49:42.3046124 PM	boinc.exe	2768	CreateFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened
4:49:42.3046301 PM	boinc.exe	2768	QueryBasicInformationFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	CreationTime: 1/9/2016 5:46:30 AM, LastAccessTime: 1/22/2016 9:17:05 PM, LastWriteTime: 1/9/2016 5:46:30 AM, ChangeTime: 4/28/2016 9:04:49 AM, FileAttributes: ANCI
4:49:42.3046350 PM	boinc.exe	2768	CloseFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	
4:49:42.3046442 PM	boinc.exe	2768	IRP_MJ_CLOSE	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	
4:49:42.3047138 PM	boinc.exe	2768	CreateFile	C:\ProgramData	SUCCESS	Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened
4:49:42.3047314 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC	SUCCESS	Filter: BOINC, 1: BOINC
4:49:42.3047484 PM	boinc.exe	2768	CloseFile	C:\ProgramData	SUCCESS	
4:49:42.3047561 PM	boinc.exe	2768	IRP_MJ_CLOSE	C:\ProgramData	SUCCESS	
4:49:42.3048172 PM	boinc.exe	2768	CreateFile	C:\ProgramData\BOINC	SUCCESS	Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened
4:49:42.3048335 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects	SUCCESS	Filter: projects, 1: projects
4:49:42.3048522 PM	boinc.exe	2768	CloseFile	C:\ProgramData\BOINC	SUCCESS	
4:49:42.3048599 PM	boinc.exe	2768	IRP_MJ_CLOSE	C:\ProgramData\BOINC	SUCCESS	
4:49:42.3051230 PM	boinc.exe	2768	CreateFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened
4:49:42.3051385 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\*	SUCCESS	Filter: *, 1: .
4:49:42.3051576 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	0: .., 1: 02no10ab.695.13564.9.36.196, 2: 03no10aa.7943.16022.13.40.126, 3: 05my10ac.30428.21744.10.37.54, 4: 07ja10aa.15244.14382.13.40.52, 5: 07ja10aa.16001.19290.14.41.206, 6: 07ja10aa.18328.10701.9.36.143, 7: 07my10ac.22246.25016.3.30.191, 8: 07my10ac.29240.67.11.38.162, 9: 09fe10aa.10614.12776110.13.40.12, 10: 09fe10aa.10614.12776110.13.40.12_3_0, 11: 09fe10aa.11436.12775701.9.36.113, 12: 09jl10ab.13038.2218513.16.43.126, 13: 09my10ac.24774.56566.15.42.88, 14: 11dc10ac.17072.27083.13.40.201, 15: 11dc10ac.22076.13891.11.38.40.vlar, 16: 12my10aa.29344.67.16.43.184, 17: 13ja10aa.1026.13155.10.37.185, 18: 13ja10aa.1026.17654.10.37.157, 19: 13ja10aa.1026.17654.10.37.163, 20: 13ja10aa.1026.24198.10.37.69, 21: 13ja10aa.1026.4566.10.37.21, 22: 13ja10aa.20249.1294.9.36.196, 23: 13ja10aa.20249.1294.9.36.88, 24: 13ja10aa.20249.18881.9.36.37, 25: 13ja10aa.20249.25016.9.36.41
4:49:42.3052466 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	0: 13ja10aa.20249.25016.9.36.46, 1: 13ja10aa.20572.23380.15.42.68, 2: 13ja10aa.20638.19290.5.32.215, 3: 13ja10aa.20638.19290.5.32.215_0_0, 4: 13ja10aa.21144.12746.11.38.174, 5: 13ja10aa.21144.13973.11.38.151, 6: 13ja10aa.21144.13973.11.38.157, 7: 13ja10aa.21144.13973.11.38.158, 8: 13ja10aa.21144.13973.11.38.160, 9: 13ja10aa.21144.15200.11.38.173, 10: 13ja10aa.21144.16427.11.38.123, 11: 13ja10aa.21144.16427.11.38.129, 12: 13ja10aa.21354.24607.13.40.12, 13: 13ja10aa.21354.25016.13.40.148, 14: 13ja10aa.21354.25016.13.40.179, 15: 13ja10aa.21354.25016.13.40.181, 16: 13ja10aa.21354.7429.13.40.76, 17: 13ja10aa.28003.22562.14.41.207, 18: 13ja10aa.28003.22562.14.41.208, 19: 13ja10aa.31285.1294.12.39.170, 20: 13ja10aa.31285.1294.12.39.176, 21: 13ja10aa.31285.16836.12.39.66, 22: 13ja10aa.31285.8656.12.39.12, 23: 13ja10aa.31285.8656.12.39.18, 24: 13ja10aa.31285.8656.12.39.24, 25: 13ja10aa.31285.9883.12.39.187
4:49:42.3053401 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	0: 13ja10aa.31285.9883.12.39.86, 1: 13ja10aa.3455.5793.16.43.20, 2: 13ja10aa.5773.12337.8.35.142, 3: 13ja10aa.5773.12337.8.35.142_0_0, 4: 13ja10aa.5773.12337.8.35.17, 5: 13ja10aa.5773.12337.8.35.17_1_0, 6: 13ja10aa.5773.22153.8.35.72, 7: 13ja10aa.5773.22153.8.35.78, 8: 13ja10aa.5773.5384.8.35.150, 9: 13ja10aa.5773.5384.8.35.150_1_0, 10: 13ja10aa.5773.7020.8.35.84, 11: 13ja10aa.5773.7020.8.35.84_0_0, 12: 13ja10aa.5773.8656.8.35.96, 13: 13ja10aa.5773.8656.8.35.96_0_0, 14: 13se10af.1170.22153.3.30.31, 15: 13se10af.1431.15609.13.40.79, 16: 13se10af.1431.16836.13.40.121, 17: 13se10af.1431.2521.13.40.179, 18: 13se10af.1431.2521.13.40.208, 19: 13se10af.1443.14382.14.41.161, 20: 13se10af.1443.16836.14.41.103, 21: 13se10af.1443.16836.14.41.118, 22: 13se10af.1443.3748.14.41.184, 23: 13se10af.1443.8247.14.41.128, 24: 13se10af.15435.13564.10.37.255, 25: 13se10af.15435.14791.10.37.111
4:49:42.3054496 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	0: 13se10af.15435.6611.10.37.187, 1: 13se10af.15435.67.10.37.115, 2: 13se10af.15435.7020.10.37.187, 3: 13se10af.19210.25118.16.43.30, 4: 13se10af.19210.25118.16.43.98, 5: 13se10af.19665.11928.8.35.94, 6: 13se10af.19665.13973.8.35.176, 7: 13se10af.19665.15200.8.35.42, 8: 13se10af.19665.1703.8.35.93, 9: 13se10af.19665.22562.8.35.1, 10: 13se10af.19665.25016.8.35.16, 11: 13se10af.19665.5384.8.35.162, 12: 13se10af.20390.10292.7.34.41, 13: 13se10af.20390.10292.7.34.74, 14: 13se10af.20390.11519.7.34.129, 15: 13se10af.20390.11519.7.34.152, 16: 13se10af.20390.11519.7.34.64, 17: 13se10af.20390.14382.7.34.173, 18: 13se10af.20390.16836.7.34.3, 19: 13se10af.20390.16836.7.34.39, 20: 13se10af.20390.17245.7.34.194, 21: 13se10af.20390.21744.7.34.68, 22: 13se10af.20390.3748.7.34.227, 23: 13se10af.20390.5793.7.34.145, 24: 13se10af.20390.5793.7.34.21, 25: 13se10af.20390.67.7.34.60, 26: 13se10af.20390.67.7.34.63
4:49:42.3055319 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	0: 13se10af.20390.7838.7.34.116, 1: 13se10af.21295.1294.9.36.1, 2: 13se10af.21295.17654.9.36.225, 3: 13se10af.21295.19290.9.36.40, 4: 13se10af.21295.19290.9.36.43, 5: 13se10af.21295.19290.9.36.7, 6: 13se10af.21295.5384.9.36.15, 7: 13se10af.28659.1294.15.42.251, 8: 13se10af.28659.16018.15.42.174, 9: 13se10af.28659.7020.15.42.236, 10: 13se10af.28689.13973.16.43.245, 11: 13se10af.28689.15200.16.43.11, 12: 13se10af.28689.16018.16.43.192, 13: 13se10af.28689.16018.16.43.194, 14: 13se10af.28689.17245.16.43.105, 15: 13se10af.28689.23380.16.43.248, 16: 13se10af.28689.4566.16.43.247, 17: 13se10af.6815.14382.11.38.72, 18: 13se10af.6815.18881.11.38.122, 19: 13se10af.6815.21335.11.38.60, 20: 13se10af.6815.2930.11.38.227, 21: 13se10af.6815.476.11.38.247, 22: 13se10af.6815.6202.11.38.103, 23: 13se10af.6815.6202.11.38.122, 24: 13se10af.7391.12337.6.33.177, 25: 13se10af.7391.14382.6.33.178
4:49:42.3056057 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	0: 13se10af.7391.20108.6.33.200, 1: 13se10af.7391.22562.6.33.165, 2: 13se10af.7391.23789.6.33.110, 3: 13se10af.7391.23789.6.33.116, 4: 13se10af.7391.8247.6.33.86, 5: 13se10af.7391.9883.6.33.118, 6: 13se10af.7466.14382.12.39.4, 7: 13se10af.7466.15609.12.39.160, 8: 13se10af.7466.15609.12.39.253, 9: 13se10af.7466.21744.12.39.222, 10: 13se10af.7466.21744.12.39.247, 11: 13se10af.7466.23789.12.39.106, 12: 13se10af.7466.23789.12.39.109, 13: 13se10af.7466.23789.12.39.223, 14: 13se10af.7466.4975.12.39.94, 15: 13se10af.7466.8656.12.39.6, 16: 14au10aa.11591.11114.12.39.52, 17: 14au10aa.11591.2116.12.39.127, 18: 14au10aa.11591.23384.12.39.105, 19: 14au10aa.11591.2934.12.39.209, 20: 14au10aa.11591.5388.12.39.72, 21: 14au10aa.14442.10701.10.37.185, 22: 14au10aa.14442.16018.10.37.3, 23: 14au10aa.14442.23789.10.37.110, 24: 14au10aa.14442.23789.10.37.116, 25: 14au10aa.14442.23789.10.37.185
4:49:42.3056971 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	0: 14au10aa.14442.23789.10.37.208, 1: 14au10aa.14442.5384.10.37.11, 2: 14au10aa.14442.6611.10.37.249, 3: 14au10aa.15205.12337.7.34.190, 4: 14au10aa.15205.67.7.34.122, 5: 14au10aa.15205.67.7.34.128, 6: 14au10aa.15205.7020.7.34.178, 7: 14au10aa.15205.7020.7.34.44, 8: 14au10aa.15205.7020.7.34.95, 9: 14au10aa.16524.10701.9.36.240, 10: 14au10aa.16524.1294.9.36.108, 11: 14au10aa.16524.18472.9.36.77, 12: 14au10aa.16524.20517.9.36.95, 13: 14au10aa.16524.4566.9.36.117, 14: 14au10aa.16524.4566.9.36.123, 15: 14au10aa.16524.4566.9.36.129, 16: 14au10aa.16524.9474.9.36.242, 17: 14au10aa.18484.14795.11.38.69, 18: 14au10aa.18484.21339.11.38.27, 19: 14au10aa.18484.21339.11.38.31, 20: 14au10aa.18484.23384.11.38.223, 21: 14au10aa.18484.25020.11.38.195, 22: 14au10aa.18484.3343.11.38.64, 23: 14au10aa.18484.3343.11.38.70, 24: 14au10aa.18484.6615.11.38.116, 25: 14au10aa.18484.9887.11.38.141
4:49:42.3057713 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	0: 14au10aa.22583.15613.15.42.20, 1: 14au10aa.22583.22975.15.42.71, 2: 14au10aa.22583.4161.15.42.63, 3: 14au10aa.22583.7433.15.42.123, 4: 14au10aa.23240.22154.16.43.13, 5: 14au10aa.23240.22154.16.43.35, 6: 14au10aa.23240.22154.16.43.41, 7: 14au10aa.23240.23381.16.43.155, 8: 14au10aa.23240.23381.16.43.161, 9: 14au10aa.23240.2525.16.43.196, 10: 14au10aa.23240.8353.16.43.139, 11: 14au10aa.23240.8353.16.43.145, 12: 14au10aa.23240.8353.16.43.206, 13: 14au10aa.23819.24611.13.40.224, 14: 14au10aa.23819.24611.13.40.247, 15: 14au10aa.23819.4979.13.40.38, 16: 14au10aa.23858.11932.14.41.125, 17: 14au10aa.23858.18067.14.41.96, 18: 14au10aa.23858.23384.14.41.182, 19: 14au10aa.23858.7024.14.41.152, 20: 14au10aa.27953.1294.8.35.250, 21: 14au10aa.27953.1294.8.35.253, 22: 14au10aa.27953.13973.8.35.157, 23: 14au10aa.27953.15609.8.35.182, 24: 14au10aa.27953.15609.8.35.200, 25: 14au10aa.27953.19699.8.35.239
4:49:42.3058461 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	0: 14au10aa.27953.2930.8.35.190, 1: 14au10aa.8222.14791.6.33.1, 2: 14au10aa.8222.14791.6.33.170, 3: 14au10aa.8222.17245.6.33.67, 4: 14au10aa.8222.22971.6.33.138, 5: 14au10aa.8222.885.6.33.165, 6: 14au10aa.8222.885.6.33.8, 7: 14au10aa.8235.24198.3.30.42, 8: 14au10aa.9480.16018.5.32.226, 9: 14au10aa.9480.16018.5.32.226_1_0, 10: 14au10aa.9480.16018.5.32.232, 11: 14au10aa.9480.16018.5.32.232_0_0, 12: 14au10aa.9480.16018.5.32.92, 13: 14au10aa.9480.16018.5.32.92_1_0, 14: 14au10aa.9480.2521.5.32.94, 15: 14au10aa.9480.2521.5.32.94_1_0, 16: 14au10aa.9480.4157.5.32.61, 17: 14au10aa.9480.4157.5.32.61_0_0, 18: 14au10aa.9480.4975.5.32.165, 19: 15oc10aa.29968.249533.10.37.187, 20: 16au10aa.13222.25042.15.42.199, 21: 16au10aa.13353.25040.10.37.19, 22: 16au10aa.16816.11134.3.30.242, 23: 16au10aa.16816.12770.3.30.164, 24: 16au10aa.16816.13588.3.30.48, 25: 16au10aa.16816.15633.3.30.140
4:49:42.3059454 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	0: 16au10aa.16816.22586.3.30.156, 1: 16au10aa.16816.3772.3.30.46, 2: 16au10aa.16816.67.3.30.117, 3: 16au10aa.16816.67.3.30.90, 4: 16au10aa.16816.8271.3.30.88, 5: 16au10aa.17947.11544.12.39.245, 6: 16au10aa.17947.2137.12.39.244, 7: 16au10aa.17947.6636.12.39.153, 8: 16au10aa.18267.16452.14.41.11, 9: 16au10aa.18267.22587.14.41.15, 10: 16au10aa.18702.12362.13.40.235, 11: 16au10aa.18702.18497.13.40.108, 12: 16au10aa.18702.22587.13.40.220, 13: 16au10aa.18702.23405.13.40.160, 14: 16au10aa.18702.2546.13.40.170, 15: 16au10aa.18702.5409.13.40.215, 16: 16au10aa.18702.5409.13.40.218, 17: 16au10aa.21222.13076.5.32.51, 18: 16au10aa.21222.13076.5.32.81, 19: 16au10aa.21222.13076.5.32.87, 20: 16au10aa.21222.14303.5.32.159, 21: 16au10aa.21222.17575.5.32.110, 22: 16au10aa.21222.17575.5.32.185, 23: 16au10aa.21222.17575.5.32.187, 24: 16au10aa.21404.15633.11.38.19, 25: 16au10aa.21404.15633.11.38.58
4:49:42.3060195 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	0: 16au10aa.21404.18905.11.38.248, 1: 16au10aa.21404.22995.11.38.192, 2: 16au10aa.21404.7044.11.38.73, 3: 16au10aa.21410.23813.10.37.161, 4: 16au10aa.21410.23813.10.37.38, 5: 16au10aa.21410.6635.10.37.248, 6: 16au10aa.21410.7862.10.37.213, 7: 16au10aa.21410.8271.10.37.186, 8: 16au10aa.22096.10317.15.42.244, 9: 16au10aa.22096.13589.15.42.137, 10: 16au10aa.22096.13589.15.42.245, 11: 16au10aa.22096.16043.15.42.126, 12: 16au10aa.22096.17679.15.42.119, 13: 16au10aa.22096.24223.15.42.96, 14: 16au10aa.23558.13484.8.35.190, 15: 16au10aa.23558.21255.8.35.180, 16: 16au10aa.23558.21255.8.35.255, 17: 16au10aa.23558.9803.8.35.34, 18: 16au10aa.24215.1727.9.36.136, 19: 16au10aa.24215.1727.9.36.142, 20: 16au10aa.24215.17678.9.36.142, 21: 16au10aa.24215.17678.9.36.183, 22: 16au10aa.24215.17678.9.36.185, 23: 16au10aa.24215.17678.9.36.218, 24: 16au10aa.24215.17678.9.36.220, 25: 16au10aa.24215.22586.9.36.211
4:49:42.3060940 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	0: 16au10aa.24215.24222.9.36.13, 1: 16au10aa.24215.2954.9.36.149, 2: 16au10aa.24215.7453.9.36.112, 3: 16au10aa.24215.7453.9.36.177, 4: 16au10aa.24215.9907.9.36.195, 5: 16au10aa.24839.12770.7.34.96, 6: 16au10aa.24839.8271.7.34.18, 7: 16au10aa.25458.12257.6.33.86, 8: 16au10aa.25458.20846.6.33.249, 9: 16au10aa.25458.23709.6.33.246, 10: 16au10aa.25458.23709.6.33.88, 11: 16au10aa.25458.5304.6.33.92, 12: 16au10aa.25458.6940.6.33.233, 13: 16au10aa.25458.8167.6.33.11, 14: 16au10aa.25458.8167.6.33.113, 15: 16au10aa.25458.8167.6.33.53, 16: 16au10aa.25458.8167.6.33.59, 17: 16au10aa.25458.8167.6.33.96, 18: 16au10aa.25458.9394.6.33.175, 19: 16au10aa.25458.9394.6.33.178, 20: 16au10aa.3855.67.4.31.155, 21: 17jl10ab.15029.321230.5.32.172, 22: 17jl10ab.15029.321230.5.32.178, 23: 17jl10ab.15029.404505.5.32.112, 24: 17jl10ab.17729.90775.11.38.20.vlar, 25: 17jl10ab.17729.90775.11.38.22.vlar
4:49:42.3061858 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	0: 17jl10ab.17729.90775.11.38.38.vlar, 1: 17jl10ab.19320.133202.9.36.39, 2: 17jl10ab.19320.404096.9.36.74, 3: 17jl10ab.19320.67.9.36.60.vlar, 4: 17jl10ab.2255.131566.10.37.5, 5: 17jl10ab.2255.131566.10.37.85, 6: 17jl10ab.25870.406958.6.33.37, 7: 17jl10ab.3450.404912.4.31.153, 8: 17jl10ab.3450.409411.4.31.15, 9: 17jl10ab.3450.409411.4.31.21, 10: 17jl10ab.3450.411047.4.31.131, 11: 17jl10ab.3450.411047.4.31.137, 12: 17jl10ab.3450.411047.4.31.156, 13: 17jl10ab.3450.91592.4.31.150.vlar, 14: 17jl10ab.7180.131872.8.35.62, 15: 17jl10ab.7180.2521.8.35.92, 16: 17jl10ab.7180.2521.8.35.97, 17: 17jl10ab.7180.322354.8.35.131, 18: 17jl10ab.7180.406856.8.35.220, 19: 17jl10ab.7180.408492.8.35.100, 20: 17jl10ab.7180.412991.8.35.164, 21: 17jl10ab.7180.412991.8.35.94, 22: 17jl10ab.7180.476.8.35.156.vlar, 23: 17oc10aa.14627.7850.7.34.21, 24: 17oc10aa.14627.7850.7.34.4, 25: 17oc10aa.18950.15212.6.33.113
4:49:42.3062660 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	0: 17oc10aa.18950.3760.6.33.35, 1: 17oc10aa.21652.11531.5.32.121, 2: 17oc10aa.21652.413027.5.32.140, 3: 17oc10aa.21652.415481.5.32.64, 4: 17oc10aa.21652.488.5.32.189.vlar, 5: 17oc10aa.21652.6623.5.32.111, 6: 17oc10aa.30159.13576.3.30.52, 7: 17oc10aa.30159.13576.3.30.59, 8: 17oc10aa.30159.2533.3.30.174, 9: 17oc10aa.30159.2533.3.30.190, 10: 17oc10aa.30159.3760.3.30.224, 11: 17oc10aa.30159.415072.3.30.96, 12: 17oc10aa.30159.5396.3.30.4, 13: 17oc10aa.30159.8668.3.30.206, 14: 17oc10aa.30501.15825.4.31.25, 15: 17oc10aa.30501.15825.4.31.52, 16: 17oc10aa.30501.3146.4.31.151, 17: 17oc10aa.30501.409345.4.31.194, 18: 17oc10aa.30501.7236.4.31.141, 19: 20ap10aa.12167.89217.6.33.138, 20: 20ap10aa.17331.99851.12.39.47, 21: 26jl10aa.11776.392079.5.32.34, 22: 26my10ac.31784.1707.8.35.212, 23: 28mr10ab.27712.15622.5.32.192, 24: aimerge.cmd, 25: aimergeg.cmd, 26: AKv8c_Bb_r1846_winx86_SSE2x.txt
4:49:42.3063366 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	0: AKv8c_r2549_winx86_SSE3xjfs.exe, 1: AKv8c_SSE3xjfs.aistub, 2: AP7_win_x86_SSE2_OpenCL_NV.aistub, 3: AP7_win_x86_SSE2_OpenCL_NV.aistub.bak, 4: AP7_win_x86_SSE2_OpenCL_NV_r2887.exe, 5: AP7_win_x86_SSE3_CPU_AMD.aistub, 6: AP7_win_x86_SSE3_CPU_AMD_r2696.exe, 7: app_config.xml, 8: app_info.bak, 9: app_info.xml, 10: ap_18no10ab_B6_P1_00298_20160523_32704.wu, 11: AP_clFFTplan_GeForceGTX660_32768_gr256_lr16_wg256_tw0_ls1024_bn16_cw16_r2887.bin_35330, 12: AP_clFFTplan_GeForceGTX750Ti_32768_gr256_lr16_wg256_tw0_ls1024_bn16_cw16_r2887.bin_35330, 13: ap_cmdline_win_x86_SSE2_OpenCL_NV.bak.txt, 14: ap_cmdline_win_x86_SSE2_OpenCL_NV.txt, 15: ap_cmdline_win_x86_SSE3_CPU_AMD.txt, 16: ap_cmdline_win_x86_SSE_CPU.txt, 17: arecibo_181.png, 18: AstroPulse_Kernels_r2887.cl, 19: AstroPulse_Kernels_r2887.cl_GeForceGTX660.bin_V7_TWIN_FFA_35330, 20: AstroPulse_Kernels_r2887.cl_GeForceGTX750Ti.bin_V7_TWIN_FFA_35330, 21: AstroPulse_NV_config.xml, 22: blc5_2bit_guppi_57451_19958_HIP62472_0005.31430.416.18.27.192.vlar
4:49:42.3064203 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	0: blc5_2bit_guppi_57451_22119_HIP63121_0011.12928.0.17.26.82.vlar, 1: blc5_2bit_guppi_57451_22119_HIP63121_0011.12928.0.17.26.82.vlar_2_0, 2: blc5_2bit_guppi_57451_22119_HIP63121_0011.28542.0.18.27.161.vlar, 3: blc5_2bit_guppi_57451_22812_HIP63121_0013.3595.0.17.26.103.vlar, 4: blc5_2bit_guppi_57451_22812_HIP63121_0013.3595.0.17.26.90.vlar, 5: blc5_2bit_guppi_57451_23161_HIP63121_OFF_0014.16792.416.17.26.82.vlar, 6: blc5_2bit_guppi_57451_23161_HIP63121_OFF_0014.16792.416.17.26.82.vlar_0_0, 7: blc5_2bit_guppi_57451_23161_HIP63121_OFF_0014.19262.831.17.26.62.vlar, 8: blc5_2bit_guppi_57451_23161_HIP63121_OFF_0014.20003.416.17.26.223.vlar, 9: blc5_2bit_guppi_57451_23161_HIP63121_OFF_0014.20003.416.17.26.223.vlar_0_0, 10: blc5_2bit_guppi_57451_23161_HIP63121_OFF_0014.20785.0.17.26.231.vlar, 11: blc5_2bit_guppi_57451_23161_HIP63121_OFF_0014.20785.0.17.26.231.vlar_1_0, 12: blc5_2bit_guppi_57451_23161_HIP63121_OFF_0014.5031.416.17.26.86.vlar, 13: blc5_2bit_guppi_57451_23161_HIP63121_OFF_0014.5031.416.17.26.86.vlar_0_0, 14: blc5_2bit_guppi_57451_23521_HIP63406_0015.11198.831.17.26.51.vlar, 15: blc5_2bit_guppi_57451_23521_HIP63406_0015.13600.831.18.27.193.vlar, 16: blc5_2bit_guppi_57451_23521_HIP63406_0015.13626.831.17.26.195.vlar
4:49:42.3064870 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	0: blc5_2bit_guppi_57451_23521_HIP63406_0015.16179.831.18.27.180.vlar, 1: blc5_2bit_guppi_57451_23521_HIP63406_0015.18216.831.17.26.20.vlar, 2: blc5_2bit_guppi_57451_23521_HIP63406_0015.21293.0.17.26.72.vlar, 3: blc5_2bit_guppi_57451_23521_HIP63406_0015.21968.831.18.27.31.vlar, 4: blc5_2bit_guppi_57451_23521_HIP63406_0015.22066.831.18.27.181.vlar, 5: blc5_2bit_guppi_57451_23521_HIP63406_0015.22217.416.17.26.10.vlar, 6: blc5_2bit_guppi_57451_23521_HIP63406_0015.22778.831.17.26.154.vlar, 7: blc5_2bit_guppi_57451_23521_HIP63406_0015.24221.0.17.26.181.vlar, 8: blc5_2bit_guppi_57451_23521_HIP63406_0015.24309.0.18.27.180.vlar, 9: blc5_2bit_guppi_57451_23521_HIP63406_0015.28411.0.17.26.18.vlar, 10: blc5_2bit_guppi_57451_23521_HIP63406_0015.28411.416.17.26.108.vlar, 11: blc5_2bit_guppi_57451_23521_HIP63406_0015.2865.416.17.26.98.vlar, 12: blc5_2bit_guppi_57451_23521_HIP63406_0015.32322.831.17.26.174.vlar, 13: blc5_2bit_guppi_57451_23521_HIP63406_0015.32459.0.17.26.231.vlar, 14: blc5_2bit_guppi_57451_23521_HIP63406_0015.6490.416.17.26.114.vlar, 15: blc5_2bit_guppi_57451_23521_HIP63406_0015.6490.416.17.26.114.vlar_0_0, 16: blc5_2bit_guppi_57451_23521_HIP63406_0015.6490.416.17.26.14.vlar, 17: blc5_2bit_guppi_57451_23521_HIP63406_0015.6490.416.17.26.14.vlar_0_0
4:49:42.3065580 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	0: blc5_2bit_guppi_57451_23521_HIP63406_0015.813.0.18.27.140.vlar, 1: blc5_2bit_guppi_57451_23521_HIP63406_0015.813.0.18.27.202.vlar, 2: blc5_2bit_guppi_57451_23521_HIP63406_0015.860.0.17.26.251.vlar, 3: blc5_2bit_guppi_57451_23521_HIP63406_0015.860.0.17.26.253.vlar, 4: blc5_2bit_guppi_57451_23521_HIP63406_0015.8890.831.17.26.173.vlar, 5: blc5_2bit_guppi_57451_23521_HIP63406_0015.9083.0.17.26.227.vlar, 6: blc5_2bit_guppi_57451_23521_HIP63406_0015.9269.416.17.26.129.vlar, 7: blc5_2bit_guppi_57451_23521_HIP63406_0015.9269.416.17.26.135.vlar, 8: blc5_2bit_guppi_57451_23521_HIP63406_0015.9269.416.17.26.188.vlar, 9: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.1028.831.17.26.19.vlar, 10: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.13135.831.17.26.7.vlar, 11: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.14036.831.17.26.207.vlar, 12: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.1945.416.18.27.128.vlar, 13: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.19885.831.18.27.213.vlar, 14: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.2010.831.18.27.86.vlar, 15: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.20668.831.18.27.246.vlar, 16: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.20959.416.17.26.190.vlar
4:49:42.3066321 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	0: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.20959.416.17.26.200.vlar, 1: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.20959.416.17.26.203.vlar, 2: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.21002.831.18.27.157.vlar, 3: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.2113.416.18.27.30.vlar, 4: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.21180.831.18.27.108.vlar, 5: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.21210.831.17.26.58.vlar, 6: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.21210.831.17.26.8.vlar, 7: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.25856.831.17.26.254.vlar, 8: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.26675.831.17.26.183.vlar, 9: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.2696.0.17.26.164.vlar, 10: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.2696.0.17.26.227.vlar, 11: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.28257.0.17.26.192.vlar, 12: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.3659.416.18.27.197.vlar, 13: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.4145.831.18.27.177.vlar, 14: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.4398.0.18.27.130.vlar, 15: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.4398.0.18.27.172.vlar, 16: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.5193.831.18.27.73.vlar
4:49:42.3066960 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	0: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.5199.0.18.27.187.vlar, 1: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.5199.0.18.27.87.vlar, 2: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.5980.831.18.27.39.vlar, 3: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.6009.831.17.26.64.vlar, 4: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.6009.831.17.26.8.vlar, 5: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.669.416.18.27.129.vlar, 6: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.6823.416.18.27.62.vlar, 7: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.7017.0.18.27.163.vlar, 8: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.7040.831.17.26.226.vlar, 9: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.8191.831.18.27.63.vlar, 10: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.9174.416.18.27.137.vlar, 11: blc5_2bit_guppi_57451_23871_HIP63406_OFF_0016.9174.416.18.27.176.vlar, 12: blc5_2bit_guppi_57451_24222_HIP63406_0017.18246.0.17.26.117.vlar, 13: blc5_2bit_guppi_57451_24222_HIP63406_0017.1895.831.17.26.43.vlar, 14: blc5_2bit_guppi_57451_24222_HIP63406_0017.1903.416.17.26.56.vlar, 15: blc5_2bit_guppi_57451_24222_HIP63406_0017.22616.416.17.26.23.vlar, 16: blc5_2bit_guppi_57451_24222_HIP63406_0017.22616.831.17.26.159.vlar
4:49:42.3067557 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	0: blc5_2bit_guppi_57451_24222_HIP63406_0017.23152.831.17.26.177.vlar, 1: blc5_2bit_guppi_57451_24222_HIP63406_0017.24250.831.18.27.62.vlar, 2: blc5_2bit_guppi_57451_24222_HIP63406_0017.25548.416.18.27.239.vlar, 3: blc5_2bit_guppi_57451_24222_HIP63406_0017.25989.416.18.27.245.vlar, 4: blc5_2bit_guppi_57451_24222_HIP63406_0017.25989.416.18.27.245.vlar_1_0, 5: blc5_2bit_guppi_57451_24222_HIP63406_0017.2669.0.17.26.100.vlar, 6: blc5_2bit_guppi_57451_24222_HIP63406_0017.28504.416.18.27.246.vlar, 7: blc5_2bit_guppi_57451_24222_HIP63406_0017.29018.0.17.26.106.vlar, 8: blc5_2bit_guppi_57451_24222_HIP63406_0017.29018.0.17.26.63.vlar, 9: blc5_2bit_guppi_57451_24222_HIP63406_0017.4351.0.18.27.37.vlar, 10: blc5_2bit_guppi_57451_24222_HIP63406_0017.4351.0.18.27.87.vlar, 11: blc5_2bit_guppi_57451_24222_HIP63406_0017.4865.416.17.26.137.vlar, 12: blc5_2bit_guppi_57451_24222_HIP63406_0017.6670.831.18.27.234.vlar, 13: blc5_2bit_guppi_57451_24222_HIP63406_0017.6982.831.17.26.127.vlar, 14: blc5_2bit_guppi_57451_24222_HIP63406_0017.6982.831.17.26.211.vlar, 15: blc5_2bit_guppi_57451_24222_HIP63406_0017.9051.831.18.27.208.vlar, 16: blc5_2bit_guppi_57451_24222_HIP63406_0017.9051.831.18.27.214.vlar, 17: blc5_2bit_guppi_57451_24222_HIP63406_0017.999.0.17.26.245.vlar
4:49:42.3068175 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	0: blc5_2bit_guppi_57451_24575_HIP63406_OFF_0017.13842.416.17.26.115.vlar, 1: blc5_2bit_guppi_57451_24575_HIP63406_OFF_0017.16239.0.18.27.80.vlar, 2: blc5_2bit_guppi_57451_24575_HIP63406_OFF_0017.22028.831.17.26.56.vlar, 3: blc5_2bit_guppi_57451_24575_HIP63406_OFF_0017.23985.0.18.27.243.vlar, 4: blc5_2bit_guppi_57451_24575_HIP63406_OFF_0017.26200.416.18.27.172.vlar, 5: blc5_2bit_guppi_57451_24575_HIP63406_OFF_0017.26200.416.18.27.218.vlar, 6: blc5_2bit_guppi_57451_24575_HIP63406_OFF_0017.26474.0.17.26.43.vlar, 7: blc5_2bit_guppi_57451_24575_HIP63406_OFF_0017.28381.0.17.26.29.vlar, 8: blc5_2bit_guppi_57451_24575_HIP63406_OFF_0017.28381.0.17.26.35.vlar, 9: blc5_2bit_guppi_57451_24575_HIP63406_OFF_0017.28381.831.17.26.96.vlar, 10: blc5_2bit_guppi_57451_24575_HIP63406_OFF_0017.28627.831.18.27.77.vlar, 11: blc5_2bit_guppi_57451_24575_HIP63406_OFF_0017.29973.831.17.26.219.vlar, 12: blc5_2bit_guppi_57451_24575_HIP63406_OFF_0017.32353.831.17.26.240.vlar, 13: blc5_2bit_guppi_57451_24575_HIP63406_OFF_0017.4774.831.18.27.41.vlar, 14: blc5_2bit_guppi_57451_24575_HIP63406_OFF_0017.5872.831.17.26.80.vlar, 15: blc5_2bit_guppi_57451_24575_HIP63406_OFF_0017.7277.831.18.27.133.vlar, 16: blc5_2bit_guppi_57451_24575_HIP63406_OFF_0017.8260.831.18.27.30.vlar
4:49:42.3068810 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	0: blc5_2bit_guppi_57451_24929_HIP63406_0019.10626.416.18.27.178.vlar, 1: blc5_2bit_guppi_57451_24929_HIP63406_0019.5844.831.17.26.4.vlar, 2: blc5_2bit_guppi_57451_24929_HIP63406_0019.6095.416.18.27.157.vlar, 3: blc5_2bit_guppi_57451_24929_HIP63406_0019.6095.416.18.27.184.vlar, 4: blc5_2bit_guppi_57451_24929_HIP63406_0019.6095.416.18.27.207.vlar, 5: blc5_2bit_guppi_57451_24929_HIP63406_0019.7381.831.17.26.228.vlar, 6: cmdline_AKv8c_r2549_winx86_SSE3xjfs.txt, 7: cudart32_50_35.dll, 8: cufft32_50_35.dll, 9: docs, 10: grep.exe, 11: libfftw3f-3-3-4_x86.dll, 12: Lunatics_x41zi_win32_cuda50.exe, 13: MB8_win_x86_SSE3_VS2008.aistub, 14: MB8_win_x86_SSE3_VS2008_r3330.exe, 15: mbcuda.cfg, 16: MBCuda50.aistub, 17: MBcuda50_v8.aistub, 18: mb_cmdline_win_x86_SSE3_VS2008.txt, 19: oldApp_backup, 20: r2549_QuadCoreAMDOpterontmProcessor2389_x86.wisdom, 21: r2696_QuadCoreAMDOpterontmProcessor2389_x86.wisdom, 22: r2887_QuadCoreAMDOpterontmProcessor2389_x86.wisdom
4:49:42.3069460 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	0: r3330_QuadCoreAMDOpterontmProcessor2389_x86.wisdom, 1: ReadMe_AstroPulse_OpenCL_NV.txt, 2: sah_40.png, 3: sah_banner_290.png, 4: sah_ss_290.png, 5: slideshow_astropulse_v6_00, 6: slideshow_astropulse_v6_01, 7: slideshow_astropulse_v6_02, 8: slideshow_setiathome_enhanced_00, 9: slideshow_setiathome_enhanced_01, 10: slideshow_setiathome_enhanced_02, 11: slideshow_setiathome_v7_00, 12: slideshow_setiathome_v7_01, 13: slideshow_setiathome_v7_02, 14: stat_icon, 15: uninstaller
4:49:42.3069891 PM	boinc.exe	2768	QueryDirectory	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	NO MORE FILES	
4:49:42.3069976 PM	boinc.exe	2768	CloseFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	
4:49:42.3070089 PM	boinc.exe	2768	IRP_MJ_CLOSE	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu	SUCCESS	
4:49:42.3071187 PM	boinc.exe	2768	CreateFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	Desired Access: Generic Read, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: N, ShareMode: Read, AllocationSize: n/a, OpenResult: Opened
4:49:42.3071561 PM	boinc.exe	2768	QueryStandardInformationFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	AllocationSize: 737,280, EndOfFile: 736,256, NumberOfLinks: 1, DeletePending: False, Directory: False
4:49:42.3071632 PM	boinc.exe	2768	QueryStandardInformationFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	AllocationSize: 737,280, EndOfFile: 736,256, NumberOfLinks: 1, DeletePending: False, Directory: False
4:49:42.3071702 PM	boinc.exe	2768	ReadFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	Offset: 735,232, Length: 1,024, Priority: Normal
4:49:42.3072052 PM	boinc.exe	2768	CloseFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	
4:49:42.3090261 PM	boinc.exe	2768	QueryOpen	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\ui\SwDRM.dll	FAST IO DISALLOWED	
4:49:42.3090462 PM	boinc.exe	2768	CreateFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\ui\SwDRM.dll	PATH NOT FOUND	Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
4:49:42.3112396 PM	boinc.exe	2768	QuerySecurityFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	Information: Owner, Group, DACL, SACL, Label
4:49:42.3112488 PM	boinc.exe	2768	QueryBasicInformationFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	CreationTime: 1/9/2016 5:46:30 AM, LastAccessTime: 1/22/2016 9:17:05 PM, LastWriteTime: 1/9/2016 5:46:30 AM, ChangeTime: 4/28/2016 9:04:49 AM, FileAttributes: ANCI
4:49:42.3113032 PM	boinc.exe	2768	CloseFile	C:\Windows\AppPatch\sysmain.sdb	SUCCESS	
4:49:42.3113141 PM	boinc.exe	2768	IRP_MJ_CLOSE	C:\Windows\AppPatch\sysmain.sdb	SUCCESS	
4:49:42.3113371 PM	boinc.exe	2768	QuerySecurityFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	Information: Owner, Group, DACL, SACL, Label
4:49:42.3115105 PM	boinc.exe	2768	QueryOpen	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe.Local	FAST IO DISALLOWED	
4:49:42.3115705 PM	boinc.exe	2768	CreateFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe.Local	NAME NOT FOUND	Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
4:49:42.3117929 PM	boinc.exe	2768	CreateFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	Desired Access: Generic Read, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: N, ShareMode: Read, Delete, AllocationSize: n/a, OpenResult: Opened
4:49:42.3118939 PM	boinc.exe	2768	QueryOpen	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	FAST IO DISALLOWED	
4:49:42.3119508 PM	boinc.exe	2768	CreateFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened
4:49:42.3119656 PM	boinc.exe	2768	QueryBasicInformationFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	CreationTime: 1/9/2016 5:46:30 AM, LastAccessTime: 1/22/2016 9:17:05 PM, LastWriteTime: 1/9/2016 5:46:30 AM, ChangeTime: 4/28/2016 9:04:49 AM, FileAttributes: ANCI
4:49:42.3119702 PM	boinc.exe	2768	CloseFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	
4:49:42.3119797 PM	boinc.exe	2768	IRP_MJ_CLOSE	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	
4:49:42.3120507 PM	boinc.exe	2768	CreateFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	Desired Access: Generic Read, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: n/a, ShareMode: Read, Delete, AllocationSize: n/a, OpenResult: Opened
4:49:42.3120832 PM	boinc.exe	2768	CreateFileMapping	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	SyncType: SyncTypeOther
4:49:42.3120941 PM	boinc.exe	2768	FASTIO_RELEASE_FOR_SECTION_SYNCHRONIZATION	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	
4:49:42.3120991 PM	boinc.exe	2768	IRP_MJ_CLOSE	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	
4:49:42.3121082 PM	boinc.exe	2768	CreateFileMapping	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	FILE LOCKED WITH ONLY READERS	SyncType: SyncTypeCreateSection, PageProtection: PAGE_READONLY
4:49:42.3121135 PM	boinc.exe	2768	FASTIO_ACQUIRE_FOR_CC_FLUSH	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	
4:49:42.3121217 PM	boinc.exe	2768	FASTIO_RELEASE_FOR_CC_FLUSH	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	
4:49:42.3121270 PM	boinc.exe	2768	FASTIO_RELEASE_FOR_SECTION_SYNCHRONIZATION	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	
4:49:42.3121308 PM	boinc.exe	2768	CreateFileMapping	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	SyncType: SyncTypeOther
4:49:42.3121340 PM	boinc.exe	2768	FASTIO_RELEASE_FOR_SECTION_SYNCHRONIZATION	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	
4:49:42.3121866 PM	boinc.exe	2768	Load Image	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	Image Base: 0x3100000, Image Size: 0xe9000
4:49:42.3121951 PM	boinc.exe	2768	CloseFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	
4:49:42.3122054 PM	boinc.exe	2768	IRP_MJ_CLOSE	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	
4:49:42.3122368 PM	boinc.exe	2768	QueryStandardInformationFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	AllocationSize: 737,280, EndOfFile: 736,256, NumberOfLinks: 1, DeletePending: False, Directory: False
4:49:42.3122530 PM	boinc.exe	2768	CloseFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	
4:49:42.3122622 PM	boinc.exe	2768	IRP_MJ_CLOSE	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	
4:49:42.3122979 PM	boinc.exe	2768	CloseFile	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	
4:49:42.3123067 PM	boinc.exe	2768	IRP_MJ_CLOSE	C:\ProgramData\BOINC\projects\setiathome.berkeley.edu\MB8_win_x86_SSE3_VS2008_r3330.exe	SUCCESS	
ID: 1792961 · Report as offensive
Previous · 1 · 2 · 3 · 4 · 5 · 6 · Next

Message boards : Number crunching : 1073741205 Error Code (Unknown Error)


 
©2024 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.