Rancher docker image will not start

HI,

When i try to install the rancher docker image docker exits with errors.
I run the following auto generated command.

sudo docker run --rm --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /var/lib/rancher:/var/lib/rancher rancher/agent:v1.2.5 http://192.168.201.52:8080/v1/scripts/[SecretToken]
fatal error: procresize: invalid arg

runtime stack:
runtime.throw(0x1817d50, 0x17)
/usr/local/go/src/runtime/panic.go:527 +0x90
runtime.procresize(0x110, 0x0)
/usr/local/go/src/runtime/proc1.go:2713 +0xb0f
runtime.schedinit()
/usr/local/go/src/runtime/proc1.go:72 +0x110
runtime.rt0_go(0x7ffc1bf98138, 0x5, 0x7ffc1bf98138, 0x4003a0, 0x1106b9c, 0x0, 0x500000000, 0x7ffc1bf98138, 0x46e510, 0x4003a0, …)
/usr/local/go/src/runtime/asm_amd64.s:109 +0x132

The installation was done on CENT OS minimal with docker version 1.12 using the following rpm images that have been downloaded locally.

wget https://yum.dockerproject.org/repo/main/centos/7/Packages/docker-engine-1.12.6-1.el7.centos.x86_64.rpm \

https://yum.dockerproject.org/repo/main/centos/7/Packages/docker-engine-selinux-1.12.6-1.el7.centos.noarch.rpm

Any suggestions as to what i am doing wrong ?

More background about this problem. Centos was installed on a bare metal server with Xeon PHI 7250 CPU.
After disabling the multi threading in the system bios the image could start and kept working properly.

So this is probably due to 248 virtual cpu’s that the Xeon generates in windows or linux when you enable hyper threading.