Trace number 4079832

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.04 1800.51

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/
areaDelay/normalized-f20c10b_005_area_delay.opb
MD5SUM1a8b297a620c2a2aaf0a7beca79ff945
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark26
Best CPU time to get the best result obtained on this benchmark0.707891
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 33
Optimality of the best value was proved NO
Number of variables17114
Total number of constraints123451
Number of constraints which are clauses123451
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 constraint254
Number of terms in the objective function 8405
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 8405
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8405
Number of bits of the biggest sum of numbers14
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-06T23:25:20+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-4079832-1465248319.opb"]
0.00/0.01	c use --random-gen="2508156200 3049010815 2191090409 1936394078 1559855265 4052971950 242975468 2108215041 4189338571 2654618034 4204947230 3702487065 4168120480 2157963521 2148582150 1815875295 1479908238 1337020279 1111731330 3637817711 778145668 1405573254 3989145236 4271591738 1234666763 1546210046 3627121083 1999371353 2014917553 3168067018 2117925497 571707986 2622297777 2337391733 242021518 3495490786 1633165754 4039045113 4147653081 506598091 920554292 2030807751 2498364947 2340196212 578353072 4104146951 1907325541 3294925072 2375879542 3304730215 2839706507 1071264532 1892588140 1366310616 3202857785 3933688724 2264400685 1331743877 622645950 4198037127 1882303906 3514796761 956944729 686571877 3117831979 953368521 3145877666 3773783794 3666201459 78239619 1898331120 3442255913 1062050120 558451573 3955109645 1390899485 247708177 853479091 626084329 104899218 1185981353 389823325 2082135906 2001137713 101640301 3767837414 1328970114 462374137 39313752 1095264794 2186905993 3465175736 166788115 3852242980 1648185862 910632155 952443829 2331644688 1786635961 1849998710 1388105063 2466915091 867173265 3894545754 2797524249 674441467 2243989805 2407714722 3794838992 574458378 1403815821 3936275680 455580842 988754082 386741328 4123581255 3048128093 4120395669 39514579 1917627398 2297996580 1625706060 1218640236 2061874544 518016990 1019480377 3939683108 587877140 282332430 981973272 3899052953 3014885767 1557120529 2606559277 204022541 2207821259 1236924191 2078786416 209503056 2182577205 2660580432 2382497909 861935375 2042500134 1238570046 2846485034 3878830920 1410688307 729813509 1008240995 3503147710 2593686735 2613507405 3110956785 3648314441 587144689 385488455 1928776212 1846269639 1308061149 1976883145 2897696570 3378632810 2061810475 3866429918 2947780488 1706977483 2254597363 1954059977 3056634399 2208255538 2658796099 296621652 2516250465 592171904 3751860831 2336051124 3391477263 2951752954 3193972973 4205762082 1288048409 963546189 3129539107 1658014083 3312281302 2445677952 446993228 1405195528 3382401404 3658355079 1616574615 2704464669 3825307141 3681678141 3907922400 2033517971 2723863863 2878666598 1912690531 718900133 1716776146 2240755343 613449240 3679796823 1944115319 1714332926 912503429 2993098209 544059784 3826906769 2637660231 3567712481 38953825 35285967 2241813606 1336568840 1796526113 1127303468 1117890244 1798987717 3474011116 2215074280 1488696716 1219152487 2762609492 2030944634 2430507129 3509037736 3643146788 3106426101 2103455294 1005054679 3106434311 39140960 2628899150 3396149074 183273066 1442510996 1707522219 3623370900 3532182696 2144601778 2939928492 355874545 1881307763 1975690411 2768593141 727276376 1004945817 2207668203 32457351 2448159614 4076474633 1424415364 2377631675 255 362436" option to reproduce the execution
0.79/0.82	c #vars 17114
0.79/0.82	c #constraints 123451
2.59/2.61	c BCD2: Hardening is enabled.
2.59/2.61	c BCD2: BiasedSearch is enabled.
2.59/2.61	c Solving starts ...
2.59/2.61	c ============================[ Search Statistics ]============================
2.59/2.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.61	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.61	c =============================================================================
2.69/2.71	c  0.0s |       0 |        0 |        0 |    46776      0 |        5 |        0
2.69/2.77	c  0.2s |       0 |     5858 |        0 |    46776      0 |        5 |     1541
2.69/2.77	c #cpu_time = 0.156s
2.69/2.77	c #wall_clock_time = 0.156s
2.69/2.77	c #decision = 5858
2.69/2.77	c #random_decision = 18
2.69/2.77	c #conflict = 0
2.69/2.77	c #restart = 0
2.69/2.77	o 5860
3.08/3.10	c BCD2: updating upper bound: 8405 -> 5859
3.08/3.12	c BCD2: 0 <= obj <= 5859
3.08/3.12	c BCD2: #cores=0, #unrelaxed=8405, #relaxed=0, #hardened=0
3.08/3.12	c BCD2: #sat=1 #unsat=1 bias=1/2
3.08/3.13	c Solving starts ...
3.08/3.13	c ============================[ Search Statistics ]============================
3.08/3.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.08/3.13	c       |         |          |          |    Limit     GC | Var      | Constra 
3.08/3.13	c =============================================================================
3.08/3.13	c  0.0s |       0 |        0 |        0 |    46776      0 |        5 |     1541
3.08/3.17	c  0.0s |       0 |        4 |        0 |    46776      0 |        5 |     1541
3.08/3.17	c #cpu_time = 0.042s
3.08/3.17	c #wall_clock_time = 0.042s
3.08/3.17	c #decision = 4
3.08/3.17	c #random_decision = 0
3.08/3.17	c #conflict = 0
3.08/3.17	c #restart = 0
3.08/3.17	c BCD2: found a new core of size 1: cost of the new core is >=1
3.08/3.17	c lower bound updated to 1
3.08/3.18	c BCD2: 1 <= obj <= 5859
3.08/3.18	c BCD2: #cores=1, #unrelaxed=8404, #relaxed=1, #hardened=0
3.08/3.18	c BCD2: #sat=1 #unsat=2 bias=2/3
3.08/3.18	c Solving starts ...
3.08/3.19	c ============================[ Search Statistics ]============================
3.08/3.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.08/3.19	c       |         |          |          |    Limit     GC | Var      | Constra 
3.08/3.19	c =============================================================================
3.08/3.19	c  0.0s |       0 |        0 |        0 |    46776      0 |        5 |     1541
3.18/3.24	c  0.0s |       0 |       72 |        1 |    46776      0 |        5 |     1541
3.18/3.24	c #cpu_time = 0.046s
3.18/3.24	c #wall_clock_time = 0.046s
3.18/3.24	c #decision = 72
3.18/3.24	c #random_decision = 0
3.18/3.24	c #conflict = 1
3.18/3.24	c #restart = 0
3.18/3.24	c BCD2: found a new core of size 10: cost of the new core is >=1
3.18/3.24	c lower bound updated to 2
3.18/3.25	c BCD2: 2 <= obj <= 5859
3.18/3.25	c BCD2: #cores=2, #unrelaxed=8394, #relaxed=11, #hardened=0
3.18/3.25	c BCD2: #sat=1 #unsat=3 bias=3/4
3.18/3.25	c Solving starts ...
3.18/3.25	c ============================[ Search Statistics ]============================
3.18/3.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.18/3.25	c       |         |          |          |    Limit     GC | Var      | Constra 
3.18/3.25	c =============================================================================
3.18/3.25	c  0.0s |       0 |        0 |        0 |    46776      0 |        5 |     1541
3.18/3.29	c  0.0s |       0 |       74 |        0 |    46776      0 |        5 |     1541
3.18/3.29	c #cpu_time = 0.041s
3.18/3.29	c #wall_clock_time = 0.041s
3.18/3.29	c #decision = 74
3.18/3.29	c #random_decision = 0
3.18/3.29	c #conflict = 0
3.18/3.29	c #restart = 0
3.18/3.29	c BCD2: found a new core of size 12: cost of the new core is >=1
3.18/3.29	c lower bound updated to 3
3.18/3.30	c BCD2: 3 <= obj <= 5859
3.18/3.30	c BCD2: #cores=3, #unrelaxed=8382, #relaxed=23, #hardened=0
3.18/3.30	c BCD2: #sat=1 #unsat=4 bias=4/5
3.18/3.30	c Solving starts ...
3.18/3.30	c ============================[ Search Statistics ]============================
3.18/3.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.18/3.30	c       |         |          |          |    Limit     GC | Var      | Constra 
3.18/3.30	c =============================================================================
3.18/3.30	c  0.0s |       0 |        0 |        0 |    46776      0 |        5 |     1541
3.29/3.35	c  0.1s |       0 |      117 |        0 |    46776      0 |        5 |     1541
3.29/3.35	c #cpu_time = 0.052s
3.29/3.35	c #wall_clock_time = 0.052s
3.29/3.35	c #decision = 117
3.29/3.35	c #random_decision = 0
3.29/3.35	c #conflict = 0
3.29/3.35	c #restart = 0
3.29/3.35	c BCD2: found a new core of size 38: cost of the new core is >=1
3.29/3.35	c lower bound updated to 4
3.29/3.36	c BCD2: 4 <= obj <= 5859
3.29/3.36	c BCD2: #cores=4, #unrelaxed=8344, #relaxed=61, #hardened=0
3.29/3.36	c BCD2: #sat=1 #unsat=5 bias=5/6
3.29/3.36	c Solving starts ...
3.29/3.36	c ============================[ Search Statistics ]============================
3.29/3.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.36	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.36	c =============================================================================
3.29/3.36	c  0.0s |       0 |        0 |        0 |    46776      0 |        5 |     1541
3.29/3.40	c  0.0s |       0 |      227 |        0 |    46776      0 |        5 |     1541
3.29/3.40	c #cpu_time = 0.043s
3.29/3.40	c #wall_clock_time = 0.043s
3.29/3.40	c #decision = 227
3.29/3.40	c #random_decision = 0
3.29/3.40	c #conflict = 0
3.29/3.40	c #restart = 0
3.29/3.40	c BCD2: found a new core of size 8: cost of the new core is >=1
3.29/3.40	c lower bound updated to 5
3.40/3.42	c BCD2: 5 <= obj <= 5859
3.40/3.42	c BCD2: #cores=5, #unrelaxed=8336, #relaxed=69, #hardened=0
3.40/3.42	c BCD2: #sat=1 #unsat=6 bias=6/7
3.40/3.42	c Solving starts ...
3.40/3.42	c ============================[ Search Statistics ]============================
3.40/3.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.42	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.42	c =============================================================================
3.40/3.42	c  0.0s |       0 |        0 |        0 |    46776      0 |        5 |     1541
3.40/3.46	c  0.0s |       0 |      236 |        0 |    46776      0 |        5 |     1541
3.40/3.46	c #cpu_time = 0.041s
3.40/3.46	c #wall_clock_time = 0.041s
3.40/3.46	c #decision = 236
3.40/3.46	c #random_decision = 0
3.40/3.46	c #conflict = 0
3.40/3.46	c #restart = 0
3.40/3.46	c BCD2: found a new core of size 33: cost of the new core is >=1
3.40/3.46	c lower bound updated to 6
3.40/3.47	c BCD2: 6 <= obj <= 5859
3.40/3.47	c BCD2: #cores=6, #unrelaxed=8303, #relaxed=102, #hardened=0
3.40/3.47	c BCD2: #sat=1 #unsat=7 bias=7/8
3.40/3.47	c Solving starts ...
3.40/3.47	c ============================[ Search Statistics ]============================
3.40/3.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.47	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.47	c =============================================================================
3.40/3.47	c  0.0s |       0 |        0 |        0 |    46776      0 |        5 |     1541
3.48/3.52	c  0.0s |       0 |      317 |        0 |    46776      0 |        5 |     1541
3.48/3.52	c #cpu_time = 0.045s
3.48/3.52	c #wall_clock_time = 0.045s
3.48/3.52	c #decision = 317
3.48/3.52	c #random_decision = 0
3.48/3.52	c #conflict = 0
3.48/3.52	c #restart = 0
3.48/3.52	c BCD2: found a new core of size 33: cost of the new core is >=1
3.48/3.52	c lower bound updated to 7
3.48/3.52	c BCD2: 7 <= obj <= 5859
3.48/3.52	c BCD2: #cores=7, #unrelaxed=8270, #relaxed=135, #hardened=0
3.48/3.52	c BCD2: #sat=1 #unsat=8 bias=8/9
3.48/3.52	c Solving starts ...
3.48/3.52	c ============================[ Search Statistics ]============================
3.48/3.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.48/3.52	c       |         |          |          |    Limit     GC | Var      | Constra 
3.48/3.52	c =============================================================================
3.48/3.53	c  0.0s |       0 |        0 |        0 |    46776      0 |        5 |     1541
3.48/3.57	c  0.0s |       0 |      428 |        0 |    46776      0 |        5 |     1541
3.48/3.57	c #cpu_time = 0.041s
3.48/3.57	c #wall_clock_time = 0.041s
3.48/3.57	c #decision = 428
3.48/3.57	c #random_decision = 0
3.48/3.57	c #conflict = 0
3.48/3.57	c #restart = 0
3.48/3.57	c BCD2: found a new core of size 117: cost of the new core is >=1
3.48/3.57	c lower bound updated to 8
3.48/3.58	c BCD2: 8 <= obj <= 5859
3.48/3.58	c BCD2: #cores=8, #unrelaxed=8153, #relaxed=252, #hardened=0
3.48/3.58	c BCD2: #sat=1 #unsat=9 bias=9/10
3.48/3.58	c Solving starts ...
3.48/3.58	c ============================[ Search Statistics ]============================
3.48/3.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.48/3.58	c       |         |          |          |    Limit     GC | Var      | Constra 
3.48/3.58	c =============================================================================
3.48/3.58	c  0.0s |       0 |        0 |        0 |    46776      0 |        5 |     1541
3.58/3.62	c  0.0s |       0 |      315 |        0 |    46776      0 |        5 |     1541
3.58/3.62	c #cpu_time = 0.040s
3.58/3.62	c #wall_clock_time = 0.040s
3.58/3.62	c #decision = 315
3.58/3.62	c #random_decision = 0
3.58/3.62	c #conflict = 0
3.58/3.62	c #restart = 0
3.58/3.62	c BCD2: found a new core of size 1: cost of the new core is >=1
3.58/3.62	c lower bound updated to 9
3.58/3.63	c BCD2: 9 <= obj <= 5859
3.58/3.63	c BCD2: #cores=9, #unrelaxed=8152, #relaxed=253, #hardened=0
3.58/3.63	c BCD2: #sat=1 #unsat=10 bias=10/11
3.58/3.63	c Solving starts ...
3.58/3.63	c ============================[ Search Statistics ]============================
3.58/3.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.58/3.63	c       |         |          |          |    Limit     GC | Var      | Constra 
3.58/3.63	c =============================================================================
3.58/3.63	c  0.0s |       0 |        0 |        0 |    46776      0 |        5 |     1541
3.58/3.68	c  0.0s |       0 |      627 |        0 |    46776      0 |        5 |     1541
3.58/3.68	c #cpu_time = 0.043s
3.58/3.68	c #wall_clock_time = 0.043s
3.58/3.68	c #decision = 627
3.58/3.68	c #random_decision = 0
3.58/3.68	c #conflict = 0
3.58/3.68	c #restart = 0
3.58/3.68	c BCD2: found a new core of size 95: cost of the new core is >=1
3.58/3.68	c lower bound updated to 10
3.58/3.69	c BCD2: 10 <= obj <= 5859
3.58/3.69	c BCD2: #cores=10, #unrelaxed=8057, #relaxed=348, #hardened=0
3.58/3.69	c BCD2: #sat=1 #unsat=11 bias=11/12
3.58/3.69	c Solving starts ...
3.58/3.69	c ============================[ Search Statistics ]============================
3.58/3.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.58/3.69	c       |         |          |          |    Limit     GC | Var      | Constra 
3.58/3.69	c =============================================================================
3.58/3.69	c  0.0s |       0 |        0 |        0 |    46776      0 |        5 |     1541
3.68/3.73	c  0.0s |       0 |      580 |        0 |    46776      0 |        5 |     1541
3.68/3.73	c #cpu_time = 0.046s
3.68/3.73	c #wall_clock_time = 0.046s
3.68/3.73	c #decision = 580
3.68/3.73	c #random_decision = 0
3.68/3.73	c #conflict = 0
3.68/3.73	c #restart = 0
3.68/3.73	c BCD2: found a new core of size 97: cost of the new core is >=1
3.68/3.73	c lower bound updated to 11
3.68/3.74	c BCD2: 11 <= obj <= 5859
3.68/3.74	c BCD2: #cores=11, #unrelaxed=7960, #relaxed=445, #hardened=0
3.68/3.74	c BCD2: #sat=1 #unsat=12 bias=12/13
3.68/3.74	c Solving starts ...
3.68/3.74	c ============================[ Search Statistics ]============================
3.68/3.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.68/3.74	c       |         |          |          |    Limit     GC | Var      | Constra 
3.68/3.74	c =============================================================================
3.68/3.75	c  0.0s |       0 |        0 |        0 |    46776      0 |        5 |     1541
3.68/3.79	c  0.0s |       0 |      675 |        0 |    46776      0 |        5 |     1541
3.68/3.79	c #cpu_time = 0.042s
3.68/3.79	c #wall_clock_time = 0.042s
3.68/3.79	c #decision = 675
3.68/3.79	c #random_decision = 0
3.68/3.79	c #conflict = 0
3.68/3.79	c #restart = 0
3.68/3.79	c BCD2: found a new core of size 128: cost of the new core is >=1
3.68/3.79	c lower bound updated to 12
3.78/3.80	c BCD2: 12 <= obj <= 5859
3.78/3.80	c BCD2: #cores=12, #unrelaxed=7832, #relaxed=573, #hardened=0
3.78/3.80	c BCD2: #sat=1 #unsat=13 bias=13/14
3.78/3.80	c Solving starts ...
3.78/3.80	c ============================[ Search Statistics ]============================
3.78/3.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.78/3.80	c       |         |          |          |    Limit     GC | Var      | Constra 
3.78/3.80	c =============================================================================
3.78/3.80	c  0.0s |       0 |        0 |        0 |    46776      0 |        5 |     1541
3.78/3.84	c  0.0s |       0 |      572 |        0 |    46776      0 |        5 |     1541
3.78/3.84	c #cpu_time = 0.042s
3.78/3.84	c #wall_clock_time = 0.042s
3.78/3.84	c #decision = 572
3.78/3.84	c #random_decision = 0
3.78/3.84	c #conflict = 0
3.78/3.84	c #restart = 0
3.78/3.84	c BCD2: found a new core of size 21: cost of the new core is >=1
3.78/3.84	c lower bound updated to 13
3.78/3.85	c BCD2: 13 <= obj <= 5859
3.78/3.85	c BCD2: #cores=13, #unrelaxed=7811, #relaxed=594, #hardened=0
3.78/3.85	c BCD2: #sat=1 #unsat=14 bias=14/15
3.78/3.86	c Solving starts ...
3.78/3.86	c ============================[ Search Statistics ]============================
3.78/3.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.78/3.86	c       |         |          |          |    Limit     GC | Var      | Constra 
3.78/3.86	c =============================================================================
3.78/3.86	c  0.0s |       0 |        0 |        0 |    46776      0 |        5 |     1541
3.88/3.90	c  0.0s |       0 |      804 |        0 |    46776      0 |        5 |     1541
3.88/3.90	c #cpu_time = 0.041s
3.88/3.90	c #wall_clock_time = 0.041s
3.88/3.90	c #decision = 804
3.88/3.90	c #random_decision = 0
3.88/3.90	c #conflict = 0
3.88/3.90	c #restart = 0
3.88/3.90	c BCD2: found a new core of size 62: cost of the new core is >=1
3.88/3.90	c lower bound updated to 14
3.88/3.91	c BCD2: 14 <= obj <= 5859
3.88/3.91	c BCD2: #cores=14, #unrelaxed=7749, #relaxed=656, #hardened=0
3.88/3.91	c BCD2: #sat=1 #unsat=15 bias=15/16
3.88/3.91	c Solving starts ...
3.88/3.91	c ============================[ Search Statistics ]============================
3.88/3.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.91	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.91	c =============================================================================
3.88/3.91	c  0.0s |       0 |        0 |        0 |    46776      0 |        5 |     1541
3.88/3.96	c  0.1s |       0 |     1441 |        0 |    46776      0 |        5 |     1541
3.88/3.96	c #cpu_time = 0.049s
3.88/3.96	c #wall_clock_time = 0.049s
3.88/3.96	c #decision = 1441
3.88/3.96	c #random_decision = 0
3.88/3.96	c #conflict = 0
3.88/3.96	c #restart = 0
3.88/3.96	c BCD2: found a new core of size 8: cost of the new core is >=1
3.88/3.96	c lower bound updated to 15
3.88/3.96	c BCD2: 15 <= obj <= 5859
3.88/3.96	c BCD2: #cores=15, #unrelaxed=7741, #relaxed=664, #hardened=0
3.88/3.96	c BCD2: #sat=1 #unsat=16 bias=16/17
3.88/3.96	c Solving starts ...
3.88/3.96	c ============================[ Search Statistics ]============================
3.88/3.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.96	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.96	c =============================================================================
3.88/3.97	c  0.0s |       0 |        0 |        0 |    46776      0 |        5 |     1541
3.98/4.02	c  0.0s |       0 |     1666 |        0 |    46776      0 |        5 |     1541
3.98/4.02	c #cpu_time = 0.045s
3.98/4.02	c #wall_clock_time = 0.045s
3.98/4.02	c #decision = 1666
3.98/4.02	c #random_decision = 0
3.98/4.02	c #conflict = 0
3.98/4.02	c #restart = 0
3.98/4.02	c BCD2: found a new core of size 33: cost of the new core is >=1
3.98/4.02	c lower bound updated to 16
3.98/4.03	c BCD2: 16 <= obj <= 5859
3.98/4.03	c BCD2: #cores=16, #unrelaxed=7708, #relaxed=697, #hardened=0
3.98/4.03	c BCD2: #sat=1 #unsat=17 bias=17/18
3.98/4.03	c Solving starts ...
3.98/4.03	c ============================[ Search Statistics ]============================
3.98/4.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.98/4.03	c       |         |          |          |    Limit     GC | Var      | Constra 
3.98/4.03	c =============================================================================
3.98/4.03	c  0.0s |       0 |        0 |        0 |    46776      0 |        5 |     1541
3.98/4.08	c  0.0s |       0 |     2025 |        0 |    46776      0 |        5 |     1541
3.98/4.08	c #cpu_time = 0.045s
3.98/4.08	c #wall_clock_time = 0.045s
3.98/4.08	c #decision = 2025
3.98/4.08	c #random_decision = 0
3.98/4.08	c #conflict = 0
3.98/4.08	c #restart = 0
3.98/4.08	c BCD2: found a new core of size 113: cost of the new core is >=1
3.98/4.08	c lower bound updated to 17
3.98/4.09	c BCD2: 17 <= obj <= 5859
3.98/4.09	c BCD2: #cores=17, #unrelaxed=7595, #relaxed=810, #hardened=0
3.98/4.09	c BCD2: #sat=1 #unsat=18 bias=18/19
3.98/4.09	c Solving starts ...
3.98/4.09	c ============================[ Search Statistics ]============================
3.98/4.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.98/4.09	c       |         |          |          |    Limit     GC | Var      | Constra 
3.98/4.09	c =============================================================================
3.98/4.09	c  0.0s |       0 |        0 |        0 |    46776      0 |        5 |     1541
4.08/4.14	c  0.1s |       0 |     3568 |        0 |    46776      0 |        5 |     1541
4.08/4.14	c #cpu_time = 0.049s
4.08/4.14	c #wall_clock_time = 0.049s
4.08/4.14	c #decision = 3568
4.08/4.14	c #random_decision = 0
4.08/4.14	c #conflict = 0
4.08/4.14	c #restart = 0
4.08/4.14	c BCD2: found a new core of size 32: cost of the new core is >=1
4.08/4.14	c lower bound updated to 18
4.08/4.16	c BCD2: 18 <= obj <= 5859
4.08/4.16	c BCD2: #cores=18, #unrelaxed=7563, #relaxed=842, #hardened=0
4.08/4.16	c BCD2: #sat=1 #unsat=19 bias=19/20
4.08/4.16	c Solving starts ...
4.08/4.16	c ============================[ Search Statistics ]============================
4.08/4.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.08/4.16	c       |         |          |          |    Limit     GC | Var      | Constra 
4.08/4.16	c =============================================================================
4.08/4.16	c  0.0s |       0 |        0 |        0 |    46776      0 |        5 |     1541
4.18/4.22	c  0.1s |       0 |     3791 |        0 |    46776      0 |        5 |     1541
4.18/4.22	c #cpu_time = 0.054s
4.18/4.22	c #wall_clock_time = 0.054s
4.18/4.22	c #decision = 3791
4.18/4.22	c #random_decision = 0
4.18/4.22	c #conflict = 0
4.18/4.22	c #restart = 0
4.18/4.22	c BCD2: found a new core of size 427: cost of the new core is >=1
4.18/4.22	c lower bound updated to 19
4.18/4.23	c BCD2: 19 <= obj <= 5859
4.18/4.23	c BCD2: #cores=19, #unrelaxed=7136, #relaxed=1269, #hardened=0
4.18/4.23	c BCD2: #sat=1 #unsat=20 bias=20/21
4.18/4.23	c Solving starts ...
4.18/4.23	c ============================[ Search Statistics ]============================
4.18/4.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.18/4.23	c       |         |          |          |    Limit     GC | Var      | Constra 
4.18/4.23	c =============================================================================
4.18/4.23	c  0.0s |       0 |        0 |        0 |    46776      0 |        5 |     1541
4.18/4.29	c  0.1s |       0 |     4680 |        0 |    46776      0 |        5 |     1541
4.18/4.29	c #cpu_time = 0.051s
4.18/4.29	c #wall_clock_time = 0.051s
4.18/4.29	c #decision = 4680
4.18/4.29	c #random_decision = 0
4.18/4.29	c #conflict = 0
4.18/4.29	c #restart = 0
4.18/4.29	c BCD2: found a new core of size 121: cost of the new core is >=1
4.18/4.29	c lower bound updated to 20
4.28/4.30	c BCD2: 20 <= obj <= 5859
4.28/4.30	c BCD2: #cores=20, #unrelaxed=7015, #relaxed=1390, #hardened=0
4.28/4.30	c BCD2: #sat=1 #unsat=21 bias=21/22
4.28/4.30	c Solving starts ...
4.28/4.30	c ============================[ Search Statistics ]============================
4.28/4.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.28/4.30	c       |         |          |          |    Limit     GC | Var      | Constra 
4.28/4.30	c =============================================================================
4.28/4.30	c  0.0s |       0 |        0 |        0 |    46776      0 |        5 |     1541
4.28/4.37	c  0.1s |       0 |     7032 |        0 |    46776      0 |        5 |     1541
4.28/4.37	c #cpu_time = 0.061s
4.28/4.37	c #wall_clock_time = 0.061s
4.28/4.37	c #decision = 7032
4.28/4.37	c #random_decision = 0
4.28/4.37	c #conflict = 0
4.28/4.37	c #restart = 0
4.28/4.38	c BCD2: found a new core of size 4440: cost of the new core is >=1
4.28/4.38	c lower bound updated to 21
4.28/4.40	c BCD2: 21 <= obj <= 5859
4.28/4.40	c BCD2: #cores=21, #unrelaxed=2575, #relaxed=5830, #hardened=0
4.28/4.40	c BCD2: #sat=1 #unsat=22 bias=22/23
4.39/4.42	c Solving starts ...
4.39/4.42	c ============================[ Search Statistics ]============================
4.39/4.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.42	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.42	c =============================================================================
4.39/4.43	c  0.0s |       0 |        0 |        0 |    46776      0 |        5 |     1541
4.50/4.51	c  0.1s |       0 |     7810 |        0 |    46776      0 |        5 |     1541
4.50/4.51	c #cpu_time = 0.072s
4.50/4.51	c #wall_clock_time = 0.072s
4.50/4.51	c #decision = 7810
4.50/4.51	c #random_decision = 16
4.50/4.51	c #conflict = 0
4.50/4.51	c #restart = 0
4.50/4.51	o 41
4.50/4.53	c BCD2: updating upper bound: 5859 -> 40
4.50/4.57	c BCD2: 21 <= obj <= 40
4.50/4.57	c BCD2: #cores=21, #unrelaxed=2575, #relaxed=5830, #hardened=0
4.50/4.57	c BCD2: #sat=2 #unsat=22 bias=22/24
4.58/4.60	c Solving starts ...
4.58/4.60	c ============================[ Search Statistics ]============================
4.58/4.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.58/4.60	c       |         |          |          |    Limit     GC | Var      | Constra 
4.58/4.60	c =============================================================================
4.58/4.60	c  0.0s |       0 |        0 |        0 |    46776      0 |        5 |     1542
4.68/4.78	c  0.2s |       1 |     9098 |      100 |    51454      0 |        5 |     1542
4.98/5.08	c  0.5s |       1 |    45466 |      240 |    51454      0 |        5 |     1542
4.98/5.08	c #cpu_time = 0.470s
4.98/5.08	c #wall_clock_time = 0.471s
4.98/5.08	c #decision = 45466
4.98/5.08	c #random_decision = 16
4.98/5.08	c #conflict = 240
4.98/5.08	c #restart = 1
4.98/5.08	o 32
4.98/5.09	c BCD2: updating upper bound: 40 -> 31
5.08/5.14	c BCD2: 21 <= obj <= 31
5.08/5.14	c BCD2: #cores=21, #unrelaxed=2575, #relaxed=5830, #hardened=0
5.08/5.14	c BCD2: #sat=3 #unsat=22 bias=22/25
5.08/5.14	c Solving starts ...
5.08/5.14	c ============================[ Search Statistics ]============================
5.08/5.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.08/5.14	c       |         |          |          |    Limit     GC | Var      | Constra 
5.08/5.14	c =============================================================================
5.08/5.14	c  0.0s |       0 |        0 |        0 |    51454      0 |        5 |     1543
5.28/5.31	c  0.2s |       0 |     4788 |       56 |    56600      0 |        5 |     1543
5.28/5.31	c #cpu_time = 0.159s
5.28/5.31	c #wall_clock_time = 0.159s
5.28/5.31	c #decision = 4788
5.28/5.31	c #random_decision = 4
5.28/5.31	c #conflict = 56
5.28/5.31	c #restart = 0
5.28/5.31	o 28
5.28/5.32	c BCD2: updating upper bound: 31 -> 27
5.28/5.36	c BCD2: 21 <= obj <= 27
5.28/5.36	c BCD2: #cores=21, #unrelaxed=2575, #relaxed=5830, #hardened=0
5.28/5.36	c BCD2: #sat=4 #unsat=22 bias=22/26
5.28/5.36	c Solving starts ...
5.28/5.36	c ============================[ Search Statistics ]============================
5.28/5.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.28/5.36	c       |         |          |          |    Limit     GC | Var      | Constra 
5.28/5.36	c =============================================================================
5.28/5.37	c  0.0s |       0 |        0 |        0 |    56600      0 |        5 |     1544
5.49/5.52	c  0.2s |       0 |    21540 |       54 |    56600      0 |        5 |     1544
5.49/5.52	c #cpu_time = 0.158s
5.49/5.52	c #wall_clock_time = 0.158s
5.49/5.52	c #decision = 21540
5.49/5.52	c #random_decision = 1
5.49/5.52	c #conflict = 54
5.49/5.52	c #restart = 0
5.49/5.52	c BCD2: relaxing 94 and merging with 9 cores into a new core of size 534: cost of the new core is >=10
5.49/5.52	c lower bound updated to 22
5.49/5.54	c BCD2: 22 <= obj <= 27
5.49/5.54	c BCD2: #cores=13, #unrelaxed=2481, #relaxed=5924, #hardened=0
5.49/5.54	c BCD2: #sat=4 #unsat=23 bias=23/27
5.49/5.55	c Solving starts ...
5.49/5.55	c ============================[ Search Statistics ]============================
5.49/5.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.49/5.55	c       |         |          |          |    Limit     GC | Var      | Constra 
5.49/5.55	c =============================================================================
5.49/5.55	c  0.0s |       0 |        0 |        0 |    56600      0 |       46 |     1544
5.68/5.78	c  0.2s |       1 |     3218 |      100 |    56600      0 |       46 |     1617
6.28/6.33	c  0.8s |       2 |    12680 |      250 |    62261      0 |       46 |     1617
6.59/6.67	c  1.1s |       3 |    17910 |      475 |    68488      0 |       46 |     1617
7.18/7.21	c  1.7s |       4 |    23819 |      813 |    68488      0 |       46 |     1617
8.08/8.10	c  2.6s |       5 |    33375 |     1320 |    75337      0 |       46 |     1617
9.18/9.20	c  3.7s |       6 |    44786 |     2081 |    82871      0 |       46 |     1617
10.88/10.95	c  5.4s |       7 |    67604 |     3223 |    91159      0 |       46 |     1617
12.98/13.02	c  7.5s |       7 |    90049 |     4623 |   100275      0 |       46 |     1617
13.38/13.43	c  7.9s |       8 |    94237 |     4936 |   100275      0 |       46 |     1617
15.39/15.45	c  9.9s |       8 |   120921 |     6236 |   100275      0 |       46 |     1617
17.18/17.21	c 11.7s |       9 |   135374 |     7506 |   110303      0 |       46 |     1617
19.18/19.22	c 13.7s |       9 |   155360 |     8806 |   110303      0 |       46 |     1617
21.28/21.36	c 15.8s |       9 |   176284 |    10206 |   110303      0 |       46 |     1617
23.28/23.35	c 17.8s |      10 |   197447 |    11361 |   121334      0 |       46 |     1617
25.29/25.40	c 19.9s |      10 |   214360 |    12761 |   121334      0 |       46 |     1617
27.38/27.48	c 21.9s |      10 |   236751 |    14261 |   121334      0 |       46 |     1617
29.48/29.58	c 24.0s |      10 |   254734 |    15661 |   121334      0 |       46 |     1617
31.58/31.68	c 26.1s |      10 |   269285 |    17061 |   133468      0 |       46 |     1617
31.68/31.78	c 26.2s |      11 |   270981 |    17144 |   133468      0 |       46 |     1617
33.78/33.81	c 28.3s |      11 |   296597 |    18244 |   133468      0 |       46 |     1617
35.88/35.90	c 30.4s |      11 |   317456 |    19644 |   133468      0 |       46 |     1617
37.88/37.97	c 32.4s |      11 |   336050 |    20944 |   133468      0 |       46 |     1617
40.08/40.16	c 34.6s |      11 |   352798 |    22244 |   133468      0 |       46 |     1617
42.08/42.18	c 36.6s |      11 |   376482 |    23444 |   133468      0 |       46 |     1617
44.18/44.22	c 38.7s |      11 |   398033 |    24644 |   133468      0 |       46 |     1617
46.19/46.24	c 40.7s |      12 |   418720 |    25819 |   146815      0 |       46 |     1617
48.28/48.34	c 42.8s |      12 |   434969 |    27019 |   146815      0 |       46 |     1617
50.28/50.34	c 44.8s |      12 |   445989 |    28219 |   146815      0 |       46 |     1617
52.38/52.45	c 46.9s |      12 |   454521 |    29519 |   146815      0 |       46 |     1617
54.38/54.47	c 48.9s |      12 |   465285 |    30519 |   146815      0 |       46 |     1617
56.48/56.54	c 51.0s |      12 |   480443 |    31619 |   146815      0 |       46 |     1617
58.58/58.66	c 53.1s |      12 |   498910 |    32719 |   146815      0 |       46 |     1617
60.68/60.74	c 55.2s |      12 |   513934 |    33819 |   146815      0 |       46 |     1617
62.88/62.95	c 57.4s |      12 |   527225 |    34919 |   146815      0 |       46 |     1617
65.18/65.22	c 59.7s |      12 |   539047 |    36019 |   146815      0 |       46 |     1617
67.28/67.34	c 61.8s |      12 |   556153 |    36919 |   146815      0 |       46 |     1617
69.39/69.47	c 63.9s |      12 |   569081 |    37819 |   146815      0 |       46 |     1617
71.59/71.68	c 66.1s |      12 |   587171 |    38819 |   161497      0 |       46 |     1617
71.68/71.71	c 66.2s |      13 |   587239 |    38832 |   161497      0 |       46 |     1617
73.79/73.86	c 68.3s |      13 |   600672 |    39732 |   161497      0 |       46 |     1617
75.89/75.96	c 70.4s |      13 |   611192 |    40632 |   161497      0 |       46 |     1617
78.09/78.18	c 72.6s |      13 |   620983 |    41432 |   161497      0 |       46 |     1617
80.18/80.26	c 74.7s |      13 |   631617 |    42232 |   161497      0 |       46 |     1617
82.18/82.28	c 76.7s |      13 |   642928 |    43132 |   161497      0 |       46 |     1617
84.28/84.33	c 78.8s |      13 |   658030 |    44032 |   161497      0 |       46 |     1617
86.38/86.41	c 80.9s |      13 |   671476 |    44932 |   161497      0 |       46 |     1617
88.38/88.49	c 82.9s |      13 |   684452 |    46032 |   161497      0 |       46 |     1617
90.48/90.54	c 85.0s |      13 |   696896 |    47032 |   161497      0 |       46 |     1617
92.58/92.65	c 87.1s |      13 |   709284 |    47932 |   161497      0 |       46 |     1617
94.69/94.75	c 89.2s |      13 |   718407 |    48832 |   161497      0 |       46 |     1617
96.78/96.85	c 91.3s |      13 |   730628 |    49932 |   161497      0 |       46 |     1617
98.98/99.05	c 93.5s |      13 |   749026 |    51632 |   161497      0 |       46 |     1617
100.98/101.10	c 95.5s |      13 |   760928 |    52932 |   161497      0 |       46 |     1617
103.08/103.16	c 97.6s |      13 |   776039 |    54132 |   161497      0 |       46 |     1617
105.08/105.17	c 99.6s |      13 |   792039 |    55232 |   161497      0 |       46 |     1617
107.17/107.27	c  101s |      13 |   807475 |    56432 |   161497      0 |       46 |     1617
109.27/109.38	c  103s |      13 |   825884 |    57732 |   177647      0 |       46 |     1617
110.27/110.38	c  104s |      14 |   836321 |    58352 |   177647      0 |       46 |     1617
112.57/112.60	c  107s |      14 |   855998 |    59252 |   177647      0 |       46 |     1617
114.67/114.74	c  109s |      14 |   868307 |    60052 |   177647      0 |       46 |     1617
116.87/116.98	c  111s |      14 |   877077 |    60852 |   177647      0 |       46 |     1617
118.97/119.09	c  113s |      14 |   884020 |    61652 |   177647      0 |       46 |     1617
121.27/121.30	c  115s |      14 |   895519 |    62352 |   177647      0 |       46 |     1617
123.37/123.44	c  117s |      14 |   908542 |    62952 |   177647      0 |       46 |     1617
125.38/125.50	c  119s |      14 |   923566 |    63752 |   177647      0 |       46 |     1617
127.58/127.68	c  122s |      14 |   937893 |    64552 |   177647      0 |       46 |     1617
129.88/129.92	c  124s |      14 |   948194 |    65352 |   177647      0 |       46 |     1617
131.87/131.97	c  126s |      14 |   956245 |    66052 |   177647      0 |       46 |     1617
133.97/134.03	c  128s |      14 |   966453 |    66752 |   177647      0 |       46 |     1617
135.97/136.04	c  130s |      14 |   976964 |    67652 |   177647      0 |       46 |     1617
138.07/138.16	c  132s |      14 |   992820 |    68752 |   177647      0 |       46 |     1617
140.27/140.36	c  134s |      14 |  1003831 |    69652 |   177647      0 |       46 |     1617
142.47/142.50	c  136s |      14 |  1014546 |    70552 |   177647      0 |       46 |     1617
144.57/144.63	c  139s |      14 |  1027350 |    71252 |   177647      0 |       46 |     1617
146.57/146.66	c  141s |      14 |  1036792 |    72052 |   177647      0 |       46 |     1617
148.58/148.68	c  143s |      14 |  1047060 |    72852 |   177647      0 |       46 |     1617
150.78/150.84	c  145s |      14 |  1057466 |    73652 |   177647      0 |       46 |     1617
152.98/153.07	c  147s |      14 |  1065872 |    74452 |   177647      0 |       46 |     1617
155.07/155.12	c  149s |      14 |  1080269 |    75252 |   177647      0 |       46 |     1617
157.07/157.18	c  151s |      14 |  1092751 |    75952 |   177647      0 |       46 |     1617
159.27/159.34	c  153s |      14 |  1104640 |    76752 |   177647      0 |       46 |     1617
161.37/161.48	c  155s |      14 |  1120450 |    77652 |   177647      0 |       46 |     1617
163.56/163.60	c  158s |      14 |  1132637 |    78452 |   177647      0 |       46 |     1617
165.86/165.91	c  160s |      14 |  1145337 |    79352 |   177647      0 |       46 |     1617
168.06/168.13	c  162s |      14 |  1154827 |    80152 |   177647      0 |       46 |     1617
170.26/170.34	c  164s |      14 |  1165212 |    80952 |   177647      0 |       46 |     1617
172.46/172.59	c  167s |      14 |  1180568 |    81752 |   177647      0 |       46 |     1617
174.56/174.64	c  169s |      14 |  1192362 |    82552 |   177647      0 |       46 |     1617
176.66/176.79	c  171s |      14 |  1203373 |    83352 |   177647      0 |       46 |     1617
178.86/178.98	c  173s |      14 |  1214047 |    84252 |   177647      0 |       46 |     1617
181.06/181.14	c  175s |      14 |  1223311 |    85052 |   177647      0 |       46 |     1617
183.16/183.26	c  177s |      14 |  1233821 |    85852 |   177647      0 |       46 |     1617
185.26/185.30	c  179s |      14 |  1244756 |    86652 |   177647      0 |       46 |     1617
187.46/187.50	c  181s |      14 |  1256941 |    87552 |   195412      0 |       46 |     1617
187.56/187.68	c  182s |      15 |  1257744 |    87632 |   195412      0 |       46 |     1617
189.66/189.75	c  184s |      15 |  1270474 |    88232 |   195412      0 |       46 |     1617
191.76/191.89	c  186s |      15 |  1279824 |    88932 |   195412      0 |       46 |     1617
193.86/193.98	c  188s |      15 |  1288433 |    89632 |   195412      0 |       46 |     1617
195.96/196.09	c  190s |      15 |  1295003 |    90532 |   195412      0 |       46 |     1617
198.07/198.19	c  192s |      15 |  1304996 |    91232 |   195412      0 |       46 |     1617
200.27/200.33	c  194s |      15 |  1311818 |    92132 |   195412      0 |       46 |     1617
202.37/202.47	c  196s |      15 |  1325441 |    92732 |   195412      0 |       46 |     1617
204.56/204.63	c  199s |      15 |  1334457 |    93432 |   195412      0 |       46 |     1617
206.87/206.97	c  201s |      15 |  1342254 |    94032 |   195412      0 |       46 |     1617
208.96/209.03	c  203s |      15 |  1353309 |    94632 |   195412      0 |       46 |     1617
211.16/211.30	c  205s |      15 |  1360421 |    95332 |   195412      0 |       46 |     1617
213.36/213.42	c  207s |      15 |  1369669 |    95932 |   195412      0 |       46 |     1617
215.35/215.47	c  209s |      15 |  1378994 |    96532 |   195412      0 |       46 |     1617
217.35/217.48	c  211s |      15 |  1389003 |    97132 |   195412      0 |       46 |     1617
219.65/219.79	c  214s |      15 |  1398983 |    97832 |   195412      0 |       46 |     1617
221.95/222.04	c  216s |      15 |  1407185 |    98532 |   195412      0 |       46 |     1617
224.05/224.12	c  218s |      15 |  1413429 |    99132 |   195412      0 |       46 |     1617
226.05/226.19	c  220s |      15 |  1425136 |    99832 |   195412      0 |       46 |     1617
228.35/228.45	c  222s |      15 |  1434300 |   100532 |   195412      0 |       46 |     1617
230.45/230.51	c  224s |      15 |  1441805 |   101232 |   195412      0 |       46 |     1617
232.55/232.63	c  227s |      15 |  1449696 |   101932 |   195412      0 |       46 |     1617
234.55/234.66	c  229s |      15 |  1456633 |   102532 |   195412      0 |       46 |     1617
236.95/237.00	c  231s |      15 |  1465744 |   103132 |   195412      0 |       46 |     1617
239.05/239.10	c  233s |      15 |  1471647 |   103632 |   195412      0 |       46 |     1617
241.24/241.36	c  235s |      15 |  1480279 |   104132 |   195412      0 |       46 |     1617
243.64/243.76	c  238s |      15 |  1485839 |   104732 |   195412      0 |       46 |     1617
245.84/245.98	c  240s |      15 |  1490154 |   105332 |   195412      0 |       46 |     1617
248.04/248.14	c  242s |      15 |  1499615 |   105932 |   195412      0 |       46 |     1617
250.04/250.17	c  244s |      15 |  1506898 |   106632 |   195412      0 |       46 |     1617
252.34/252.48	c  246s |      15 |  1513612 |   107332 |   195412      0 |       46 |     1617
254.54/254.63	c  249s |      15 |  1519650 |   107932 |   195412      0 |       46 |     1617
256.54/256.64	c  251s |      15 |  1525512 |   108532 |   195412      0 |       46 |     1617
258.84/258.94	c  253s |      15 |  1532855 |   109232 |   195412      0 |       46 |     1617
261.24/261.31	c  255s |      15 |  1539926 |   109932 |   195412      0 |       46 |     1617
263.34/263.46	c  257s |      15 |  1547438 |   110532 |   195412      0 |       46 |     1617
265.54/265.65	c  260s |      15 |  1553030 |   111132 |   195412      0 |       46 |     1617
267.64/267.76	c  262s |      15 |  1557979 |   111632 |   195412      0 |       46 |     1617
269.64/269.77	c  264s |      15 |  1562504 |   112132 |   195412      0 |       46 |     1617
271.84/271.91	c  266s |      15 |  1572896 |   112732 |   195412      0 |       46 |     1617
274.13/274.22	c  268s |      15 |  1582037 |   113232 |   195412      0 |       46 |     1617
276.33/276.41	c  270s |      15 |  1587064 |   113732 |   195412      0 |       46 |     1617
278.53/278.60	c  273s |      15 |  1592906 |   114332 |   195412      0 |       46 |     1617
280.73/280.87	c  275s |      15 |  1598641 |   114932 |   195412      0 |       46 |     1617
282.83/282.95	c  277s |      15 |  1604151 |   115532 |   195412      0 |       46 |     1617
284.94/285.07	c  279s |      15 |  1610264 |   116132 |   195412      0 |       46 |     1617
286.93/287.10	c  281s |      15 |  1615694 |   116732 |   195412      0 |       46 |     1617
289.24/289.38	c  283s |      15 |  1622014 |   117432 |   195412      0 |       46 |     1617
291.44/291.51	c  285s |      15 |  1626058 |   117932 |   195412      0 |       46 |     1617
293.64/293.80	c  288s |      15 |  1636488 |   118532 |   195412      0 |       46 |     1617
295.84/295.91	c  290s |      15 |  1639945 |   118932 |   195412      0 |       46 |     1617
298.22/298.33	c  292s |      15 |  1644537 |   119332 |   195412      0 |       46 |     1617
300.23/300.35	c  294s |      15 |  1647083 |   119632 |   195412      0 |       46 |     1617
302.54/302.62	c  297s |      15 |  1661980 |   120132 |   195412      0 |       46 |     1617
304.92/305.02	c  299s |      15 |  1670427 |   120632 |   195412      0 |       46 |     1617
307.12/307.22	c  301s |      15 |  1681531 |   121132 |   195412      0 |       46 |     1617
309.22/309.38	c  303s |      15 |  1688910 |   121632 |   195412      0 |       46 |     1617
311.52/311.61	c  306s |      15 |  1696728 |   122132 |   195412      0 |       46 |     1617
313.72/313.81	c  308s |      15 |  1703331 |   122532 |   195412      0 |       46 |     1617
315.82/315.98	c  310s |      15 |  1709708 |   123032 |   195412      0 |       46 |     1617
318.11/318.24	c  312s |      15 |  1715172 |   123432 |   195412      0 |       46 |     1617
320.31/320.44	c  314s |      15 |  1717108 |   123732 |   195412      0 |       46 |     1617
322.61/322.78	c  317s |      15 |  1719997 |   124032 |   195412      0 |       46 |     1617
324.81/324.94	c  319s |      15 |  1733988 |   124532 |   195412      0 |       46 |     1617
327.21/327.32	c  321s |      15 |  1740984 |   125132 |   195412      0 |       46 |     1617
329.31/329.45	c  323s |      15 |  1749111 |   125532 |   195412      0 |       46 |     1617
331.61/331.77	c  326s |      15 |  1757737 |   126032 |   195412      0 |       46 |     1617
333.81/333.98	c  328s |      15 |  1763870 |   126532 |   195412      0 |       46 |     1617
336.01/336.14	c  330s |      15 |  1767490 |   126932 |   195412      0 |       46 |     1617
338.71/338.89	c  333s |      15 |  1771413 |   127232 |   195412      0 |       46 |     1617
341.10/341.28	c  335s |      15 |  1780362 |   127632 |   195412      0 |       46 |     1617
343.21/343.32	c  337s |      15 |  1786524 |   128032 |   195412      0 |       46 |     1617
345.50/345.60	c  340s |      15 |  1792624 |   128532 |   195412      0 |       46 |     1617
347.51/347.65	c  342s |      15 |  1795980 |   129032 |   195412      0 |       46 |     1617
350.10/350.22	c  344s |      15 |  1802618 |   129532 |   195412      0 |       46 |     1617
352.40/352.51	c  346s |      15 |  1808626 |   130032 |   195412      0 |       46 |     1617
354.80/354.98	c  349s |      15 |  1815395 |   130532 |   214954      0 |       46 |     1617
357.00/357.10	c  351s |      15 |  1820811 |   130932 |   214954      0 |       46 |     1617
359.40/359.55	c  354s |      15 |  1829510 |   131332 |   214954      0 |       46 |     1617
360.30/360.47	c  354s |      16 |  1831610 |   131552 |   214954      0 |       46 |     1617
362.60/362.78	c  357s |      16 |  1840584 |   131852 |   214954      0 |       46 |     1617
364.80/364.96	c  359s |      16 |  1849142 |   132352 |   214954      0 |       46 |     1617
367.10/367.29	c  361s |      16 |  1856699 |   132852 |   214954      0 |       46 |     1617
369.50/369.66	c  364s |      16 |  1862668 |   133352 |   214954      0 |       46 |     1617
371.99/372.13	c  366s |      16 |  1867482 |   133852 |   214954      0 |       46 |     1617
374.09/374.20	c  368s |      16 |  1871427 |   134252 |   214954      0 |       46 |     1617
376.49/376.62	c  371s |      16 |  1878657 |   134652 |   214954      0 |       46 |     1617
378.79/378.98	c  373s |      16 |  1882966 |   135052 |   214954      0 |       46 |     1617
381.19/381.32	c  375s |      16 |  1890309 |   135352 |   214954      0 |       46 |     1617
383.69/383.81	c  378s |      16 |  1895977 |   135852 |   214954      0 |       46 |     1617
386.00/386.18	c  380s |      16 |  1900745 |   136152 |   214954      0 |       46 |     1617
388.09/388.28	c  382s |      16 |  1904680 |   136452 |   214954      0 |       46 |     1617
390.78/390.95	c  385s |      16 |  1912455 |   136852 |   214954      0 |       46 |     1617
393.28/393.43	c  387s |      16 |  1918119 |   137252 |   214954      0 |       46 |     1617
395.48/395.69	c  390s |      16 |  1921654 |   137652 |   214954      0 |       46 |     1617
397.68/397.89	c  392s |      16 |  1928760 |   138052 |   214954      0 |       46 |     1617
400.29/400.50	c  394s |      16 |  1936958 |   138452 |   214954      0 |       46 |     1617
402.98/403.16	c  397s |      16 |  1941197 |   138852 |   214954      0 |       46 |     1617
405.48/405.61	c  400s |      16 |  1945450 |   139252 |   214954      0 |       46 |     1617
407.99/408.15	c  402s |      16 |  1951919 |   139652 |   214954      0 |       46 |     1617
410.48/410.61	c  405s |      16 |  1955473 |   139952 |   214954      0 |       46 |     1617
412.88/413.05	c  407s |      16 |  1959872 |   140352 |   214954      0 |       46 |     1617
414.98/415.10	c  409s |      16 |  1973527 |   141252 |   214954      0 |       46 |     1617
417.18/417.37	c  411s |      16 |  1985154 |   141852 |   214954      0 |       46 |     1617
419.37/419.52	c  413s |      16 |  1992534 |   142352 |   214954      0 |       46 |     1617
421.77/421.95	c  416s |      16 |  2002196 |   142952 |   214954      0 |       46 |     1617
424.17/424.37	c  418s |      16 |  2007914 |   143452 |   214954      0 |       46 |     1617
426.27/426.44	c  420s |      16 |  2013117 |   143852 |   214954      0 |       46 |     1617
428.37/428.59	c  423s |      16 |  2020442 |   144252 |   214954      0 |       46 |     1617
430.67/430.88	c  425s |      16 |  2024785 |   144752 |   214954      0 |       46 |     1617
432.98/433.12	c  427s |      16 |  2029468 |   145052 |   214954      0 |       46 |     1617
434.98/435.14	c  429s |      16 |  2038145 |   145652 |   214954      0 |       46 |     1617
437.28/437.47	c  431s |      16 |  2049482 |   146052 |   214954      0 |       46 |     1617
439.57/439.72	c  434s |      16 |  2053898 |   146452 |   214954      0 |       46 |     1617
441.87/442.07	c  436s |      16 |  2061846 |   146852 |   214954      0 |       46 |     1617
443.97/444.10	c  438s |      16 |  2065840 |   147252 |   214954      0 |       46 |     1617
446.17/446.39	c  440s |      16 |  2074433 |   147652 |   214954      0 |       46 |     1617
448.57/448.70	c  443s |      16 |  2077045 |   148052 |   214954      0 |       46 |     1617
450.67/450.88	c  445s |      16 |  2082151 |   148452 |   214954      0 |       46 |     1617
453.27/453.48	c  447s |      16 |  2089649 |   148952 |   214954      0 |       46 |     1617
455.87/456.01	c  450s |      16 |  2095576 |   149352 |   214954      0 |       46 |     1617
457.97/458.19	c  452s |      16 |  2100303 |   149752 |   214954      0 |       46 |     1617
460.47/460.61	c  455s |      16 |  2104398 |   150152 |   214954      0 |       46 |     1617
463.08/463.23	c  457s |      16 |  2108929 |   150552 |   214954      0 |       46 |     1617
465.57/465.73	c  460s |      16 |  2114259 |   150952 |   214954      0 |       46 |     1617
467.96/468.14	c  462s |      16 |  2117317 |   151352 |   214954      0 |       46 |     1617
470.36/470.51	c  464s |      16 |  2120282 |   151752 |   214954      0 |       46 |     1617
472.87/473.01	c  467s |      16 |  2125035 |   152052 |   214954      0 |       46 |     1617
475.46/475.67	c  470s |      16 |  2131180 |   152452 |   214954      0 |       46 |     1617
477.96/478.13	c  472s |      16 |  2134592 |   152852 |   214954      0 |       46 |     1617
480.15/480.33	c  474s |      16 |  2145488 |   153252 |   214954      0 |       46 |     1617
482.55/482.77	c  477s |      16 |  2151482 |   153752 |   214954      0 |       46 |     1617
484.75/484.97	c  479s |      16 |  2157342 |   154252 |   214954      0 |       46 |     1617
487.16/487.38	c  481s |      16 |  2162499 |   154652 |   214954      0 |       46 |     1617
489.55/489.76	c  484s |      16 |  2168741 |   155052 |   214954      0 |       46 |     1617
491.95/492.19	c  486s |      16 |  2173152 |   155452 |   214954      0 |       46 |     1617
494.05/494.29	c  488s |      16 |  2180318 |   156052 |   214954      0 |       46 |     1617
496.35/496.51	c  490s |      16 |  2193970 |   156452 |   214954      0 |       46 |     1617
498.45/498.62	c  493s |      16 |  2201526 |   156852 |   214954      0 |       46 |     1617
500.65/500.81	c  495s |      16 |  2207715 |   157352 |   214954      0 |       46 |     1617
502.85/503.02	c  497s |      16 |  2213402 |   157852 |   214954      0 |       46 |     1617
504.86/505.04	c  499s |      16 |  2216934 |   158252 |   214954      0 |       46 |     1617
507.14/507.34	c  501s |      16 |  2226287 |   158552 |   214954      0 |       46 |     1617
509.34/509.51	c  503s |      16 |  2233978 |   158952 |   214954      0 |       46 |     1617
511.84/512.08	c  506s |      16 |  2244170 |   159452 |   214954      0 |       46 |     1617
514.34/514.58	c  509s |      16 |  2248921 |   159952 |   214954      0 |       46 |     1617
516.54/516.72	c  511s |      16 |  2254159 |   160352 |   214954      0 |       46 |     1617
518.84/519.07	c  513s |      16 |  2259278 |   160752 |   214954      0 |       46 |     1617
521.64/521.83	c  516s |      16 |  2264529 |   161152 |   214954      0 |       46 |     1617
524.14/524.36	c  518s |      16 |  2268859 |   161452 |   214954      0 |       46 |     1617
526.34/526.57	c  521s |      16 |  2272352 |   161752 |   214954      0 |       46 |     1617
528.74/528.93	c  523s |      16 |  2282416 |   162152 |   214954      0 |       46 |     1617
531.04/531.25	c  525s |      16 |  2294116 |   162552 |   214954      0 |       46 |     1617
533.23/533.48	c  527s |      16 |  2299460 |   163052 |   214954      0 |       46 |     1617
535.64/535.86	c  530s |      16 |  2304976 |   163552 |   214954      0 |       46 |     1617
537.84/538.04	c  532s |      16 |  2311433 |   164052 |   214954      0 |       46 |     1617
539.94/540.14	c  534s |      16 |  2317416 |   164452 |   214954      0 |       46 |     1617
542.43/542.63	c  537s |      16 |  2325831 |   164952 |   214954      0 |       46 |     1617
544.44/544.67	c  539s |      16 |  2331835 |   165352 |   214954      0 |       46 |     1617
546.43/546.69	c  541s |      16 |  2335788 |   165752 |   214954      0 |       46 |     1617
548.84/549.06	c  543s |      16 |  2341950 |   166152 |   214954      0 |       46 |     1617
551.23/551.46	c  545s |      16 |  2346306 |   166552 |   214954      0 |       46 |     1617
553.63/553.84	c  548s |      16 |  2350611 |   166952 |   214954      0 |       46 |     1617
556.23/556.43	c  550s |      16 |  2356285 |   167352 |   214954      0 |       46 |     1617
558.64/558.90	c  553s |      16 |  2361031 |   167752 |   214954      0 |       46 |     1617
560.83/561.10	c  555s |      16 |  2366921 |   168052 |   214954      0 |       46 |     1617
563.14/563.36	c  557s |      16 |  2372963 |   168452 |   214954      0 |       46 |     1617
565.34/565.57	c  560s |      16 |  2378203 |   168852 |   214954      0 |       46 |     1617
567.43/567.70	c  562s |      16 |  2383051 |   169252 |   214954      0 |       46 |     1617
569.73/569.94	c  564s |      16 |  2385429 |   169652 |   214954      0 |       46 |     1617
571.83/572.04	c  566s |      16 |  2390727 |   170152 |   214954      0 |       46 |     1617
574.32/574.52	c  568s |      16 |  2400753 |   170752 |   214954      0 |       46 |     1617
576.33/576.56	c  571s |      16 |  2408095 |   171252 |   214954      0 |       46 |     1617
578.53/578.77	c  573s |      16 |  2413754 |   171652 |   214954      0 |       46 |     1617
580.92/581.10	c  575s |      16 |  2418756 |   172152 |   214954      0 |       46 |     1617
583.12/583.38	c  577s |      16 |  2424093 |   172652 |   214954      0 |       46 |     1617
585.72/585.96	c  580s |      16 |  2427538 |   173152 |   214954      0 |       46 |     1617
588.01/588.23	c  582s |      16 |  2431453 |   173552 |   214954      0 |       46 |     1617
590.41/590.64	c  585s |      16 |  2434239 |   173952 |   214954      0 |       46 |     1617
592.51/592.73	c  587s |      16 |  2437755 |   174252 |   214954      0 |       46 |     1617
594.81/595.01	c  589s |      16 |  2441755 |   174752 |   214954      0 |       46 |     1617
597.01/597.25	c  591s |      16 |  2448284 |   175152 |   214954      0 |       46 |     1617
599.42/599.64	c  594s |      16 |  2452505 |   175552 |   214954      0 |       46 |     1617
601.91/602.11	c  596s |      16 |  2456241 |   175952 |   214954      0 |       46 |     1617
604.61/604.85	c  599s |      16 |  2459232 |   176352 |   214954      0 |       46 |     1617
606.91/607.11	c  601s |      16 |  2467668 |   176652 |   214954      0 |       46 |     1617
609.21/609.42	c  603s |      16 |  2476901 |   177152 |   214954      0 |       46 |     1617
611.30/611.58	c  606s |      16 |  2481989 |   177552 |   214954      0 |       46 |     1617
613.50/613.74	c  608s |      16 |  2488870 |   177952 |   214954      0 |       46 |     1617
615.50/615.78	c  610s |      16 |  2491342 |   178252 |   214954      0 |       46 |     1617
617.60/617.80	c  612s |      16 |  2498166 |   178752 |   214954      0 |       46 |     1617
619.70/619.94	c  614s |      16 |  2503679 |   179052 |   214954      0 |       46 |     1617
622.00/622.28	c  616s |      16 |  2508812 |   179452 |   214954      0 |       46 |     1617
624.40/624.64	c  619s |      16 |  2512056 |   179852 |   214954      0 |       46 |     1617
626.40/626.68	c  621s |      16 |  2520124 |   180152 |   214954      0 |       46 |     1617
628.59/628.80	c  623s |      16 |  2525699 |   180552 |   214954      0 |       46 |     1617
630.69/630.99	c  625s |      16 |  2530400 |   180952 |   214954      0 |       46 |     1617
633.09/633.38	c  627s |      16 |  2536769 |   181452 |   214954      0 |       46 |     1617
635.29/635.50	c  629s |      16 |  2541994 |   181852 |   214954      0 |       46 |     1617
637.69/637.99	c  632s |      16 |  2547404 |   182352 |   214954      0 |       46 |     1617
640.10/640.37	c  634s |      16 |  2552991 |   182752 |   214954      0 |       46 |     1617
642.30/642.57	c  637s |      16 |  2558248 |   183152 |   214954      0 |       46 |     1617
644.59/644.80	c  639s |      16 |  2564267 |   183552 |   214954      0 |       46 |     1617
646.88/647.19	c  641s |      16 |  2569041 |   184052 |   214954      0 |       46 |     1617
649.18/649.48	c  643s |      16 |  2574220 |   184552 |   214954      0 |       46 |     1617
651.28/651.52	c  645s |      16 |  2577975 |   184952 |   214954      0 |       46 |     1617
653.78/654.02	c  648s |      16 |  2582602 |   185452 |   214954      0 |       46 |     1617
656.59/656.82	c  651s |      16 |  2587149 |   185852 |   214954      0 |       46 |     1617
658.68/658.95	c  653s |      16 |  2594249 |   186152 |   214954      0 |       46 |     1617
660.77/661.05	c  655s |      16 |  2598930 |   186552 |   214954      0 |       46 |     1617
662.87/663.10	c  657s |      16 |  2602447 |   186952 |   214954      0 |       46 |     1617
665.07/665.38	c  659s |      16 |  2606400 |   187352 |   214954      0 |       46 |     1617
667.17/667.49	c  661s |      16 |  2609749 |   187652 |   214954      0 |       46 |     1617
669.57/669.80	c  664s |      16 |  2612903 |   187952 |   214954      0 |       46 |     1617
671.57/671.87	c  666s |      16 |  2617875 |   188252 |   214954      0 |       46 |     1617
673.57/673.88	c  668s |      16 |  2622740 |   188552 |   214954      0 |       46 |     1617
675.87/676.10	c  670s |      16 |  2625980 |   188852 |   214954      0 |       46 |     1617
678.26/678.53	c  672s |      16 |  2629870 |   189052 |   214954      0 |       46 |     1617
680.86/681.16	c  675s |      16 |  2635128 |   189352 |   214954      0 |       46 |     1617
683.36/683.68	c  678s |      16 |  2641374 |   189652 |   214954      0 |       46 |     1617
685.66/685.90	c  680s |      16 |  2646038 |   189952 |   214954      0 |       46 |     1617
687.96/688.24	c  682s |      16 |  2650658 |   190252 |   214954      0 |       46 |     1617
689.95/690.28	c  684s |      16 |  2654518 |   190552 |   214954      0 |       46 |     1617
692.65/692.94	c  687s |      16 |  2660956 |   190952 |   214954      0 |       46 |     1617
695.35/695.65	c  690s |      16 |  2666663 |   191352 |   214954      0 |       46 |     1617
697.55/697.81	c  692s |      16 |  2669802 |   191652 |   214954      0 |       46 |     1617
699.95/700.22	c  694s |      16 |  2673669 |   191952 |   214954      0 |       46 |     1617
702.45/702.78	c  697s |      16 |  2680511 |   192252 |   214954      0 |       46 |     1617
704.55/704.86	c  699s |      16 |  2682017 |   192552 |   214954      0 |       46 |     1617
706.75/707.05	c  701s |      16 |  2687977 |   192852 |   214954      0 |       46 |     1617
708.84/709.14	c  703s |      16 |  2692221 |   193152 |   214954      0 |       46 |     1617
711.34/711.67	c  706s |      16 |  2696753 |   193452 |   214954      0 |       46 |     1617
714.24/714.58	c  709s |      16 |  2701954 |   193752 |   214954      0 |       46 |     1617
716.84/717.16	c  711s |      16 |  2704561 |   194052 |   214954      0 |       46 |     1617
718.84/719.17	c  713s |      16 |  2708516 |   194252 |   214954      0 |       46 |     1617
721.54/721.84	c  716s |      16 |  2712461 |   194552 |   214954      0 |       46 |     1617
723.55/723.85	c  718s |      16 |  2714570 |   194752 |   214954      0 |       46 |     1617
725.94/726.21	c  720s |      16 |  2719777 |   195052 |   214954      0 |       46 |     1617
728.33/728.62	c  723s |      16 |  2723798 |   195352 |   214954      0 |       46 |     1617
731.03/731.37	c  725s |      16 |  2728360 |   195752 |   236450      0 |       46 |     1617
733.73/734.00	c  728s |      16 |  2736133 |   196152 |   236450      0 |       46 |     1617
736.23/736.50	c  730s |      16 |  2744107 |   196552 |   236450      0 |       46 |     1617
738.23/738.59	c  733s |      16 |  2748968 |   196852 |   236450      0 |       46 |     1617
740.73/741.08	c  735s |      16 |  2754192 |   197252 |   236450      0 |       46 |     1617
741.73/742.04	c  736s |      17 |  2755890 |   197432 |   236450      0 |       46 |     1617
743.72/744.09	c  738s |      17 |  2760725 |   197632 |   236450      0 |       46 |     1617
746.92/747.23	c  741s |      17 |  2769857 |   198132 |   236450      0 |       46 |     1617
749.22/749.51	c  743s |      17 |  2775184 |   198432 |   236450      0 |       46 |     1617
751.82/752.12	c  746s |      17 |  2777805 |   198732 |   236450      0 |       46 |     1617
754.02/754.34	c  748s |      17 |  2780677 |   199032 |   236450      0 |       46 |     1617
756.22/756.57	c  751s |      17 |  2782513 |   199332 |   236450      0 |       46 |     1617
758.52/758.88	c  753s |      17 |  2785665 |   199632 |   236450      0 |       46 |     1617
760.82/761.17	c  755s |      17 |  2789685 |   199932 |   236450      0 |       46 |     1617
763.42/763.76	c  758s |      17 |  2791872 |   200232 |   236450      0 |       46 |     1617
766.32/766.63	c  761s |      17 |  2796424 |   200632 |   236450      0 |       46 |     1617
768.63/768.99	c  763s |      17 |  2802045 |   200932 |   236450      0 |       46 |     1617
771.32/771.66	c  766s |      17 |  2810322 |   201332 |   236450      0 |       46 |     1617
773.92/774.21	c  768s |      17 |  2812982 |   201632 |   236450      0 |       46 |     1617
776.12/776.42	c  770s |      17 |  2820318 |   201932 |   236450      0 |       46 |     1617
779.11/779.42	c  773s |      17 |  2826634 |   202232 |   236450      0 |       46 |     1617
781.82/782.14	c  776s |      17 |  2832076 |   202532 |   236450      0 |       46 |     1617
784.12/784.41	c  778s |      17 |  2837851 |   202832 |   236450      0 |       46 |     1617
786.32/786.65	c  781s |      17 |  2843323 |   203132 |   236450      0 |       46 |     1617
788.91/789.21	c  783s |      17 |  2849064 |   203432 |   236450      0 |       46 |     1617
791.10/791.49	c  785s |      17 |  2854667 |   203732 |   236450      0 |       46 |     1617
793.70/794.06	c  788s |      17 |  2863496 |   204132 |   236450      0 |       46 |     1617
795.90/796.25	c  790s |      17 |  2868329 |   204532 |   236450      0 |       46 |     1617
798.00/798.37	c  792s |      17 |  2873564 |   204832 |   236450      0 |       46 |     1617
800.10/800.44	c  794s |      17 |  2880084 |   205132 |   236450      0 |       46 |     1617
802.20/802.51	c  796s |      17 |  2884451 |   205432 |   236450      0 |       46 |     1617
804.20/804.53	c  798s |      17 |  2889657 |   205732 |   236450      0 |       46 |     1617
807.00/807.35	c  801s |      17 |  2896418 |   206132 |   236450      0 |       46 |     1617
809.31/809.63	c  804s |      17 |  2901119 |   206432 |   236450      0 |       46 |     1617
811.40/811.74	c  806s |      17 |  2905130 |   206732 |   236450      0 |       46 |     1617
814.00/814.31	c  808s |      17 |  2910985 |   207132 |   236450      0 |       46 |     1617
816.10/816.42	c  810s |      17 |  2913899 |   207432 |   236450      0 |       46 |     1617
818.20/818.54	c  812s |      17 |  2917299 |   207732 |   236450      0 |       46 |     1617
820.40/820.72	c  815s |      17 |  2921396 |   208032 |   236450      0 |       46 |     1617
822.39/822.80	c  817s |      17 |  2924583 |   208332 |   236450      0 |       46 |     1617
824.99/825.34	c  819s |      17 |  2930227 |   208732 |   236450      0 |       46 |     1617
827.39/827.77	c  822s |      17 |  2934290 |   209132 |   236450      0 |       46 |     1617
829.59/829.92	c  824s |      17 |  2937033 |   209432 |   236450      0 |       46 |     1617
832.29/832.61	c  827s |      17 |  2940533 |   209832 |   236450      0 |       46 |     1617
834.39/834.76	c  829s |      17 |  2942311 |   210132 |   236450      0 |       46 |     1617
836.99/837.37	c  831s |      17 |  2945315 |   210532 |   236450      0 |       46 |     1617
839.78/840.10	c  834s |      17 |  2947470 |   210932 |   236450      0 |       46 |     1617
841.78/842.18	c  836s |      17 |  2952028 |   211232 |   236450      0 |       46 |     1617
844.18/844.52	c  838s |      17 |  2953477 |   211532 |   236450      0 |       46 |     1617
846.28/846.68	c  841s |      17 |  2956359 |   211832 |   236450      0 |       46 |     1617
848.68/849.02	c  843s |      17 |  2958961 |   212132 |   236450      0 |       46 |     1617
850.78/851.19	c  845s |      17 |  2962163 |   212432 |   236450      0 |       46 |     1617
853.48/853.89	c  848s |      17 |  2966185 |   212832 |   236450      0 |       46 |     1617
855.59/855.99	c  850s |      17 |  2968953 |   213132 |   236450      0 |       46 |     1617
857.88/858.22	c  852s |      17 |  2971677 |   213432 |   236450      0 |       46 |     1617
860.28/860.62	c  855s |      17 |  2973154 |   213732 |   236450      0 |       46 |     1617
862.37/862.71	c  857s |      17 |  2976437 |   214032 |   236450      0 |       46 |     1617
864.47/864.89	c  859s |      17 |  2980204 |   214332 |   236450      0 |       46 |     1617
866.59/866.93	c  861s |      17 |  2982353 |   214632 |   236450      0 |       46 |     1617
868.78/869.15	c  863s |      17 |  2985076 |   214932 |   236450      0 |       46 |     1617
871.17/871.50	c  865s |      17 |  2987005 |   215232 |   236450      0 |       46 |     1617
873.57/873.90	c  868s |      17 |  2988876 |   215532 |   236450      0 |       46 |     1617
876.07/876.48	c  870s |      17 |  2990668 |   215832 |   236450      0 |       46 |     1617
878.57/878.97	c  873s |      17 |  2992608 |   216132 |   236450      0 |       46 |     1617
880.96/881.39	c  875s |      17 |  2994189 |   216432 |   236450      0 |       46 |     1617
883.66/884.01	c  878s |      17 |  2996749 |   216732 |   236450      0 |       46 |     1617
885.86/886.22	c  880s |      17 |  2997644 |   217032 |   236450      0 |       46 |     1617
888.36/888.73	c  883s |      17 |  3001257 |   217332 |   236450      0 |       46 |     1617
890.96/891.36	c  885s |      17 |  3003083 |   217632 |   236450      0 |       46 |     1617
893.46/893.90	c  888s |      17 |  3005409 |   217932 |   236450      0 |       46 |     1617
896.46/896.83	c  891s |      17 |  3007768 |   218232 |   236450      0 |       46 |     1617
899.26/899.61	c  894s |      17 |  3009145 |   218532 |   236450      0 |       46 |     1617
901.77/902.11	c  896s |      17 |  3010972 |   218932 |   236450      0 |       46 |     1617
904.36/904.71	c  899s |      17 |  3013385 |   219332 |   236450      0 |       46 |     1617
906.66/907.07	c  901s |      17 |  3016461 |   219632 |   236450      0 |       46 |     1617
909.16/909.55	c  904s |      17 |  3020874 |   219932 |   236450      0 |       46 |     1617
911.67/912.09	c  906s |      17 |  3023662 |   220232 |   236450      0 |       46 |     1617
914.16/914.50	c  908s |      17 |  3026010 |   220532 |   236450      0 |       46 |     1617
916.56/916.93	c  911s |      17 |  3029054 |   220832 |   236450      0 |       46 |     1617
918.96/919.33	c  913s |      17 |  3030178 |   221132 |   236450      0 |       46 |     1617
921.46/921.86	c  916s |      17 |  3033280 |   221432 |   236450      0 |       46 |     1617
923.96/924.35	c  918s |      17 |  3034432 |   221732 |   236450      0 |       46 |     1617
926.66/927.04	c  921s |      17 |  3037407 |   222032 |   236450      0 |       46 |     1617
929.46/929.81	c  924s |      17 |  3039539 |   222332 |   236450      0 |       46 |     1617
931.47/931.82	c  926s |      17 |  3040183 |   222532 |   236450      0 |       46 |     1617
933.46/933.89	c  928s |      17 |  3042019 |   222832 |   236450      0 |       46 |     1617
936.05/936.48	c  930s |      17 |  3046456 |   223232 |   236450      0 |       46 |     1617
938.55/938.90	c  933s |      17 |  3049699 |   223532 |   236450      0 |       46 |     1617
941.15/941.57	c  936s |      17 |  3052917 |   223832 |   236450      0 |       46 |     1617
943.85/944.25	c  938s |      17 |  3056259 |   224132 |   236450      0 |       46 |     1617
946.55/946.92	c  941s |      17 |  3058768 |   224432 |   236450      0 |       46 |     1617
949.15/949.50	c  943s |      17 |  3061614 |   224732 |   236450      0 |       46 |     1617
951.95/952.35	c  946s |      17 |  3065223 |   225032 |   236450      0 |       46 |     1617
954.65/955.09	c  949s |      17 |  3067549 |   225332 |   236450      0 |       46 |     1617
956.76/957.15	c  951s |      17 |  3069779 |   225632 |   236450      0 |       46 |     1617
958.86/959.21	c  953s |      17 |  3074255 |   225832 |   236450      0 |       46 |     1617
961.45/961.85	c  956s |      17 |  3077564 |   226132 |   236450      0 |       46 |     1617
964.36/964.72	c  959s |      17 |  3079120 |   226432 |   236450      0 |       46 |     1617
966.45/966.86	c  961s |      17 |  3081392 |   226632 |   236450      0 |       46 |     1617
969.15/969.60	c  964s |      17 |  3083094 |   226932 |   236450      0 |       46 |     1617
971.65/972.07	c  966s |      17 |  3085117 |   227332 |   236450      0 |       46 |     1617
974.36/974.71	c  969s |      17 |  3086586 |   227732 |   236450      0 |       46 |     1617
976.56/976.99	c  971s |      17 |  3093115 |   228132 |   236450      0 |       46 |     1617
979.05/979.40	c  973s |      17 |  3103729 |   228632 |   236450      0 |       46 |     1617
981.35/981.70	c  976s |      17 |  3110142 |   229232 |   236450      0 |       46 |     1617
983.45/983.81	c  978s |      17 |  3117943 |   229732 |   236450      0 |       46 |     1617
985.75/986.12	c  980s |      17 |  3122410 |   230232 |   236450      0 |       46 |     1617
987.95/988.36	c  982s |      17 |  3129592 |   230732 |   236450      0 |       46 |     1617
990.45/990.89	c  985s |      17 |  3135556 |   231232 |   236450      0 |       46 |     1617
992.65/993.07	c  987s |      17 |  3138944 |   231632 |   236450      0 |       46 |     1617
994.75/995.12	c  989s |      17 |  3142421 |   232032 |   236450      0 |       46 |     1617
996.85/997.28	c  991s |      17 |  3149127 |   232532 |   236450      0 |       46 |     1617
999.05/999.41	c  993s |      17 |  3152701 |   232932 |   236450      0 |       46 |     1617
1001.24/1001.63	c  996s |      17 |  3155375 |   233432 |   236450      0 |       46 |     1617
1003.74/1004.10	c  998s |      17 |  3157569 |   234032 |   236450      0 |       46 |     1617
1006.44/1006.87	c 1001s |      17 |  3167397 |   234432 |   236450      0 |       46 |     1617
1009.04/1009.46	c 1003s |      17 |  3171762 |   234732 |   236450      0 |       46 |     1617
1011.14/1011.56	c 1006s |      17 |  3176293 |   235032 |   236450      0 |       46 |     1617
1013.24/1013.68	c 1008s |      17 |  3181235 |   235332 |   236450      0 |       46 |     1617
1016.05/1016.42	c 1010s |      17 |  3185467 |   235732 |   236450      0 |       46 |     1617
1018.64/1019.04	c 1013s |      17 |  3188628 |   236032 |   236450      0 |       46 |     1617
1021.55/1021.93	c 1016s |      17 |  3192173 |   236332 |   236450      0 |       46 |     1617
1024.14/1024.58	c 1019s |      17 |  3193712 |   236532 |   236450      0 |       46 |     1617
1026.34/1026.73	c 1021s |      17 |  3197635 |   236832 |   236450      0 |       46 |     1617
1028.44/1028.89	c 1023s |      17 |  3207323 |   237232 |   236450      0 |       46 |     1617
1030.84/1031.28	c 1025s |      17 |  3212701 |   237632 |   236450      0 |       46 |     1617
1033.34/1033.75	c 1028s |      17 |  3217816 |   238132 |   236450      0 |       46 |     1617
1035.75/1036.16	c 1030s |      17 |  3225109 |   238632 |   236450      0 |       46 |     1617
1037.85/1038.21	c 1032s |      17 |  3229467 |   238932 |   236450      0 |       46 |     1617
1040.45/1040.84	c 1035s |      17 |  3237210 |   239332 |   236450      0 |       46 |     1617
1042.75/1043.16	c 1037s |      17 |  3244267 |   239732 |   236450      0 |       46 |     1617
1044.76/1045.18	c 1039s |      17 |  3248647 |   240032 |   236450      0 |       46 |     1617
1046.96/1047.32	c 1041s |      17 |  3252584 |   240332 |   236450      0 |       46 |     1617
1049.05/1049.46	c 1043s |      17 |  3257973 |   240732 |   236450      0 |       46 |     1617
1051.25/1051.67	c 1046s |      17 |  3264375 |   241232 |   236450      0 |       46 |     1617
1053.56/1053.91	c 1048s |      17 |  3273008 |   241732 |   236450      0 |       46 |     1617
1055.76/1056.16	c 1050s |      17 |  3275173 |   242032 |   236450      1 |       46 |     1617
1058.44/1058.86	c 1053s |      17 |  3283109 |   242732 |   236450      1 |       46 |     1617
1060.74/1061.14	c 1055s |      17 |  3291577 |   243432 |   236450      1 |       46 |     1617
1062.84/1063.25	c 1057s |      17 |  3295819 |   244032 |   236450      1 |       46 |     1617
1066.04/1066.49	c 1060s |      17 |  3305381 |   244332 |   236450      1 |       46 |     1617
1068.64/1069.00	c 1063s |      17 |  3309404 |   244732 |   236450      1 |       46 |     1617
1070.84/1071.23	c 1065s |      17 |  3313434 |   245132 |   236450      1 |       46 |     1617
1073.54/1073.90	c 1068s |      17 |  3319310 |   245532 |   236450      1 |       46 |     1617
1075.84/1076.30	c 1070s |      17 |  3327799 |   245932 |   236450      1 |       46 |     1617
1078.24/1078.60	c 1073s |      17 |  3335903 |   246332 |   236450      1 |       46 |     1617
1080.44/1080.81	c 1075s |      17 |  3341154 |   246732 |   236450      1 |       46 |     1617
1082.54/1082.93	c 1077s |      17 |  3348116 |   247132 |   236450      1 |       46 |     1617
1084.94/1085.31	c 1079s |      17 |  3357376 |   247632 |   236450      1 |       46 |     1617
1087.34/1087.73	c 1082s |      17 |  3361701 |   248032 |   236450      1 |       46 |     1617
1089.74/1090.12	c 1084s |      17 |  3369701 |   248432 |   236450      1 |       46 |     1617
1091.84/1092.25	c 1086s |      17 |  3375307 |   248832 |   236450      1 |       46 |     1617
1094.14/1094.57	c 1089s |      17 |  3380479 |   249232 |   236450      1 |       46 |     1617
1096.34/1096.76	c 1091s |      17 |  3385022 |   249632 |   236450      1 |       46 |     1617
1098.54/1098.93	c 1093s |      17 |  3394529 |   250132 |   236450      1 |       46 |     1617
1100.74/1101.11	c 1095s |      17 |  3399824 |   250532 |   236450      1 |       46 |     1617
1103.04/1103.43	c 1097s |      17 |  3406074 |   250932 |   236450      1 |       46 |     1617
1105.33/1105.80	c 1100s |      17 |  3415421 |   251432 |   236450      1 |       46 |     1617
1107.44/1107.87	c 1102s |      17 |  3421871 |   251832 |   236450      1 |       46 |     1617
1109.83/1110.22	c 1104s |      17 |  3428948 |   252232 |   236450      1 |       46 |     1617
1112.03/1112.45	c 1106s |      17 |  3434455 |   252632 |   236450      1 |       46 |     1617
1114.43/1114.89	c 1109s |      17 |  3440046 |   253132 |   236450      1 |       46 |     1617
1117.03/1117.45	c 1111s |      17 |  3444745 |   253632 |   236450      1 |       46 |     1617
1119.23/1119.66	c 1114s |      17 |  3449305 |   254032 |   236450      1 |       46 |     1617
1121.23/1121.68	c 1116s |      17 |  3452656 |   254332 |   236450      1 |       46 |     1617
1123.84/1124.21	c 1118s |      17 |  3455371 |   254732 |   236450      1 |       46 |     1617
1126.43/1126.80	c 1121s |      17 |  3457503 |   255132 |   236450      1 |       46 |     1617
1129.03/1129.47	c 1123s |      17 |  3459773 |   255532 |   236450      1 |       46 |     1617
1131.33/1131.79	c 1126s |      17 |  3462532 |   255932 |   236450      1 |       46 |     1617
1133.93/1134.31	c 1128s |      17 |  3465840 |   256332 |   236450      1 |       46 |     1617
1136.43/1136.88	c 1131s |      17 |  3469726 |   256732 |   236450      1 |       46 |     1617
1138.53/1138.97	c 1133s |      17 |  3473829 |   257132 |   236450      1 |       46 |     1617
1140.73/1141.19	c 1135s |      17 |  3476110 |   257632 |   236450      1 |       46 |     1617
1142.93/1143.34	c 1137s |      17 |  3478140 |   258132 |   236450      1 |       46 |     1617
1145.13/1145.51	c 1139s |      17 |  3480079 |   258632 |   236450      1 |       46 |     1617
1147.23/1147.60	c 1142s |      17 |  3481910 |   259132 |   236450      1 |       46 |     1617
1149.43/1149.84	c 1144s |      17 |  3484574 |   259632 |   236450      1 |       46 |     1617
1151.83/1152.23	c 1146s |      17 |  3488292 |   260232 |   236450      1 |       46 |     1617
1154.23/1154.60	c 1149s |      17 |  3490423 |   260732 |   236450      1 |       46 |     1617
1156.23/1156.69	c 1151s |      17 |  3492101 |   261232 |   236450      1 |       46 |     1617
1158.42/1158.81	c 1153s |      17 |  3494924 |   261632 |   236450      1 |       46 |     1617
1160.42/1160.83	c 1155s |      17 |  3505620 |   262232 |   236450      1 |       46 |     1617
1162.52/1162.99	c 1157s |      17 |  3515380 |   262832 |   236450      1 |       46 |     1617
1164.64/1165.04	c 1159s |      17 |  3523914 |   263532 |   236450      1 |       46 |     1617
1166.83/1167.22	c 1161s |      17 |  3530717 |   264232 |   236450      1 |       46 |     1617
1169.03/1169.43	c 1163s |      17 |  3538025 |   264932 |   236450      1 |       46 |     1617
1171.13/1171.54	c 1165s |      17 |  3548219 |   265532 |   236450      1 |       46 |     1617
1173.12/1173.58	c 1168s |      17 |  3555898 |   266232 |   236450      1 |       46 |     1617
1175.22/1175.65	c 1170s |      17 |  3560352 |   267032 |   236450      1 |       46 |     1617
1177.52/1177.99	c 1172s |      17 |  3562978 |   267832 |   236450      1 |       46 |     1617
1179.62/1180.04	c 1174s |      17 |  3569782 |   268132 |   236450      1 |       46 |     1617
1188.22/1188.68	c 1183s |      17 |  3573141 |   268432 |   236450      1 |       46 |     1617
1190.72/1191.16	c 1185s |      17 |  3578383 |   268732 |   236450      1 |       46 |     1617
1193.23/1193.64	c 1188s |      17 |  3582678 |   269032 |   236450      1 |       46 |     1617
1195.62/1196.00	c 1190s |      17 |  3586821 |   269332 |   236450      1 |       46 |     1617
1198.22/1198.67	c 1193s |      17 |  3590844 |   269632 |   236450      1 |       46 |     1617
1200.72/1201.14	c 1195s |      17 |  3593865 |   269932 |   236450      1 |       46 |     1617
1203.13/1203.59	c 1198s |      17 |  3596878 |   270232 |   236450      1 |       46 |     1617
1205.82/1206.29	c 1200s |      17 |  3599814 |   270532 |   236450      1 |       46 |     1617
1208.52/1208.92	c 1203s |      17 |  3601422 |   270832 |   236450      1 |       46 |     1617
1210.91/1211.36	c 1205s |      17 |  3604107 |   271132 |   236450      1 |       46 |     1617
1213.51/1213.92	c 1208s |      17 |  3606883 |   271432 |   236450      1 |       46 |     1617
1216.32/1216.71	c 1211s |      17 |  3610351 |   271732 |   236450      1 |       46 |     1617
1218.31/1218.79	c 1213s |      17 |  3613651 |   271932 |   236450      1 |       46 |     1617
1220.91/1221.35	c 1215s |      17 |  3620868 |   272332 |   236450      1 |       46 |     1617
1223.21/1223.62	c 1218s |      17 |  3632921 |   272832 |   236450      1 |       46 |     1617
1225.61/1226.08	c 1220s |      17 |  3645927 |   273432 |   236450      1 |       46 |     1617
1227.81/1228.26	c 1222s |      17 |  3653936 |   274032 |   236450      1 |       46 |     1617
1229.91/1230.36	c 1224s |      17 |  3664569 |   274632 |   236450      1 |       46 |     1617
1232.21/1232.67	c 1227s |      17 |  3674272 |   275232 |   236450      1 |       46 |     1617
1234.41/1234.89	c 1229s |      17 |  3683070 |   275932 |   236450      1 |       46 |     1617
1236.71/1237.10	c 1231s |      17 |  3690849 |   276532 |   236450      1 |       46 |     1617
1239.11/1239.52	c 1233s |      17 |  3697674 |   277132 |   236450      1 |       46 |     1617
1241.31/1241.76	c 1236s |      17 |  3702974 |   277832 |   236450      1 |       46 |     1617
1243.61/1244.00	c 1238s |      17 |  3708951 |   278432 |   236450      1 |       46 |     1617
1245.81/1246.22	c 1240s |      17 |  3715060 |   279032 |   236450      1 |       46 |     1617
1248.01/1248.50	c 1242s |      17 |  3720472 |   279632 |   236450      1 |       46 |     1617
1250.51/1250.93	c 1245s |      17 |  3724424 |   280332 |   236450      1 |       46 |     1617
1253.31/1253.73	c 1248s |      17 |  3733896 |   280732 |   236450      1 |       46 |     1617
1256.01/1256.41	c 1250s |      17 |  3739850 |   281132 |   236450      1 |       46 |     1617
1258.91/1259.33	c 1253s |      17 |  3744134 |   281432 |   236450      1 |       46 |     1617
1261.51/1261.98	c 1256s |      17 |  3748404 |   281732 |   236450      1 |       46 |     1617
1263.91/1264.36	c 1258s |      17 |  3751406 |   282132 |   236450      1 |       46 |     1617
1266.92/1267.31	c 1261s |      17 |  3756227 |   282432 |   236450      1 |       46 |     1617
1269.41/1269.81	c 1264s |      17 |  3758699 |   282732 |   236450      1 |       46 |     1617
1272.01/1272.49	c 1266s |      17 |  3762832 |   283032 |   236450      1 |       46 |     1617
1274.62/1275.04	c 1269s |      17 |  3765661 |   283332 |   236450      1 |       46 |     1617
1276.71/1277.15	c 1271s |      17 |  3769724 |   283532 |   236450      1 |       46 |     1617
1279.40/1279.87	c 1274s |      17 |  3772277 |   283832 |   236450      1 |       46 |     1617
1282.00/1282.43	c 1276s |      17 |  3773894 |   284132 |   236450      1 |       46 |     1617
1284.30/1284.71	c 1279s |      17 |  3776567 |   284432 |   236450      1 |       46 |     1617
1287.10/1287.54	c 1281s |      17 |  3781340 |   284732 |   236450      1 |       46 |     1617
1289.91/1290.36	c 1284s |      17 |  3783753 |   285032 |   236450      1 |       46 |     1617
1292.70/1293.14	c 1287s |      17 |  3789359 |   285332 |   236450      1 |       46 |     1617
1294.90/1295.34	c 1289s |      17 |  3800795 |   285832 |   236450      1 |       46 |     1617
1297.20/1297.69	c 1292s |      17 |  3812531 |   286632 |   236450      1 |       46 |     1617
1299.50/1299.98	c 1294s |      17 |  3820588 |   287332 |   236450      1 |       46 |     1617
1301.90/1302.30	c 1296s |      17 |  3826601 |   287932 |   236450      1 |       46 |     1617
1303.90/1304.36	c 1298s |      17 |  3834297 |   288532 |   236450      1 |       46 |     1617
1306.00/1306.45	c 1300s |      17 |  3839711 |   289132 |   236450      1 |       46 |     1617
1308.50/1308.95	c 1303s |      17 |  3849407 |   289632 |   236450      1 |       46 |     1617
1310.70/1311.15	c 1305s |      17 |  3854512 |   289932 |   236450      1 |       46 |     1617
1313.30/1313.76	c 1308s |      17 |  3861360 |   290332 |   236450      1 |       46 |     1617
1315.70/1316.13	c 1310s |      17 |  3866179 |   290632 |   236450      1 |       46 |     1617
1318.30/1318.70	c 1313s |      17 |  3875721 |   291032 |   236450      1 |       46 |     1617
1320.40/1320.87	c 1315s |      17 |  3879074 |   291332 |   236450      1 |       46 |     1617
1323.19/1323.66	c 1318s |      17 |  3881812 |   291732 |   236450      1 |       46 |     1617
1325.49/1325.94	c 1320s |      17 |  3885814 |   292032 |   236450      1 |       46 |     1617
1327.69/1328.12	c 1322s |      17 |  3891991 |   292332 |   236450      1 |       46 |     1617
1330.09/1330.58	c 1325s |      17 |  3895021 |   292632 |   236450      1 |       46 |     1617
1332.90/1333.34	c 1327s |      17 |  3900996 |   292932 |   236450      1 |       46 |     1617
1335.39/1335.81	c 1330s |      17 |  3909271 |   293332 |   236450      1 |       46 |     1617
1337.89/1338.31	c 1332s |      17 |  3914707 |   293632 |   236450      1 |       46 |     1617
1339.89/1340.40	c 1334s |      17 |  3918376 |   293932 |   260096      1 |       46 |     1617
1342.29/1342.78	c 1337s |      17 |  3922441 |   294232 |   260096      1 |       46 |     1617
1344.79/1345.20	c 1339s |      17 |  3925939 |   294532 |   260096      1 |       46 |     1617
1346.79/1347.26	c 1341s |      17 |  3929577 |   294832 |   260096      1 |       46 |     1617
1349.40/1349.88	c 1344s |      17 |  3934099 |   295132 |   260096      1 |       46 |     1617
1351.69/1352.14	c 1346s |      17 |  3938059 |   295432 |   260096      1 |       46 |     1617
1354.69/1355.12	c 1349s |      17 |  3941420 |   295732 |   260096      1 |       46 |     1617
1357.10/1357.57	c 1352s |      17 |  3945623 |   296032 |   260096      1 |       46 |     1617
1358.69/1359.18	c 1353s |      18 |  3948386 |   296252 |   260096      1 |       46 |     1617
1361.19/1361.68	c 1356s |      18 |  3952333 |   296452 |   260096      1 |       46 |     1617
1365.90/1366.36	c 1360s |      18 |  3953230 |   296652 |   260096      1 |       46 |     1617
1368.39/1368.88	c 1363s |      18 |  3957408 |   296952 |   260096      1 |       46 |     1617
1371.09/1371.56	c 1366s |      18 |  3959597 |   297252 |   260096      1 |       46 |     1617
1373.60/1374.03	c 1368s |      18 |  3961189 |   297552 |   260096      1 |       46 |     1617
1376.39/1376.89	c 1371s |      18 |  3964223 |   297852 |   260096      1 |       46 |     1617
1379.00/1379.44	c 1373s |      18 |  3965994 |   298152 |   260096      1 |       46 |     1617
1381.30/1381.73	c 1376s |      18 |  3968537 |   298552 |   260096      1 |       46 |     1617
1383.59/1384.07	c 1378s |      18 |  3970382 |   298852 |   260096      1 |       46 |     1617
1385.99/1386.41	c 1380s |      18 |  3972236 |   299152 |   260096      1 |       46 |     1617
1388.69/1389.19	c 1383s |      18 |  3974658 |   299452 |   260096      1 |       46 |     1617
1390.79/1391.20	c 1385s |      18 |  3975216 |   299652 |   260096      1 |       46 |     1617
1392.89/1393.38	c 1387s |      18 |  3977062 |   299852 |   260096      1 |       46 |     1617
1394.99/1395.42	c 1389s |      18 |  3978238 |   300052 |   260096      1 |       46 |     1617
1418.48/1418.93	c 1413s |      18 |  3980260 |   300252 |   260096      1 |       46 |     1617
1421.18/1421.62	c 1416s |      18 |  3986722 |   300552 |   260096      1 |       46 |     1617
1423.98/1424.40	c 1418s |      18 |  3988337 |   300752 |   260096      1 |       46 |     1617
1426.18/1426.64	c 1421s |      18 |  3992101 |   300952 |   260096      1 |       46 |     1617
1428.68/1429.19	c 1423s |      18 |  3994841 |   301152 |   260096      1 |       46 |     1617
1431.68/1432.19	c 1426s |      18 |  3996919 |   301352 |   260096      1 |       46 |     1617
1434.38/1434.83	c 1429s |      18 |  3999517 |   301552 |   260096      1 |       46 |     1617
1437.08/1437.50	c 1431s |      18 |  4000215 |   301752 |   260096      1 |       46 |     1617
1439.88/1440.36	c 1434s |      18 |  4002956 |   301952 |   260096      1 |       46 |     1617
1442.89/1443.32	c 1437s |      18 |  4005691 |   302152 |   260096      1 |       46 |     1617
1445.88/1446.39	c 1440s |      18 |  4007214 |   302352 |   260096      1 |       46 |     1617
1448.18/1448.69	c 1443s |      18 |  4008647 |   302452 |   260096      1 |       46 |     1617
1450.60/1451.09	c 1445s |      18 |  4012362 |   302652 |   260096      1 |       46 |     1617
1453.68/1454.11	c 1448s |      18 |  4013274 |   302852 |   260096      1 |       46 |     1617
1456.68/1457.14	c 1451s |      18 |  4015698 |   303052 |   260096      1 |       46 |     1617
1459.58/1460.08	c 1454s |      18 |  4016914 |   303252 |   260096      1 |       46 |     1617
1462.78/1463.27	c 1457s |      18 |  4019338 |   303452 |   260096      1 |       46 |     1617
1465.08/1465.56	c 1460s |      18 |  4020986 |   303652 |   260096      1 |       46 |     1617
1467.58/1468.02	c 1462s |      18 |  4023661 |   303752 |   260096      1 |       46 |     1617
1470.08/1470.53	c 1464s |      18 |  4026465 |   303952 |   260096      1 |       46 |     1617
1472.88/1473.39	c 1467s |      18 |  4028794 |   304152 |   260096      1 |       46 |     1617
1475.28/1475.75	c 1470s |      18 |  4031204 |   304352 |   260096      1 |       46 |     1617
1477.38/1477.89	c 1472s |      18 |  4033667 |   304652 |   260096      1 |       46 |     1617
1479.98/1480.45	c 1474s |      18 |  4036227 |   304852 |   260096      1 |       46 |     1617
1482.58/1483.05	c 1477s |      18 |  4037729 |   305052 |   260096      1 |       46 |     1617
1484.58/1485.07	c 1479s |      18 |  4046272 |   305652 |   260096      1 |       46 |     1617
1486.68/1487.12	c 1481s |      18 |  4053202 |   306352 |   260096      1 |       46 |     1617
1488.68/1489.12	c 1483s |      18 |  4060784 |   307052 |   260096      1 |       46 |     1617
1491.48/1491.95	c 1486s |      18 |  4068225 |   307552 |   260096      1 |       46 |     1617
1493.77/1494.26	c 1488s |      18 |  4071324 |   307752 |   260096      1 |       46 |     1617
1496.68/1497.19	c 1491s |      18 |  4076056 |   307952 |   260096      1 |       46 |     1617
1499.17/1499.63	c 1494s |      18 |  4079646 |   308152 |   260096      1 |       46 |     1617
1501.67/1502.12	c 1496s |      18 |  4082776 |   308352 |   260096      1 |       46 |     1617
1503.77/1504.22	c 1498s |      18 |  4084752 |   308552 |   260096      1 |       46 |     1617
1506.07/1506.58	c 1501s |      18 |  4088499 |   308752 |   260096      1 |       46 |     1617
1509.37/1509.85	c 1504s |      18 |  4093988 |   309052 |   260096      1 |       46 |     1617
1511.97/1512.47	c 1506s |      18 |  4096335 |   309252 |   260096      1 |       46 |     1617
1514.67/1515.12	c 1509s |      18 |  4099540 |   309452 |   260096      1 |       46 |     1617
1517.07/1517.58	c 1512s |      18 |  4101995 |   309652 |   260096      1 |       46 |     1617
1519.97/1520.43	c 1514s |      18 |  4105601 |   309852 |   260096      1 |       46 |     1617
1522.27/1522.74	c 1517s |      18 |  4107780 |   310052 |   260096      1 |       46 |     1617
1525.17/1525.69	c 1520s |      18 |  4109860 |   310252 |   260096      1 |       46 |     1617
1528.68/1529.13	c 1523s |      18 |  4115185 |   310552 |   260096      1 |       46 |     1617
1531.27/1531.71	c 1526s |      18 |  4117478 |   310752 |   260096      1 |       46 |     1617
1534.47/1534.92	c 1529s |      18 |  4122185 |   311052 |   260096      1 |       46 |     1617
1536.77/1537.28	c 1531s |      18 |  4124467 |   311252 |   260096      1 |       46 |     1617
1539.27/1539.77	c 1534s |      18 |  4126368 |   311452 |   260096      1 |       46 |     1617
1541.77/1542.24	c 1536s |      18 |  4127912 |   311652 |   260096      1 |       46 |     1617
1544.37/1544.89	c 1539s |      18 |  4129941 |   311852 |   260096      1 |       46 |     1617
1546.46/1546.90	c 1541s |      18 |  4132140 |   312052 |   260096      1 |       46 |     1617
1549.36/1549.88	c 1544s |      18 |  4134992 |   312252 |   260096      1 |       46 |     1617
1552.36/1552.88	c 1547s |      18 |  4136300 |   312452 |   260096      1 |       46 |     1617
1554.66/1555.11	c 1549s |      18 |  4137100 |   312652 |   260096      1 |       46 |     1617
1557.66/1558.12	c 1552s |      18 |  4140937 |   312852 |   260096      1 |       46 |     1617
1560.47/1560.95	c 1555s |      18 |  4142979 |   313052 |   260096      1 |       46 |     1617
1563.56/1564.03	c 1558s |      18 |  4144881 |   313252 |   260096      1 |       46 |     1617
1566.36/1566.83	c 1561s |      18 |  4145845 |   313452 |   260096      1 |       46 |     1617
1568.76/1569.21	c 1563s |      18 |  4147717 |   313752 |   260096      1 |       46 |     1617
1570.76/1571.22	c 1565s |      18 |  4153267 |   314352 |   260096      1 |       46 |     1617
1572.86/1573.34	c 1567s |      18 |  4159293 |   315052 |   260096      1 |       46 |     1617
1575.06/1575.58	c 1570s |      18 |  4164172 |   315252 |   260096      1 |       46 |     1617
1577.76/1578.23	c 1572s |      18 |  4166774 |   315452 |   260096      1 |       46 |     1617
1579.76/1580.24	c 1574s |      18 |  4168363 |   315652 |   260096      1 |       46 |     1617
1582.36/1582.80	c 1577s |      18 |  4173873 |   315852 |   260096      1 |       46 |     1617
1584.56/1585.08	c 1579s |      18 |  4174728 |   316052 |   260096      1 |       46 |     1617
1587.66/1588.15	c 1582s |      18 |  4178221 |   316252 |   260096      1 |       46 |     1617
1590.46/1590.94	c 1585s |      18 |  4182772 |   316552 |   260096      1 |       46 |     1617
1593.06/1593.54	c 1587s |      18 |  4184992 |   316752 |   260096      1 |       46 |     1617
1595.56/1596.07	c 1590s |      18 |  4187058 |   316952 |   260096      1 |       46 |     1617
1597.66/1598.13	c 1592s |      18 |  4189818 |   317152 |   260096      1 |       46 |     1617
1600.46/1600.95	c 1595s |      18 |  4191733 |   317352 |   260096      1 |       46 |     1617
1603.26/1603.75	c 1598s |      18 |  4192645 |   317552 |   260096      1 |       46 |     1617
1605.76/1606.26	c 1600s |      18 |  4194696 |   317752 |   260096      1 |       46 |     1617
1608.66/1609.13	c 1603s |      18 |  4196040 |   317952 |   260096      1 |       46 |     1617
1611.76/1612.28	c 1606s |      18 |  4197232 |   318152 |   260096      1 |       46 |     1617
1613.85/1614.32	c 1608s |      18 |  4198147 |   318352 |   260096      1 |       46 |     1617
1616.35/1616.82	c 1611s |      18 |  4199476 |   318752 |   260096      1 |       46 |     1617
1619.35/1619.84	c 1614s |      18 |  4201495 |   318952 |   260096      1 |       46 |     1617
1622.65/1623.16	c 1617s |      18 |  4204288 |   319152 |   260096      1 |       46 |     1617
1625.15/1625.64	c 1620s |      18 |  4205072 |   319352 |   260096      1 |       46 |     1617
1627.15/1627.69	c 1622s |      18 |  4206979 |   319552 |   260096      1 |       46 |     1617
1629.76/1630.29	c 1624s |      18 |  4209364 |   319752 |   260096      1 |       46 |     1617
1631.96/1632.47	c 1626s |      18 |  4212455 |   320052 |   260096      1 |       46 |     1617
1633.95/1634.49	c 1628s |      18 |  4215744 |   320252 |   260096      1 |       46 |     1617
1637.05/1637.55	c 1632s |      18 |  4219363 |   320452 |   260096      1 |       46 |     1617
1640.05/1640.57	c 1635s |      18 |  4222145 |   320652 |   260096      1 |       46 |     1617
1643.35/1643.82	c 1638s |      18 |  4224121 |   320852 |   260096      1 |       46 |     1617
1647.15/1647.69	c 1642s |      18 |  4228552 |   321152 |   260096      1 |       46 |     1617
1649.56/1650.09	c 1644s |      18 |  4232451 |   321352 |   260096      1 |       46 |     1617
1652.45/1652.99	c 1647s |      18 |  4234653 |   321552 |   260096      1 |       46 |     1617
1655.35/1655.90	c 1650s |      18 |  4237183 |   321752 |   260096      1 |       46 |     1617
1658.36/1658.81	c 1653s |      18 |  4238754 |   321952 |   260096      1 |       46 |     1617
1661.15/1661.65	c 1656s |      18 |  4240694 |   322152 |   260096      1 |       46 |     1617
1664.25/1664.71	c 1659s |      18 |  4243367 |   322352 |   260096      1 |       46 |     1617
1666.65/1667.11	c 1661s |      18 |  4245834 |   322552 |   260096      1 |       46 |     1617
1669.46/1669.96	c 1664s |      18 |  4248750 |   322752 |   260096      1 |       46 |     1617
1671.55/1672.05	c 1666s |      18 |  4252582 |   322952 |   260096      1 |       46 |     1617
1674.45/1674.97	c 1669s |      18 |  4253507 |   323152 |   260096      1 |       46 |     1617
1677.25/1677.72	c 1672s |      18 |  4255193 |   323352 |   260096      1 |       46 |     1617
1679.84/1680.33	c 1674s |      18 |  4257349 |   323552 |   260096      1 |       46 |     1617
1683.24/1683.70	c 1678s |      18 |  4258379 |   323752 |   260096      1 |       46 |     1617
1685.54/1686.06	c 1680s |      18 |  4259656 |   323952 |   260096      1 |       46 |     1617
1688.54/1689.00	c 1683s |      18 |  4262498 |   324152 |   260096      1 |       46 |     1617
1691.04/1691.57	c 1686s |      18 |  4263782 |   324352 |   260096      1 |       46 |     1617
1693.84/1694.31	c 1688s |      18 |  4265637 |   324552 |   260096      1 |       46 |     1617
1696.24/1696.73	c 1691s |      18 |  4266242 |   324752 |   260096      1 |       46 |     1617
1698.34/1698.87	c 1693s |      18 |  4269049 |   324952 |   260096      1 |       46 |     1617
1700.74/1701.25	c 1695s |      18 |  4271697 |   325252 |   260096      1 |       46 |     1617
1703.45/1703.93	c 1698s |      18 |  4275649 |   325452 |   260096      1 |       46 |     1617
1705.84/1706.38	c 1700s |      18 |  4277692 |   325652 |   260096      1 |       46 |     1617
1708.74/1709.21	c 1703s |      18 |  4278690 |   325852 |   260096      1 |       46 |     1617
1711.34/1711.82	c 1706s |      18 |  4280389 |   326052 |   260096      1 |       46 |     1617
1713.54/1714.00	c 1708s |      18 |  4282275 |   326252 |   260096      1 |       46 |     1617
1716.04/1716.52	c 1710s |      18 |  4283895 |   326452 |   260096      1 |       46 |     1617
1718.34/1718.84	c 1713s |      18 |  4286843 |   326652 |   260096      1 |       46 |     1617
1721.84/1722.35	c 1716s |      18 |  4289632 |   326952 |   260096      1 |       46 |     1617
1724.34/1724.83	c 1719s |      18 |  4291529 |   327152 |   260096      1 |       46 |     1617
1726.94/1727.45	c 1721s |      18 |  4292600 |   327352 |   260096      1 |       46 |     1617
1729.14/1729.67	c 1724s |      18 |  4294482 |   327552 |   260096      1 |       46 |     1617
1731.54/1732.04	c 1726s |      18 |  4297039 |   327752 |   260096      1 |       46 |     1617
1734.24/1734.71	c 1729s |      18 |  4300349 |   327952 |   260096      1 |       46 |     1617
1737.23/1737.76	c 1732s |      18 |  4303450 |   328152 |   260096      1 |       46 |     1617
1739.63/1740.14	c 1734s |      18 |  4304238 |   328352 |   260096      1 |       46 |     1617
1742.43/1742.96	c 1737s |      18 |  4305248 |   328552 |   260096      1 |       46 |     1617
1745.43/1745.92	c 1740s |      18 |  4306408 |   328752 |   260096      1 |       46 |     1617
1748.03/1748.55	c 1743s |      18 |  4309633 |   328952 |   260096      1 |       46 |     1617
1750.63/1751.19	c 1745s |      18 |  4311182 |   329152 |   260096      1 |       46 |     1617
1753.73/1754.24	c 1748s |      18 |  4313322 |   329352 |   260096      1 |       46 |     1617
1756.43/1756.98	c 1751s |      18 |  4314616 |   329552 |   260096      1 |       46 |     1617
1759.13/1759.64	c 1754s |      18 |  4316498 |   329752 |   260096      1 |       46 |     1617
1763.03/1763.50	c 1757s |      18 |  4317671 |   329952 |   260096      1 |       46 |     1617
1765.93/1766.45	c 1760s |      18 |  4321757 |   330152 |   260096      1 |       46 |     1617
1768.34/1768.90	c 1763s |      18 |  4323048 |   330352 |   260096      1 |       46 |     1617
1771.23/1771.77	c 1766s |      18 |  4325979 |   330552 |   260096      1 |       46 |     1617
1773.53/1774.07	c 1768s |      18 |  4328174 |   330752 |   260096      1 |       46 |     1617
1776.14/1776.65	c 1771s |      18 |  4331030 |   330952 |   260096      1 |       46 |     1617
1779.44/1779.98	c 1774s |      18 |  4332423 |   331152 |   260096      1 |       46 |     1617
1781.64/1782.12	c 1776s |      18 |  4332946 |   331252 |   260096      1 |       46 |     1617
1784.94/1785.43	c 1779s |      18 |  4334248 |   331452 |   260096      1 |       46 |     1617
1787.23/1787.73	c 1782s |      18 |  4335015 |   331552 |   260096      1 |       46 |     1617
1789.24/1789.79	c 1784s |      18 |  4335362 |   331652 |   260096      1 |       46 |     1617
1792.03/1792.56	c 1787s |      18 |  4338536 |   331852 |   260096      1 |       46 |     1617
1795.53/1796.07	c 1790s |      18 |  4340375 |   332052 |   260096      1 |       46 |     1617
1798.43/1798.90	c 1793s |      18 |  4342764 |   332252 |   260096      1 |       46 |     1617

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-4079832-1465248319/watcher-4079832-1465248319 -o /tmp/evaluation-result-4079832-1465248319/solver-4079832-1465248319 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465216787-25905 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079832-1465248319.opb 

pid=1518
running on 8 cores: 0-3,8-11

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.15 2.07 2.02 2/261 1521
/proc/meminfo: memFree=30884920/32872528 swapFree=9196/9196
[pid=1521] ppid=1518 vsize=770492 CPUtime=0 cores=0-3,8-11
/proc/1521/stat : 1521 (toysat) R 1518 1521 25889 0 -1 4202496 2884 0 0 0 0 0 0 0 20 0 4 0 106673969 788983808 3245 33554432000 4194304 16246674 140734755829792 140734755829216 13880264 0 2 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1521/statm: 193391 3254 441 2943 0 190285 0
[pid=1521/tid=1522] ppid=1518 vsize=1080764 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1522/stat : 1522 (toysat) S 1518 1521 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106673969 1106702336 4458 33554432000 4194304 16246674 140734755829792 140313552202992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1521/tid=1523] ppid=1518 vsize=1086908 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1523/stat : 1523 (toysat) S 1518 1521 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106673969 1112993792 4479 33554432000 4194304 16246674 140734755829792 140313541713136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1521/tid=1526] ppid=1518 vsize=1091004 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1526/stat : 1526 (toysat) S 1518 1521 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106673969 1117188096 4495 33554432000 4194304 16246674 140734755829792 140313427438768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0

[startup+0.10015 s]
/proc/loadavg: 2.15 2.07 2.02 2/261 1521
/proc/meminfo: memFree=30884920/32872528 swapFree=9196/9196
[pid=1521] ppid=1518 vsize=1302084 CPUtime=0.09 cores=0-3,8-11
/proc/1521/stat : 1521 (toysat) R 1518 1521 25889 0 -1 4202496 26681 0 0 0 5 4 0 0 20 0 4 0 106673969 1333334016 26980 33554432000 4194304 16246674 140734755829792 140734755829104 7371468 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1521/statm: 325521 26995 799 2943 0 322415 0
[pid=1521/tid=1522] ppid=1518 vsize=1302084 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1522/stat : 1522 (toysat) S 1518 1521 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106673969 1333334016 27006 33554432000 4194304 16246674 140734755829792 140313552202992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1521/tid=1523] ppid=1518 vsize=1302084 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1523/stat : 1523 (toysat) S 1518 1521 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106673969 1333334016 27017 33554432000 4194304 16246674 140734755829792 140313541713136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1521/tid=1526] ppid=1518 vsize=1302084 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1526/stat : 1526 (toysat) S 1518 1521 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106673969 1333334016 27028 33554432000 4194304 16246674 140734755829792 140313427438768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200497 s]
/proc/loadavg: 2.15 2.07 2.02 2/261 1521
/proc/meminfo: memFree=30884920/32872528 swapFree=9196/9196
[pid=1521] ppid=1518 vsize=1313348 CPUtime=0.19 cores=0-3,8-11
/proc/1521/stat : 1521 (toysat) R 1518 1521 25889 0 -1 4202496 46637 0 0 0 12 7 0 0 20 0 4 0 106673969 1344868352 47446 33554432000 4194304 16246674 140734755829792 140734755829104 14073329 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1521/statm: 328337 47446 800 2943 0 325231 0
[pid=1521/tid=1522] ppid=1518 vsize=1313348 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1522/stat : 1522 (toysat) S 1518 1521 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106673969 1344868352 47446 33554432000 4194304 16246674 140734755829792 140313552202992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1521/tid=1523] ppid=1518 vsize=1313348 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1523/stat : 1523 (toysat) S 1518 1521 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106673969 1344868352 47446 33554432000 4194304 16246674 140734755829792 140313541713136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1521/tid=1526] ppid=1518 vsize=1313348 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1526/stat : 1526 (toysat) S 1518 1521 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106673969 1344868352 47446 33554432000 4194304 16246674 140734755829792 140313427438768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300479 s]
/proc/loadavg: 2.15 2.07 2.02 2/261 1521
/proc/meminfo: memFree=30884920/32872528 swapFree=9196/9196
[pid=1521] ppid=1518 vsize=1313348 CPUtime=0.29 cores=0-3,8-11
/proc/1521/stat : 1521 (toysat) R 1518 1521 25889 0 -1 4202496 59366 0 0 0 20 9 0 0 20 0 4 0 106673969 1344868352 60175 33554432000 4194304 16246674 140734755829792 140734755829104 8055566 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1521/statm: 328337 60175 800 2943 0 325231 0
[pid=1521/tid=1522] ppid=1518 vsize=1313348 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1522/stat : 1522 (toysat) S 1518 1521 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106673969 1344868352 60175 33554432000 4194304 16246674 140734755829792 140313552202992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1521/tid=1523] ppid=1518 vsize=1313348 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1523/stat : 1523 (toysat) S 1518 1521 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106673969 1344868352 60175 33554432000 4194304 16246674 140734755829792 140313541713136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1521/tid=1526] ppid=1518 vsize=1313348 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1526/stat : 1526 (toysat) S 1518 1521 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106673969 1344868352 60175 33554432000 4194304 16246674 140734755829792 140313427438768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700419 s]
/proc/loadavg: 2.15 2.07 2.02 2/261 1521
/proc/meminfo: memFree=30884920/32872528 swapFree=9196/9196
[pid=1521] ppid=1518 vsize=1313348 CPUtime=0.68 cores=0-3,8-11
/proc/1521/stat : 1521 (toysat) R 1518 1521 25889 0 -1 4202496 68710 0 0 0 58 10 0 0 20 0 4 0 106673969 1344868352 69519 33554432000 4194304 16246674 140734755829792 140734755829104 7369004 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1521/statm: 328337 69519 800 2943 0 325231 0
[pid=1521/tid=1522] ppid=1518 vsize=1313348 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1522/stat : 1522 (toysat) S 1518 1521 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106673969 1344868352 69519 33554432000 4194304 16246674 140734755829792 140313552202992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1521/tid=1523] ppid=1518 vsize=1313348 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1523/stat : 1523 (toysat) S 1518 1521 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106673969 1344868352 69519 33554432000 4194304 16246674 140734755829792 140313541713136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1521/tid=1526] ppid=1518 vsize=1313348 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1526/stat : 1526 (toysat) S 1518 1521 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106673969 1344868352 69519 33554432000 4194304 16246674 140734755829792 140313427438768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1313348

[startup+1.5004 s]
/proc/loadavg: 2.15 2.07 2.02 3/265 1527
/proc/meminfo: memFree=30491208/32872528 swapFree=9196/9196
[pid=1521] ppid=1518 vsize=1313348 CPUtime=1.48 cores=0-3,8-11
/proc/1521/stat : 1521 (toysat) R 1518 1521 25889 0 -1 4202496 170156 0 0 0 123 25 0 0 20 0 4 0 106673969 1344868352 170965 33554432000 4194304 16246674 140734755829792 140734755811712 5590097 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1521/statm: 328337 170973 837 2943 0 325231 0
[pid=1521/tid=1522] ppid=1518 vsize=1313348 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1522/stat : 1522 (toysat) S 1518 1521 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106673969 1344868352 170979 33554432000 4194304 16246674 140734755829792 140313552202992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1521/tid=1523] ppid=1518 vsize=1313348 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1523/stat : 1523 (toysat) S 1518 1521 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106673969 1344868352 170985 33554432000 4194304 16246674 140734755829792 140313541713136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1521/tid=1526] ppid=1518 vsize=1313348 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1526/stat : 1526 (toysat) S 1518 1521 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106673969 1344868352 170990 33554432000 4194304 16246674 140734755829792 140313427438768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1313348

[startup+3.10041 s]
/proc/loadavg: 2.15 2.07 2.02 3/265 1527
/proc/meminfo: memFree=29774232/32872528 swapFree=9196/9196
[pid=1521] ppid=1518 vsize=1353284 CPUtime=3.08 cores=0-3,8-11
/proc/1521/stat : 1521 (toysat) R 1518 1521 25889 0 -1 4202496 278985 0 0 0 268 40 0 0 20 0 4 0 106673969 1385762816 279794 33554432000 4194304 16246674 140734755829792 140734755827584 4207018 0 2 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1521/statm: 338321 279794 878 2943 0 335215 0
[pid=1521/tid=1522] ppid=1518 vsize=1353284 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1522/stat : 1522 (toysat) S 1518 1521 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106673969 1385762816 279794 33554432000 4194304 16246674 140734755829792 140313552202992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1521/tid=1523] ppid=1518 vsize=1353284 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1523/stat : 1523 (toysat) S 1518 1521 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106673969 1385762816 279794 33554432000 4194304 16246674 140734755829792 140313541713136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1521/tid=1526] ppid=1518 vsize=1353284 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1526/stat : 1526 (toysat) S 1518 1521 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106673969 1385762816 279794 33554432000 4194304 16246674 140734755829792 140313427438768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1353284

[startup+6.30041 s]
/proc/loadavg: 2.22 2.08 2.02 3/265 1527
/proc/meminfo: memFree=29764464/32872528 swapFree=9196/9196
[pid=1521] ppid=1518 vsize=1353284 CPUtime=6.28 cores=0-3,8-11
/proc/1521/stat : 1521 (toysat) R 1518 1521 25889 0 -1 4202496 279024 0 0 0 588 40 0 0 20 0 4 0 106673969 1385762816 279833 33554432000 4194304 16246674 140734755829792 140734755827584 5829044 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1521/statm: 338321 279833 914 2943 0 335215 0
[pid=1521/tid=1522] ppid=1518 vsize=1353284 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1522/stat : 1522 (toysat) S 1518 1521 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106673969 1385762816 279833 33554432000 4194304 16246674 140734755829792 140313552202992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1521/tid=1523] ppid=1518 vsize=1353284 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1523/stat : 1523 (toysat) S 1518 1521 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106673969 1385762816 279833 33554432000 4194304 16246674 140734755829792 140313541713136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1521/tid=1526] ppid=1518 vsize=1353284 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1526/stat : 1526 (toysat) S 1518 1521 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106673969 1385762816 279833 33554432000 4194304 16246674 140734755829792 140313427438768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1353284

[startup+12.7004 s]
/proc/loadavg: 2.20 2.08 2.02 3/265 1527
/proc/meminfo: memFree=29763856/32872528 swapFree=9196/9196
[pid=1521] ppid=1518 vsize=1353284 CPUtime=12.68 cores=0-3,8-11
/proc/1521/stat : 1521 (toysat) R 1518 1521 25889 0 -1 4202496 279024 0 0 0 1228 40 0 0 20 0 4 0 106673969 1385762816 279833 33554432000 4194304 16246674 140734755829792 140734755811712 5673503 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1521/statm: 338321 279833 914 2943 0 335215 0
[pid=1521/tid=1522] ppid=1518 vsize=1353284 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1522/stat : 1522 (toysat) S 1518 1521 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106673969 1385762816 279833 33554432000 4194304 16246674 140734755829792 140313552202992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1521/tid=1523] ppid=1518 vsize=1353284 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1523/stat : 1523 (toysat) S 1518 1521 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106673969 1385762816 279833 33554432000 4194304 16246674 140734755829792 140313541713136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1521/tid=1526] ppid=1518 vsize=1353284 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1526/stat : 1526 (toysat) S 1518 1521 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106673969 1385762816 279833 33554432000 4194304 16246674 140734755829792 140313427438768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1353284

[startup+25.5005 s]
/proc/loadavg: 2.16 2.08 2.02 3/265 1527
/proc/meminfo: memFree=29764872/32872528 swapFree=9196/9196
[pid=1521] ppid=1518 vsize=1353284 CPUtime=25.48 cores=0-3,8-11
/proc/1521/stat : 1521 (toysat) R 1518 1521 25889 0 -1 4202496 279024 0 0 0 2508 40 0 0 20 0 4 0 106673969 1385762816 279833 33554432000 4194304 16246674 140734755829792 140734755811712 13943608 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1521/statm: 338321 279833 914 2943 0 335215 0
[pid=1521/tid=1522] ppid=1518 vsize=1353284 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1522/stat : 1522 (toysat) S 1518 1521 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106673969 1385762816 279833 33554432000 4194304 16246674 140734755829792 140313552202992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1521/tid=1523] ppid=1518 vsize=1353284 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1523/stat : 1523 (toysat) S 1518 1521 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106673969 1385762816 279833 33554432000 4194304 16246674 140734755829792 140313541713136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1521/tid=1526] ppid=1518 vsize=1353284 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1526/stat : 1526 (toysat) S 1518 1521 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106673969 1385762816 279833 33554432000 4194304 16246674 140734755829792 140313427438768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1353284

[startup+51.1005 s]
/proc/loadavg: 2.10 2.07 2.02 3/265 1527
/proc/meminfo: memFree=29764956/32872528 swapFree=9196/9196
[pid=1521] ppid=1518 vsize=1353284 CPUtime=51.08 cores=0-3,8-11
/proc/1521/stat : 1521 (toysat) R 1518 1521 25889 0 -1 4202496 279024 0 0 0 5068 40 0 0 20 0 4 0 106673969 1385762816 279833 33554432000 4194304 16246674 140734755829792 140734755811712 13780648 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1521/statm: 338321 279833 914 2943 0 335215 0
[pid=1521/tid=1522] ppid=1518 vsize=1353284 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1522/stat : 1522 (toysat) S 1518 1521 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106673969 1385762816 279833 33554432000 4194304 16246674 140734755829792 140313552202992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1521/tid=1523] ppid=1518 vsize=1353284 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1523/stat : 1523 (toysat) S 1518 1521 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106673969 1385762816 279833 33554432000 4194304 16246674 140734755829792 140313541713136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1521/tid=1526] ppid=1518 vsize=1353284 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1526/stat : 1526 (toysat) S 1518 1521 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106673969 1385762816 279833 33554432000 4194304 16246674 140734755829792 140313427438768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1353284

[startup+102.301 s]
/proc/loadavg: 2.04 2.06 2.01 3/265 1528
/proc/meminfo: memFree=29764328/32872528 swapFree=9196/9196
[pid=1521] ppid=1518 vsize=1353284 CPUtime=102.28 cores=0-3,8-11
/proc/1521/stat : 1521 (toysat) R 1518 1521 25889 0 -1 4202496 279026 0 0 0 10187 41 0 0 20 0 4 0 106673969 1385762816 279835 33554432000 4194304 16246674 140734755829792 140734755811712 5673627 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1521/statm: 338321 279835 916 2943 0 335215 0
[pid=1521/tid=1522] ppid=1518 vsize=1353284 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1522/stat : 1522 (toysat) S 1518 1521 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106673969 1385762816 279835 33554432000 4194304 16246674 140734755829792 140313552202992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1521/tid=1523] ppid=1518 vsize=1353284 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1523/stat : 1523 (toysat) S 1518 1521 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106673969 1385762816 279835 33554432000 4194304 16246674 140734755829792 140313541713136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1521/tid=1526] ppid=1518 vsize=1353284 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1526/stat : 1526 (toysat) S 1518 1521 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106673969 1385762816 279835 33554432000 4194304 16246674 140734755829792 140313427438768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1353284


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

/proc/1521/task/1526/stat : 1526 (toysat) S 1518 1521 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313427438768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 1432132

[startup+1362.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/265 1614
/proc/meminfo: memFree=29639676/32872528 swapFree=9196/9196
[pid=1521] ppid=1518 vsize=1432132 CPUtime=1361.89 cores=0-3,8-11
/proc/1521/stat : 1521 (toysat) R 1518 1521 25889 0 -1 4202496 299053 0 0 0 136143 46 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140734755811712 5822252 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1521/statm: 358033 299803 916 2943 0 354927 0
[pid=1521/tid=1522] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1522/stat : 1522 (toysat) S 1518 1521 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313552202992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1521/tid=1523] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1523/stat : 1523 (toysat) S 1518 1521 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313541713136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1521/tid=1526] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1526/stat : 1526 (toysat) S 1518 1521 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313427438768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 1432132

[startup+1422.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/265 1615
/proc/meminfo: memFree=29639328/32872528 swapFree=9196/9196
[pid=1521] ppid=1518 vsize=1432132 CPUtime=1421.89 cores=0-3,8-11
/proc/1521/stat : 1521 (toysat) R 1518 1521 25889 0 -1 4202496 299053 0 0 0 142138 51 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140734755811712 5672188 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1521/statm: 358033 299803 916 2943 0 354927 0
[pid=1521/tid=1522] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1522/stat : 1522 (toysat) S 1518 1521 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313552202992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1521/tid=1523] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1523/stat : 1523 (toysat) S 1518 1521 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313541713136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1521/tid=1526] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1526/stat : 1526 (toysat) S 1518 1521 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313427438768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 1432132

[startup+1482.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/266 1619
/proc/meminfo: memFree=29638972/32872528 swapFree=9196/9196
[pid=1521] ppid=1518 vsize=1432132 CPUtime=1481.88 cores=0-3,8-11
/proc/1521/stat : 1521 (toysat) R 1518 1521 25889 0 -1 4202496 299053 0 0 0 148136 52 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140734755811712 5822252 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1521/statm: 358033 299803 916 2943 0 354927 0
[pid=1521/tid=1522] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1522/stat : 1522 (toysat) S 1518 1521 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313552202992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1521/tid=1523] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1523/stat : 1523 (toysat) S 1518 1521 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313541713136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1521/tid=1526] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1526/stat : 1526 (toysat) S 1518 1521 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313427438768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 1432132

[startup+1542.31 s]
/proc/loadavg: 2.07 2.05 2.00 3/265 1637
/proc/meminfo: memFree=29639340/32872528 swapFree=9196/9196
[pid=1521] ppid=1518 vsize=1432132 CPUtime=1541.88 cores=0-3,8-11
/proc/1521/stat : 1521 (toysat) R 1518 1521 25889 0 -1 4202496 299053 0 0 0 154136 52 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140734755811712 5822604 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1521/statm: 358033 299803 916 2943 0 354927 0
[pid=1521/tid=1522] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1522/stat : 1522 (toysat) S 1518 1521 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313552202992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1521/tid=1523] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1523/stat : 1523 (toysat) S 1518 1521 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313541713136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1521/tid=1526] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1526/stat : 1526 (toysat) S 1518 1521 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313427438768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 1432132

[startup+1602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/265 1638
/proc/meminfo: memFree=29638800/32872528 swapFree=9196/9196
[pid=1521] ppid=1518 vsize=1432132 CPUtime=1601.86 cores=0-3,8-11
/proc/1521/stat : 1521 (toysat) R 1518 1521 25889 0 -1 4202496 299053 0 0 0 160134 52 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140734755828888 5822687 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1521/statm: 358033 299803 916 2943 0 354927 0
[pid=1521/tid=1522] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1522/stat : 1522 (toysat) S 1518 1521 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313552202992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1521/tid=1523] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1523/stat : 1523 (toysat) S 1518 1521 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313541713136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1521/tid=1526] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1526/stat : 1526 (toysat) S 1518 1521 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313427438768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 1432132

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/266 1652
/proc/meminfo: memFree=29637096/32872528 swapFree=9196/9196
[pid=1521] ppid=1518 vsize=1432132 CPUtime=1661.85 cores=0-3,8-11
/proc/1521/stat : 1521 (toysat) R 1518 1521 25889 0 -1 4202496 299053 0 0 0 166133 52 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140734755811712 5672188 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1521/statm: 358033 299803 916 2943 0 354927 0
[pid=1521/tid=1522] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1522/stat : 1522 (toysat) S 1518 1521 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313552202992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1521/tid=1523] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1523/stat : 1523 (toysat) S 1518 1521 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313541713136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1521/tid=1526] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1526/stat : 1526 (toysat) S 1518 1521 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313427438768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 1432132

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/266 1653
/proc/meminfo: memFree=29637588/32872528 swapFree=9196/9196
[pid=1521] ppid=1518 vsize=1432132 CPUtime=1721.84 cores=0-3,8-11
/proc/1521/stat : 1521 (toysat) R 1518 1521 25889 0 -1 4202496 299053 0 0 0 172132 52 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140734755811712 5672188 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1521/statm: 358033 299803 916 2943 0 354927 0
[pid=1521/tid=1522] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1522/stat : 1522 (toysat) S 1518 1521 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313552202992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1521/tid=1523] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1523/stat : 1523 (toysat) S 1518 1521 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313541713136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1521/tid=1526] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1526/stat : 1526 (toysat) S 1518 1521 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313427438768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 1432132

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/265 1654
/proc/meminfo: memFree=29637464/32872528 swapFree=9196/9196
[pid=1521] ppid=1518 vsize=1432132 CPUtime=1781.83 cores=0-3,8-11
/proc/1521/stat : 1521 (toysat) R 1518 1521 25889 0 -1 4202496 299053 0 0 0 178131 52 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140734755811712 5822472 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1521/statm: 358033 299803 916 2943 0 354927 0
[pid=1521/tid=1522] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1522/stat : 1522 (toysat) S 1518 1521 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313552202992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1521/tid=1523] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1523/stat : 1523 (toysat) S 1518 1521 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313541713136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1521/tid=1526] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1526/stat : 1526 (toysat) S 1518 1521 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313427438768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 1432132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/265 1654
/proc/meminfo: memFree=29637472/32872528 swapFree=9196/9196
[pid=1521] ppid=1518 vsize=1432132 CPUtime=1800.03 cores=0-3,8-11
/proc/1521/stat : 1521 (toysat) R 1518 1521 25889 0 -1 4202496 299053 0 0 0 179951 52 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140734755811712 5822252 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1521/statm: 358033 299803 916 2943 0 354927 0
[pid=1521/tid=1522] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1522/stat : 1522 (toysat) S 1518 1521 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313552202992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1521/tid=1523] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1523/stat : 1523 (toysat) S 1518 1521 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313541713136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1521/tid=1526] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1526/stat : 1526 (toysat) S 1518 1521 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313427438768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1432132

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 1521 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/265 1654
/proc/meminfo: memFree=29637472/32872528 swapFree=9196/9196
[pid=1521] ppid=1518 vsize=1432132 CPUtime=1800.03 cores=0-3,8-11
/proc/1521/stat : 1521 (toysat) R 1518 1521 25889 0 -1 4202496 299053 0 0 0 179951 52 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140734755811712 5822252 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1521/statm: 358033 299803 916 2943 0 354927 0
[pid=1521/tid=1522] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1522/stat : 1522 (toysat) S 1518 1521 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313552202992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1521/tid=1523] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1523/stat : 1523 (toysat) S 1518 1521 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313541713136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1521/tid=1526] ppid=1518 vsize=1432132 CPUtime=0 cores=0-3,8-11
/proc/1521/task/1526/stat : 1526 (toysat) S 1518 1521 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106673969 1466503168 299803 33554432000 4194304 16246674 140734755829792 140313427438768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1432132

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.51
CPU time (s): 1800.04
CPU user time (s): 1799.52
CPU system time (s): 0.526919
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 1432132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.52
system time used= 0.526919
maximum resident set size= 1199212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 299053
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= 372
involuntary context switches= 1830

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0853 second user time and 13.117 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-06 23:25:19
IDJOB=4079832
IDBENCH=24980
IDSOLVER=2542
FILE ID=node132/4079832-1465248319
RUNJOBID= node132-1465216787-25905
PBS_JOBID= 19843203
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/areaDelay/normalized-f20c10b_005_area_delay.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079832-1465248319/watcher-4079832-1465248319 -o /tmp/evaluation-result-4079832-1465248319/solver-4079832-1465248319 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465216787-25905 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079832-1465248319.opb

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

MD5SUM BENCH= 1a8b297a620c2a2aaf0a7beca79ff945
RANDOM SEED=1257500682

node132.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		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.41
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		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.56
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		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30884656 kB
Buffers:           56720 kB
Cached:           107020 kB
SwapCached:         3208 kB
Active:          1173952 kB
Inactive:          93528 kB
Active(anon):    1103016 kB
Inactive(anon):     3236 kB
Active(file):      70936 kB
Inactive(file):    90292 kB
Unevictable:        9196 kB
Mlocked:            9196 kB
SwapTotal:      67108856 kB
SwapFree:       67094544 kB
Dirty:             20344 kB
Writeback:             0 kB
AnonPages:       1110372 kB
Mapped:            10820 kB
Shmem:                 0 kB
Slab:             574376 kB
SReclaimable:      14788 kB
SUnreclaim:       559588 kB
KernelStack:        2232 kB
PageTables:         6204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1255724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1093632 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= 71712 MiB
End job on node132 at 2016-06-06 23:55:20