fortran compiler problem

Asked by Daniele Barducci

Hi,
I'm running the following process in MSSM

p p > n1 n2, n2 > n1 e+ e-, so a 2 -> 4 process and I find the following error in event generation which I don't find if I don't let the n2 to decay. During the generation of events I get:

Creating Jobs
Refine results to 10000
    P1_qq_n1n2_n2_n1ll
 Idle: 0 Running: 12 Finish: 0
At line 111 of file rw_events.f (unit = 27, file = '/tmp/gfortrantmpyyhsJs')
Fortran runtime error: Bad address
 Idle: 0 Running: 11 Finish: 1
At line 111 of file rw_events.f (unit = 27, file = '/tmp/gfortrantmpIoizbr')
Fortran runtime error: Bad address
 Idle: 0 Running: 10 Finish: 2
At line 111 of file rw_events.f (unit = 27, file = '/tmp/gfortrantmpNmpnTt')
Fortran runtime error: Bad address
At line 111 of file rw_events.f (unit = 27, file = '/tmp/gfortrantmpPAsDrr')
Fortran runtime error: Bad address
 Idle: 0 Running: 8 Finish: 4
At line 111 of file rw_events.f (unit = 27, file = '/tmp/gfortrantmpTiJVmr')
Fortran runtime error: Bad address
At line 111 of file rw_events.f (unit = 27, file = '/tmp/gfortrantmpPAXyer')
Fortran runtime error: Bad address
 Idle: 0 Running: 6 Finish: 6
At line 111 of file rw_events.f (unit = 27, file = '/tmp/gfortrantmpTth0Lu')
Fortran runtime error: Bad address
 Idle: 0 Running: 5 Finish: 7
At line 111 of file rw_events.f (unit = 27, file = '/tmp/gfortrantmpVCzvar')
Fortran runtime error: Bad address
At line 111 of file rw_events.f (unit = 27, file = '/tmp/gfortrantmp8xeAXu')
Fortran runtime error: Bad address
 Idle: 0 Running: 3 Finish: 9
At line 111 of file rw_events.f (unit = 27, file = '/tmp/gfortrantmpjZkdOs')
Fortran runtime error: Bad address
 Idle: 0 Running: 2 Finish: 10
At line 164 of file driver.f (unit = 27, file = '/tmp/gfortrantmpsrHH0q')
Fortran runtime error: Sequential READ or WRITE not allowed after EOF marker, possibly use REWIND or BACKSPACE
 Idle: 0 Running: 1 Finish: 11
At line 164 of file driver.f (unit = 27, file = '/tmp/gfortrantmpoKzmNu')
Fortran runtime error: Bad address
Combining runs
finish refine
refine 10000
Creating Jobs
Refine results to 10000
    P1_qq_n1n2_n2_n1ll
 Idle: 0 Running: 12 Finish: 0
 Idle: 0 Running: 11 Finish: 1

And sometimes I get also something like

At line 111 of file rw_events.f (unit = 27, file = '/tmp/gfortrantmp2WyWBR')
Fortran runtime error: Bad address
At line 111 of file rw_events.f (unit = 27, file = '/tmp/gfortrantmp9N2nAR')
Fortran runtime error: No space left on device

Then the process becomes really slow and eventually get stuck and it doesn't proceed further.

Is quite strange because I get this error not with all set of pararameters. I tried to change param_card and sometimes this problem don't happen, but I didn't find a logic to understand what the problem is.

Looks to me as a compiler issue, could that be the problem?

Thanks

Question information

Language:
English Edit question
Status:
Expired
For:
MadGraph5_aMC@NLO Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:

This question was reopened

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#1

Hi Danielle,

Are you working with Lucas?

I was looking with him on google for this error, and that was indeed related to a gfortran bug.
So I'm afraid that I can't do too much about this.
One (stupid) question, do you have a directory /tmp?

Cheers,

Olivier

On Sep 23, 2013, at 10:36 AM, Daniele Barducci <email address hidden> wrote:

> New question #236172 on MadGraph5:
> https://answers.launchpad.net/madgraph5/+question/236172
>
> Hi,
> I'm running the following process in MSSM
>
> p p > n1 n2, n2 > n1 e+ e-, so a 2 -> 4 process and I find the following error in event generation which I don't find if I don't let the n2 to decay. During the generation of events I get:
>
>
>
> Creating Jobs
> Refine results to 10000
> P1_qq_n1n2_n2_n1ll
> Idle: 0 Running: 12 Finish: 0
> At line 111 of file rw_events.f (unit = 27, file = '/tmp/gfortrantmpyyhsJs')
> Fortran runtime error: Bad address
> Idle: 0 Running: 11 Finish: 1
> At line 111 of file rw_events.f (unit = 27, file = '/tmp/gfortrantmpIoizbr')
> Fortran runtime error: Bad address
> Idle: 0 Running: 10 Finish: 2
> At line 111 of file rw_events.f (unit = 27, file = '/tmp/gfortrantmpNmpnTt')
> Fortran runtime error: Bad address
> At line 111 of file rw_events.f (unit = 27, file = '/tmp/gfortrantmpPAsDrr')
> Fortran runtime error: Bad address
> Idle: 0 Running: 8 Finish: 4
> At line 111 of file rw_events.f (unit = 27, file = '/tmp/gfortrantmpTiJVmr')
> Fortran runtime error: Bad address
> At line 111 of file rw_events.f (unit = 27, file = '/tmp/gfortrantmpPAXyer')
> Fortran runtime error: Bad address
> Idle: 0 Running: 6 Finish: 6
> At line 111 of file rw_events.f (unit = 27, file = '/tmp/gfortrantmpTth0Lu')
> Fortran runtime error: Bad address
> Idle: 0 Running: 5 Finish: 7
> At line 111 of file rw_events.f (unit = 27, file = '/tmp/gfortrantmpVCzvar')
> Fortran runtime error: Bad address
> At line 111 of file rw_events.f (unit = 27, file = '/tmp/gfortrantmp8xeAXu')
> Fortran runtime error: Bad address
> Idle: 0 Running: 3 Finish: 9
> At line 111 of file rw_events.f (unit = 27, file = '/tmp/gfortrantmpjZkdOs')
> Fortran runtime error: Bad address
> Idle: 0 Running: 2 Finish: 10
> At line 164 of file driver.f (unit = 27, file = '/tmp/gfortrantmpsrHH0q')
> Fortran runtime error: Sequential READ or WRITE not allowed after EOF marker, possibly use REWIND or BACKSPACE
> Idle: 0 Running: 1 Finish: 11
> At line 164 of file driver.f (unit = 27, file = '/tmp/gfortrantmpoKzmNu')
> Fortran runtime error: Bad address
> Combining runs
> finish refine
> refine 10000
> Creating Jobs
> Refine results to 10000
> P1_qq_n1n2_n2_n1ll
> Idle: 0 Running: 12 Finish: 0
> Idle: 0 Running: 11 Finish: 1
>
> And sometimes I get also something like
>
> At line 111 of file rw_events.f (unit = 27, file = '/tmp/gfortrantmp2WyWBR')
> Fortran runtime error: Bad address
> At line 111 of file rw_events.f (unit = 27, file = '/tmp/gfortrantmp9N2nAR')
> Fortran runtime error: No space left on device
>
> Then the process becomes really slow and eventually get stuck and it doesn't proceed further.
>
> Is quite strange because I get this error not with all set of pararameters. I tried to change param_card and sometimes this problem don't happen, but I didn't find a logic to understand what the problem is.
>
> Looks to me as a compiler issue, could that be the problem?
>
> Thanks
>
>
>
>
> --
> You received this question notification because you are a member of
> MadTeam, which is an answer contact for MadGraph5.

Revision history for this message
Daniele Barducci (db3e11) said :
#2

Hi Olivier,
yes I'm working also with Luca at the moment.
Oh I see, so I guess I should ask the people of the server about this and maybe update the gfortran compiler?
Yes, I do have a folder /temp, why?

Thanks

Cheers

D.

Revision history for this message
Daniele Barducci (db3e11) said :
#3

Hi Olivier,
Indeed I manage to solve, I have created another folder tmp and then in the script that runs MG I wrote a line like

export TMPDIR=/scratch/db3e11/tmp

because the problem looked like the tmp directory was not big enough and it runs out of space.

However I found another problem after that; I'm writing it in the same topic because maybe is still a fortran problem but this time more related with MG (if not sorry...).

I get the following error

Command "generate_events pp-n1n2_14TeV_SPheno.spc.120.560.15.spc -m -f" interrupted with error:
ValueError : need more than 1 value to unpack
Please report this bug on https://bugs.launchpad.net/madgraph5
More information is found in '/scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/pp-n1n2_14TeV/pp-n1n2_14TeV_SPheno.spc.120.560.15.spc_tag_1_debug.log'.
Please attach this file to your report.

I tried to have a look around the launchpad but I didn't find a similar error..
Sorry to bother you again, and thanks in advance for the help!!

Cheers

D.

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#4

Hi Danielle,

Excellent that you solve the first problem :-)

For the new one, could you give me more information (at least the content of
> '/scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/pp-n1n2_14TeV/pp-n1n2_14TeV_SPheno.spc.120.560.15.spc_tag_1_debug.log
) any additional information might be usefull as well. (You can send me them directly to me via email if you want)

Cheers,

Olivier

On Sep 25, 2013, at 10:51 AM, Daniele Barducci <email address hidden> wrote:

> Question #236172 on MadGraph5 changed:
> https://answers.launchpad.net/madgraph5/+question/236172
>
> Daniele Barducci posted a new comment:
> Hi Olivier,
> Indeed I manage to solve, I have created another folder tmp and then in the script that runs MG I wrote a line like
>
> export TMPDIR=/scratch/db3e11/tmp
>
>
> because the problem looked like the tmp directory was not big enough and it runs out of space.
>
> However I found another problem after that; I'm writing it in the same
> topic because maybe is still a fortran problem but this time more
> related with MG (if not sorry...).
>
> I get the following error
>
> Command "generate_events pp-n1n2_14TeV_SPheno.spc.120.560.15.spc -m -f" interrupted with error:
> ValueError : need more than 1 value to unpack
> Please report this bug on https://bugs.launchpad.net/madgraph5
> More information is found in '/scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/pp-n1n2_14TeV/pp-n1n2_14TeV_SPheno.spc.120.560.15.spc_tag_1_debug.log'.
> Please attach this file to your report.
>
> I tried to have a look around the launchpad but I didn't find a similar error..
> Sorry to bother you again, and thanks in advance for the help!!
>
> Cheers
>
> D.
>
> --
> You received this question notification because you are a member of
> MadTeam, which is an answer contact for MadGraph5.

Revision history for this message
Daniele Barducci (db3e11) said :
#5

Hi Olivier,
I'm copying here the content of pp-n1n2_14TeV_SPheno.spc.120.560.15.spc_tag_1_debug.log

what are informations could be useful?
thanks

Daniele

generate_events pp-n1n2_14TeV_SPheno.spc.120.560.15.spc -m -f
Traceback (most recent call last):
  File "/scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/pp-n1n2_14TeV/bin/internal/extended_cmd.py", line 819, in onecmd
    return self.onecmd_orig(line, **opt)
  File "/scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/pp-n1n2_14TeV/bin/internal/extended_cmd.py", line 812, in onecmd_orig
    return func(arg, **opt)
  File "/scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/pp-n1n2_14TeV/bin/internal/madevent_interface.py", line 2237, in do_generate_events
    postcmd=False)
  File "/scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/pp-n1n2_14TeV/bin/internal/extended_cmd.py", line 859, in exec_cmd
    stop = Cmd.onecmd_orig(current_interface, line, **opt)
  File "/scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/pp-n1n2_14TeV/bin/internal/extended_cmd.py", line 812, in onecmd_orig
    return func(arg, **opt)
  File "/scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/pp-n1n2_14TeV/bin/internal/madevent_interface.py", line 2628, in do_survey
    cross, error = sum_html.make_all_html_results(self)
  File "/scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/pp-n1n2_14TeV/bin/internal/sum_html.py", line 388, in make_all_html_results
    P_comb.write_results_dat(pjoin(P_path, '%s_results.dat' % run))
  File "/scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/pp-n1n2_14TeV/bin/internal/sum_html.py", line 306, in write_results_dat
    line = '%s %s %s %i %i %i %i %s %s %s\n' % (fstr(self.axsec), fstr(self.xerru),
  File "/scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/pp-n1n2_14TeV/bin/internal/sum_html.py", line 301, in fstr
    nb, power = data.split('E')
ValueError: need more than 1 value to unpack
                              Run Options
                              -----------
               stdout_level : None

                         MadEvent Options
                         ----------------
     automatic_html_opening : False (user set)
          cluster_temp_path : None
              cluster_queue : madgraph
                    nb_core : 12 (user set)
                   run_mode : 2

                      Configuration Options
                      ---------------------
                web_browser : None
                text_editor : None
           madanalysis_path : /scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/MadAnalysis (user set)
               pythia8_path : None (user set)
            pythia-pgs_path : /scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/pythia-pgs (user set)
                    td_path : None (user set)
               delphes_path : None (user set)
                auto_update : 7 (user set)
               cluster_type : condor
           fortran_compiler : None (user set)
        exrootanalysis_path : /scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/ExRootAnalysis (user set)
                 eps_viewer : None
                    timeout : 60

Revision history for this message
Daniele Barducci (db3e11) said :
#6

Hi Olivier,
I'm copying here the content of pp-n1n2_14TeV_SPheno.spc.120.560.15.spc_tag_1_debug.log

what are informations could be useful?
thanks

Daniele

generate_events pp-n1n2_14TeV_SPheno.spc.120.560.15.spc -m -f
Traceback (most recent call last):
  File "/scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/pp-n1n2_14TeV/bin/internal/extended_cmd.py", line 819, in onecmd
    return self.onecmd_orig(line, **opt)
  File "/scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/pp-n1n2_14TeV/bin/internal/extended_cmd.py", line 812, in onecmd_orig
    return func(arg, **opt)
  File "/scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/pp-n1n2_14TeV/bin/internal/madevent_interface.py", line 2237, in do_generate_events
    postcmd=False)
  File "/scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/pp-n1n2_14TeV/bin/internal/extended_cmd.py", line 859, in exec_cmd
    stop = Cmd.onecmd_orig(current_interface, line, **opt)
  File "/scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/pp-n1n2_14TeV/bin/internal/extended_cmd.py", line 812, in onecmd_orig
    return func(arg, **opt)
  File "/scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/pp-n1n2_14TeV/bin/internal/madevent_interface.py", line 2628, in do_survey
    cross, error = sum_html.make_all_html_results(self)
  File "/scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/pp-n1n2_14TeV/bin/internal/sum_html.py", line 388, in make_all_html_results
    P_comb.write_results_dat(pjoin(P_path, '%s_results.dat' % run))
  File "/scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/pp-n1n2_14TeV/bin/internal/sum_html.py", line 306, in write_results_dat
    line = '%s %s %s %i %i %i %i %s %s %s\n' % (fstr(self.axsec), fstr(self.xerru),
  File "/scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/pp-n1n2_14TeV/bin/internal/sum_html.py", line 301, in fstr
    nb, power = data.split('E')
ValueError: need more than 1 value to unpack
                              Run Options
                              -----------
               stdout_level : None

                         MadEvent Options
                         ----------------
     automatic_html_opening : False (user set)
          cluster_temp_path : None
              cluster_queue : madgraph
                    nb_core : 12 (user set)
                   run_mode : 2

                      Configuration Options
                      ---------------------
                web_browser : None
                text_editor : None
           madanalysis_path : /scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/MadAnalysis (user set)
               pythia8_path : None (user set)
            pythia-pgs_path : /scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/pythia-pgs (user set)
                    td_path : None (user set)
               delphes_path : None (user set)
                auto_update : 7 (user set)
               cluster_type : condor
           fortran_compiler : None (user set)
        exrootanalysis_path : /scratch/db3e11/MSSM_focus_point/MadGraph5_v1_5_11/ExRootAnalysis (user set)
                 eps_viewer : None
                    timeout : 60

Revision history for this message
Daniele Barducci (db3e11) said :
#7

Press by mistake the buttom "solved"

Revision history for this message
Launchpad Janitor (janitor) said :
#8

This question was expired because it remained in the 'Open' state without activity for the last 15 days.