\documentclass[a4paper]{article}
\usepackage[paper size={10cm,5cm}]{geometry}
\pagestyle{empty}
\usepackage{mathtools,amssymb}

\begin{document}

\begin{alignat*}{3}
 & \text{minimize} & ∑_{j=1}^{m} w_{j}x_{j}& \\
 & \text{subject to} \quad& ∑_{\mathclap{{j:e_{i} ∈ S_{j}}}}x_{j}& \geq 1, & i &=1 ,..., n\\
                 && x_{j}& ∈ \{0,1\},\quad & j &=1 ,..., m
\end{alignat*}

\begin{alignat*}{2}
  & \text{minimize: } & & ∑_{j=1}^{m} w_{j}x_{j} \\
   & \text{subject to: }& \quad & ∑_{\mathclap{{j:e_{i} ∈ S_{j}}}}\begin{aligned}[t]
                    x_{j} & \geq 1,& i & =1, \dots, n\\[3ex]
                  x_{j} & ∈ \{0,1\}, & \quad j &=1 ,\dots, m
                \end{aligned}
\end{alignat*}

\end{document} 