2019-05-03 00:30:13,293 INFO Starting gwrucio_registrar as daemon
/usr/bin/gwrucio_registrar:188: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
rset = yaml.load(stream)
2019-05-03 00:30:13,296 INFO V-V1Online: reading diskcache [/home/jclark/Projects/rucio-O3/CNAF/diskcache/frame_cache_dump]
2019-05-03 00:30:13,299 INFO H-H1_HOFT_C00: reading diskcache [/home/jclark/Projects/rucio-O3/CNAF/diskcache/frame_cache_dump]
2019-05-03 00:30:13,301 INFO L-L1_HOFT_C00: reading diskcache [/home/jclark/Projects/rucio-O3/CNAF/diskcache/frame_cache_dump]
2019-05-03 00:30:13,303 INFO --------------------------------------------------
2019-05-03 00:30:13,303 INFO V-V1Online: looking for new data
2019-05-03 00:30:33,638 INFO 1370 new files to register
2019-05-03 00:30:33,639 INFO Computing file checksums
2019-05-03 00:32:18,326 INFO Time spent on checksums: 1.74 mins [104.69 s]
2019-05-03 00:32:20,465 INFO RSE write blacklisted, no replication rule
2019-05-03 00:32:20,525 INFO Registering files
2019-05-03 00:34:11,301 INFO Files registered
2019-05-03 00:34:11,305 INFO H-H1_HOFT_C00: looking for new data
2019-05-03 00:34:21,747 INFO 676 new files to register
2019-05-03 00:34:21,747 INFO Computing file checksums
2019-05-03 00:41:14,876 INFO Time spent on checksums: 6.89 mins [413.13 s]
2019-05-03 00:41:14,909 INFO RSE write blacklisted, no replication rule
2019-05-03 00:41:14,954 INFO Registering files
2019-05-03 00:42:01,274 INFO Files registered
2019-05-03 00:42:01,276 INFO L-L1_HOFT_C00: looking for new data
2019-05-03 00:42:11,161 INFO 674 new files to register
2019-05-03 00:42:11,162 INFO Computing file checksums
2019-05-03 00:55:20,747 INFO Time spent on checksums: 13.16 mins [789.59 s]
2019-05-03 00:55:20,846 INFO RSE write blacklisted, no replication rule
2019-05-03 00:55:20,893 INFO Registering files
2019-05-03 00:56:07,945 INFO Files registered
2019-05-03 00:56:07,947 INFO Total uptime: 1554.6533 sec.
```
### Batch Registration
In this case, the number of files to register is still manageable for a single
process. For larger datasets, one can instead split the registration process
into smaller sets of files and launch an HTCondor workflow using [`gwrucio_pipe`](https://git.ligo.org/james-clark/gwrucio/blob/master/bin/gwrucio_pipe).