Hey guys, sorry for the trouble. A couple things:
1) cdec's phrase based MT implementation is fairly experimental. The
moses implementation will be much, much faster and feature rich (for
example, there is no lexicalized reordering model).
2) cdec does not have a binary representation of the phrase table.
Typically, "per sentence grammars" or phrase tables are used, either
by filtering a full phrase table so that it matches only the rules.
Trying to load the full phrase table in memory will not typically be
feasible.