SoCC Submission
Run this audit before uploading to the SoCC HotCRP site (socc26.hotcrp.com for the 2026 cycle).
SoCC — the ACM Symposium on Cloud Computing — is the only venue jointly sponsored by SIGMOD and
SIGOPS, so your paper is read by both systems and data-management reviewers and must satisfy
both. Every number below was read from the SoCC 2026/2025 calls on 2026-07-09 via search
renderings of the acmsocc.org URLs (see resources/official-source-map.md); treat them as a
one-cycle snapshot and reopen the live call first.
The two-round calendar (the distinctive SoCC deadline)
SoCC runs two review rounds per year, each with its own abstract, submission, author-response,
and notification dates. For SoCC 2026:
- Round 1: abstract 6 Feb 2026, paper 13 Feb 2026, response 12-14 Apr 2026, notify 29 Apr 2026.
- Round 2: abstract 7 Jul 2026, paper 14 Jul 2026 (AoE), response 10-12 Sep 2026, notify 26
Sep 2026.
Two consequences to internalize:
- Abstract registration precedes the paper by ~a week within the round. Register the real
title and abstract; the abstract drives reviewer bidding.
- A Round-1 reject cannot be resubmitted to Round 2 of the same year. Choose the round you are
genuinely ready for — a rushed Round-1 submission does not buy a cheap second attempt months
later. Verify the exact dates and the no-resubmission rule on the live HotCRP deadlines page.
Format and page budget
- ACM Primary Article Template,
sigconf proceedings format, submitted anonymized:
\documentclass[sigconf, anonymous]{acmart}, 9pt. This is the ACM acmart path — not the
USENIX template that OSDI/NSDI/ATC use. Do not carry a USENIX-format habit across.
- Page budget (verify per cycle): full research papers 12 pages for all text and figures,
plus unlimited references; short research papers 6 pages plus unlimited references. The
unlimited-reference allowance is generous — but everything a reviewer must read to judge the
paper lives in the 12 (or 6) pages, not in an appendix.
- Single PDF, US-Letter, ≤10 MB. Margins, font, and spacing are fixed by
acmart; recover space
by editing, not by tampering with the template.
Dual-anonymous sweep
SoCC review is dual-anonymous: reviewers do not see authors and authors do not see reviewers.
Because cloud-systems papers lean on deployments, traces, and named infrastructure, the leak
surface is wide:
# Mechanical pass on the submission PDF and any released artifact archive
pdfinfo paper.pdf | grep -Ei 'author|creator|producer'
pdftotext paper.pdf - | grep -nEi 'github\.com/[a-z0-9-]+|zenodo\.org/record|our (cluster|company|team|deployment)|acknowledg|grant' | head
unzip -l artifact.zip | grep -Ei '\.git/|\.DS_Store|/home/|/Users/|internal' | head
The SoCC-specific leaks: a cluster or datacenter name, a cloud provider or product hint that only
your team runs, a trace named after your organization, a system named after your lab, and a
data-availability link pointing at a personal or corporate repository. Anonymize traces and
re-host artifacts behind an anonymizing service before upload.
Reproducibility posture at submission time
SoCC is a systems-and-data venue; reviewers expect an inspectable evidence trail:
- Describe the testbed / cluster, the workloads or traces, and the measurement scripts
that produce the paper's figures — enough that a reviewer believes the numbers are reproducible.
- Provide an anonymized artifact link or archived supplement where possible; released code,
workload generators, and traces strengthen both the systems and the data reading of the paper.
- If a production trace or deployment cannot be shared (confidentiality), say so and why, and give
what can be shared (a synthetic generator, aggregate statistics).
Desk-risk triage
| Finding at audit time |
Severity |
Real fix |
| Main text over the 12/6-page budget |
Desk-reject-grade |
Cut or compress; unlimited references do not absorb body text |
| Wrong template (USENIX habit) or altered acmart |
Named desk-reject ground |
Recompile clean in acmart sigconf 9pt |
| Identity leak in PDF, trace name, cluster, or system name |
Anonymity violation |
Re-anonymize and re-host; scrub PDF metadata |
| Abstract not registered by the round's earlier date |
No submission slot exists |
Nothing fixes this post-AoE — calendar it now |
| Round-1 reject reused in Round 2 |
Policy violation |
Not allowed same year; reroute or wait a full cycle |
| Same work under review elsewhere |
Dual-submission exposure |
Withdraw one venue; verify the current concurrent-submission wording |
Final-week order of operations
- Freeze the system and the measurements early; text can churn, the numbers cannot.
- Register title/abstract/authors/conflicts before the round's abstract cutoff.
- Assemble the anonymized artifact (trace-replay harness, testbed scripts) and place its link in
the paper.
- Run the mechanical anonymity checks on the final PDF and the final archive, not drafts.
- Fill every HotCRP field — subject tags matching both the systems and data facets, conflicts for
every coauthor's institution and recent collaborators — a day early.
- Re-download the uploaded PDF and read it cold to confirm it is the file you meant.
Reverify each cycle
- The number of rounds, both rounds' dates, AoE cutoffs, and the no-cross-round-resubmission rule.
- The page budget and which acmart revision / font size is required.
- Rebuttal format, artifact-track existence and timing, dual-submission wording, and any
AI-disclosure rule — all cycle-volatile; none should be assumed stable.
Output format
[SoCC submission status] ready / blocked / needs work
[Round] round 1 / round 2; abstract + paper registered by the round's cutoffs? yes/no
[Format] pages used (body only), acmart sigconf 9pt compliance
[Anonymity] clean / leaks: <where: trace/cluster/system/link>
[Reproducibility] testbed + workloads described? artifact link present?
[Fix queue] <ordered, with owners and dates before the AoE cutoff>
Source: brycewang-stanford/Awesome-Journal-Skills → SoCC-Skills/skills/socc-submission/SKILL.md
1---2name: socc-submission3description: Use when auditing an ACM SoCC (Symposium on Cloud Computing) research-paper submission for HotCRP readiness, covering the two-round abstract+paper deadlines, the acmart/sigconf 12-page (full) or 6-page (short) budget with unlimited references, dual-anonymous review, the systems-and-data reproducibility posture, and desk-reject triage before the AoE cutoff.4---567# SoCC Submission89Run this audit before uploading to the SoCC HotCRP site (`socc26.hotcrp.com` for the 2026 cycle).10SoCC — the ACM Symposium on Cloud Computing — is the only venue **jointly sponsored by SIGMOD and11SIGOPS**, so your paper is read by both systems and data-management reviewers and must satisfy12both. Every number below was read from the SoCC 2026/2025 calls on 2026-07-09 via search13renderings of the `acmsocc.org` URLs (see `resources/official-source-map.md`); treat them as a14one-cycle snapshot and reopen the live call first.1516## The two-round calendar (the distinctive SoCC deadline)1718SoCC runs **two review rounds per year**, each with its own abstract, submission, author-response,19and notification dates. For SoCC 2026:2021- **Round 1:** abstract 6 Feb 2026, paper 13 Feb 2026, response 12-14 Apr 2026, notify 29 Apr 2026.22- **Round 2:** abstract 7 Jul 2026, paper 14 Jul 2026 (AoE), response 10-12 Sep 2026, notify 2623 Sep 2026.2425Two consequences to internalize:2627- **Abstract registration precedes the paper by ~a week within the round.** Register the real28 title and abstract; the abstract drives reviewer bidding.29- **A Round-1 reject cannot be resubmitted to Round 2** of the same year. Choose the round you are30 genuinely ready for — a rushed Round-1 submission does not buy a cheap second attempt months31 later. Verify the exact dates and the no-resubmission rule on the live HotCRP deadlines page.3233## Format and page budget3435- **ACM Primary Article Template**, `sigconf` proceedings format, submitted anonymized:36 `\documentclass[sigconf, anonymous]{acmart}`, **9pt**. This is the ACM `acmart` path — not the37 USENIX template that OSDI/NSDI/ATC use. Do not carry a USENIX-format habit across.38- **Page budget (verify per cycle):** **full research papers 12 pages** for all text and figures,39 **plus unlimited references**; **short research papers 6 pages** plus unlimited references. The40 unlimited-reference allowance is generous — but everything a reviewer must read to judge the41 paper lives in the 12 (or 6) pages, not in an appendix.42- Single PDF, US-Letter, ≤10 MB. Margins, font, and spacing are fixed by `acmart`; recover space43 by editing, not by tampering with the template.4445## Dual-anonymous sweep4647SoCC review is **dual-anonymous**: reviewers do not see authors and authors do not see reviewers.48Because cloud-systems papers lean on deployments, traces, and named infrastructure, the leak49surface is wide:5051```bash52# Mechanical pass on the submission PDF and any released artifact archive53pdfinfo paper.pdf | grep -Ei 'author|creator|producer'54pdftotext paper.pdf - | grep -nEi 'github\.com/[a-z0-9-]+|zenodo\.org/record|our (cluster|company|team|deployment)|acknowledg|grant' | head55unzip -l artifact.zip | grep -Ei '\.git/|\.DS_Store|/home/|/Users/|internal' | head56```5758The SoCC-specific leaks: a cluster or datacenter name, a cloud provider or product hint that only59your team runs, a trace named after your organization, a system named after your lab, and a60data-availability link pointing at a personal or corporate repository. Anonymize traces and61re-host artifacts behind an anonymizing service *before* upload.6263## Reproducibility posture at submission time6465SoCC is a systems-and-data venue; reviewers expect an inspectable evidence trail:6667- Describe the **testbed / cluster**, the **workloads or traces**, and the **measurement scripts**68 that produce the paper's figures — enough that a reviewer believes the numbers are reproducible.69- Provide an **anonymized** artifact link or archived supplement where possible; released code,70 workload generators, and traces strengthen both the systems and the data reading of the paper.71- If a production trace or deployment cannot be shared (confidentiality), say so and why, and give72 what can be shared (a synthetic generator, aggregate statistics).7374## Desk-risk triage7576| Finding at audit time | Severity | Real fix |77|---|---|---|78| Main text over the 12/6-page budget | Desk-reject-grade | Cut or compress; unlimited references do not absorb body text |79| Wrong template (USENIX habit) or altered acmart | Named desk-reject ground | Recompile clean in `acmart` sigconf 9pt |80| Identity leak in PDF, trace name, cluster, or system name | Anonymity violation | Re-anonymize and re-host; scrub PDF metadata |81| Abstract not registered by the round's earlier date | No submission slot exists | Nothing fixes this post-AoE — calendar it now |82| Round-1 reject reused in Round 2 | Policy violation | Not allowed same year; reroute or wait a full cycle |83| Same work under review elsewhere | Dual-submission exposure | Withdraw one venue; verify the current concurrent-submission wording |8485## Final-week order of operations86871. Freeze the system and the measurements early; text can churn, the numbers cannot.882. Register title/abstract/authors/conflicts before the round's abstract cutoff.893. Assemble the anonymized artifact (trace-replay harness, testbed scripts) and place its link in90 the paper.914. Run the mechanical anonymity checks on the *final* PDF and the *final* archive, not drafts.925. Fill every HotCRP field — subject tags matching both the systems and data facets, conflicts for93 every coauthor's institution and recent collaborators — a day early.946. Re-download the uploaded PDF and read it cold to confirm it is the file you meant.9596## Reverify each cycle9798- The number of rounds, both rounds' dates, AoE cutoffs, and the no-cross-round-resubmission rule.99- The page budget and which acmart revision / font size is required.100- Rebuttal format, artifact-track existence and timing, dual-submission wording, and any101 AI-disclosure rule — all cycle-volatile; none should be assumed stable.102103## Output format104105```text106[SoCC submission status] ready / blocked / needs work107[Round] round 1 / round 2; abstract + paper registered by the round's cutoffs? yes/no108[Format] pages used (body only), acmart sigconf 9pt compliance109[Anonymity] clean / leaks: <where: trace/cluster/system/link>110[Reproducibility] testbed + workloads described? artifact link present?111[Fix queue] <ordered, with owners and dates before the AoE cutoff>112```113114---115116**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `SoCC-Skills/skills/socc-submission/SKILL.md`