CH Error 137 in Event Generation

Asked by w-ding

Hi Experts,
I am trying to use calcHEP with LHA:MSTW2008lo68cl.LHgrid:0:1 in batch mode, the version are CalcHep_3.7 and lhapdf_5.9.1,when processing, the problems came like this:
./job_script: line 4: 17066killed,
Error in calculation of cross section for S,U->D,C
in cs.out, it showed CH Error 137.
I have no idea about this problem, could you help me?
Thanks!
Best,
Wei

Question information

Language:
English Edit question
Status:
Solved
For:
CalcHEP Edit question
Assignee:
No assignee Edit question
Solved by:
w-ding
Solved:
Last query:
Last reply:

This question was reopened

Revision history for this message
Alexander Pukhov (pukhov) said :
#1

I don't see problem in GUI session for process

  S,U->D,C

with

LHA:MSTW2008lo68cl.LHgrid:0:1 // lhapdf_5.9.1

Please send us your batch file.
Best
   Sasha

On 05/22/2018 11:52 PM, w-ding wrote:
> New question #669532 on CalcHEP:
> https://answers.launchpad.net/calchep/+question/669532
>
> Hi Experts,
> I am trying to use calcHEP with LHA:MSTW2008lo68cl.LHgrid:0:1 in batch mode, the version are CalcHep_3.7 and lhapdf_5.9.1,when processing, the problems came like this:
> ./job_script: line 4: 17066killed,
> Error in calculation of cross section for S,U->D,C
> in cs.out, it showed CH Error 137.
> I have no idea about this problem, could you help me?
> Thanks!
> Best,
> Wei
>

Revision history for this message
w-ding (w-e-i-d-i) said :
#2

Hi Sasha,
Thank you very much!
There is the batch file :

#########################################
# Model Info #
#########################################
Model: ESM
Model changed: False
Gauge: unitary
#########################################
# Processes #
#########################################
Process : p,p->p,p
Process : p,p->t,B
Process : p,p->b,T
Composite : p=u,d,s,c,b,U,D,S,C,B
Remove: A,G,W+,Z,Zd,Zr,Zi,h
#########################################
# PDF's #
#########################################
pdf1 : LHA:MSTW2008lo68cl.LHgrid:0:1
pdf2 : LHA:MSTW2008lo68cl.LHgrid:0:1
#########################################
# Momenta #
#########################################
p1 : 6500
p2 : 6500
#########################################
# Parameters #
#########################################
Parameter: GW=0.652
#Parameter: MWX=500
Parameter: SX=0
###############################################
# Run Info #
# Masses and Energies are in GeV #
# More than one run can be specified at #
# the same time. #
###############################################
Run parameter: MWX
Run begin: 2000
Run step size: 1000
Run n steps: 1
#########################################
# QCD running info #
#########################################
alpha nf : 6
#########################################
# Cuts #
#########################################
#########################################
# Kinematics #
#########################################
#########################################
# Regularization #
#########################################
#########################################
# Distributions #
#########################################
#########################################
# Events Generation #
#########################################
Number of events (per run step): 10
Filename : XSecWstarX0Dijet13_MSTW
Cleanup : False
#########################################
# Parallelization info #
#########################################
Parallelization method : local
Walltime : 0.15
Memory : 100
email : name@address
Max number of cpus : 200
sleep time : 30
nice level : 19
#########################################
# Vegas #
#########################################
nSess_1 : 5
nCalls_1 : 10000
nSess_2 : 5
nCalls_2 : 10000
#########################################
# Event Generator #

Best,
Wei

Revision history for this message
Alexander Belyaev (alexander.belyaev) said :
#3

Hi Wei,

it is killed most likely because you are killing your computer -- so it tries to kill the job
requesting

Max number of cpus : 200

you are actually allow to run 200(!) jobs in parallel on your laptop/desktop

Change it to the actuall number of CPUS on your computer,
e.g.
Max number of cpus : 16

or something like this

With this set, at with

pdf1 : LHA:MSTW2008lo68cl:0:1

(since I do not have lahpdf5 installed, lhapdf6 does not have
MSTW2008lo68cl.LHgrid, only MSTW2008lo68cl)

jobs runs fine and finishes in 10 mins 0n my old laptop with 8 cores

But why do you request only 10 events -- you can generate 10000 in about same time -- 10 mins!

Regards
Alexander

Revision history for this message
w-ding (w-e-i-d-i) said :
#4

Hi Alexander,

Thank you very much!
It works now.

Best,
Wei

Revision history for this message
w-ding (w-e-i-d-i) said :
#5

Hi Alexander,

Sorry that it still did not work,
Using CalcHEP_3.7 and LHAPDF-6.2.1 in batch model, it came the error:

LHAPDF 6.2.1 loading /afs/cern.ch/work/d/ding/CalcHEP/PDF/share/LHAPDF/MSTW2008lo68cl/MSTW2008lo68cl_0000.dat
MSTW2008lo68cl PDF set, member #0, version 2; LHAPDF ID = 21000
LHAPDF 6.2.1 loading /afs/cern.ch/work/d/ding/CalcHEP/PDF/share/LHAPDF/MSTW2008lo68cl/MSTW2008lo68cl_0000.dat
MSTW2008lo68cl PDF set, member #0, version 2; LHAPDF ID = 21000
Thanks for using LHAPDF 6.2.1. Please make sure to cite the paper:
  Eur.Phys.J. C75 (2015) 3, 132 (http://arxiv.org/abs/1412.7420)
Could not find/open font when opening font "arial", using internal non-scalable font
...
pid: No such file or directory
Could not find/open font when opening font "arial", using internal non-scalable font

Using CalcHEP_3.7 and lhapdf-5.9.1 in batch model, it came the error:
cp: cannot stat ' gnuplot.jpg': No such file or directory

The batch file was :
#########################################
# Model Info #
#########################################
Model: ESM
Model changed: False
Gauge: unitary
#########################################
# Processes #
#########################################
Process : p,p->p,p
Process : p,p->t,B
Process : p,p->b,T
Composite : p=u,d,s,c,b,U,D,S,C,B
Remove: A,G,W+,Z,Zd,Zr,Zi,h
#########################################
# PDF's #
#########################################
pdf1 : LHA:MSTW2008lo68cl:0:1 (This is for lhapdf-6.2.1, I changed into MSTW2008lo68cl.LHgrid for lhapdf-5.9.1 )
pdf2 : LHA:MSTW2008lo68cl:0:1
#########################################
# Momenta #
#########################################
p1 : 6500
p2 : 6500
#########################################
# Parameters #
#########################################
Parameter: GW=0.652
#Parameter: MWX=500
Parameter: SX=1.0
###############################################
# Run Info #
# Masses and Energies are in GeV #
# More than one run can be specified at #
# the same time. #
###############################################
Run parameter: MWX
Run begin: 1800
Run step size: 200
Run n steps: 17
#########################################
# QCD running info #
#########################################
alpha nf : 6
#########################################
# Cuts #
#########################################
#########################################
# Kinematics #
#########################################
#########################################
# Regularization #
#########################################
#########################################
# Distributions #
#########################################
#########################################
# Events Generation #
#########################################
Number of events (per run step): 10000
Filename : XSecWstarX0Dijet16_MSTW
Cleanup : False
#########################################
# Parallelization info #
#########################################
Parallelization method : local
Walltime : 0.15
Memory : 1
email : name@address
Max number of cpus : 4
sleep time : 30
nice level : 19
#########################################
# Vegas #
#########################################
nSess_1 : 5
nCalls_1 : 10000
nSess_2 : 5
nCalls_2 : 10000
#########################################
# Event Generator #

Was there anything wrong?

Thanks very much.
Best,
Wei

Revision history for this message
Alexander Belyaev (alexander.belyaev) said :
#6

Everything is find with this run,

these are not errors -- these are warnings!

You should have got everything from CalcHEP and your results are in
batch_results folder

Alexander

On 27/05/18 21:43, w-ding wrote:
> Question #669532 on CalcHEP changed:
> https://answers.launchpad.net/calchep/+question/669532
>
> Status: Solved => Open
>
> w-ding is still having a problem:
> Hi Alexander,
>
> Sorry that it still did not work,
> Using CalcHEP_3.7 and LHAPDF-6.2.1 in batch model, it came the error:
>
> LHAPDF 6.2.1 loading /afs/cern.ch/work/d/ding/CalcHEP/PDF/share/LHAPDF/MSTW2008lo68cl/MSTW2008lo68cl_0000.dat
> MSTW2008lo68cl PDF set, member #0, version 2; LHAPDF ID = 21000
> LHAPDF 6.2.1 loading /afs/cern.ch/work/d/ding/CalcHEP/PDF/share/LHAPDF/MSTW2008lo68cl/MSTW2008lo68cl_0000.dat
> MSTW2008lo68cl PDF set, member #0, version 2; LHAPDF ID = 21000
> Thanks for using LHAPDF 6.2.1. Please make sure to cite the paper:
> Eur.Phys.J. C75 (2015) 3, 132 (http://arxiv.org/abs/1412.7420)
> Could not find/open font when opening font "arial", using internal non-scalable font
> ...
> pid: No such file or directory
> Could not find/open font when opening font "arial", using internal non-scalable font
>
> Using CalcHEP_3.7 and lhapdf-5.9.1 in batch model, it came the error:
> cp: cannot stat ' gnuplot.jpg': No such file or directory
>
> The batch file was :
> #########################################
> # Model Info #
> #########################################
> Model: ESM
> Model changed: False
> Gauge: unitary
> #########################################
> # Processes #
> #########################################
> Process : p,p->p,p
> Process : p,p->t,B
> Process : p,p->b,T
> Composite : p=u,d,s,c,b,U,D,S,C,B
> Remove: A,G,W+,Z,Zd,Zr,Zi,h
> #########################################
> # PDF's #
> #########################################
> pdf1 : LHA:MSTW2008lo68cl:0:1 (This is for lhapdf-6.2.1, I changed into MSTW2008lo68cl.LHgrid for lhapdf-5.9.1 )
> pdf2 : LHA:MSTW2008lo68cl:0:1
> #########################################
> # Momenta #
> #########################################
> p1 : 6500
> p2 : 6500
> #########################################
> # Parameters #
> #########################################
> Parameter: GW=0.652
> #Parameter: MWX=500
> Parameter: SX=1.0
> ###############################################
> # Run Info #
> # Masses and Energies are in GeV #
> # More than one run can be specified at #
> # the same time. #
> ###############################################
> Run parameter: MWX
> Run begin: 1800
> Run step size: 200
> Run n steps: 17
> #########################################
> # QCD running info #
> #########################################
> alpha nf : 6
> #########################################
> # Cuts #
> #########################################
> #########################################
> # Kinematics #
> #########################################
> #########################################
> # Regularization #
> #########################################
> #########################################
> # Distributions #
> #########################################
> #########################################
> # Events Generation #
> #########################################
> Number of events (per run step): 10000
> Filename : XSecWstarX0Dijet16_MSTW
> Cleanup : False
> #########################################
> # Parallelization info #
> #########################################
> Parallelization method : local
> Walltime : 0.15
> Memory : 1
> email : name@address
> Max number of cpus : 4
> sleep time : 30
> nice level : 19
> #########################################
> # Vegas #
> #########################################
> nSess_1 : 5
> nCalls_1 : 10000
> nSess_2 : 5
> nCalls_2 : 10000
> #########################################
> # Event Generator #
>
> Was there anything wrong?
>
> Thanks very much.
> Best,
> Wei
>

--
______________________________________________________________________
Prof. Alexander S Belyaev (<email address hidden>)
https://www.hep.phys.soton.ac.uk/content/alexander-belyaev

School of Physics & Astronomy, University of Southampton
Office 5047, SO17 1BJ, TEL: +44 23805 98509, FAX: +44 23805 93910
.....................................................................
Particle Physics Department, Rutherford Appleton Laboratory
Didcot, OX11 0QX, TEL: +44 12354 45562, FAX: +44 12354 46733
.....................................................................
CERN, CH-1211 Geneva 23, Switzerland
Office 40/1-B20, Mailbox: E27910, TEL: +41 2276 71642
______________________________________________________________________

Revision history for this message
Alexander Belyaev (alexander.belyaev) said :
#7

Sorry, I ment

"Everything is FINE with this run..."

Regards,

Alexander

On 27/05/18 21:59, Alexander Belyaev wrote:
> Everything is find with this run,
>
> these are not errors -- these are warnings!
>
> You should have got everything from CalcHEP and your results are in
> batch_results folder
>
> Alexander
>
>
>
> On 27/05/18 21:43, w-ding wrote:
>> Question #669532 on CalcHEP changed:
>> https://answers.launchpad.net/calchep/+question/669532
>>
>>      Status: Solved => Open
>>
>> w-ding is still having a problem:
>> Hi Alexander,
>>
>> Sorry that it still did not work,
>> Using CalcHEP_3.7 and LHAPDF-6.2.1 in batch model, it came the error:
>>
>> LHAPDF 6.2.1 loading
>> /afs/cern.ch/work/d/ding/CalcHEP/PDF/share/LHAPDF/MSTW2008lo68cl/MSTW2008lo68cl_0000.dat
>> MSTW2008lo68cl PDF set, member #0, version 2; LHAPDF ID = 21000
>> LHAPDF 6.2.1 loading
>> /afs/cern.ch/work/d/ding/CalcHEP/PDF/share/LHAPDF/MSTW2008lo68cl/MSTW2008lo68cl_0000.dat
>> MSTW2008lo68cl PDF set, member #0, version 2; LHAPDF ID = 21000
>> Thanks for using LHAPDF 6.2.1. Please make sure to cite the paper:
>>    Eur.Phys.J. C75 (2015) 3, 132 (http://arxiv.org/abs/1412.7420)
>> Could not find/open font when opening font "arial", using internal
>> non-scalable font
>> ...
>> pid: No such file or directory
>> Could not find/open font when opening font "arial", using internal
>> non-scalable font
>>
>> Using CalcHEP_3.7 and lhapdf-5.9.1 in batch model, it came the error:
>> cp: cannot stat ' gnuplot.jpg': No such file or directory
>>
>> The batch file was :
>> #########################################
>> # Model Info #
>> #########################################
>> Model: ESM
>> Model changed: False
>> Gauge: unitary
>> #########################################
>> # Processes #
>> #########################################
>> Process : p,p->p,p
>> Process : p,p->t,B
>> Process : p,p->b,T
>> Composite : p=u,d,s,c,b,U,D,S,C,B
>> Remove: A,G,W+,Z,Zd,Zr,Zi,h
>> #########################################
>> # PDF's #
>> #########################################
>> pdf1 : LHA:MSTW2008lo68cl:0:1 (This is for lhapdf-6.2.1, I changed
>> into MSTW2008lo68cl.LHgrid for lhapdf-5.9.1 )
>> pdf2 : LHA:MSTW2008lo68cl:0:1
>> #########################################
>> # Momenta #
>> #########################################
>> p1 : 6500
>> p2 : 6500
>> #########################################
>> # Parameters #
>> #########################################
>> Parameter: GW=0.652
>> #Parameter: MWX=500
>> Parameter: SX=1.0
>> ###############################################
>> # Run Info #
>> # Masses and Energies are in GeV #
>> # More than one run can be specified at #
>> # the same time. #
>> ###############################################
>> Run parameter: MWX
>> Run begin: 1800
>> Run step size: 200
>> Run n steps: 17
>> #########################################
>> # QCD running info #
>> #########################################
>> alpha nf : 6
>> #########################################
>> # Cuts #
>> #########################################
>> #########################################
>> # Kinematics #
>> #########################################
>> #########################################
>> # Regularization #
>> #########################################
>> #########################################
>> # Distributions #
>> #########################################
>> #########################################
>> # Events Generation #
>> #########################################
>> Number of events (per run step): 10000
>> Filename : XSecWstarX0Dijet16_MSTW
>> Cleanup : False
>> #########################################
>> # Parallelization info #
>> #########################################
>> Parallelization method : local
>> Walltime : 0.15
>> Memory : 1
>> email : name@address
>> Max number of cpus : 4
>> sleep time : 30
>> nice level : 19
>> #########################################
>> # Vegas #
>> #########################################
>> nSess_1 : 5
>> nCalls_1 : 10000
>> nSess_2 : 5
>> nCalls_2 : 10000
>> #########################################
>> # Event Generator #
>>
>> Was there anything wrong?
>>
>> Thanks very much.
>> Best,
>> Wei
>>
>

--
______________________________________________________________________
Prof. Alexander S Belyaev (<email address hidden>)
https://www.hep.phys.soton.ac.uk/content/alexander-belyaev

School of Physics & Astronomy, University of Southampton
Office 5047, SO17 1BJ, TEL: +44 23805 98509, FAX: +44 23805 93910
.....................................................................
Particle Physics Department, Rutherford Appleton Laboratory
Didcot, OX11 0QX, TEL: +44 12354 45562, FAX: +44 12354 46733
.....................................................................
CERN, CH-1211 Geneva 23, Switzerland
Office 40/1-B20, Mailbox: E27910, TEL: +41 2276 71642
______________________________________________________________________

Revision history for this message
w-ding (w-e-i-d-i) said :
#8

Hi Alexander,

Thank you so much!
They are OK.

Best,
Wei