CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Getting LinuxMem: [Errno 2] No such file or directory: '/proc/9170/status'

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree1Likes
  • 1 Post By wyldckat

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 2, 2013, 09:51
Default Getting LinuxMem: [Errno 2] No such file or directory: '/proc/9170/status'
  #1
s.m
Senior Member
 
saeideh mohamadi
Join Date: Aug 2012
Posts: 229
Rep Power: 14
s.m is on a distinguished road
Hi,
i am simulating the flow over an airfoil, i use sapalartAllmaras turbulence model, and simpleFoam solver,
after 473 iterate it give me this error and exit the iteration after that :

Getting LinuxMem: [Errno 2] No such file or directory: '/proc/9170/status'

what should i do, please give me some guidance
Code:
Time = 472

smoothSolver:  Solving for Ux, Initial residual = 0.0013927, Final residual = 1.15184e-05, No Iterations 7
smoothSolver:  Solving for Uy, Initial residual = 0.00151985, Final residual = 1.39483e-05, No Iterations 7
GAMG:  Solving for p, Initial residual = 0.0330439, Final residual = 1.83226e-05, No Iterations 10
GAMG:  Solving for p, Initial residual = 0.00158952, Final residual = 1.37841e-06, No Iterations 6
GAMG:  Solving for p, Initial residual = 0.000741389, Final residual = 3.87226e-07, No Iterations 7
time step continuity errors : sum local = 1.82986e-07, global = -1.07452e-14, cumulative = -3.27814e-12
smoothSolver:  Solving for nuTilda, Initial residual = 0.00234781, Final residual = 2.17256e-05, No Iterations 4
--> FOAM Warning :
From function tmp<volScalarField> SpalartAllmaras::k() const
in file SpalartAllmaras/SpalartAllmaras.C at line 243
Turbulence kinetic energy not defined for Spalart-Allmaras model. Returning zero field
--> FOAM Warning :
From function tmp<volScalarField> SpalartAllmaras::k() const
in file SpalartAllmaras/SpalartAllmaras.C at line 243
Turbulence kinetic energy not defined for Spalart-Allmaras model. Returning zero field
--> FOAM Warning :
From function tmp<volScalarField> SpalartAllmaras::k() const
in file SpalartAllmaras/SpalartAllmaras.C at line 243
Turbulence kinetic energy not defined for Spalart-Allmaras model. Returning zero field
ExecutionTime = 1272.27 s  ClockTime = 1372 s

forceCoeffs output:
Cm    = 0.851865
Cd    = -0.0668863
Cl    = 2.09587
Cl(f) = 1.8998
Cl(r) = 0.196069

forceCoeffs output:
Cm    = -0.0102469
Cd    = -0.0895791
Cl    = 0.207119
Cl(f) = 0.0933124
Cl(r) = 0.113806

forceCoeffs output:
Cm    = 0.32755
Cd    = 0.224488
Cl    = 0.300781
Cl(f) = 0.477941
Cl(r) = -0.17716

Time = 473
Duration of pickling 41.032533884 too long. Extending frequency from 1.0 to 2051.6266942

smoothSolver:  Solving for Ux, Initial residual = 0.00140234, Final residual = 1.15912e-05, No Iterations 7
smoothSolver:  Solving for Uy, Initial residual = 0.00152834, Final residual = 1.40133e-05, No Iterations 7
GAMG:  Solving for p, Initial residual = 0.0337894, Final residual = 1.80586e-05, No Iterations 10
GAMG:  Solving for p, Initial residual = 0.00153707, Final residual = 1.49885e-06, No Iterations 6
GAMG:  Solving for p, Initial residual = 0.000709925, Final residual = 3.63655e-07, No Iterations 7
time step continuity errors : sum local = 1.72361e-07, global = -8.50566e-15, cumulative = -3.28665e-12
smoothSolver:  Solving for nuTilda, Initial residual = 0.00236463, Final residual = 2.18312e-05, No Iterations 4
--> FOAM Warning :
From function tmp<volScalarField> SpalartAllmaras::k() const
in file SpalartAllmaras/SpalartAllmaras.C at line 243
Turbulence kinetic energy not defined for Spalart-Allmaras model. Returning zero field
--> FOAM Warning :
From function tmp<volScalarField> SpalartAllmaras::k() const
in file SpalartAllmaras/SpalartAllmaras.C at line 243
Turbulence kinetic energy not defined for Spalart-Allmaras model. Returning zero field
--> FOAM Warning :
From function tmp<volScalarField> SpalartAllmaras::k() const
in file SpalartAllmaras/SpalartAllmaras.C at line 243
Turbulence kinetic energy not defined for Spalart-Allmaras model. Returning zero field
ExecutionTime = 1276.19 s  ClockTime = 1728 s

forceCoeffs output:
Cm    = 0.849925
Cd    = -0.067174
Cl    = 2.09219
Cl(f) = 1.89602
Cl(r) = 0.19617

forceCoeffs output:
Cm    = -0.0101749
Cd    = -0.0889825
Cl    = 0.206383
Cl(f) = 0.0930168
Cl(r) = 0.113367

forceCoeffs output:
Cm    = 0.326995
Cd    = 0.2243
Cl    = 0.300192
Cl(f) = 0.477091
Cl(r) = -0.176899

Time = 474

smoothSolver:  Solving for Ux, Initial residual = 0.00141171, Final residual = 1.16636e-05, No Iterations 7
smoothSolver:  Solving for Uy, Initial residual = 0.00153671, Final residual = 1.40768e-05, No Iterations 7
GAMG:  Solving for p, Initial residual = 0.0348114, Final residual = 3.40433e-05, No Iterations 9
GAMG:  Solving for p, Initial residual = 0.00153878, Final residual = 1.47378e-06, No Iterations 6
GAMG:  Solving for p, Initial residual = 0.000719226, Final residual = 3.64595e-07, No Iterations 7
Getting LinuxMem: [Errno 2] No such file or directory: '/proc/9170/status'

Last edited by wyldckat; October 5, 2013 at 07:27. Reason: Added [CODE][/CODE]
s.m is offline   Reply With Quote

Old   October 5, 2013, 07:32
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings s.m,

A few questions:
  1. Which OpenFOAM version are you using?
  2. Are you able to reproduce this error with one of OpenFOAM's own tutorials?
  3. Which function objects are you using? (It's those inside the block "functions" in the "controlDict" file.)
  4. Can you provide an example case?
  5. Did you run in parallel?
Without this information, my only guess is that the solver crashed in such a way that OpenFOAM's print stack feature didn't work.

Best regards,
Bruno

PS: please follow the instructions on the second link of my signature, for whenever you need to post output from solvers or utilities, or source code!
__________________
wyldckat is offline   Reply With Quote

Old   October 9, 2013, 10:55
Default
  #3
s.m
Senior Member
 
saeideh mohamadi
Join Date: Aug 2012
Posts: 229
Rep Power: 14
s.m is on a distinguished road
Quote:
Originally Posted by wyldckat View Post
Greetings s.m,

A few questions:
  1. Which OpenFOAM version are you using?
  2. Are you able to reproduce this error with one of OpenFOAM's own tutorials?
  3. Which function objects are you using? (It's those inside the block "functions" in the "controlDict" file.)
  4. Can you provide an example case?
  5. Did you run in parallel?
Without this information, my only guess is that the solver crashed in such a way that OpenFOAM's print stack feature didn't work.

Best regards,
Bruno

PS: please follow the instructions on the second link of my signature, for whenever you need to post output from solvers or utilities, or source code!
1. i install "GeekoCFD.x86_64-5.0.0" that is containing the openFoam 2.2.0
2. no i didn't run openFoam's tutorial to get this error
3. i am using the "forceCoeffs" function for expressing the cd&cl on airfoil
4. my case' volume is too large
5. no i didn't run my case in parallel.
i change my opensuse several time, but this problem is still annoying me, and my run stops every 500 steps approximately after giving this error.

Thank you for spending your time to solve my problem
s.m is offline   Reply With Quote

Old   October 11, 2013, 17:25
Default
  #4
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Hi s.m,

My suggestion is to either install OpenFOAM 2.2.1 or 2.2.x, because I've got a feeling that what you are seeing is a bug that has already been fixed in the latest OpenFOAM versions.

If you could adapt an existing OpenFOAM tutorial case to use the same kind of simulation characteristics that your case is using, and if that test case were to give the same error, then you could share that test case and I could confirm if this is a bug in OpenFOAM 2.2.0 that has already been fixed or not.


Either way, from what I can see, there are at least two ways you can install OpenFOAM 2.2.1:
  1. Install GeckoCFD 5.1.0: http://albertopassalacqua.com/?p=1318
  2. Or by following the instructions given here: http://openfoamwiki.net/index.php/In...#openSUSE_12.3
    • Note: For this, you'll have to edit the file "~/.bashrc" and comment out (prepend a # ) the line related to OpenFOAM 2.2 that GeckoCFD provides.
Best regards,
Bruno
s.m likes this.
__________________
wyldckat is offline   Reply With Quote

Old   June 19, 2022, 06:23
Default Getting LinuxMem: [Errno 2] No such file or directory: '/proc/3248/status'
  #5
New Member
 
Rakhim
Join Date: Jun 2022
Posts: 1
Rep Power: 0
rahim_baatyrov is on a distinguished road
I want to learn how to model Askervane Hill from a model. But I can't repeat it. Gives the following errors:

Create time

--> FOAM Warning :
From function int main(int, char**)
in file reconstructPar.C at line 220
No times selected
/bin/sh: 1: sample: not found
Traceback (most recent call last):
File "./runAskervein.py", line 215, in <module>
plotAskervein.main([target])
File "/home/tim/Downloads/Askervein_template4/plotAskervein.py", line 33, in main
m = max(lastRun)
ValueError: max() arg is an empty sequence
Getting LinuxMem: [Errno 2] No such file or directory: '/proc/3248/status'


https://openfoamwiki.net/index.php/S...lidation_Cases

(3) Flow over real terrain - Askervein hill (checked on OF 2.1.1)
rahim_baatyrov is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[Other] mesh airfoil NACA0012 anand_30 OpenFOAM Meshing & Mesh Conversion 13 March 7, 2022 18:22
centOS 5.6 : paraFoam not working yossi OpenFOAM Installation 2 October 9, 2013 02:41
pisoFoam compiling error with OF 1.7.1 on MAC OSX Greg Givogue OpenFOAM Programming & Development 3 March 4, 2011 18:18
[blockMesh] Axisymmetrical mesh Rasmus Gjesing (Gjesing) OpenFOAM Meshing & Mesh Conversion 10 April 2, 2007 15:00
error while compiling the USER Sub routine CFD user CFX 3 November 25, 2002 16:16


All times are GMT -4. The time now is 17:43.