Error code 1073741511 in Abaqus Standard

I've found a possible bug in Abaqus. It occurs in versions 6.14-2 and 6.14-3 while executing command "abaqus verify -user_std". So any analysis with user subroutines don't run. From verification log it is seen that Fortran user subroutines are compiled and linked normally:

Begin Compiling Abaqus/Standard User Subroutines
5/2/2015 3:36:02 PM
Intel(R) Visual Fortran Intel(R) 64 Compiler XE for applications running on Intel(R) 64, Version 15.0.2.179 Build 20150121
End Compiling Abaqus/Standard User Subroutines
Begin Linking Abaqus/Standard User Subroutines
Creating library standardU.lib and object standardU.exp
End Linking Abaqus/Standard User Subroutines
5/2/2015 3:36:02 PM
Begin Analysis Input File Processor
5/2/2015 3:36:02 PM
Run pre.exe
5/2/2015 3:36:04 PM
End Analysis Input File Processor
Begin Abaqus/Standard Analysis
5/2/2015 3:36:04 PM
Run standard.exe
5/2/2015 3:36:04 PM
Abaqus Error: The executable standard.exe aborted with system error code 1073741511.
Please check the .dat, .msg, and .sta files for error messages if the filesexist. If there are no error messages and you cannot resolve the problem,please run the command "abaqus job=support information=support" to report andsave your system information. Use the same command to run Abaqus that youused when the problem occurred. Please contact your local Abaqus supportoffice and send them the input file, the file support.log which you justcreated, the executable name, and the error code.Abaqus/Analysis exited with errors

During verification procedure this window arises twice:

My mkl_core.dll is present and is located in C:\\SIMULIA\\Abaqus\\6.14-3\\code\\bin. I've checked this DLL with Dependency Walker 2.2, and utility said that DLL does have mkl_blas_cgem2vc function.

Environmental variables are OK because Abaqus sees Microsoft Visual C++, Incremental linker and Intel Fortran Compiler:

Processor: Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz
Number of CPUs: 8
Physical Memory: 16335 MB
Virtual Memory: 27854 Available / 32668 Total Mbytes
OS Version: Windows 7 Enterprise N Service Pack 1 (Build 7601)
C++ Compiler: Microsoft Visual C++ 10.0.30319.1
Linker Version: Microsoft (R) Incremental Linker Version 10.00.30319.01
Fortran Compiler: Intel Fortran Compiler 15.0
MPI: MS-MPI 3.0.2369.0
Browser: Google Chrome 42.0.2311.135

Unlike Error code 1073741819 my error arises only on Lenovo Y510P laptop. Abaqus works fine on my desktop computer, which also has Intel Core i7 Processor.

So, I don't know how to solve the problem. Please, help!