In answer to this part of the question:
This sentence is written in a research
paper, how come a subjective statement
get accepted in such formal document?
Research gets published if it satisfies the norms for what is "research" in the relevant discipline. So for example:
Experimental Physics and Chemistry requires reproducible results. If the results are not reproducible it is a black mark against the researcher.
Medicine requires studies with a statistically significant findings. Double-blind studies with a large sample size are ideal, but such studies are often too expensive, or not possible for ethical reasons.
Mathematicians require proofs. And you'd better not slip up.
Philosophers like a good argument ... 'nuf said about them I think.
With the possible exception of Mathematics, there is going to be a degree of subjectivity in virtually all research papers. But this does not necessarily make them bad. Subjective statements per se are only a problem if the reader is liable to misinterpret them as objective.
Papers in the disciplines of Computer Science and Software Engineering are particularly prone to a degree of subjectivity. I think this is inevitable, because in many CS/SE fields it is really hard (expensive) to do the experiments that would allow one to make totally objective statements. For example, how can you measure whether premature optimization (rather than something else) has caused a problem? Or more concretely, how can you objectively measure whether a monolithic kernel is better than a microkernel?
Concerning the quote (I assume) from Knuth:
We should forget about small
efficiencies, say about 97% of the
time: premature optimization is the
root of all evil.
This is subjective, but Knuth is clearly making no pretension of objectivity here. Rather, he is giving some advice in a particularly pithy and memorable way. This is the kind of stuff that makes research papers interesting to read, IMO.
And for the record, Knuth's opinion is shared by 97% of all experienced software developers. (I just made that up :-)