Trace number 4105953

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.01 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/reduced/
submittedPB07/aksoy/trarea_ac/normalized-reduced-fir09_trarea_ac.opb
MD5SUM83e4cddd78ca4f87cfb13af1d930e0cc
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark8820
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 8781
Optimality of the best value was proved YES
Number of variables3945
Total number of constraints8604
Number of constraints which are clauses8604
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint59
Number of terms in the objective function 1872
Biggest coefficient in the objective function 365
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 525162
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 365
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 525162
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c 2016-06-18T16:18:34+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4105953-1466259514.opb"]
0.00/0.01	c use --random-gen="3414334769 1943311284 2875933262 2152855578 1045718378 4254083686 3457739747 1825741224 89265869 3062127673 845935524 4040922013 1784600528 2446832154 3156986761 782232704 1800051 3478550603 1410305362 118835479 2188602182 1278376621 2427820368 1796992548 826820928 3972081033 4018732200 156673588 3133174483 4252078759 3817350822 2182612139 3137138600 975968425 4079938583 2294206260 4136454843 2762047824 2401240712 402761750 3021775924 604512548 3736546566 596407414 34792453 110799279 1472514835 303983887 3260487760 1819855243 953851718 342709888 2810639999 1641290383 3578372679 603211370 1261321375 3928711599 1783709142 3878021874 260750743 2104181523 2641917914 302255960 2994744972 1199543927 2358467587 3097616261 2686153970 174129371 3914094655 3541674312 3959000666 1928970838 2960092816 3030950473 676151353 337528961 3018706237 1021504145 703470505 150078835 3891095446 1811499437 584950909 1283478922 1381419490 2337588039 2275973937 103190192 4039708623 4110663568 1973822542 2912907079 1008869490 3502592526 3052723830 1374784870 1388180504 3924067352 1923902918 2711010981 541162420 2164315632 4185227874 2414128230 3512666292 14658538 2271824270 714274185 1180634341 653519318 1143933371 4210479693 2010082599 18014349 3475009728 173370203 2933842102 674760433 2853116621 1399641729 1990907643 2620002863 2745104490 3232554049 1393774674 2859341842 2736699018 4282267156 1459070335 1607686467 2954234878 1548195087 747687377 164568888 4197818768 96465188 135593025 2304313833 297403369 1696582734 3266065115 919583374 3759940978 772720798 3267315137 2677664606 1862569894 304182963 1285532304 25230949 249094832 4179012089 1119935466 279769885 891280704 659824458 3650399651 2142972122 597412692 3119132264 3662097872 2160855275 3581773385 506823867 396802419 273330465 1799425313 2761326557 1324625156 2015532062 1382748084 4072765005 4094804809 1380754805 295382751 2339963552 1016774091 131120946 3499372409 3406481951 3588110083 2526950734 118289086 1545982762 2616543631 1665391066 837535733 851428735 650409734 1242805323 4113945777 3910476229 4003767885 3877816269 3326510519 3053647571 2325250791 4255930706 3459668886 2708668680 2416374447 849514614 2437671181 345176179 2305227018 2663862950 3695746136 4051251344 2938225348 1036630511 3430654538 2143218824 3209184121 3456383456 1246249859 122194767 505798764 3813593499 2969793899 338001984 1673217365 3065631284 2430624045 1527990414 2428740797 1882187698 1038411865 1982069034 3833218344 3263130471 2237702560 2854359466 2110926787 1516511691 122406033 2052575321 2644334888 4104976241 3034415473 1366756962 2888153143 2255245740 3326497979 1155269880 165260169 3431134354 2288381168 662904478 3089405245 3430961659 3456399964 316614886 1633957130 2085296013 255 362436" option to reproduce the execution
0.00/0.07	c #vars 3945
0.00/0.07	c #constraints 8604
0.09/0.19	c BCD2: Hardening is enabled.
0.09/0.19	c BCD2: BiasedSearch is enabled.
0.09/0.19	c Solving starts ...
0.09/0.19	c ============================[ Search Statistics ]============================
0.09/0.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.19	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.19	c =============================================================================
0.09/0.19	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |        0
0.19/0.21	c  0.0s |       0 |     1974 |        0 |     4174      0 |        5 |     1061
0.19/0.21	c #cpu_time = 0.019s
0.19/0.21	c #wall_clock_time = 0.019s
0.19/0.21	c #decision = 1974
0.19/0.21	c #random_decision = 13
0.19/0.21	c #conflict = 0
0.19/0.21	c #restart = 0
0.19/0.21	o 525162
0.19/0.25	c BCD2: refineUB: 525161 -> 524975
0.19/0.25	c BCD2: updating upper bound: 525162 -> 524975
0.19/0.27	c BCD2: 0 <= obj <= 524975
0.19/0.27	c BCD2: #cores=0, #unrelaxed=1872, #relaxed=0, #hardened=0
0.19/0.27	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.27	c Solving starts ...
0.19/0.27	c ============================[ Search Statistics ]============================
0.19/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.27	c =============================================================================
0.19/0.27	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
0.19/0.28	c  0.0s |       0 |       10 |        0 |     4174      0 |        5 |     1061
0.19/0.28	c #cpu_time = 0.005s
0.19/0.28	c #wall_clock_time = 0.005s
0.19/0.28	c #decision = 10
0.19/0.28	c #random_decision = 0
0.19/0.28	c #conflict = 0
0.19/0.28	c #restart = 0
0.19/0.28	c BCD2: found a new core of size 6: cost of the new core is >=223
0.19/0.28	c lower bound updated to 223
0.28/0.32	c BCD2: refineUB: 525161 -> 524975
0.28/0.32	c BCD2: 223 <= obj <= 524975
0.28/0.32	c BCD2: #cores=1, #unrelaxed=1866, #relaxed=6, #hardened=0
0.28/0.32	c BCD2: #sat=1 #unsat=2 bias=2/3
0.28/0.32	c Solving starts ...
0.28/0.32	c ============================[ Search Statistics ]============================
0.28/0.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.28/0.32	c       |         |          |          |    Limit     GC | Var      | Constra 
0.28/0.32	c =============================================================================
0.28/0.32	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
0.28/0.32	c  0.0s |       0 |       14 |        0 |     4174      0 |        5 |     1061
0.28/0.32	c #cpu_time = 0.005s
0.28/0.32	c #wall_clock_time = 0.005s
0.28/0.32	c #decision = 14
0.28/0.32	c #random_decision = 0
0.28/0.32	c #conflict = 0
0.28/0.32	c #restart = 0
0.28/0.32	c BCD2: found a new core of size 1: cost of the new core is >=266
0.28/0.32	c lower bound updated to 489
0.28/0.35	c BCD2: refineUB: 525161 -> 524975
0.28/0.35	c BCD2: 489 <= obj <= 524975
0.28/0.35	c BCD2: #cores=2, #unrelaxed=1865, #relaxed=7, #hardened=0
0.28/0.35	c BCD2: #sat=1 #unsat=3 bias=3/4
0.28/0.35	c Solving starts ...
0.28/0.35	c ============================[ Search Statistics ]============================
0.28/0.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.28/0.35	c       |         |          |          |    Limit     GC | Var      | Constra 
0.28/0.35	c =============================================================================
0.28/0.35	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
0.28/0.36	c  0.0s |       0 |       15 |        0 |     4174      0 |        5 |     1061
0.28/0.36	c #cpu_time = 0.015s
0.28/0.36	c #wall_clock_time = 0.015s
0.28/0.36	c #decision = 15
0.28/0.36	c #random_decision = 0
0.28/0.36	c #conflict = 0
0.28/0.36	c #restart = 0
0.28/0.36	c BCD2: found a new core of size 1: cost of the new core is >=218
0.28/0.36	c lower bound updated to 707
0.28/0.38	c BCD2: refineUB: 525161 -> 524975
0.28/0.38	c BCD2: 707 <= obj <= 524975
0.28/0.38	c BCD2: #cores=3, #unrelaxed=1864, #relaxed=8, #hardened=0
0.28/0.38	c BCD2: #sat=1 #unsat=4 bias=4/5
0.28/0.38	c Solving starts ...
0.28/0.38	c ============================[ Search Statistics ]============================
0.28/0.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.28/0.38	c       |         |          |          |    Limit     GC | Var      | Constra 
0.28/0.38	c =============================================================================
0.28/0.38	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
0.28/0.39	c  0.0s |       0 |       35 |        0 |     4174      0 |        5 |     1061
0.28/0.39	c #cpu_time = 0.003s
0.28/0.39	c #wall_clock_time = 0.003s
0.28/0.39	c #decision = 35
0.28/0.39	c #random_decision = 0
0.28/0.39	c #conflict = 0
0.28/0.39	c #restart = 0
0.28/0.39	c BCD2: found a new core of size 3: cost of the new core is >=280
0.28/0.39	c lower bound updated to 987
0.39/0.41	c BCD2: refineUB: 525161 -> 524975
0.39/0.41	c BCD2: 987 <= obj <= 524975
0.39/0.41	c BCD2: #cores=4, #unrelaxed=1861, #relaxed=11, #hardened=0
0.39/0.41	c BCD2: #sat=1 #unsat=5 bias=5/6
0.39/0.41	c Solving starts ...
0.39/0.41	c ============================[ Search Statistics ]============================
0.39/0.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.41	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.41	c =============================================================================
0.39/0.41	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
0.39/0.41	c  0.0s |       0 |       50 |        0 |     4174      0 |        5 |     1061
0.39/0.41	c #cpu_time = 0.004s
0.39/0.41	c #wall_clock_time = 0.004s
0.39/0.41	c #decision = 50
0.39/0.41	c #random_decision = 0
0.39/0.41	c #conflict = 0
0.39/0.41	c #restart = 0
0.39/0.41	c BCD2: found a new core of size 3: cost of the new core is >=227
0.39/0.41	c lower bound updated to 1214
0.39/0.43	c BCD2: refineUB: 525161 -> 524975
0.39/0.43	c BCD2: 1214 <= obj <= 524975
0.39/0.43	c BCD2: #cores=5, #unrelaxed=1858, #relaxed=14, #hardened=0
0.39/0.43	c BCD2: #sat=1 #unsat=6 bias=6/7
0.39/0.43	c Solving starts ...
0.39/0.43	c ============================[ Search Statistics ]============================
0.39/0.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.43	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.43	c =============================================================================
0.39/0.43	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
0.39/0.44	c  0.0s |       0 |      145 |        0 |     4174      0 |        5 |     1061
0.39/0.44	c #cpu_time = 0.004s
0.39/0.44	c #wall_clock_time = 0.004s
0.39/0.44	c #decision = 145
0.39/0.44	c #random_decision = 0
0.39/0.44	c #conflict = 0
0.39/0.44	c #restart = 0
0.39/0.44	c BCD2: found a new core of size 3: cost of the new core is >=280
0.39/0.44	c lower bound updated to 1494
0.39/0.46	c BCD2: refineUB: 525161 -> 524975
0.39/0.46	c BCD2: 1494 <= obj <= 524975
0.39/0.46	c BCD2: #cores=6, #unrelaxed=1855, #relaxed=17, #hardened=0
0.39/0.46	c BCD2: #sat=1 #unsat=7 bias=7/8
0.39/0.46	c Solving starts ...
0.39/0.46	c ============================[ Search Statistics ]============================
0.39/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.46	c =============================================================================
0.39/0.46	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
0.39/0.47	c  0.0s |       0 |      146 |        0 |     4174      0 |        5 |     1061
0.39/0.47	c #cpu_time = 0.014s
0.39/0.47	c #wall_clock_time = 0.014s
0.39/0.47	c #decision = 146
0.39/0.47	c #random_decision = 0
0.39/0.47	c #conflict = 0
0.39/0.47	c #restart = 0
0.39/0.47	c BCD2: found a new core of size 3: cost of the new core is >=239
0.39/0.47	c lower bound updated to 1733
0.39/0.49	c BCD2: refineUB: 525161 -> 524975
0.39/0.49	c BCD2: 1733 <= obj <= 524975
0.39/0.49	c BCD2: #cores=7, #unrelaxed=1852, #relaxed=20, #hardened=0
0.39/0.49	c BCD2: #sat=1 #unsat=8 bias=8/9
0.39/0.49	c Solving starts ...
0.39/0.49	c ============================[ Search Statistics ]============================
0.39/0.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.49	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.49	c =============================================================================
0.39/0.49	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
0.49/0.50	c  0.0s |       0 |      147 |        0 |     4174      0 |        5 |     1061
0.49/0.50	c #cpu_time = 0.004s
0.49/0.50	c #wall_clock_time = 0.004s
0.49/0.50	c #decision = 147
0.49/0.50	c #random_decision = 0
0.49/0.50	c #conflict = 0
0.49/0.50	c #restart = 0
0.49/0.50	c BCD2: found a new core of size 3: cost of the new core is >=285
0.49/0.50	c lower bound updated to 2018
0.49/0.52	c BCD2: refineUB: 525161 -> 524975
0.49/0.52	c BCD2: 2018 <= obj <= 524975
0.49/0.52	c BCD2: #cores=8, #unrelaxed=1849, #relaxed=23, #hardened=0
0.49/0.52	c BCD2: #sat=1 #unsat=9 bias=9/10
0.49/0.52	c Solving starts ...
0.49/0.52	c ============================[ Search Statistics ]============================
0.49/0.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.52	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.52	c =============================================================================
0.49/0.52	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
0.49/0.52	c  0.0s |       0 |      231 |        0 |     4174      0 |        5 |     1061
0.49/0.52	c #cpu_time = 0.004s
0.49/0.52	c #wall_clock_time = 0.004s
0.49/0.52	c #decision = 231
0.49/0.52	c #random_decision = 0
0.49/0.52	c #conflict = 0
0.49/0.52	c #restart = 0
0.49/0.53	c BCD2: found a new core of size 20: cost of the new core is >=209
0.49/0.53	c lower bound updated to 2227
0.49/0.55	c BCD2: refineUB: 525161 -> 524975
0.49/0.55	c BCD2: 2227 <= obj <= 524975
0.49/0.55	c BCD2: #cores=9, #unrelaxed=1829, #relaxed=43, #hardened=0
0.49/0.55	c BCD2: #sat=1 #unsat=10 bias=10/11
0.49/0.55	c Solving starts ...
0.49/0.55	c ============================[ Search Statistics ]============================
0.49/0.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.55	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.55	c =============================================================================
0.49/0.55	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
0.49/0.55	c  0.0s |       0 |      228 |        0 |     4174      0 |        5 |     1061
0.49/0.55	c #cpu_time = 0.004s
0.49/0.55	c #wall_clock_time = 0.004s
0.49/0.55	c #decision = 228
0.49/0.55	c #random_decision = 0
0.49/0.55	c #conflict = 0
0.49/0.55	c #restart = 0
0.49/0.55	c BCD2: found a new core of size 5: cost of the new core is >=232
0.49/0.55	c lower bound updated to 2459
0.49/0.57	c BCD2: refineUB: 525161 -> 524975
0.49/0.57	c BCD2: 2459 <= obj <= 524975
0.49/0.57	c BCD2: #cores=10, #unrelaxed=1824, #relaxed=48, #hardened=0
0.49/0.57	c BCD2: #sat=1 #unsat=11 bias=11/12
0.49/0.57	c Solving starts ...
0.49/0.57	c ============================[ Search Statistics ]============================
0.49/0.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.57	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.57	c =============================================================================
0.49/0.57	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
0.49/0.58	c  0.0s |       0 |      245 |        0 |     4174      0 |        5 |     1061
0.49/0.58	c #cpu_time = 0.004s
0.49/0.58	c #wall_clock_time = 0.004s
0.49/0.58	c #decision = 245
0.49/0.58	c #random_decision = 0
0.49/0.58	c #conflict = 0
0.49/0.58	c #restart = 0
0.49/0.58	c BCD2: found a new core of size 37: cost of the new core is >=218
0.49/0.58	c lower bound updated to 2677
0.59/0.60	c BCD2: refineUB: 525161 -> 524975
0.59/0.60	c BCD2: 2677 <= obj <= 524975
0.59/0.60	c BCD2: #cores=11, #unrelaxed=1787, #relaxed=85, #hardened=0
0.59/0.60	c BCD2: #sat=1 #unsat=12 bias=12/13
0.59/0.60	c Solving starts ...
0.59/0.60	c ============================[ Search Statistics ]============================
0.59/0.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.60	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.60	c =============================================================================
0.59/0.60	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
0.59/0.61	c  0.0s |       0 |      430 |        0 |     4174      0 |        5 |     1061
0.59/0.61	c #cpu_time = 0.004s
0.59/0.61	c #wall_clock_time = 0.004s
0.59/0.61	c #decision = 430
0.59/0.61	c #random_decision = 0
0.59/0.61	c #conflict = 0
0.59/0.61	c #restart = 0
0.59/0.61	c BCD2: found a new core of size 179: cost of the new core is >=205
0.59/0.61	c lower bound updated to 2882
0.59/0.63	c BCD2: refineUB: 525161 -> 524975
0.59/0.63	c BCD2: 2882 <= obj <= 524975
0.59/0.63	c BCD2: #cores=12, #unrelaxed=1608, #relaxed=264, #hardened=0
0.59/0.63	c BCD2: #sat=1 #unsat=13 bias=13/14
0.59/0.63	c Solving starts ...
0.59/0.63	c ============================[ Search Statistics ]============================
0.59/0.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.63	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.63	c =============================================================================
0.59/0.63	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
0.59/0.63	c  0.0s |       0 |      389 |        0 |     4174      0 |        5 |     1061
0.59/0.63	c #cpu_time = 0.004s
0.59/0.63	c #wall_clock_time = 0.004s
0.59/0.63	c #decision = 389
0.59/0.63	c #random_decision = 0
0.59/0.63	c #conflict = 0
0.59/0.63	c #restart = 0
0.59/0.63	c BCD2: found a new core of size 163: cost of the new core is >=218
0.59/0.63	c lower bound updated to 3100
0.59/0.66	c BCD2: refineUB: 525161 -> 524975
0.59/0.66	c BCD2: 3100 <= obj <= 524975
0.59/0.66	c BCD2: #cores=13, #unrelaxed=1445, #relaxed=427, #hardened=0
0.59/0.66	c BCD2: #sat=1 #unsat=14 bias=14/15
0.59/0.66	c Solving starts ...
0.59/0.66	c ============================[ Search Statistics ]============================
0.59/0.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.66	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.66	c =============================================================================
0.59/0.66	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
0.59/0.66	c  0.0s |       0 |      256 |        0 |     4174      0 |        5 |     1061
0.59/0.66	c #cpu_time = 0.004s
0.59/0.66	c #wall_clock_time = 0.004s
0.59/0.66	c #decision = 256
0.59/0.66	c #random_decision = 0
0.59/0.66	c #conflict = 0
0.59/0.66	c #restart = 0
0.59/0.66	c BCD2: found a new core of size 7: cost of the new core is >=251
0.59/0.66	c lower bound updated to 3351
0.59/0.68	c BCD2: refineUB: 525161 -> 524975
0.59/0.68	c BCD2: 3351 <= obj <= 524975
0.59/0.68	c BCD2: #cores=14, #unrelaxed=1438, #relaxed=434, #hardened=0
0.59/0.68	c BCD2: #sat=1 #unsat=15 bias=15/16
0.59/0.69	c Solving starts ...
0.59/0.69	c ============================[ Search Statistics ]============================
0.59/0.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.69	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.69	c =============================================================================
0.59/0.69	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
0.59/0.69	c  0.0s |       0 |      449 |        0 |     4174      0 |        5 |     1061
0.59/0.69	c #cpu_time = 0.005s
0.59/0.69	c #wall_clock_time = 0.005s
0.59/0.69	c #decision = 449
0.59/0.69	c #random_decision = 0
0.59/0.69	c #conflict = 0
0.59/0.69	c #restart = 0
0.59/0.69	c BCD2: found a new core of size 100: cost of the new core is >=200
0.59/0.69	c lower bound updated to 3551
0.69/0.72	c BCD2: refineUB: 525161 -> 524975
0.69/0.72	c BCD2: 3551 <= obj <= 524975
0.69/0.72	c BCD2: #cores=15, #unrelaxed=1338, #relaxed=534, #hardened=0
0.69/0.72	c BCD2: #sat=1 #unsat=16 bias=16/17
0.69/0.73	c Solving starts ...
0.69/0.73	c ============================[ Search Statistics ]============================
0.69/0.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.73	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.73	c =============================================================================
0.69/0.73	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
0.69/0.73	c  0.0s |       0 |      439 |        0 |     4174      0 |        5 |     1061
0.69/0.73	c #cpu_time = 0.004s
0.69/0.73	c #wall_clock_time = 0.004s
0.69/0.73	c #decision = 439
0.69/0.73	c #random_decision = 0
0.69/0.73	c #conflict = 0
0.69/0.73	c #restart = 0
0.69/0.73	c BCD2: found a new core of size 113: cost of the new core is >=214
0.69/0.73	c lower bound updated to 3765
0.69/0.76	c BCD2: refineUB: 525161 -> 524975
0.69/0.76	c BCD2: 3765 <= obj <= 524975
0.69/0.76	c BCD2: #cores=16, #unrelaxed=1225, #relaxed=647, #hardened=0
0.69/0.76	c BCD2: #sat=1 #unsat=17 bias=17/18
0.69/0.76	c Solving starts ...
0.69/0.76	c ============================[ Search Statistics ]============================
0.69/0.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.76	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.76	c =============================================================================
0.69/0.76	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
0.69/0.76	c  0.0s |       0 |      360 |        0 |     4174      0 |        5 |     1061
0.69/0.76	c #cpu_time = 0.004s
0.69/0.76	c #wall_clock_time = 0.004s
0.69/0.76	c #decision = 360
0.69/0.76	c #random_decision = 0
0.69/0.76	c #conflict = 0
0.69/0.76	c #restart = 0
0.69/0.76	c BCD2: found a new core of size 65: cost of the new core is >=223
0.69/0.76	c lower bound updated to 3988
0.69/0.78	c BCD2: refineUB: 525161 -> 524975
0.69/0.78	c BCD2: 3988 <= obj <= 524975
0.69/0.78	c BCD2: #cores=17, #unrelaxed=1160, #relaxed=712, #hardened=0
0.69/0.78	c BCD2: #sat=1 #unsat=18 bias=18/19
0.69/0.79	c Solving starts ...
0.69/0.79	c ============================[ Search Statistics ]============================
0.69/0.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.79	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.79	c =============================================================================
0.69/0.79	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
0.69/0.79	c  0.0s |       0 |      460 |        0 |     4174      0 |        5 |     1061
0.69/0.79	c #cpu_time = 0.005s
0.69/0.79	c #wall_clock_time = 0.005s
0.69/0.79	c #decision = 460
0.69/0.79	c #random_decision = 0
0.69/0.79	c #conflict = 0
0.69/0.79	c #restart = 0
0.69/0.79	c BCD2: found a new core of size 15: cost of the new core is >=196
0.69/0.79	c lower bound updated to 4184
0.78/0.81	c BCD2: refineUB: 525161 -> 524975
0.78/0.81	c BCD2: 4184 <= obj <= 524975
0.78/0.81	c BCD2: #cores=18, #unrelaxed=1145, #relaxed=727, #hardened=0
0.78/0.81	c BCD2: #sat=1 #unsat=19 bias=19/20
0.78/0.82	c Solving starts ...
0.78/0.82	c ============================[ Search Statistics ]============================
0.78/0.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.82	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.82	c =============================================================================
0.78/0.82	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
0.78/0.82	c  0.0s |       0 |      489 |        0 |     4174      0 |        5 |     1061
0.78/0.82	c #cpu_time = 0.005s
0.78/0.82	c #wall_clock_time = 0.005s
0.78/0.82	c #decision = 489
0.78/0.82	c #random_decision = 0
0.78/0.82	c #conflict = 0
0.78/0.82	c #restart = 0
0.78/0.82	c BCD2: found a new core of size 15: cost of the new core is >=218
0.78/0.82	c lower bound updated to 4402
0.78/0.84	c BCD2: refineUB: 525161 -> 524975
0.78/0.84	c BCD2: 4402 <= obj <= 524975
0.78/0.84	c BCD2: #cores=19, #unrelaxed=1130, #relaxed=742, #hardened=0
0.78/0.84	c BCD2: #sat=1 #unsat=20 bias=20/21
0.78/0.85	c Solving starts ...
0.78/0.85	c ============================[ Search Statistics ]============================
0.78/0.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.85	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.85	c =============================================================================
0.78/0.85	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
0.78/0.86	c  0.0s |       0 |      534 |        0 |     4174      0 |        5 |     1061
0.78/0.86	c #cpu_time = 0.009s
0.78/0.86	c #wall_clock_time = 0.009s
0.78/0.86	c #decision = 534
0.78/0.86	c #random_decision = 0
0.78/0.86	c #conflict = 0
0.78/0.86	c #restart = 0
0.78/0.86	c BCD2: found a new core of size 67: cost of the new core is >=222
0.78/0.86	c lower bound updated to 4624
0.78/0.88	c BCD2: refineUB: 525161 -> 524975
0.78/0.88	c BCD2: 4624 <= obj <= 524975
0.78/0.88	c BCD2: #cores=20, #unrelaxed=1063, #relaxed=809, #hardened=0
0.78/0.88	c BCD2: #sat=1 #unsat=21 bias=21/22
0.78/0.88	c Solving starts ...
0.78/0.88	c ============================[ Search Statistics ]============================
0.78/0.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.88	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.88	c =============================================================================
0.78/0.88	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
0.78/0.89	c  0.0s |       0 |      528 |        0 |     4174      0 |        5 |     1061
0.78/0.89	c #cpu_time = 0.005s
0.78/0.89	c #wall_clock_time = 0.005s
0.78/0.89	c #decision = 528
0.78/0.89	c #random_decision = 0
0.78/0.89	c #conflict = 0
0.78/0.89	c #restart = 0
0.78/0.89	c BCD2: found a new core of size 69: cost of the new core is >=209
0.78/0.89	c lower bound updated to 4833
0.88/0.91	c BCD2: refineUB: 525161 -> 524975
0.88/0.91	c BCD2: 4833 <= obj <= 524975
0.88/0.91	c BCD2: #cores=21, #unrelaxed=994, #relaxed=878, #hardened=0
0.88/0.91	c BCD2: #sat=1 #unsat=22 bias=22/23
0.88/0.91	c Solving starts ...
0.88/0.91	c ============================[ Search Statistics ]============================
0.88/0.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.88/0.91	c       |         |          |          |    Limit     GC | Var      | Constra 
0.88/0.91	c =============================================================================
0.88/0.91	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
0.88/0.92	c  0.0s |       0 |      645 |        0 |     4174      0 |        5 |     1061
0.88/0.92	c #cpu_time = 0.006s
0.88/0.92	c #wall_clock_time = 0.006s
0.88/0.92	c #decision = 645
0.88/0.92	c #random_decision = 0
0.88/0.92	c #conflict = 0
0.88/0.92	c #restart = 0
0.88/0.92	c BCD2: found a new core of size 61: cost of the new core is >=209
0.88/0.92	c lower bound updated to 5042
0.88/0.94	c BCD2: refineUB: 525161 -> 524975
0.88/0.94	c BCD2: 5042 <= obj <= 524975
0.88/0.94	c BCD2: #cores=22, #unrelaxed=933, #relaxed=939, #hardened=0
0.88/0.94	c BCD2: #sat=1 #unsat=23 bias=23/24
0.88/0.95	c Solving starts ...
0.88/0.95	c ============================[ Search Statistics ]============================
0.88/0.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.88/0.95	c       |         |          |          |    Limit     GC | Var      | Constra 
0.88/0.95	c =============================================================================
0.88/0.95	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
0.88/0.95	c  0.0s |       0 |      610 |        0 |     4174      0 |        5 |     1061
0.88/0.95	c #cpu_time = 0.006s
0.88/0.95	c #wall_clock_time = 0.006s
0.88/0.95	c #decision = 610
0.88/0.95	c #random_decision = 0
0.88/0.95	c #conflict = 0
0.88/0.95	c #restart = 0
0.88/0.95	c BCD2: found a new core of size 3: cost of the new core is >=191
0.88/0.95	c lower bound updated to 5233
0.88/0.97	c BCD2: refineUB: 525161 -> 524975
0.88/0.97	c BCD2: 5233 <= obj <= 524975
0.88/0.97	c BCD2: #cores=23, #unrelaxed=930, #relaxed=942, #hardened=0
0.88/0.97	c BCD2: #sat=1 #unsat=24 bias=24/25
0.88/0.98	c Solving starts ...
0.88/0.98	c ============================[ Search Statistics ]============================
0.88/0.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.88/0.98	c       |         |          |          |    Limit     GC | Var      | Constra 
0.88/0.98	c =============================================================================
0.88/0.98	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
0.88/0.99	c  0.0s |       0 |      661 |        0 |     4174      0 |        5 |     1061
0.88/0.99	c #cpu_time = 0.006s
0.88/0.99	c #wall_clock_time = 0.006s
0.88/0.99	c #decision = 661
0.88/0.99	c #random_decision = 0
0.88/0.99	c #conflict = 0
0.88/0.99	c #restart = 0
0.88/0.99	c BCD2: found a new core of size 82: cost of the new core is >=214
0.88/0.99	c lower bound updated to 5447
0.98/1.01	c BCD2: refineUB: 525161 -> 524975
0.98/1.01	c BCD2: 5447 <= obj <= 524975
0.98/1.01	c BCD2: #cores=24, #unrelaxed=848, #relaxed=1024, #hardened=0
0.98/1.01	c BCD2: #sat=1 #unsat=25 bias=25/26
0.98/1.02	c Solving starts ...
0.98/1.02	c ============================[ Search Statistics ]============================
0.98/1.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.02	c =============================================================================
0.98/1.02	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
0.98/1.03	c  0.0s |       0 |      603 |        0 |     4174      0 |        5 |     1061
0.98/1.03	c #cpu_time = 0.005s
0.98/1.03	c #wall_clock_time = 0.005s
0.98/1.03	c #decision = 603
0.98/1.03	c #random_decision = 0
0.98/1.03	c #conflict = 0
0.98/1.03	c #restart = 0
0.98/1.03	c BCD2: found a new core of size 47: cost of the new core is >=223
0.98/1.03	c lower bound updated to 5670
0.98/1.05	c BCD2: refineUB: 525161 -> 524975
0.98/1.05	c BCD2: 5670 <= obj <= 524975
0.98/1.05	c BCD2: #cores=25, #unrelaxed=801, #relaxed=1071, #hardened=0
0.98/1.05	c BCD2: #sat=1 #unsat=26 bias=26/27
0.98/1.06	c Solving starts ...
0.98/1.06	c ============================[ Search Statistics ]============================
0.98/1.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.06	c =============================================================================
0.98/1.06	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
0.98/1.07	c  0.0s |       0 |      626 |        0 |     4174      0 |        5 |     1061
0.98/1.07	c #cpu_time = 0.006s
0.98/1.07	c #wall_clock_time = 0.006s
0.98/1.07	c #decision = 626
0.98/1.07	c #random_decision = 0
0.98/1.07	c #conflict = 0
0.98/1.07	c #restart = 0
0.98/1.07	c BCD2: found a new core of size 78: cost of the new core is >=207
0.98/1.07	c lower bound updated to 5877
0.98/1.09	c BCD2: refineUB: 525161 -> 524975
0.98/1.09	c BCD2: 5877 <= obj <= 524975
0.98/1.09	c BCD2: #cores=26, #unrelaxed=723, #relaxed=1149, #hardened=0
0.98/1.09	c BCD2: #sat=1 #unsat=27 bias=27/28
0.98/1.10	c Solving starts ...
0.98/1.10	c ============================[ Search Statistics ]============================
0.98/1.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.10	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.10	c =============================================================================
0.98/1.10	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
1.09/1.10	c  0.0s |       0 |      631 |        0 |     4174      0 |        5 |     1061
1.09/1.10	c #cpu_time = 0.006s
1.09/1.10	c #wall_clock_time = 0.006s
1.09/1.10	c #decision = 631
1.09/1.10	c #random_decision = 0
1.09/1.10	c #conflict = 0
1.09/1.10	c #restart = 0
1.09/1.10	c BCD2: found a new core of size 17: cost of the new core is >=261
1.09/1.10	c lower bound updated to 6138
1.09/1.13	c BCD2: refineUB: 525161 -> 524975
1.09/1.13	c BCD2: 6138 <= obj <= 524975
1.09/1.13	c BCD2: #cores=27, #unrelaxed=706, #relaxed=1166, #hardened=0
1.09/1.13	c BCD2: #sat=1 #unsat=28 bias=28/29
1.09/1.13	c Solving starts ...
1.09/1.13	c ============================[ Search Statistics ]============================
1.09/1.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.13	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.13	c =============================================================================
1.09/1.13	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
1.09/1.14	c  0.0s |       0 |      707 |        0 |     4174      0 |        5 |     1061
1.09/1.14	c #cpu_time = 0.008s
1.09/1.14	c #wall_clock_time = 0.008s
1.09/1.14	c #decision = 707
1.09/1.14	c #random_decision = 0
1.09/1.14	c #conflict = 0
1.09/1.14	c #restart = 0
1.09/1.14	c BCD2: found a new core of size 73: cost of the new core is >=209
1.09/1.14	c lower bound updated to 6347
1.09/1.18	c BCD2: refineUB: 525161 -> 524975
1.09/1.19	c BCD2: 6347 <= obj <= 524975
1.09/1.19	c BCD2: #cores=28, #unrelaxed=633, #relaxed=1239, #hardened=0
1.09/1.19	c BCD2: #sat=1 #unsat=29 bias=29/30
1.09/1.20	c Solving starts ...
1.09/1.20	c ============================[ Search Statistics ]============================
1.09/1.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.20	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.20	c =============================================================================
1.09/1.20	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
1.20/1.21	c  0.0s |       0 |     2038 |        0 |     4174      0 |        5 |     1061
1.20/1.21	c #cpu_time = 0.011s
1.20/1.21	c #wall_clock_time = 0.011s
1.20/1.21	c #decision = 2038
1.20/1.21	c #random_decision = 2
1.20/1.21	c #conflict = 0
1.20/1.21	c #restart = 0
1.20/1.21	o 12495
1.20/1.21	c BCD2: updating upper bound: 524975 -> 12494
1.20/1.22	c BCD2: 6347 <= obj <= 12494
1.20/1.22	c BCD2: #cores=28, #unrelaxed=633, #relaxed=1239, #hardened=0
1.20/1.22	c BCD2: #sat=2 #unsat=29 bias=29/31
1.29/1.36	c Solving starts ...
1.29/1.36	c ============================[ Search Statistics ]============================
1.29/1.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.36	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.36	c =============================================================================
1.29/1.36	c  0.0s |       0 |        0 |        0 |     4174      0 |        5 |     1061
1.29/1.36	c  0.0s |       0 |       57 |        0 |     4174      0 |        5 |     1061
1.29/1.36	c #cpu_time = 0.008s
1.29/1.36	c #wall_clock_time = 0.008s
1.29/1.36	c #decision = 57
1.29/1.36	c #random_decision = 0
1.29/1.36	c #conflict = 0
1.29/1.36	c #restart = 0
1.29/1.36	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 13: cost of the new core is >=742
1.29/1.36	c BCD2: refineLB: 740 -> 742
1.29/1.36	c lower bound updated to 6350
1.29/1.37	c BCD2: 6350 <= obj <= 12494
1.29/1.37	c BCD2: #cores=26, #unrelaxed=631, #relaxed=1241, #hardened=0
1.29/1.37	c BCD2: #sat=2 #unsat=30 bias=30/32
1.29/1.38	c Solving starts ...
1.29/1.38	c ============================[ Search Statistics ]============================
1.29/1.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.38	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.38	c =============================================================================
1.29/1.38	c  0.0s |       0 |        0 |        0 |     4174      0 |       70 |     1061
1.29/1.39	c  0.0s |       0 |      333 |        0 |     4174      0 |       70 |     1188
1.29/1.39	c #cpu_time = 0.010s
1.29/1.39	c #wall_clock_time = 0.010s
1.29/1.39	c #decision = 333
1.29/1.39	c #random_decision = 0
1.29/1.39	c #conflict = 0
1.29/1.39	c #restart = 0
1.29/1.39	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 17: cost of the new core is >=227
1.29/1.39	c lower bound updated to 6359
1.39/1.40	c BCD2: 6359 <= obj <= 12494
1.39/1.40	c BCD2: #cores=26, #unrelaxed=629, #relaxed=1243, #hardened=0
1.39/1.40	c BCD2: #sat=2 #unsat=31 bias=31/33
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     4174      0 |       81 |     1188
1.39/1.49	c  0.0s |       0 |      454 |        0 |     4174      0 |       81 |     1209
1.39/1.49	c #cpu_time = 0.007s
1.39/1.49	c #wall_clock_time = 0.007s
1.39/1.49	c #decision = 454
1.39/1.49	c #random_decision = 0
1.39/1.49	c #conflict = 0
1.39/1.49	c #restart = 0
1.39/1.49	c BCD2: relaxing 10 and merging with 1 cores into a new core of size 71: cost of the new core is >=227
1.39/1.49	c BCD2: refineLB: 226 -> 227
1.39/1.49	c lower bound updated to 6377
1.39/1.49	c BCD2: 6377 <= obj <= 12494
1.39/1.49	c BCD2: #cores=26, #unrelaxed=619, #relaxed=1253, #hardened=0
1.39/1.49	c BCD2: #sat=2 #unsat=32 bias=32/34
1.49/1.54	c Solving starts ...
1.49/1.54	c ============================[ Search Statistics ]============================
1.49/1.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.54	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.54	c =============================================================================
1.49/1.54	c  0.0s |       0 |        0 |        0 |     4174      0 |       89 |     1209
1.49/1.55	c  0.0s |       0 |      480 |        0 |     4174      0 |       89 |     1224
1.49/1.55	c #cpu_time = 0.008s
1.49/1.55	c #wall_clock_time = 0.008s
1.49/1.55	c #decision = 480
1.49/1.55	c #random_decision = 0
1.49/1.55	c #conflict = 0
1.49/1.55	c #restart = 0
1.49/1.55	c BCD2: relaxing 16 and merging with 4 cores into a new core of size 110: cost of the new core is >=868
1.49/1.55	c lower bound updated to 6378
1.49/1.55	c BCD2: 6378 <= obj <= 12494
1.49/1.55	c BCD2: #cores=23, #unrelaxed=603, #relaxed=1269, #hardened=0
1.49/1.55	c BCD2: #sat=2 #unsat=33 bias=33/35
1.49/1.56	c Solving starts ...
1.49/1.56	c ============================[ Search Statistics ]============================
1.49/1.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.56	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.56	c =============================================================================
1.49/1.56	c  0.0s |       0 |        0 |        0 |     4174      0 |      153 |     1224
1.59/1.61	c  0.1s |       1 |     1487 |      100 |     4174      0 |      153 |     1351
1.68/1.73	c  0.2s |       2 |     3289 |      250 |     4592      0 |      153 |     1351
1.79/1.84	c  0.3s |       2 |     4636 |      351 |     5052      0 |      153 |     1351
1.79/1.84	c #cpu_time = 0.282s
1.79/1.84	c #wall_clock_time = 0.282s
1.79/1.84	c #decision = 4636
1.79/1.84	c #random_decision = 4
1.79/1.84	c #conflict = 351
1.79/1.84	c #restart = 2
1.79/1.84	o 11032
1.79/1.84	c BCD2: updating upper bound: 12494 -> 11031
1.79/1.86	c BCD2: 6378 <= obj <= 11031
1.79/1.86	c BCD2: #cores=23, #unrelaxed=603, #relaxed=1269, #hardened=0
1.79/1.86	c BCD2: #sat=3 #unsat=33 bias=33/36
1.99/2.03	c Solving starts ...
1.99/2.03	c ============================[ Search Statistics ]============================
1.99/2.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.03	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.03	c =============================================================================
1.99/2.03	c  0.0s |       0 |        0 |        0 |     5052      0 |      153 |     1352
1.99/2.04	c  0.0s |       0 |      316 |        0 |     5052      0 |      153 |     1352
1.99/2.04	c #cpu_time = 0.009s
1.99/2.04	c #wall_clock_time = 0.009s
1.99/2.04	c #decision = 316
1.99/2.04	c #random_decision = 0
1.99/2.04	c #conflict = 0
1.99/2.04	c #restart = 0
1.99/2.04	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 18: cost of the new core is >=218
1.99/2.04	c BCD2: refineLB: 217 -> 218
1.99/2.04	c lower bound updated to 6400
1.99/2.04	c BCD2: 6400 <= obj <= 11031
1.99/2.04	c BCD2: #cores=23, #unrelaxed=600, #relaxed=1272, #hardened=0
1.99/2.04	c BCD2: #sat=3 #unsat=34 bias=34/37
2.20/2.22	c Solving starts ...
2.20/2.22	c ============================[ Search Statistics ]============================
2.20/2.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.22	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.22	c =============================================================================
2.20/2.22	c  0.0s |       0 |        0 |        0 |     5052      0 |      166 |     1352
2.20/2.26	c  0.0s |       0 |      894 |       46 |     5052      0 |      166 |     1377
2.20/2.26	c #cpu_time = 0.040s
2.20/2.26	c #wall_clock_time = 0.040s
2.20/2.26	c #decision = 894
2.20/2.26	c #random_decision = 0
2.20/2.26	c #conflict = 46
2.20/2.26	c #restart = 0
2.20/2.26	c BCD2: relaxing 28 and merging with 6 cores into a new core of size 230: cost of the new core is >=2078
2.20/2.26	c lower bound updated to 6401
2.20/2.26	c BCD2: 6401 <= obj <= 11031
2.20/2.26	c BCD2: #cores=18, #unrelaxed=572, #relaxed=1300, #hardened=0
2.20/2.26	c BCD2: #sat=3 #unsat=35 bias=35/38
2.48/2.53	c Solving starts ...
2.48/2.53	c ============================[ Search Statistics ]============================
2.48/2.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.48/2.53	c       |         |          |          |    Limit     GC | Var      | Constra 
2.48/2.53	c =============================================================================
2.48/2.53	c  0.0s |       0 |        0 |        0 |     5052      0 |      215 |     1377
2.48/2.56	c  0.0s |       0 |     2044 |       11 |     5052      0 |      215 |     1470
2.48/2.56	c #cpu_time = 0.031s
2.48/2.56	c #wall_clock_time = 0.031s
2.48/2.56	c #decision = 2044
2.48/2.56	c #random_decision = 2
2.48/2.56	c #conflict = 11
2.48/2.56	c #restart = 0
2.48/2.56	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 16: cost of the new core is >=1023
2.48/2.56	c lower bound updated to 6402
2.48/2.56	c BCD2: 6402 <= obj <= 11031
2.48/2.56	c BCD2: #cores=17, #unrelaxed=572, #relaxed=1300, #hardened=0
2.48/2.56	c BCD2: #sat=3 #unsat=36 bias=36/39
2.59/2.66	c Solving starts ...
2.59/2.66	c ============================[ Search Statistics ]============================
2.59/2.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.66	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.66	c =============================================================================
2.59/2.66	c  0.0s |       0 |        0 |        0 |     5052      0 |      248 |     1470
2.59/2.69	c  0.0s |       1 |     2375 |      100 |     5558      0 |      248 |     1537
2.79/2.82	c  0.2s |       2 |     4299 |      250 |     5558      0 |      248 |     1537
2.89/2.95	c  0.3s |       3 |     7013 |      475 |     6114      0 |      248 |     1537
3.09/3.15	c  0.5s |       4 |    10341 |      813 |     6114      0 |      248 |     1537
3.39/3.48	c  0.8s |       5 |    15506 |     1320 |     6726      0 |      248 |     1537
3.89/3.99	c  1.3s |       6 |    22724 |     2081 |     7399      0 |      248 |     1537
4.59/4.64	c  2.0s |       7 |    31987 |     3223 |     8139      0 |      248 |     1537
5.79/5.80	c  3.1s |       8 |    44467 |     4936 |     8953      0 |      248 |     1537
7.38/7.44	c  4.8s |       9 |    68844 |     7506 |     9849      0 |      248 |     1537
9.38/9.48	c  6.8s |       9 |    90961 |    10306 |     9849      0 |      248 |     1537
10.28/10.31	c  7.7s |      10 |    99795 |    11361 |    10834      0 |      248 |     1537
12.28/12.34	c  9.7s |      10 |   124277 |    14161 |    10834      1 |      248 |     1537
14.30/14.36	c 11.7s |      10 |   144047 |    16761 |    11918      1 |      248 |     1537
14.59/14.62	c 12.0s |      11 |   147959 |    17144 |    11918      1 |      248 |     1537
16.60/16.62	c 14.0s |      11 |   167326 |    19544 |    11918      1 |      248 |     1537
18.69/18.80	c 16.1s |      11 |   186825 |    22044 |    11918      2 |      248 |     1537
20.78/20.81	c 18.2s |      11 |   206901 |    24744 |    11918      2 |      248 |     1537
21.48/21.56	c 18.9s |      12 |   214056 |    25819 |    13110      2 |      248 |     1537
23.58/23.61	c 21.0s |      12 |   234057 |    28319 |    13110      2 |      248 |     1537
25.68/25.70	c 23.0s |      12 |   253034 |    30519 |    13110      3 |      248 |     1537
27.68/27.76	c 25.1s |      12 |   274948 |    33119 |    13110      3 |      248 |     1537
29.79/29.84	c 27.2s |      12 |   298006 |    35819 |    13110      3 |      248 |     1537
31.78/31.85	c 29.2s |      12 |   316041 |    38319 |    14422      4 |      248 |     1537
32.28/32.36	c 29.7s |      13 |   320175 |    38832 |    14422      4 |      248 |     1537
34.28/34.39	c 31.7s |      13 |   340513 |    41332 |    14422      4 |      248 |     1537
36.39/36.45	c 33.8s |      13 |   357612 |    43732 |    14422      4 |      248 |     1537
38.38/38.48	c 35.8s |      13 |   372367 |    46032 |    14422      5 |      248 |     1537
40.48/40.55	c 37.9s |      13 |   388594 |    48432 |    14422      5 |      248 |     1537
42.48/42.59	c 39.9s |      13 |   405738 |    51232 |    14422      5 |      248 |     1537
44.58/44.62	c 42.0s |      13 |   418663 |    53732 |    14422      5 |      248 |     1537
46.59/46.63	c 44.0s |      13 |   433564 |    56032 |    14422      6 |      248 |     1537
48.29/48.35	c 45.7s |      14 |   449606 |    58352 |    15865      6 |      248 |     1537
50.39/50.41	c 47.8s |      14 |   471993 |    61352 |    15865      6 |      248 |     1537
52.59/52.61	c 50.0s |      14 |   490092 |    63652 |    15865      7 |      248 |     1537
54.68/54.71	c 52.1s |      14 |   512552 |    66252 |    15865      7 |      248 |     1537
56.68/56.78	c 54.1s |      14 |   533252 |    68352 |    15865      7 |      248 |     1537
58.78/58.83	c 56.2s |      14 |   559527 |    70952 |    15865      7 |      248 |     1537
60.78/60.85	c 58.2s |      14 |   573087 |    73152 |    15865      8 |      248 |     1537
62.79/62.87	c 60.2s |      14 |   587535 |    75552 |    15865      8 |      248 |     1537
64.89/64.91	c 62.3s |      14 |   602647 |    78052 |    15865      8 |      248 |     1537
66.88/66.97	c 64.3s |      14 |   619664 |    80352 |    15865      8 |      248 |     1537
69.08/69.10	c 66.4s |      14 |   632414 |    82352 |    15865      9 |      248 |     1537
71.08/71.14	c 68.5s |      14 |   655242 |    85252 |    15865      9 |      248 |     1537
72.98/73.02	c 70.4s |      15 |   673837 |    87632 |    17452      9 |      248 |     1537
74.98/75.05	c 72.4s |      15 |   688540 |    89832 |    17452      9 |      248 |     1537
76.99/77.09	c 74.4s |      15 |   703898 |    92032 |    17452      9 |      248 |     1537
79.08/79.10	c 76.4s |      15 |   719841 |    94132 |    17452     10 |      248 |     1537
81.08/81.10	c 78.4s |      15 |   734876 |    96432 |    17452     10 |      248 |     1537
83.08/83.14	c 80.5s |      15 |   750243 |    98732 |    17452     10 |      248 |     1537
85.18/85.23	c 82.6s |      15 |   759219 |   100432 |    17452     10 |      248 |     1537
87.78/87.80	c 85.1s |      15 |   782366 |   102832 |    17452     11 |      248 |     1537
89.77/89.87	c 87.2s |      15 |   802851 |   105332 |    17452     11 |      248 |     1537
91.87/91.90	c 89.2s |      15 |   823154 |   107932 |    17452     11 |      248 |     1537
93.87/93.93	c 91.3s |      15 |   841381 |   110332 |    17452     11 |      248 |     1537
95.97/96.02	c 93.4s |      15 |   860157 |   112232 |    17452     11 |      248 |     1537
98.07/98.10	c 95.4s |      15 |   879169 |   114232 |    17452     12 |      248 |     1537
100.08/100.11	c 97.5s |      15 |   904667 |   116832 |    17452     12 |      248 |     1537
102.07/102.13	c 99.5s |      15 |   925967 |   119432 |    17452     12 |      248 |     1537
104.07/104.15	c  101s |      15 |   941869 |   121732 |    17452     12 |      248 |     1537
106.07/106.18	c  103s |      15 |   953627 |   123832 |    17452     13 |      248 |     1537
108.07/108.19	c  105s |      15 |   967051 |   126032 |    17452     13 |      248 |     1537
110.08/110.19	c  107s |      15 |   980740 |   128032 |    17452     13 |      248 |     1537
112.17/112.21	c  109s |      15 |   992775 |   130032 |    17452     13 |      248 |     1537
113.67/113.78	c  111s |      16 |  1002981 |   131552 |    19198     13 |      248 |     1537
115.76/115.81	c  113s |      16 |  1016585 |   133352 |    19198     13 |      248 |     1537
117.77/117.85	c  115s |      16 |  1032109 |   135452 |    19198     14 |      248 |     1537
119.87/119.93	c  117s |      16 |  1045795 |   137452 |    19198     14 |      248 |     1537
121.87/121.99	c  119s |      16 |  1060697 |   140052 |    19198     14 |      248 |     1537
123.97/124.02	c  121s |      16 |  1076051 |   142452 |    19198     14 |      248 |     1537
125.96/126.06	c  123s |      16 |  1094037 |   144852 |    19198     14 |      248 |     1537
128.06/128.14	c  125s |      16 |  1110628 |   147152 |    19198     15 |      248 |     1537
130.16/130.22	c  127s |      16 |  1122475 |   149252 |    19198     15 |      248 |     1537
132.16/132.27	c  129s |      16 |  1134642 |   151152 |    19198     15 |      248 |     1537
134.17/134.28	c  131s |      16 |  1153307 |   153652 |    19198     15 |      248 |     1537
136.26/136.36	c  133s |      16 |  1169542 |   155852 |    19198     15 |      248 |     1537
138.36/138.43	c  135s |      16 |  1186685 |   158152 |    19198     16 |      248 |     1537
140.36/140.46	c  137s |      16 |  1207103 |   160852 |    19198     16 |      248 |     1537
142.45/142.53	c  139s |      16 |  1225398 |   163452 |    19198     16 |      248 |     1537
144.45/144.57	c  141s |      16 |  1242505 |   165652 |    19198     16 |      248 |     1537
146.45/146.59	c  143s |      16 |  1255353 |   167052 |    19198     17 |      248 |     1537
148.56/148.63	c  145s |      16 |  1275776 |   169752 |    19198     17 |      248 |     1537
150.55/150.66	c  148s |      16 |  1298898 |   172552 |    19198     17 |      248 |     1537
152.54/152.69	c  150s |      16 |  1319084 |   175152 |    19198     17 |      248 |     1537
154.64/154.74	c  152s |      16 |  1343669 |   177352 |    19198     17 |      248 |     1537
156.74/156.81	c  154s |      16 |  1361327 |   179552 |    19198     18 |      248 |     1537
158.74/158.82	c  156s |      16 |  1381247 |   181952 |    19198     18 |      248 |     1537
160.84/160.90	c  158s |      16 |  1397718 |   184052 |    19198     18 |      248 |     1537
162.84/162.94	c  160s |      16 |  1417437 |   186152 |    19198     18 |      248 |     1537
164.84/164.95	c  162s |      16 |  1431308 |   188052 |    19198     18 |      248 |     1537
166.85/166.96	c  164s |      16 |  1445229 |   190352 |    19198     19 |      248 |     1537
168.84/169.00	c  166s |      16 |  1459877 |   192852 |    19198     19 |      248 |     1537
170.94/171.04	c  168s |      16 |  1475174 |   195252 |    19198     19 |      248 |     1537
172.75/172.83	c  170s |      17 |  1489434 |   197432 |    21118     19 |      248 |     1537
174.95/175.05	c  172s |      17 |  1502331 |   199032 |    21118     19 |      248 |     1537
176.94/177.09	c  174s |      17 |  1522470 |   201532 |    21118     20 |      248 |     1537
179.04/179.10	c  176s |      17 |  1534182 |   203332 |    21118     20 |      248 |     1537
181.04/181.15	c  178s |      17 |  1553283 |   205932 |    21118     20 |      248 |     1537
183.04/183.18	c  180s |      17 |  1572611 |   208232 |    21118     20 |      248 |     1537
185.04/185.19	c  182s |      17 |  1587751 |   210332 |    21118     20 |      248 |     1537
187.14/187.29	c  184s |      17 |  1603691 |   212332 |    21118     20 |      248 |     1537
189.24/189.34	c  186s |      17 |  1620373 |   214332 |    21118     21 |      248 |     1537
191.24/191.39	c  188s |      17 |  1634046 |   216632 |    21118     21 |      248 |     1537
193.34/193.44	c  190s |      17 |  1647552 |   218732 |    21118     21 |      248 |     1537
195.34/195.44	c  192s |      17 |  1664035 |   220932 |    21118     21 |      248 |     1537
197.34/197.45	c  194s |      17 |  1681500 |   223332 |    21118     21 |      248 |     1537
199.44/199.53	c  196s |      17 |  1697264 |   225432 |    21118     22 |      248 |     1537
201.43/201.54	c  198s |      17 |  1710982 |   227732 |    21118     22 |      248 |     1537
203.44/203.55	c  200s |      17 |  1730222 |   230232 |    21118     22 |      248 |     1537
205.43/205.56	c  202s |      17 |  1753556 |   232732 |    21118     22 |      248 |     1537
207.53/207.61	c  204s |      17 |  1770417 |   234832 |    21118     22 |      248 |     1537
209.53/209.62	c  206s |      17 |  1789340 |   237132 |    21118     23 |      248 |     1537
211.63/211.73	c  209s |      17 |  1809226 |   239532 |    21118     23 |      248 |     1537
213.63/213.78	c  211s |      17 |  1820059 |   240932 |    21118     23 |      248 |     1537
215.73/215.85	c  213s |      17 |  1839119 |   243632 |    21118     23 |      248 |     1537
217.84/217.94	c  215s |      17 |  1867923 |   246132 |    21118     23 |      248 |     1537
219.83/219.96	c  217s |      17 |  1890293 |   248232 |    21118     24 |      248 |     1537
221.83/221.99	c  219s |      17 |  1913895 |   250732 |    21118     24 |      248 |     1537
225.53/225.63	c  222s |      17 |  1931625 |   252832 |    21118     24 |      248 |     1537
227.63/227.71	c  225s |      17 |  1954381 |   255332 |    21118     24 |      248 |     1537
229.62/229.77	c  227s |      17 |  1975440 |   257832 |    21118     24 |      248 |     1537
231.62/231.79	c  229s |      17 |  1990719 |   259732 |    21118     24 |      248 |     1537
233.72/233.84	c  231s |      17 |  2004013 |   261332 |    21118     25 |      248 |     1537
235.82/235.92	c  233s |      17 |  2023364 |   263432 |    21118     25 |      248 |     1537
237.82/237.97	c  235s |      17 |  2040231 |   265832 |    21118     25 |      248 |     1537
239.92/240.02	c  237s |      17 |  2056629 |   268032 |    21118     25 |      248 |     1537
241.93/242.07	c  239s |      17 |  2072098 |   270132 |    21118     25 |      248 |     1537
244.02/244.10	c  241s |      17 |  2088605 |   271932 |    21118     26 |      248 |     1537
246.02/246.11	c  243s |      17 |  2101591 |   273832 |    21118     26 |      248 |     1537
248.02/248.16	c  245s |      17 |  2112651 |   275632 |    21118     26 |      248 |     1537
250.12/250.24	c  247s |      17 |  2127934 |   277732 |    21118     26 |      248 |     1537
252.12/252.27	c  249s |      17 |  2142850 |   279632 |    21118     26 |      248 |     1537
254.42/254.55	c  251s |      17 |  2152313 |   280732 |    21118     26 |      248 |     1537
256.52/256.61	c  253s |      17 |  2166586 |   282732 |    21118     26 |      248 |     1537
258.52/258.67	c  256s |      17 |  2179196 |   284332 |    21118     27 |      248 |     1537
260.51/260.67	c  258s |      17 |  2194263 |   286432 |    21118     27 |      248 |     1537
262.61/262.71	c  260s |      17 |  2220003 |   289132 |    21118     27 |      248 |     1537
264.61/264.74	c  262s |      17 |  2244507 |   291832 |    21118     27 |      248 |     1537
266.71/266.80	c  264s |      17 |  2267260 |   294032 |    23230     27 |      248 |     1537
268.71/268.87	c  266s |      17 |  2285661 |   296032 |    23230     27 |      248 |     1537
268.91/269.07	c  266s |      18 |  2286940 |   296252 |    23230     27 |      248 |     1537
271.12/271.25	c  268s |      18 |  2298654 |   298152 |    23230     28 |      248 |     1537
273.22/273.30	c  270s |      18 |  2314535 |   300652 |    23230     28 |      248 |     1537
275.22/275.32	c  272s |      18 |  2332178 |   302652 |    23230     28 |      248 |     1537
277.22/277.39	c  274s |      18 |  2352694 |   305252 |    23230     28 |      248 |     1537
279.32/279.45	c  276s |      18 |  2373167 |   307752 |    23230     28 |      248 |     1537
281.41/281.51	c  278s |      18 |  2381517 |   308852 |    23230     28 |      248 |     1537
283.41/283.52	c  280s |      18 |  2403624 |   311052 |    23230     29 |      248 |     1537
285.41/285.54	c  282s |      18 |  2421818 |   313052 |    23230     29 |      248 |     1537
287.41/287.55	c  284s |      18 |  2437366 |   315152 |    23230     29 |      248 |     1537
289.51/289.65	c  286s |      18 |  2454384 |   317652 |    23230     29 |      248 |     1537
291.61/291.72	c  289s |      18 |  2467236 |   319752 |    23230     29 |      248 |     1537
293.72/293.80	c  291s |      18 |  2481114 |   321552 |    23230     29 |      248 |     1537
295.71/295.83	c  293s |      18 |  2495816 |   323552 |    23230     30 |      248 |     1537
297.81/297.90	c  295s |      18 |  2512699 |   325752 |    23230     30 |      248 |     1537
299.81/299.92	c  297s |      18 |  2536021 |   328552 |    23230     30 |      248 |     1537
301.90/302.00	c  299s |      18 |  2550681 |   330552 |    23230     30 |      248 |     1537
303.90/304.05	c  301s |      18 |  2568519 |   332852 |    23230     30 |      248 |     1537
305.90/306.07	c  303s |      18 |  2583812 |   335052 |    23230     30 |      248 |     1537
308.01/308.18	c  305s |      18 |  2598463 |   336952 |    23230     31 |      248 |     1537
310.11/310.21	c  307s |      18 |  2615645 |   339052 |    23230     31 |      248 |     1537
312.10/312.22	c  309s |      18 |  2633185 |   341252 |    23230     31 |      248 |     1537
314.61/314.77	c  312s |      18 |  2645958 |   343452 |    23230     31 |      248 |     1537
316.60/316.79	c  314s |      18 |  2663530 |   345852 |    23230     31 |      248 |     1537
318.70/318.83	c  316s |      18 |  2682136 |   348152 |    23230     31 |      248 |     1537
320.80/320.95	c  318s |      18 |  2697893 |   349952 |    23230     32 |      248 |     1537
322.89/323.01	c  320s |      18 |  2718910 |   352652 |    23230     32 |      248 |     1537
324.89/325.08	c  322s |      18 |  2740333 |   355152 |    23230     32 |      248 |     1537
326.99/327.11	c  324s |      18 |  2755914 |   357352 |    23230     32 |      248 |     1537
328.99/329.11	c  326s |      18 |  2769747 |   359352 |    23230     32 |      248 |     1537
331.10/331.23	c  328s |      18 |  2783076 |   361152 |    23230     33 |      248 |     1537
333.09/333.25	c  330s |      18 |  2796286 |   362852 |    23230     33 |      248 |     1537
335.09/335.25	c  332s |      18 |  2815713 |   365452 |    23230     33 |      248 |     1537
337.09/337.27	c  334s |      18 |  2833041 |   367952 |    23230     33 |      248 |     1537
339.19/339.30	c  336s |      18 |  2853582 |   370452 |    23230     33 |      248 |     1537
341.19/341.38	c  338s |      18 |  2870176 |   373052 |    23230     33 |      248 |     1537
343.29/343.47	c  340s |      18 |  2881715 |   374652 |    23230     34 |      248 |     1537
345.39/345.50	c  342s |      18 |  2895085 |   376352 |    23230     34 |      248 |     1537
347.39/347.51	c  344s |      18 |  2908729 |   378552 |    23230     34 |      248 |     1537
349.39/349.55	c  346s |      18 |  2923609 |   381252 |    23230     34 |      248 |     1537
351.38/351.57	c  348s |      18 |  2939175 |   383752 |    23230     34 |      248 |     1537
353.48/353.63	c  350s |      18 |  2957431 |   385952 |    23230     34 |      248 |     1537
355.48/355.65	c  352s |      18 |  2968968 |   388052 |    23230     35 |      248 |     1537
357.49/357.69	c  355s |      18 |  2990629 |   390152 |    23230     35 |      248 |     1537
359.59/359.75	c  357s |      18 |  3000958 |   391352 |    23230     35 |      248 |     1537
361.58/361.78	c  359s |      18 |  3019248 |   393852 |    23230     35 |      248 |     1537
363.58/363.79	c  361s |      18 |  3033932 |   395952 |    23230     35 |      248 |     1537
365.68/365.88	c  363s |      18 |  3048618 |   398152 |    23230     35 |      248 |     1537
367.68/367.89	c  365s |      18 |  3064917 |   400152 |    23230     36 |      248 |     1537
369.68/369.89	c  367s |      18 |  3078355 |   402352 |    23230     36 |      248 |     1537
371.79/371.94	c  369s |      18 |  3100635 |   404952 |    23230     36 |      248 |     1537
373.78/373.96	c  371s |      18 |  3122930 |   407052 |    23230     36 |      248 |     1537
375.88/376.02	c  373s |      18 |  3144849 |   409552 |    23230     36 |      248 |     1537
377.88/378.03	c  375s |      18 |  3165505 |   411752 |    23230     36 |      248 |     1537
379.98/380.12	c  377s |      18 |  3176130 |   413352 |    23230     37 |      248 |     1537
381.97/382.13	c  379s |      18 |  3196250 |   415852 |    23230     37 |      248 |     1537
383.97/384.17	c  381s |      18 |  3217280 |   418452 |    23230     37 |      248 |     1537
386.08/386.27	c  383s |      18 |  3235806 |   420752 |    23230     37 |      248 |     1537
388.18/388.34	c  385s |      18 |  3250070 |   422552 |    23230     37 |      248 |     1537
390.17/390.35	c  387s |      18 |  3265595 |   424552 |    23230     37 |      248 |     1537
392.27/392.43	c  389s |      18 |  3274368 |   426052 |    23230     38 |      248 |     1537
394.27/394.48	c  391s |      18 |  3284607 |   427452 |    23230     38 |      248 |     1537
396.37/396.53	c  393s |      18 |  3300457 |   429652 |    23230     38 |      248 |     1537
398.37/398.54	c  395s |      18 |  3315173 |   431652 |    23230     38 |      248 |     1537
400.47/400.61	c  397s |      18 |  3334349 |   433752 |    23230     38 |      248 |     1537
402.48/402.67	c  400s |      18 |  3350190 |   435752 |    23230     38 |      248 |     1537
404.57/404.76	c  402s |      18 |  3362775 |   437852 |    23230     38 |      248 |     1537
406.57/406.79	c  404s |      18 |  3377856 |   440152 |    23230     39 |      248 |     1537
408.67/408.85	c  406s |      18 |  3395640 |   442752 |    25554     39 |      248 |     1537
410.18/410.36	c  407s |      19 |  3408083 |   444482 |    25554     39 |      248 |     1537
413.17/413.36	c  410s |      19 |  3418750 |   445882 |    25554     39 |      248 |     1537
415.47/415.67	c  413s |      19 |  3429473 |   447082 |    25554     39 |      248 |     1537
417.47/417.69	c  415s |      19 |  3448139 |   449182 |    25554     39 |      248 |     1537
419.57/419.72	c  417s |      19 |  3464804 |   451782 |    25554     39 |      248 |     1537
421.56/421.77	c  419s |      19 |  3479447 |   453882 |    25554     40 |      248 |     1537
423.66/423.81	c  421s |      19 |  3494193 |   455882 |    25554     40 |      248 |     1537
425.67/425.85	c  423s |      19 |  3518172 |   458282 |    25554     40 |      248 |     1537
427.77/427.96	c  425s |      19 |  3538146 |   460382 |    25554     40 |      248 |     1537
429.76/429.98	c  427s |      19 |  3549868 |   462482 |    25554     40 |      248 |     1537
431.76/431.99	c  429s |      19 |  3560426 |   464382 |    25554     40 |      248 |     1537
433.86/434.07	c  431s |      19 |  3572301 |   466182 |    25554     40 |      248 |     1537
435.86/436.07	c  433s |      19 |  3590030 |   468282 |    25554     41 |      248 |     1537
437.96/438.10	c  435s |      19 |  3606582 |   470482 |    25554     41 |      248 |     1537
439.96/440.16	c  437s |      19 |  3622951 |   473182 |    25554     41 |      248 |     1537
442.06/442.24	c  439s |      19 |  3638593 |   475782 |    25554     41 |      248 |     1537
444.05/444.26	c  441s |      19 |  3653100 |   478182 |    25554     41 |      248 |     1537
446.15/446.34	c  443s |      19 |  3664016 |   480282 |    25554     41 |      248 |     1537
448.25/448.48	c  445s |      19 |  3671237 |   481782 |    25554     42 |      248 |     1537
450.56/450.79	c  448s |      19 |  3677387 |   482982 |    25554     42 |      248 |     1537
452.66/452.84	c  450s |      19 |  3694945 |   485282 |    25554     42 |      248 |     1537
454.66/454.86	c  452s |      19 |  3712244 |   487782 |    25554     42 |      248 |     1537
456.76/456.94	c  454s |      19 |  3728701 |   490082 |    25554     42 |      248 |     1537
458.86/459.00	c  456s |      19 |  3748297 |   492582 |    25554     42 |      248 |     1537
460.86/461.06	c  458s |      19 |  3765886 |   495082 |    25554     42 |      248 |     1537
462.96/463.17	c  460s |      19 |  3772886 |   496182 |    25554     43 |      248 |     1537
464.95/465.17	c  462s |      19 |  3784524 |   498182 |    25554     43 |      248 |     1537
466.95/467.18	c  464s |      19 |  3803038 |   500482 |    25554     43 |      248 |     1537
468.95/469.18	c  466s |      19 |  3815508 |   502582 |    25554     43 |      248 |     1537
471.05/471.20	c  468s |      19 |  3833789 |   504882 |    25554     43 |      248 |     1537
473.05/473.26	c  470s |      19 |  3850793 |   507182 |    25554     43 |      248 |     1537
475.06/475.28	c  472s |      19 |  3870511 |   509682 |    25554     43 |      248 |     1537
477.15/477.34	c  474s |      19 |  3891255 |   512082 |    25554     44 |      248 |     1537
479.25/479.42	c  476s |      19 |  3906220 |   513982 |    25554     44 |      248 |     1537
481.25/481.43	c  478s |      19 |  3927747 |   516282 |    25554     44 |      248 |     1537
483.25/483.49	c  480s |      19 |  3939278 |   517982 |    25554     44 |      248 |     1537
485.45/485.66	c  482s |      19 |  3947994 |   519282 |    25554     44 |      248 |     1537
487.55/487.72	c  485s |      19 |  3964508 |   521082 |    25554     44 |      248 |     1537
489.55/489.75	c  487s |      19 |  3981283 |   522782 |    25554     44 |      248 |     1537
491.65/491.82	c  489s |      19 |  3993633 |   524682 |    25554     45 |      248 |     1537
493.65/493.84	c  491s |      19 |  4011270 |   526882 |    25554     45 |      248 |     1537
495.74/495.92	c  493s |      19 |  4027027 |   528982 |    25554     45 |      248 |     1537
497.74/497.92	c  495s |      19 |  4042688 |   530982 |    25554     45 |      248 |     1537
499.74/499.95	c  497s |      19 |  4055844 |   532882 |    25554     45 |      248 |     1537
501.84/502.03	c  499s |      19 |  4070870 |   534782 |    25554     45 |      248 |     1537
503.84/504.04	c  501s |      19 |  4083381 |   536582 |    25554     45 |      248 |     1537
505.85/506.05	c  503s |      19 |  4095921 |   538382 |    25554     46 |      248 |     1537
508.05/508.23	c  505s |      19 |  4116042 |   540382 |    25554     46 |      248 |     1537
510.14/510.31	c  507s |      19 |  4132970 |   542682 |    25554     46 |      248 |     1537
512.14/512.33	c  509s |      19 |  4149685 |   544882 |    25554     46 |      248 |     1537
514.23/514.43	c  511s |      19 |  4162718 |   546882 |    25554     46 |      248 |     1537
516.23/516.46	c  513s |      19 |  4174315 |   548982 |    25554     46 |      248 |     1537
518.23/518.50	c  515s |      19 |  4189529 |   551082 |    25554     46 |      248 |     1537
520.83/521.02	c  518s |      19 |  4201511 |   552582 |    25554     47 |      248 |     1537
522.83/523.03	c  520s |      19 |  4217681 |   554882 |    25554     47 |      248 |     1537
524.83/525.09	c  522s |      19 |  4234373 |   557282 |    25554     47 |      248 |     1537
526.93/527.16	c  524s |      19 |  4247505 |   559482 |    25554     47 |      248 |     1537
526.93/527.19	c  524s |      19 |  4247578 |   559498 |    25554     47 |      248 |     1537
526.93/527.19	c #cpu_time = 524.481s
526.93/527.19	c #wall_clock_time = 524.533s
526.93/527.19	c #decision = 4247578
526.93/527.19	c #random_decision = 9242
526.93/527.19	c #conflict = 559498
526.93/527.19	c #restart = 19
526.93/527.19	c BCD2: relaxing 82 and merging with 6 cores into a new core of size 588: cost of the new core is >=3978
526.93/527.19	c lower bound updated to 6439
526.93/527.19	c BCD2: 6439 <= obj <= 11031
526.93/527.19	c BCD2: #cores=12, #unrelaxed=490, #relaxed=1382, #hardened=0
526.93/527.19	c BCD2: #sat=3 #unsat=37 bias=37/40
527.03/527.26	c Solving starts ...
527.03/527.26	c ============================[ Search Statistics ]============================
527.03/527.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
527.03/527.26	c       |         |          |          |    Limit     GC | Var      | Constra 
527.03/527.26	c =============================================================================
527.03/527.26	c  0.0s |       0 |        0 |        0 |    25554      0 |      313 |     1537
528.03/528.21	c  1.0s |       1 |      949 |      100 |    25554      0 |      313 |     1671
528.73/528.99	c  1.7s |       2 |     1730 |      250 |    25554      0 |      313 |     1671
529.13/529.39	c  2.1s |       3 |     8246 |      475 |    25554      0 |      313 |     1671
530.62/530.85	c  3.6s |       4 |    11820 |      813 |    25554      0 |      313 |     1671
531.23/531.49	c  4.2s |       5 |    17757 |     1320 |    25554      0 |      313 |     1671
532.42/532.61	c  5.3s |       6 |    26025 |     2081 |    25554      0 |      313 |     1671
533.92/534.12	c  6.9s |       7 |    34177 |     3223 |    25554      0 |      313 |     1671
536.22/536.44	c  9.2s |       7 |    46411 |     4623 |    25554      0 |      313 |     1671
536.63/536.89	c  9.6s |       8 |    49248 |     4936 |    25554      0 |      313 |     1671
538.72/538.99	c 11.7s |       8 |    58545 |     6236 |    25554      0 |      313 |     1671
540.52/540.77	c 13.5s |       9 |    70792 |     7506 |    25554      0 |      313 |     1671
542.62/542.81	c 15.6s |       9 |    81138 |     9006 |    25554      0 |      313 |     1671
544.62/544.81	c 17.6s |       9 |    92113 |    10406 |    25554      0 |      313 |     1671
546.12/546.33	c 19.1s |      10 |    98424 |    11361 |    25554      0 |      313 |     1671
548.22/548.45	c 21.2s |      10 |   109392 |    12761 |    25554      0 |      313 |     1671
550.32/550.58	c 23.3s |      10 |   124237 |    14161 |    25554      0 |      313 |     1671
552.42/552.66	c 25.4s |      10 |   133737 |    15561 |    25554      0 |      313 |     1671
554.52/554.75	c 27.5s |      10 |   143286 |    17061 |    25554      0 |      313 |     1671
554.62/554.87	c 27.6s |      11 |   144068 |    17144 |    25554      0 |      313 |     1671
556.62/556.89	c 29.6s |      11 |   155994 |    18444 |    25554      0 |      313 |     1671
558.72/558.99	c 31.7s |      11 |   172737 |    19844 |    25554      0 |      313 |     1671
560.82/561.08	c 33.8s |      11 |   186077 |    21344 |    25554      0 |      313 |     1671
562.91/563.13	c 35.9s |      11 |   196513 |    22744 |    25554      0 |      313 |     1671
565.01/565.21	c 38.0s |      11 |   206550 |    24144 |    25554      0 |      313 |     1671
567.11/567.31	c 40.1s |      11 |   216102 |    25444 |    25554      0 |      313 |     1671
567.61/567.88	c 40.6s |      12 |   218637 |    25819 |    25554      0 |      313 |     1671
569.81/570.05	c 42.8s |      12 |   224944 |    27019 |    25554      0 |      313 |     1671
571.92/572.18	c 44.9s |      12 |   240389 |    28119 |    25554      1 |      313 |     1671
574.12/574.31	c 47.1s |      12 |   248954 |    29219 |    25554      1 |      313 |     1671
576.12/576.38	c 49.1s |      12 |   258420 |    30519 |    25554      1 |      313 |     1671
578.32/578.52	c 51.3s |      12 |   271763 |    31619 |    25554      1 |      313 |     1671
580.42/580.65	c 53.4s |      12 |   285416 |    32919 |    25554      1 |      313 |     1671
582.51/582.77	c 55.5s |      12 |   295028 |    34119 |    25554      1 |      313 |     1671
584.61/584.86	c 57.6s |      12 |   301885 |    35319 |    25554      1 |      313 |     1671
586.71/586.90	c 59.6s |      12 |   310432 |    36419 |    25554      1 |      313 |     1671
588.81/589.00	c 61.7s |      12 |   316388 |    37419 |    25554      1 |      313 |     1671
590.81/591.06	c 63.8s |      12 |   324567 |    38319 |    25554      1 |      313 |     1671
591.91/592.17	c 64.9s |      13 |   330064 |    38832 |    25554      1 |      313 |     1671
594.21/594.40	c 67.1s |      13 |   339226 |    39632 |    25554      1 |      313 |     1671
596.21/596.44	c 69.2s |      13 |   349065 |    40732 |    25554      1 |      313 |     1671
598.32/598.58	c 71.3s |      13 |   365904 |    42032 |    25554      2 |      313 |     1671
600.42/600.63	c 73.4s |      13 |   378044 |    43132 |    25554      2 |      313 |     1671
602.51/602.73	c 75.5s |      13 |   387844 |    44532 |    25554      2 |      313 |     1671
604.61/604.84	c 77.6s |      13 |   396264 |    45732 |    25554      2 |      313 |     1671
606.70/606.94	c 79.7s |      13 |   404411 |    47132 |    25554      2 |      313 |     1671
608.70/608.95	c 81.7s |      13 |   414317 |    48432 |    25554      2 |      313 |     1671
610.70/610.98	c 83.7s |      13 |   426125 |    49732 |    25554      2 |      313 |     1671
612.90/613.11	c 85.9s |      13 |   438540 |    51032 |    25554      2 |      313 |     1671
615.00/615.27	c 88.0s |      13 |   451049 |    52332 |    25554      2 |      313 |     1671
617.10/617.35	c 90.1s |      13 |   460113 |    53532 |    25554      2 |      313 |     1671
619.10/619.38	c 92.1s |      13 |   470800 |    54732 |    25554      2 |      313 |     1671
621.31/621.55	c 94.3s |      13 |   477864 |    55732 |    25554      3 |      313 |     1671
623.30/623.58	c 96.3s |      13 |   485695 |    57032 |    25554      3 |      313 |     1671
625.30/625.58	c 98.3s |      13 |   492128 |    58132 |    25554      3 |      313 |     1671
625.70/626.00	c 98.7s |      14 |   492788 |    58352 |    25554      3 |      313 |     1671
627.80/628.05	c  100s |      14 |   498709 |    59252 |    25554      3 |      313 |     1671
629.90/630.11	c  102s |      14 |   507075 |    60252 |    25554      3 |      313 |     1671
631.99/632.27	c  105s |      14 |   514569 |    61352 |    25554      3 |      313 |     1671
633.99/634.27	c  107s |      14 |   522135 |    62152 |    25554      3 |      313 |     1671
636.19/636.46	c  109s |      14 |   531943 |    63452 |    25554      3 |      313 |     1671
638.39/638.60	c  111s |      14 |   542371 |    64752 |    25554      3 |      313 |     1671
640.39/640.62	c  113s |      14 |   552422 |    65852 |    25554      3 |      313 |     1671
642.49/642.71	c  115s |      14 |   561598 |    66952 |    25554      3 |      313 |     1671
644.50/644.74	c  117s |      14 |   571617 |    68152 |    25554      3 |      313 |     1671
646.49/646.79	c  119s |      14 |   579061 |    69352 |    25554      4 |      313 |     1671
648.59/648.83	c  121s |      14 |   588435 |    70652 |    25554      4 |      313 |     1671
650.69/650.97	c  123s |      14 |   597664 |    71952 |    25554      4 |      313 |     1671
652.88/653.12	c  125s |      14 |   605248 |    73152 |    25554      4 |      313 |     1671
654.98/655.26	c  128s |      14 |   616642 |    74452 |    25554      4 |      313 |     1671
657.18/657.40	c  130s |      14 |   624036 |    75652 |    25554      4 |      313 |     1671
659.18/659.49	c  132s |      14 |   632122 |    76752 |    25554      4 |      313 |     1671
661.28/661.55	c  134s |      14 |   637782 |    77852 |    25554      4 |      313 |     1671
663.38/663.65	c  136s |      14 |   646560 |    79052 |    25554      4 |      313 |     1671
665.38/665.65	c  138s |      14 |   655175 |    80152 |    25554      4 |      313 |     1671
667.48/667.71	c  140s |      14 |   668084 |    81052 |    25554      4 |      313 |     1671
669.58/669.87	c  142s |      14 |   678539 |    82352 |    25554      4 |      313 |     1671
671.77/672.01	c  144s |      14 |   686478 |    83552 |    25554      5 |      313 |     1671
673.87/674.16	c  146s |      14 |   695192 |    84752 |    25554      5 |      313 |     1671
675.97/676.20	c  148s |      14 |   707476 |    86052 |    25554      5 |      313 |     1671
677.97/678.28	c  151s |      14 |   719767 |    87152 |    25554      5 |      313 |     1671
678.87/679.10	c  151s |      15 |   725018 |    87632 |    25554      5 |      313 |     1671
680.97/681.25	c  153s |      15 |   736238 |    88832 |    25554      5 |      313 |     1671
683.07/683.30	c  156s |      15 |   744972 |    89932 |    25554      5 |      313 |     1671
685.17/685.44	c  158s |      15 |   753807 |    91032 |    25554      5 |      313 |     1671
687.27/687.60	c  160s |      15 |   764873 |    92232 |    25554      5 |      313 |     1671
689.47/689.73	c  162s |      15 |   775169 |    93432 |    25554      5 |      313 |     1671
691.56/691.85	c  164s |      15 |   782164 |    94632 |    25554      5 |      313 |     1671
693.66/693.98	c  166s |      15 |   789424 |    95832 |    25554      5 |      313 |     1671
695.66/695.99	c  168s |      15 |   794198 |    96732 |    25554      6 |      313 |     1671
697.76/698.08	c  170s |      15 |   805231 |    97832 |    25554      6 |      313 |     1671
699.86/700.11	c  172s |      15 |   814627 |    99032 |    25554      6 |      313 |     1671
701.96/702.28	c  175s |      15 |   824650 |   100132 |    25554      6 |      313 |     1671
704.16/704.43	c  177s |      15 |   835269 |   101332 |    25554      6 |      313 |     1671
706.26/706.51	c  179s |      15 |   845285 |   102532 |    28110      6 |      313 |     1671
708.36/708.67	c  181s |      15 |   855823 |   103832 |    28110      6 |      313 |     1671
710.47/710.72	c  183s |      15 |   868674 |   105032 |    28110      6 |      313 |     1671
712.46/712.79	c  185s |      15 |   877795 |   106432 |    28110      6 |      313 |     1671
714.56/714.81	c  187s |      15 |   885151 |   107732 |    28110      6 |      313 |     1671
716.56/716.88	c  189s |      15 |   893408 |   108932 |    28110      6 |      313 |     1671
718.76/719.02	c  191s |      15 |   904423 |   110232 |    28110      6 |      313 |     1671
720.76/721.09	c  193s |      15 |   914566 |   111332 |    28110      6 |      313 |     1671
722.76/723.09	c  195s |      15 |   922529 |   112532 |    28110      6 |      313 |     1671
724.86/725.17	c  197s |      15 |   930488 |   113332 |    28110      7 |      313 |     1671
726.96/727.29	c  200s |      15 |   938845 |   114332 |    28110      7 |      313 |     1671
729.06/729.37	c  202s |      15 |   948851 |   115432 |    28110      7 |      313 |     1671
731.15/731.45	c  204s |      15 |   957576 |   116632 |    28110      7 |      313 |     1671
733.25/733.60	c  206s |      15 |   967957 |   117832 |    28110      7 |      313 |     1671
735.45/735.75	c  208s |      15 |   976096 |   119132 |    28110      7 |      313 |     1671
737.45/737.77	c  210s |      15 |   982378 |   120232 |    28110      7 |      313 |     1671
739.55/739.80	c  212s |      15 |   987937 |   121332 |    28110      7 |      313 |     1671
741.65/741.96	c  214s |      15 |   997016 |   122532 |    28110      7 |      313 |     1671
743.85/744.13	c  216s |      15 |  1006366 |   123832 |    28110      7 |      313 |     1671
746.05/746.35	c  219s |      15 |  1018834 |   125032 |    28110      7 |      313 |     1671
748.15/748.45	c  221s |      15 |  1028829 |   126132 |    28110      7 |      313 |     1671
750.25/750.53	c  223s |      15 |  1036038 |   127132 |    28110      7 |      313 |     1671
752.35/752.64	c  225s |      15 |  1042948 |   128132 |    28110      8 |      313 |     1671
754.46/754.73	c  227s |      15 |  1049951 |   129232 |    28110      8 |      313 |     1671
756.56/756.89	c  229s |      15 |  1057070 |   130132 |    28110      8 |      313 |     1671
758.65/758.94	c  231s |      15 |  1065176 |   131232 |    28110      8 |      313 |     1671
759.15/759.44	c  232s |      16 |  1066674 |   131552 |    28110      8 |      313 |     1671
761.25/761.52	c  234s |      16 |  1081486 |   132752 |    28110      8 |      313 |     1671
763.26/763.56	c  236s |      16 |  1089376 |   133952 |    28110      8 |      313 |     1671
765.35/765.62	c  238s |      16 |  1096766 |   135152 |    28110      8 |      313 |     1671
767.35/767.66	c  240s |      16 |  1103321 |   136252 |    28110      8 |      313 |     1671
769.45/769.78	c  242s |      16 |  1109455 |   137452 |    28110      8 |      313 |     1671
771.55/771.84	c  244s |      16 |  1119092 |   138652 |    28110      8 |      313 |     1671
773.65/773.98	c  246s |      16 |  1130730 |   140052 |    28110      8 |      313 |     1671
775.75/776.07	c  248s |      16 |  1143024 |   141252 |    28110      8 |      313 |     1671
777.85/778.13	c  250s |      16 |  1148397 |   142452 |    28110      8 |      313 |     1671
779.85/780.18	c  252s |      16 |  1154626 |   143452 |    28110      9 |      313 |     1671
781.95/782.22	c  254s |      16 |  1164886 |   144552 |    28110      9 |      313 |     1671
784.05/784.34	c  257s |      16 |  1175670 |   145752 |    28110      9 |      313 |     1671
786.14/786.42	c  259s |      16 |  1182825 |   146952 |    28110      9 |      313 |     1671
788.14/788.48	c  261s |      16 |  1188776 |   148052 |    28110      9 |      313 |     1671
790.24/790.52	c  263s |      16 |  1196238 |   149052 |    28110      9 |      313 |     1671
792.24/792.54	c  265s |      16 |  1202682 |   150052 |    28110      9 |      313 |     1671
794.34/794.67	c  267s |      16 |  1210445 |   151152 |    28110      9 |      313 |     1671
796.54/796.80	c  269s |      16 |  1217309 |   152252 |    28110      9 |      313 |     1671
798.64/798.93	c  271s |      16 |  1225943 |   153352 |    28110      9 |      313 |     1671
800.74/801.09	c  273s |      16 |  1232526 |   154552 |    28110      9 |      313 |     1671
802.94/803.21	c  275s |      16 |  1241320 |   155652 |    28110      9 |      313 |     1671
805.05/805.37	c  278s |      16 |  1248353 |   156852 |    28110      9 |      313 |     1671
807.15/807.50	c  280s |      16 |  1252638 |   157852 |    28110      9 |      313 |     1671
809.35/809.63	c  282s |      16 |  1261140 |   158752 |    28110     10 |      313 |     1671
811.34/811.64	c  284s |      16 |  1266502 |   159652 |    28110     10 |      313 |     1671
813.44/813.71	c  286s |      16 |  1276381 |   160752 |    28110     10 |      313 |     1671
815.44/815.74	c  288s |      16 |  1282319 |   161952 |    28110     10 |      313 |     1671
817.54/817.81	c  290s |      16 |  1288366 |   163152 |    28110     10 |      313 |     1671
819.64/819.96	c  292s |      16 |  1298332 |   164452 |    28110     10 |      313 |     1671
821.84/822.11	c  294s |      16 |  1306970 |   165652 |    28110     10 |      313 |     1671
823.84/824.12	c  296s |      16 |  1314492 |   166752 |    28110     10 |      313 |     1671
825.84/826.13	c  298s |      16 |  1321383 |   167852 |    28110     10 |      313 |     1671
827.94/828.24	c  300s |      16 |  1327139 |   169052 |    28110     10 |      313 |     1671
829.94/830.25	c  302s |      16 |  1333445 |   170052 |    28110     10 |      313 |     1671
831.94/832.27	c  305s |      16 |  1338083 |   171152 |    28110     10 |      313 |     1671
833.94/834.28	c  307s |      16 |  1346570 |   172152 |    28110     10 |      313 |     1671
835.94/836.28	c  309s |      16 |  1355520 |   173152 |    28110     10 |      313 |     1671
838.14/838.42	c  311s |      16 |  1365410 |   174252 |    28110     11 |      313 |     1671
840.14/840.42	c  313s |      16 |  1374649 |   175352 |    28110     11 |      313 |     1671
842.24/842.53	c  315s |      16 |  1382564 |   176552 |    28110     11 |      313 |     1671
844.24/844.53	c  317s |      16 |  1389482 |   177552 |    28110     11 |      313 |     1671
846.34/846.65	c  319s |      16 |  1396449 |   178752 |    28110     11 |      313 |     1671
848.44/848.71	c  321s |      16 |  1405195 |   179852 |    28110     11 |      313 |     1671
850.53/850.84	c  323s |      16 |  1410515 |   181052 |    28110     11 |      313 |     1671
852.63/852.92	c  325s |      16 |  1424719 |   182152 |    28110     11 |      313 |     1671
855.03/855.30	c  328s |      16 |  1433906 |   182952 |    28110     11 |      313 |     1671
857.03/857.34	c  330s |      16 |  1442058 |   184052 |    28110     11 |      313 |     1671
859.13/859.46	c  332s |      16 |  1453012 |   185252 |    28110     11 |      313 |     1671
861.23/861.51	c  334s |      16 |  1461820 |   186352 |    28110     11 |      313 |     1671
863.34/863.60	c  336s |      16 |  1469637 |   187352 |    28110     11 |      313 |     1671
865.33/865.63	c  338s |      16 |  1476235 |   188352 |    28110     12 |      313 |     1671
867.33/867.68	c  340s |      16 |  1483744 |   189452 |    28110     12 |      313 |     1671
869.43/869.71	c  342s |      16 |  1492501 |   190752 |    28110     12 |      313 |     1671
871.43/871.78	c  344s |      16 |  1500221 |   192152 |    28110     12 |      313 |     1671
873.53/873.87	c  346s |      16 |  1513231 |   193452 |    28110     12 |      313 |     1671
875.63/875.95	c  348s |      16 |  1522957 |   194652 |    28110     12 |      313 |     1671
877.64/877.98	c  350s |      16 |  1531434 |   195752 |    28110     12 |      313 |     1671
879.84/880.12	c  352s |      16 |  1540833 |   196852 |    28110     12 |      313 |     1671
880.84/881.13	c  353s |      17 |  1544872 |   197432 |    28110     12 |      313 |     1671
882.93/883.21	c  355s |      17 |  1560336 |   198632 |    28110     12 |      313 |     1671
885.03/885.30	c  358s |      17 |  1575934 |   199932 |    28110     12 |      313 |     1671
887.13/887.43	c  360s |      17 |  1585997 |   201132 |    28110     12 |      313 |     1671
889.13/889.48	c  362s |      17 |  1594045 |   202332 |    28110     12 |      313 |     1671
891.23/891.54	c  364s |      17 |  1604748 |   203332 |    28110     13 |      313 |     1671
893.43/893.73	c  366s |      17 |  1616510 |   204532 |    28110     13 |      313 |     1671
895.53/895.84	c  368s |      17 |  1624393 |   205732 |    28110     13 |      313 |     1671
897.63/897.98	c  370s |      17 |  1635597 |   207032 |    28110     13 |      313 |     1671
899.83/900.13	c  372s |      17 |  1647253 |   208232 |    28110     13 |      313 |     1671
901.83/902.17	c  374s |      17 |  1661618 |   209432 |    28110     13 |      313 |     1671
904.03/904.34	c  377s |      17 |  1676826 |   210632 |    28110     13 |      313 |     1671
906.13/906.42	c  379s |      17 |  1690422 |   211832 |    28110     13 |      313 |     1671
908.22/908.57	c  381s |      17 |  1698679 |   212932 |    28110     13 |      313 |     1671
910.32/910.68	c  383s |      17 |  1705830 |   214132 |    28110     13 |      313 |     1671
912.42/912.71	c  385s |      17 |  1711478 |   215132 |    28110     13 |      313 |     1671
914.42/914.74	c  387s |      17 |  1716738 |   216232 |    28110     13 |      313 |     1671
916.52/916.80	c  389s |      17 |  1731325 |   217432 |    28110     13 |      313 |     1671
918.53/918.87	c  391s |      17 |  1738125 |   218532 |    28110     13 |      313 |     1671
920.63/920.97	c  393s |      17 |  1749448 |   219632 |    28110     14 |      313 |     1671
922.83/923.13	c  395s |      17 |  1763438 |   220832 |    28110     14 |      313 |     1671
925.03/925.39	c  398s |      17 |  1769511 |   221532 |    28110     14 |      313 |     1671
927.23/927.50	c  400s |      17 |  1775631 |   222732 |    28110     14 |      313 |     1671
929.13/929.50	c  402s |      17 |  1786389 |   223932 |    28110     14 |      313 |     1671
931.33/931.65	c  404s |      17 |  1793788 |   225232 |    28110     14 |      313 |     1671
933.53/933.85	c  406s |      17 |  1804275 |   226532 |    28110     14 |      313 |     1671
935.63/935.90	c  408s |      17 |  1811692 |   227632 |    28110     14 |      313 |     1671
937.63/937.98	c  410s |      17 |  1818887 |   228932 |    28110     14 |      313 |     1671
939.73/940.05	c  412s |      17 |  1828076 |   230132 |    28110     14 |      313 |     1671
941.73/942.07	c  414s |      17 |  1839462 |   231332 |    28110     14 |      313 |     1671
943.83/944.19	c  416s |      17 |  1846165 |   232532 |    28110     14 |      313 |     1671
946.03/946.32	c  419s |      17 |  1852135 |   234032 |    28110     15 |      313 |     1671
948.13/948.43	c  421s |      17 |  1862009 |   235432 |    28110     15 |      313 |     1671
950.23/950.53	c  423s |      17 |  1874745 |   236532 |    28110     15 |      313 |     1671
952.33/952.66	c  425s |      17 |  1884241 |   237732 |    28110     15 |      313 |     1671
954.42/954.79	c  427s |      17 |  1890801 |   238932 |    28110     15 |      313 |     1671
956.52/956.89	c  429s |      17 |  1897344 |   240032 |    28110     15 |      313 |     1671
958.72/959.01	c  431s |      17 |  1901990 |   241232 |    28110     15 |      313 |     1671
960.72/961.09	c  433s |      17 |  1907187 |   242332 |    28110     15 |      313 |     1671
962.82/963.13	c  435s |      17 |  1912120 |   243332 |    28110     15 |      313 |     1671
964.92/965.23	c  437s |      17 |  1918825 |   244432 |    28110     15 |      313 |     1671
967.02/967.31	c  440s |      17 |  1923768 |   245532 |    28110     15 |      313 |     1671
969.02/969.39	c  442s |      17 |  1930514 |   246732 |    28110     15 |      313 |     1671
971.13/971.48	c  444s |      17 |  1937872 |   247932 |    28110     15 |      313 |     1671
973.23/973.60	c  446s |      17 |  1948484 |   248932 |    28110     16 |      313 |     1671
975.32/975.69	c  448s |      17 |  1957359 |   250032 |    28110     16 |      313 |     1671
977.42/977.78	c  450s |      17 |  1967660 |   251332 |    28110     16 |      313 |     1671
979.52/979.88	c  452s |      17 |  1976825 |   252532 |    28110     16 |      313 |     1671
981.62/981.90	c  454s |      17 |  1985085 |   253732 |    28110     16 |      313 |     1671
983.72/984.01	c  456s |      17 |  1999405 |   255032 |    28110     16 |      313 |     1671
985.82/986.13	c  458s |      17 |  2008874 |   256432 |    28110     16 |      313 |     1671
987.92/988.28	c  461s |      17 |  2019894 |   257732 |    28110     16 |      313 |     1671
990.02/990.39	c  463s |      17 |  2030999 |   258932 |    28110     16 |      313 |     1671
992.22/992.58	c  465s |      17 |  2039857 |   260232 |    28110     16 |      313 |     1671
994.22/994.58	c  467s |      17 |  2047666 |   261332 |    28110     16 |      313 |     1671
996.32/996.61	c  469s |      17 |  2055551 |   262432 |    28110     16 |      313 |     1671
998.42/998.70	c  471s |      17 |  2062735 |   263532 |    28110     16 |      313 |     1671
1000.72/1001.04	c  473s |      17 |  2065047 |   264132 |    28110     17 |      313 |     1671
1002.81/1003.14	c  475s |      17 |  2074253 |   265332 |    28110     17 |      313 |     1671
1004.81/1005.15	c  477s |      17 |  2081722 |   266532 |    28110     17 |      313 |     1671
1006.91/1007.25	c  479s |      17 |  2088255 |   267732 |    28110     17 |      313 |     1671
1008.91/1009.27	c  482s |      17 |  2093267 |   268832 |    28110     17 |      313 |     1671
1011.11/1011.42	c  484s |      17 |  2100346 |   269932 |    28110     17 |      313 |     1671
1013.11/1013.43	c  486s |      17 |  2106770 |   271032 |    28110     17 |      313 |     1671
1015.12/1015.47	c  488s |      17 |  2113534 |   272132 |    28110     17 |      313 |     1671
1017.32/1017.69	c  490s |      17 |  2118693 |   273132 |    28110     17 |      313 |     1671
1019.52/1019.84	c  492s |      17 |  2125964 |   274232 |    28110     17 |      313 |     1671
1021.51/1021.87	c  494s |      17 |  2132108 |   275232 |    28110     17 |      313 |     1671
1023.71/1024.08	c  496s |      17 |  2139337 |   276332 |    28110     17 |      313 |     1671
1025.71/1026.09	c  498s |      17 |  2143355 |   277332 |    28110     17 |      313 |     1671
1027.81/1028.13	c  500s |      17 |  2148014 |   278332 |    28110     17 |      313 |     1671
1029.91/1030.20	c  502s |      17 |  2153230 |   279432 |    28110     18 |      313 |     1671
1031.91/1032.22	c  504s |      17 |  2159914 |   280332 |    28110     18 |      313 |     1671
1034.01/1034.31	c  507s |      17 |  2167644 |   281332 |    28110     18 |      313 |     1671
1036.01/1036.37	c  509s |      17 |  2175580 |   282332 |    28110     18 |      313 |     1671
1038.21/1038.54	c  511s |      17 |  2181865 |   283332 |    28110     18 |      313 |     1671
1040.21/1040.60	c  513s |      17 |  2187237 |   284332 |    28110     18 |      313 |     1671
1042.31/1042.68	c  515s |      17 |  2193882 |   285332 |    28110     18 |      313 |     1671
1044.51/1044.89	c  517s |      17 |  2199786 |   286532 |    28110     18 |      313 |     1671
1046.61/1046.99	c  519s |      17 |  2205994 |   287532 |    28110     18 |      313 |     1671
1048.81/1049.13	c  521s |      17 |  2213657 |   288632 |    28110     18 |      313 |     1671
1051.01/1051.39	c  524s |      17 |  2218465 |   289632 |    28110     18 |      313 |     1671
1053.10/1053.48	c  526s |      17 |  2223514 |   290732 |    28110     18 |      313 |     1671
1055.10/1055.48	c  528s |      17 |  2227786 |   291732 |    28110     18 |      313 |     1671
1057.20/1057.58	c  530s |      17 |  2233743 |   292832 |    28110     18 |      313 |     1671
1059.40/1059.74	c  532s |      17 |  2241497 |   293932 |    28110     19 |      313 |     1671
1061.40/1061.79	c  534s |      17 |  2248682 |   295032 |    28110     19 |      313 |     1671
1063.51/1063.84	c  536s |      17 |  2256505 |   296132 |    28110     19 |      313 |     1671
1063.70/1064.04	c  536s |      18 |  2257536 |   296252 |    28110     19 |      313 |     1671
1065.80/1066.13	c  538s |      18 |  2263905 |   297252 |    28110     19 |      313 |     1671
1067.91/1068.29	c  541s |      18 |  2274499 |   298452 |    28110     19 |      313 |     1671
1070.11/1070.45	c  543s |      18 |  2283172 |   299652 |    28110     19 |      313 |     1671
1072.21/1072.57	c  545s |      18 |  2288796 |   300652 |    28110     19 |      313 |     1671
1074.41/1074.74	c  547s |      18 |  2294496 |   301852 |    28110     19 |      313 |     1671
1076.50/1076.82	c  549s |      18 |  2300116 |   302852 |    28110     19 |      313 |     1671
1078.60/1078.92	c  551s |      18 |  2304796 |   303852 |    28110     19 |      313 |     1671
1080.60/1080.96	c  553s |      18 |  2309602 |   304852 |    28110     19 |      313 |     1671
1082.70/1083.00	c  555s |      18 |  2315037 |   305952 |    28110     19 |      313 |     1671
1084.80/1085.18	c  557s |      18 |  2317852 |   306652 |    28110     19 |      313 |     1671
1086.90/1087.27	c  560s |      18 |  2327343 |   307652 |    28110     19 |      313 |     1671
1089.10/1089.46	c  562s |      18 |  2337019 |   308752 |    28110     19 |      313 |     1671
1091.10/1091.46	c  564s |      18 |  2343642 |   309652 |    28110     20 |      313 |     1671
1093.30/1093.61	c  566s |      18 |  2349920 |   310652 |    28110     20 |      313 |     1671
1095.30/1095.66	c  568s |      18 |  2356600 |   311652 |    28110     20 |      313 |     1671
1097.40/1097.79	c  570s |      18 |  2361553 |   312652 |    28110     20 |      313 |     1671
1099.60/1099.93	c  572s |      18 |  2367860 |   313652 |    28110     20 |      313 |     1671
1101.70/1102.02	c  574s |      18 |  2374099 |   314652 |    28110     20 |      313 |     1671
1103.80/1104.11	c  576s |      18 |  2380778 |   315752 |    28110     20 |      313 |     1671
1105.90/1106.25	c  578s |      18 |  2386061 |   316752 |    28110     20 |      313 |     1671
1108.00/1108.33	c  581s |      18 |  2391502 |   317752 |    28110     20 |      313 |     1671
1110.10/1110.44	c  583s |      18 |  2403363 |   318852 |    28110     20 |      313 |     1671
1112.30/1112.62	c  585s |      18 |  2415639 |   319952 |    28110     20 |      313 |     1671
1114.30/1114.67	c  587s |      18 |  2425382 |   321052 |    28110     20 |      313 |     1671
1116.40/1116.70	c  589s |      18 |  2434285 |   321952 |    28110     20 |      313 |     1671
1118.50/1118.81	c  591s |      18 |  2440007 |   323052 |    28110     20 |      313 |     1671
1120.70/1121.06	c  593s |      18 |  2446976 |   324252 |    28110     21 |      313 |     1671
1122.90/1123.28	c  596s |      18 |  2453846 |   325552 |    28110     21 |      313 |     1671
1124.89/1125.29	c  598s |      18 |  2462234 |   326652 |    28110     21 |      313 |     1671
1127.09/1127.49	c  600s |      18 |  2471807 |   327852 |    28110     21 |      313 |     1671
1129.09/1129.49	c  602s |      18 |  2479043 |   328852 |    28110     21 |      313 |     1671
1131.19/1131.56	c  604s |      18 |  2486412 |   329952 |    28110     21 |      313 |     1671
1133.39/1133.75	c  606s |      18 |  2494230 |   331052 |    28110     21 |      313 |     1671
1135.39/1135.75	c  608s |      18 |  2504112 |   332152 |    28110     21 |      313 |     1671
1137.59/1137.95	c  610s |      18 |  2511340 |   333352 |    28110     21 |      313 |     1671
1139.69/1140.08	c  612s |      18 |  2516300 |   334452 |    28110     21 |      313 |     1671
1141.69/1142.09	c  614s |      18 |  2524720 |   335552 |    28110     21 |      313 |     1671
1143.89/1144.24	c  616s |      18 |  2533379 |   336752 |    28110     21 |      313 |     1671
1146.00/1146.39	c  619s |      18 |  2540909 |   337752 |    28110     21 |      313 |     1671
1148.29/1148.62	c  621s |      18 |  2548371 |   338652 |    28110     21 |      313 |     1671
1150.30/1150.68	c  623s |      18 |  2554314 |   339652 |    28110     22 |      313 |     1671
1152.49/1152.82	c  625s |      18 |  2560555 |   340852 |    28110     22 |      313 |     1671
1154.49/1154.87	c  627s |      18 |  2565978 |   341952 |    28110     22 |      313 |     1671
1156.59/1156.90	c  629s |      18 |  2574718 |   343152 |    28110     22 |      313 |     1671
1158.59/1158.91	c  631s |      18 |  2582599 |   344052 |    28110     22 |      313 |     1671
1160.69/1161.08	c  633s |      18 |  2594420 |   345152 |    28110     22 |      313 |     1671
1162.79/1163.19	c  635s |      18 |  2599935 |   346252 |    28110     22 |      313 |     1671
1164.89/1165.25	c  637s |      18 |  2605290 |   347452 |    28110     22 |      313 |     1671
1168.59/1168.91	c  641s |      18 |  2609663 |   348452 |    28110     22 |      313 |     1671
1170.69/1171.07	c  643s |      18 |  2614311 |   349052 |    28110     22 |      313 |     1671
1172.78/1173.17	c  645s |      18 |  2620295 |   350352 |    28110     22 |      313 |     1671
1174.98/1175.36	c  648s |      18 |  2628659 |   351552 |    28110     22 |      313 |     1671
1177.18/1177.52	c  650s |      18 |  2636320 |   352752 |    28110     22 |      313 |     1671
1179.18/1179.52	c  652s |      18 |  2640532 |   353652 |    28110     22 |      313 |     1671
1181.19/1181.55	c  654s |      18 |  2646086 |   354652 |    28110     23 |      313 |     1671
1183.18/1183.57	c  656s |      18 |  2651831 |   355852 |    28110     23 |      313 |     1671
1185.28/1185.61	c  658s |      18 |  2661289 |   356652 |    28110     23 |      313 |     1671
1187.28/1187.66	c  660s |      18 |  2671476 |   357752 |    28110     23 |      313 |     1671
1189.29/1189.69	c  662s |      18 |  2677411 |   358852 |    28110     23 |      313 |     1671
1191.49/1191.84	c  664s |      18 |  2685859 |   360052 |    28110     23 |      313 |     1671
1193.59/1193.90	c  666s |      18 |  2690122 |   361152 |    28110     23 |      313 |     1671
1195.59/1195.91	c  668s |      18 |  2694399 |   362252 |    28110     23 |      313 |     1671
1197.70/1198.06	c  670s |      18 |  2705965 |   363352 |    28110     23 |      313 |     1671
1199.90/1200.21	c  672s |      18 |  2715330 |   364652 |    28110     23 |      313 |     1671
1202.00/1202.36	c  675s |      18 |  2722628 |   365752 |    28110     23 |      313 |     1671
1204.09/1204.43	c  677s |      18 |  2731210 |   366852 |    28110     23 |      313 |     1671
1206.19/1206.59	c  679s |      18 |  2736577 |   367952 |    28110     23 |      313 |     1671
1208.39/1208.73	c  681s |      18 |  2743139 |   369052 |    28110     23 |      313 |     1671
1210.49/1210.84	c  683s |      18 |  2750109 |   370152 |    28110     24 |      313 |     1671
1212.49/1212.88	c  685s |      18 |  2756709 |   371452 |    28110     24 |      313 |     1671
1214.59/1214.94	c  687s |      18 |  2764361 |   372652 |    28110     24 |      313 |     1671
1216.59/1216.97	c  689s |      18 |  2771760 |   373852 |    28110     24 |      313 |     1671
1218.59/1218.99	c  691s |      18 |  2778197 |   375052 |    28110     24 |      313 |     1671
1220.69/1221.10	c  693s |      18 |  2783286 |   376252 |    28110     24 |      313 |     1671
1222.89/1223.23	c  695s |      18 |  2789013 |   377452 |    28110     24 |      313 |     1671
1224.98/1225.32	c  698s |      18 |  2799194 |   378652 |    28110     24 |      313 |     1671
1226.98/1227.38	c  700s |      18 |  2805419 |   379752 |    28110     24 |      313 |     1671
1229.18/1229.56	c  702s |      18 |  2813959 |   380852 |    28110     24 |      313 |     1671
1231.28/1231.68	c  704s |      18 |  2818830 |   381952 |    28110     24 |      313 |     1671
1233.38/1233.74	c  706s |      18 |  2824847 |   382952 |    28110     24 |      313 |     1671
1235.38/1235.78	c  708s |      18 |  2833153 |   384052 |    28110     24 |      313 |     1671
1237.48/1237.83	c  710s |      18 |  2837522 |   385152 |    28110     25 |      313 |     1671
1239.58/1239.93	c  712s |      18 |  2847310 |   386252 |    28110     25 |      313 |     1671
1241.78/1242.11	c  714s |      18 |  2854659 |   387352 |    28110     25 |      313 |     1671
1243.89/1244.23	c  716s |      18 |  2860615 |   388552 |    28110     25 |      313 |     1671
1245.88/1246.30	c  719s |      18 |  2866868 |   389452 |    28110     25 |      313 |     1671
1247.98/1248.33	c  721s |      18 |  2876563 |   390552 |    28110     25 |      313 |     1671
1249.98/1250.38	c  723s |      18 |  2883717 |   391552 |    28110     25 |      313 |     1671
1252.28/1252.65	c  725s |      18 |  2890507 |   392752 |    28110     25 |      313 |     1671
1254.38/1254.70	c  727s |      18 |  2898263 |   393652 |    28110     25 |      313 |     1671
1256.38/1256.74	c  729s |      18 |  2903273 |   394552 |    28110     25 |      313 |     1671
1258.38/1258.74	c  731s |      18 |  2908380 |   395452 |    28110     25 |      313 |     1671
1260.48/1260.88	c  733s |      18 |  2914792 |   396452 |    28110     25 |      313 |     1671
1262.59/1262.95	c  735s |      18 |  2919277 |   397352 |    28110     25 |      313 |     1671
1264.79/1265.14	c  737s |      18 |  2925221 |   398252 |    28110     25 |      313 |     1671
1266.88/1267.28	c  740s |      18 |  2931267 |   399152 |    28110     25 |      313 |     1671
1269.08/1269.46	c  742s |      18 |  2936337 |   400152 |    28110     26 |      313 |     1671
1271.08/1271.49	c  744s |      18 |  2940689 |   401152 |    28110     26 |      313 |     1671
1273.18/1273.54	c  746s |      18 |  2946115 |   402152 |    28110     26 |      313 |     1671
1275.28/1275.64	c  748s |      18 |  2950589 |   403152 |    28110     26 |      313 |     1671
1278.07/1278.43	c  751s |      18 |  2954691 |   403852 |    28110     26 |      313 |     1671
1280.27/1280.62	c  753s |      18 |  2961029 |   404752 |    28110     26 |      313 |     1671
1282.28/1282.68	c  755s |      18 |  2969452 |   405852 |    28110     26 |      313 |     1671
1284.37/1284.70	c  757s |      18 |  2976805 |   406952 |    28110     26 |      313 |     1671
1286.37/1286.75	c  759s |      18 |  2983541 |   408152 |    28110     26 |      313 |     1671
1288.47/1288.81	c  761s |      18 |  2988925 |   409252 |    28110     26 |      313 |     1671
1290.47/1290.89	c  763s |      18 |  2996575 |   410452 |    28110     26 |      313 |     1671
1292.57/1292.90	c  765s |      18 |  3004065 |   411552 |    28110     26 |      313 |     1671
1294.57/1294.98	c  767s |      18 |  3009474 |   412652 |    28110     26 |      313 |     1671
1296.77/1297.17	c  769s |      18 |  3015290 |   413852 |    28110     26 |      313 |     1671
1298.88/1299.27	c  772s |      18 |  3024852 |   414852 |    28110     27 |      313 |     1671
1301.17/1301.55	c  774s |      18 |  3035083 |   416052 |    28110     27 |      313 |     1671
1303.18/1303.56	c  776s |      18 |  3042392 |   417152 |    28110     27 |      313 |     1671
1305.17/1305.56	c  778s |      18 |  3049867 |   418352 |    28110     27 |      313 |     1671
1307.27/1307.63	c  780s |      18 |  3054852 |   419552 |    28110     27 |      313 |     1671
1309.37/1309.70	c  782s |      18 |  3062533 |   420752 |    28110     27 |      313 |     1671
1311.47/1311.85	c  784s |      18 |  3070433 |   422052 |    28110     27 |      313 |     1671
1313.47/1313.85	c  786s |      18 |  3076791 |   423152 |    28110     27 |      313 |     1671
1315.47/1315.89	c  788s |      18 |  3081852 |   424152 |    28110     27 |      313 |     1671
1317.67/1318.07	c  790s |      18 |  3087737 |   425252 |    28110     27 |      313 |     1671
1319.77/1320.11	c  792s |      18 |  3094239 |   426352 |    28110     27 |      313 |     1671
1321.77/1322.17	c  794s |      18 |  3099083 |   427352 |    28110     27 |      313 |     1671
1323.87/1324.24	c  796s |      18 |  3105178 |   428352 |    28110     27 |      313 |     1671
1326.17/1326.59	c  799s |      18 |  3115508 |   429652 |    28110     28 |      313 |     1671
1328.27/1328.64	c  801s |      18 |  3124570 |   430752 |    28110     28 |      313 |     1671
1330.46/1330.85	c  803s |      18 |  3132924 |   432052 |    28110     28 |      313 |     1671
1332.56/1332.91	c  805s |      18 |  3139972 |   433152 |    28110     28 |      313 |     1671
1334.66/1335.03	c  807s |      18 |  3148947 |   434252 |    30922     28 |      313 |     1671
1336.76/1337.12	c  809s |      18 |  3155425 |   435352 |    30922     28 |      313 |     1671
1338.76/1339.16	c  811s |      18 |  3161044 |   436452 |    30922     28 |      313 |     1671
1340.96/1341.30	c  814s |      18 |  3168082 |   437752 |    30922     28 |      313 |     1671
1343.06/1343.41	c  816s |      18 |  3175977 |   438852 |    30922     28 |      313 |     1671
1345.07/1345.42	c  818s |      18 |  3184239 |   439952 |    30922     28 |      313 |     1671
1347.17/1347.52	c  820s |      18 |  3189633 |   441152 |    30922     28 |      313 |     1671
1349.26/1349.70	c  822s |      18 |  3195688 |   442452 |    30922     28 |      313 |     1671
1351.36/1351.74	c  824s |      18 |  3201112 |   443552 |    30922     28 |      313 |     1671
1353.06/1353.49	c  826s |      19 |  3206285 |   444482 |    30922     28 |      313 |     1671
1355.26/1355.68	c  828s |      19 |  3214636 |   445482 |    30922     28 |      313 |     1671
1358.06/1358.44	c  831s |      19 |  3221059 |   446482 |    30922     28 |      313 |     1671
1360.47/1360.85	c  833s |      19 |  3229555 |   447682 |    30922     29 |      313 |     1671
1362.66/1363.01	c  835s |      19 |  3239761 |   448882 |    30922     29 |      313 |     1671
1364.66/1365.03	c  837s |      19 |  3253370 |   450182 |    30922     29 |      313 |     1671
1366.86/1367.21	c  839s |      19 |  3259213 |   451482 |    30922     29 |      313 |     1671
1368.96/1369.37	c  842s |      19 |  3271302 |   452782 |    30922     29 |      313 |     1671
1371.06/1371.45	c  844s |      19 |  3278510 |   453982 |    30922     29 |      313 |     1671
1373.26/1373.68	c  846s |      19 |  3285091 |   455182 |    30922     29 |      313 |     1671
1375.36/1375.79	c  848s |      19 |  3292064 |   456382 |    30922     29 |      313 |     1671
1377.56/1377.99	c  850s |      19 |  3300454 |   457482 |    30922     29 |      313 |     1671
1379.56/1379.99	c  852s |      19 |  3309643 |   458582 |    30922     29 |      313 |     1671
1381.76/1382.10	c  854s |      19 |  3318445 |   459682 |    30922     29 |      313 |     1671
1383.85/1384.22	c  856s |      19 |  3325236 |   460882 |    30922     29 |      313 |     1671
1385.85/1386.23	c  858s |      19 |  3330515 |   461982 |    30922     29 |      313 |     1671
1388.05/1388.40	c  861s |      19 |  3337434 |   463082 |    30922     29 |      313 |     1671
1390.06/1390.43	c  863s |      19 |  3343039 |   464082 |    30922     30 |      313 |     1671
1392.15/1392.59	c  865s |      19 |  3350863 |   465082 |    30922     30 |      313 |     1671
1394.25/1394.68	c  867s |      19 |  3357834 |   466082 |    30922     30 |      313 |     1671
1396.35/1396.71	c  869s |      19 |  3365899 |   467182 |    30922     30 |      313 |     1671
1398.35/1398.76	c  871s |      19 |  3370493 |   468282 |    30922     30 |      313 |     1671
1400.45/1400.89	c  873s |      19 |  3377647 |   469582 |    30922     30 |      313 |     1671
1402.65/1403.04	c  875s |      19 |  3382773 |   470882 |    30922     30 |      313 |     1671
1404.85/1405.22	c  877s |      19 |  3391227 |   471982 |    30922     30 |      313 |     1671
1406.95/1407.37	c  880s |      19 |  3399606 |   473082 |    30922     30 |      313 |     1671
1409.05/1409.42	c  882s |      19 |  3409274 |   474182 |    30922     30 |      313 |     1671
1411.15/1411.55	c  884s |      19 |  3420501 |   475382 |    30922     30 |      313 |     1671
1413.16/1413.57	c  886s |      19 |  3427786 |   476382 |    30922     30 |      313 |     1671
1415.35/1415.75	c  888s |      19 |  3436987 |   477382 |    30922     30 |      313 |     1671
1417.35/1417.80	c  890s |      19 |  3446257 |   478282 |    30922     30 |      313 |     1671
1419.65/1420.01	c  892s |      19 |  3454894 |   479282 |    30922     30 |      313 |     1671
1421.86/1422.20	c  894s |      19 |  3463606 |   480382 |    30922     30 |      313 |     1671
1423.86/1424.21	c  896s |      19 |  3470740 |   481282 |    30922     31 |      313 |     1671
1425.96/1426.31	c  899s |      19 |  3479132 |   482382 |    30922     31 |      313 |     1671
1427.95/1428.33	c  901s |      19 |  3484866 |   483482 |    30922     31 |      313 |     1671
1430.15/1430.51	c  903s |      19 |  3490808 |   484582 |    30922     31 |      313 |     1671
1432.15/1432.56	c  905s |      19 |  3497360 |   485682 |    30922     31 |      313 |     1671
1434.35/1434.72	c  907s |      19 |  3506148 |   486782 |    30922     31 |      313 |     1671
1436.45/1436.82	c  909s |      19 |  3512280 |   487782 |    30922     31 |      313 |     1671
1438.56/1438.99	c  911s |      19 |  3517338 |   488882 |    30922     31 |      313 |     1671
1440.66/1441.08	c  913s |      19 |  3521453 |   489982 |    30922     31 |      313 |     1671
1442.86/1443.28	c  916s |      19 |  3529685 |   491082 |    30922     31 |      313 |     1671
1444.95/1445.36	c  918s |      19 |  3537013 |   491982 |    30922     31 |      313 |     1671
1447.05/1447.41	c  920s |      19 |  3540441 |   492982 |    30922     31 |      313 |     1671
1449.05/1449.48	c  922s |      19 |  3546561 |   493882 |    30922     31 |      313 |     1671
1451.05/1451.49	c  924s |      19 |  3550211 |   494782 |    30922     31 |      313 |     1671
1453.25/1453.63	c  926s |      19 |  3555674 |   495782 |    30922     31 |      313 |     1671
1456.65/1457.03	c  929s |      19 |  3558471 |   496382 |    30922     31 |      313 |     1671
1458.95/1459.35	c  932s |      19 |  3563205 |   497182 |    30922     32 |      313 |     1671
1460.94/1461.38	c  934s |      19 |  3571321 |   498382 |    30922     32 |      313 |     1671
1463.04/1463.45	c  936s |      19 |  3580273 |   499682 |    30922     32 |      313 |     1671
1465.14/1465.54	c  938s |      19 |  3588514 |   501082 |    30922     32 |      313 |     1671
1467.34/1467.72	c  940s |      19 |  3595362 |   502482 |    30922     32 |      313 |     1671
1469.44/1469.88	c  942s |      19 |  3603973 |   503782 |    30922     32 |      313 |     1671
1471.45/1471.89	c  944s |      19 |  3611065 |   504982 |    30922     32 |      313 |     1671
1473.54/1473.97	c  946s |      19 |  3620027 |   506382 |    30922     32 |      313 |     1671
1475.54/1475.97	c  948s |      19 |  3628398 |   507482 |    30922     32 |      313 |     1671
1477.74/1478.11	c  950s |      19 |  3637098 |   508682 |    30922     32 |      313 |     1671
1479.74/1480.12	c  952s |      19 |  3646234 |   509882 |    30922     32 |      313 |     1671
1481.74/1482.13	c  954s |      19 |  3654923 |   511082 |    30922     32 |      313 |     1671
1483.84/1484.23	c  956s |      19 |  3663179 |   512282 |    30922     32 |      313 |     1671
1485.85/1486.25	c  958s |      19 |  3669636 |   513382 |    30922     33 |      313 |     1671
1487.94/1488.37	c  961s |      19 |  3676333 |   514382 |    30922     33 |      313 |     1671
1490.04/1490.48	c  963s |      19 |  3684788 |   515582 |    30922     33 |      313 |     1671
1492.24/1492.63	c  965s |      19 |  3695434 |   516882 |    30922     33 |      313 |     1671
1494.34/1494.76	c  967s |      19 |  3701704 |   518082 |    30922     33 |      313 |     1671
1496.44/1496.84	c  969s |      19 |  3709067 |   519282 |    30922     33 |      313 |     1671
1498.64/1499.00	c  971s |      19 |  3717999 |   520582 |    30922     33 |      313 |     1671
1500.74/1501.12	c  973s |      19 |  3726863 |   521882 |    30922     33 |      313 |     1671
1502.94/1503.33	c  976s |      19 |  3735434 |   523082 |    30922     33 |      313 |     1671
1505.04/1505.40	c  978s |      19 |  3741402 |   524182 |    30922     33 |      313 |     1671
1507.13/1507.58	c  980s |      19 |  3748015 |   525282 |    30922     33 |      313 |     1671
1509.33/1509.70	c  982s |      19 |  3755167 |   526382 |    30922     33 |      313 |     1671
1511.43/1511.82	c  984s |      19 |  3763659 |   527482 |    30922     33 |      313 |     1671
1513.53/1513.98	c  986s |      19 |  3770621 |   528682 |    30922     33 |      313 |     1671
1515.73/1516.17	c  988s |      19 |  3778601 |   529782 |    30922     33 |      313 |     1671
1517.83/1518.26	c  991s |      19 |  3781358 |   530382 |    30922     34 |      313 |     1671
1519.95/1520.34	c  993s |      19 |  3789404 |   531482 |    30922     34 |      313 |     1671
1521.94/1522.36	c  995s |      19 |  3797087 |   532782 |    30922     34 |      313 |     1671
1524.04/1524.45	c  997s |      19 |  3804092 |   534082 |    30922     34 |      313 |     1671
1526.14/1526.52	c  999s |      19 |  3812851 |   535382 |    30922     34 |      313 |     1671
1528.14/1528.54	c 1001s |      19 |  3821273 |   536682 |    30922     34 |      313 |     1671
1530.14/1530.60	c 1003s |      19 |  3833332 |   538082 |    30922     34 |      313 |     1671
1532.24/1532.66	c 1005s |      19 |  3840946 |   539382 |    30922     34 |      313 |     1671
1534.34/1534.72	c 1007s |      19 |  3847562 |   540682 |    30922     34 |      313 |     1671
1536.45/1536.89	c 1009s |      19 |  3853559 |   541982 |    30922     34 |      313 |     1671
1538.54/1538.97	c 1011s |      19 |  3859292 |   543182 |    30922     34 |      313 |     1671
1541.43/1541.84	c 1014s |      19 |  3864947 |   544182 |    30922     34 |      313 |     1671
1543.43/1543.88	c 1016s |      19 |  3877307 |   545182 |    30922     34 |      313 |     1671
1545.63/1546.03	c 1018s |      19 |  3887640 |   546182 |    30922     35 |      313 |     1671
1547.83/1548.22	c 1020s |      19 |  3897583 |   547482 |    30922     35 |      313 |     1671
1550.03/1550.43	c 1023s |      19 |  3907803 |   548582 |    30922     35 |      313 |     1671
1552.23/1552.62	c 1025s |      19 |  3915523 |   549682 |    30922     35 |      313 |     1671
1554.33/1554.78	c 1027s |      19 |  3923275 |   550782 |    30922     35 |      313 |     1671
1556.53/1556.92	c 1029s |      19 |  3930876 |   551982 |    30922     35 |      313 |     1671
1558.53/1558.92	c 1031s |      19 |  3938435 |   553082 |    30922     35 |      313 |     1671
1560.64/1561.01	c 1033s |      19 |  3944841 |   554282 |    30922     35 |      313 |     1671
1562.63/1563.01	c 1035s |      19 |  3950876 |   555382 |    30922     35 |      313 |     1671
1564.73/1565.16	c 1037s |      19 |  3958792 |   556682 |    30922     35 |      313 |     1671
1566.73/1567.17	c 1039s |      19 |  3965567 |   557782 |    30922     35 |      313 |     1671
1568.83/1569.25	c 1041s |      19 |  3976344 |   558982 |    30922     35 |      313 |     1671
1570.93/1571.34	c 1044s |      19 |  3985301 |   560182 |    30922     35 |      313 |     1671
1573.13/1573.50	c 1046s |      19 |  3997071 |   561382 |    30922     35 |      313 |     1671
1575.33/1575.74	c 1048s |      19 |  4009452 |   562582 |    30922     36 |      313 |     1671
1577.43/1577.85	c 1050s |      19 |  4015339 |   563682 |    30922     36 |      313 |     1671
1579.63/1580.01	c 1052s |      19 |  4025766 |   564782 |    30922     36 |      313 |     1671
1581.63/1582.06	c 1054s |      19 |  4031538 |   565882 |    30922     36 |      313 |     1671
1583.73/1584.19	c 1056s |      19 |  4037299 |   567182 |    30922     36 |      313 |     1671
1585.83/1586.22	c 1058s |      19 |  4043846 |   568482 |    30922     36 |      313 |     1671
1587.83/1588.28	c 1061s |      19 |  4055727 |   569582 |    30922     36 |      313 |     1671
1589.93/1590.36	c 1063s |      19 |  4070472 |   570882 |    30922     36 |      313 |     1671
1592.13/1592.55	c 1065s |      19 |  4083408 |   572182 |    30922     36 |      313 |     1671
1594.22/1594.64	c 1067s |      19 |  4090847 |   573382 |    30922     36 |      313 |     1671
1596.32/1596.77	c 1069s |      19 |  4100066 |   574582 |    30922     36 |      313 |     1671
1598.42/1598.84	c 1071s |      19 |  4105729 |   575782 |    30922     36 |      313 |     1671
1600.62/1601.01	c 1073s |      19 |  4115165 |   576882 |    30922     36 |      313 |     1671
1602.72/1603.16	c 1075s |      19 |  4121679 |   577982 |    30922     36 |      313 |     1671
1604.72/1605.17	c 1077s |      19 |  4129232 |   578982 |    30922     36 |      313 |     1671
1606.83/1607.26	c 1080s |      19 |  4137038 |   579982 |    30922     37 |      313 |     1671
1608.93/1609.36	c 1082s |      19 |  4147117 |   581082 |    30922     37 |      313 |     1671
1611.02/1611.48	c 1084s |      19 |  4155114 |   582082 |    30922     37 |      313 |     1671
1613.12/1613.54	c 1086s |      19 |  4163627 |   583482 |    30922     37 |      313 |     1671
1615.12/1615.59	c 1088s |      19 |  4170413 |   584482 |    30922     37 |      313 |     1671
1617.32/1617.72	c 1090s |      19 |  4180170 |   585682 |    30922     37 |      313 |     1671
1619.42/1619.82	c 1092s |      19 |  4188781 |   586882 |    30922     37 |      313 |     1671
1621.52/1621.94	c 1094s |      19 |  4194710 |   587982 |    30922     37 |      313 |     1671
1623.62/1624.01	c 1096s |      19 |  4203439 |   589082 |    30922     37 |      313 |     1671
1625.82/1626.21	c 1098s |      19 |  4209895 |   590282 |    30922     37 |      313 |     1671
1627.82/1628.28	c 1101s |      19 |  4219828 |   591382 |    30922     37 |      313 |     1671
1629.93/1630.31	c 1103s |      19 |  4229996 |   592382 |    30922     37 |      313 |     1671
1631.92/1632.40	c 1105s |      19 |  4237785 |   593382 |    30922     37 |      313 |     1671
1634.02/1634.49	c 1107s |      19 |  4244598 |   594482 |    30922     37 |      313 |     1671
1636.12/1636.55	c 1109s |      19 |  4251143 |   595582 |    30922     38 |      313 |     1671
1638.12/1638.55	c 1111s |      19 |  4258666 |   596482 |    30922     38 |      313 |     1671
1640.22/1640.69	c 1113s |      19 |  4269633 |   597682 |    30922     38 |      313 |     1671
1642.42/1642.80	c 1115s |      19 |  4280712 |   598782 |    30922     38 |      313 |     1671
1644.52/1644.91	c 1117s |      19 |  4291464 |   599882 |    30922     38 |      313 |     1671
1646.62/1647.01	c 1119s |      19 |  4302001 |   600982 |    30922     38 |      313 |     1671
1648.72/1649.12	c 1121s |      19 |  4313209 |   602182 |    30922     38 |      313 |     1671
1650.82/1651.28	c 1124s |      19 |  4323558 |   603482 |    30922     38 |      313 |     1671
1652.82/1653.29	c 1126s |      19 |  4330769 |   604682 |    30922     38 |      313 |     1671
1655.02/1655.46	c 1128s |      19 |  4337858 |   605982 |    30922     38 |      313 |     1671
1657.12/1657.54	c 1130s |      19 |  4346541 |   607282 |    30922     38 |      313 |     1671
1659.21/1659.63	c 1132s |      19 |  4360122 |   608382 |    30922     38 |      313 |     1671
1661.21/1661.66	c 1134s |      19 |  4367844 |   609382 |    30922     38 |      313 |     1671
1663.41/1663.82	c 1136s |      19 |  4379238 |   610382 |    30922     38 |      313 |     1671
1665.61/1666.08	c 1138s |      19 |  4392082 |   611382 |    30922     38 |      313 |     1671
1667.71/1668.14	c 1140s |      19 |  4403163 |   612482 |    30922     39 |      313 |     1671
1669.81/1670.28	c 1143s |      19 |  4414304 |   613582 |    30922     39 |      313 |     1671
1672.01/1672.45	c 1145s |      19 |  4422008 |   614682 |    30922     39 |      313 |     1671
1674.11/1674.52	c 1147s |      19 |  4428912 |   615782 |    30922     39 |      313 |     1671
1676.21/1676.67	c 1149s |      19 |  4438349 |   616782 |    30922     39 |      313 |     1671
1678.22/1678.70	c 1151s |      19 |  4446551 |   617882 |    30922     39 |      313 |     1671
1680.42/1680.81	c 1153s |      19 |  4455214 |   618882 |    30922     39 |      313 |     1671
1682.51/1682.95	c 1155s |      19 |  4462918 |   619882 |    30922     39 |      313 |     1671
1684.71/1685.13	c 1157s |      19 |  4469593 |   620982 |    30922     39 |      313 |     1671
1686.71/1687.19	c 1159s |      19 |  4476763 |   621982 |    30922     39 |      313 |     1671
1688.91/1689.36	c 1162s |      19 |  4482234 |   622882 |    30922     39 |      313 |     1671
1691.01/1691.43	c 1164s |      19 |  4491698 |   623982 |    30922     39 |      313 |     1671
1693.11/1693.57	c 1166s |      19 |  4501357 |   625082 |    30922     39 |      313 |     1671
1695.21/1695.68	c 1168s |      19 |  4508826 |   626082 |    30922     39 |      313 |     1671
1697.61/1698.08	c 1170s |      19 |  4511235 |   626682 |    30922     39 |      313 |     1671
1699.71/1700.17	c 1172s |      19 |  4518971 |   627582 |    30922     39 |      313 |     1671
1701.71/1702.19	c 1174s |      19 |  4526845 |   628482 |    30922     40 |      313 |     1671
1703.91/1704.33	c 1177s |      19 |  4534260 |   629682 |    30922     40 |      313 |     1671
1706.10/1706.56	c 1179s |      19 |  4540279 |   630482 |    30922     40 |      313 |     1671
1708.10/1708.56	c 1181s |      19 |  4557074 |   631682 |    30922     40 |      313 |     1671
1710.30/1710.71	c 1183s |      19 |  4573188 |   632982 |    30922     40 |      313 |     1671
1712.41/1712.81	c 1185s |      19 |  4585610 |   634182 |    30922     40 |      313 |     1671
1714.51/1714.98	c 1187s |      19 |  4594701 |   635182 |    30922     40 |      313 |     1671
1716.71/1717.13	c 1189s |      19 |  4605658 |   636382 |    30922     40 |      313 |     1671
1718.80/1719.23	c 1191s |      19 |  4614141 |   637482 |    30922     40 |      313 |     1671
1720.80/1721.25	c 1193s |      19 |  4621240 |   638582 |    30922     40 |      313 |     1671
1723.00/1723.44	c 1196s |      19 |  4630421 |   639682 |    30922     40 |      313 |     1671
1725.10/1725.51	c 1198s |      19 |  4640044 |   640782 |    30922     40 |      313 |     1671
1727.30/1727.70	c 1200s |      19 |  4652081 |   641882 |    30922     40 |      313 |     1671
1729.40/1729.83	c 1202s |      19 |  4660951 |   642882 |    30922     40 |      313 |     1671
1731.60/1732.02	c 1204s |      19 |  4666933 |   643982 |    30922     40 |      313 |     1671
1733.80/1734.22	c 1206s |      19 |  4674888 |   644982 |    30922     41 |      313 |     1671
1736.00/1736.42	c 1209s |      19 |  4684965 |   646282 |    30922     41 |      313 |     1671
1738.00/1738.48	c 1211s |      19 |  4697114 |   647582 |    30922     41 |      313 |     1671
1740.30/1740.71	c 1213s |      19 |  4706961 |   648982 |    30922     41 |      313 |     1671
1742.30/1742.79	c 1215s |      19 |  4720726 |   650082 |    30922     41 |      313 |     1671
1744.40/1744.83	c 1217s |      19 |  4729863 |   651282 |    30922     41 |      313 |     1671
1746.40/1746.84	c 1219s |      19 |  4737513 |   652382 |    30922     41 |      313 |     1671
1748.60/1749.03	c 1221s |      19 |  4748401 |   653582 |    30922     41 |      313 |     1671
1750.70/1751.19	c 1223s |      19 |  4759063 |   654682 |    30922     41 |      313 |     1671
1752.80/1753.26	c 1226s |      19 |  4767857 |   655682 |    30922     41 |      313 |     1671
1754.90/1755.32	c 1228s |      19 |  4776686 |   656782 |    30922     41 |      313 |     1671
1757.00/1757.41	c 1230s |      19 |  4785299 |   657782 |    30922     41 |      313 |     1671
1759.00/1759.47	c 1232s |      19 |  4795048 |   658882 |    30922     41 |      313 |     1671
1761.10/1761.52	c 1234s |      19 |  4802116 |   659882 |    30922     41 |      313 |     1671
1763.10/1763.60	c 1236s |      19 |  4810551 |   660882 |    30922     41 |      313 |     1671
1765.20/1765.70	c 1238s |      19 |  4821142 |   661882 |    30922     42 |      313 |     1671
1767.69/1768.15	c 1240s |      19 |  4830861 |   663082 |    30922     42 |      313 |     1671
1769.79/1770.21	c 1242s |      19 |  4841747 |   664082 |    30922     42 |      313 |     1671
1771.89/1772.33	c 1245s |      19 |  4850060 |   665182 |    30922     42 |      313 |     1671
1774.09/1774.55	c 1247s |      19 |  4857539 |   666282 |    30922     42 |      313 |     1671
1775.29/1775.72	c 1248s |      20 |  4862827 |   666827 |    30922     42 |      313 |     1671
1778.10/1778.59	c 1251s |      20 |  4867122 |   667327 |    30922     42 |      313 |     1671
1780.30/1780.77	c 1253s |      20 |  4873242 |   668127 |    30922     42 |      313 |     1671
1782.40/1782.80	c 1255s |      20 |  4881626 |   669227 |    30922     42 |      313 |     1671
1784.40/1784.89	c 1257s |      20 |  4888816 |   670427 |    30922     42 |      313 |     1671
1786.70/1787.12	c 1259s |      20 |  4894539 |   671627 |    30922     42 |      313 |     1671
1788.80/1789.26	c 1262s |      20 |  4904138 |   672827 |    30922     42 |      313 |     1671
1790.90/1791.33	c 1264s |      20 |  4917433 |   673827 |    30922     42 |      313 |     1671
1793.00/1793.46	c 1266s |      20 |  4925831 |   674927 |    30922     42 |      313 |     1671
1795.10/1795.55	c 1268s |      20 |  4932584 |   676027 |    30922     42 |      313 |     1671
1797.30/1797.72	c 1270s |      20 |  4939648 |   677127 |    30922     42 |      313 |     1671
1799.40/1799.89	c 1272s |      20 |  4947105 |   678227 |    30922     43 |      313 |     1671

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4105953-1466259514/watcher-4105953-1466259514 -o /tmp/evaluation-result-4105953-1466259514/solver-4105953-1466259514 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466229502-20776 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4105953-1466259514.opb 

pid=25797
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.05 2.01 3/179 25800
/proc/meminfo: memFree=30536148/32872528 swapFree=163656/177964
[pid=25800] ppid=25797 vsize=708028 CPUtime=0 cores=0,2,4,6
/proc/25800/stat : 25800 (toysat) R 25797 25800 20760 0 -1 4202496 2638 0 0 0 0 0 0 0 20 0 4 0 28001344 725020672 3000 33554432000 4194304 16246674 140737362321216 140737362320640 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25800/statm: 177775 3008 441 2943 0 174669 0
[pid=25800/tid=25801] ppid=25797 vsize=725436 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25801/stat : 25801 (toysat) S 25797 25800 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28001344 742846464 3068 33554432000 4194304 16246674 140737362321216 139771608280304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25800/tid=25802] ppid=25797 vsize=730556 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25802/stat : 25802 (toysat) S 25797 25800 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28001344 748089344 3085 33554432000 4194304 16246674 140737362321216 139771523345648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25800/tid=25803] ppid=25797 vsize=733628 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25803/stat : 25803 (toysat) S 25797 25800 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28001344 751235072 3099 33554432000 4194304 16246674 140737362321216 139771512872112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100216 s]
/proc/loadavg: 2.10 2.05 2.01 3/179 25800
/proc/meminfo: memFree=30536148/32872528 swapFree=163656/177964
[pid=25800] ppid=25797 vsize=1221188 CPUtime=0.09 cores=0,2,4,6
/proc/25800/stat : 25800 (toysat) R 25797 25800 20760 0 -1 4202496 23639 0 0 0 6 3 0 0 20 0 4 0 28001344 1250496512 23938 33554432000 4194304 16246674 140737362321216 140737362320528 9616021 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25800/statm: 305297 23945 831 2943 0 302191 0
[pid=25800/tid=25801] ppid=25797 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25801/stat : 25801 (toysat) S 25797 25800 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28001344 1250496512 23950 33554432000 4194304 16246674 140737362321216 139771608280304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25800/tid=25802] ppid=25797 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25802/stat : 25802 (toysat) S 25797 25800 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28001344 1250496512 23956 33554432000 4194304 16246674 140737362321216 139771523345648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25800/tid=25803] ppid=25797 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25803/stat : 25803 (toysat) S 25797 25800 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 28001344 1250496512 23961 33554432000 4194304 16246674 140737362321216 139771512872112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200499 s]
/proc/loadavg: 2.10 2.05 2.01 3/179 25800
/proc/meminfo: memFree=30536148/32872528 swapFree=163656/177964
[pid=25800] ppid=25797 vsize=1221188 CPUtime=0.19 cores=0,2,4,6
/proc/25800/stat : 25800 (toysat) R 25797 25800 20760 0 -1 4202496 41302 0 0 0 13 6 0 0 20 0 4 0 28001344 1250496512 41602 33554432000 4194304 16246674 140737362321216 140737362320528 5831697 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25800/statm: 305297 41610 872 2943 0 302191 0
[pid=25800/tid=25801] ppid=25797 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25801/stat : 25801 (toysat) S 25797 25800 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28001344 1250496512 41614 33554432000 4194304 16246674 140737362321216 139771608280304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25800/tid=25802] ppid=25797 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25802/stat : 25802 (toysat) S 25797 25800 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28001344 1250496512 41619 33554432000 4194304 16246674 140737362321216 139771523345648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25800/tid=25803] ppid=25797 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25803/stat : 25803 (toysat) S 25797 25800 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 28001344 1250496512 41623 33554432000 4194304 16246674 140737362321216 139771512872112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1221188

[startup+0.300475 s]
/proc/loadavg: 2.10 2.05 2.01 3/179 25800
/proc/meminfo: memFree=30536148/32872528 swapFree=163656/177964
[pid=25800] ppid=25797 vsize=1300036 CPUtime=0.28 cores=0,2,4,6
/proc/25800/stat : 25800 (toysat) R 25797 25800 20760 0 -1 4202496 67418 0 0 0 19 9 0 0 20 0 4 0 28001344 1331236864 67718 33554432000 4194304 16246674 140737362321216 140737362320528 12449399 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25800/statm: 325009 67733 898 2943 0 321903 0
[pid=25800/tid=25801] ppid=25797 vsize=1300036 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25801/stat : 25801 (toysat) S 25797 25800 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28001344 1331236864 67743 33554432000 4194304 16246674 140737362321216 139771608280304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25800/tid=25802] ppid=25797 vsize=1300036 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25802/stat : 25802 (toysat) S 25797 25800 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28001344 1331236864 67753 33554432000 4194304 16246674 140737362321216 139771523345648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25800/tid=25803] ppid=25797 vsize=1300036 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25803/stat : 25803 (toysat) S 25797 25800 20760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 28001344 1331236864 67763 33554432000 4194304 16246674 140737362321216 139771512872112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1300036

[startup+0.700364 s]
/proc/loadavg: 2.10 2.05 2.01 3/179 25800
/proc/meminfo: memFree=30536148/32872528 swapFree=163656/177964
[pid=25800] ppid=25797 vsize=1306180 CPUtime=0.69 cores=0,2,4,6
/proc/25800/stat : 25800 (toysat) R 25797 25800 20760 0 -1 4202496 79078 0 0 0 58 11 0 0 20 0 4 0 28001344 1337528320 79377 33554432000 4194304 16246674 140737362321216 140737362320528 12449248 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25800/statm: 326545 79377 901 2943 0 323439 0
[pid=25800/tid=25801] ppid=25797 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25801/stat : 25801 (toysat) S 25797 25800 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28001344 1337528320 79377 33554432000 4194304 16246674 140737362321216 139771608280304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25800/tid=25802] ppid=25797 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25802/stat : 25802 (toysat) S 25797 25800 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28001344 1337528320 79377 33554432000 4194304 16246674 140737362321216 139771523345648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25800/tid=25803] ppid=25797 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25803/stat : 25803 (toysat) S 25797 25800 20760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 28001344 1337528320 79377 33554432000 4194304 16246674 140737362321216 139771512872112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1306180

[startup+1.5004 s]
/proc/loadavg: 2.10 2.05 2.01 3/183 25804
/proc/meminfo: memFree=30185544/32872528 swapFree=163656/177964
[pid=25800] ppid=25797 vsize=1308228 CPUtime=1.49 cores=0,2,4,6
/proc/25800/stat : 25800 (toysat) R 25797 25800 20760 0 -1 4202496 104743 0 0 0 134 15 0 0 20 0 4 0 28001344 1339625472 105042 33554432000 4194304 16246674 140737362321216 140737362303104 12656072 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25800/statm: 327057 105042 902 2943 0 323951 0
[pid=25800/tid=25801] ppid=25797 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25801/stat : 25801 (toysat) S 25797 25800 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28001344 1339625472 105042 33554432000 4194304 16246674 140737362321216 139771608280304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25800/tid=25802] ppid=25797 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25802/stat : 25802 (toysat) S 25797 25800 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28001344 1339625472 105042 33554432000 4194304 16246674 140737362321216 139771523345648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25800/tid=25803] ppid=25797 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25803/stat : 25803 (toysat) S 25797 25800 20760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 28001344 1339625472 105042 33554432000 4194304 16246674 140737362321216 139771512872112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1308228

[startup+3.10039 s]
/proc/loadavg: 2.10 2.05 2.01 3/183 25804
/proc/meminfo: memFree=29858060/32872528 swapFree=163656/177964
[pid=25800] ppid=25797 vsize=1308228 CPUtime=3.09 cores=0,2,4,6
/proc/25800/stat : 25800 (toysat) R 25797 25800 20760 0 -1 4202496 268115 0 0 0 272 37 0 0 20 0 4 0 28001344 1339625472 268414 33554432000 4194304 16246674 140737362321216 140737362303104 12415740 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25800/statm: 327057 268414 914 2943 0 323951 0
[pid=25800/tid=25801] ppid=25797 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25801/stat : 25801 (toysat) S 25797 25800 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28001344 1339625472 268414 33554432000 4194304 16246674 140737362321216 139771608280304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25800/tid=25802] ppid=25797 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25802/stat : 25802 (toysat) S 25797 25800 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28001344 1339625472 268414 33554432000 4194304 16246674 140737362321216 139771523345648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25800/tid=25803] ppid=25797 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25803/stat : 25803 (toysat) S 25797 25800 20760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 28001344 1339625472 268414 33554432000 4194304 16246674 140737362321216 139771512872112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1308228

[startup+6.30039 s]
/proc/loadavg: 2.09 2.05 2.00 3/183 25853
/proc/meminfo: memFree=30020440/32872528 swapFree=163656/177964
[pid=25800] ppid=25797 vsize=1308228 CPUtime=6.29 cores=0,2,4,6
/proc/25800/stat : 25800 (toysat) R 25797 25800 20760 0 -1 4202496 268153 0 0 0 592 37 0 0 20 0 4 0 28001344 1339625472 268452 33554432000 4194304 16246674 140737362321216 140737362303104 5825207 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25800/statm: 327057 268452 917 2943 0 323951 0
[pid=25800/tid=25801] ppid=25797 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25801/stat : 25801 (toysat) S 25797 25800 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28001344 1339625472 268452 33554432000 4194304 16246674 140737362321216 139771608280304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25800/tid=25802] ppid=25797 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25802/stat : 25802 (toysat) S 25797 25800 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28001344 1339625472 268452 33554432000 4194304 16246674 140737362321216 139771523345648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25800/tid=25803] ppid=25797 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25803/stat : 25803 (toysat) S 25797 25800 20760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 28001344 1339625472 268452 33554432000 4194304 16246674 140737362321216 139771512872112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1308228

[startup+12.7004 s]
/proc/loadavg: 2.08 2.05 2.00 3/183 25853
/proc/meminfo: memFree=29527748/32872528 swapFree=163656/177964
[pid=25800] ppid=25797 vsize=1316420 CPUtime=12.69 cores=0,2,4,6
/proc/25800/stat : 25800 (toysat) R 25797 25800 20760 0 -1 4202496 270199 0 0 0 1231 38 0 0 20 0 4 0 28001344 1348014080 270498 33554432000 4194304 16246674 140737362321216 140737362303104 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25800/statm: 329105 270498 917 2943 0 325999 0
[pid=25800/tid=25801] ppid=25797 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25801/stat : 25801 (toysat) S 25797 25800 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28001344 1348014080 270498 33554432000 4194304 16246674 140737362321216 139771608280304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25800/tid=25802] ppid=25797 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25802/stat : 25802 (toysat) S 25797 25800 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28001344 1348014080 270498 33554432000 4194304 16246674 140737362321216 139771523345648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25800/tid=25803] ppid=25797 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25803/stat : 25803 (toysat) S 25797 25800 20760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 28001344 1348014080 270498 33554432000 4194304 16246674 140737362321216 139771512872112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1316420

[startup+25.5005 s]
/proc/loadavg: 2.06 2.05 2.00 3/183 25853
/proc/meminfo: memFree=29510460/32872528 swapFree=163656/177964
[pid=25800] ppid=25797 vsize=1322564 CPUtime=25.48 cores=0,2,4,6
/proc/25800/stat : 25800 (toysat) R 25797 25800 20760 0 -1 4202496 271851 0 0 0 2510 38 0 0 20 0 4 0 28001344 1354305536 272150 33554432000 4194304 16246674 140737362321216 140737362320392 5823690 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25800/statm: 330641 272150 917 2943 0 327535 0
[pid=25800/tid=25801] ppid=25797 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25801/stat : 25801 (toysat) S 25797 25800 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28001344 1354305536 272150 33554432000 4194304 16246674 140737362321216 139771608280304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25800/tid=25802] ppid=25797 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25802/stat : 25802 (toysat) S 25797 25800 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28001344 1354305536 272150 33554432000 4194304 16246674 140737362321216 139771523345648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25800/tid=25803] ppid=25797 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25803/stat : 25803 (toysat) S 25797 25800 20760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 28001344 1354305536 272150 33554432000 4194304 16246674 140737362321216 139771512872112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1322564

[startup+51.1005 s]
/proc/loadavg: 2.04 2.04 2.00 3/183 25853
/proc/meminfo: memFree=29505192/32872528 swapFree=163656/177964
[pid=25800] ppid=25797 vsize=1326660 CPUtime=51.09 cores=0,2,4,6
/proc/25800/stat : 25800 (toysat) R 25797 25800 20760 0 -1 4202496 272878 0 0 0 5070 39 0 0 20 0 4 0 28001344 1358499840 273430 33554432000 4194304 16246674 140737362321216 140737362303104 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25800/statm: 331665 273430 917 2943 0 328559 0
[pid=25800/tid=25801] ppid=25797 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25801/stat : 25801 (toysat) S 25797 25800 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28001344 1358499840 273430 33554432000 4194304 16246674 140737362321216 139771608280304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25800/tid=25802] ppid=25797 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25802/stat : 25802 (toysat) S 25797 25800 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28001344 1358499840 273430 33554432000 4194304 16246674 140737362321216 139771523345648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25800/tid=25803] ppid=25797 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25803/stat : 25803 (toysat) S 25797 25800 20760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 28001344 1358499840 273430 33554432000 4194304 16246674 140737362321216 139771512872112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1326660

[startup+102.3 s]
/proc/loadavg: 2.02 2.03 2.00 4/184 25857
/proc/meminfo: memFree=29497780/32872528 swapFree=163656/177964
[pid=25800] ppid=25797 vsize=1329732 CPUtime=102.28 cores=0,2,4,6
/proc/25800/stat : 25800 (toysat) R 25797 25800 20760 0 -1 4202496 273652 0 0 0 10189 39 0 0 20 0 4 0 28001344 1361645568 274198 33554432000 4194304 16246674 140737362321216 140737362303104 5711801 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25800/statm: 332433 274198 917 2943 0 329327 0
[pid=25800/tid=25801] ppid=25797 vsize=1329732 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25801/stat : 25801 (toysat) S 25797 25800 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28001344 1361645568 274198 33554432000 4194304 16246674 140737362321216 139771608280304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25800/tid=25802] ppid=25797 vsize=1329732 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25802/stat : 25802 (toysat) S 25797 25800 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28001344 1361645568 274198 33554432000 4194304 16246674 140737362321216 139771523345648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25800/tid=25803] ppid=25797 vsize=1329732 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25803/stat : 25803 (toysat) S 25797 25800 20760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 28001344 1361645568 274198 33554432000 4194304 16246674 140737362321216 139771512872112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1329732


################
# More data... #
################

/proc/25800/task/25803/stat : 25803 (toysat) S 25797 25800 20760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771512872112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 1364548

[startup+1302.3 s]
/proc/loadavg: 2.09 2.10 2.05 3/184 25887
/proc/meminfo: memFree=29451136/32872528 swapFree=163656/177964
[pid=25800] ppid=25797 vsize=1364548 CPUtime=1301.97 cores=0,2,4,6
/proc/25800/stat : 25800 (toysat) R 25797 25800 20760 0 -1 4202496 282574 0 0 0 130149 48 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 140737362303104 5829905 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25800/statm: 341137 282908 918 2943 0 338031 0
[pid=25800/tid=25801] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25801/stat : 25801 (toysat) S 25797 25800 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771608280304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25800/tid=25802] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25802/stat : 25802 (toysat) S 25797 25800 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771523345648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25800/tid=25803] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25803/stat : 25803 (toysat) S 25797 25800 20760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771512872112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 1364548

[startup+1362.3 s]
/proc/loadavg: 2.15 2.11 2.06 3/183 25888
/proc/meminfo: memFree=29451416/32872528 swapFree=163656/177964
[pid=25800] ppid=25797 vsize=1364548 CPUtime=1361.96 cores=0,2,4,6
/proc/25800/stat : 25800 (toysat) R 25797 25800 20760 0 -1 4202496 282574 0 0 0 136148 48 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 140737362320392 5712600 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25800/statm: 341137 282908 918 2943 0 338031 0
[pid=25800/tid=25801] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25801/stat : 25801 (toysat) S 25797 25800 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771608280304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25800/tid=25802] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25802/stat : 25802 (toysat) S 25797 25800 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771523345648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25800/tid=25803] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25803/stat : 25803 (toysat) S 25797 25800 20760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771512872112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 1364548

[startup+1422.3 s]
/proc/loadavg: 2.05 2.09 2.05 4/183 25889
/proc/meminfo: memFree=29451708/32872528 swapFree=163656/177964
[pid=25800] ppid=25797 vsize=1364548 CPUtime=1421.96 cores=0,2,4,6
/proc/25800/stat : 25800 (toysat) R 25797 25800 20760 0 -1 4202496 282574 0 0 0 142147 49 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 140737362303104 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25800/statm: 341137 282908 918 2943 0 338031 0
[pid=25800/tid=25801] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25801/stat : 25801 (toysat) S 25797 25800 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771608280304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25800/tid=25802] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25802/stat : 25802 (toysat) S 25797 25800 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771523345648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25800/tid=25803] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25803/stat : 25803 (toysat) S 25797 25800 20760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771512872112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 1364548

[startup+1482.3 s]
/proc/loadavg: 2.07 2.09 2.05 3/183 25891
/proc/meminfo: memFree=29451700/32872528 swapFree=163656/177964
[pid=25800] ppid=25797 vsize=1364548 CPUtime=1481.94 cores=0,2,4,6
/proc/25800/stat : 25800 (toysat) R 25797 25800 20760 0 -1 4202496 282574 0 0 0 148145 49 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 140737362303104 12477117 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25800/statm: 341137 282908 918 2943 0 338031 0
[pid=25800/tid=25801] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25801/stat : 25801 (toysat) S 25797 25800 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771608280304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25800/tid=25802] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25802/stat : 25802 (toysat) S 25797 25800 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771523345648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25800/tid=25803] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25803/stat : 25803 (toysat) S 25797 25800 20760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771512872112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 1364548

[startup+1542.31 s]
/proc/loadavg: 2.02 2.07 2.04 3/183 25892
/proc/meminfo: memFree=29451568/32872528 swapFree=163656/177964
[pid=25800] ppid=25797 vsize=1364548 CPUtime=1541.94 cores=0,2,4,6
/proc/25800/stat : 25800 (toysat) R 25797 25800 20760 0 -1 4202496 282574 0 0 0 154144 50 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 140737362303104 5600312 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25800/statm: 341137 282908 918 2943 0 338031 0
[pid=25800/tid=25801] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25801/stat : 25801 (toysat) S 25797 25800 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771608280304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25800/tid=25802] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25802/stat : 25802 (toysat) S 25797 25800 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771523345648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25800/tid=25803] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25803/stat : 25803 (toysat) S 25797 25800 20760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771512872112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 1364548

[startup+1602.3 s]
/proc/loadavg: 2.01 2.05 2.04 3/183 25893
/proc/meminfo: memFree=29451568/32872528 swapFree=163656/177964
[pid=25800] ppid=25797 vsize=1364548 CPUtime=1601.92 cores=0,2,4,6
/proc/25800/stat : 25800 (toysat) R 25797 25800 20760 0 -1 4202496 282574 0 0 0 160142 50 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 140737362303104 5674844 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25800/statm: 341137 282908 918 2943 0 338031 0
[pid=25800/tid=25801] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25801/stat : 25801 (toysat) S 25797 25800 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771608280304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25800/tid=25802] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25802/stat : 25802 (toysat) S 25797 25800 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771523345648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25800/tid=25803] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25803/stat : 25803 (toysat) S 25797 25800 20760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771512872112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 1364548

[startup+1662.3 s]
/proc/loadavg: 2.04 2.06 2.04 3/183 25894
/proc/meminfo: memFree=29451816/32872528 swapFree=163656/177964
[pid=25800] ppid=25797 vsize=1364548 CPUtime=1661.91 cores=0,2,4,6
/proc/25800/stat : 25800 (toysat) R 25797 25800 20760 0 -1 4202496 282574 0 0 0 166141 50 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 140737362303104 5829099 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25800/statm: 341137 282908 918 2943 0 338031 0
[pid=25800/tid=25801] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25801/stat : 25801 (toysat) S 25797 25800 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771608280304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25800/tid=25802] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25802/stat : 25802 (toysat) S 25797 25800 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771523345648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25800/tid=25803] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25803/stat : 25803 (toysat) S 25797 25800 20760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771512872112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 1364548

[startup+1722.3 s]
/proc/loadavg: 2.13 2.07 2.04 3/183 25895
/proc/meminfo: memFree=29451684/32872528 swapFree=163656/177964
[pid=25800] ppid=25797 vsize=1364548 CPUtime=1721.9 cores=0,2,4,6
/proc/25800/stat : 25800 (toysat) R 25797 25800 20760 0 -1 4202496 282574 0 0 0 172140 50 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 140737362303104 5662190 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25800/statm: 341137 282908 918 2943 0 338031 0
[pid=25800/tid=25801] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25801/stat : 25801 (toysat) S 25797 25800 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771608280304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25800/tid=25802] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25802/stat : 25802 (toysat) S 25797 25800 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771523345648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25800/tid=25803] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25803/stat : 25803 (toysat) S 25797 25800 20760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771512872112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 1364548

[startup+1782.3 s]
/proc/loadavg: 2.11 2.07 2.04 3/183 25897
/proc/meminfo: memFree=29451180/32872528 swapFree=163656/177964
[pid=25800] ppid=25797 vsize=1364548 CPUtime=1781.9 cores=0,2,4,6
/proc/25800/stat : 25800 (toysat) R 25797 25800 20760 0 -1 4202496 282574 0 0 0 178139 51 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 140737362303104 5677403 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25800/statm: 341137 282908 918 2943 0 338031 0
[pid=25800/tid=25801] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25801/stat : 25801 (toysat) S 25797 25800 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771608280304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25800/tid=25802] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25802/stat : 25802 (toysat) S 25797 25800 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771523345648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25800/tid=25803] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25803/stat : 25803 (toysat) S 25797 25800 20760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771512872112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 1364548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.08 2.07 2.04 3/183 25897
/proc/meminfo: memFree=29450932/32872528 swapFree=163656/177964
[pid=25800] ppid=25797 vsize=1364548 CPUtime=1800 cores=0,2,4,6
/proc/25800/stat : 25800 (toysat) R 25797 25800 20760 0 -1 4202496 282574 0 0 0 179949 51 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 140737362303104 5722960 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25800/statm: 341137 282908 918 2943 0 338031 0
[pid=25800/tid=25801] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25801/stat : 25801 (toysat) S 25797 25800 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771608280304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25800/tid=25802] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25802/stat : 25802 (toysat) S 25797 25800 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771523345648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25800/tid=25803] ppid=25797 vsize=1364548 CPUtime=0 cores=0,2,4,6
/proc/25800/task/25803/stat : 25803 (toysat) S 25797 25800 20760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 28001344 1397297152 282908 33554432000 4194304 16246674 140737362321216 139771512872112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1364548

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 25800 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.01
CPU user time (s): 1799.5
CPU system time (s): 0.511922
CPU usage (%): 99.9778
Max. virtual memory (cumulated for all children) (KiB): 1364548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 0.511922
maximum resident set size= 1131632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282574
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 241
involuntary context switches= 1962

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.56031 second user time and 6.96994 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 16:18:34
IDJOB=4105953
IDBENCH=24963
IDSOLVER=2542
FILE ID=node105/4105953-1466259514
RUNJOBID= node105-1466229502-20776
PBS_JOBID= 19918174
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/reduced/submittedPB07/aksoy/trarea_ac/normalized-reduced-fir09_trarea_ac.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105953-1466259514/watcher-4105953-1466259514 -o /tmp/evaluation-result-4105953-1466259514/solver-4105953-1466259514 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466229502-20776 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4105953-1466259514.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 83e4cddd78ca4f87cfb13af1d930e0cc
RANDOM SEED=2069551348

node105.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30536956 kB
Buffers:           75388 kB
Cached:           204136 kB
SwapCached:         1460 kB
Active:          1236160 kB
Inactive:         183284 kB
Active(anon):    1136888 kB
Inactive(anon):     5448 kB
Active(file):      99272 kB
Inactive(file):   177836 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:             16736 kB
Writeback:             0 kB
AnonPages:       1426164 kB
Mapped:            10720 kB
Shmem:                 0 kB
Slab:             604660 kB
SReclaimable:      48384 kB
SUnreclaim:       556276 kB
KernelStack:        1520 kB
PageTables:         6712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1458716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1253376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71716 MiB
End job on node105 at 2016-06-18 16:48:35