LISTSERV mailing list manager LISTSERV 16.5

Help for HPS-SOFTWARE Archives


HPS-SOFTWARE Archives

HPS-SOFTWARE Archives


HPS-SOFTWARE@LISTSERV.SLAC.STANFORD.EDU


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

HPS-SOFTWARE Home

HPS-SOFTWARE Home

HPS-SOFTWARE  October 2015

HPS-SOFTWARE October 2015

Subject:

Re: new stdhep error

From:

"McCormick, Jeremy I." <[log in to unmask]>

Reply-To:

Software for the Heavy Photon Search Experiment <[log in to unmask]>

Date:

Fri, 16 Oct 2015 02:49:56 +0000

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (149 lines)

Hi, Bradley.

SLIC seemed to be mostly working for me on your beam-tri samples.  I confirmed in the detailed tracking output that Geant is now handling the displaced vertices correctly, and I was also able to run a fieldmap detector through many events.  So from my testing the HEAD version looks fine.  The only issue that I was running into now is this occassional crash because of the bad StdHep header data that I described but this unrelated to any of the SLIC code (happens within a StdHep utility class that is packaged with LCIO).  And it looks like maybe you are *not* having this problem at JLAB in your jobs!

The majority of the beam-tri files you pointed me at for testing could be processed fine.  But I saw at least two that were crashing  including beam-tri_14.stdhep for instance (see prior email about reproducing this including using -s to skip to the problemmatic events).

Perhaps the issue was some kind of intermittent runtime bug in the job used to generate those beam-tri samples?  It is hard to say for sure....

Now we should do some QA on the output, as I've only looked at it superficially.

--Jeremy

-----Original Message-----
From: Bradley T Yale [mailto:[log in to unmask]] 
Sent: Thursday, October 15, 2015 7:33 PM
To: McCormick, Jeremy I.
Cc: hps-software
Subject: Re: new stdhep error

Actually, the most recent beam-tri with HPS-EngRun2015-Nominal-v3-fieldmap detector looks correct as well, after you updated SLIC again and had me re-run. Maybe that is what did it.

Anyway, this could be what you reported getting at SLAC with the updated SLIC - working except for those few bad events you found?

________________________________________
From: [log in to unmask] <[log in to unmask]> on behalf of Bradley T Yale <[log in to unmask]>
Sent: Thursday, October 15, 2015 9:13 PM
To: McCormick, Jeremy I.
Cc: hps-software
Subject: Re: new stdhep error

The only other thing that changed was the version of Geant4 (9.6.p01->10.01.p02), as it was updated in the slic/HEAD, which is sourced the same way as before. The mixing is also the same, using the procedure in /u/group/hps/production/mc/EngRun2015Scripts/slic/beam-tri_100.xml

However, some good news: I made some files with the HPS-EngRun2015-Nominal-v3-1-fieldmap detector today, and the output looks correct from the logs. Please verify, of course:
output:
/mss/hallb/hps/production/pass3/slic/beam-tri/1pt05/egsv3-triv2-g4v1_HPS-EngRun2015-Nominal-v3-1-fieldmap_*.slcio
logs:
/work/hallb/hps/mc_production/pass3/logs/slic/beam-tri/1pt05/egsv3-triv2-g4v1_HPS-EngRun2015-Nominal-v3-1-fieldmap_*.out

If this is correct, then the changes between detectors may be a clue, but we could just start using Nominal-v3-1-fieldmap in the meantime since it doesn't make beam-tri crash.

________________________________________
From: [log in to unmask] <[log in to unmask]> on behalf of McCormick, Jeremy I. <[log in to unmask]>
Sent: Thursday, October 15, 2015 6:15 PM
To: Bradley T Yale
Cc: hps-software
Subject: RE: new stdhep error

Hi,

I wrote a bit of Java code to check StdHep files and indeed something seems amiss with the current beam-tri samples:

[1078 $] java -cp ./distribution/target/hps-distribution-3.4.2-SNAPSHOT-bin.jar org.hps.users.jeremym.StdHepChecker /work/hps/data/stdhep/beam-tri_14.stdhep
Exception in thread "main" hep.io.mcfio.MCFIOException: Block error, expected 4 got 1070746256
        at hep.io.mcfio.MCFIOBlock.read(MCFIOBlock.java:31)
        at hep.io.mcfio.MCFIOReader$EventHeader.read(MCFIOReader.java:271)

So we need to look at how these files are being created.  The current crash doesn't appear to be an issue with SLIC.

Was this procedure changed recently?

--Jeremy

-----Original Message-----
From: McCormick, Jeremy I.
Sent: Thursday, October 15, 2015 2:52 PM
To: McCormick, Jeremy I.; Bradley T Yale
Cc: hps-software
Subject: RE: new stdhep error

Hi, Bradley.

I've looking into the beam-tri errors more closely.  I'm pretty sure that some of these StdHep files have bad event header data in them that is crashing SLIC.

I added some debug prints to the StdHep reader and for normal events it prints:

stdhep blockid <4>
stdhep ntot <80>
stdhep version <2.00>

But then once in awhile it is reading in garbage like this for the events that crash:

stdhep blockid <1070746256>
stdhep ntot <-773091366>
stdhep version < ??? >

The stdhep version doesn't even print at all, as it isn't read in as a char* successfully.

Specifically, I'm seeing this bad data in the following job using the StdHep files you saved for me on the work disk.

slic -g ./detector.lcdd -i ./stdhep/beam-tri_14.stdhep -r 2 -o beam-tri_scratch -s 76843 -x

This occurs in my test setup here at SLAC and also when I run the same job at JLAB, so it isn't an issue with the data becoming corrupted when I ftp it from JLAB to SLAC.

So I think we need to check these StdHep files carefully to make sure that somehow they are not corrupted with bad header blocks.  (Maybe there is a Java utility for reading through StdHep events that could do this?)

The other cause could be some kind of subtle bug in the StdHep reader utility we use from LCIO, but I'm not sure this is very likely.  For instance, the input stream could get "off" and start reading data at the wrong place.  This would cause problems such as this.  But I think it is more likely that occassionally the header data itself is bad in these files.

--Jeremy

-----Original Message-----
From: [log in to unmask] [mailto:[log in to unmask]] On Behalf Of McCormick, Jeremy I.
Sent: Thursday, October 15, 2015 2:17 PM
To: Bradley T Yale
Cc: hps-software
Subject: new stdhep error

Hi, Bradley.

I am able now to process the majority of the beam-tri StdHep events but occassionally I'm seeing a Segmentation fault (not in every file though and it seems pretty rare).

When I skipped to the specific events with the error and did a gdb backtrace I see this for one of them:

0x00007ffff0575e7e in UTIL::lStdHep::Event::read (this=0x45499d8, ls=...) at /work/ilcsoft/slic/HEAD/lcio/HEAD/src/cpp/src/UTIL/lStdHep.cc:420
420        if (*version == '2') {

This is a crash in an LCIO utility class for reading StdHep files, so it is not technically in the SLIC code.

I'm not quite sure of the exact cause, because reading of the version is done for every event.

Is it possible that every so often the event generator code is not assigning a version correctly or possibly the entire event is corrupted?

I'll continue to investigate and let you know what I find out here.

--Jeremy

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the HPS-SOFTWARE list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the HPS-SOFTWARE list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the HPS-SOFTWARE list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the HPS-SOFTWARE list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1

Top of Message | Previous Page | Permalink

Advanced Options


Options

Log In

Log In

Get Password

Get Password


Search Archives

Search Archives


Subscribe or Unsubscribe

Subscribe or Unsubscribe


Archives

May 2024
April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
June 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011

ATOM RSS1 RSS2



LISTSERV.SLAC.STANFORD.EDU

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager

Privacy Notice, Security Notice and Terms of Use