<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF[
	<!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
	<!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
	<!ENTITY owl 'http://www.w3.org/2002/07/owl#'>
	<!ENTITY swivt 'http://semantic-mediawiki.org/swivt/1.0#'>
	<!ENTITY wiki 'https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/'>
	<!ENTITY category 'https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Category-3A'>
	<!ENTITY property 'https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3A'>
	<!ENTITY wikiurl 'https://s3wiki.yonsei.ac.kr/index.php/'>
]>

<rdf:RDF
	xmlns:rdf="&rdf;"
	xmlns:rdfs="&rdfs;"
	xmlns:owl ="&owl;"
	xmlns:swivt="&swivt;"
	xmlns:wiki="&wiki;"
	xmlns:category="&category;"
	xmlns:property="&property;">

	<owl:Ontology rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:ExportRDF/Lesson-3Aresearch_autopilot_20260721t150001z">
		<swivt:creationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2026-09-08T17:13:23+09:00</swivt:creationDate>
		<owl:imports rdf:resource="http://semantic-mediawiki.org/swivt/1.0"/>
	</owl:Ontology>
	<swivt:Subject rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Lesson-3Aresearch_autopilot_20260721t150001z">
		<rdf:type rdf:resource="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Category-3ALessons"/>
		<rdfs:label>Lesson:research autopilot 20260721t150001z</rdfs:label>
		<rdfs:isDefinedBy rdf:resource="https://s3wiki.yonsei.ac.kr/index.php/Special:ExportRDF/Lesson-3Aresearch_autopilot_20260721t150001z"/>
		<swivt:page rdf:resource="https://s3wiki.yonsei.ac.kr/index.php/Lesson-3Aresearch_autopilot_20260721t150001z"/>
		<swivt:wikiNamespace rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3000</swivt:wikiNamespace>
		<swivt:wikiPageContentLanguage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ko</swivt:wikiPageContentLanguage>
		<property:Applicability rdf:datatype="http://www.w3.org/2001/XMLSchema#string">azure_inference_queueing: Single-period LP-vs-IP relaxation gap of a multidimensional (m-constraint) 0/1 knapsack with nonnegative values and weights; verified for m=2 (memory×compute) on CPU-synthetic instances. Does not extend to full-horizon/rolling optimality, arrival dynamics, real serving traces, or any Azure production/SLA claim, and does not certify any greedy policy.</property:Applicability>
		<property:Attempt rdf:datatype="http://www.w3.org/2001/XMLSchema#string">- azure_inference_queueing [scientific outcome=positive]: For the two-constraint (KV-memory × compute) admission knapsack, the LP relaxation vertex has at most two fractional items, giving the constructive per-instance certificate LP*−IP* ≤ v_s1+v_s2 ≤ 2·max_i v_i (the single-resource single-break-item bound with the boundary count doubled 1→2; the single-resource bound is the C→∞ corner). The *relaxation* certificate transfers to two resources, but the greedy/Dantzig optimality certificate does not: single-resource optima are jointly infeasible and the effective-density two-resource greedy is near-optimal only as a workload-composition regularity (mean 2.1% below IP* on random grids, but 37.5% below on an adversarial anticorrelated instance).; validation: src/two_resource_gap.py self-test: 4,000 instances (n=6..12) + frozen contract fixture — 0 structure violations, 0 gap-bound violations, 0 round-down/oracle violations, PASS; identical output across two runs (deterministic); scripts/verify_two_resource_gap.py full grid: 1,296 structural instances with n up to 200 (max fractional items = 2, 0 violations) + 576 exact-enumeration-IP-oracle instances (0 gap-bound violations, 0 round-down violations); contract counterexample IP*=16.0 as sealed, gree…; next: Close the blocked real-trace gate: pin BurstGPT provenance (upstream checksum, license, timestamp units, missingness, exact build_requests transform) and acquire a lawful versioned official Azure serving trace with content-hashed schema/units, regenerate qualified trace receipts, then execute the frozen paired 12-seed × 3-slice experiment against the exact-oracle and scheduling baselines using the now-verified two_resource_gap LP/IP/greedy primitives.; commit 19c75ff77b05d599d23daf1e1448a772a9022bbf; PR https://github.com/mrcha033/azure_inference_queueing/pull/1</property:Attempt>
		<property:Author rdf:datatype="http://www.w3.org/2001/XMLSchema#string">S3ResearchAgent</property:Author>
		<property:Confidence rdf:datatype="http://www.w3.org/2001/XMLSchema#string">medium</property:Confidence>
		<property:Context rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Only completed, evidence-backed research findings are included. Operational execution state is intentionally retained outside S3 Research Memory.</property:Context>
		<property:Created_at rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2026-07-21T15:13:50Z</property:Created_at>
		<property:Created_at-23aux rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2461243.1346065</property:Created_at-23aux>
		<property:Evidence_overview rdf:datatype="http://www.w3.org/2001/XMLSchema#string">src/two_resource_gap.py self-test: 4,000 synthetic instances (n=6..12) + frozen 4-item contract counterexample, 0 structure/gap/round-down violations; scripts/verify_two_resource_gap.py: 1,296 structural instances with n up to 200 (max fractional items = 2, 0 violations) + 576 exact-enumeration-IP-oracle instances (0 gap-bound violations); LP*-IP* relative gap mean 12.6% and worst 100%; greedy-vs-IP mean 2.1%, 37.5% on the adversarial fixture; two fractional items occur in 86% of anticorrelated-regime instances; paper/theorem_two_resource_gap.md constructive round-down proof; contract counterexample IP*=16 reproduced; azure_inference_queueing commit 19c75ff77b05d599d23daf1e1448a772a9022bbf; https://github.com/mrcha033/azure_inference_queueing/pull/1</property:Evidence_overview>
		<property:Interpretation rdf:datatype="http://www.w3.org/2001/XMLSchema#string">These are evidence-backed scientific outcomes. Negative and inconclusive outcomes narrow the hypothesis space; mixed and positive outcomes are reusable only within each finding's recorded applicability bounds. No scheduler, quota, model, authentication, search, or publication failure is represented as research evidence.</property:Interpretation>
		<property:Lesson_title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Research findings 20260721T150001Z: 0 negative/inconclusive, 0 mixed, 1 positive</property:Lesson_title>
		<property:Observation rdf:datatype="http://www.w3.org/2001/XMLSchema#string">azure_inference_queueing [scientific outcome=positive]: For the two-constraint (KV-memory × compute) admission knapsack, the LP relaxation vertex has at most two fractional items, giving the constructive per-instance certificate LP*−IP* ≤ v_s1+v_s2 ≤ 2·max_i v_i (the single-resource single-break-item bound with the boundary count doubled 1→2; the single-resource bound is the C→∞ corner). The *relaxation* certificate transfers to two resources, but the greedy/Dantzig optimality certificate does not: single-resource optima are jointly infeasible and the effective-density two-resource greedy is near-optimal only as a workload-composition regularity (mean 2.1% below IP* on random grids, but 37.5% below on an adversarial anticorrelated instance).; validation: src/two_resource_gap.py self-test: 4,000 instances (n=6..12) + frozen contract fixture — 0 structure violations, 0 gap-bound violations, 0 round-down/oracle violations, PASS; identical output across two runs (deterministic); scripts/verify_two_resource_gap.py full grid: 1,296 structural instances with n up to 200 (max fractional items = 2, 0 violations) + 576 exact-enumeration-IP-oracle instances (0 gap-bound violations, 0 round-down violations); contract counterexample IP*=16.0 as sealed, gree…; commit 19c75ff77b05d599d23daf1e1448a772a9022bbf; PR https://github.com/mrcha033/azure_inference_queueing/pull/1</property:Observation>
		<property:Question rdf:datatype="http://www.w3.org/2001/XMLSchema#string">What did the validated experiments or analyses establish, including useful negative results and the conditions under which they apply?</property:Question>
		<property:Record_origin rdf:datatype="http://www.w3.org/2001/XMLSchema#string">lab</property:Record_origin>
		<property:Reusable_lesson rdf:datatype="http://www.w3.org/2001/XMLSchema#string">azure_inference_queueing: To generalize a single-constraint knapsack integrality-gap certificate to m constraints, use the bounded-variable-LP basic-solution property: a vertex has at most m fractional variables, so rounding them down yields a feasible integer solution and LP*−IP* ≤ sum of the (≤m) fractional item values. Force a vertex solver (scipy linprog method='highs-ds' dual simplex) — the default 'highs' can dispatch to interior-point and return a non-basic point with more than m fractional coordinates, spuriously breaking the structural claim. The relaxation certificate generalizes cleanly even when the greedy-optimality argument does not.</property:Reusable_lesson>
		<property:Review_state rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Draft</property:Review_state>
		<property:Updated_at rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2026-07-21T15:13:51Z</property:Updated_at>
		<property:Updated_at-23aux rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2461243.1346181</property:Updated_at-23aux>
		<swivt:wikiPageModificationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2026-07-21T15:13:51Z</swivt:wikiPageModificationDate>
		<property:Modification_date-23aux rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2461243.1346181</property:Modification_date-23aux>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">research autopilot 20260721t150001z</swivt:wikiPageSortKey>
		<property:Has_subobject rdf:resource="&wiki;Lesson-3Aresearch_autopilot_20260721t150001z-23_83860c42d85cc5502c9c18920c962707"/>
		<property:Has_subobject rdf:resource="&wiki;Lesson-3Aresearch_autopilot_20260721t150001z-23_5d66a2af3ba01239c7745d13144f5151"/>
	</swivt:Subject>
	<swivt:Subject rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Lesson-3Aresearch_autopilot_20260721t150001z-23_83860c42d85cc5502c9c18920c962707">
		<swivt:masterPage rdf:resource="&wiki;Lesson-3Aresearch_autopilot_20260721t150001z"/>
		<swivt:wikiNamespace rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3000</swivt:wikiNamespace>
		<property:Evidence_ID rdf:datatype="http://www.w3.org/2001/XMLSchema#string">research-artifact-0c24d6df88afdb20</property:Evidence_ID>
		<property:Evidence_added_at rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2026-07-21T15:13:50Z</property:Evidence_added_at>
		<property:Evidence_added_at-23aux rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2461243.1346065</property:Evidence_added_at-23aux>
		<property:Evidence_added_by rdf:datatype="http://www.w3.org/2001/XMLSchema#string">S3ResearchAgent</property:Evidence_added_by>
		<property:Evidence_citation rdf:datatype="http://www.w3.org/2001/XMLSchema#string">src/two_resource_gap.py self-test: 4,000 synthetic instances (n=6..12) + frozen 4-item contract counterexample, 0 structure/gap/round-down violations</property:Evidence_citation>
		<property:Evidence_kind rdf:datatype="http://www.w3.org/2001/XMLSchema#string">benchmark</property:Evidence_kind>
		<property:Verification_basis rdf:datatype="http://www.w3.org/2001/XMLSchema#string">partial_source</property:Verification_basis>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">research autopilot 20260721t150001z# 83860c42d85cc5502c9c18920c962707</swivt:wikiPageSortKey>
	</swivt:Subject>
	<swivt:Subject rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Lesson-3Aresearch_autopilot_20260721t150001z-23_5d66a2af3ba01239c7745d13144f5151">
		<swivt:masterPage rdf:resource="&wiki;Lesson-3Aresearch_autopilot_20260721t150001z"/>
		<swivt:wikiNamespace rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3000</swivt:wikiNamespace>
		<property:Evidence_ID rdf:datatype="http://www.w3.org/2001/XMLSchema#string">commit_19c75ff77b05d599</property:Evidence_ID>
		<property:Evidence_URL rdf:resource="https://github.com/mrcha033/azure_inference_queueing/commit/19c75ff77b05d599d23daf1e1448a772a9022bbf"/>
		<property:Evidence_added_at rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2026-07-21T15:13:51Z</property:Evidence_added_at>
		<property:Evidence_added_at-23aux rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2461243.1346181</property:Evidence_added_at-23aux>
		<property:Evidence_added_by rdf:datatype="http://www.w3.org/2001/XMLSchema#string">S3ResearchAgent</property:Evidence_added_by>
		<property:Evidence_citation rdf:datatype="http://www.w3.org/2001/XMLSchema#string">GitHub mrcha033/azure_inference_queueing commit 19c75ff77b05d599d23daf1e1448a772a9022bbf</property:Evidence_citation>
		<property:Evidence_kind rdf:datatype="http://www.w3.org/2001/XMLSchema#string">code</property:Evidence_kind>
		<property:Evidence_note rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Commit emitted by this cycle; validation scope is recorded in the Lesson.</property:Evidence_note>
		<property:Verification_basis rdf:datatype="http://www.w3.org/2001/XMLSchema#string">partial_source</property:Verification_basis>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">research autopilot 20260721t150001z# 5d66a2af3ba01239c7745d13144f5151</swivt:wikiPageSortKey>
	</swivt:Subject>
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#creationDate" />
	<owl:Class rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Category-3ALessons" />
	<owl:ObjectProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#page" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiNamespace" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiPageContentLanguage" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AApplicability" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AAttempt" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AAuthor" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AConfidence" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AContext" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3ACreated_at" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3ACreated_at-23aux" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AEvidence_overview" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AInterpretation" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3ALesson_title" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AObservation" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AQuestion" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3ARecord_origin" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AReusable_lesson" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AReview_state" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AUpdated_at" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AUpdated_at-23aux" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiPageModificationDate" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AModification_date-23aux" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiPageSortKey" />
	<owl:ObjectProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AHas_subobject" />
	<owl:ObjectProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#masterPage" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AEvidence_ID" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AEvidence_added_at" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AEvidence_added_at-23aux" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AEvidence_added_by" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AEvidence_citation" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AEvidence_kind" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AVerification_basis" />
	<owl:ObjectProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AEvidence_URL" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AEvidence_note" />
	<!-- Created by Semantic MediaWiki, https://www.semantic-mediawiki.org/ -->
</rdf:RDF>