Have you really checked the SyncDeviceManagement table and filtered for your UserConfigId (which is 2, according to your logs). You can do an SQL statement like
SELECT Id, UserConfigId, TableId, Data, Status, ModuleName, ModuleVersion, ModuleSize
FROM SyncDeviceMgmt
WHERE UserConfigId = 2
You should now see all the modules that the BES thinks are on your device. |