climateprediction.net home page
exit with code 22 - syntax error in NAMELIST

exit with code 22 - syntax error in NAMELIST

Questions and Answers : Unix/Linux : exit with code 22 - syntax error in NAMELIST
Message board moderation

To post messages, you must log in.

AuthorMessage
bernard_ivo

Send message
Joined: 18 Jul 13
Posts: 438
Credit: 24,488,575
RAC: 2,962
Message 60198 - Posted: 25 May 2019, 7:30:48 UTC
Last modified: 25 May 2019, 7:33:43 UTC

Hi folks,

Finally my native linux machine (64bit 18.04 LTS) got a WU hadcm3s_c0r1_204412_120_602_011361658_1
and......killed it in 16 seconds with the following

<core_client_version>7.9.3</core_client_version>
<![CDATA[
<message>
process exited with code 22 (0x16, -234)</message>
<stderr_txt>
forrtl: severe (17): syntax error in NAMELIST input, unit 5, file /var/lib/boinc-client/projects/climateprediction.net/hadcm3s_c0r1_204412_120_602_011361658/jobs/climate.cpdc, line 396, position 20
Image PC Routine Line Source
hadcm3s_um_8.34_i 0848A415 Unknown Unknown Unknown
hadcm3s_um_8.34_i 084AF3E6 Unknown Unknown Unknown
hadcm3s_um_8.34_i 082C77B5 Unknown Unknown Unknown
hadcm3s_um_8.34_i 081C028B Unknown Unknown Unknown
hadcm3s_um_8.34_i 081C1E0A Unknown Unknown Unknown
hadcm3s_um_8.34_i 083F95C9 Unknown Unknown Unknown
hadcm3s_um_8.34_i 083F867F Unknown Unknown Unknown
hadcm3s_um_8.34_i 0840346D Unknown Unknown Unknown
Controller:: CPDN process is not running, exiting, bRetVal = 1, checkPID=0, selfPID=16535, iMonCtr=1
Model crash detected, will try to restart...

I checked the libraries and seem fine
sudo ldd hadcm3s_um_8.34_i686-pc-linux-gnu
linux-gate.so.1 (0xf7f5d000)
libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf7f32000)
libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf7e30000)
libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf7e11000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf7c35000)
/lib/ld-linux.so.2 (0xf7f5f0

any ideas
ID: 60198 · Report as offensive     Reply Quote
Profile geophi
Volunteer moderator

Send message
Joined: 7 Aug 04
Posts: 2167
Credit: 64,403,322
RAC: 5,085
Message 60206 - Posted: 25 May 2019, 16:39:45 UTC - in response to Message 60198.  

Interesting. Someone previously had run a task in that specific work unit til at least one trickle, but yours died immediately.

The syntax error suggests that there was something wrong with the climate.cpdc file on your disk. This could be a corrupted file that was downloaded from the server, or a corruption of that file that occurred on your disk or in transmission.

The batch was issued in late 2017 and they have about 60% success rate from it so the loss of that task is no big deal.

And just for completeness, for the hadcm3 tasks, it's also good to do a

sudo ldd hadcm3s_se_8.34_i686-pc-linux-gnu.so

as the library requirements are slightly different than the um.
ID: 60206 · Report as offensive     Reply Quote
bernard_ivo

Send message
Joined: 18 Jul 13
Posts: 438
Credit: 24,488,575
RAC: 2,962
Message 60221 - Posted: 27 May 2019, 18:16:57 UTC - in response to Message 60206.  

sudo ldd hadcm3s_se_8.34_i686-pc-linux-gnu.so

as the library requirements are slightly different than the um.


for this I got
ldd: ./hadcm3s_se_8.34_i686-pc-linux-gnu: No such file or directory

though ls -la show
-rwx------ 1 boinc boinc 2583233 Mar 23 2017 hadcm3s_se_8.34_i686-pc-linux-gnu.so
-rwxr-xr-x 1 boinc boinc 906190 Dec 30 20:03 hadcm3s_se_8.34_i686-pc-linux-gnu.zip
and permissions are different than um's -rwxr-xr-x

the only other hadcm3s gives the following
sudo ldd hadcm3s_8.34_i686-pc-linux-gnu
    linux-gate.so.1 (0xf7ee8000)
    libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf7ea3000)
    libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf7e9e000)
    libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xf7d18000)
    libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf7c16000)
    libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf7bf8000)
    libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf7a1c000)
    /lib/ld-linux.so.2 (0xf7eea000)

ID: 60221 · Report as offensive     Reply Quote
Profile geophi
Volunteer moderator

Send message
Joined: 7 Aug 04
Posts: 2167
Credit: 64,403,322
RAC: 5,085
Message 60222 - Posted: 27 May 2019, 20:30:54 UTC - in response to Message 60221.  

I have the same permissions on that file, but if I do a

sudo ldd hadcm3s_se_8.34_i686-pc-linux-gnu.so

it produces the following, which includes the libz 386 version. If that version of libz is not there, problems can occur.

linux-gate.so.1 (0xf7edd000)
libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0xf7e12000)
libnsl.so.1 => /lib/i386-linux-gnu/libnsl.so.1 (0xf7df7000)
libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xf7c71000)
libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf7b6f000)
libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf7b51000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf7975000)
/lib/ld-linux.so.2 (0xf7edf000)

Not that I think this is the problem you had, but I've seen it in others who thought they had all the necessary 32bit libraries because they had the other hadcm3s 32bit requirements.
ID: 60222 · Report as offensive     Reply Quote
bernard_ivo

Send message
Joined: 18 Jul 13
Posts: 438
Credit: 24,488,575
RAC: 2,962
Message 60227 - Posted: 28 May 2019, 6:06:51 UTC - in response to Message 60222.  

I have the same permissions on that file, but if I do a

sudo ldd hadcm3s_se_8.34_i686-pc-linux-gnu.so


I got the same it is all there. Hopefully new linux WUs will come so we can test some crash. Thanks
ID: 60227 · Report as offensive     Reply Quote
bernard_ivo

Send message
Joined: 18 Jul 13
Posts: 438
Credit: 24,488,575
RAC: 2,962
Message 60556 - Posted: 2 Jul 2019, 14:57:21 UTC

I just got 2 hadcm3s batch 643 and killed them both in 16 sec with the same report as in my first post.
ID: 60556 · Report as offensive     Reply Quote
Profile Dave Jackson
Volunteer moderator

Send message
Joined: 15 May 09
Posts: 4314
Credit: 16,378,503
RAC: 3,632
Message 60557 - Posted: 2 Jul 2019, 15:44:07 UTC - in response to Message 60556.  

I just got 2 hadcm3s batch 643 and killed them both in 16 sec with the same report as in my first post.


Batch 643 is so old it is closed anyway or on the list to be closed.
ID: 60557 · Report as offensive     Reply Quote

Questions and Answers : Unix/Linux : exit with code 22 - syntax error in NAMELIST

©2024 climateprediction.net