OK, the delay happened again, and I captured a procmon log.
Copy of the BOINC log attached (period of interest is 19:35:30 to 19:35:41): 
also a simple extract of ProcMon for the same period. It has to be said, 
boinc.exe was doing surprisingly little.
I have kept the full ~200 MB native ProcMon log, which can be re-filtered to 
look for anything else of interest, if you can suggest some likely targets. 


     On Monday, 18 May 2015, 20:57, David Anderson <[email protected]> 
wrote:
   
 

 That looks like what's needed.
Richard, if you can repro the inter-job delay,
you could try using Process Monitor to capture as much
as possible from the client during that period.
-- David

On 18-May-2015 11:12 AM, Jacob Klein wrote:
> Process Monitor can be used to "watch the things a process does" (you have to 
> set 
> up correct filters, etc.)... but I'm not sure if that includes sleeps. But if 
> the 
> process is waiting on a file or something, though, it should be able to tell 
> you. 
> Worth looking into.
>
> https://technet.microsoft.com/en-us/library/bb896645.aspx
>
> Regards,
> Jacob
>
>
> ------------------------------------------------------------------------------------
> Date: Mon, 18 May 2015 10:41:16 -0700
> From: [email protected]
> To: [email protected]; [email protected]; [email protected]
> CC: [email protected]
> Subject: Re: [boinc_dev] [boinc_alpha] BOINC re-using slot directories 
> without 
> ensuring they're empty
>
> I looked at this and couldn't figure out the source of the 12-sec delay.
> In general, delays could happen because
> 1) the client does something that takes a long time (like copying a 5 GB file)
> 2) the client sleeps (i.e. calls boinc_sleep()).
>    It does this in a few situations,
>    like backing off and retrying a file system operation.
> But there's no indication that either of these is happening here.
>
> Does Windows have a way of logging the system calls that a process makes
> (like strace on Unix)?
> If so that might reveal what the client is doing during those 12 seconds.
>
> -- David
>
> On 16-May-2015 8:01 AM, Richard Haselgrove wrote:
>
>    Here is the message log file for a GPUGrid task finish. The 12-second delay
>    appears again between 14:26:35 and 14:26:47 - that's after the slot 
>directory
>    has been cleared, and the exiting task has changed state from 'running' to
>    'uploading'. Two new tasks have been assigned to the GPU, but their (small)
>    startup files have not yet been linked to their respective slot 
>directories.
>
>    I also attach directory listings for the slot and GPUGrid project folders 
>at
>    various stages of the cleanup: the slot held 34 files totalling 44,186,727
>    bytes, which doesn't sound excessive: the largest file deletion (94,783,960
>    bytes) occurred several minutes later, when that file finished uploading.
>
>    I'll enable similar logging and watch what happens when the next GPUGrid 
>task
>    starts up, but from memory, the disruption to BOINC is less severe at 
>startup.
>
>
>
>    On Tuesday, 12 May 2015, 23:29, David Anderson <[email protected]>
>    <mailto:[email protected]> wrote:
>
>
>
>        BTW: the client isn't completely single-threaded;
>        it uses a separate thread to do CPU throttling.
>        It would be feasible to also use separate threads
>        for serving GUI RPC connections,
>        which would allow client to remain responsive even while
>        e.g. copying thousands of files to a slot dir.
>        -- David
>
>        On 12-May-2015 2:40 AM, Seke Rob wrote:
>        > Reminds me of the Clean Energy Project, Phase 2 and why we have
>        app_config and
>        > <max_concurrent> and a default control of allowing 1 'In Progress' 
>on a
>        host. This
>        > project sets up in slot copying near 6700 files [symlinking proposed
>        long ago as
>        > is done on several other WCG projects for the static files]. If more
>        than one CEP2
>        > is started the machine feels at times like a snail, responsiveness of
>        the BOINC
>        > manager is poor, many a time the less powerful systems incurring 
>error
>        zero status
>        > exits or total fail. On an 8 core observed it could take over an hour
>        before
>        > actual computing commenced [CPU time logged]. Boot cycle requires 
>manually
>        > starting of tasks one by one. Kevin Reed few years ago raised a 
>ticket for
>        > staggered starting, where the models can reach several GB and bigger 
>in the
>        > coming. At any rate, as much as these 6700 files are copied, they 
>also
>        then are
>        > needing of deletion at completion [physical or symlink references]. 
>The
>        effect of
>        > starting 1 CEP2 and finishing / packaging / zipping and transmitting 
>can
>        easily
>        > lead to several minutes of there not being any computing, just 
>whirring,
>        for
>        > minutes, just elapsed being logged. The more run the more the issue
>        compounds,
>        > with the effect of what many incur, the exit zero status series,
>        resetting to
>        > start or last checkpoint with often hours of computing time lost.
>        >
>        > Maybe you'd like to get in touch with your confederates at WCG [Keith
>        Uplinger],
>        > to discuss the issue further as this is now nearing a 5 year 
>continues
>        frustration
>        > [June 2010 launch, and a huge limitation on the speed of progress on
>        this project].
>        >
>        > --SekeRob.
>        >
>        > On 12-5-2015 1:55, David Anderson wrote:
>        >> That delay looks like it's caused by deleting files or by process 
>cleanup.
>        >> Does GPUGrid make lots of (non-output) files in the slot dir?
>        >>
>        >> Please try to repro it with slot_debug, task_debug, and 
>heartbeat_debug set
>        >> (gui_rpc_debug not needed).
>        >>
>        >> -- David
>        >>
>        >> On 11-May-2015 10:54 AM, Richard Haselgrove wrote:
>        >>> Here's another example of a case where BOINC finds that it can't 
>walk
>        and chew
>        >>> gum at the same time. The event of interest is
>        >>>
>        >>> 11/05/2015 18:35:34 | GPUGRID | Computation for task
>        >>> e10s9_e7s6f4-GERARD_FXCXCL12_LIG_6282622-0-1-RND7898_0 finished
>        >>>
>        >>> Following that, there's a 12-second interval where neither 
>heartbeats
>        nor GUI
>        >>> RPC traffic was logged: during that time, the Task tab of the 
>Manager was
>        >>> unchanging, not showing the regular update of elapsed time for 
>running
>        tasks.
>        >>>
>        >>> async_file_debug was active at the time, but found no events to 
>log.
>        >>>
>        >>> These particular GPUGrid tasks generate around 90 MB of upload 
>files,
>        but I
>        >>> think they are generated directly in the project folder and don't 
>need
>        to be
>        >>> copied anywhere.
>        >>>
>        >>> Main log as attached file only.
>        >>>
>        >>> I'll catch a CMS-dev log later this evening, but after that, I'll 
>be
>        away for a
>        >>> few days and I'll have to leave the bug-chase until the weekend.
>        >>>
>        >>>
>        >>>
>        >>>
>        >>> On Monday, 11 May 2015, 9:42, Jacob Klein <[email protected]
>        <mailto:[email protected]>> wrote:
>        >>>
>        >>>
>        >>>
>        >>>    I have seen this problem before, where the UI becomes 
>unresponsive.
>        If I
>        >>>    recall, it happens when a T4T task is being set up (ie: after
>        everything was
>        >>>    downloaded). For me, I don't recall the problem ever "screwing 
>over
>        other
>        >>>    tasks", though.
>        >>>
>        >>>    Try this to reproduce it: Attach to T4T, and get a task. It may
>        take a while
>        >>>    to do that download, so you can "step away" for a bit. Then, 
>once
>        that task
>        >>>    is going, abort it. Downloading the 2nd task should be 
>instantaneous
>        >>>    (nothing really to download), but instantiation of that 2nd 
>task should
>        >>>    cause the UI to hang (showing the "Please wait" messagebox in 
>the
>        manager).
>        >>>
>        >>>    Does that help?
>        >>>    > Date: Sun, 10 May 2015 23:19:24 -0700
>        >>>    > From: [email protected] <mailto:[email protected]>
>        <mailto:[email protected] <mailto:[email protected]>>
>        >>>    > To: [email protected]
>        <mailto:[email protected]> 
><mailto:[email protected]
>        <mailto:[email protected]>>;
>        >>> [email protected] <mailto:[email protected]>
>        <mailto:[email protected] <mailto:[email protected]>>
>        >>>    > CC: [email protected]
>        <mailto:[email protected]> 
><mailto:[email protected]
>        <mailto:[email protected]>>
>        >>>    > Subject: Re: [boinc_alpha] BOINC re-using slot directories 
>without
>        >>>    ensuring they're empty
>        >>>    >
>        >>>    > I did some initial testing and couldn't repro this;
>        >>>    > the client remains responsive while copying a 5 GB file to a 
>slot
>        dir.
>        >>>    > Does anyone else see this behavior?
>        >>>    >
>        >>>    > While testing this, please set "async_file_debug" log flag.
>        >>>    > This says when asynchronous file operations start and end.
>        >>>    >
>        >>>    > -- David
>        >>>    >
>        >>>    > On 10-May-2015 12:31 PM, Richard Haselgrove wrote:
>        >>>    > > One thing that may need attention if very large files become
>        the norm is
>        >>>    the
>        >>>    > > single-threaded nature of some parts of the core client. My
>        1-hour CMS
>        >>>    test has
>        >>>    > > just finished, and a new 24-hour test started.
>        >>>    > >
>        >>>    > >
>        >>>    > > I watched this happening, and part of the process is 
>copying a
>        1.33 GB
>        >>>    initial
>        >>>    > > .vmi image file (downloaded previously by BOINC from CERN) 
>from
>        the project
>        >>>    > > directory to the slot directory. This took about 90 seconds:
>        during that
>        >>>    time, all
>        >>>    > > Manager updating stopped. I'm sure it's the copying process
>        which inhibited
>        >>>    > > updates: I was watching the slot directory, and the .vmi 
>image
>        file had
>        >>>    appeared,
>        >>>    > > but other essential startup files hadn't.
>        >>>    > >
>        >>>    > >
>        >>>    > > When BOINC regained its ability to communicate, three 
>running
>        tasks had
>        >>>    exited
>        >>>    > > with the dreaded (and false) 'you may need to reset the
>        project' advice.
>        >>>    inline
>        >>>    > > log follows: because my last log got mangled by my ISP's 
>new mail
>        >>>    interface, I'll
>        >>>    > > attach it as a text file as well.
>        >>>    > >
>        >>>    > >
>        >>>    > > 10/05/2015 20:12:56 | LHC@home <mailto:LHC@home>
>        <mailto:LHC@home <mailto:LHC@home>> 1.0 | Computation for task
>        >>>    > >
>        >>>
>        
>sd_FCChh_bs25_beta30_xing120_int1.0_emit2.0_tunex117.216_tuney118.226_6D_V4__1__s__118.31_117.32__4.1_4.2__6__20_1_sixvf_boinc701_1
>        >>>
>        >>>    > > finished
>        >>>    > > 10/05/2015 20:12:56 | CMS-dev | Starting task
>        CMS_31107_1427806626.783437_0
>        >>>    > > 10/05/2015 20:12:56 | CMS-dev | [cpu_sched] Starting task
>        >>>    > > CMS_31107_1427806626.783437_0 using CMS version 4615 
>(vbox64)
>        in slot 7
>        >>>    > > 10/05/2015 20:14:25 | climateprediction.net | Task
>        >>>    > > hadam3p_anz_e3g7_2013_1_009760406_0 exited with zero status 
>but no
>        >>>    'finished' file
>        >>>    > > 10/05/2015 20:14:25 | climateprediction.net | If this 
>happens
>        repeatedly
>        >>>    you may
>        >>>    > > need to reset the project.
>        >>>    > > 10/05/2015 20:14:25 | NumberFields@home
>        <mailto:NumberFields@home> <mailto:NumberFields@home
>        <mailto:NumberFields@home>> | Task
>        >>>    > > wu_sf3_DS-10x271_Grp503196of682667_0 exited with zero 
>status but no
>        >>>    'finished' file
>        >>>    > > 10/05/2015 20:14:25 | NumberFields@home
>        <mailto:NumberFields@home> <mailto:NumberFields@home
>        <mailto:NumberFields@home>> | If
>        >>>    this happens repeatedly you may need
>        >>>    > > to reset the project.
>        >>>    > > 10/05/2015 20:14:25 | SETI@home <mailto:SETI@home>
>        <mailto:SETI@home <mailto:SETI@home>> | Task
>        >>> 05jl12ab.3911.10292.438086664199.12.207_1
>        >>>    > > exited with zero status but no 'finished' file
>        >>>    > > 10/05/2015 20:14:25 | SETI@home <mailto:SETI@home>
>        <mailto:SETI@home <mailto:SETI@home>> | If this happens
>        >>>    repeatedly you may need to reset
>        >>>    > > the project.
>        >>>    > > 10/05/2015 20:14:25 | climateprediction.net | [cpu_sched]
>        Restarting task
>        >>>    > > hadam3p_anz_e3g7_2013_1_009760406_0 using hadam3p_anz 
>version
>        610 in slot 5
>        >>>    > > 10/05/2015 20:14:25 | NumberFields@home
>        <mailto:NumberFields@home> <mailto:NumberFields@home
>        <mailto:NumberFields@home>> |
>        >>>    [cpu_sched] Restarting task
>        >>>    > > wu_sf3_DS-10x271_Grp503196of682667_0 using GetDecics version
>        200 in slot 0
>        >>>    > > 10/05/2015 20:14:25 | SETI@home <mailto:SETI@home>
>        <mailto:SETI@home <mailto:SETI@home>> | [cpu_sched]
>        >>>    Restarting task
>        >>>    > > 05jl12ab.3911.10292.438086664199.12.207_1 using 
>setiathome_v7
>        version
>        >>>    700 (cuda42)
>        >>>    > > in slot 2
>        >>>    > > 10/05/2015 20:14:27 | LHC@home <mailto:LHC@home>
>        <mailto:LHC@home <mailto:LHC@home>> 1.0 | Started upload of
>        >>>    > >
>        >>>
>        
>sd_FCChh_bs25_beta30_xing120_int1.0_emit2.0_tunex117.216_tuney118.226_6D_V4__1__s__118.31_117.32__4.1_4.2__6__20_1_sixvf_boinc701_1_0
>        >>>    > > 10/05/2015 20:14:30 | LHC@home <mailto:LHC@home>
>        <mailto:LHC@home <mailto:LHC@home>> 1.0 | Finished upload of
>        >>>    > >
>        >>>
>        
>sd_FCChh_bs25_beta30_xing120_int1.0_emit2.0_tunex117.216_tuney118.226_6D_V4__1__s__118.31_117.32__4.1_4.2__6__20_1_sixvf_boinc701_1_0
>        >>>    > >
>        >>>    > >
>        >>>    > >
>        >>>    > >
>        >>>    > >
>        >>>    > > On Sunday, 10 May 2015, 19:59, Seke Rob <[email protected]
>        <mailto:[email protected]>
>        >>>    <mailto:[email protected] <mailto:[email protected]>>> 
>wrote:
>        >>>    > >
>        >>>    > >
>        >>>    > >
>        >>>    > >    Excellent this is all fixed and tested. Interest is/was 
>that
>        WCG's Clean
>        >>>    > >    Energy at some point in time was to run very large 
>models,
>        talk of
>        >>>    4-8GB IIRC.
>        >>>    > >
>        >>>    > >    --SekeRob
>        >>>    > >
>        >>>    > >    On May 10, 2015 20:27, Richard Haselgrove
>        >>>    <[email protected] 
><mailto:[email protected]>
>        <mailto:[email protected] 
><mailto:[email protected]>>
>        >>>    > >    <mailto:[email protected]
>        <mailto:[email protected]>
>        >>>    <mailto:[email protected]
>        <mailto:[email protected]>>>> wrote:
>        >>>    > >    CMS only has stock applications configured for delivery 
>to
>        64-bit
>        >>>    platforms.
>        >>>    > >    I've made an anonymous platform configuration using the
>        32-bit VBox
>        >>>    Windows
>        >>>    > >    wrapper: it has downloaded and is running its first 
>1-hour
>        task. If that
>        >>>    > >    completes successfully (it seems to have reached the
>        >>>    fully-operational stage),
>        >>>    > >    I'll try a full 24-hour task, which under current 
>operational
>        >>>    circumstances
>        >>>    > >    should generate a >4 GB file locally.
>        >>>    > >
>        >>>    > >
>        >>>    > >        On Sunday, 10 May 2015, 18:28, David Anderson
>        >>>    <[email protected] <mailto:[email protected]>
>        <mailto:[email protected] <mailto:[email protected]>>
>        >>>    > >    <mailto:[email protected]
>        <mailto:[email protected]> <mailto:[email protected]
>        <mailto:[email protected]>>>> wrote:
>        >>>    > >
>        >>>    > >
>        >>>    > >
>        >>>    > >    NTFS handles > 4GB files, even if the hardware and/or OS 
>is
>        only 32-bit.
>        >>>    > >    32-bit versions of Windows have APIs (like _stat64()) for
>        handling >
>        >>>    4GB files.
>        >>>    > >    BOINC needs to use these; we fixed one place where it 
>wasn't.
>        >>>    > >
>        >>>    > >    On Unix (Linux and Mac), BOINC uses the regular APIs 
>(like
>        lseek())
>        >>>    but is
>        >>>    > >    built with a
>        >>>    > > -D_FILE_OFFSET_BITS=64 flag that causes these functions to
>        64-bit size.
>        >>>    > >    However, it's possible that BOINC has bugs involving > 
>4GB
>        files on
>        >>>    Unix too.
>        >>>    > >    If anyone has a 32-bit Linux system, please test with the
>        CMS project.
>        >>>    > >
>        >>>    > >    -- David
>        >>>    > >
>        >>>    > >    On 10-May-2015 3:58 AM, --SekeRob wrote:
>        >>>    > >    >
>        >>>    > >    > Just wondering, with files over 4GB and a 64 bit lib
>        introduced, is
>        >>>    it not a CMS
>        >>>    > >    > project requirement to run on a 64 bit OS?
>        >>>    > >    >
>        >>>    > >    >
>        >>>    > >
>        >>>    > > _______________________________________________
>        >>>    > >    boinc_alpha mailing list
>        >>>    > > [email protected]
>        <mailto:[email protected]> 
><mailto:[email protected]
>        <mailto:[email protected]>>
>        >>>    <mailto:[email protected]
>        <mailto:[email protected]> 
><mailto:[email protected]
>        <mailto:[email protected]>>>
>        >>>    > > http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_alpha
>        >>>    > >    To unsubscribe, visit the above URL and
>        >>>    > >    (near bottom of page) enter your email address.
>        >>>
>        >>>    > >
>        >>>    > >
>        >>>    > >
>        >>>    > >
>        >>>    > > _______________________________________________
>        >>>    > >    boinc_alpha mailing list
>        >>>    > > [email protected]
>        <mailto:[email protected]> 
><mailto:[email protected]
>        <mailto:[email protected]>>
>        >>>    <mailto:[email protected]
>        <mailto:[email protected]> 
><mailto:[email protected]
>        <mailto:[email protected]>>>
>        >>>    > > http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_alpha
>        >>>    > >    To unsubscribe, visit the above URL and
>        >>>    > >    (near bottom of page) enter your email address.
>        >>>    > >
>        >>>    > >
>        >>>    >
>        >>>    > _______________________________________________
>        >>>    > boinc_alpha mailing list
>        >>>    > [email protected]
>        <mailto:[email protected]> 
><mailto:[email protected]
>        <mailto:[email protected]>>
>        >>>    > http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_alpha
>        >>>    > To unsubscribe, visit the above URL and
>        >>>    > (near bottom of page) enter your email address.
>        >>>
>        >>> _______________________________________________
>        >>>    boinc_alpha mailing list
>        >>> [email protected] <mailto:[email protected]>
>        <mailto:[email protected] 
><mailto:[email protected]>>
>        >>> http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_alpha
>        >>>    To unsubscribe, visit the above URL and
>        >>>    (near bottom of page) enter your email address.
>        >>>
>        >>>
>        >>
>        >
>        >
>        >
>        >
>        
>------------------------------------------------------------------------------------
>        > Avast logo <http://www.avast.com/>
>        >
>        > This email has been checked for viruses by Avast antivirus software.
>        > www.avast.com <http://www.avast.com> <http://www.avast.com/>
>        >
>        >
>
>        _______________________________________________
>        boinc_dev mailing list
>        [email protected] <mailto:[email protected]>
>        http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
>
>        To unsubscribe, visit the above URL and
>        (near bottom of page) enter your email address.
>
>
>

_______________________________________________
boinc_dev mailing list
[email protected]
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.


 
  
19-May-2015 19:35:29 [Einstein@Home] [heartbeat] Heartbeat sent to task 
PM0025_016A1_230_1
19-May-2015 19:35:29 [NumberFields@home] [heartbeat] Heartbeat sent to task 
wu_sf3_DS-10x271_Grp522680of682667_1
19-May-2015 19:35:29 [LHC@home 1.0] [heartbeat] Heartbeat sent to task 
wzero_jtbb2cm1__7__s__62.31_60.32__5_5.5__6__39_1_sixvf_boinc379534_7
19-May-2015 19:35:29 [NumberFields@home] [heartbeat] Heartbeat sent to task 
wu_sf3_DS-10x271_Grp522952of682667_1
19-May-2015 19:35:29 [NumberFields@home] [heartbeat] Heartbeat sent to task 
wu_sf3_DS-10x271_Grp523153of682667_0
19-May-2015 19:35:29 [LHC@home 1.0] [heartbeat] Heartbeat sent to task 
work-case_0_job.B1injection_case_0.4504__58__s__64.281_59.3138__6_7__6__42_1_sixvf_boinc66388_1
19-May-2015 19:35:30 [GPUGRID] [task] Process for 
e15s6_e12s5f425-GERARD_FXCXCL12_LIG_9321671-0-1-RND4411_0 exited, exit code 0, 
task state 1
19-May-2015 19:35:30 [GPUGRID] [task] task_state=EXITED for 
e15s6_e12s5f425-GERARD_FXCXCL12_LIG_9321671-0-1-RND4411_0 from handle_exited_app
19-May-2015 19:35:30 [---] [slot] cleaning out slots/2: handle_exited_app()
19-May-2015 19:35:30 [---] [slot] removed file slots/2/acemd.847-65.exe
19-May-2015 19:35:30 [---] [slot] removed file slots/2/boinc_finish_called
19-May-2015 19:35:30 [---] [slot] removed file slots/2/boinc_task_state.xml
19-May-2015 19:35:30 [---] [slot] removed file slots/2/COPYRIGHT
19-May-2015 19:35:30 [---] [slot] removed file slots/2/cudart32_65.dll
19-May-2015 19:35:30 [---] [slot] removed file slots/2/cufft32_65.dll
19-May-2015 19:35:30 [---] [slot] removed file slots/2/init_data.xml
19-May-2015 19:35:30 [---] [slot] removed file slots/2/input
19-May-2015 19:35:30 [---] [slot] removed file slots/2/input.coor
19-May-2015 19:35:30 [---] [slot] removed file slots/2/input.idx
19-May-2015 19:35:30 [---] [slot] removed file slots/2/input.vel
19-May-2015 19:35:30 [---] [slot] removed file slots/2/input.xsc
19-May-2015 19:35:30 [---] [slot] removed file slots/2/LICENSE
19-May-2015 19:35:30 [---] [slot] removed file slots/2/META_INP
19-May-2015 19:35:30 [---] [slot] removed file slots/2/output.coor
19-May-2015 19:35:30 [---] [slot] removed file slots/2/output.dcd
19-May-2015 19:35:30 [---] [slot] removed file slots/2/output.idx
19-May-2015 19:35:30 [---] [slot] removed file slots/2/output.vel
19-May-2015 19:35:30 [---] [slot] removed file slots/2/output.vel.dcd
19-May-2015 19:35:30 [---] [slot] removed file slots/2/output.xsc
19-May-2015 19:35:30 [---] [slot] removed file slots/2/output.xstfile
19-May-2015 19:35:30 [---] [slot] removed file slots/2/output.xtc
19-May-2015 19:35:30 [---] [slot] removed file slots/2/parameters
19-May-2015 19:35:30 [---] [slot] removed file slots/2/progress.log
19-May-2015 19:35:30 [---] [slot] removed file slots/2/restart.coor
19-May-2015 19:35:30 [---] [slot] removed file slots/2/restart.idx
19-May-2015 19:35:30 [---] [slot] removed file slots/2/restart.runtime
19-May-2015 19:35:30 [---] [slot] removed file slots/2/restart.vel
19-May-2015 19:35:30 [---] [slot] removed file slots/2/restart.xsc
19-May-2015 19:35:30 [---] [slot] removed file slots/2/stderr.txt
19-May-2015 19:35:30 [---] [slot] removed file slots/2/structure.pdb
19-May-2015 19:35:30 [---] [slot] removed file slots/2/structure.psf
19-May-2015 19:35:30 [---] [slot] removed file slots/2/tcl84.dll
19-May-2015 19:35:30 [CMS-dev] [heartbeat] Heartbeat sent to task 
CMS_31424_1427806633.955210_0
19-May-2015 19:35:30 [Einstein@Home] [heartbeat] Heartbeat sent to task 
PM0025_016A1_230_1
19-May-2015 19:35:30 [NumberFields@home] [heartbeat] Heartbeat sent to task 
wu_sf3_DS-10x271_Grp522680of682667_1
19-May-2015 19:35:30 [LHC@home 1.0] [heartbeat] Heartbeat sent to task 
wzero_jtbb2cm1__7__s__62.31_60.32__5_5.5__6__39_1_sixvf_boinc379534_7
19-May-2015 19:35:30 [NumberFields@home] [heartbeat] Heartbeat sent to task 
wu_sf3_DS-10x271_Grp522952of682667_1
19-May-2015 19:35:30 [NumberFields@home] [heartbeat] Heartbeat sent to task 
wu_sf3_DS-10x271_Grp523153of682667_0
19-May-2015 19:35:30 [LHC@home 1.0] [heartbeat] Heartbeat sent to task 
work-case_0_job.B1injection_case_0.4504__58__s__64.281_59.3138__6_7__6__42_1_sixvf_boinc66388_1
19-May-2015 19:35:30 [GPUGRID] Computation for task 
e15s6_e12s5f425-GERARD_FXCXCL12_LIG_9321671-0-1-RND4411_0 finished
19-May-2015 19:35:30 [---] [slot] removed file 
projects/www.gpugrid.net/e15s6_e12s5f425-GERARD_FXCXCL12_LIG_9321671-0-1-RND4411_0_0
19-May-2015 19:35:30 [GPUGRID] [task] result state=FILES_UPLOADING for 
e15s6_e12s5f425-GERARD_FXCXCL12_LIG_9321671-0-1-RND4411_0 from CS::app_finished
19-May-2015 19:35:30 [---] [slot] cleaning out slots/2: get_free_slot()
19-May-2015 19:35:30 [GPUGRID] [slot] assigning slot 2 to 
e15s3_e14s11f35-GERARD_FXCXCL12_LIG_11537822-0-1-RND1725_3
19-May-2015 19:35:41 [CMS-dev] [heartbeat] Heartbeat sent to task 
CMS_31424_1427806633.955210_0
19-May-2015 19:35:41 [Einstein@Home] [heartbeat] Heartbeat sent to task 
PM0025_016A1_230_1
19-May-2015 19:35:41 [NumberFields@home] [heartbeat] Heartbeat sent to task 
wu_sf3_DS-10x271_Grp522680of682667_1
19-May-2015 19:35:41 [LHC@home 1.0] [heartbeat] Heartbeat sent to task 
wzero_jtbb2cm1__7__s__62.31_60.32__5_5.5__6__39_1_sixvf_boinc379534_7
19-May-2015 19:35:41 [NumberFields@home] [heartbeat] Heartbeat sent to task 
wu_sf3_DS-10x271_Grp522952of682667_1
19-May-2015 19:35:41 [NumberFields@home] [heartbeat] Heartbeat sent to task 
wu_sf3_DS-10x271_Grp523153of682667_0
19-May-2015 19:35:41 [LHC@home 1.0] [heartbeat] Heartbeat sent to task 
work-case_0_job.B1injection_case_0.4504__58__s__64.281_59.3138__6_7__6__42_1_sixvf_boinc66388_1
19-May-2015 19:35:41 [NumberFields@home] [task] result 
wu_sf3_DS-10x271_Grp523153of682667_0 checkpointed
19-May-2015 19:35:41 [---] [slot] removed file slots/2/init_data.xml
19-May-2015 19:35:41 [GPUGRID] [task] task_state=COPY_PENDING for 
e15s3_e14s11f35-GERARD_FXCXCL12_LIG_11537822-0-1-RND1725_3 from start
19-May-2015 19:35:41 [GPUGRID] Starting task 
e15s3_e14s11f35-GERARD_FXCXCL12_LIG_11537822-0-1-RND1725_3
19-May-2015 19:35:41 [GPUGRID] [cpu_sched] Starting task 
e15s3_e14s11f35-GERARD_FXCXCL12_LIG_11537822-0-1-RND1725_3 using acemdlong 
version 847 (cuda65) in slot 2
19-May-2015 19:35:43 [CMS-dev] [heartbeat] Heartbeat sent to task 
CMS_31424_1427806633.955210_0
19-May-2015 19:35:43 [Einstein@Home] [heartbeat] Heartbeat sent to task 
PM0025_016A1_230_1
19-May-2015 19:35:43 [NumberFields@home] [heartbeat] Heartbeat sent to task 
wu_sf3_DS-10x271_Grp522680of682667_1
19-May-2015 19:35:43 [LHC@home 1.0] [heartbeat] Heartbeat sent to task 
wzero_jtbb2cm1__7__s__62.31_60.32__5_5.5__6__39_1_sixvf_boinc379534_7
19-May-2015 19:35:43 [NumberFields@home] [heartbeat] Heartbeat sent to task 
wu_sf3_DS-10x271_Grp522952of682667_1
19-May-2015 19:35:43 [NumberFields@home] [heartbeat] Heartbeat sent to task 
wu_sf3_DS-10x271_Grp523153of682667_0
19-May-2015 19:35:43 [LHC@home 1.0] [heartbeat] Heartbeat sent to task 
work-case_0_job.B1injection_case_0.4504__58__s__64.281_59.3138__6_7__6__42_1_sixvf_boinc66388_1
19-May-2015 19:35:43 [GPUGRID] Started upload of 
e15s6_e12s5f425-GERARD_FXCXCL12_LIG_9321671-0-1-RND4411_0_0
19-May-2015 19:35:43 [GPUGRID] Started upload of 
e15s6_e12s5f425-GERARD_FXCXCL12_LIG_9321671-0-1-RND4411_0_1
19:35:30.4309114        acemd.847-65.exe        6204    CreateFile      
D:\BOINCdata\slots\2\boinc_finish_called        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
19:35:30.4312041        acemd.847-65.exe        6204    CloseFile       
D:\BOINCdata\slots\2\boinc_finish_called        SUCCESS 
19:35:30.4312829        acemd.847-65.exe        6204    CloseFile       
D:\BOINCdata\slots\2\boinc_lockfile     SUCCESS 
19:35:30.4314389        acemd.847-65.exe        6204    CreateFile      
D:\BOINCdata\slots\2    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
19:35:30.4314700        acemd.847-65.exe        6204    QueryDirectory  
D:\BOINCdata\slots\2\boinc_lockfile     SUCCESS Filter: boinc_lockfile, 1: 
boinc_lockfile
19:35:30.4315077        acemd.847-65.exe        6204    CloseFile       
D:\BOINCdata\slots\2    SUCCESS 
19:35:30.4316132        acemd.847-65.exe        6204    CreateFile      
D:\BOINCdata\slots\2\boinc_lockfile     SUCCESS Desired Access: Read 
Attributes, Delete, Disposition: Open, Options: Non-Directory File, Open 
Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: 
n/a, OpenResult: Opened
19:35:30.4316550        acemd.847-65.exe        6204    QueryAttributeTagFile   
D:\BOINCdata\slots\2\boinc_lockfile     SUCCESS Attributes: ANCI, ReparseTag: 
0x0
19:35:30.4316738        acemd.847-65.exe        6204    
SetDispositionInformationFile   D:\BOINCdata\slots\2\boinc_lockfile     SUCCESS 
Delete: True
19:35:30.4317043        acemd.847-65.exe        6204    CloseFile       
D:\BOINCdata\slots\2\boinc_lockfile     SUCCESS 
19:35:30.4333396        acemd.847-65.exe        6204    
QueryStandardInformationFile    
D:\BOINCdata\projects\www.gpugrid.net\e15s6_e12s5f425-GERARD_FXCXCL12_LIG_9321671-0-1-RND4411_0_0
       SUCCESS AllocationSize: 1,048,576, EndOfFile: 983,522, NumberOfLinks: 1, 
DeletePending: False, Directory: False
19:35:30.4333642        acemd.847-65.exe        6204    WriteFile       
D:\BOINCdata\projects\www.gpugrid.net\e15s6_e12s5f425-GERARD_FXCXCL12_LIG_9321671-0-1-RND4411_0_0
       SUCCESS Offset: 983,522, Length: 484
19:35:30.4334277        acemd.847-65.exe        6204    Thread Exit             
SUCCESS Thread ID: 6716, User Time: 0.0000000, Kernel Time: 0.0000000
19:35:30.4334280        acemd.847-65.exe        6204    Thread Exit             
SUCCESS Thread ID: 6104, User Time: 0.0000000, Kernel Time: 0.0000000
19:35:30.4334295        acemd.847-65.exe        6204    Thread Exit             
SUCCESS Thread ID: 1088, User Time: 0.0000000, Kernel Time: 0.0000000
19:35:30.4334535        acemd.847-65.exe        6204    Thread Exit             
SUCCESS Thread ID: 6992, User Time: 8283.2474974, Kernel Time: 1582.7237456
19:35:30.4334857        acemd.847-65.exe        6204    Thread Exit             
SUCCESS Thread ID: 5988, User Time: 254.8276335, Kernel Time: 263.6572901
19:35:30.4437907        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\System32\apisetschema.dll    SUCCESS 
Name: \Windows\System32\apisetschema.dll
19:35:30.4438327        acemd.847-65.exe        6204    
QueryNameInformationFile        
D:\BOINCdata\projects\www.gpugrid.net\acemd.847-65.exe  SUCCESS Name: 
\BOINCdata\projects\www.gpugrid.net\acemd.847-65.exe
19:35:30.4438562        acemd.847-65.exe        6204    
QueryNameInformationFile        D:\BOINCdata\projects\www.gpugrid.net\tcl84.dll 
SUCCESS Name: \BOINCdata\projects\www.gpugrid.net\tcl84.dll
19:35:30.4438835        acemd.847-65.exe        6204    
QueryNameInformationFile        
D:\BOINCdata\projects\www.gpugrid.net\cufft32_65.dll    SUCCESS Name: 
\BOINCdata\projects\www.gpugrid.net\cufft32_65.dll
19:35:30.4439061        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\nvcuda.dll  SUCCESS Name: 
\Windows\SysWOW64\nvcuda.dll
19:35:30.4439279        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\nvapi.dll   SUCCESS Name: 
\Windows\SysWOW64\nvapi.dll
19:35:30.4439487        acemd.847-65.exe        6204    
QueryNameInformationFile        
D:\BOINCdata\projects\www.gpugrid.net\cudart32_65.dll   SUCCESS Name: 
\BOINCdata\projects\www.gpugrid.net\cudart32_65.dll
19:35:30.4439714        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\nvinit.dll  SUCCESS Name: 
\Windows\SysWOW64\nvinit.dll
19:35:30.4439934        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\version.dll SUCCESS Name: 
\Windows\SysWOW64\version.dll
19:35:30.4440143        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\System32\wow64cpu.dll        SUCCESS 
Name: \Windows\System32\wow64cpu.dll
19:35:30.4440331        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\System32\wow64win.dll        SUCCESS 
Name: \Windows\System32\wow64win.dll
19:35:30.4440526        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\System32\wow64.dll   SUCCESS Name: 
\Windows\System32\wow64.dll
19:35:30.4440702        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\cryptbase.dll       SUCCESS 
Name: \Windows\SysWOW64\cryptbase.dll
19:35:30.4440920        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\sspicli.dll SUCCESS Name: 
\Windows\SysWOW64\sspicli.dll
19:35:30.4441132        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\lpk.dll     SUCCESS Name: 
\Windows\SysWOW64\lpk.dll
19:35:30.4441340        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\sechost.dll SUCCESS Name: 
\Windows\SysWOW64\sechost.dll
19:35:30.4441578        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\ole32.dll   SUCCESS Name: 
\Windows\SysWOW64\ole32.dll
19:35:30.4441773        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\imm32.dll   SUCCESS Name: 
\Windows\SysWOW64\imm32.dll
19:35:30.4441973        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\msctf.dll   SUCCESS Name: 
\Windows\SysWOW64\msctf.dll
19:35:30.4442158        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\msasn1.dll  SUCCESS Name: 
\Windows\SysWOW64\msasn1.dll
19:35:30.4442335        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\devobj.dll  SUCCESS Name: 
\Windows\SysWOW64\devobj.dll
19:35:30.4442573        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\wintrust.dll        SUCCESS 
Name: \Windows\SysWOW64\wintrust.dll
19:35:30.4442811        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\KernelBase.dll      SUCCESS 
Name: \Windows\SysWOW64\KernelBase.dll
19:35:30.4443022        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\shlwapi.dll SUCCESS Name: 
\Windows\SysWOW64\shlwapi.dll
19:35:30.4443162        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\nsi.dll     SUCCESS Name: 
\Windows\SysWOW64\nsi.dll
19:35:30.4443298        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\rpcrt4.dll  SUCCESS Name: 
\Windows\SysWOW64\rpcrt4.dll
19:35:30.4443426        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\advapi32.dll        SUCCESS 
Name: \Windows\SysWOW64\advapi32.dll
19:35:30.4443597        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\shell32.dll SUCCESS Name: 
\Windows\SysWOW64\shell32.dll
19:35:30.4443803        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\ws2_32.dll  SUCCESS Name: 
\Windows\SysWOW64\ws2_32.dll
19:35:30.4443971        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\oleaut32.dll        SUCCESS 
Name: \Windows\SysWOW64\oleaut32.dll
19:35:30.4444124        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\cfgmgr32.dll        SUCCESS 
Name: \Windows\SysWOW64\cfgmgr32.dll
19:35:30.4444252        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\setupapi.dll        SUCCESS 
Name: \Windows\SysWOW64\setupapi.dll
19:35:30.4444377        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\crypt32.dll SUCCESS Name: 
\Windows\SysWOW64\crypt32.dll
19:35:30.4444504        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\usp10.dll   SUCCESS Name: 
\Windows\SysWOW64\usp10.dll
19:35:30.4444646        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\kernel32.dll        SUCCESS 
Name: \Windows\SysWOW64\kernel32.dll
19:35:30.4444826        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\user32.dll  SUCCESS Name: 
\Windows\SysWOW64\user32.dll
19:35:30.4445000        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\gdi32.dll   SUCCESS Name: 
\Windows\SysWOW64\gdi32.dll
19:35:30.4445142        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\msvcrt.dll  SUCCESS Name: 
\Windows\SysWOW64\msvcrt.dll
19:35:30.4445319        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\System32\ntdll.dll   SUCCESS Name: 
\Windows\System32\ntdll.dll
19:35:30.4445447        acemd.847-65.exe        6204    
QueryNameInformationFile        C:\Windows\SysWOW64\ntdll.dll   SUCCESS Name: 
\Windows\SysWOW64\ntdll.dll
19:35:30.4446755        acemd.847-65.exe        6204    Process Exit            
SUCCESS Exit Status: 0, User Time: 8538.0751309 seconds, Kernel Time: 
1846.3810357 seconds, Private Bytes: 213,291,008, Peak Private Bytes: 
215,474,176, Working Set: 172,171,264, Peak Working Set: 185,774,080
19:35:30.4446940        acemd.847-65.exe        6204    RegCloseKey     
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options  
SUCCESS 
19:35:30.4447056        acemd.847-65.exe        6204    CloseFile       
C:\Windows      SUCCESS 
19:35:30.4447372        acemd.847-65.exe        6204    RegCloseKey     
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options  
SUCCESS 
19:35:30.4447433        acemd.847-65.exe        6204    CloseFile       
D:\BOINCdata\slots\2    SUCCESS 
19:35:30.4448080        acemd.847-65.exe        6204    RegCloseKey     
HKLM\System\CurrentControlSet\Control\Nls\Sorting\Versions      SUCCESS 
19:35:30.4448144        acemd.847-65.exe        6204    RegCloseKey     
HKLM\System\CurrentControlSet\Control\SESSION MANAGER   SUCCESS 
19:35:30.4448231        acemd.847-65.exe        6204    RegCloseKey     HKLM    
SUCCESS 
19:35:30.4448466        acemd.847-65.exe        6204    RegCloseKey     
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution 
Options\DllNXOptions     SUCCESS 
19:35:30.4448674        acemd.847-65.exe        6204    RegCloseKey     
HKLM\System\CurrentControlSet\Control\Nls\CustomLocale  SUCCESS 
19:35:30.4449675        acemd.847-65.exe        6204    CloseFile       
C:\Windows\SysWOW64\en-US\KernelBase.dll.mui    SUCCESS 
19:35:30.4450017        acemd.847-65.exe        6204    CloseFile       
D:\BOINCdata\slots\2\stderr.txt SUCCESS 
19:35:30.4455211        acemd.847-65.exe        6204    RegCloseKey     HKCU    
SUCCESS 
19:35:30.4455341        acemd.847-65.exe        6204    CloseFile       
D:\BOINCdata\projects\www.gpugrid.net\e15s6_e12s5f425-GERARD_FXCXCL12_LIG_9321671-0-1-RND4411_0_0
       SUCCESS 
19:35:30.7077224        boinc.exe       2860    QueryStandardInformationFile    
D:\BOINCdata\stdoutdae.txt      SUCCESS AllocationSize: 6,488,064, EndOfFile: 
6,475,891, NumberOfLinks: 1, DeletePending: False, Directory: False
19:35:30.7077456        boinc.exe       2860    WriteFile       
D:\BOINCdata\stdoutdae.txt      SUCCESS Offset: 6,475,891, Length: 993
19:35:30.7077990        boinc.exe       2860    QueryStandardInformationFile    
D:\BOINCdata\stdoutdae.txt      SUCCESS AllocationSize: 6,488,064, EndOfFile: 
6,476,884, NumberOfLinks: 1, DeletePending: False, Directory: False
19:35:30.7078256        boinc.exe       2860    RegQueryKey     HKCU    SUCCESS 
Query: HandleTags, HandleTags: 0x0
19:35:30.7078488        boinc.exe       2860    RegOpenKey      
HKCU\SOFTWARE\Space Sciences Laboratory, U.C. Berkeley\BOINC Diagnostics        
NAME NOT FOUND  Desired Access: Read
19:35:30.7079558        boinc.exe       2860    CreateFile      
D:\BOINCdata\slots\2\boinc_finish_called        SUCCESS Desired Access: Generic 
Read, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, 
Attributes: N, ShareMode: Read, Write, AllocationSize: n/a, OpenResult: Opened
19:35:30.7080011        boinc.exe       2860    ReadFile        
D:\BOINCdata\slots\2\boinc_finish_called        END OF FILE     Offset: 0, 
Length: 4,096, Priority: Normal
19:35:30.7080188        boinc.exe       2860    ReadFile        
D:\BOINCdata\slots\2\boinc_finish_called        END OF FILE     Offset: 0, 
Length: 4,096, Priority: Normal
19:35:30.7080318        boinc.exe       2860    ReadFile        
D:\BOINCdata\slots\2\boinc_finish_called        END OF FILE     Offset: 0, 
Length: 4,096, Priority: Normal
19:35:30.7080484        boinc.exe       2860    CloseFile       
D:\BOINCdata\slots\2\boinc_finish_called        SUCCESS 
19:35:30.7080924        boinc.exe       2860    RegQueryKey     HKCU    SUCCESS 
Query: HandleTags, HandleTags: 0x0
19:35:30.7081072        boinc.exe       2860    RegOpenKey      
HKCU\SOFTWARE\Space Sciences Laboratory, U.C. Berkeley\BOINC Diagnostics        
NAME NOT FOUND  Desired Access: Read
19:35:30.7082023        boinc.exe       2860    CreateFile      
D:\BOINCdata\slots\2\COLVAR     NAME NOT FOUND  Desired Access: Read 
Attributes, Delete, Synchronize, Disposition: Open, Options: Write Through, 
Synchronous IO Non-Alert, Open Reparse Point, Attributes: n/a, ShareMode: Read, 
Write, Delete, AllocationSize: n/a
19:35:32.2095031        boinc.exe       2860    CreateFile      
D:\BOINCdata\slots\2\COLVAR     NAME NOT FOUND  Desired Access: Read 
Attributes, Delete, Synchronize, Disposition: Open, Options: Write Through, 
Synchronous IO Non-Alert, Open Reparse Point, Attributes: n/a, ShareMode: Read, 
Write, Delete, AllocationSize: n/a
19:35:32.3515037        boinc.exe       2860    TCP Receive     Rosa:31416 -> 
Rosa:49350        SUCCESS Length: 108, seqnum: 0, connid: 0
19:35:32.3825267        boinc.exe       2860    CreateFile      
D:\BOINCdata\slots\2\COLVAR     NAME NOT FOUND  Desired Access: Read 
Attributes, Delete, Synchronize, Disposition: Open, Options: Write Through, 
Synchronous IO Non-Alert, Open Reparse Point, Attributes: n/a, ShareMode: Read, 
Write, Delete, AllocationSize: n/a
19:35:33.9436687        boinc.exe       2860    CreateFile      
D:\BOINCdata\slots\2\COLVAR     NAME NOT FOUND  Desired Access: Read 
Attributes, Delete, Synchronize, Disposition: Open, Options: Write Through, 
Synchronous IO Non-Alert, Open Reparse Point, Attributes: n/a, ShareMode: Read, 
Write, Delete, AllocationSize: n/a
19:35:35.2708637        boinc.exe       2860    CreateFile      
D:\BOINCdata\slots\2\COLVAR     NAME NOT FOUND  Desired Access: Read 
Attributes, Delete, Synchronize, Disposition: Open, Options: Write Through, 
Synchronous IO Non-Alert, Open Reparse Point, Attributes: n/a, ShareMode: Read, 
Write, Delete, AllocationSize: n/a
19:35:36.0909223        boinc.exe       2860    CreateFile      
D:\BOINCdata\slots\2\COLVAR     NAME NOT FOUND  Desired Access: Read 
Attributes, Delete, Synchronize, Disposition: Open, Options: Write Through, 
Synchronous IO Non-Alert, Open Reparse Point, Attributes: n/a, ShareMode: Read, 
Write, Delete, AllocationSize: n/a
19:35:36.0909985        boinc.exe       2860    CreateFile      
D:\BOINCdata\slots\2\log.file   NAME NOT FOUND  Desired Access: Read 
Attributes, Delete, Synchronize, Disposition: Open, Options: Write Through, 
Synchronous IO Non-Alert, Open Reparse Point, Attributes: n/a, ShareMode: Read, 
Write, Delete, AllocationSize: n/a
19:35:37.3161948        boinc.exe       2860    CreateFile      
D:\BOINCdata\slots\2\log.file   NAME NOT FOUND  Desired Access: Read 
Attributes, Delete, Synchronize, Disposition: Open, Options: Write Through, 
Synchronous IO Non-Alert, Open Reparse Point, Attributes: n/a, ShareMode: Read, 
Write, Delete, AllocationSize: n/a
19:35:37.9012831        boinc.exe       2860    CreateFile      
D:\BOINCdata\slots\2\log.file   NAME NOT FOUND  Desired Access: Read 
Attributes, Delete, Synchronize, Disposition: Open, Options: Write Through, 
Synchronous IO Non-Alert, Open Reparse Point, Attributes: n/a, ShareMode: Read, 
Write, Delete, AllocationSize: n/a
19:35:37.9931508        boinc.exe       2860    CreateFile      
D:\BOINCdata\slots\2\log.file   NAME NOT FOUND  Desired Access: Read 
Attributes, Delete, Synchronize, Disposition: Open, Options: Write Through, 
Synchronous IO Non-Alert, Open Reparse Point, Attributes: n/a, ShareMode: Read, 
Write, Delete, AllocationSize: n/a
19:35:39.8643219        boinc.exe       2860    CreateFile      
D:\BOINCdata\slots\2\log.file   NAME NOT FOUND  Desired Access: Read 
Attributes, Delete, Synchronize, Disposition: Open, Options: Write Through, 
Synchronous IO Non-Alert, Open Reparse Point, Attributes: n/a, ShareMode: Read, 
Write, Delete, AllocationSize: n/a
19:35:41.2995279        boinc.exe       2860    CreateFile      
D:\BOINCdata\slots\2\log.file   NAME NOT FOUND  Desired Access: Read 
Attributes, Delete, Synchronize, Disposition: Open, Options: Write Through, 
Synchronous IO Non-Alert, Open Reparse Point, Attributes: n/a, ShareMode: Read, 
Write, Delete, AllocationSize: n/a
19:35:41.2996065        boinc.exe       2860    CreateFile      
D:\BOINCdata\slots\2\HILLS      SUCCESS Desired Access: Read Attributes, 
Delete, Synchronize, Disposition: Open, Options: Write Through, Synchronous IO 
Non-Alert, Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, 
AllocationSize: n/a, OpenResult: Opened
19:35:41.2997042        boinc.exe       2860    QueryAttributeTagFile   
D:\BOINCdata\slots\2\HILLS      SUCCESS Attributes: ANCI, ReparseTag: 0x0
19:35:41.2997248        boinc.exe       2860    QueryBasicInformationFile       
D:\BOINCdata\slots\2\HILLS      SUCCESS CreationTime: 18/05/2015 14:59:55, 
LastAccessTime: 19/05/2015 01:58:11, LastWriteTime: 18/05/2015 23:48:20, 
ChangeTime: 18/05/2015 23:48:20, FileAttributes: ANCI
19:35:41.2997756        boinc.exe       2860    CreateFile      
D:\BOINCdata\projects\www.gpugrid.net   SUCCESS Desired Access: Write Data/Add 
File, Synchronize, Disposition: Open, Options: , Attributes: n/a, ShareMode: 
Read, Write, AllocationSize: n/a, OpenResult: Opened
19:35:41.2998185        boinc.exe       2860    SetRenameInformationFile        
D:\BOINCdata\slots\2\HILLS      SUCCESS ReplaceIfExists: True, FileName: 
D:\BOINCdata\projects\www.gpugrid.net\e15s6_e12s5f425-GERARD_FXCXCL12_LIG_9321671-0-1-RND4411_0_7
19:35:41.3009457        boinc.exe       2860    CloseFile       
D:\BOINCdata\projects\www.gpugrid.net   SUCCESS 
19:35:41.3009990        boinc.exe       2860    CloseFile       
D:\BOINCdata\projects\www.gpugrid.net\e15s6_e12s5f425-GERARD_FXCXCL12_LIG_9321671-0-1-RND4411_0_7
       SUCCESS 
19:35:41.3010481        boinc.exe       2860    ReadFile        D:      SUCCESS 
Offset: 40,570,880, Length: 184, I/O Flags: Non-cached, Paging I/O, Synchronous 
Paging I/O, Priority: Normal
19:35:41.3015950        boinc.exe       2860    CreateFile      
D:\BOINCdata\slots\2    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
19:35:41.3016182        boinc.exe       2860    QueryDirectory  
D:\BOINCdata\slots\2\stderr.txt SUCCESS Filter: stderr.txt, 1: stderr.txt
19:35:41.3016454        boinc.exe       2860    CloseFile       
D:\BOINCdata\slots\2    SUCCESS 
19:35:41.3017333        boinc.exe       2860    CreateFile      
D:\BOINCdata\slots\2    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
19:35:41.3017536        boinc.exe       2860    QueryDirectory  
D:\BOINCdata\slots\2\stderr.txt SUCCESS Filter: stderr.txt, 1: stderr.txt
19:35:41.3017745        boinc.exe       2860    CloseFile       
D:\BOINCdata\slots\2    SUCCESS 
19:35:41.3018397        boinc.exe       2860    CreateFile      
D:\BOINCdata\slots\2\stderr.txt SUCCESS Desired Access: Generic Read, 
Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, 
Attributes: N, ShareMode: Read, Write, AllocationSize: n/a, OpenResult: Opened
19:35:41.3018856        boinc.exe       2860    ReadFile        
D:\BOINCdata\slots\2\stderr.txt SUCCESS Offset: 0, Length: 1,058, Priority: 
Normal
19:35:41.3019163        boinc.exe       2860    CloseFile       
D:\BOINCdata\slots\2\stderr.txt SUCCESS 
19:35:41.3019775        boinc.exe       2860    RegQueryKey     HKCU    SUCCESS 
Query: HandleTags, HandleTags: 0x0
19:35:41.3019978        boinc.exe       2860    RegOpenKey      
HKCU\SOFTWARE\Space Sciences Laboratory, U.C. Berkeley\BOINC Diagnostics        
NAME NOT FOUND  Desired Access: Read
19:35:41.3020535        boinc.exe       2860    CreateFile      
D:\BOINCdata\slots      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
19:35:41.3020761        boinc.exe       2860    QueryDirectory  
D:\BOINCdata\slots\2    SUCCESS Filter: 2, 1: 2
19:35:41.3020975        boinc.exe       2860    CloseFile       
D:\BOINCdata\slots      SUCCESS 
19:35:41.3021587        boinc.exe       2860    CreateFile      
D:\BOINCdata\slots\2    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
19:35:41.3021779        boinc.exe       2860    QueryDirectory  
D:\BOINCdata\slots\2\*  SUCCESS Filter: *, 1: .
19:35:41.3021973        boinc.exe       2860    QueryDirectory  
D:\BOINCdata\slots\2    SUCCESS 0: .., 1: acemd.847-65.exe, 2: 
boinc_finish_called, 3: boinc_task_state.xml, 4: COPYRIGHT, 5: cudart32_65.dll, 
6: cufft32_65.dll, 7: init_data.xml, 8: input, 9: input.coor, 10: input.idx, 
11: input.vel, 12: input.xsc, 13: LICENSE, 14: META_INP, 15: output.coor, 16: 
output.dcd, 17: output.idx, 18: output.vel, 19: output.vel.dcd, 20: output.xsc, 
21: output.xstfile, 22: output.xtc, 23: parameters, 24: progress.log, 25: 
restart.coor, 26: restart.idx, 27: restart.runtime, 28: restart.vel, 29: 
restart.xsc, 30: stderr.txt, 31: structure.pdb, 32: structure.psf, 33: tcl84.dll
19:35:41.3022573        boinc.exe       2860    CreateFile      
D:\BOINCdata\slots\2    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
19:35:41.3022771        boinc.exe       2860    QueryDirectory  
D:\BOINCdata\slots\2\acemd.847-65.exe   SUCCESS Filter: acemd.847-65.exe, 1: 
acemd.847-65.exe
19:35:41.3022985        boinc.exe       2860    CloseFile       
D:\BOINCdata\slots\2    SUCCESS 
19:35:41.3023597        boinc.exe       2860    CreateFile      
D:\BOINCdata\slots\2\acemd.847-65.exe   SUCCESS Desired Access: Read 
Attributes, Delete, Disposition: Open, Options: Non-Directory File, Open 
Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: 
n/a, OpenResult: Opened
19:35:41.3023881        boinc.exe       2860    QueryAttributeTagFile   
D:\BOINCdata\slots\2\acemd.847-65.exe   SUCCESS Attributes: ANCI, ReparseTag: 
0x0
19:35:41.3024023        boinc.exe       2860    SetDispositionInformationFile   
D:\BOINCdata\slots\2\acemd.847-65.exe   SUCCESS Delete: True
19:35:41.3024586        boinc.exe       2860    CloseFile       
D:\BOINCdata\slots\2\acemd.847-65.exe   SUCCESS 
_______________________________________________
boinc_dev mailing list
[email protected]
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.

Reply via email to