In that other thread you mentioned running Ubuntu, what version?
Have you updated to the latest version of java JDK and OpenOffice?
Since you are seeing that office.bin hits 100% it can be that it tries to load and convert for indexing a document that is either very large or malformed in some way. So maybe run the latest OpenOffice or LibreOffice downloaded from their respective site - maybe they have better filters. They can be installed alongside the official ubuntu packages.
If you try LibreOffice their will be an error message on startup, but it will work fine after that anyway.
Try adding these log statements
log4j.logger.org.alfresco.util.exec.RuntimeExec=debug
log4j.logger.org.alfresco.repo.content.transform.ContentTransformerRegistry=debug
log4j.logger.org.alfresco.util.OpenOfficeConnectionTester=debug
Maybe that can give what document cause trouble.