The first column is the log time (Unix style -- milliseconds since 1/1/1970 UTC) ue: estimated run time of the work unit ct: actual CPU time fe: estimated flops nm: work unit name et: elapsed time (work unit wall clock time)
I parsed this file by renaming it to some temp name, appending the records in it to a file with the original file name with "Permanent" prepended, and then processing and deleting the temp file. This way Boinc never complained or crashed due to inability to access the job log file, which it might otherwise do. Moreover, the existence of the job log file meant a work unit had finished and there was analysis work to do. Good luck, Charles Elliott > -----Original Message----- > From: boinc_dev [mailto:[email protected]] On Behalf > Of Jonathan Joy > Sent: Thursday, December 4, 2014 12:57 AM > To: [email protected] > Subject: [boinc_dev] job_log.txt column name information? > > hello, > I'm trying to write my own boinc statistics indicator and I'd like to > use > information from the job_log_*.txt files, but I can't identify what the > columns are indicating. The data I'm looking at is formatted like > 1369639740 ue 10605.692970 ct 9113.485000 fe 38350567647689 nm > GFAM_x1Z57_hCLK1_0112255_0091_0 et 10175.058977 > 1369640275 ue 10605.692970 ct 8949.559000 fe 38350567647689 nm > GFAM_x1Z57_hCLK1_0112279_0135_1 et 10226.790939 > 1369640691 ue 10605.692970 ct 9142.797000 fe 38350567647689 nm > GFAM_x1Z57_hCLK1_0112280_0037_1 et 10486.612799 > with data in odd columns and names in even columns. However I'd like to > have human readable names to associate with the data instead of using > the > current provided names. > > Without wax, > Jonathan > _______________________________________________ > 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.
