Run this audit before anything is uploaded to the SOSP HotCRP instance. Every number
below is a 2026-cycle anchor verified on 2026-07-08 against the official CFP and author
guidelines at sigops.org/s/conferences/sosp/2026/ and the sosp26.hotcrp.com
deadlines page. SOSP re-issues these rules each year; treat the current cycle's pages
as controlling and this file as the map of what to check.
SOSP registers abstracts ahead of papers, and the registration is a real gate, not a courtesy: the paper ID assigned at registration replaces the author names on page one of the anonymized PDF, and conflict screening starts from the registered author list.
| Gate (2026 anchors) | Date | What must be final |
|---|---|---|
| Abstract registration | March 27, 2026 | Title, abstract, complete author list, topics, conflicts |
| Full paper upload | April 2, 2026, 7:59:59 AM EDT | Anonymized PDF, optional supplementary document |
| Notification | July 3, 2026 | — |
| Camera-ready | August 28, 2026 | Shepherd-approved final PDF |
The six-day window between the two gates is for polishing, not for writing. A paper that does not build cleanly in the official format a week before registration is already late.
SOSP asks for a good-faith anonymization effort, judged pragmatically:
# Leak sweep over the built PDF and the LaTeX tree before upload
pdfinfo main.pdf | grep -iE '^(author|creator|producer)'
pdftotext main.pdf - | grep -inE 'acknowledg|grant no|@[a-z]+\.(edu|com)|github\.com/' | head
grep -rn --include='*.tex' -iE '\\author|university|laboratory|institute' . | grep -v paperid
Unlike venues where conflict lists are taken on trust, SOSP's PC chairs review the declared conflicts, may add missing ones, and may remove declared conflicts that have no basis — naming a PC member as a conflict to dodge a tough reviewer is explicitly called out as improper. Papers conflicted with both PC chairs are routed to a designated conflict chair. Practical consequences:
| Finding | Outcome | Can it be fixed after the deadline? |
|---|---|---|
| More than 12 pages of technical content | Rejected without review | No |
| Font, block, or column-geometry tampering | Rejected without review | No |
| Author names or affiliation leak in PDF or supplement | Rejected or chair-flagged | No |
| Missing abstract registration | Paper cannot be submitted | No |
| Unjustified conflict entries | Removed by chairs; credibility cost | Chairs act unilaterally |
| Core evidence only in the supplement | Survives triage, dies in review | Only before the deadline |
[SOSP readiness] Ready / Needs fixes / Not ready
[Gate status] abstract registered? / paper uploaded? / hours to deadline
[Format audit] pages of technical content / geometry / references handling
[Anonymity audit] pass / leaks found: <where>
[Conflict list] defensible? <yes/no + weakest entry>
[Fix order] <ordered actions before upload>