Are you using a recent version? Being able to use the AO node to output colors is a relatively new feature, previously it would always output an AO closure.
Are there any errors printed in the terminal when rendering this scene?
Yes, I use the latest version from Cycles repository, which was commited at 17 september. No errors in the terminal. This is result of rendering with monkey head from example meshes (quality is 128 samples):
I am notice that incorrect result of AO appear in the Cycles compiled with Visual Studio 12 (and using external libs from win64_vc12). If compiled with Visual Studio 14 (and libs from win64_vc14), then all renders correct. Why it happens? May it is possible to fix it? I prefer to use vc12 versions of external libs, because it should be compatible with other applications wchich use only this version of VC.
There may be a compiler bug in vc12 that is causing this, but we stopped supporting that version and the libraries are not being updated anymore. If you want to contribute a fix or workaround we could add it, but for us it’s too time consuming to keep supporting such older versions.
A workaround may be to use BVH4 instead of BVH8 for example.