Given an $n$-vertex graph $G$ and assume the largest clique in it has no more than $k(n)$ vertices, where $k(n)\to \infty$ as $n\to\infty$. A clique cover is a collection $\mathcal{S}$ of cliques in $G$ so that $$E(G)\subseteq \cup_{S\in\mathcal{S}}E(S).$$
The weighted clique covering number of $G$ is $$\min_{\mathcal{S} \text{ is a clique cover of $G$}}\sum_{S\in \mathcal{S}}|V(S)|.$$
I am wondering if $\Omega(|E(G)|/k)$ is a lower bound on the clique covering number, as $n\to\infty$?
Assume $S_1,...,S_t$ form the minimum clique cover of $G$ and assume $k_i=|V(S_i)|$ for $1\le i\le t$. As $E(G)\subseteq\cup_{1\le i\le t}E(S_i)$, we have $$\sum_{i=1}^t\binom{k_i}{2}\ge |E(G)|.$$
Then we have $$\text{weighted clique cover number}=\sum_{i=1}^tk_i\ge \sum_{i=1}^{t}\frac{\binom{k_i}{2}}{k_i}\ge \frac{\sum_{i=1}^t\binom{k_i}{2}}{k}\ge\frac{|E(G)|}{k},$$ where $k$ is the maximum order of clique in $G$.