Real-World Use Case: ATLAS Soft 2L#

For our use-case. We will focus on the sleptons from the ATLAS soft 2-lepton analysis:

feynman diagram showing pair production of sleptons decaying to leptons and neutralions

In this tutorial, we’ve provided some user configs (and a modified sleptons.toml). What we will do is run through a series of commands in this notebook to evaluate some points on the slepton signal grid

plot of slepton grid showing the sensitivity

While we won’t do every point here, we will show some of the work done at SCIPP to produce this grid

multiple interpretations of a slepton decay by pulling the wino mass closer to the bino mass, and causing N2 and N1 to differ

In this tutorial, we’ve provided three config files to work with:

!ls data/SUSY*.toml
data/SUSY_SleptonBino_isrslep_100_99.toml
data/SUSY_SleptonBino_isrslep_250_249.toml
data/SUSY_SleptonWinoBino_isrslep_100_99.5_99.0.toml

Along with a new param card that is considered a “reinterpretation” of the Slepton-Bino model by pulling in a Wino and causing \(\tilde{\chi}_1^0 \neq \tilde{\chi}_1^\pm\) (where they are degenerate in mass when the wino is integrated out).

!head -n78 data/cards/param/SleptonWinoBino.slha | sed 1,37d
###################################
## INFORMATION FOR MASS
###################################
Block mass
    5 4.889917e+00 # MB
    6 1.750000e+02 # MT
   15 1.777000e+00 # Mta
   23 9.118760e+01 # MZ
   24 7.982901e+01 # MW
   25 1.108991e+02 # MH01
   35    4.5E9  # MH02
   36    4.5E9  # MA0
   37    4.5E9  # MH
   1000001    4.5E9  # set of param :1*Msd1, 1*Msd2
   1000002    4.5E9  # set of param :1*Msu1, 1*Msu2
   1000005    4.5E9  # Msd3
   1000006    4.5E9  # Msu3
   1000011    {{MSLEP}}  # Msl1
   1000012    {{MSNU}}   # Msn1
   1000013    {{MSLEP}}  # Msl2
   1000014    {{MSNU}}   # Msn2
   1000015    {{MSLEP}}  # Msl3
   1000016    {{MSNU}}   # Msn3
   1000021    4.5E9  # Mgo
   1000022    {{MN1}} # Mneu1
   1000023    {{MN2}} # Mneu2
   1000024    {{MC1}} # Mch1
   1000025    4.5E9  # Mneu3
   1000035    4.5E9  # Mneu4
   1000037    4.5E9  # Mch2
   2000001    4.5E9  # set of param :1*Msd4, 1*Msd5
   2000002    4.5E9  # set of param :1*Msu4, 1*Msu5
   2000005    4.5E9  # Msd6
   2000006    4.5E9  # Msu6
   2000011    {{MSLEP}}  # set of param :1*Msl4, 1*Msl5
   2000013    {{MSLEP}}  # set of param :1*Msl4, 1*Msl5
   2000015    {{MSLEP}}  # Msl6
## 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
!mapyde config parse data/SUSY_SleptonBino_isrslep_100_99.toml
{
    "base": {
        "engine": "docker",
        "path": "/home/runner/work/mapyde-tutorial/mapyde-tutorial/book",
        "output": "SUSY_SleptonBino_isrslep_100_99",
        "logs": "logs",
        "data_path": "/opt/hostedtoolcache/Python/3.10.14/x64/share/mapyde",
        "cards_path": "/opt/hostedtoolcache/Python/3.10.14/x64/share/mapyde/cards",
        "scripts_path": "/opt/hostedtoolcache/Python/3.10.14/x64/share/mapyde/scripts",
        "process_path": "/opt/hostedtoolcache/Python/3.10.14/x64/share/mapyde/cards/process/",
        "param_path": "/opt/hostedtoolcache/Python/3.10.14/x64/share/mapyde/cards/param/",
        "run_path": "/opt/hostedtoolcache/Python/3.10.14/x64/share/mapyde/cards/run/",
        "pythia_path": "/opt/hostedtoolcache/Python/3.10.14/x64/share/mapyde/cards/pythia/",
        "delphes_path": "/opt/hostedtoolcache/Python/3.10.14/x64/share/mapyde/cards/delphes/",
        "madspin_path": "/opt/hostedtoolcache/Python/3.10.14/x64/share/mapyde/cards/madspin/",
        "likelihoods_path": "/opt/hostedtoolcache/Python/3.10.14/x64/share/mapyde/likelihoods"
    },
    "madgraph": {
        "skip": false,
        "params": "SleptonBino",
        "cores": 1,
        "version": "madgraph:2.9.3",
        "batch": false,
        "paramcard": "SleptonBino.slha",
        "output": "run.mg5",
        "ecms": 13000,
        "nevents": 10000,
        "seed": 0,
        "masses": {
            "MN1": 99,
            "MC1": 150,
            "MSLEP": 100
        },
        "run": {
            "card": "default_LO.dat",
            "ecms": 13000,
            "nevents": 10000,
            "seed": 0,
            "options": {
                "mmjj": 0,
                "mmjjmax": -1,
                "deltaeta": 0,
                "ktdurham": -1,
                "xqcut": -1,
                "ptj": 20,
                "ptj1min": 50
            }
        },
        "proc": {
            "name": "isrslep",
            "card": "isrslep",
            "contents": false
        },
        "generator": {
            "output": "run.mg5"
        }
    },
    "madspin": {
        "skip": true,
        "card": ""
    },
    "sherpa": {
        "proc": "tt",
        "nevents": 2,
        "cores": 1
    },
    "pythia": {
        "skip": false,
        "card": "pythia8_card.dat",
        "additional_opts": "",
        "mpi": "off"
    },
    "delphes": {
        "skip": false,
        "additional_opts": "",
        "card": "delphes_card_ATLAS_lowptleptons_sleptons_notrackineffic.tcl",
        "version": "delphes",
        "output": "delphes/delphes.root"
    },
    "analysis": {
        "script": "Delphes2SA.py",
        "XSoverride": -1,
        "kfactor": 1.18,
        "output": "analysis/Delphes2SA.root",
        "lumi": 139000
    },
    "simpleanalysis": {
        "skip": false,
        "additional_opts": "",
        "name": "EwkCompressed2018",
        "outputtag": "",
        "input": ""
    },
    "sa2json": {
        "inputs": "EwkCompressed2018.root",
        "image": "pyplotting:latest",
        "output": "EwkCompressed2018_patch.json",
        "options": "-c"
    },
    "pyhf": {
        "skip": false,
        "script": "muscan.py",
        "likelihood": "Slepton_bkgonly.json",
        "image": "pyplotting:latest",
        "gpu-options": "-c -B jax",
        "other-options": ""
    },
    "root2hdf5": {
        "input": "analysis/lowlevelAna.root",
        "treename": "allev/lowleveltree"
    }
}

Now let’s go ahead and run this.

!time mapyde run all data/SUSY_SleptonBino_isrslep_100_99.toml
Hide code cell output
Unable to find image 'ghcr.io/scipp-atlas/mapyde/madgraph:2.9.3' locally
2.9.3: Pulling from scipp-atlas/mapyde/madgraph

ac2fb615420c: Pulling fs layer 


64d0f1d7987a: Pulling fs layer 


b650c79550ec: Pulling fs layer 


d49a7ac5e6c0: Pulling fs layer 


ac10782b0843: Pulling fs layer 


4f4fb700ef54: Pulling fs layer 


9fd7cc30c2c3: Pulling fs layer 

d49a7ac5e6c0: Waiting 

ac10782b0843: Waiting 

4f4fb700ef54: Waiting 

9fd7cc30c2c3: Waiting 


5003af24e6ae: Pulling fs layer 


65a4164ec76d: Pulling fs layer 


ca6c5285dd09: Pulling fs layer 


39cacf03ff31: Pulling fs layer 


9d8b21163d50: Pulling fs layer 


df237e654ed8: Pulling fs layer 


85c92038c861: Pulling fs layer 


3a98a4ed44fa: Pulling fs layer 

ca6c5285dd09: Waiting 

39cacf03ff31: Waiting 

9d8b21163d50: Waiting 

5003af24e6ae: Waiting 

df237e654ed8: Waiting 

65a4164ec76d: Waiting 

85c92038c861: Waiting 

3a98a4ed44fa: Waiting 


ac2fb615420c: Downloading  286.6kB/27.14MB

64d0f1d7987a: Downloading  28.94kB/2.779MB


b650c79550ec: Downloading  113.5kB/11.29MB

64d0f1d7987a: Download complete 


ac2fb615420c: Downloading  8.684MB/27.14MB


b650c79550ec: Downloading  2.732MB/11.29MB


ac2fb615420c: Downloading  17.04MB/27.14MB


b650c79550ec: Downloading  5.891MB/11.29MB


ac2fb615420c: Downloading  24.27MB/27.14MB


b650c79550ec: Downloading  9.896MB/11.29MB

ac2fb615420c: Verifying Checksum 

ac2fb615420c: Download complete 

b650c79550ec: Download complete 

ac2fb615420c: Extracting  294.9kB/27.14MB


d49a7ac5e6c0: Downloading     232B/232B

d49a7ac5e6c0: Verifying Checksum 

d49a7ac5e6c0: Download complete 


ac2fb615420c: Extracting  4.129MB/27.14MB


ac2fb615420c: Extracting  9.732MB/27.14MB


4f4fb700ef54: Downloading      32B/32B

4f4fb700ef54: Verifying Checksum 

4f4fb700ef54: Download complete 


ac2fb615420c: Extracting  14.75MB/27.14MB


ac10782b0843: Downloading  32.77kB/3.166MB

9fd7cc30c2c3: Downloading  539.2kB/151.4MB


ac10782b0843: Verifying Checksum 

ac10782b0843: Download complete 

ac2fb615420c: Extracting  17.99MB/27.14MB


9fd7cc30c2c3: Downloading  8.602MB/151.4MB


ac2fb615420c: Extracting  24.18MB/27.14MB


5003af24e6ae: Downloading  16.38kB/1.621MB

9fd7cc30c2c3: Downloading  13.45MB/151.4MB


5003af24e6ae: Download complete 

ac2fb615420c: Extracting  24.77MB/27.14MB


9fd7cc30c2c3: Downloading  17.75MB/151.4MB


ac2fb615420c: Extracting  25.95MB/27.14MB

65a4164ec76d: Downloading  344.1kB/33.74MB

9fd7cc30c2c3: Downloading  23.12MB/151.4MB


9fd7cc30c2c3: 
Downloading  29.52MB/151.4MB

65a4164ec76d: Downloading   4.85MB/33.74MB

ca6c5285dd09: Downloading  1.378kB/3.273kB

ca6c5285dd09: Download complete 


ac2fb615420c: Extracting  26.25MB/27.14MB

9fd7cc30c2c3: Downloading  35.94MB/151.4MB

65a4164ec76d: Downloading  11.08MB/33.74MB


9fd7cc30c2c3: Downloading  42.37MB/151.4MB

ac2fb615420c: Extracting  26.84MB/27.14MB

65a4164ec76d: Downloading  16.22MB/33.74MB


ac2fb615420c: Extracting  27.14MB/27.14MB


9fd7cc30c2c3: Downloading   48.8MB/151.4MB

ac2fb615420c: Pull complete 

64d0f1d7987a: Extracting  32.77kB/2.779MB


39cacf03ff31: Downloading  1.047kB/1.047kB

39cacf03ff31: Verifying Checksum 

39cacf03ff31: Download complete 

65a4164ec76d: Downloading  20.71MB/33.74MB


9fd7cc30c2c3: Downloading  49.87MB/151.4MB

64d0f1d7987a: Extracting  2.425MB/2.779MB

64d0f1d7987a: Extracting  2.779MB/2.779MB


65a4164ec76d: Downloading   24.5MB/33.74MB

9fd7cc30c2c3: Downloading  62.78MB/151.4MB


65a4164ec76d: Downloading  30.01MB/33.74MB


65a4164ec76d: Verifying Checksum 

65a4164ec76d: Download complete 

9fd7cc30c2c3: Downloading  68.67MB/151.4MB


9d8b21163d50: Download complete 


9fd7cc30c2c3: Downloading  74.56MB/151.4MB


9fd7cc30c2c3: Downloading  80.43MB/151.4MB


9fd7cc30c2c3: Downloading  82.56MB/151.4MB


df237e654ed8: Downloading  277.6kB/26.42MB


9fd7cc30c2c3: Downloading  87.89MB/151.4MB


85c92038c861: Downloading  2.756kB/220.2kB

85c92038c861: Verifying Checksum 

85c92038c861: Download complete 


9fd7cc30c2c3: Downloading  93.78MB/151.4MB


9fd7cc30c2c3: Downloading  100.7MB/151.4MB


df237e654ed8: Downloading   4.17MB/26.42MB

9fd7cc30c2c3: Downloading  103.9MB/151.4MB


9fd7cc30c2c3: Downloading  109.8MB/151.4MB


df237e654ed8: Downloading  7.738MB/26.42MB

3a98a4ed44fa: Downloading  522.8kB/51.79MB


9fd7cc30c2c3: Downloading  114.7MB/151.4MB


df237e654ed8: Downloading  17.92MB/26.42MB


64d0f1d7987a: Pull complete 

b650c79550ec: Extracting  131.1kB/11.29MB

df237e654ed8: Downloading  25.04MB/26.42MB

df237e654ed8: Downloading  26.42MB/26.42MB

df237e654ed8: Verifying Checksum 

df237e654ed8: Download complete 


9fd7cc30c2c3: Downloading  118.9MB/151.4MB


b650c79550ec: Extracting  3.277MB/11.29MB


9fd7cc30c2c3: Downloading    127MB/151.4MB


3a98a4ed44fa: Downloading  4.735MB/51.79MB

b650c79550ec: Extracting  6.947MB/11.29MB


9fd7cc30c2c3: Downloading  129.6MB/151.4MB


b650c79550ec: Extracting  9.699MB/11.29MB

3a98a4ed44fa: Downloading  13.14MB/51.79MB


9fd7cc30c2c3: Downloading    135MB/151.4MB


b650c79550ec: Extracting  11.01MB/11.29MB

b650c79550ec: Extracting  11.29MB/11.29MB


9fd7cc30c2c3: Downloading  141.4MB/151.4MB

3a98a4ed44fa: Downloading  20.47MB/51.79MB


9fd7cc30c2c3: Downloading  147.8MB/151.4MB

b650c79550ec: Pull complete 

d49a7ac5e6c0: Extracting     232B/232B

d49a7ac5e6c0: Extracting     232B/232B


d49a7ac5e6c0: Pull complete 

ac10782b0843: Extracting  32.77kB/3.166MB

3a98a4ed44fa: Downloading  24.13MB/51.79MB

9fd7cc30c2c3: Verifying Checksum 


9fd7cc30c2c3: Download complete 


ac10782b0843: Extracting   1.54MB/3.166MB

3a98a4ed44fa: Downloading   29.9MB/51.79MB


ac10782b0843: Extracting   2.49MB/3.166MB

3a98a4ed44fa: Downloading   36.7MB/51.79MB


ac10782b0843: Extracting  3.166MB/3.166MB

ac10782b0843: Pull complete 


4f4fb700ef54: Extracting      32B/32B

4f4fb700ef54: Extracting      32B/32B

4f4fb700ef54: Pull complete 

9fd7cc30c2c3: Extracting  557.1kB/151.4MB


3a98a4ed44fa: Downloading  42.97MB/51.79MB


9fd7cc30c2c3: Extracting  7.799MB/151.4MB


3a98a4ed44fa: Downloading  49.77MB/51.79MB


3a98a4ed44fa: Verifying Checksum 

3a98a4ed44fa: Download complete 


9fd7cc30c2c3: Extracting   11.7MB/151.4MB


9fd7cc30c2c3: Extracting  12.26MB/151.4MB


9fd7cc30c2c3: Extracting  13.37MB/151.4MB


9fd7cc30c2c3: Extracting  14.48MB/151.4MB


9fd7cc30c2c3: Extracting  21.17MB/151.4MB


9fd7cc30c2c3: Extracting  28.97MB/151.4MB


9fd7cc30c2c3: Extracting  37.32MB/151.4MB


9fd7cc30c2c3: Extracting  46.24MB/151.4MB


9fd7cc30c2c3: Extracting  51.25MB/151.4MB


9fd7cc30c2c3: Extracting  56.82MB/151.4MB


9fd7cc30c2c3: Extracting  65.73MB/151.4MB


9fd7cc30c2c3: Extracting  70.19MB/151.4MB


9fd7cc30c2c3: Extracting  79.66MB/151.4MB


9fd7cc30c2c3: Extracting   90.8MB/151.4MB


9fd7cc30c2c3: Extracting  104.2MB/151.4MB


9fd7cc30c2c3: Extracting  115.3MB/151.4MB


9fd7cc30c2c3: Extracting  125.3MB/151.4MB


9fd7cc30c2c3: Extracting  126.5MB/151.4MB


9fd7cc30c2c3: Extracting  128.7MB/151.4MB


9fd7cc30c2c3: Extracting  130.9MB/151.4MB


9fd7cc30c2c3: Extracting  136.5MB/151.4MB


9fd7cc30c2c3: Extracting  140.9MB/151.4MB


9fd7cc30c2c3: Extracting  141.5MB/151.4MB


9fd7cc30c2c3: Extracting  144.3MB/151.4MB


9fd7cc30c2c3: Extracting  146.5MB/151.4MB


9fd7cc30c2c3: Extracting  149.8MB/151.4MB


9fd7cc30c2c3: Extracting  151.4MB/151.4MB


9fd7cc30c2c3: Pull complete 

5003af24e6ae: Extracting  32.77kB/1.621MB


5003af24e6ae: Extracting  1.621MB/1.621MB

5003af24e6ae: Pull complete 


65a4164ec76d: Extracting  360.4kB/33.74MB


65a4164ec76d: Extracting  2.523MB/33.74MB


65a4164ec76d: Extracting  4.325MB/33.74MB


65a4164ec76d: Extracting  6.849MB/33.74MB


65a4164ec76d: Extracting  15.86MB/33.74MB


65a4164ec76d: Extracting   17.3MB/33.74MB


65a4164ec76d: Extracting  18.38MB/33.74MB


65a4164ec76d: Extracting   19.1MB/33.74MB


65a4164ec76d: Extracting  20.19MB/33.74MB


65a4164ec76d: Extracting  22.71MB/33.74MB


65a4164ec76d: Extracting  29.92MB/33.74MB


65a4164ec76d: Extracting  31.36MB/33.74MB


65a4164ec76d: Extracting   32.8MB/33.74MB

65a4164ec76d: Extracting  33.74MB/33.74MB


65a4164ec76d: Pull complete 

ca6c5285dd09: Extracting  3.273kB/3.273kB

ca6c5285dd09: Extracting  3.273kB/3.273kB

ca6c5285dd09: Pull complete 

39cacf03ff31: Extracting  1.047kB/1.047kB

39cacf03ff31: Extracting  1.047kB/1.047kB


39cacf03ff31: Pull complete 

9d8b21163d50: Extracting     141B/141B

9d8b21163d50: Extracting     141B/141B

9d8b21163d50: Pull complete 

df237e654ed8: Extracting  294.9kB/26.42MB


df237e654ed8: Extracting  2.654MB/26.42MB


df237e654ed8: Extracting  5.603MB/26.42MB


df237e654ed8: Extracting  6.488MB/26.42MB


df237e654ed8: Extracting  8.552MB/26.42MB


df237e654ed8: Extracting  10.91MB/26.42MB


df237e654ed8: Extracting  15.34MB/26.42MB


df237e654ed8: Extracting  20.94MB/26.42MB


df237e654ed8: Extracting  22.12MB/26.42MB


df237e654ed8: Extracting  23.59MB/26.42MB


df237e654ed8: Extracting  24.77MB/26.42MB


df237e654ed8: Extracting  26.25MB/26.42MB

df237e654ed8: Extracting  26.42MB/26.42MB


df237e654ed8: Pull complete 

85c92038c861: Extracting  32.77kB/220.2kB

85c92038c861: Extracting  220.2kB/220.2kB

85c92038c861: Extracting  220.2kB/220.2kB

85c92038c861: Pull complete 


3a98a4ed44fa: Extracting  524.3kB/51.79MB


3a98a4ed44fa: Extracting  4.194MB/51.79MB


3a98a4ed44fa: Extracting  6.291MB/51.79MB


3a98a4ed44fa: Extracting  8.913MB/51.79MB


3a98a4ed44fa: Extracting  12.06MB/51.79MB


3a98a4ed44fa: Extracting   15.2MB/51.79MB


3a98a4ed44fa: Extracting  18.35MB/51.79MB


3a98a4ed44fa: Extracting  23.59MB/51.79MB


3a98a4ed44fa: Extracting  28.31MB/51.79MB


3a98a4ed44fa: Extracting  30.93MB/51.79MB


3a98a4ed44fa: Extracting  37.75MB/51.79MB


3a98a4ed44fa: Extracting  40.89MB/51.79MB


3a98a4ed44fa: Extracting  46.14MB/51.79MB


3a98a4ed44fa: Extracting  50.33MB/51.79MB


3a98a4ed44fa: Extracting  51.79MB/51.79MB


3a98a4ed44fa: Pull complete 

Digest: sha256:67a100005cf78173b33fe310a742074899e1ab2786c3d3fae8317f149585b771
Status: Downloaded newer image for ghcr.io/scipp-atlas/mapyde/madgraph:2.9.3
09b4914c2c4f9842222e91cd232cd1ac3abe9f9903fe080536fe42753796c6b4
************************************************************
*                                                          *
*                     W E L C O M E to                     *
*              M A D G R A P H 5 _ a M C @ N L O           *
*                                                          *
*                                                          *
*                 *                       *                *
*                   *        * *        *                  *
*                     * * * * 5 * * * *                    *
*                   *        * *        *                  *
*                 *                       *                *
*                                                          *
*         VERSION 2.9.3                 2021-03-25         *
*                                                          *
*    The MadGraph5_aMC@NLO Development Team - Find us at   *
*    https://server06.fynu.ucl.ac.be/projects/madgraph     *
*                            and                           *
*            http://amcatnlo.web.cern.ch/amcatnlo/         *
*                                                          *
*               Type 'help' for in-line help.              *
*           Type 'tutorial' to learn how MG5 works         *
*    Type 'tutorial aMCatNLO' to learn how aMC@NLO works   *
*    Type 'tutorial MadLoop' to learn how MadLoop works    *
*                                                          *
************************************************************
load MG5 configuration from ../../usr/local/MG5_aMC_v2_9_3/input/mg5_configuration.txt 
fastjet-config does not seem to correspond to a valid fastjet-config executable (v3+). We will use fjcore instead.
 Please set the 'fastjet'variable to the full (absolute) /PATH/TO/fastjet-config (including fastjet-config).
 MG5_aMC> set fastjet /PATH/TO/fastjet-config
set lhapdf to lhapdf-config
set lhapdf to lhapdf-config
Using default text editor "vi". Set another one in ./input/mg5_configuration.txt
No valid eps viewer found. Please set in ./input/mg5_configuration.txt
No valid web browser found. Please set in ./input/mg5_configuration.txt
import /data/run.mg5
The import format was not given, so we guess it as command
set group_subprocesses Auto
Set group_subprocesses to Auto
Note that you need to regenerate all processes
set ignore_six_quark_processes False
set loop_optimized_output True
set loop optimized output to True
set low_mem_multicore_nlo_generation False
set default_unset_couplings 99
set loop_color_flows False
set loop color flows to False
set gauge unitary
Passing to gauge unitary.
set complex_mass_scheme False
Complex mass already desactivated.
set max_npoint_for_channel 0
import model MSSM_SLHA2
INFO: load particles 
INFO: load vertices 
INFO: Restrict model MSSM_SLHA2 with file ../../usr/local/MG5_aMC_v2_9_3/models/MSSM_SLHA2/restrict_default.dat . 
INFO: Run "set stdout_level DEBUG" before import for more information. 
INFO: Detect SLHA2 format. keeping restricted parameter in the param_card 
INFO: Change particles name to pass to MG5 convention 
Defined multiparticle p = g u c d s u~ c~ d~ s~
Defined multiparticle j = g u c d s u~ c~ d~ s~
Defined multiparticle l+ = e+ mu+
Defined multiparticle l- = e- mu-
Defined multiparticle vl = ve vm vt
Defined multiparticle vl~ = ve~ vm~ vt~
Defined multiparticle all = g u c d s u~ c~ d~ s~ a ve vm vt e- mu- ve~ vm~ vt~ e+ mu+ go ul cl t1 ur cr t2 dl sl b1 dr sr b2 ul~ cl~ t1~ ur~ cr~ t2~ dl~ sl~ b1~ dr~ sr~ b2~ t b t~ b~ z w+ h01 h2 h3 h+ sve svm svt el- mul- ta1- er- mur- ta2- w- h- sve~ svm~ svt~ el+ mul+ ta1+ er+ mur+ ta2+ n1 n2 n3 n4 x1+ x2+ ta- x1- x2- ta+
define p = g u c d s u~ c~ d~ s~
Defined multiparticle p = g u c d s u~ c~ d~ s~
define j = g u c d s u~ c~ d~ s~
Defined multiparticle j = g u c d s u~ c~ d~ s~
define pb = g u c d s b u~ c~ d~ s~ b~
Defined multiparticle pb = g u c d s u~ c~ d~ s~ b b~
define jb = g u c d s b u~ c~ d~ s~ b~
Defined multiparticle jb = g u c d s u~ c~ d~ s~ b b~
define l+ = e+ mu+
Defined multiparticle l+ = e+ mu+
define l- = e- mu-
Defined multiparticle l- = e- mu-
define fu = u c e+ mu+ ta+
Defined multiparticle fu = u c e+ mu+ ta+
define fu~ = u~ c~ e- mu- ta-
Defined multiparticle fu~ = u~ c~ e- mu- ta-
define fd = d s ve~ vm~ vt~
Defined multiparticle fd = d s ve~ vm~ vt~
define fd~ = d~ s~ ve vm vt
Defined multiparticle fd~ = d~ s~ ve vm vt
define susystrong = go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul~ ur~ dl~ dr~ cl~ cr~ sl~ sr~ t1~ t2~ b1~ b2~
Defined multiparticle susystrong = go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul~ ur~ dl~ dr~ cl~ cr~ sl~ sr~ t1~ t2~ b1~ b2~
define susyweak = el- el+ er- er+ mul- mul+ mur- mur+ ta1- ta1+ ta2- ta2+ n1 n2 n3 n4 x1- x1+ x2- x2+ sve sve~ svm svm~ svt svt~
Defined multiparticle susyweak = el- er- mul- mur- ta1- ta2- sve svm svt el+ er+ mul+ mur+ ta1+ ta2+ sve~ svm~ svt~ n1 n2 n3 n4 x1+ x2+ x1- x2-
define susylq = ul ur dl dr cl cr sl sr
Defined multiparticle susylq = ul ur dl dr cl cr sl sr
define susylq~ = ul~ ur~ dl~ dr~ cl~ cr~ sl~ sr~
Defined multiparticle susylq~ = ul~ ur~ dl~ dr~ cl~ cr~ sl~ sr~
define susysq = ul ur dl dr cl cr sl sr t1 t2 b1 b2
Defined multiparticle susysq = ul ur dl dr cl cr sl sr t1 t2 b1 b2
define susysq~ = ul~ ur~ dl~ dr~ cl~ cr~ sl~ sr~ t1~ t2~ b1~ b2~
Defined multiparticle susysq~ = ul~ ur~ dl~ dr~ cl~ cr~ sl~ sr~ t1~ t2~ b1~ b2~
define susysl = el- el+ er- er+ mul- mul+ mur- mur+ ta1- ta1+ ta2- ta2+
Defined multiparticle susysl = el- er- mul- mur- ta1- ta2- el+ er+ mul+ mur+ ta1+ ta2+
define susyv = sve svm svt
Defined multiparticle susyv = sve svm svt
define susyv~ = sve~ svm~ svt~
Defined multiparticle susyv~ = sve~ svm~ svt~
define c1 = x1+ x1-
Defined multiparticle c1 = x1+ x1-
define w = w+ w-
Defined multiparticle w = w+ w-
define l+ = e+ mu+ ta+
Defined multiparticle l+ = e+ mu+ ta+
define l- = e- mu- ta-
Defined multiparticle l- = e- mu- ta-
define vl = ve vm vt
Defined multiparticle vl = ve vm vt
define vl~ = ve~ vm~ vt~
Defined multiparticle vl~ = ve~ vm~ vt~
define lv = e+ mu+ ta+ e- mu- ta- ve vm vt ve~ vm~ vt~
Defined multiparticle lv = e- mu- ve vm vt e+ mu+ ve~ vm~ vt~ ta- ta+
define f = e+ mu+ ta+ e- mu- ta- ve vm vt ve~ vm~ vt~ u u~ d d~ c c~ s s~ b b~ g
Defined multiparticle f = g u d c s u~ d~ c~ s~ e- mu- ve vm vt e+ mu+ ve~ vm~ vt~ b b~ ta- ta+
define chsleptons = el- el+ er- er+ mul- mul+ mur- mur+ ta1- ta1+ ta2- ta2+
Defined multiparticle chsleptons = el- er- mul- mur- ta1- ta2- el+ er+ mul+ mur+ ta1+ ta2+
define sleptons = el- el+ er- er+ mul- mul+ mur- mur+ ta1- ta1+ ta2- ta2+ h+ h- svt svm sve svt~ svm~ sve~
Defined multiparticle sleptons = el- er- mul- mur- ta1- ta2- h+ svt svm sve el+ er+ mul+ mur+ ta1+ ta2+ h- svt~ svm~ sve~
generate        p p > chsleptons chsleptons j   / susystrong @1
INFO: Checking for minimal orders which gives processes. 
INFO: Please specify coupling orders to bypass this step. 
INFO: Trying coupling order WEIGHTED<=5: WEIGTHED IS QCD+2*QED 
INFO: Trying process: g g > el- el+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > el- er+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > el- mul+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > el- mur+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > el- ta1+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > el- ta2+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > er- el+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > er- er+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > er- mul+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > er- mur+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > er- ta1+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > er- ta2+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > mul- el+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > mul- er+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > mul- mul+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > mul- mur+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > mul- ta1+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > mul- ta2+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > mur- el+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > mur- er+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > mur- mul+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > mur- mur+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > mur- ta1+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > mur- ta2+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > ta1- el+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > ta1- er+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > ta1- mul+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > ta1- mur+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > ta1- ta1+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > ta1- ta2+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > ta2- el+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > ta2- er+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > ta2- mul+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > ta2- mur+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > ta2- ta1+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g g > ta2- ta2+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > el- el+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g u > el- el+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > el- er+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > el- er+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > el- mul+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > el- mul+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > el- mur+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > el- mur+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > el- ta1+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > el- ta1+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > el- ta2+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > el- ta2+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > er- el+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > er- el+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > er- er+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g u > er- er+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > er- mul+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > er- mul+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > er- mur+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > er- mur+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > er- ta1+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > er- ta1+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > er- ta2+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > er- ta2+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > mul- el+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > mul- el+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > mul- er+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > mul- er+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > mul- mul+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g u > mul- mul+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > mul- mur+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > mul- mur+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > mul- ta1+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > mul- ta1+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > mul- ta2+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > mul- ta2+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > mur- el+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > mur- el+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > mur- er+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > mur- er+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > mur- mul+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > mur- mul+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > mur- mur+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g u > mur- mur+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > mur- ta1+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > mur- ta1+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > mur- ta2+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > mur- ta2+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > ta1- el+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > ta1- el+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > ta1- er+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > ta1- er+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > ta1- mul+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > ta1- mul+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > ta1- mur+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > ta1- mur+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > ta1- ta1+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g u > ta1- ta1+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > ta1- ta2+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g u > ta1- ta2+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > ta2- el+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > ta2- el+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > ta2- er+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > ta2- er+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > ta2- mul+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > ta2- mul+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > ta2- mur+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > ta2- mur+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > ta2- ta1+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g u > ta2- ta1+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g u > ta2- ta2+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g u > ta2- ta2+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > el- el+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > el- el+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g c > el- er+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > el- er+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > el- mul+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > el- mul+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > el- mur+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > el- mur+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > el- ta1+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > el- ta1+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > el- ta2+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > el- ta2+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > er- el+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > er- el+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > er- er+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > er- er+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g c > er- mul+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > er- mul+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > er- mur+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > er- mur+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > er- ta1+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > er- ta1+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > er- ta2+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > er- ta2+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > mul- el+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > mul- el+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > mul- er+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > mul- er+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > mul- mul+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > mul- mul+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g c > mul- mur+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > mul- mur+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > mul- ta1+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > mul- ta1+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > mul- ta2+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > mul- ta2+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > mur- el+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > mur- el+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > mur- er+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > mur- er+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > mur- mul+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > mur- mul+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > mur- mur+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > mur- mur+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g c > mur- ta1+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > mur- ta1+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > mur- ta2+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > mur- ta2+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > ta1- el+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > ta1- el+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > ta1- er+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > ta1- er+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > ta1- mul+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > ta1- mul+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > ta1- mur+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > ta1- mur+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > ta1- ta1+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > ta1- ta1+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g c > ta1- ta2+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > ta1- ta2+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g c > ta2- el+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > ta2- el+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > ta2- er+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > ta2- er+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > ta2- mul+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > ta2- mul+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > ta2- mur+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > ta2- mur+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > ta2- ta1+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > ta2- ta1+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g c > ta2- ta2+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g c > ta2- ta2+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g d > el- el+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g d > el- el+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > el- er+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > el- er+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > el- mul+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > el- mul+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > el- mur+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > el- mur+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > el- ta1+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > el- ta1+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > el- ta2+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > el- ta2+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > er- el+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > er- el+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > er- er+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g d > er- er+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > er- mul+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > er- mul+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > er- mur+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > er- mur+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > er- ta1+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > er- ta1+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > er- ta2+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > er- ta2+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > mul- el+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > mul- el+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > mul- er+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > mul- er+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > mul- mul+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g d > mul- mul+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > mul- mur+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > mul- mur+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > mul- ta1+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > mul- ta1+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > mul- ta2+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > mul- ta2+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > mur- el+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > mur- el+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > mur- er+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > mur- er+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > mur- mul+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > mur- mul+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > mur- mur+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g d > mur- mur+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > mur- ta1+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > mur- ta1+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > mur- ta2+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > mur- ta2+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > ta1- el+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > ta1- el+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > ta1- er+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > ta1- er+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > ta1- mul+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > ta1- mul+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > ta1- mur+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > ta1- mur+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > ta1- ta1+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g d > ta1- ta1+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > ta1- ta2+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g d > ta1- ta2+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > ta2- el+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > ta2- el+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > ta2- er+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > ta2- er+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > ta2- mul+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > ta2- mul+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > ta2- mur+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > ta2- mur+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > ta2- ta1+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g d > ta2- ta1+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g d > ta2- ta2+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g d > ta2- ta2+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > el- el+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > el- el+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g s > el- er+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > el- er+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > el- mul+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > el- mul+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > el- mur+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > el- mur+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > el- ta1+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > el- ta1+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > el- ta2+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > el- ta2+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > er- el+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > er- el+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > er- er+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > er- er+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g s > er- mul+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > er- mul+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > er- mur+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > er- mur+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > er- ta1+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > er- ta1+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > er- ta2+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > er- ta2+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > mul- el+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > mul- el+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > mul- er+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > mul- er+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > mul- mul+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > mul- mul+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g s > mul- mur+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > mul- mur+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > mul- ta1+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > mul- ta1+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > mul- ta2+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > mul- ta2+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > mur- el+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > mur- el+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > mur- er+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > mur- er+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > mur- mul+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > mur- mul+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > mur- mur+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > mur- mur+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g s > mur- ta1+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > mur- ta1+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > mur- ta2+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > mur- ta2+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > ta1- el+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > ta1- el+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > ta1- er+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > ta1- er+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > ta1- mul+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > ta1- mul+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > ta1- mur+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > ta1- mur+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > ta1- ta1+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > ta1- ta1+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g s > ta1- ta2+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > ta1- ta2+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g s > ta2- el+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > ta2- el+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > ta2- er+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > ta2- er+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > ta2- mul+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > ta2- mul+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > ta2- mur+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > ta2- mur+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > ta2- ta1+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > ta2- ta1+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Trying process: g s > ta2- ta2+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Trying process: g s > ta2- ta2+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1  
INFO: Process has 4 diagrams 
INFO: Crossed process found for g u~ > el- el+ u~, reuse diagrams. 
INFO: Crossed process found for g u~ > er- er+ u~, reuse diagrams. 
INFO: Crossed process found for g u~ > mul- mul+ u~, reuse diagrams. 
INFO: Crossed process found for g u~ > mur- mur+ u~, reuse diagrams. 
INFO: Crossed process found for g u~ > ta1- ta1+ u~, reuse diagrams. 
INFO: Crossed process found for g u~ > ta1- ta2+ u~, reuse diagrams. 
INFO: Crossed process found for g u~ > ta2- ta1+ u~, reuse diagrams. 
INFO: Crossed process found for g u~ > ta2- ta2+ u~, reuse diagrams. 
INFO: Crossed process found for g c~ > el- el+ c~, reuse diagrams. 
INFO: Crossed process found for g c~ > er- er+ c~, reuse diagrams. 
INFO: Crossed process found for g c~ > mul- mul+ c~, reuse diagrams. 
INFO: Crossed process found for g c~ > mur- mur+ c~, reuse diagrams. 
INFO: Crossed process found for g c~ > ta1- ta1+ c~, reuse diagrams. 
INFO: Crossed process found for g c~ > ta1- ta2+ c~, reuse diagrams. 
INFO: Crossed process found for g c~ > ta2- ta1+ c~, reuse diagrams. 
INFO: Crossed process found for g c~ > ta2- ta2+ c~, reuse diagrams. 
INFO: Crossed process found for g d~ > el- el+ d~, reuse diagrams. 
INFO: Crossed process found for g d~ > er- er+ d~, reuse diagrams. 
INFO: Crossed process found for g d~ > mul- mul+ d~, reuse diagrams. 
INFO: Crossed process found for g d~ > mur- mur+ d~, reuse diagrams. 
INFO: Crossed process found for g d~ > ta1- ta1+ d~, reuse diagrams. 
INFO: Crossed process found for g d~ > ta1- ta2+ d~, reuse diagrams. 
INFO: Crossed process found for g d~ > ta2- ta1+ d~, reuse diagrams. 
INFO: Crossed process found for g d~ > ta2- ta2+ d~, reuse diagrams. 
INFO: Crossed process found for g s~ > el- el+ s~, reuse diagrams. 
INFO: Crossed process found for g s~ > er- er+ s~, reuse diagrams. 
INFO: Crossed process found for g s~ > mul- mul+ s~, reuse diagrams. 
INFO: Crossed process found for g s~ > mur- mur+ s~, reuse diagrams. 
INFO: Crossed process found for g s~ > ta1- ta1+ s~, reuse diagrams. 
INFO: Crossed process found for g s~ > ta1- ta2+ s~, reuse diagrams. 
INFO: Crossed process found for g s~ > ta2- ta1+ s~, reuse diagrams. 
INFO: Crossed process found for g s~ > ta2- ta2+ s~, reuse diagrams. 
INFO: Process u g > el- el+ u added to mirror process g u > el- el+ u 
INFO: Process u g > er- er+ u added to mirror process g u > er- er+ u 
INFO: Process u g > mul- mul+ u added to mirror process g u > mul- mul+ u 
INFO: Process u g > mur- mur+ u added to mirror process g u > mur- mur+ u 
INFO: Process u g > ta1- ta1+ u added to mirror process g u > ta1- ta1+ u 
INFO: Process u g > ta1- ta2+ u added to mirror process g u > ta1- ta2+ u 
INFO: Process u g > ta2- ta1+ u added to mirror process g u > ta2- ta1+ u 
INFO: Process u g > ta2- ta2+ u added to mirror process g u > ta2- ta2+ u 
INFO: Crossed process found for u u~ > el- el+ g, reuse diagrams. 
INFO: Crossed process found for u u~ > er- er+ g, reuse diagrams. 
INFO: Crossed process found for u u~ > mul- mul+ g, reuse diagrams. 
INFO: Crossed process found for u u~ > mur- mur+ g, reuse diagrams. 
INFO: Crossed process found for u u~ > ta1- ta1+ g, reuse diagrams. 
INFO: Crossed process found for u u~ > ta1- ta2+ g, reuse diagrams. 
INFO: Crossed process found for u u~ > ta2- ta1+ g, reuse diagrams. 
INFO: Crossed process found for u u~ > ta2- ta2+ g, reuse diagrams. 
INFO: Process c g > el- el+ c added to mirror process g c > el- el+ c 
INFO: Process c g > er- er+ c added to mirror process g c > er- er+ c 
INFO: Process c g > mul- mul+ c added to mirror process g c > mul- mul+ c 
INFO: Process c g > mur- mur+ c added to mirror process g c > mur- mur+ c 
INFO: Process c g > ta1- ta1+ c added to mirror process g c > ta1- ta1+ c 
INFO: Process c g > ta1- ta2+ c added to mirror process g c > ta1- ta2+ c 
INFO: Process c g > ta2- ta1+ c added to mirror process g c > ta2- ta1+ c 
INFO: Process c g > ta2- ta2+ c added to mirror process g c > ta2- ta2+ c 
INFO: Crossed process found for c c~ > el- el+ g, reuse diagrams. 
INFO: Crossed process found for c c~ > er- er+ g, reuse diagrams. 
INFO: Crossed process found for c c~ > mul- mul+ g, reuse diagrams. 
INFO: Crossed process found for c c~ > mur- mur+ g, reuse diagrams. 
INFO: Crossed process found for c c~ > ta1- ta1+ g, reuse diagrams. 
INFO: Crossed process found for c c~ > ta1- ta2+ g, reuse diagrams. 
INFO: Crossed process found for c c~ > ta2- ta1+ g, reuse diagrams. 
INFO: Crossed process found for c c~ > ta2- ta2+ g, reuse diagrams. 
INFO: Process d g > el- el+ d added to mirror process g d > el- el+ d 
INFO: Process d g > er- er+ d added to mirror process g d > er- er+ d 
INFO: Process d g > mul- mul+ d added to mirror process g d > mul- mul+ d 
INFO: Process d g > mur- mur+ d added to mirror process g d > mur- mur+ d 
INFO: Process d g > ta1- ta1+ d added to mirror process g d > ta1- ta1+ d 
INFO: Process d g > ta1- ta2+ d added to mirror process g d > ta1- ta2+ d 
INFO: Process d g > ta2- ta1+ d added to mirror process g d > ta2- ta1+ d 
INFO: Process d g > ta2- ta2+ d added to mirror process g d > ta2- ta2+ d 
INFO: Crossed process found for d d~ > el- el+ g, reuse diagrams. 
INFO: Crossed process found for d d~ > er- er+ g, reuse diagrams. 
INFO: Crossed process found for d d~ > mul- mul+ g, reuse diagrams. 
INFO: Crossed process found for d d~ > mur- mur+ g, reuse diagrams. 
INFO: Crossed process found for d d~ > ta1- ta1+ g, reuse diagrams. 
INFO: Crossed process found for d d~ > ta1- ta2+ g, reuse diagrams. 
INFO: Crossed process found for d d~ > ta2- ta1+ g, reuse diagrams. 
INFO: Crossed process found for d d~ > ta2- ta2+ g, reuse diagrams. 
INFO: Process s g > el- el+ s added to mirror process g s > el- el+ s 
INFO: Process s g > er- er+ s added to mirror process g s > er- er+ s 
INFO: Process s g > mul- mul+ s added to mirror process g s > mul- mul+ s 
INFO: Process s g > mur- mur+ s added to mirror process g s > mur- mur+ s 
INFO: Process s g > ta1- ta1+ s added to mirror process g s > ta1- ta1+ s 
INFO: Process s g > ta1- ta2+ s added to mirror process g s > ta1- ta2+ s 
INFO: Process s g > ta2- ta1+ s added to mirror process g s > ta2- ta1+ s 
INFO: Process s g > ta2- ta2+ s added to mirror process g s > ta2- ta2+ s 
INFO: Crossed process found for s s~ > el- el+ g, reuse diagrams. 
INFO: Crossed process found for s s~ > er- er+ g, reuse diagrams. 
INFO: Crossed process found for s s~ > mul- mul+ g, reuse diagrams. 
INFO: Crossed process found for s s~ > mur- mur+ g, reuse diagrams. 
INFO: Crossed process found for s s~ > ta1- ta1+ g, reuse diagrams. 
INFO: Crossed process found for s s~ > ta1- ta2+ g, reuse diagrams. 
INFO: Crossed process found for s s~ > ta2- ta1+ g, reuse diagrams. 
INFO: Crossed process found for s s~ > ta2- ta2+ g, reuse diagrams. 
INFO: Process u~ g > el- el+ u~ added to mirror process g u~ > el- el+ u~ 
INFO: Process u~ g > er- er+ u~ added to mirror process g u~ > er- er+ u~ 
INFO: Process u~ g > mul- mul+ u~ added to mirror process g u~ > mul- mul+ u~ 
INFO: Process u~ g > mur- mur+ u~ added to mirror process g u~ > mur- mur+ u~ 
INFO: Process u~ g > ta1- ta1+ u~ added to mirror process g u~ > ta1- ta1+ u~ 
INFO: Process u~ g > ta1- ta2+ u~ added to mirror process g u~ > ta1- ta2+ u~ 
INFO: Process u~ g > ta2- ta1+ u~ added to mirror process g u~ > ta2- ta1+ u~ 
INFO: Process u~ g > ta2- ta2+ u~ added to mirror process g u~ > ta2- ta2+ u~ 
INFO: Process u~ u > el- el+ g added to mirror process u u~ > el- el+ g 
INFO: Process u~ u > er- er+ g added to mirror process u u~ > er- er+ g 
INFO: Process u~ u > mul- mul+ g added to mirror process u u~ > mul- mul+ g 
INFO: Process u~ u > mur- mur+ g added to mirror process u u~ > mur- mur+ g 
INFO: Process u~ u > ta1- ta1+ g added to mirror process u u~ > ta1- ta1+ g 
INFO: Process u~ u > ta1- ta2+ g added to mirror process u u~ > ta1- ta2+ g 
INFO: Process u~ u > ta2- ta1+ g added to mirror process u u~ > ta2- ta1+ g 
INFO: Process u~ u > ta2- ta2+ g added to mirror process u u~ > ta2- ta2+ g 
INFO: Process c~ g > el- el+ c~ added to mirror process g c~ > el- el+ c~ 
INFO: Process c~ g > er- er+ c~ added to mirror process g c~ > er- er+ c~ 
INFO: Process c~ g > mul- mul+ c~ added to mirror process g c~ > mul- mul+ c~ 
INFO: Process c~ g > mur- mur+ c~ added to mirror process g c~ > mur- mur+ c~ 
INFO: Process c~ g > ta1- ta1+ c~ added to mirror process g c~ > ta1- ta1+ c~ 
INFO: Process c~ g > ta1- ta2+ c~ added to mirror process g c~ > ta1- ta2+ c~ 
INFO: Process c~ g > ta2- ta1+ c~ added to mirror process g c~ > ta2- ta1+ c~ 
INFO: Process c~ g > ta2- ta2+ c~ added to mirror process g c~ > ta2- ta2+ c~ 
INFO: Process c~ c > el- el+ g added to mirror process c c~ > el- el+ g 
INFO: Process c~ c > er- er+ g added to mirror process c c~ > er- er+ g 
INFO: Process c~ c > mul- mul+ g added to mirror process c c~ > mul- mul+ g 
INFO: Process c~ c > mur- mur+ g added to mirror process c c~ > mur- mur+ g 
INFO: Process c~ c > ta1- ta1+ g added to mirror process c c~ > ta1- ta1+ g 
INFO: Process c~ c > ta1- ta2+ g added to mirror process c c~ > ta1- ta2+ g 
INFO: Process c~ c > ta2- ta1+ g added to mirror process c c~ > ta2- ta1+ g 
INFO: Process c~ c > ta2- ta2+ g added to mirror process c c~ > ta2- ta2+ g 
INFO: Process d~ g > el- el+ d~ added to mirror process g d~ > el- el+ d~ 
INFO: Process d~ g > er- er+ d~ added to mirror process g d~ > er- er+ d~ 
INFO: Process d~ g > mul- mul+ d~ added to mirror process g d~ > mul- mul+ d~ 
INFO: Process d~ g > mur- mur+ d~ added to mirror process g d~ > mur- mur+ d~ 
INFO: Process d~ g > ta1- ta1+ d~ added to mirror process g d~ > ta1- ta1+ d~ 
INFO: Process d~ g > ta1- ta2+ d~ added to mirror process g d~ > ta1- ta2+ d~ 
INFO: Process d~ g > ta2- ta1+ d~ added to mirror process g d~ > ta2- ta1+ d~ 
INFO: Process d~ g > ta2- ta2+ d~ added to mirror process g d~ > ta2- ta2+ d~ 
INFO: Process d~ d > el- el+ g added to mirror process d d~ > el- el+ g 
INFO: Process d~ d > er- er+ g added to mirror process d d~ > er- er+ g 
INFO: Process d~ d > mul- mul+ g added to mirror process d d~ > mul- mul+ g 
INFO: Process d~ d > mur- mur+ g added to mirror process d d~ > mur- mur+ g 
INFO: Process d~ d > ta1- ta1+ g added to mirror process d d~ > ta1- ta1+ g 
INFO: Process d~ d > ta1- ta2+ g added to mirror process d d~ > ta1- ta2+ g 
INFO: Process d~ d > ta2- ta1+ g added to mirror process d d~ > ta2- ta1+ g 
INFO: Process d~ d > ta2- ta2+ g added to mirror process d d~ > ta2- ta2+ g 
INFO: Process s~ g > el- el+ s~ added to mirror process g s~ > el- el+ s~ 
INFO: Process s~ g > er- er+ s~ added to mirror process g s~ > er- er+ s~ 
INFO: Process s~ g > mul- mul+ s~ added to mirror process g s~ > mul- mul+ s~ 
INFO: Process s~ g > mur- mur+ s~ added to mirror process g s~ > mur- mur+ s~ 
INFO: Process s~ g > ta1- ta1+ s~ added to mirror process g s~ > ta1- ta1+ s~ 
INFO: Process s~ g > ta1- ta2+ s~ added to mirror process g s~ > ta1- ta2+ s~ 
INFO: Process s~ g > ta2- ta1+ s~ added to mirror process g s~ > ta2- ta1+ s~ 
INFO: Process s~ g > ta2- ta2+ s~ added to mirror process g s~ > ta2- ta2+ s~ 
INFO: Process s~ s > el- el+ g added to mirror process s s~ > el- el+ g 
INFO: Process s~ s > er- er+ g added to mirror process s s~ > er- er+ g 
INFO: Process s~ s > mul- mul+ g added to mirror process s s~ > mul- mul+ g 
INFO: Process s~ s > mur- mur+ g added to mirror process s s~ > mur- mur+ g 
INFO: Process s~ s > ta1- ta1+ g added to mirror process s s~ > ta1- ta1+ g 
INFO: Process s~ s > ta1- ta2+ g added to mirror process s s~ > ta1- ta2+ g 
INFO: Process s~ s > ta2- ta1+ g added to mirror process s s~ > ta2- ta1+ g 
INFO: Process s~ s > ta2- ta2+ g added to mirror process s s~ > ta2- ta2+ g 
96 processes with 384 diagrams generated in 8.436 s
Total: 96 processes with 384 diagrams
output PROC_madgraph
INFO: initialize a new directory: PROC_madgraph 
INFO: remove old information in PROC_madgraph 
INFO: Organizing processes into subprocess groups 
INFO: Generating Helas calls for process: g u > el- el+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Processing color information for process: g u > el- el+ u / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g u > mul- mul+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: g u > mul- mul+ u / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g c > el- el+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g u > el- el+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g c > mul- mul+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g u > mul- mul+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g d > el- el+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: g d > el- el+ d / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g d > mul- mul+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: g d > mul- mul+ d / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g s > el- el+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g d > el- el+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g s > mul- mul+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g d > mul- mul+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g u~ > el- el+ u~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Processing color information for process: g u~ > el- el+ u~ / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g u~ > mul- mul+ u~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: g u~ > mul- mul+ u~ / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g c~ > el- el+ c~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g u~ > el- el+ u~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g c~ > mul- mul+ c~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g u~ > mul- mul+ u~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g d~ > el- el+ d~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: g d~ > el- el+ d~ / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g d~ > mul- mul+ d~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: g d~ > mul- mul+ d~ / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g s~ > el- el+ s~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g d~ > el- el+ d~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g s~ > mul- mul+ s~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g d~ > mul- mul+ d~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g u > er- er+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Processing color information for process: g u > er- er+ u / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g u > mur- mur+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: g u > mur- mur+ u / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g c > er- er+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g u > er- er+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g c > mur- mur+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g u > mur- mur+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g d > er- er+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: g d > er- er+ d / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g d > mur- mur+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: g d > mur- mur+ d / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g s > er- er+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g d > er- er+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g s > mur- mur+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g d > mur- mur+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g u~ > er- er+ u~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Processing color information for process: g u~ > er- er+ u~ / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g u~ > mur- mur+ u~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: g u~ > mur- mur+ u~ / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g c~ > er- er+ c~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g u~ > er- er+ u~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g c~ > mur- mur+ c~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g u~ > mur- mur+ u~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g d~ > er- er+ d~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: g d~ > er- er+ d~ / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g d~ > mur- mur+ d~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: g d~ > mur- mur+ d~ / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g s~ > er- er+ s~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g d~ > er- er+ d~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g s~ > mur- mur+ s~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g d~ > mur- mur+ d~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g u > ta1- ta1+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Processing color information for process: g u > ta1- ta1+ u / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g c > ta1- ta1+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g u > ta1- ta1+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g d > ta1- ta1+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: g d > ta1- ta1+ d / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g s > ta1- ta1+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g d > ta1- ta1+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g u~ > ta1- ta1+ u~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Processing color information for process: g u~ > ta1- ta1+ u~ / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g c~ > ta1- ta1+ c~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g u~ > ta1- ta1+ u~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g d~ > ta1- ta1+ d~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: g d~ > ta1- ta1+ d~ / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g s~ > ta1- ta1+ s~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g d~ > ta1- ta1+ d~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g u > ta1- ta2+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Processing color information for process: g u > ta1- ta2+ u / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g c > ta1- ta2+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g u > ta1- ta2+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g d > ta1- ta2+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: g d > ta1- ta2+ d / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g s > ta1- ta2+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g d > ta1- ta2+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g u~ > ta1- ta2+ u~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Processing color information for process: g u~ > ta1- ta2+ u~ / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g c~ > ta1- ta2+ c~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g u~ > ta1- ta2+ u~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g d~ > ta1- ta2+ d~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: g d~ > ta1- ta2+ d~ / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g s~ > ta1- ta2+ s~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g d~ > ta1- ta2+ d~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g u > ta2- ta1+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Processing color information for process: g u > ta2- ta1+ u / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g c > ta2- ta1+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g u > ta2- ta1+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g d > ta2- ta1+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: g d > ta2- ta1+ d / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g s > ta2- ta1+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g d > ta2- ta1+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g u~ > ta2- ta1+ u~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Processing color information for process: g u~ > ta2- ta1+ u~ / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g c~ > ta2- ta1+ c~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g u~ > ta2- ta1+ u~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g d~ > ta2- ta1+ d~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: g d~ > ta2- ta1+ d~ / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g s~ > ta2- ta1+ s~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g d~ > ta2- ta1+ d~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g u > ta2- ta2+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Processing color information for process: g u > ta2- ta2+ u / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g c > ta2- ta2+ c WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g u > ta2- ta2+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g d > ta2- ta2+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: g d > ta2- ta2+ d / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g s > ta2- ta2+ s WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g d > ta2- ta2+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g u~ > ta2- ta2+ u~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Processing color information for process: g u~ > ta2- ta2+ u~ / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g c~ > ta2- ta2+ c~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g u~ > ta2- ta2+ u~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: g d~ > ta2- ta2+ d~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: g d~ > ta2- ta2+ d~ / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process g s~ > ta2- ta2+ s~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process g d~ > ta2- ta2+ d~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: u u~ > el- el+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Processing color information for process: u u~ > el- el+ g / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: u u~ > mul- mul+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: u u~ > mul- mul+ g / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process c c~ > el- el+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process u u~ > el- el+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process c c~ > mul- mul+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process u u~ > mul- mul+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: d d~ > el- el+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: d d~ > el- el+ g / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: d d~ > mul- mul+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: d d~ > mul- mul+ g / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process s s~ > el- el+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process d d~ > el- el+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process s s~ > mul- mul+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process d d~ > mul- mul+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: u u~ > er- er+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Processing color information for process: u u~ > er- er+ g / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: u u~ > mur- mur+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: u u~ > mur- mur+ g / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process c c~ > er- er+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process u u~ > er- er+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process c c~ > mur- mur+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process u u~ > mur- mur+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: d d~ > er- er+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: d d~ > er- er+ g / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: d d~ > mur- mur+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: d d~ > mur- mur+ g / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process s s~ > er- er+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process d d~ > er- er+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process s s~ > mur- mur+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process d d~ > mur- mur+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: u u~ > ta1- ta1+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Processing color information for process: u u~ > ta1- ta1+ g / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process c c~ > ta1- ta1+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process u u~ > ta1- ta1+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: d d~ > ta1- ta1+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: d d~ > ta1- ta1+ g / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process s s~ > ta1- ta1+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process d d~ > ta1- ta1+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: u u~ > ta1- ta2+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Processing color information for process: u u~ > ta1- ta2+ g / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process c c~ > ta1- ta2+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process u u~ > ta1- ta2+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: d d~ > ta1- ta2+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: d d~ > ta1- ta2+ g / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process s s~ > ta1- ta2+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process d d~ > ta1- ta2+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: u u~ > ta2- ta1+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Processing color information for process: u u~ > ta2- ta1+ g / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process c c~ > ta2- ta1+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process u u~ > ta2- ta1+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: d d~ > ta2- ta1+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: d d~ > ta2- ta1+ g / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process s s~ > ta2- ta1+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process d d~ > ta2- ta1+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: u u~ > ta2- ta2+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Processing color information for process: u u~ > ta2- ta2+ g / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process c c~ > ta2- ta2+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process u u~ > ta2- ta2+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Helas calls for process: d d~ > ta2- ta2+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Reusing existing color information for process: d d~ > ta2- ta2+ g / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Combined process s s~ > ta2- ta2+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 with process d d~ > ta2- ta2+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Creating files in directory P1_gq_elmelpq 
INFO: Generating Feynman diagrams for Process: g u > el- el+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: g u > mul- mul+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: g d > el- el+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: g d > mul- mul+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: g u~ > el- el+ u~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: g u~ > mul- mul+ u~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: g d~ > el- el+ d~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: g d~ > mul- mul+ d~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Finding symmetric diagrams for subprocess group gq_elmelpq 
INFO: Creating files in directory P1_gq_ermerpq 
INFO: Generating Feynman diagrams for Process: g u > er- er+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: g u > mur- mur+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: g d > er- er+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: g d > mur- mur+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: g u~ > er- er+ u~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: g u~ > mur- mur+ u~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: g d~ > er- er+ d~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: g d~ > mur- mur+ d~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Finding symmetric diagrams for subprocess group gq_ermerpq 
INFO: Creating files in directory P1_gq_ta1mta1pq 
INFO: Generating Feynman diagrams for Process: g u > ta1- ta1+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: g d > ta1- ta1+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: g u~ > ta1- ta1+ u~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: g d~ > ta1- ta1+ d~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Finding symmetric diagrams for subprocess group gq_ta1mta1pq 
INFO: Creating files in directory P1_gq_ta1mta2pq 
INFO: Generating Feynman diagrams for Process: g u > ta1- ta2+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: g d > ta1- ta2+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: g u~ > ta1- ta2+ u~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: g d~ > ta1- ta2+ d~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Finding symmetric diagrams for subprocess group gq_ta1mta2pq 
INFO: Creating files in directory P1_gq_ta2mta1pq 
INFO: Generating Feynman diagrams for Process: g u > ta2- ta1+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: g d > ta2- ta1+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: g u~ > ta2- ta1+ u~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: g d~ > ta2- ta1+ d~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Finding symmetric diagrams for subprocess group gq_ta2mta1pq 
INFO: Creating files in directory P1_gq_ta2mta2pq 
INFO: Generating Feynman diagrams for Process: g u > ta2- ta2+ u WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: g d > ta2- ta2+ d WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: g u~ > ta2- ta2+ u~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: g d~ > ta2- ta2+ d~ WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Finding symmetric diagrams for subprocess group gq_ta2mta2pq 
INFO: Creating files in directory P1_qq_elmelpg 
INFO: Generating Feynman diagrams for Process: u u~ > el- el+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: u u~ > mul- mul+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: d d~ > el- el+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: d d~ > mul- mul+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Finding symmetric diagrams for subprocess group qq_elmelpg 
INFO: Creating files in directory P1_qq_ermerpg 
INFO: Generating Feynman diagrams for Process: u u~ > er- er+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: u u~ > mur- mur+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: d d~ > er- er+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: d d~ > mur- mur+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Finding symmetric diagrams for subprocess group qq_ermerpg 
INFO: Creating files in directory P1_qq_ta1mta1pg 
INFO: Generating Feynman diagrams for Process: u u~ > ta1- ta1+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: d d~ > ta1- ta1+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Finding symmetric diagrams for subprocess group qq_ta1mta1pg 
INFO: Creating files in directory P1_qq_ta1mta2pg 
INFO: Generating Feynman diagrams for Process: u u~ > ta1- ta2+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: d d~ > ta1- ta2+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Finding symmetric diagrams for subprocess group qq_ta1mta2pg 
INFO: Creating files in directory P1_qq_ta2mta1pg 
INFO: Generating Feynman diagrams for Process: u u~ > ta2- ta1+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: d d~ > ta2- ta1+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Finding symmetric diagrams for subprocess group qq_ta2mta1pg 
INFO: Creating files in directory P1_qq_ta2mta2pg 
INFO: Generating Feynman diagrams for Process: u u~ > ta2- ta2+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Generating Feynman diagrams for Process: d d~ > ta2- ta2+ g WEIGHTED<=5 / go ul ur dl dr cl cr sl sr t1 t2 b1 b2 ul ur dl dr cl cr sl sr t1 t2 b1 b2 @1 
INFO: Finding symmetric diagrams for subprocess group qq_ta2mta2pg 
Generated helas calls for 48 subprocesses (192 diagrams) in 0.299 s
Wrote files for 624 helas calls in 1.456 s
ALOHA: aloha creates FFV1 routines
ALOHA: aloha creates VSS1 set of routines with options: P0
ALOHA: aloha creates FFV2 routines
ALOHA: aloha creates FFV5 routines
save configuration file to /tmp/tmp.pps2Ob4aPl/PROC_madgraph/Cards/me5_configuration.txt
INFO: Use Fortran compiler gfortran 
INFO: Use c++ compiler g++ 
INFO: Generate web pages 
Output to directory /tmp/tmp.pps2Ob4aPl/PROC_madgraph done.
Type "launch" to generate events from this process, or see
/tmp/tmp.pps2Ob4aPl/PROC_madgraph/README
Run "open index.html" to see more information about this process.
set run_mode 2
This option will be the default in any output that you are going to create in this session.
In order to keep this changes permanent please run 'save options'
set nb_core 1
This option will be the default in any output that you are going to create in this session.
In order to keep this changes permanent please run 'save options'
launch PROC_madgraph
************************************************************
*                                                          *
*                      W E L C O M E to                    *
*             M A D G R A P H 5 _ a M C @ N L O            *
*                      M A D E V E N T                     *
*                                                          *
*                 *                       *                *
*                   *        * *        *                  *
*                     * * * * 5 * * * *                    *
*                   *        * *        *                  *
*                 *                       *                *
*                                                          *
*         VERSION 2.9.3                 2021-03-25         *
*                                                          *
*    The MadGraph5_aMC@NLO Development Team - Find us at   *
*    https://server06.fynu.ucl.ac.be/projects/madgraph     *
*                                                          *
*               Type 'help' for in-line help.              *
*                                                          *
************************************************************
INFO: load configuration from /tmp/tmp.pps2Ob4aPl/PROC_madgraph/Cards/me5_configuration.txt  
INFO: load configuration from /usr/local/MG5_aMC_v2_9_3/input/mg5_configuration.txt  
INFO: load configuration from /tmp/tmp.pps2Ob4aPl/PROC_madgraph/Cards/me5_configuration.txt  
Using default text editor "vi". Set another one in ./input/mg5_configuration.txt
No valid eps viewer found. Please set in ./input/mg5_configuration.txt
No valid web browser found. Please set in ./input/mg5_configuration.txt
generate_events run_01
stty: 'standard input': Inappropriate ioctl for device
The following switches determine which programs are run:
/===========================================================================\
| 1. Choose the shower/hadronization program     shower = OFF               |
| 2. Choose the detector simulation program    detector = Not Avail.        |
| 3. Choose an analysis package (plot/convert) analysis = Not Avail.        |
| 4. Decay onshell particles                    madspin = OFF               |
| 5. Add weights to events for new hypp.       reweight = OFF               |
\===========================================================================/
Either type the switch number (1 to 5) to change its setting,
Set any switch explicitly (e.g. type 'shower=Pythia8' at the prompt)
Type 'help' for the list of all valid option
Type '0', 'auto', 'done' or just press enter when you are done.
The following switches determine which programs are run:
/===========================================================================\
| 1. Choose the shower/hadronization program     shower = OFF               |
| 2. Choose the detector simulation program    detector = Not Avail.        |
| 3. Choose an analysis package (plot/convert) analysis = Not Avail.        |
| 4. Decay onshell particles                    madspin = OFF               |
| 5. Add weights to events for new hypp.       reweight = OFF               |
\===========================================================================/
Either type the switch number (1 to 5) to change its setting,
Set any switch explicitly (e.g. type 'shower=Pythia8' at the prompt)
Type 'help' for the list of all valid option
Type '0', 'auto', 'done' or just press enter when you are done.
The following switches determine which programs are run:
/===========================================================================\
| 1. Choose the shower/hadronization program     shower = OFF               |
| 2. Choose the detector simulation program    detector = Not Avail.        |
| 3. Choose an analysis package (plot/convert) analysis = Not Avail.        |
| 4. Decay onshell particles                    madspin = OFF               |
| 5. Add weights to events for new hypp.       reweight = OFF               |
\===========================================================================/
Either type the switch number (1 to 5) to change its setting,
Set any switch explicitly (e.g. type 'shower=Pythia8' at the prompt)
Type 'help' for the list of all valid option
Type '0', 'auto', 'done' or just press enter when you are done.
The following switches determine which programs are run:
/===========================================================================\
| 1. Choose the shower/hadronization program     shower = OFF               |
| 2. Choose the detector simulation program    detector = Not Avail.        |
| 3. Choose an analysis package (plot/convert) analysis = Not Avail.        |
| 4. Decay onshell particles                    madspin = OFF               |
| 5. Add weights to events for new hypp.       reweight = OFF               |
\===========================================================================/
Either type the switch number (1 to 5) to change its setting,
Set any switch explicitly (e.g. type 'shower=Pythia8' at the prompt)
Type 'help' for the list of all valid option
Type '0', 'auto', 'done' or just press enter when you are done.
found line : /data/SleptonBino.slha
This answer is not valid for current question. Keep it for next question and use here default: EOF
INFO: copy /data/SleptonBino.slha as param_card.dat 
Do you want to edit a card (press enter to bypass editing)?
/------------------------------------------------------------\
|  1. param   : param_card.dat                               |
|  2. run     : run_card.dat                                 |
|  3. pythia8 : pythia8_card.dat                             |
\------------------------------------------------------------/
 you can also
   - enter the path to a valid card or banner.
   - use the 'set' command to modify a parameter directly.
     The set option works only for param_card and run_card.
     Type 'help set' for more information on this command.
   - call an external program (ASperGE/MadWidth/...).
     Type 'help' for the list of available command
 [0, done, 1, param, 2, run, 3, pythia8, enter path]
INFO: copy /data/default_LO.dat as run_card.dat 
Do you want to edit a card (press enter to bypass editing)?
/------------------------------------------------------------\
|  1. param   : param_card.dat                               |
|  2. run     : run_card.dat                                 |
|  3. pythia8 : pythia8_card.dat                             |
\------------------------------------------------------------/
 you can also
   - enter the path to a valid card or banner.
   - use the 'set' command to modify a parameter directly.
     The set option works only for param_card and run_card.
     Type 'help set' for more information on this command.
   - call an external program (ASperGE/MadWidth/...).
     Type 'help' for the list of available command
 [0, done, 1, param, 2, run, 3, pythia8, enter path]
INFO: copy /data/pythia_card.dat as pythia8_card.dat 
Do you want to edit a card (press enter to bypass editing)?
/------------------------------------------------------------\
|  1. param   : param_card.dat                               |
|  2. run     : run_card.dat                                 |
|  3. pythia8 : pythia8_card.dat                             |
\------------------------------------------------------------/
 you can also
   - enter the path to a valid card or banner.
   - use the 'set' command to modify a parameter directly.
     The set option works only for param_card and run_card.
     Type 'help set' for more information on this command.
   - call an external program (ASperGE/MadWidth/...).
     Type 'help' for the list of available command
 [0, done, 1, param, 2, run, 3, pythia8, enter path]
set iseed 0
INFO: modify parameter iseed of the run_card.dat to 0 
WARNING: Particle 35 with small width detected (0.5748014): See https://answers.launchpad.net/mg5amcnlo/+faq/3053 to learn the special handling of that case 
^C

Once that is done, you should be able to see that this tells us the outcome running through pyhf and we can also look into the output directory to see all the intermediate outputs from each step as well.

Observed limit: 0.5092483612320391
Expected limit: 0.713
      -1 sigma: 0.507
      +1 sigma: 1.030
      -2 sigma: 0.402
      +2 sigma: 1.426

And this took about 11 minutes to run for a single point (on a decent computer). This could definitely be sped up on a slightly beefier computer and note that we have mpi turned off explicitly which will slow things down when re-enabled.

What got created?#

!ls -lavh SUSY_SleptonBino_isrslep_100_99/
total 4472
drwx------@ 17 kratsg  staff   544B Dec 13 22:01 .
drwxr-xr-x  16 kratsg  staff   512B Dec 13 20:43 ..
-rw-r--r--   1 kratsg  staff   1.9M Dec 13 22:02 EwkCompressed2018.json
-rw-r--r--   1 kratsg  staff   148K Dec 13 22:01 EwkCompressed2018.root
-rw-r--r--   1 kratsg  staff   3.7K Dec 13 22:01 EwkCompressed2018.txt
-rw-r--r--   1 kratsg  staff    13K Dec 13 22:01 EwkCompressed2018_patch.json
-rw-r--r--   1 kratsg  staff    21K Dec 13 21:53 SleptonBino.slha
drwxr-xr-x   3 kratsg  staff    96B Dec 13 22:01 analysis
drwxr-xr-x   6 kratsg  staff   192B Dec 13 22:01 configs
-rw-r--r--   1 kratsg  staff    17K Dec 13 21:53 default_LO.dat
drwxr-xr-x   3 kratsg  staff    96B Dec 13 22:00 delphes
-rw-r--r--   1 kratsg  staff    24K Dec 13 22:00 delphes_card_ATLAS_lowptleptons_sleptons_notrackineffic.tcl
-rw-r--r--   1 kratsg  staff   1.7K Dec 13 21:53 isrslep
drwxr-xr-x   8 kratsg  staff   256B Dec 13 20:50 logs
drwxr-xr-x   3 kratsg  staff    96B Dec 13 20:49 madgraph
-rw-r--r--   1 kratsg  staff   4.1K Dec 13 21:53 pythia_card.dat
-rw-r--r--   1 kratsg  staff   1.9K Dec 13 21:53 run.mg5
!tree -L 3 SUSY_SleptonBino_isrslep_100_99/
SUSY_SleptonBino_isrslep_100_99/
├── EwkCompressed2018.json
├── EwkCompressed2018.root
├── EwkCompressed2018.txt
├── EwkCompressed2018_patch.json
├── SleptonBino.slha
├── analysis
│   └── Delphes2SA.root
├── configs
│   ├── config_20221213205018.json
│   ├── config_20221213211036.json
│   ├── config_2022121322159.json
│   └── fontlist-v330.json
├── default_LO.dat
├── delphes
│   └── delphes.root
├── delphes_card_ATLAS_lowptleptons_sleptons_notrackineffic.tcl
├── isrslep
├── logs
│   ├── docker_SA2json.log
│   ├── docker_delphes.log
│   ├── docker_hists.log
│   ├── docker_mgpy.log
│   ├── docker_muscan.log
│   └── docker_simpleanalysis.log
├── madgraph
│   └── PROC_madgraph
│       ├── Cards
│       ├── Events
│       ├── HTML
│       ├── MGMEVersion.txt
│       ├── README
│       ├── README.systematics
│       ├── Source
│       ├── SubProcesses
│       ├── TemplateVersion.txt
│       ├── bin
│       ├── crossx.html
│       ├── index.html
│       ├── lib
│       └── madevent.tar.gz
├── pythia_card.dat
└── run.mg5

13 directories, 29 files

So as you can see, we have a couple of directories made:

  • configs: any particular configs mapped or stored between jobs, including the serialized config for the run

  • logs: storing log files for the different steps

  • madgraph: storing output from the madgraph step

  • delphes: storing output from the delphes step

  • analysis: where most of the other outputs go

We also have

  • EwkCompressed2018.txt and EwkCompressed2018.root files associated with SimpleAnalysis,

  • EwkCompressed2018.json and EwkCompressed2018_patch.json associated with sa2json and pyhf.

Reinterpreting with a diff model#

While we necessarily won’t have time to do this, you can use one of the other configs provided:

!ls data/SUSY*.toml
data/SUSY_SleptonBino_isrslep_100_99.toml
data/SUSY_SleptonBino_isrslep_250_249.toml
data/SUSY_SleptonWinoBino_isrslep_100_99.5_99.0.toml

In particular, I want to show you the difference between the SleptonBino and the SleptonWinoBino:

!cat data/SUSY_SleptonBino_isrslep_100_99.toml | pygmentize -l toml
[base]
path = "{{PWD}}"
output = "SUSY_SleptonBino_isrslep_100_99"
template = "{{PWD}}/data/sleptons.toml"

[madgraph.masses]
MSLEP = 100
MN1 = 99

[pythia]
mpi = "off" # turn it 'on' for better modeling, but slower
!cat data/SUSY_SleptonWinoBino_isrslep_100_99.5_99.0.toml | pygmentize -l toml
[base]
path = "{{PWD}}"
output = "SUSY_SleptonWinoBino_isrslep_{{madgraph['masses']['MSLEP']}}_{{madgraph['masses']['MN2']}}_{{madgraph['masses']['MN1']}}"
template = "{{PWD}}/data/sleptons.toml"
param_path = "{{PWD}}/data/cards/param/"

[madgraph]
params="SleptonWinoBino"

[madgraph.masses]
MSLEP = 100
MC1 = 99.5
MN2 = 99.5
MN1 = 99.0
MSNU = 99.5

Here, you’ll notice that we change the param_path to point at our local param card - and change the madgraph configuration to point at param/SleptonWinoBino.slha. Because we use this new param card with additional masses to specify, we also need to set them too. Run the below if you have time:

!time mapyde run all data/SUSY_SleptonWinoBino_isrslep_100_99.5_99.0.toml