I need have analogue of subj because
system uses fork. It means that if your program uses x mb of memory and in system y memory at all,
and if 2*x>y, then system() call fails because fork fails too. I need other solution