I was expecting FTDC not to run with that parameter. But I guess I am wrong.

Anyway as you rightly point out mongod is being killed.

Did you install mongodb using the package manager or tarball ?

Looking at the provided default configuration for mongodb on centos7 by the packages mongod is setup as forking. Your logs show this is happening on the mongod side but it might be that some changes occurred to the systemd unit. The timeout seems like the Type=forking is missing from the [service] section.

If you run rpmverify mongodb-org-server the only thing output should be your /etc/mongod.conf file(if it has been edited). A yum reinstall mongodb-org-server would resolve any unexpected deviations.