Here's a double 'Error 32' with both slot debug and task debug active
throughout.
This one resulted in a completely blank stderr.txt being reported to the
project.Task is de_modfit_sum_fast_15_3s_136_sim1Jun1_4_1434554402_8900923_1,
http://milkyway.cs.rpi.edu/milkyway/result.php?resultid=1184736496
On Saturday, 11 July 2015, 21:35, Jason Groothuis
<[email protected]> wrote:
Trial correction, this part of boinc_api.cpp, line 778: // various platforms
have problems shutting down a process // while other threads are still
executing, // or triggering endless exit()/atexit() loops. //
BOINCINFO("Exit Status: %d", status); fflush(NULL);
#if defined(_WIN32) // Halt all the threads and clean up.
TerminateProcess(GetCurrentProcess(), status); // note: the above CAN
return! Sleep(1000); DebugBreak();#elif defined(__APPLE_CC__)
Becomes // various platforms have problems shutting down a process // while
other threads are still executing, // or triggering endless exit()/atexit()
loops. // BOINCINFO("Exit Status: %d", status); fflush(NULL);#if
defined(_WIN32) // JG: Buffered IO is not committed to disk on flush, so
commit it, add other file descriptors if needed _commit(stderr); // Halt
all the threads and clean up. TerminateProcess(GetCurrentProcess(), status);
// note: the above CAN return! [JG: It does, it's asychronous, system
dependant this thread runs on some time so
WaitForSingleObject(GetCurrentProcess(), INFINITE); // That's why you do this
Sleep(1000); //JG: Will never be reached DebugBreak(); //JG: Will never
be reached#elif defined(__APPLE_CC__)
------------------------------------------------------------------------------------------------------
Jason Richard Groothuis
bSc(compSci)
------------------------------------------------------------------------------------------------------
> From: [email protected]
> To: [email protected]; [email protected];
> [email protected]
> Date: Sun, 12 Jul 2015 05:47:37 +0930
> Subject: Re: [boinc_dev] Client: race condition on stderr.txt invalidates
> Milkyway tasks
>
> Comparing versions at leisure, but this same issue dates back in slight
> variations to since I started crunching back in 2007, with different symptoms
> depending on build characteristics and afflicted system ( OS version,
> #cores, and GPU or CPU). You be looking for a history on the boinc_exit()
> function. Don;t think it ever had the wait after terminateprocess, so IO
> cancellations are likely depending on timing/chance.
>
> ------------------------------------------------------------------------------------------------------
> Jason Richard Groothuis
> bSc(compSci)
>
> ------------------------------------------------------------------------------------------------------
>
>
> Date: Sat, 11 Jul 2015 20:07:56 +0000
> From: [email protected]
> To: [email protected]; [email protected];
> [email protected]
> Subject: Re: [boinc_dev] Client: race condition on stderr.txt invalidates
> Milkyway tasks
>
> The Milkyway application we are mostly observing this with is
> milkyway_separation__modified_fit_1.36_windows_x86_64__opencl_nvidia_101.exe,
> which was deployed to their server on 6 Oct 2014, 20:18:34 UTC - the internal
> signature says "API_VERSION_6.13.0"
>
>
>
>
> On Saturday, 11 July 2015, 20:55, Jason Groothuis
><[email protected]> wrote:
>
>
> "Perhaps the exit process has been invoked in the Milkyway app, but not all
>consequent OS functions have completed in time."Correct, since the
>TermnateProcess() call, which is asynchronous and so returns immediately
>without necessarily doing anything, is missing the WaitForSingleObject() on
>the Current process after it. The process resources will cleanup as part of
>OS garbage collection *sometime* down the road.Doubting the accuracy of the
>MSDN documentation on these functions is fine, but wondering why it doesn;t
>work as expected when you ignore it, is just odd. On Saturday, 11 July
>2015, 20:09, Jason Groothuis <[email protected]> wrote: Not
>sure how much detail you'd like on the situation. (Can provide much more)
>It's a result of buffered IO implemented in multithreaded C Runtimes, in some
>situations using deferred procedure calls. Internal helper threads are being
>killed before commits are completed.least desirable partial workaround (but
>helps
):
> - disable buffered IO by linking the application with the ms supplied
>COMMODE.OBJProbably Better, but not tested:- initiate a low level _commit()
>and add the missing WaitForSingleObject() after the TerminateProcess
>Call,Best:- do a low level _comit() and check the file modification time
>updated, then preferably use a friendly means of exit that allows DLL/Thread
>cleanup, closing threads/processes using sentinel flags, like while(!done)
>instead of while(1) with
>kills.------------------------------------------------------------------------------------------------------Jason
> Richard Groothuis
>bSc(compSci)--------------------------------------------------------------
>----------------------------------------> Date: Sat, 11 Jul 2015 11:30:32
>-0700> From: [email protected]> To: [email protected];
>[email protected]> Subject: Re: [boinc_dev] Client: race condition on
>stderr.txt invalidates Milkyway tasks> > Richard:> Can you please ask him
>to set <task_d
eb
> ug> as well?> > I have no theories about what could cause this.> The BOINC
>client learns that a job is finished when its process has exited,> and by that
>time all files are closed and locks released> (I'm assuming the MW@h app is
>single-process - is that correct?)> > In this case, when the job finishes, the
>client successfully reads stderr.txt> (otherwise <stderr_txt> would be absent
>or there would be an error message)> but it's empty.> This would be the case,
>e.g., if the writing process hadn't exited yet> and its stderr buffer wasn't
>flushed.> But the process has exited.> > Anyone have any ideas?> > -- David> >
>On 09-Jul-2015 7:42 AM, Richard Haselgrove wrote:> > User Keith Myers (UID
>147145 at http://milkyway.cs.rpi.edu/milkyway/index.php) has > > asked for my
>help in identifying task failures at Milkyway.> >> > At my suggestion, he
>installed Windows client v7.6.2, and the attached message log > > extracts
>show the enhanced <slot_debug> output that helped identify the
CM
> S-dev > > problem.> >> > In both cases, the task under scrutiny> >> > (1)
>de_fast_15_3s_136_sim1Jun1_1_1434554402_7775504_0, > >
>http://milkyway.cs.rpi.edu/milkyway/result.php?resultid=1181200273> >> > (2)
>ps_fast_15_3s_136_sim1Jun1_1_1434554402_7806437_0, > >
>http://milkyway.cs.rpi.edu/milkyway/result.php?resultid=1181298220> >> > was
>declared 'Validate error', and the <stderr_txt> section is empty. In the > >
>special case of Milkyway@Home, these two observations are linked, because the
>> > science result is returned in stderr, not a separate upload file.> >> >
>Also in both cases, the <slot_debug> log contains> >> > [slot] failed to
>remove file slots/x/stderr.txt: unlink() failed> >> > between
>'handle_exited_app()' and 'Computation for task ... finished'> >> > It appears
>that there is a race condition, whereby BOINC tries (and fails) to > > delete
>stderr.txt before the operating system has released the write lock. This > >
>(I'm presuming) also explains why the file appea
rs
> empty when read off the disk > > for incorporation into the client_state
>structure in memory, prior to reporting > > the completed task to the
>project.> >> > In order the preserve the scientific result at Milkyway (and
>debug and other > > useful information at other projects), the client should
>not initiate > > 'handle_exited_app()' until it has confirmed that the write
>lock on stderr.txt has > > been released.> >> >> > Log 1 also shows that the
>additional safeguards on cleaning out slots are working > > properly: if both
>handle_exited_app() and get_free_slot() fail to delete the file, > > the next
>task isn't started in the not-empty slot (11), but in slot 14 inste ad. > >
>And when slot 11 is tested again at the next get_free_slot(), the delete
>succeeds > > and the now-empty slot is reused.> >
>_______________________________________________> boinc_dev mailing list>
>[email protected]>
>http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev> To unsubscribe,
>visit
th
> e above URL and> (near bottom of page) enter your email address.
> _______________________________________________boinc_dev mailing
>[email protected]http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_devTo
> unsubscribe, visit the above URL and(near bottom of page) enter your email
>address.
>_______________________________________________boinc_dev mailing
>[email protected]http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_devTo
> 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.
_______________________________________________
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.
11-Jul-2015 22:15:23 [---] [slot] cleaning out slots/0: handle_exited_app()
11-Jul-2015 22:15:23 [---] [slot] removed file slots/0/astronomy_parameters.txt
11-Jul-2015 22:15:23 [---] [slot] removed file slots/0/boinc_finish_called
11-Jul-2015 22:15:23 [---] [slot] removed file slots/0/boinc_task_state.xml
11-Jul-2015 22:15:23 [---] [slot] removed file slots/0/init_data.xml
11-Jul-2015 22:15:23 [---] [slot] removed file
slots/0/milkyway_separation__modified_fit_1.36_windows_x86_64__opencl_nvidia_101.exe
11-Jul-2015 22:15:23 [---] [slot] removed file slots/0/separation_checkpoint
11-Jul-2015 22:15:23 [---] [slot] removed file slots/0/stars.txt
11-Jul-2015 22:15:23 [---] [slot] removed file slots/0/stderr.txt
11-Jul-2015 22:15:23 [NumberFields@home] [task] result
wu_Qsqrt421_V2_DS3x2_Grp100987of798916_0 checkpointed
11-Jul-2015 22:15:23 [Milkyway@Home] Computation for task
de_modfit_sum_fast_15_3s_136_sim1Jun1_4_1434554402_8904720_0 finished
11-Jul-2015 22:15:23 [Milkyway@Home] [task] result state=FILES_UPLOADING for
de_modfit_sum_fast_15_3s_136_sim1Jun1_4_1434554402_8904720_0 from
CS::app_finished
11-Jul-2015 22:15:23 [Milkyway@Home] [task] result state=FILES_UPLOADED for
de_modfit_sum_fast_15_3s_136_sim1Jun1_4_1434554402_8904720_0 from
CS::update_results
11-Jul-2015 22:15:23 [---] [slot] cleaning out slots/0: get_free_slot()
11-Jul-2015 22:15:23 [Milkyway@Home] [slot] assigning slot 0 to
de_modfit_sum_fast_15_3s_136_sim1Jun1_4_1434554402_8900923_1
11-Jul-2015 22:15:23 [---] [slot] removed file slots/0/init_data.xml
11-Jul-2015 22:15:23 [Milkyway@Home] setup_file:
projects/milkyway.cs.rpi.edu_milkyway/milkyway_separation__modified_fit_1.36_windows_x86_64__opencl_nvidia_101.exe
(input)
11-Jul-2015 22:15:23 [Milkyway@Home] [slot] linked
../../projects/milkyway.cs.rpi.edu_milkyway/milkyway_separation__modified_fit_1.36_windows_x86_64__opencl_nvidia_101.exe
to
slots/0/milkyway_separation__modified_fit_1.36_windows_x86_64__opencl_nvidia_101.exe
11-Jul-2015 22:15:23 [Milkyway@Home] setup_file:
projects/milkyway.cs.rpi.edu_milkyway/parameters-15-3s-sim-fast.txt (input)
11-Jul-2015 22:15:23 [Milkyway@Home] [slot] linked
../../projects/milkyway.cs.rpi.edu_milkyway/parameters-15-3s-sim-fast.txt to
slots/0/astronomy_parameters.txt
11-Jul-2015 22:15:23 [Milkyway@Home] setup_file:
projects/milkyway.cs.rpi.edu_milkyway/stars-15-sim-1Jun1.txt (input)
11-Jul-2015 22:15:23 [Milkyway@Home] [slot] linked
../../projects/milkyway.cs.rpi.edu_milkyway/stars-15-sim-1Jun1.txt to
slots/0/stars.txt
11-Jul-2015 22:15:23 [---] [slot] removed file slots/0/boinc_temporary_exit
11-Jul-2015 22:15:23 [Milkyway@Home] [task] task_state=EXECUTING for
de_modfit_sum_fast_15_3s_136_sim1Jun1_4_1434554402_8900923_1 from start
11-Jul-2015 22:15:23 [Milkyway@Home] Starting task
de_modfit_sum_fast_15_3s_136_sim1Jun1_4_1434554402_8900923_1
11-Jul-2015 22:15:23 [Milkyway@Home] [cpu_sched] Starting task
de_modfit_sum_fast_15_3s_136_sim1Jun1_4_1434554402_8900923_1 using
milkyway_separation__modified_fit version 136 (opencl_nvidia_101) in slot 0
11-Jul-2015 22:15:46 [Milkyway@Home] [task] result
de_80_DR8_Rev_8_5_00004_1434551187_12039206_0 checkpointed
11-Jul-2015 22:15:59 [Milkyway@Home] [task] Process for
de_80_DR8_Rev_8_5_00004_1434551187_12039206_0 exited, exit code 0, task state 1
11-Jul-2015 22:15:59 [Milkyway@Home] [task] task_state=EXITED for
de_80_DR8_Rev_8_5_00004_1434551187_12039206_0 from handle_exited_app
11-Jul-2015 22:15:59 [---] [slot] cleaning out slots/1: handle_exited_app()
11-Jul-2015 22:15:59 [---] [slot] removed file slots/1/astronomy_parameters.txt
11-Jul-2015 22:15:59 [---] [slot] removed file slots/1/boinc_finish_called
11-Jul-2015 22:15:59 [---] [slot] removed file slots/1/boinc_task_state.xml
11-Jul-2015 22:15:59 [---] [slot] removed file slots/1/init_data.xml
11-Jul-2015 22:15:59 [---] [slot] removed file
slots/1/milkyway_separation_1.02_windows_x86_64__opencl_nvidia.exe
11-Jul-2015 22:15:59 [---] [slot] removed file slots/1/separation_checkpoint
11-Jul-2015 22:15:59 [---] [slot] removed file slots/1/stars.txt
11-Jul-2015 22:15:59 [---] [slot] removed file slots/1/stderr.txt
11-Jul-2015 22:15:59 [Milkyway@Home] Computation for task
de_80_DR8_Rev_8_5_00004_1434551187_12039206_0 finished
11-Jul-2015 22:15:59 [Milkyway@Home] [task] result state=FILES_UPLOADING for
de_80_DR8_Rev_8_5_00004_1434551187_12039206_0 from CS::app_finished
11-Jul-2015 22:15:59 [Milkyway@Home] [task] result state=FILES_UPLOADED for
de_80_DR8_Rev_8_5_00004_1434551187_12039206_0 from CS::update_results
11-Jul-2015 22:15:59 [---] [slot] cleaning out slots/1: get_free_slot()
11-Jul-2015 22:15:59 [Milkyway@Home] [slot] assigning slot 1 to
de_modfit_sum_fast_15_3s_136_sim1Jun1_4_1434554402_8904721_0
11-Jul-2015 22:15:59 [---] [slot] removed file slots/1/init_data.xml
11-Jul-2015 22:15:59 [Milkyway@Home] setup_file:
projects/milkyway.cs.rpi.edu_milkyway/milkyway_separation__modified_fit_1.36_windows_x86_64__opencl_nvidia_101.exe
(input)
11-Jul-2015 22:15:59 [Milkyway@Home] [slot] linked
../../projects/milkyway.cs.rpi.edu_milkyway/milkyway_separation__modified_fit_1.36_windows_x86_64__opencl_nvidia_101.exe
to
slots/1/milkyway_separation__modified_fit_1.36_windows_x86_64__opencl_nvidia_101.exe
11-Jul-2015 22:15:59 [Milkyway@Home] setup_file:
projects/milkyway.cs.rpi.edu_milkyway/parameters-15-3s-sim-fast.txt (input)
11-Jul-2015 22:15:59 [Milkyway@Home] [slot] linked
../../projects/milkyway.cs.rpi.edu_milkyway/parameters-15-3s-sim-fast.txt to
slots/1/astronomy_parameters.txt
11-Jul-2015 22:15:59 [Milkyway@Home] setup_file:
projects/milkyway.cs.rpi.edu_milkyway/stars-15-sim-1Jun1.txt (input)
11-Jul-2015 22:15:59 [Milkyway@Home] [slot] linked
../../projects/milkyway.cs.rpi.edu_milkyway/stars-15-sim-1Jun1.txt to
slots/1/stars.txt
11-Jul-2015 22:15:59 [---] [slot] removed file slots/1/boinc_temporary_exit
11-Jul-2015 22:15:59 [Milkyway@Home] [task] task_state=EXECUTING for
de_modfit_sum_fast_15_3s_136_sim1Jun1_4_1434554402_8904721_0 from start
11-Jul-2015 22:15:59 [Milkyway@Home] Starting task
de_modfit_sum_fast_15_3s_136_sim1Jun1_4_1434554402_8904721_0
11-Jul-2015 22:15:59 [Milkyway@Home] [cpu_sched] Starting task
de_modfit_sum_fast_15_3s_136_sim1Jun1_4_1434554402_8904721_0 using
milkyway_separation__modified_fit version 136 (opencl_nvidia_101) in slot 1
11-Jul-2015 22:16:07 [Einstein@Home] [task] result PM0038_015A1_194_1
checkpointed
11-Jul-2015 22:16:07 [Milkyway@Home] [sched_op] Starting scheduler request
11-Jul-2015 22:16:07 [Milkyway@Home] Sending scheduler request: To fetch work.
11-Jul-2015 22:16:07 [Milkyway@Home] Reporting 2 completed tasks
11-Jul-2015 22:16:07 [Milkyway@Home] Requesting new tasks for NVIDIA GPU
11-Jul-2015 22:16:07 [Milkyway@Home] [sched_op] CPU work request: 0.00 seconds;
0.00 devices
11-Jul-2015 22:16:07 [Milkyway@Home] [sched_op] NVIDIA GPU work request:
14435.02 seconds; 0.00 devices
11-Jul-2015 22:16:07 [Milkyway@Home] [sched_op] Intel GPU work request: 0.00
seconds; 0.00 devices
11-Jul-2015 22:16:08 [Milkyway@Home] Scheduler request completed: got 2 new
tasks
11-Jul-2015 22:16:08 [Milkyway@Home] [sched_op] Server version 705
11-Jul-2015 22:16:08 [Milkyway@Home] Project requested delay of 61 seconds
11-Jul-2015 22:16:08 [Milkyway@Home] [task] result state=NEW for
de_fast_15_3s_136_sim1Jun1_1_1434554402_8883757_2 from handle_scheduler_reply
11-Jul-2015 22:16:08 [Milkyway@Home] [task] result state=NEW for
de_modfit_fast_15_3s_136_sim1Jun1_2_1434554402_8913841_0 from
handle_scheduler_reply
11-Jul-2015 22:16:08 [Milkyway@Home] [sched_op] estimated total CPU task
duration: 0 seconds
11-Jul-2015 22:16:08 [Milkyway@Home] [sched_op] estimated total NVIDIA GPU task
duration: 197 seconds
11-Jul-2015 22:16:08 [Milkyway@Home] [sched_op] estimated total Intel GPU task
duration: 0 seconds
11-Jul-2015 22:16:08 [Milkyway@Home] [sched_op] handle_scheduler_reply(): got
ack for task de_80_DR8_Rev_8_5_00004_1434551187_12039206_0
11-Jul-2015 22:16:08 [Milkyway@Home] [sched_op] handle_scheduler_reply(): got
ack for task de_modfit_sum_fast_15_3s_136_sim1Jun1_4_1434554402_8904720_0
11-Jul-2015 22:16:08 [Milkyway@Home] [sched_op] Deferring communication for
00:01:01
11-Jul-2015 22:16:08 [Milkyway@Home] [sched_op] Reason: requested by project
11-Jul-2015 22:16:08 [---] [slot] removed file
projects/milkyway.cs.rpi.edu_milkyway/de_fast_15_3s_136_sim1Jun1_1_1434554402_8883757_2_0
11-Jul-2015 22:16:08 [---] [slot] removed file
projects/milkyway.cs.rpi.edu_milkyway/de_fast_15_3s_136_sim1Jun1_1_1434554402_8883757_2_0.gz
11-Jul-2015 22:16:08 [---] [slot] removed file
projects/milkyway.cs.rpi.edu_milkyway/de_fast_15_3s_136_sim1Jun1_1_1434554402_8883757_2_0.gzt
11-Jul-2015 22:16:08 [---] [slot] removed file
projects/milkyway.cs.rpi.edu_milkyway/de_modfit_fast_15_3s_136_sim1Jun1_2_1434554402_8913841_0_0
11-Jul-2015 22:16:08 [---] [slot] removed file
projects/milkyway.cs.rpi.edu_milkyway/de_modfit_fast_15_3s_136_sim1Jun1_2_1434554402_8913841_0_0.gz
11-Jul-2015 22:16:08 [---] [slot] removed file
projects/milkyway.cs.rpi.edu_milkyway/de_modfit_fast_15_3s_136_sim1Jun1_2_1434554402_8913841_0_0.gzt
11-Jul-2015 22:16:09 [Milkyway@Home] [task] result state=FILES_DOWNLOADING for
de_fast_15_3s_136_sim1Jun1_1_1434554402_8883757_2 from CS::update_results
11-Jul-2015 22:16:09 [Milkyway@Home] [task] result state=FILES_DOWNLOADING for
de_modfit_fast_15_3s_136_sim1Jun1_2_1434554402_8913841_0 from CS::update_results
11-Jul-2015 22:16:10 [Milkyway@Home] [task] result state=FILES_DOWNLOADED for
de_fast_15_3s_136_sim1Jun1_1_1434554402_8883757_2 from CS::update_results
11-Jul-2015 22:16:10 [Milkyway@Home] [task] result state=FILES_DOWNLOADED for
de_modfit_fast_15_3s_136_sim1Jun1_2_1434554402_8913841_0 from CS::update_results
11-Jul-2015 22:16:23 [NumberFields@home] [task] result
wu_Qsqrt421_V2_DS3x2_Grp100987of798916_0 checkpointed
11-Jul-2015 22:16:24 [Milkyway@Home] [task] result
de_modfit_sum_fast_15_3s_136_sim1Jun1_4_1434554402_8900923_1 checkpointed
11-Jul-2015 22:16:41 [FiND@Home] [task] Process for vina_372563_84966_14pre_0
exited, exit code 0, task state 1
11-Jul-2015 22:16:41 [FiND@Home] Message from task: 0
11-Jul-2015 22:16:41 [FiND@Home] [task] task_state=EXITED for
vina_372563_84966_14pre_0 from handle_exited_app
11-Jul-2015 22:16:41 [FiND@Home] [slot] renamed slots/8/result.log to
projects/findah.ucd.ie/vina_372563_84966_14pre_0_0
11-Jul-2015 22:16:41 [---] [slot] cleaning out slots/8: handle_exited_app()
11-Jul-2015 22:16:41 [---] [slot] removed file slots/8/boinc_finish_called
11-Jul-2015 22:16:41 [---] [slot] removed file slots/8/conf
11-Jul-2015 22:16:41 [---] [slot] removed file slots/8/init_data.xml
11-Jul-2015 22:16:41 [---] [slot] removed file slots/8/ligand
11-Jul-2015 22:16:41 [---] [slot] removed file slots/8/receptor
11-Jul-2015 22:16:41 [---] [slot] removed file slots/8/stderr.txt
11-Jul-2015 22:16:41 [---] [slot] removed file
slots/8/vina_1.2_windows_intelx86.exe
11-Jul-2015 22:16:41 [FiND@Home] Computation for task vina_372563_84966_14pre_0
finished
11-Jul-2015 22:16:41 [FiND@Home] [task] result state=FILES_UPLOADING for
vina_372563_84966_14pre_0 from CS::app_finished
11-Jul-2015 22:16:41 [---] [slot] cleaning out slots/8: get_free_slot()
11-Jul-2015 22:16:41 [FiND@Home] [slot] assigning slot 8 to
vina_372568_85413_14pre_0
11-Jul-2015 22:16:41 [---] [slot] removed file slots/8/init_data.xml
11-Jul-2015 22:16:41 [FiND@Home] setup_file:
projects/findah.ucd.ie/vina_1.2_windows_intelx86.exe (input)
11-Jul-2015 22:16:41 [FiND@Home] [slot] linked
../../projects/findah.ucd.ie/vina_1.2_windows_intelx86.exe to
slots/8/vina_1.2_windows_intelx86.exe
11-Jul-2015 22:16:41 [FiND@Home] setup_file:
projects/findah.ucd.ie/CHEMBL37647_4 (input)
11-Jul-2015 22:16:41 [FiND@Home] setup_file: projects/findah.ucd.ie/PF11_0151_3
(input)
11-Jul-2015 22:16:41 [FiND@Home] setup_file:
projects/findah.ucd.ie/PF11_0151_3_a.conf (input)
11-Jul-2015 22:16:41 [---] [slot] removed file slots/8/boinc_temporary_exit
11-Jul-2015 22:16:41 [FiND@Home] [task] task_state=EXECUTING for
vina_372568_85413_14pre_0 from start
11-Jul-2015 22:16:41 [FiND@Home] Starting task vina_372568_85413_14pre_0
11-Jul-2015 22:16:41 [FiND@Home] [cpu_sched] Starting task
vina_372568_85413_14pre_0 using vina version 102 in slot 8
11-Jul-2015 22:16:43 [FiND@Home] Started upload of vina_372563_84966_14pre_0_0
11-Jul-2015 22:16:44 [FiND@Home] Finished upload of vina_372563_84966_14pre_0_0
11-Jul-2015 22:16:44 [---] [slot] removed file
projects/findah.ucd.ie/vina_372563_84966_14pre_0_0
11-Jul-2015 22:16:44 [---] [slot] removed file
projects/findah.ucd.ie/vina_372563_84966_14pre_0_0.gz
11-Jul-2015 22:16:44 [---] [slot] removed file
projects/findah.ucd.ie/vina_372563_84966_14pre_0_0.gzt
11-Jul-2015 22:16:44 [FiND@Home] [task] result state=FILES_UPLOADED for
vina_372563_84966_14pre_0 from CS::update_results
11-Jul-2015 22:17:01 [Milkyway@Home] [task] result
de_modfit_sum_fast_15_3s_136_sim1Jun1_4_1434554402_8904721_0 checkpointed
11-Jul-2015 22:17:02 [Milkyway@Home] [task] Process for
de_modfit_sum_fast_15_3s_136_sim1Jun1_4_1434554402_8900923_1 exited, exit code
0, task state 1
11-Jul-2015 22:17:02 [Milkyway@Home] [task] task_state=EXITED for
de_modfit_sum_fast_15_3s_136_sim1Jun1_4_1434554402_8900923_1 from
handle_exited_app
11-Jul-2015 22:17:02 [---] [slot] cleaning out slots/0: handle_exited_app()
11-Jul-2015 22:17:02 [---] [slot] removed file slots/0/astronomy_parameters.txt
11-Jul-2015 22:17:02 [---] [slot] removed file slots/0/boinc_finish_called
11-Jul-2015 22:17:02 [---] [slot] removed file slots/0/boinc_task_state.xml
11-Jul-2015 22:17:02 [---] [slot] removed file slots/0/init_data.xml
11-Jul-2015 22:17:02 [---] [slot] removed file
slots/0/milkyway_separation__modified_fit_1.36_windows_x86_64__opencl_nvidia_101.exe
11-Jul-2015 22:17:02 [---] [slot] removed file slots/0/separation_checkpoint
11-Jul-2015 22:17:02 [---] [slot] removed file slots/0/stars.txt
11-Jul-2015 22:17:02 [---] [slot] failed to remove file slots/0/stderr.txt:
Error 32
11-Jul-2015 22:17:02 [Milkyway@Home] Computation for task
de_modfit_sum_fast_15_3s_136_sim1Jun1_4_1434554402_8900923_1 finished
11-Jul-2015 22:17:02 [Milkyway@Home] [task] result state=FILES_UPLOADING for
de_modfit_sum_fast_15_3s_136_sim1Jun1_4_1434554402_8900923_1 from
CS::app_finished
11-Jul-2015 22:17:02 [Milkyway@Home] [task] result state=FILES_UPLOADED for
de_modfit_sum_fast_15_3s_136_sim1Jun1_4_1434554402_8900923_1 from
CS::update_results
11-Jul-2015 22:17:02 [---] [slot] cleaning out slots/0: get_free_slot()
11-Jul-2015 22:17:02 [---] [slot] failed to remove file slots/0/stderr.txt:
Error 32
11-Jul-2015 22:17:02 [Milkyway@Home] [slot] failed to clean out dir: unlink()
failed
_______________________________________________
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.