Let us consider the 3 CNF formula.
$$ (x_1 \vee x_2 \vee \neg x_3) \wedge (x_2 \vee x_4 \vee \neg x_1) \cdots $$
We know that finding a true value for the above expression, which consists of $m$ clauses and $n$ variables, is NP-complete.
Is the clause below NP-complete?
$$ (x_1 \wedge x_2 \wedge \neg x_3) \vee (x_2 \wedge x_4 \wedge \neg x_1) \cdots $$