This file is indexed.

/usr/share/cain/examples/cain/dsmts31/dsmts-002-01.xml is in cain-examples 1.10+dfsg-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="utf-8"?>
<cain version="1.7">
  <listOfModels>
    <model id="ImmigrationDeath01" name="Immigration-Death (002), variant 01">
      <listOfParameters>
        <parameter expression="0.1" id="Mu"/>
        <parameter expression="1" id="Alpha"/>
      </listOfParameters>
      <listOfCompartments>
        <compartment expression="1" id="Cell"/>
      </listOfCompartments>
      <listOfSpecies>
        <species compartment="Cell" initialAmount="0" id="X"/>
      </listOfSpecies>
      <listOfReactions>
        <reaction propensity="Alpha" massAction="true" id="Immigration">
          <listOfProducts>
            <speciesReference species="X"/>
          </listOfProducts>
        </reaction>
        <reaction propensity="Mu" massAction="true" id="Death">
          <listOfReactants>
            <speciesReference species="X"/>
          </listOfReactants>
        </reaction>
      </listOfReactions>
    </model>
  </listOfModels>
  <listOfMethods>
    <method equilibrationTime="100.0" startTime="0.0" recordingTime="100000.0" id="SteadyState" category="4" numberOfBins="32" multiplicity="4" method="0" timeDependence="0" numberOfFrames="51" options="0"/>
    <method equilibrationTime="0.0" startTime="0.0" recordingTime="50.0" id="Reference" category="5" numberOfBins="32" multiplicity="4" method="0" timeDependence="0" numberOfFrames="51" options="0"/>
    <method equilibrationTime="0.0" startTime="0.0" recordingTime="50.0" id="TimeSeries" category="0" numberOfBins="32" multiplicity="4" method="0" timeDependence="0" numberOfFrames="51" options="0"/>
  </listOfMethods>
  <listOfOutput>
    <statisticsFrames model="ImmigrationDeath01" method="Reference">
      <frameTimes>
        0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10.0 11.0 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0 20.0 21.0 22.0 23.0 24.0 25.0 26.0 27.0 28.0 29.0 30.0 31.0 32.0 33.0 34.0 35.0 36.0 37.0 38.0 39.0 40.0 41.0 42.0 43.0 44.0 45.0 46.0 47.0 48.0 49.0 50.0
      </frameTimes>
      <recordedSpecies>
        0
      </recordedSpecies>
      <statistics>
        0.0 0.0 0.9516258 0.975513096 1.812692 1.346362507 2.591818 1.60991242 3.2968 1.815709228 3.934693 1.98360606 4.511884 2.124119582 5.034147 2.243690487 5.50671 2.346638021 5.934303 2.436042487 6.321206 2.514200867 6.671289 2.582883853 6.988058 2.643493522 7.274682 2.697161842 7.53403 2.744818755 7.768698 2.787238418 7.981035 2.825072565 8.173165 2.858874779 8.347011 2.889119416 8.504314 2.916215698 8.646647 2.940518152 8.775436 2.96233624 8.891968 2.981940308 8.997412 2.999568636 9.09282 3.015430318 9.17915 3.029711207 9.257264 3.042575225 9.327945 3.054168463 9.3919 3.064620694 9.449768 3.074047495 9.50213 3.082552514 9.549508 3.090227823 9.592378 3.097156438 9.631168 3.103412316 9.666267 3.109062077 9.698026 3.114165378 9.726763 3.118775882 9.752765 3.122941722 9.776292 3.126706254 9.79758 3.130108624 9.816844 3.133184323 9.834273 3.135964445 9.850044 3.138477975 9.864314 3.140750547 9.877227 3.142805594 9.88891 3.144663734 9.899482 3.146344228 9.909047 3.147863879 9.917703 3.149238479 9.925534 3.15048155 9.93262 3.15160594
      </statistics>
    </statisticsFrames>
  </listOfOutput>
  <random seed="2147483648">
  </random>
</cain>