Can MadSpin run on a cluster?

Asked by Robert Cantrill

Hi

I have a question about running MadGraph on the cluster.

I’d like to know if it is possible to run the MadSpin part on a cluster?

I’m generating t t~ h [QCD] events and controlling how the higgs and tops decay using MadSpin. I’m using MG5_aMC_v2_2_1 with Fortran gcc/4.6.3. This works in the single and multicore modes but it will be more convenient if I could run on a cluster. I’ve edited mg5_configuration.txt in the following way

run_mode = 1

cluster_type = sge
cluster_queue = fastlip

cluster_temp_path = /hometmp/calo/$USER

everything works fine, many jobs are submitted to our cluster and an events.lhe file is made. But when the program gets to the MadSpin part it crashes with the following message

Command "launch auto " interrupted with error:
IOError : [Fail 5 times]
  [Errno 2] No such file or directory: '/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/tmpaoYoTC/temp_decay/SubProcesses/combine.log'
Please report this bug on https://bugs.launchpad.net/madgraph5
More information is found in '/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/output/run_01_tag_1_debug.log'.
Please attach this file to your report

I’m not sure what to do here. I’ve tried experimenting by running MadSpin separately but it seems that the information about the decay is saved in a tmp directory which gets lost. Do you have any suggestions on how I could proceed?

Thanks,
Rob

#************************************************************
#* MadGraph5_aMC@NLO *
#* *
#* * * *
#* * * * * *
#* * * * * 5 * * * * *
#* * * * * *
#* * * *
#* *
#* *
#* VERSION 2.2.1 2014-09-25 *
#* *
#* The MadGraph5_aMC@NLO Development Team - Find us at *
#* https://server06.fynu.ucl.ac.be/projects/madgraph *
#* and *
#* http://amcatnlo.cern.ch *
#* *
#************************************************************
#* *
#* Command File for aMCatNLO *
#* *
#* run as ./bin/aMCatNLO.py filename *
#* *
#************************************************************
launch auto
Traceback (most recent call last):
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/extended_cmd.py", line 879, in onecmd
    return self.onecmd_orig(line, **opt)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/extended_cmd.py", line 872, in onecmd_orig
    return func(arg, **opt)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/amcatnlo_run_interface.py", line 1199, in do_launch
    self.exec_cmd('decay_events -from_cards', postcmd=False)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/extended_cmd.py", line 919, in exec_cmd
    stop = Cmd.onecmd_orig(current_interface, line, **opt)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/extended_cmd.py", line 872, in onecmd_orig
    return func(arg, **opt)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/common_run_interface.py", line 1746, in do_decay_events
    madspin_cmd.import_command_file(path)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/extended_cmd.py", line 1035, in import_command_file
    self.exec_cmd(line, precmd=True)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/extended_cmd.py", line 919, in exec_cmd
    stop = Cmd.onecmd_orig(current_interface, line, **opt)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/extended_cmd.py", line 872, in onecmd_orig
    return func(arg, **opt)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/MadSpin/interface_madspin.py", line 460, in do_launch
    self.options)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/MadSpin/decay.py", line 2004, in __init__
    self.generate_all_matrix_element()
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/various/misc.py", line 89, in f_with_no_logger
    out = f(self, *args, **opt)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/tests/unit_tests/various/test_aloha.py", line 50, in deco_f_set
    out = f(*args, **opt)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/MadSpin/decay.py", line 2572, in generate_all_matrix_element
    self.get_branching_ratio()
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/MadSpin/decay.py", line 2812, in get_branching_ratio
    width.extract_br(self.list_branches, self.mgcmd)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/MadSpin/decay.py", line 1332, in extract_br
    self.launch_width_evaluation(to_decay, mgcmd)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/MadSpin/decay.py", line 1599, in launch_width_evaluation
    self.compute_widths(model, argument)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/MadSpin/decay.py", line 1627, in compute_widths
    cmd.exec_cmd(line)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/extended_cmd.py", line 919, in exec_cmd
    stop = Cmd.onecmd_orig(current_interface, line, **opt)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/extended_cmd.py", line 872, in onecmd_orig
    return func(arg, **opt)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/master_interface.py", line 318, in do_compute_widths
    return self.cmd.do_compute_widths(self, *args, **opts)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/madgraph_interface.py", line 6280, in do_compute_widths
    me_cmd.exec_cmd('combine_events', postcmd=False)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/extended_cmd.py", line 919, in exec_cmd
    stop = Cmd.onecmd_orig(current_interface, line, **opt)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/extended_cmd.py", line 872, in onecmd_orig
    return func(arg, **opt)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/madevent_interface.py", line 2516, in do_combine_events
    output = misc.mult_try_open(pjoin(self.me_dir,'SubProcesses','combine.log')).read()
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/various/misc.py", line 242, in deco_f_retry
    raise error.__class__, '[Fail %i times] \n %s ' % (i+1, error)
IOError: [Fail 5 times]
 [Errno 2] No such file or directory: '/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/tmpaoYoTC/temp_decay/SubProcesses/combine.log'
Value of current Options:
              web_browser : None
              text_editor : None
        cluster_temp_path : None
       group_subprocesses : Auto
             syscalc_path : None
            cluster_queue : fastlip
         madanalysis_path : None
                   lhapdf : lhapdf-config
ignore_six_quark_processes : False
                    pjfry : None
    loop_optimized_output : True
    cluster_status_update : (600, 30)
   automatic_html_opening : False
                    gauge : unitary
               hepmc_path : None
             pythia8_path : None
                hwpp_path : None
                  amcfast : amcfast-config
       cluster_retry_wait : 300
      output_dependencies : external
          pythia-pgs_path : None
                 mg5_path : /hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo
                  td_path : None
             delphes_path : None
              thepeg_path : None
             cluster_type : sge
      exrootanalysis_path : None
         fortran_compiler : None
                  nb_core : 2
                      OLP : MadLoop
              auto_update : 7
         cluster_nb_retry : 1
                 applgrid : applgrid-config
               eps_viewer : None
                  timeout : 60
                  fastjet : None
                    golem : None
      complex_mass_scheme : False
             cpp_compiler : None
             stdout_level : 20
                 run_mode : 1
#************************************************************
#* MadGraph5_aMC@NLO *
#* *
#* * * *
#* * * * * *
#* * * * * 5 * * * * *
#* * * * * *
#* * * *
#* *
#* *
#* VERSION 2.2.1 2014-09-25 *
#* *
#* The MadGraph5_aMC@NLO Development Team - Find us at *
#* https://server06.fynu.ucl.ac.be/projects/madgraph *
#* *
#************************************************************
#* *
#* Command File for MadGraph5_aMC@NLO *
#* *
#* run as ./bin/mg5_aMC filename *
#* *
#************************************************************
set group_subprocesses Auto
set ignore_six_quark_processes False
set loop_optimized_output True
set complex_mass_scheme False
import model sm
define p = g u c d s u~ c~ d~ s~
define j = g u c d s u~ c~ d~ s~
define l+ = e+ mu+
define l- = e- mu-
define vl = ve vm vt
define vl~ = ve~ vm~ vt~
import model loop_sm
generate p p > t t~ [QCD]
output output
######################################################################
## PARAM_CARD AUTOMATICALY GENERATED BY MG5 FOLLOWING UFO MODEL ####
######################################################################
## ##
## Width set on Auto will be computed following the information ##
## present in the decay.py files of the model. ##
## See arXiv:1402.1178 for more details. ##
## ##
######################################################################

###################################
## INFORMATION FOR LOOP
###################################
Block loop
    1 9.118800e+01 # MU_R

###################################
## INFORMATION FOR MASS
###################################
Block mass
    5 4.700000e+00 # MB
    6 1.730000e+02 # MT
   15 1.777000e+00 # MTA
   23 9.118800e+01 # MZ
   25 1.250000e+02 # MH
## Dependent parameters, given by model restrictions.
## Those values should be edited following the
## analytical expression. MG5 ignores those values
## but they are important for interfacing the output of MG5
## to external program such as Pythia.
  1 0.000000 # d : 0.0
  2 0.000000 # u : 0.0
  3 0.000000 # s : 0.0
  4 0.000000 # c : 0.0
  11 0.000000 # e- : 0.0
  12 0.000000 # ve : 0.0
  13 0.000000 # mu- : 0.0
  14 0.000000 # vm : 0.0
  16 0.000000 # vt : 0.0
  21 0.000000 # g : 0.0
  22 0.000000 # a : 0.0
  24 80.419002 # w+ : cmath.sqrt(MZ__exp__2/2. + cmath.sqrt(MZ__exp__4/4. - (aEW*cmath.pi*MZ__exp__2)/(Gf*sqrt__2)))
  82 0.000000 # gh : 0.0

###################################
## INFORMATION FOR SMINPUTS
###################################
Block sminputs
    1 1.325070e+02 # aEWM1
    2 1.166390e-05 # Gf
    3 1.180000e-01 # aS

###################################
## INFORMATION FOR YUKAWA
###################################
Block yukawa
    5 4.700000e+00 # ymb
    6 1.730000e+02 # ymt
   15 1.777000e+00 # ymtau

###################################
## INFORMATION FOR DECAY
###################################
DECAY 6 1.491500e+00 # WT
DECAY 23 2.441404e+00 # WZ
DECAY 24 2.047600e+00 # WW
DECAY 25 6.382339e-03 # WH
## Dependent parameters, given by model restrictions.
## Those values should be edited following the
## analytical expression. MG5 ignores those values
## but they are important for interfacing the output of MG5
## to external program such as Pythia.
DECAY 1 0.000000 # d : 0.0
DECAY 2 0.000000 # u : 0.0
DECAY 3 0.000000 # s : 0.0
DECAY 4 0.000000 # c : 0.0
DECAY 5 0.000000 # b : 0.0
DECAY 11 0.000000 # e- : 0.0
DECAY 12 0.000000 # ve : 0.0
DECAY 13 0.000000 # mu- : 0.0
DECAY 14 0.000000 # vm : 0.0
DECAY 15 0.000000 # ta- : 0.0
DECAY 16 0.000000 # vt : 0.0
DECAY 21 0.000000 # g : 0.0
DECAY 22 0.000000 # a : 0.0
DECAY 82 0.000000 # gh : 0.0
#===========================================================
# QUANTUM NUMBERS OF NEW STATE(S) (NON SM PDG CODE)
#===========================================================

Block QNUMBERS 82 # gh
        1 0 # 3 times electric charge
        2 1 # number of spin states (2S+1)
        3 8 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 1 # Particle/Antiparticle distinction (0=own anti)
#***********************************************************************
# MadGraph5_aMC@NLO *
# *
# run_card.dat aMC@NLO *
# *
# This file is used to set the parameters of the run. *
# *
# Some notation/conventions: *
# *
# Lines starting with a hash (#) are info or comments *
# *
# mind the format: value = variable ! comment *
#***********************************************************************
#
#*******************
# Running parameters
#*******************
#
#***********************************************************************
# Tag name for the run (one word) *
#***********************************************************************
  tag_1 = run_tag ! name of the run
#***********************************************************************
# Number of events (and their normalization) and the required *
# (relative) accuracy on the Xsec. *
# These values are ignored for fixed order runs *
#***********************************************************************
 10000 = nevents ! Number of unweighted events requested
    -1 = req_acc ! Required accuracy (-1=auto determined from nevents)
    -1 = nevt_job! Max number of events per job in event generation.
                 ! (-1= no split).
average = event_norm ! Normalize events to sum or average to the X sect.
#***********************************************************************
# Number of points per itegration channel (ignored for aMC@NLO runs) *
#***********************************************************************
 0.01 = req_acc_FO ! Required accuracy (-1=ignored, and use the
                     ! number of points and iter. below)
# These numbers are ignored except if req_acc_FO is equal to -1
 5000 = npoints_FO_grid ! number of points to setup grids
 4 = niters_FO_grid ! number of iter. to setup grids
 10000 = npoints_FO ! number of points to compute Xsec
 6 = niters_FO ! number of iter. to compute Xsec
#***********************************************************************
# Random number seed *
#***********************************************************************
     0 = iseed ! rnd seed (0=assigned automatically=default))
#***********************************************************************
# Collider type and energy *
#***********************************************************************
    1 = lpp1 ! beam 1 type (0 = no PDF)
    1 = lpp2 ! beam 2 type (0 = no PDF)
 6500 = ebeam1 ! beam 1 energy in GeV
 6500 = ebeam2 ! beam 2 energy in GeV
#***********************************************************************
# PDF choice: this automatically fixes also alpha_s(MZ) and its evol. *
#***********************************************************************
 nn23nlo = pdlabel ! PDF set
 230000 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
#***********************************************************************
# Include the NLO Monte Carlo subtr. terms for the following parton *
# shower (HERWIG6 | HERWIGPP | PYTHIA6Q | PYTHIA6PT | PYTHIA8) *
# WARNING: PYTHIA6PT works only for processes without FSR!!!! *
#***********************************************************************
  HERWIG6 = parton_shower
#***********************************************************************
# Renormalization and factorization scales *
# (Default functional form for the non-fixed scales is the sum of *
# the transverse masses of all final state particles and partons. This *
# can be changed in SubProcesses/set_scales.f) *
#***********************************************************************
 F = fixed_ren_scale ! if .true. use fixed ren scale
 F = fixed_fac_scale ! if .true. use fixed fac scale
 91.188 = muR_ref_fixed ! fixed ren reference scale
 91.188 = muF1_ref_fixed ! fixed fact reference scale for pdf1
 91.188 = muF2_ref_fixed ! fixed fact reference scale for pdf2
#***********************************************************************
# Renormalization and factorization scales (advanced and NLO options) *
#***********************************************************************
 F = fixed_QES_scale ! if .true. use fixed Ellis-Sexton scale
 91.188 = QES_ref_fixed ! fixed Ellis-Sexton reference scale
 1 = muR_over_ref ! ratio of current muR over reference muR
 1 = muF1_over_ref ! ratio of current muF1 over reference muF1
 1 = muF2_over_ref ! ratio of current muF2 over reference muF2
 1 = QES_over_ref ! ratio of current QES over reference QES
#***********************************************************************
# Reweight flags to get scale dependence and PDF uncertainty *
# For scale dependence: factor rw_scale_up/down around central scale *
# For PDF uncertainty: use LHAPDF with supported set *
#***********************************************************************
 .true. = reweight_scale ! reweight to get scale dependence
  0.5 = rw_Rscale_down ! lower bound for ren scale variations
  2.0 = rw_Rscale_up ! upper bound for ren scale variations
  0.5 = rw_Fscale_down ! lower bound for fact scale variations
  2.0 = rw_Fscale_up ! upper bound for fact scale variations
 .false. = reweight_PDF ! reweight to get PDF uncertainty
 230001 = PDF_set_min ! First of the error PDF sets
 230100 = PDF_set_max ! Last of the error PDF sets
#***********************************************************************
# Merging - WARNING! Applies merging only at the hard-event level. *
# After showering an MLM-type merging should be applied as well. *
# See http://amcatnlo.cern.ch/FxFx_merging.htm for more details. *
#***********************************************************************
 0 = ickkw ! 0 no merging, 3 FxFx merging
#***********************************************************************
#
#***********************************************************************
# BW cutoff (M+/-bwcutoff*Gamma) *
#***********************************************************************
 15 = bwcutoff
#***********************************************************************
# Cuts on the jets *
# Jet clustering is performed by FastJet.
# When matching to a parton shower, these generation cuts should be *
# considerably softer than the analysis cuts. *
# (more specific cuts can be specified in SubProcesses/cuts.f) *
#***********************************************************************
   1 = jetalgo ! FastJet jet algorithm (1=kT, 0=C/A, -1=anti-kT)
 0.7 = jetradius ! The radius parameter for the jet algorithm
  10 = ptj ! Min jet transverse momentum
  -1 = etaj ! Max jet abs(pseudo-rap) (a value .lt.0 means no cut)
#***********************************************************************
# Cuts on the charged leptons (e+, e-, mu+, mu-, tau+ and tau-) *
# (more specific gen cuts can be specified in SubProcesses/cuts.f) *
#***********************************************************************
   0 = ptl ! Min lepton transverse momentum
  -1 = etal ! Max lepton abs(pseudo-rap) (a value .lt.0 means no cut)
   0 = drll ! Min distance between opposite sign lepton pairs
   0 = drll_sf ! Min distance between opp. sign same-flavor lepton pairs
   0 = mll ! Min inv. mass of all opposite sign lepton pairs
  30 = mll_sf ! Min inv. mass of all opp. sign same-flavor lepton pairs
#***********************************************************************
# Photon-isolation cuts, according to hep-ph/9801442 *
# When ptgmin=0, all the other parameters are ignored *
#***********************************************************************
  20 = ptgmin ! Min photon transverse momentum
  -1 = etagamma ! Max photon abs(pseudo-rap)
 0.4 = R0gamma ! Radius of isolation code
 1.0 = xn ! n parameter of eq.(3.4) in hep-ph/9801442
 1.0 = epsgamma ! epsilon_gamma parameter of eq.(3.4) in hep-ph/9801442
 .true. = isoEM ! isolate photons from EM energy (photons and leptons)
#***********************************************************************
# Maximal PDG code for quark to be considered a jet when applying cuts.*
# At least all massless quarks of the model should be included here. *
#***********************************************************************
 4 = maxjetflavor
#***********************************************************************

Question information

Language:
English Edit question
Status:
Answered
For:
MadGraph5_aMC@NLO Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#1

Hi,

Madspin, is not able to run in multicore/cluster and will automatically run in single core on your main computer.
Actually the crash that you get comes from MadWidth [arXiv:1405.0301] which is used to compute the partial width
since you did not include those in your param_card.

That program supports the cluster submission for it’s computation but looks like one step fails on your cluster.
Do you have a central disk for all your node?
Do you succeed to run on your cluster
generate p p > t t~
output
launch

Cheers,

Olivier

On Nov 6, 2014, at 3:36 PM, Robert Cantrill <email address hidden> wrote:

> New question #257052 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/257052
>
> Hi
>
> I have a question about running MadGraph on the cluster.
>
> I’d like to know if it is possible to run the MadSpin part on a cluster?
>
> I’m generating t t~ h [QCD] events and controlling how the higgs and tops decay using MadSpin. I’m using MG5_aMC_v2_2_1 with Fortran gcc/4.6.3. This works in the single and multicore modes but it will be more convenient if I could run on a cluster. I’ve edited mg5_configuration.txt in the following way
>
> run_mode = 1
>
> cluster_type = sge
> cluster_queue = fastlip
>
> cluster_temp_path = /hometmp/calo/$USER
>
> everything works fine, many jobs are submitted to our cluster and an events.lhe file is made. But when the program gets to the MadSpin part it crashes with the following message
>
> Command "launch auto " interrupted with error:
> IOError : [Fail 5 times]
> [Errno 2] No such file or directory: '/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/tmpaoYoTC/temp_decay/SubProcesses/combine.log'
> Please report this bug on https://bugs.launchpad.net/madgraph5
> More information is found in '/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/output/run_01_tag_1_debug.log'.
> Please attach this file to your report
>
> I’m not sure what to do here. I’ve tried experimenting by running MadSpin separately but it seems that the information about the decay is saved in a tmp directory which gets lost. Do you have any suggestions on how I could proceed?
>
> Thanks,
> Rob
>
>
>
>
>
>
>
>
> #************************************************************
> #* MadGraph5_aMC@NLO *
> #* *
> #* * * *
> #* * * * * *
> #* * * * * 5 * * * * *
> #* * * * * *
> #* * * *
> #* *
> #* *
> #* VERSION 2.2.1 2014-09-25 *
> #* *
> #* The MadGraph5_aMC@NLO Development Team - Find us at *
> #* https://server06.fynu.ucl.ac.be/projects/madgraph *
> #* and *
> #* http://amcatnlo.cern.ch *
> #* *
> #************************************************************
> #* *
> #* Command File for aMCatNLO *
> #* *
> #* run as ./bin/aMCatNLO.py filename *
> #* *
> #************************************************************
> launch auto
> Traceback (most recent call last):
> File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/extended_cmd.py", line 879, in onecmd
> return self.onecmd_orig(line, **opt)
> File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/extended_cmd.py", line 872, in onecmd_orig
> return func(arg, **opt)
> File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/amcatnlo_run_interface.py", line 1199, in do_launch
> self.exec_cmd('decay_events -from_cards', postcmd=False)
> File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/extended_cmd.py", line 919, in exec_cmd
> stop = Cmd.onecmd_orig(current_interface, line, **opt)
> File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/extended_cmd.py", line 872, in onecmd_orig
> return func(arg, **opt)
> File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/common_run_interface.py", line 1746, in do_decay_events
> madspin_cmd.import_command_file(path)
> File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/extended_cmd.py", line 1035, in import_command_file
> self.exec_cmd(line, precmd=True)
> File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/extended_cmd.py", line 919, in exec_cmd
> stop = Cmd.onecmd_orig(current_interface, line, **opt)
> File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/extended_cmd.py", line 872, in onecmd_orig
> return func(arg, **opt)
> File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/MadSpin/interface_madspin.py", line 460, in do_launch
> self.options)
> File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/MadSpin/decay.py", line 2004, in __init__
> self.generate_all_matrix_element()
> File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/various/misc.py", line 89, in f_with_no_logger
> out = f(self, *args, **opt)
> File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/tests/unit_tests/various/test_aloha.py", line 50, in deco_f_set
> out = f(*args, **opt)
> File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/MadSpin/decay.py", line 2572, in generate_all_matrix_element
> self.get_branching_ratio()
> File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/MadSpin/decay.py", line 2812, in get_branching_ratio
> width.extract_br(self.list_branches, self.mgcmd)
> File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/MadSpin/decay.py", line 1332, in extract_br
> self.launch_width_evaluation(to_decay, mgcmd)
> File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/MadSpin/decay.py", line 1599, in launch_width_evaluation
> self.compute_widths(model, argument)
> File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/MadSpin/decay.py", line 1627, in compute_widths
> cmd.exec_cmd(line)
> File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/extended_cmd.py", line 919, in exec_cmd
> stop = Cmd.onecmd_orig(current_interface, line, **opt)
> File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/extended_cmd.py", line 872, in onecmd_orig
> return func(arg, **opt)
> File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/master_interface.py", line 318, in do_compute_widths
> return self.cmd.do_compute_widths(self, *args, **opts)
> File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/madgraph_interface.py", line 6280, in do_compute_widths
> me_cmd.exec_cmd('combine_events', postcmd=False)
> File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/extended_cmd.py", line 919, in exec_cmd
> stop = Cmd.onecmd_orig(current_interface, line, **opt)
> File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/extended_cmd.py", line 872, in onecmd_orig
> return func(arg, **opt)
> File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/interface/madevent_interface.py", line 2516, in do_combine_events
> output = misc.mult_try_open(pjoin(self.me_dir,'SubProcesses','combine.log')).read()
> File "/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/madgraph/various/misc.py", line 242, in deco_f_retry
> raise error.__class__, '[Fail %i times] \n %s ' % (i+1, error)
> IOError: [Fail 5 times]
> [Errno 2] No such file or directory: '/hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo/tmpaoYoTC/temp_decay/SubProcesses/combine.log'
> Value of current Options:
> web_browser : None
> text_editor : None
> cluster_temp_path : None
> group_subprocesses : Auto
> syscalc_path : None
> cluster_queue : fastlip
> madanalysis_path : None
> lhapdf : lhapdf-config
> ignore_six_quark_processes : False
> pjfry : None
> loop_optimized_output : True
> cluster_status_update : (600, 30)
> automatic_html_opening : False
> gauge : unitary
> hepmc_path : None
> pythia8_path : None
> hwpp_path : None
> amcfast : amcfast-config
> cluster_retry_wait : 300
> output_dependencies : external
> pythia-pgs_path : None
> mg5_path : /hometmp/calo/rcantril/MG5_aMC_v2_2_1_tt_nlo
> td_path : None
> delphes_path : None
> thepeg_path : None
> cluster_type : sge
> exrootanalysis_path : None
> fortran_compiler : None
> nb_core : 2
> OLP : MadLoop
> auto_update : 7
> cluster_nb_retry : 1
> applgrid : applgrid-config
> eps_viewer : None
> timeout : 60
> fastjet : None
> golem : None
> complex_mass_scheme : False
> cpp_compiler : None
> stdout_level : 20
> run_mode : 1
> #************************************************************
> #* MadGraph5_aMC@NLO *
> #* *
> #* * * *
> #* * * * * *
> #* * * * * 5 * * * * *
> #* * * * * *
> #* * * *
> #* *
> #* *
> #* VERSION 2.2.1 2014-09-25 *
> #* *
> #* The MadGraph5_aMC@NLO Development Team - Find us at *
> #* https://server06.fynu.ucl.ac.be/projects/madgraph *
> #* *
> #************************************************************
> #* *
> #* Command File for MadGraph5_aMC@NLO *
> #* *
> #* run as ./bin/mg5_aMC filename *
> #* *
> #************************************************************
> set group_subprocesses Auto
> set ignore_six_quark_processes False
> set loop_optimized_output True
> set complex_mass_scheme False
> import model sm
> define p = g u c d s u~ c~ d~ s~
> define j = g u c d s u~ c~ d~ s~
> define l+ = e+ mu+
> define l- = e- mu-
> define vl = ve vm vt
> define vl~ = ve~ vm~ vt~
> import model loop_sm
> generate p p > t t~ [QCD]
> output output
> ######################################################################
> ## PARAM_CARD AUTOMATICALY GENERATED BY MG5 FOLLOWING UFO MODEL ####
> ######################################################################
> ## ##
> ## Width set on Auto will be computed following the information ##
> ## present in the decay.py files of the model. ##
> ## See arXiv:1402.1178 for more details. ##
> ## ##
> ######################################################################
>
> ###################################
> ## INFORMATION FOR LOOP
> ###################################
> Block loop
> 1 9.118800e+01 # MU_R
>
> ###################################
> ## INFORMATION FOR MASS
> ###################################
> Block mass
> 5 4.700000e+00 # MB
> 6 1.730000e+02 # MT
> 15 1.777000e+00 # MTA
> 23 9.118800e+01 # MZ
> 25 1.250000e+02 # MH
> ## Dependent parameters, given by model restrictions.
> ## Those values should be edited following the
> ## analytical expression. MG5 ignores those values
> ## but they are important for interfacing the output of MG5
> ## to external program such as Pythia.
> 1 0.000000 # d : 0.0
> 2 0.000000 # u : 0.0
> 3 0.000000 # s : 0.0
> 4 0.000000 # c : 0.0
> 11 0.000000 # e- : 0.0
> 12 0.000000 # ve : 0.0
> 13 0.000000 # mu- : 0.0
> 14 0.000000 # vm : 0.0
> 16 0.000000 # vt : 0.0
> 21 0.000000 # g : 0.0
> 22 0.000000 # a : 0.0
> 24 80.419002 # w+ : cmath.sqrt(MZ__exp__2/2. + cmath.sqrt(MZ__exp__4/4. - (aEW*cmath.pi*MZ__exp__2)/(Gf*sqrt__2)))
> 82 0.000000 # gh : 0.0
>
> ###################################
> ## INFORMATION FOR SMINPUTS
> ###################################
> Block sminputs
> 1 1.325070e+02 # aEWM1
> 2 1.166390e-05 # Gf
> 3 1.180000e-01 # aS
>
> ###################################
> ## INFORMATION FOR YUKAWA
> ###################################
> Block yukawa
> 5 4.700000e+00 # ymb
> 6 1.730000e+02 # ymt
> 15 1.777000e+00 # ymtau
>
> ###################################
> ## INFORMATION FOR DECAY
> ###################################
> DECAY 6 1.491500e+00 # WT
> DECAY 23 2.441404e+00 # WZ
> DECAY 24 2.047600e+00 # WW
> DECAY 25 6.382339e-03 # WH
> ## Dependent parameters, given by model restrictions.
> ## Those values should be edited following the
> ## analytical expression. MG5 ignores those values
> ## but they are important for interfacing the output of MG5
> ## to external program such as Pythia.
> DECAY 1 0.000000 # d : 0.0
> DECAY 2 0.000000 # u : 0.0
> DECAY 3 0.000000 # s : 0.0
> DECAY 4 0.000000 # c : 0.0
> DECAY 5 0.000000 # b : 0.0
> DECAY 11 0.000000 # e- : 0.0
> DECAY 12 0.000000 # ve : 0.0
> DECAY 13 0.000000 # mu- : 0.0
> DECAY 14 0.000000 # vm : 0.0
> DECAY 15 0.000000 # ta- : 0.0
> DECAY 16 0.000000 # vt : 0.0
> DECAY 21 0.000000 # g : 0.0
> DECAY 22 0.000000 # a : 0.0
> DECAY 82 0.000000 # gh : 0.0
> #===========================================================
> # QUANTUM NUMBERS OF NEW STATE(S) (NON SM PDG CODE)
> #===========================================================
>
> Block QNUMBERS 82 # gh
> 1 0 # 3 times electric charge
> 2 1 # number of spin states (2S+1)
> 3 8 # colour rep (1: singlet, 3: triplet, 8: octet)
> 4 1 # Particle/Antiparticle distinction (0=own anti)
> #***********************************************************************
> # MadGraph5_aMC@NLO *
> # *
> # run_card.dat aMC@NLO *
> # *
> # This file is used to set the parameters of the run. *
> # *
> # Some notation/conventions: *
> # *
> # Lines starting with a hash (#) are info or comments *
> # *
> # mind the format: value = variable ! comment *
> #***********************************************************************
> #
> #*******************
> # Running parameters
> #*******************
> #
> #***********************************************************************
> # Tag name for the run (one word) *
> #***********************************************************************
> tag_1 = run_tag ! name of the run
> #***********************************************************************
> # Number of events (and their normalization) and the required *
> # (relative) accuracy on the Xsec. *
> # These values are ignored for fixed order runs *
> #***********************************************************************
> 10000 = nevents ! Number of unweighted events requested
> -1 = req_acc ! Required accuracy (-1=auto determined from nevents)
> -1 = nevt_job! Max number of events per job in event generation.
> ! (-1= no split).
> average = event_norm ! Normalize events to sum or average to the X sect.
> #***********************************************************************
> # Number of points per itegration channel (ignored for aMC@NLO runs) *
> #***********************************************************************
> 0.01 = req_acc_FO ! Required accuracy (-1=ignored, and use the
> ! number of points and iter. below)
> # These numbers are ignored except if req_acc_FO is equal to -1
> 5000 = npoints_FO_grid ! number of points to setup grids
> 4 = niters_FO_grid ! number of iter. to setup grids
> 10000 = npoints_FO ! number of points to compute Xsec
> 6 = niters_FO ! number of iter. to compute Xsec
> #***********************************************************************
> # Random number seed *
> #***********************************************************************
> 0 = iseed ! rnd seed (0=assigned automatically=default))
> #***********************************************************************
> # Collider type and energy *
> #***********************************************************************
> 1 = lpp1 ! beam 1 type (0 = no PDF)
> 1 = lpp2 ! beam 2 type (0 = no PDF)
> 6500 = ebeam1 ! beam 1 energy in GeV
> 6500 = ebeam2 ! beam 2 energy in GeV
> #***********************************************************************
> # PDF choice: this automatically fixes also alpha_s(MZ) and its evol. *
> #***********************************************************************
> nn23nlo = pdlabel ! PDF set
> 230000 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
> #***********************************************************************
> # Include the NLO Monte Carlo subtr. terms for the following parton *
> # shower (HERWIG6 | HERWIGPP | PYTHIA6Q | PYTHIA6PT | PYTHIA8) *
> # WARNING: PYTHIA6PT works only for processes without FSR!!!! *
> #***********************************************************************
> HERWIG6 = parton_shower
> #***********************************************************************
> # Renormalization and factorization scales *
> # (Default functional form for the non-fixed scales is the sum of *
> # the transverse masses of all final state particles and partons. This *
> # can be changed in SubProcesses/set_scales.f) *
> #***********************************************************************
> F = fixed_ren_scale ! if .true. use fixed ren scale
> F = fixed_fac_scale ! if .true. use fixed fac scale
> 91.188 = muR_ref_fixed ! fixed ren reference scale
> 91.188 = muF1_ref_fixed ! fixed fact reference scale for pdf1
> 91.188 = muF2_ref_fixed ! fixed fact reference scale for pdf2
> #***********************************************************************
> # Renormalization and factorization scales (advanced and NLO options) *
> #***********************************************************************
> F = fixed_QES_scale ! if .true. use fixed Ellis-Sexton scale
> 91.188 = QES_ref_fixed ! fixed Ellis-Sexton reference scale
> 1 = muR_over_ref ! ratio of current muR over reference muR
> 1 = muF1_over_ref ! ratio of current muF1 over reference muF1
> 1 = muF2_over_ref ! ratio of current muF2 over reference muF2
> 1 = QES_over_ref ! ratio of current QES over reference QES
> #***********************************************************************
> # Reweight flags to get scale dependence and PDF uncertainty *
> # For scale dependence: factor rw_scale_up/down around central scale *
> # For PDF uncertainty: use LHAPDF with supported set *
> #***********************************************************************
> .true. = reweight_scale ! reweight to get scale dependence
> 0.5 = rw_Rscale_down ! lower bound for ren scale variations
> 2.0 = rw_Rscale_up ! upper bound for ren scale variations
> 0.5 = rw_Fscale_down ! lower bound for fact scale variations
> 2.0 = rw_Fscale_up ! upper bound for fact scale variations
> .false. = reweight_PDF ! reweight to get PDF uncertainty
> 230001 = PDF_set_min ! First of the error PDF sets
> 230100 = PDF_set_max ! Last of the error PDF sets
> #***********************************************************************
> # Merging - WARNING! Applies merging only at the hard-event level. *
> # After showering an MLM-type merging should be applied as well. *
> # See http://amcatnlo.cern.ch/FxFx_merging.htm for more details. *
> #***********************************************************************
> 0 = ickkw ! 0 no merging, 3 FxFx merging
> #***********************************************************************
> #
> #***********************************************************************
> # BW cutoff (M+/-bwcutoff*Gamma) *
> #***********************************************************************
> 15 = bwcutoff
> #***********************************************************************
> # Cuts on the jets *
> # Jet clustering is performed by FastJet.
> # When matching to a parton shower, these generation cuts should be *
> # considerably softer than the analysis cuts. *
> # (more specific cuts can be specified in SubProcesses/cuts.f) *
> #***********************************************************************
> 1 = jetalgo ! FastJet jet algorithm (1=kT, 0=C/A, -1=anti-kT)
> 0.7 = jetradius ! The radius parameter for the jet algorithm
> 10 = ptj ! Min jet transverse momentum
> -1 = etaj ! Max jet abs(pseudo-rap) (a value .lt.0 means no cut)
> #***********************************************************************
> # Cuts on the charged leptons (e+, e-, mu+, mu-, tau+ and tau-) *
> # (more specific gen cuts can be specified in SubProcesses/cuts.f) *
> #***********************************************************************
> 0 = ptl ! Min lepton transverse momentum
> -1 = etal ! Max lepton abs(pseudo-rap) (a value .lt.0 means no cut)
> 0 = drll ! Min distance between opposite sign lepton pairs
> 0 = drll_sf ! Min distance between opp. sign same-flavor lepton pairs
> 0 = mll ! Min inv. mass of all opposite sign lepton pairs
> 30 = mll_sf ! Min inv. mass of all opp. sign same-flavor lepton pairs
> #***********************************************************************
> # Photon-isolation cuts, according to hep-ph/9801442 *
> # When ptgmin=0, all the other parameters are ignored *
> #***********************************************************************
> 20 = ptgmin ! Min photon transverse momentum
> -1 = etagamma ! Max photon abs(pseudo-rap)
> 0.4 = R0gamma ! Radius of isolation code
> 1.0 = xn ! n parameter of eq.(3.4) in hep-ph/9801442
> 1.0 = epsgamma ! epsilon_gamma parameter of eq.(3.4) in hep-ph/9801442
> .true. = isoEM ! isolate photons from EM energy (photons and leptons)
> #***********************************************************************
> # Maximal PDG code for quark to be considered a jet when applying cuts.*
> # At least all massless quarks of the model should be included here. *
> #***********************************************************************
> 4 = maxjetflavor
> #***********************************************************************
>
>
>
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
Robert Cantrill (robert-cantrill-2009) said :
#2

Hi

It was t t~ events that I was generating. I don't think there is a problem with the cluster, I think it's like you said and it fails on the MadWidth part. If I don't select the MadSpin module to run, the whole thing will continue without any glitches.

Cheers,
Rob

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

> It was t t~ events that I was generating.

Not exactly, you are running at NLO and not at LO and the step on the cluster are not exactly the same.
MadWidth is a LO program, so that’s why I want to test a LO program as well.

Cheers,

Olivier

PS: as a short fix for your problem, it should work if you include the branching ratio in your param_card since then MadWdith is not
going to be call.

On Nov 6, 2014, at 5:11 PM, Robert Cantrill <email address hidden> wrote:

> Question #257052 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/257052
>
> Robert Cantrill posted a new comment:
> Hi
>
> It was t t~ events that I was generating. I don't think there is a
> problem with the cluster, I think it's like you said and it fails on the
> MadWidth part. If I don't select the MadSpin module to run, the whole
> thing will continue without any glitches.
>
> Cheers,
> Rob
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
Robert Cantrill (robert-cantrill-2009) said :
#4

Hi Olivier

I've tried running t t~ on LO and it still crashes with the following error.

Command "generate_events run_01" interrupted with error:
IOError : [Fail 5 times]
  [Errno 2] No such file or directory: '/hometmp/calo/rcantril/MG5_aMC_v2_2_2_tt_nlo/output/SubProcesses/combine.log'
Please report this bug on https://bugs.launchpad.net/madgraph5
More information is found in '/hometmp/calo/rcantril/MG5_aMC_v2_2_2_tt_nlo/output/run_01_tag_1_debug.log'.
Please attach this file to your report.

Cheers,
Rob

#************************************************************
#* MadGraph5_aMC@NLO/MadEvent *
#* *
#* * * *
#* * * * * *
#* * * * * 5 * * * * *
#* * * * * *
#* * * *
#* *
#* *
#* VERSION 2.2.2 2014-11-06 *
#* *
#* The MadGraph5_aMC@NLO Development Team - Find us at *
#* https://server06.fynu.ucl.ac.be/projects/madgraph *
#* *
#************************************************************
#* *
#* Command File for MadEvent *
#* *
#* run as ./bin/madevent.py filename *
#* *
#************************************************************
generate_events run_01
Traceback (most recent call last):
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_2_tt_nlo/madgraph/interface/extended_cmd.py", line 879, in onecmd
    return self.onecmd_orig(line, **opt)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_2_tt_nlo/madgraph/interface/extended_cmd.py", line 872, in onecmd_orig
    return func(arg, **opt)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_2_tt_nlo/madgraph/interface/madevent_interface.py", line 1938, in do_generate_events
    self.exec_cmd('combine_events', postcmd=False)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_2_tt_nlo/madgraph/interface/extended_cmd.py", line 919, in exec_cmd
    stop = Cmd.onecmd_orig(current_interface, line, **opt)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_2_tt_nlo/madgraph/interface/extended_cmd.py", line 872, in onecmd_orig
    return func(arg, **opt)
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_2_tt_nlo/madgraph/interface/madevent_interface.py", line 2516, in do_combine_events
    output = misc.mult_try_open(pjoin(self.me_dir,'SubProcesses','combine.log')).read()
  File "/hometmp/calo/rcantril/MG5_aMC_v2_2_2_tt_nlo/madgraph/various/misc.py", line 242, in deco_f_retry
    raise error.__class__, '[Fail %i times] \n %s ' % (i+1, error)
IOError: [Fail 5 times]
 [Errno 2] No such file or directory: '/hometmp/calo/rcantril/MG5_aMC_v2_2_2_tt_nlo/output/SubProcesses/combine.log'
                              Run Options
                              -----------
               stdout_level : 20 (user set)

                         MadEvent Options
                         ----------------
     automatic_html_opening : False (user set)
          cluster_temp_path : None
              cluster_queue : fastlip (user set)
             cluster_memory : fastlip (user set)
               cluster_time : fastlip (user set)
                    nb_core : 2 (user set)
                   run_mode : 1 (user set)

                      Configuration Options
                      ---------------------
                text_editor : None
      cluster_status_update : (600, 30)
               pythia8_path : None (user set)
                  hwpp_path : None (user set)
            pythia-pgs_path : None (user set)
                    td_path : None (user set)
               delphes_path : None (user set)
                thepeg_path : None (user set)
               cluster_type : sge (user set)
        exrootanalysis_path : None (user set)
                 eps_viewer : None
                web_browser : None
               syscalc_path : None (user set)
           madanalysis_path : None (user set)
                     lhapdf : lhapdf-config
                 hepmc_path : None (user set)
         cluster_retry_wait : 300
           fortran_compiler : None
                auto_update : 7 (user set)
           cluster_nb_retry : 1
                    timeout : 60
               cpp_compiler : None
#************************************************************
#* MadGraph5_aMC@NLO *
#* *
#* * * *
#* * * * * *
#* * * * * 5 * * * * *
#* * * * * *
#* * * *
#* *
#* *
#* VERSION 2.2.2 2014-11-06 *
#* *
#* The MadGraph5_aMC@NLO Development Team - Find us at *
#* https://server06.fynu.ucl.ac.be/projects/madgraph *
#* *
#************************************************************
#* *
#* Command File for MadGraph5_aMC@NLO *
#* *
#* run as ./bin/mg5_aMC filename *
#* *
#************************************************************
set group_subprocesses Auto
set ignore_six_quark_processes False
set loop_optimized_output True
set complex_mass_scheme False
import model sm
define p = g u c d s u~ c~ d~ s~
define j = g u c d s u~ c~ d~ s~
define l+ = e+ mu+
define l- = e- mu-
define vl = ve vm vt
define vl~ = ve~ vm~ vt~
generate p p > t t~
output output
######################################################################
## PARAM_CARD AUTOMATICALY GENERATED BY MG5 FOLLOWING UFO MODEL ####
######################################################################
## ##
## Width set on Auto will be computed following the information ##
## present in the decay.py files of the model. ##
## See arXiv:1402.1178 for more details. ##
## ##
######################################################################

###################################
## INFORMATION FOR MASS
###################################
Block mass
    5 4.700000e+00 # MB
    6 1.730000e+02 # MT
   15 1.777000e+00 # MTA
   23 9.118800e+01 # MZ
   25 1.250000e+02 # MH
## Dependent parameters, given by model restrictions.
## Those values should be edited following the
## analytical expression. MG5 ignores those values
## but they are important for interfacing the output of MG5
## to external program such as Pythia.
  1 0.000000 # d : 0.0
  2 0.000000 # u : 0.0
  3 0.000000 # s : 0.0
  4 0.000000 # c : 0.0
  11 0.000000 # e- : 0.0
  12 0.000000 # ve : 0.0
  13 0.000000 # mu- : 0.0
  14 0.000000 # vm : 0.0
  16 0.000000 # vt : 0.0
  21 0.000000 # g : 0.0
  22 0.000000 # a : 0.0
  24 80.419002 # w+ : cmath.sqrt(MZ__exp__2/2. + cmath.sqrt(MZ__exp__4/4. - (aEW*cmath.pi*MZ__exp__2)/(Gf*sqrt__2)))

###################################
## INFORMATION FOR SMINPUTS
###################################
Block sminputs
    1 1.325070e+02 # aEWM1
    2 1.166390e-05 # Gf
    3 1.180000e-01 # aS

###################################
## INFORMATION FOR YUKAWA
###################################
Block yukawa
    5 4.700000e+00 # ymb
    6 1.730000e+02 # ymt
   15 1.777000e+00 # ymtau

###################################
## INFORMATION FOR DECAY
###################################
DECAY 6 1.491500e+00 # WT
DECAY 23 2.441404e+00 # WZ
DECAY 24 2.047600e+00 # WW
DECAY 25 6.382339e-03 # WH
## Dependent parameters, given by model restrictions.
## Those values should be edited following the
## analytical expression. MG5 ignores those values
## but they are important for interfacing the output of MG5
## to external program such as Pythia.
DECAY 1 0.000000 # d : 0.0
DECAY 2 0.000000 # u : 0.0
DECAY 3 0.000000 # s : 0.0
DECAY 4 0.000000 # c : 0.0
DECAY 5 0.000000 # b : 0.0
DECAY 11 0.000000 # e- : 0.0
DECAY 12 0.000000 # ve : 0.0
DECAY 13 0.000000 # mu- : 0.0
DECAY 14 0.000000 # vm : 0.0
DECAY 15 0.000000 # ta- : 0.0
DECAY 16 0.000000 # vt : 0.0
DECAY 21 0.000000 # g : 0.0
DECAY 22 0.000000 # a : 0.0
#*********************************************************************
# MadGraph5_aMC@NLO *
# *
# run_card.dat MadEvent *
# *
# This file is used to set the parameters of the run. *
# *
# Some notation/conventions: *
# *
# Lines starting with a '# ' are info or comments *
# *
# mind the format: value = variable ! comment *
#*********************************************************************
#
#*******************
# Running parameters
#*******************
#
#*********************************************************************
# Tag name for the run (one word) *
#*********************************************************************
  tag_1 = run_tag ! name of the run
#*********************************************************************
# Run to generate the grid pack *
#*********************************************************************
  .false. = gridpack !True = setting up the grid pack
#*********************************************************************
# Number of events and rnd seed *
# Warning: Do not generate more than 1M events in a single run *
# If you want to run Pythia, avoid more than 50k events in a run. *
#*********************************************************************
  10000 = nevents ! Number of unweighted events requested
      0 = iseed ! rnd seed (0=assigned automatically=default))
#*********************************************************************
# Collider type and energy *
# lpp: 0=No PDF, 1=proton, -1=antiproton, 2=photon from proton, *
# 3=photon from electron *
#*********************************************************************
        1 = lpp1 ! beam 1 type
        1 = lpp2 ! beam 2 type
     6500 = ebeam1 ! beam 1 total energy in GeV
     6500 = ebeam2 ! beam 2 total energy in GeV
#*********************************************************************
# Beam polarization from -100 (left-handed) to 100 (right-handed) *
#*********************************************************************
        0 = polbeam1 ! beam polarization for beam 1
        0 = polbeam2 ! beam polarization for beam 2
#*********************************************************************
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
 'nn23lo1' = pdlabel ! PDF set
 230000 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
#*********************************************************************
# Renormalization and factorization scales *
#*********************************************************************
 F = fixed_ren_scale ! if .true. use fixed ren scale
 F = fixed_fac_scale ! if .true. use fixed fac scale
 91.1880 = scale ! fixed ren scale
 91.1880 = dsqrt_q2fact1 ! fixed fact scale for pdf1
 91.1880 = dsqrt_q2fact2 ! fixed fact scale for pdf2
 1 = scalefact ! scale factor for event-by-event scales
#*********************************************************************
# Matching - Warning! ickkw > 1 is still beta
#*********************************************************************
 0 = ickkw ! 0 no matching, 1 MLM, 2 CKKW matching
 1 = highestmult ! for ickkw=2, highest mult group
 1 = ktscheme ! for ickkw=1, 1 Durham kT, 2 Pythia pTE
 1 = alpsfact ! scale factor for QCD emission vx
 F = chcluster ! cluster only according to channel diag
 T = pdfwgt ! for ickkw=1, perform pdf reweighting
 5 = asrwgtflavor ! highest quark flavor for a_s reweight
 T = clusinfo ! include clustering tag in output
 3.0 = lhe_version ! Change the way clustering information pass to shower.
#*********************************************************************
#**********************************************************
#
#**********************************************************
# Automatic ptj and mjj cuts if xqcut > 0
# (turn off for VBF and single top processes)
#**********************************************************
   T = auto_ptj_mjj ! Automatic setting of ptj and mjj
#**********************************************************
#
#**********************************
# BW cutoff (M+/-bwcutoff*Gamma)
#**********************************
  15 = bwcutoff ! (M+/-bwcutoff*Gamma)
#**********************************************************
# Apply pt/E/eta/dr/mij cuts on decay products or not
# (note that etmiss/ptll/ptheavy/ht/sorted cuts always apply)
#**********************************************************
   T = cut_decays ! Cut decay products
#*************************************************************
# Number of helicities to sum per event (0 = all helicities)
# 0 gives more stable result, but longer run time (needed for
# long decay chains e.g.).
# Use >=2 if most helicities contribute, e.g. pure QCD.
#*************************************************************
   0 = nhel ! Number of helicities used per event
#*******************
# Standard Cuts
#*******************
#
#*********************************************************************
# Minimum and maximum pt's (for max, -1 means no cut) *
#*********************************************************************
 20 = ptj ! minimum pt for the jets
  0 = ptb ! minimum pt for the b
 10 = pta ! minimum pt for the photons
 10 = ptl ! minimum pt for the charged leptons
  0 = misset ! minimum missing Et (sum of neutrino's momenta)
  0 = ptheavy ! minimum pt for one heavy final state
 1.0 = ptonium ! minimum pt for the quarkonium states
 -1 = ptjmax ! maximum pt for the jets
 -1 = ptbmax ! maximum pt for the b
 -1 = ptamax ! maximum pt for the photons
 -1 = ptlmax ! maximum pt for the charged leptons
 -1 = missetmax ! maximum missing Et (sum of neutrino's momenta)
#*********************************************************************
# Minimum and maximum E's (in the center of mass frame) *
#*********************************************************************
  0 = ej ! minimum E for the jets
  0 = eb ! minimum E for the b
  0 = ea ! minimum E for the photons
  0 = el ! minimum E for the charged leptons
 -1 = ejmax ! maximum E for the jets
 -1 = ebmax ! maximum E for the b
 -1 = eamax ! maximum E for the photons
 -1 = elmax ! maximum E for the charged leptons
#*********************************************************************
# Maximum and minimum absolute rapidity (for max, -1 means no cut) *
#*********************************************************************
   5 = etaj ! max rap for the jets
  -1 = etab ! max rap for the b
 2.5 = etaa ! max rap for the photons
 2.5 = etal ! max rap for the charged leptons
 0.6 = etaonium ! max rap for the quarkonium states
   0 = etajmin ! min rap for the jets
   0 = etabmin ! min rap for the b
   0 = etaamin ! min rap for the photons
   0 = etalmin ! main rap for the charged leptons
#*********************************************************************
# Minimum and maximum DeltaR distance *
#*********************************************************************
 0.4 = drjj ! min distance between jets
 0 = drbb ! min distance between b's
 0.4 = drll ! min distance between leptons
 0.4 = draa ! min distance between gammas
 0 = drbj ! min distance between b and jet
 0.4 = draj ! min distance between gamma and jet
 0.4 = drjl ! min distance between jet and lepton
 0 = drab ! min distance between gamma and b
 0 = drbl ! min distance between b and lepton
 0.4 = dral ! min distance between gamma and lepton
 -1 = drjjmax ! max distance between jets
 -1 = drbbmax ! max distance between b's
 -1 = drllmax ! max distance between leptons
 -1 = draamax ! max distance between gammas
 -1 = drbjmax ! max distance between b and jet
 -1 = drajmax ! max distance between gamma and jet
 -1 = drjlmax ! max distance between jet and lepton
 -1 = drabmax ! max distance between gamma and b
 -1 = drblmax ! max distance between b and lepton
 -1 = dralmax ! maxdistance between gamma and lepton
#*********************************************************************
# Minimum and maximum invariant mass for pairs *
# WARNING: for four lepton final state mmll cut require to have *
# different lepton masses for each flavor! *
#*********************************************************************
 0 = mmjj ! min invariant mass of a jet pair
 0 = mmbb ! min invariant mass of a b pair
 0 = mmaa ! min invariant mass of gamma gamma pair
 0 = mmll ! min invariant mass of l+l- (same flavour) lepton pair
 -1 = mmjjmax ! max invariant mass of a jet pair
 -1 = mmbbmax ! max invariant mass of a b pair
 -1 = mmaamax ! max invariant mass of gamma gamma pair
 -1 = mmllmax ! max invariant mass of l+l- (same flavour) lepton pair
#*********************************************************************
# Minimum and maximum invariant mass for all letpons *
#*********************************************************************
 0 = mmnl ! min invariant mass for all letpons (l+- and vl)
 -1 = mmnlmax ! max invariant mass for all letpons (l+- and vl)
#*********************************************************************
# Minimum and maximum pt for 4-momenta sum of leptons *
#*********************************************************************
 0 = ptllmin ! Minimum pt for 4-momenta sum of leptons(l and vl)
 -1 = ptllmax ! Maximum pt for 4-momenta sum of leptons(l and vl)
#*********************************************************************
# Inclusive cuts *
#*********************************************************************
 0 = xptj ! minimum pt for at least one jet
 0 = xptb ! minimum pt for at least one b
 0 = xpta ! minimum pt for at least one photon
 0 = xptl ! minimum pt for at least one charged lepton
#*********************************************************************
# Control the pt's of the jets sorted by pt *
#*********************************************************************
 0 = ptj1min ! minimum pt for the leading jet in pt
 0 = ptj2min ! minimum pt for the second jet in pt
 0 = ptj3min ! minimum pt for the third jet in pt
 0 = ptj4min ! minimum pt for the fourth jet in pt
 -1 = ptj1max ! maximum pt for the leading jet in pt
 -1 = ptj2max ! maximum pt for the second jet in pt
 -1 = ptj3max ! maximum pt for the third jet in pt
 -1 = ptj4max ! maximum pt for the fourth jet in pt
 0 = cutuse ! reject event if fails any (0) / all (1) jet pt cuts
#*********************************************************************
# Control the pt's of leptons sorted by pt *
#*********************************************************************
 0 = ptl1min ! minimum pt for the leading lepton in pt
 0 = ptl2min ! minimum pt for the second lepton in pt
 0 = ptl3min ! minimum pt for the third lepton in pt
 0 = ptl4min ! minimum pt for the fourth lepton in pt
 -1 = ptl1max ! maximum pt for the leading lepton in pt
 -1 = ptl2max ! maximum pt for the second lepton in pt
 -1 = ptl3max ! maximum pt for the third lepton in pt
 -1 = ptl4max ! maximum pt for the fourth lepton in pt
#*********************************************************************
# Control the Ht(k)=Sum of k leading jets *
#*********************************************************************
 0 = htjmin ! minimum jet HT=Sum(jet pt)
 -1 = htjmax ! maximum jet HT=Sum(jet pt)
 0 = ihtmin !inclusive Ht for all partons (including b)
 -1 = ihtmax !inclusive Ht for all partons (including b)
 0 = ht2min ! minimum Ht for the two leading jets
 0 = ht3min ! minimum Ht for the three leading jets
 0 = ht4min ! minimum Ht for the four leading jets
 -1 = ht2max ! maximum Ht for the two leading jets
 -1 = ht3max ! maximum Ht for the three leading jets
 -1 = ht4max ! maximum Ht for the four leading jets
#***********************************************************************
# Photon-isolation cuts, according to hep-ph/9801442 *
# When ptgmin=0, all the other parameters are ignored *
# When ptgmin>0, pta and draj are not going to be used *
#***********************************************************************
   0 = ptgmin ! Min photon transverse momentum
 0.4 = R0gamma ! Radius of isolation code
 1.0 = xn ! n parameter of eq.(3.4) in hep-ph/9801442
 1.0 = epsgamma ! epsilon_gamma parameter of eq.(3.4) in hep-ph/9801442
 .true. = isoEM ! isolate photons from EM energy (photons and leptons)
#*********************************************************************
# WBF cuts *
#*********************************************************************
 0 = xetamin ! minimum rapidity for two jets in the WBF case
 0 = deltaeta ! minimum rapidity for two jets in the WBF case
#*********************************************************************
# KT DURHAM CUT *
#*********************************************************************
 -1 = ktdurham
 0.4 = dparameter
#*********************************************************************
# maximal pdg code for quark to be considered as a light jet *
# (otherwise b cuts are applied) *
#*********************************************************************
 4 = maxjetflavor ! Maximum jet pdg code
#*********************************************************************
# Jet measure cuts *
#*********************************************************************
 0 = xqcut ! minimum kt jet measure between partons
#*********************************************************************
#
#*********************************************************************
# Store info for systematics studies *
# WARNING: If use_syst is T, matched Pythia output is *
# meaningful ONLY if plotted taking matchscale *
# reweighting into account! *
#*********************************************************************
   F = use_syst ! Enable systematics studies
#
#**************************************
# Parameter of the systematics study
# will be used by SysCalc (if installed)
#**************************************
#
0.5 1 2 = sys_scalefact # factorization/renormalization scale factor
0.5 1 2 = sys_alpsfact # \alpha_s emission scale factors
30 50 = sys_matchscale # variation of merging scale
# PDF sets and number of members (0 or none for all members).
CT10nlo.LHgrid = sys_pdf # matching scales
# MSTW2008nlo68cl.LHgrid 1 = sys_pdf

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

Ok,

So this is indeed a problem of the LO handling of your specific cluster and does not have anything to do with MadSpin.

I guess that the problem is that the combine_events step needs a central disk that you do not have.
I will look how to solve that.

Cheers,

Olivier

Can you help with this problem?

Provide an answer of your own, or ask Robert Cantrill for more information if necessary.

To post a message you must log in.