Trace number 4079806

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_opers/normalized-fir10_area_opers.opb
MD5SUMcca2bc3212eb56e1c6b2ae84ca292ee3
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark51
Best CPU time to get the best result obtained on this benchmark3.08953
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 51
Optimality of the best value was proved YES
Number of variables79024
Total number of constraints176988
Number of constraints which are clauses176988
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 constraint511
Number of terms in the objective function 39323
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 39323
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 39323
Number of bits of the biggest sum of numbers16
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-07T00:35:00+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-4079806-1465252500.opb"]
0.00/0.01	c use --random-gen="1621808080 184245560 109300278 792330859 1661484365 877836978 2458240696 2460857300 171835075 3518294404 2551097124 2435396192 685392729 3002258860 3997479698 2753440544 4101215327 1252203520 2903590135 770025960 1494094700 4083560363 943965373 3666976363 2164011867 1182209033 3901864075 601208322 1459528664 1893106843 3353064581 276256925 3242881099 3291809149 3465903921 1942052320 3244051099 4140879111 61617762 2131150675 2014109082 994476745 3563311944 2916245495 1875379371 590642858 3516235746 2991849400 2755946207 1324898463 161060393 1148387743 1166727099 4204121066 2523552493 2220325795 3892507551 2304136073 2061105861 3635434037 1427588871 3494765000 556139066 730935131 2613570234 3439374875 2362541030 1001938988 2159613485 1942071504 3130444986 4099523841 2770148696 2053356439 62281998 3639055331 3980771396 3587288479 2128246589 642402870 4146915148 1007500314 996422490 1798926396 326512854 1768788293 22324175 1454227356 1172057807 1684047205 313017399 4019873720 3225566759 3336690794 1097844874 570854567 3340282908 919673138 3501235746 3883974283 1348361909 3135353314 3242422647 1924604186 443354978 128385607 4033129396 2485759832 526996360 2089033470 1165861704 1446805286 545760016 3491776744 1664750012 2371752255 2395234411 1369831840 1137840521 2911583378 2499520457 530576185 1760434394 734204581 4144846383 1861332872 92174346 3720313382 1306265840 1017690121 3922075759 2753690241 1230267182 1573801851 544018121 3479357402 3787132578 2585927219 272313396 3707381574 963583260 3305190699 94610458 2885226065 941388344 441989176 65931447 1577675669 2775214310 4272283762 3821601957 1705173829 925243310 3094891385 3480424966 4201415620 1814224775 1260739140 3627092234 3418553584 841231030 1075663542 3755829719 257315302 2248939980 4174828162 2691956725 919201044 1089272664 2912262788 2053674349 276515799 581071438 2894118604 2936425000 2700151255 2002545366 1475647795 1654397798 441090154 1583584617 3686091247 3090022767 2741894968 232097455 4087305900 3139875154 4082832379 1633302527 2538209307 4119042300 459243377 2800934627 443916797 2625345624 2986900648 2338863927 4035766028 2933606718 3137676664 320113654 1990092645 1585958830 1636406747 3455230745 852377233 3687839579 975974691 290967248 235495301 229631881 2983912892 918591166 439631043 387556302 2439326088 2188767364 752509294 741351447 133110843 618033611 4036724758 1577822597 639847373 3108040972 872016890 3687564511 3910063674 991514785 2304334923 2546972007 1057271334 2850864683 2792101725 1634231183 178733446 3789967459 2309759475 585160471 347293293 4149230536 795121270 1252312476 52758247 3662091744 2906283285 3843805829 4128480450 2397691622 4088662240 1973119494 2157910875 2430228822 1981435430 942063631 19457283 255 362436" option to reproduce the execution
0.99/1.05	c #vars 79024
0.99/1.05	c #constraints 176988
3.59/3.68	c BCD2: Hardening is enabled.
3.59/3.68	c BCD2: BiasedSearch is enabled.
3.59/3.68	c Solving starts ...
3.59/3.68	c ============================[ Search Statistics ]============================
3.59/3.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.68	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.68	c =============================================================================
3.89/3.90	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        0
4.19/4.24	c  0.3s |       0 |    39321 |        0 |    85336      0 |        3 |        0
4.19/4.24	c #cpu_time = 0.300s
4.19/4.24	c #wall_clock_time = 0.301s
4.19/4.24	c #decision = 39321
4.19/4.24	c #random_decision = 195
4.19/4.24	c #conflict = 0
4.19/4.24	c #restart = 0
4.19/4.24	o 39323
4.29/4.33	c BCD2: updating upper bound: 39323 -> 39322
4.39/4.49	c BCD2: 0 <= obj <= 39322
4.39/4.49	c BCD2: #cores=0, #unrelaxed=39323, #relaxed=0, #hardened=0
4.39/4.49	c BCD2: #sat=1 #unsat=1 bias=1/2
4.39/4.49	c Solving starts ...
4.39/4.49	c ============================[ Search Statistics ]============================
4.39/4.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.49	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.49	c =============================================================================
4.39/4.49	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        0
4.49/4.57	c  0.1s |       0 |        0 |        0 |    85336      0 |        3 |        0
4.49/4.57	c #cpu_time = 0.080s
4.49/4.57	c #wall_clock_time = 0.081s
4.49/4.57	c #decision = 0
4.49/4.57	c #random_decision = 0
4.49/4.57	c #conflict = 0
4.49/4.57	c #restart = 0
4.49/4.57	c BCD2: found a new core of size 1: cost of the new core is >=1
4.49/4.57	c lower bound updated to 1
4.59/4.60	c BCD2: 1 <= obj <= 39322
4.59/4.60	c BCD2: #cores=1, #unrelaxed=39322, #relaxed=1, #hardened=0
4.59/4.60	c BCD2: #sat=1 #unsat=2 bias=2/3
4.59/4.61	c Solving starts ...
4.59/4.61	c ============================[ Search Statistics ]============================
4.59/4.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.61	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.61	c =============================================================================
4.59/4.61	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        0
4.69/4.70	c  0.1s |       0 |        1 |        0 |    85336      0 |        3 |        0
4.69/4.70	c #cpu_time = 0.089s
4.69/4.70	c #wall_clock_time = 0.089s
4.69/4.70	c #decision = 1
4.69/4.70	c #random_decision = 0
4.69/4.70	c #conflict = 0
4.69/4.70	c #restart = 0
4.69/4.70	c BCD2: found a new core of size 1: cost of the new core is >=1
4.69/4.70	c lower bound updated to 2
4.69/4.72	c BCD2: 2 <= obj <= 39322
4.69/4.72	c BCD2: #cores=2, #unrelaxed=39321, #relaxed=2, #hardened=0
4.69/4.72	c BCD2: #sat=1 #unsat=3 bias=3/4
4.69/4.72	c Solving starts ...
4.69/4.72	c ============================[ Search Statistics ]============================
4.69/4.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.72	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.72	c =============================================================================
4.69/4.72	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        0
4.79/4.80	c  0.1s |       0 |        3 |        0 |    85336      0 |        3 |        0
4.79/4.80	c #cpu_time = 0.080s
4.79/4.80	c #wall_clock_time = 0.080s
4.79/4.80	c #decision = 3
4.79/4.80	c #random_decision = 0
4.79/4.80	c #conflict = 0
4.79/4.80	c #restart = 0
4.79/4.80	c BCD2: found a new core of size 2: cost of the new core is >=1
4.79/4.80	c lower bound updated to 3
4.79/4.84	c BCD2: 3 <= obj <= 39322
4.79/4.84	c BCD2: #cores=3, #unrelaxed=39319, #relaxed=4, #hardened=0
4.79/4.84	c BCD2: #sat=1 #unsat=4 bias=4/5
4.79/4.84	c Solving starts ...
4.79/4.84	c ============================[ Search Statistics ]============================
4.79/4.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.84	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.84	c =============================================================================
4.79/4.84	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
4.89/4.92	c  0.1s |       0 |        3 |        0 |    85336      0 |        3 |        1
4.89/4.92	c #cpu_time = 0.080s
4.89/4.92	c #wall_clock_time = 0.080s
4.89/4.92	c #decision = 3
4.89/4.92	c #random_decision = 0
4.89/4.92	c #conflict = 0
4.89/4.92	c #restart = 0
4.89/4.92	c BCD2: found a new core of size 1: cost of the new core is >=1
4.89/4.92	c lower bound updated to 4
4.89/4.95	c BCD2: 4 <= obj <= 39322
4.89/4.95	c BCD2: #cores=4, #unrelaxed=39318, #relaxed=5, #hardened=0
4.89/4.95	c BCD2: #sat=1 #unsat=5 bias=5/6
4.89/4.95	c Solving starts ...
4.89/4.95	c ============================[ Search Statistics ]============================
4.89/4.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.95	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.95	c =============================================================================
4.89/4.95	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
4.98/5.04	c  0.1s |       0 |       19 |        0 |    85336      0 |        3 |        1
4.98/5.04	c #cpu_time = 0.095s
4.98/5.04	c #wall_clock_time = 0.095s
4.98/5.04	c #decision = 19
4.98/5.04	c #random_decision = 0
4.98/5.04	c #conflict = 0
4.98/5.04	c #restart = 0
4.98/5.04	c BCD2: found a new core of size 3: cost of the new core is >=1
4.98/5.04	c lower bound updated to 5
4.98/5.06	c BCD2: 5 <= obj <= 39322
4.98/5.06	c BCD2: #cores=5, #unrelaxed=39315, #relaxed=8, #hardened=0
4.98/5.06	c BCD2: #sat=1 #unsat=6 bias=6/7
4.98/5.07	c Solving starts ...
4.98/5.07	c ============================[ Search Statistics ]============================
4.98/5.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.98/5.07	c       |         |          |          |    Limit     GC | Var      | Constra 
4.98/5.07	c =============================================================================
4.98/5.07	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
5.08/5.15	c  0.1s |       0 |       19 |        0 |    85336      0 |        3 |        1
5.08/5.15	c #cpu_time = 0.085s
5.08/5.15	c #wall_clock_time = 0.085s
5.08/5.15	c #decision = 19
5.08/5.15	c #random_decision = 0
5.08/5.15	c #conflict = 0
5.08/5.15	c #restart = 0
5.08/5.15	c BCD2: found a new core of size 2: cost of the new core is >=1
5.08/5.15	c lower bound updated to 6
5.38/5.41	c BCD2: 6 <= obj <= 39322
5.38/5.41	c BCD2: #cores=6, #unrelaxed=39313, #relaxed=10, #hardened=0
5.38/5.41	c BCD2: #sat=1 #unsat=7 bias=7/8
5.38/5.41	c Solving starts ...
5.38/5.41	c ============================[ Search Statistics ]============================
5.38/5.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.38/5.41	c       |         |          |          |    Limit     GC | Var      | Constra 
5.38/5.41	c =============================================================================
5.38/5.41	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
5.49/5.50	c  0.1s |       0 |       55 |        0 |    85336      0 |        3 |        1
5.49/5.50	c #cpu_time = 0.094s
5.49/5.50	c #wall_clock_time = 0.095s
5.49/5.50	c #decision = 55
5.49/5.50	c #random_decision = 0
5.49/5.50	c #conflict = 0
5.49/5.50	c #restart = 0
5.49/5.50	c BCD2: found a new core of size 32: cost of the new core is >=1
5.49/5.50	c lower bound updated to 7
5.49/5.52	c BCD2: 7 <= obj <= 39322
5.49/5.52	c BCD2: #cores=7, #unrelaxed=39281, #relaxed=42, #hardened=0
5.49/5.52	c BCD2: #sat=1 #unsat=8 bias=8/9
5.49/5.52	c Solving starts ...
5.49/5.52	c ============================[ Search Statistics ]============================
5.49/5.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.49/5.52	c       |         |          |          |    Limit     GC | Var      | Constra 
5.49/5.52	c =============================================================================
5.49/5.52	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
5.59/5.62	c  0.1s |       0 |      164 |        0 |    85336      0 |        3 |        1
5.59/5.62	c #cpu_time = 0.090s
5.59/5.62	c #wall_clock_time = 0.090s
5.59/5.62	c #decision = 164
5.59/5.62	c #random_decision = 0
5.59/5.62	c #conflict = 0
5.59/5.62	c #restart = 0
5.59/5.62	c BCD2: found a new core of size 78: cost of the new core is >=1
5.59/5.62	c lower bound updated to 8
5.59/5.65	c BCD2: 8 <= obj <= 39322
5.59/5.65	c BCD2: #cores=8, #unrelaxed=39203, #relaxed=120, #hardened=0
5.59/5.65	c BCD2: #sat=1 #unsat=9 bias=9/10
5.59/5.65	c Solving starts ...
5.59/5.65	c ============================[ Search Statistics ]============================
5.59/5.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.59/5.65	c       |         |          |          |    Limit     GC | Var      | Constra 
5.59/5.65	c =============================================================================
5.59/5.65	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
5.68/5.75	c  0.1s |       0 |       94 |        0 |    85336      0 |        3 |        1
5.68/5.75	c #cpu_time = 0.094s
5.68/5.75	c #wall_clock_time = 0.095s
5.68/5.75	c #decision = 94
5.68/5.75	c #random_decision = 0
5.68/5.75	c #conflict = 0
5.68/5.75	c #restart = 0
5.68/5.75	c BCD2: found a new core of size 3: cost of the new core is >=1
5.68/5.75	c lower bound updated to 9
5.68/5.76	c BCD2: 9 <= obj <= 39322
5.68/5.76	c BCD2: #cores=9, #unrelaxed=39200, #relaxed=123, #hardened=0
5.68/5.76	c BCD2: #sat=1 #unsat=10 bias=10/11
5.68/5.77	c Solving starts ...
5.68/5.77	c ============================[ Search Statistics ]============================
5.68/5.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.68/5.77	c       |         |          |          |    Limit     GC | Var      | Constra 
5.68/5.77	c =============================================================================
5.68/5.77	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
5.79/5.85	c  0.1s |       0 |      102 |        0 |    85336      0 |        3 |        1
5.79/5.85	c #cpu_time = 0.083s
5.79/5.85	c #wall_clock_time = 0.083s
5.79/5.85	c #decision = 102
5.79/5.85	c #random_decision = 0
5.79/5.85	c #conflict = 0
5.79/5.85	c #restart = 0
5.79/5.85	c BCD2: found a new core of size 9: cost of the new core is >=1
5.79/5.85	c lower bound updated to 10
5.79/5.88	c BCD2: 10 <= obj <= 39322
5.79/5.88	c BCD2: #cores=10, #unrelaxed=39191, #relaxed=132, #hardened=0
5.79/5.88	c BCD2: #sat=1 #unsat=11 bias=11/12
5.79/5.88	c Solving starts ...
5.79/5.88	c ============================[ Search Statistics ]============================
5.79/5.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.88	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.88	c =============================================================================
5.79/5.88	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
5.89/5.97	c  0.1s |       0 |       96 |        0 |    85336      0 |        3 |        1
5.89/5.97	c #cpu_time = 0.092s
5.89/5.97	c #wall_clock_time = 0.092s
5.89/5.97	c #decision = 96
5.89/5.97	c #random_decision = 0
5.89/5.97	c #conflict = 0
5.89/5.97	c #restart = 0
5.89/5.97	c BCD2: found a new core of size 2: cost of the new core is >=1
5.89/5.97	c lower bound updated to 11
5.89/5.99	c BCD2: 11 <= obj <= 39322
5.89/5.99	c BCD2: #cores=11, #unrelaxed=39189, #relaxed=134, #hardened=0
5.89/5.99	c BCD2: #sat=1 #unsat=12 bias=12/13
5.89/5.99	c Solving starts ...
5.89/5.99	c ============================[ Search Statistics ]============================
5.89/5.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.99	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.99	c =============================================================================
5.89/5.99	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
5.99/6.08	c  0.1s |       0 |      109 |        0 |    85336      0 |        3 |        1
5.99/6.08	c #cpu_time = 0.082s
5.99/6.08	c #wall_clock_time = 0.082s
5.99/6.08	c #decision = 109
5.99/6.08	c #random_decision = 0
5.99/6.08	c #conflict = 0
5.99/6.08	c #restart = 0
5.99/6.08	c BCD2: found a new core of size 7: cost of the new core is >=1
5.99/6.08	c lower bound updated to 12
6.09/6.11	c BCD2: 12 <= obj <= 39322
6.09/6.11	c BCD2: #cores=12, #unrelaxed=39182, #relaxed=141, #hardened=0
6.09/6.11	c BCD2: #sat=1 #unsat=13 bias=13/14
6.09/6.11	c Solving starts ...
6.09/6.11	c ============================[ Search Statistics ]============================
6.09/6.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.11	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.11	c =============================================================================
6.09/6.11	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
6.19/6.20	c  0.1s |       0 |      118 |        0 |    85336      0 |        3 |        1
6.19/6.20	c #cpu_time = 0.092s
6.19/6.20	c #wall_clock_time = 0.092s
6.19/6.20	c #decision = 118
6.19/6.20	c #random_decision = 0
6.19/6.20	c #conflict = 0
6.19/6.20	c #restart = 0
6.19/6.20	c BCD2: found a new core of size 21: cost of the new core is >=1
6.19/6.20	c lower bound updated to 13
6.19/6.22	c BCD2: 13 <= obj <= 39322
6.19/6.22	c BCD2: #cores=13, #unrelaxed=39161, #relaxed=162, #hardened=0
6.19/6.22	c BCD2: #sat=1 #unsat=14 bias=14/15
6.19/6.22	c Solving starts ...
6.19/6.22	c ============================[ Search Statistics ]============================
6.19/6.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.22	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.22	c =============================================================================
6.19/6.22	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
6.29/6.32	c  0.1s |       0 |      466 |        0 |    85336      0 |        3 |        1
6.29/6.32	c #cpu_time = 0.093s
6.29/6.32	c #wall_clock_time = 0.094s
6.29/6.32	c #decision = 466
6.29/6.32	c #random_decision = 0
6.29/6.32	c #conflict = 0
6.29/6.32	c #restart = 0
6.29/6.32	c BCD2: found a new core of size 9: cost of the new core is >=1
6.29/6.32	c lower bound updated to 14
6.29/6.35	c BCD2: 14 <= obj <= 39322
6.29/6.35	c BCD2: #cores=14, #unrelaxed=39152, #relaxed=171, #hardened=0
6.29/6.35	c BCD2: #sat=1 #unsat=15 bias=15/16
6.29/6.35	c Solving starts ...
6.29/6.35	c ============================[ Search Statistics ]============================
6.29/6.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.35	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.35	c =============================================================================
6.29/6.35	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
6.39/6.45	c  0.1s |       0 |      502 |        0 |    85336      0 |        3 |        1
6.39/6.45	c #cpu_time = 0.096s
6.39/6.45	c #wall_clock_time = 0.096s
6.39/6.45	c #decision = 502
6.39/6.45	c #random_decision = 0
6.39/6.45	c #conflict = 0
6.39/6.45	c #restart = 0
6.39/6.45	c BCD2: found a new core of size 27: cost of the new core is >=1
6.39/6.45	c lower bound updated to 15
6.39/6.47	c BCD2: 15 <= obj <= 39322
6.39/6.47	c BCD2: #cores=15, #unrelaxed=39125, #relaxed=198, #hardened=0
6.39/6.47	c BCD2: #sat=1 #unsat=16 bias=16/17
6.39/6.47	c Solving starts ...
6.39/6.47	c ============================[ Search Statistics ]============================
6.39/6.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.47	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.47	c =============================================================================
6.39/6.47	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
6.49/6.56	c  0.1s |       0 |      525 |        0 |    85336      0 |        3 |        1
6.49/6.56	c #cpu_time = 0.086s
6.49/6.56	c #wall_clock_time = 0.086s
6.49/6.56	c #decision = 525
6.49/6.56	c #random_decision = 0
6.49/6.56	c #conflict = 0
6.49/6.56	c #restart = 0
6.49/6.56	c BCD2: found a new core of size 3: cost of the new core is >=1
6.49/6.56	c lower bound updated to 16
6.49/6.59	c BCD2: 16 <= obj <= 39322
6.49/6.59	c BCD2: #cores=16, #unrelaxed=39122, #relaxed=201, #hardened=0
6.49/6.59	c BCD2: #sat=1 #unsat=17 bias=17/18
6.49/6.59	c Solving starts ...
6.49/6.59	c ============================[ Search Statistics ]============================
6.49/6.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.59	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.59	c =============================================================================
6.49/6.59	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
6.60/6.69	c  0.1s |       0 |      574 |        0 |    85336      0 |        3 |        1
6.60/6.69	c #cpu_time = 0.096s
6.60/6.69	c #wall_clock_time = 0.096s
6.60/6.69	c #decision = 574
6.60/6.69	c #random_decision = 0
6.60/6.69	c #conflict = 0
6.60/6.69	c #restart = 0
6.60/6.69	c BCD2: found a new core of size 32: cost of the new core is >=1
6.60/6.69	c lower bound updated to 17
6.70/6.70	c BCD2: 17 <= obj <= 39322
6.70/6.70	c BCD2: #cores=17, #unrelaxed=39090, #relaxed=233, #hardened=0
6.70/6.70	c BCD2: #sat=1 #unsat=18 bias=18/19
6.70/6.71	c Solving starts ...
6.70/6.71	c ============================[ Search Statistics ]============================
6.70/6.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.70/6.71	c       |         |          |          |    Limit     GC | Var      | Constra 
6.70/6.71	c =============================================================================
6.70/6.71	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
6.70/6.79	c  0.1s |       0 |      656 |        0 |    85336      0 |        3 |        1
6.70/6.79	c #cpu_time = 0.086s
6.70/6.79	c #wall_clock_time = 0.087s
6.70/6.79	c #decision = 656
6.70/6.79	c #random_decision = 0
6.70/6.79	c #conflict = 0
6.70/6.79	c #restart = 0
6.70/6.79	c BCD2: found a new core of size 121: cost of the new core is >=1
6.70/6.79	c lower bound updated to 18
6.79/6.83	c BCD2: 18 <= obj <= 39322
6.79/6.83	c BCD2: #cores=18, #unrelaxed=38969, #relaxed=354, #hardened=0
6.79/6.83	c BCD2: #sat=1 #unsat=19 bias=19/20
6.79/6.83	c Solving starts ...
6.79/6.83	c ============================[ Search Statistics ]============================
6.79/6.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.83	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.83	c =============================================================================
6.79/6.83	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
6.89/6.92	c  0.1s |       0 |      745 |        0 |    85336      0 |        3 |        1
6.89/6.92	c #cpu_time = 0.096s
6.89/6.92	c #wall_clock_time = 0.096s
6.89/6.92	c #decision = 745
6.89/6.92	c #random_decision = 0
6.89/6.92	c #conflict = 0
6.89/6.92	c #restart = 0
6.89/6.92	c BCD2: found a new core of size 33: cost of the new core is >=1
6.89/6.92	c lower bound updated to 19
6.89/6.94	c BCD2: 19 <= obj <= 39322
6.89/6.94	c BCD2: #cores=19, #unrelaxed=38936, #relaxed=387, #hardened=0
6.89/6.94	c BCD2: #sat=1 #unsat=20 bias=20/21
6.89/6.95	c Solving starts ...
6.89/6.95	c ============================[ Search Statistics ]============================
6.89/6.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.95	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.95	c =============================================================================
6.89/6.95	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
6.99/7.03	c  0.1s |       0 |      810 |        0 |    85336      0 |        3 |        1
6.99/7.03	c #cpu_time = 0.085s
6.99/7.03	c #wall_clock_time = 0.085s
6.99/7.03	c #decision = 810
6.99/7.03	c #random_decision = 0
6.99/7.03	c #conflict = 0
6.99/7.03	c #restart = 0
6.99/7.03	c BCD2: found a new core of size 113: cost of the new core is >=1
6.99/7.03	c lower bound updated to 20
6.99/7.06	c BCD2: 20 <= obj <= 39322
6.99/7.06	c BCD2: #cores=20, #unrelaxed=38823, #relaxed=500, #hardened=0
6.99/7.06	c BCD2: #sat=1 #unsat=21 bias=21/22
6.99/7.06	c Solving starts ...
6.99/7.06	c ============================[ Search Statistics ]============================
6.99/7.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.99/7.06	c       |         |          |          |    Limit     GC | Var      | Constra 
6.99/7.06	c =============================================================================
6.99/7.06	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
7.09/7.16	c  0.1s |       0 |      745 |        0 |    85336      0 |        3 |        1
7.09/7.16	c #cpu_time = 0.093s
7.09/7.16	c #wall_clock_time = 0.093s
7.09/7.16	c #decision = 745
7.09/7.16	c #random_decision = 0
7.09/7.16	c #conflict = 0
7.09/7.16	c #restart = 0
7.09/7.16	c BCD2: found a new core of size 76: cost of the new core is >=1
7.09/7.16	c lower bound updated to 21
7.09/7.18	c BCD2: 21 <= obj <= 39322
7.09/7.18	c BCD2: #cores=21, #unrelaxed=38747, #relaxed=576, #hardened=0
7.09/7.18	c BCD2: #sat=1 #unsat=22 bias=22/23
7.09/7.18	c Solving starts ...
7.09/7.18	c ============================[ Search Statistics ]============================
7.09/7.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.18	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.18	c =============================================================================
7.09/7.18	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
7.19/7.26	c  0.1s |       0 |      972 |        0 |    85336      0 |        3 |        1
7.19/7.26	c #cpu_time = 0.085s
7.19/7.26	c #wall_clock_time = 0.085s
7.19/7.26	c #decision = 972
7.19/7.26	c #random_decision = 0
7.19/7.26	c #conflict = 0
7.19/7.26	c #restart = 0
7.19/7.27	c BCD2: found a new core of size 329: cost of the new core is >=1
7.19/7.27	c lower bound updated to 22
7.29/7.30	c BCD2: 22 <= obj <= 39322
7.29/7.30	c BCD2: #cores=22, #unrelaxed=38418, #relaxed=905, #hardened=0
7.29/7.30	c BCD2: #sat=1 #unsat=23 bias=23/24
7.29/7.30	c Solving starts ...
7.29/7.30	c ============================[ Search Statistics ]============================
7.29/7.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.30	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.30	c =============================================================================
7.29/7.30	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
7.29/7.40	c  0.1s |       0 |      648 |        0 |    85336      0 |        3 |        1
7.29/7.40	c #cpu_time = 0.095s
7.29/7.40	c #wall_clock_time = 0.095s
7.29/7.40	c #decision = 648
7.29/7.40	c #random_decision = 0
7.29/7.40	c #conflict = 0
7.29/7.40	c #restart = 0
7.29/7.40	c BCD2: found a new core of size 3: cost of the new core is >=1
7.29/7.40	c lower bound updated to 23
7.39/7.41	c BCD2: 23 <= obj <= 39322
7.39/7.41	c BCD2: #cores=23, #unrelaxed=38415, #relaxed=908, #hardened=0
7.39/7.41	c BCD2: #sat=1 #unsat=24 bias=24/25
7.39/7.42	c Solving starts ...
7.39/7.42	c ============================[ Search Statistics ]============================
7.39/7.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.39/7.42	c       |         |          |          |    Limit     GC | Var      | Constra 
7.39/7.42	c =============================================================================
7.39/7.42	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
7.49/7.51	c  0.1s |       0 |      886 |        0 |    85336      0 |        3 |        1
7.49/7.51	c #cpu_time = 0.089s
7.49/7.51	c #wall_clock_time = 0.089s
7.49/7.51	c #decision = 886
7.49/7.51	c #random_decision = 0
7.49/7.51	c #conflict = 0
7.49/7.51	c #restart = 0
7.49/7.51	c BCD2: found a new core of size 99: cost of the new core is >=1
7.49/7.51	c lower bound updated to 24
7.49/7.54	c BCD2: 24 <= obj <= 39322
7.49/7.54	c BCD2: #cores=24, #unrelaxed=38316, #relaxed=1007, #hardened=0
7.49/7.54	c BCD2: #sat=1 #unsat=25 bias=25/26
7.49/7.54	c Solving starts ...
7.49/7.54	c ============================[ Search Statistics ]============================
7.49/7.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.49/7.54	c       |         |          |          |    Limit     GC | Var      | Constra 
7.49/7.54	c =============================================================================
7.49/7.54	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
7.59/7.64	c  0.1s |       0 |     1684 |        0 |    85336      0 |        3 |        1
7.59/7.64	c #cpu_time = 0.100s
7.59/7.64	c #wall_clock_time = 0.100s
7.59/7.64	c #decision = 1684
7.59/7.64	c #random_decision = 0
7.59/7.64	c #conflict = 0
7.59/7.64	c #restart = 0
7.59/7.64	c BCD2: found a new core of size 27: cost of the new core is >=1
7.59/7.64	c lower bound updated to 25
7.59/7.66	c BCD2: 25 <= obj <= 39322
7.59/7.66	c BCD2: #cores=25, #unrelaxed=38289, #relaxed=1034, #hardened=0
7.59/7.66	c BCD2: #sat=1 #unsat=26 bias=26/27
7.59/7.67	c Solving starts ...
7.59/7.67	c ============================[ Search Statistics ]============================
7.59/7.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.59/7.67	c       |         |          |          |    Limit     GC | Var      | Constra 
7.59/7.67	c =============================================================================
7.59/7.67	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
7.70/7.76	c  0.1s |       0 |     2268 |        0 |    85336      0 |        3 |        1
7.70/7.76	c #cpu_time = 0.090s
7.70/7.76	c #wall_clock_time = 0.091s
7.70/7.76	c #decision = 2268
7.70/7.76	c #random_decision = 0
7.70/7.76	c #conflict = 0
7.70/7.76	c #restart = 0
7.70/7.76	c BCD2: found a new core of size 1262: cost of the new core is >=1
7.70/7.76	c lower bound updated to 26
7.70/7.80	c BCD2: 26 <= obj <= 39322
7.70/7.80	c BCD2: #cores=26, #unrelaxed=37027, #relaxed=2296, #hardened=0
7.70/7.80	c BCD2: #sat=1 #unsat=27 bias=27/28
7.70/7.80	c Solving starts ...
7.70/7.80	c ============================[ Search Statistics ]============================
7.70/7.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.70/7.80	c       |         |          |          |    Limit     GC | Var      | Constra 
7.70/7.80	c =============================================================================
7.70/7.80	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
7.89/7.91	c  0.1s |       0 |     2245 |        0 |    85336      0 |        3 |        1
7.89/7.91	c #cpu_time = 0.108s
7.89/7.91	c #wall_clock_time = 0.108s
7.89/7.91	c #decision = 2245
7.89/7.91	c #random_decision = 0
7.89/7.91	c #conflict = 0
7.89/7.91	c #restart = 0
7.89/7.91	c BCD2: found a new core of size 99: cost of the new core is >=1
7.89/7.91	c lower bound updated to 27
7.89/7.94	c BCD2: 27 <= obj <= 39322
7.89/7.94	c BCD2: #cores=27, #unrelaxed=36928, #relaxed=2395, #hardened=0
7.89/7.94	c BCD2: #sat=1 #unsat=28 bias=28/29
7.89/7.94	c Solving starts ...
7.89/7.94	c ============================[ Search Statistics ]============================
7.89/7.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.94	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.94	c =============================================================================
7.89/7.94	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
7.99/8.04	c  0.1s |       0 |     2858 |        0 |    85336      0 |        3 |        1
7.99/8.04	c #cpu_time = 0.093s
7.99/8.04	c #wall_clock_time = 0.093s
7.99/8.04	c #decision = 2858
7.99/8.04	c #random_decision = 0
7.99/8.04	c #conflict = 0
7.99/8.04	c #restart = 0
7.99/8.04	c BCD2: found a new core of size 81: cost of the new core is >=1
7.99/8.04	c lower bound updated to 28
7.99/8.07	c BCD2: 28 <= obj <= 39322
7.99/8.07	c BCD2: #cores=28, #unrelaxed=36847, #relaxed=2476, #hardened=0
7.99/8.07	c BCD2: #sat=1 #unsat=29 bias=29/30
7.99/8.08	c Solving starts ...
7.99/8.08	c ============================[ Search Statistics ]============================
7.99/8.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.08	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.08	c =============================================================================
7.99/8.08	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
8.09/8.18	c  0.1s |       0 |     2809 |        0 |    85336      0 |        3 |        1
8.09/8.18	c #cpu_time = 0.103s
8.09/8.18	c #wall_clock_time = 0.103s
8.09/8.18	c #decision = 2809
8.09/8.18	c #random_decision = 0
8.09/8.18	c #conflict = 0
8.09/8.18	c #restart = 0
8.09/8.18	c BCD2: found a new core of size 33: cost of the new core is >=1
8.09/8.18	c lower bound updated to 29
8.39/8.43	c BCD2: 29 <= obj <= 39322
8.39/8.43	c BCD2: #cores=29, #unrelaxed=36814, #relaxed=2509, #hardened=0
8.39/8.43	c BCD2: #sat=1 #unsat=30 bias=30/31
8.39/8.43	c Solving starts ...
8.39/8.43	c ============================[ Search Statistics ]============================
8.39/8.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.39/8.43	c       |         |          |          |    Limit     GC | Var      | Constra 
8.39/8.43	c =============================================================================
8.39/8.43	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
8.49/8.53	c  0.1s |       0 |     3042 |        0 |    85336      0 |        3 |        1
8.49/8.53	c #cpu_time = 0.092s
8.49/8.53	c #wall_clock_time = 0.092s
8.49/8.53	c #decision = 3042
8.49/8.53	c #random_decision = 0
8.49/8.53	c #conflict = 0
8.49/8.53	c #restart = 0
8.49/8.53	c BCD2: found a new core of size 119: cost of the new core is >=1
8.49/8.53	c lower bound updated to 30
8.49/8.56	c BCD2: 30 <= obj <= 39322
8.49/8.56	c BCD2: #cores=30, #unrelaxed=36695, #relaxed=2628, #hardened=0
8.49/8.56	c BCD2: #sat=1 #unsat=31 bias=31/32
8.49/8.56	c Solving starts ...
8.49/8.56	c ============================[ Search Statistics ]============================
8.49/8.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.49/8.56	c       |         |          |          |    Limit     GC | Var      | Constra 
8.49/8.56	c =============================================================================
8.49/8.57	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
8.59/8.67	c  0.1s |       0 |     3411 |        0 |    85336      0 |        3 |        1
8.59/8.67	c #cpu_time = 0.103s
8.59/8.67	c #wall_clock_time = 0.103s
8.59/8.67	c #decision = 3411
8.59/8.67	c #random_decision = 0
8.59/8.67	c #conflict = 0
8.59/8.67	c #restart = 0
8.59/8.67	c BCD2: found a new core of size 414: cost of the new core is >=1
8.59/8.67	c lower bound updated to 31
8.59/8.69	c BCD2: 31 <= obj <= 39322
8.59/8.69	c BCD2: #cores=31, #unrelaxed=36281, #relaxed=3042, #hardened=0
8.59/8.69	c BCD2: #sat=1 #unsat=32 bias=32/33
8.69/8.70	c Solving starts ...
8.69/8.70	c ============================[ Search Statistics ]============================
8.69/8.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.69/8.70	c       |         |          |          |    Limit     GC | Var      | Constra 
8.69/8.70	c =============================================================================
8.69/8.70	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
8.69/8.80	c  0.1s |       0 |     3280 |        0 |    85336      0 |        3 |        1
8.69/8.80	c #cpu_time = 0.097s
8.69/8.80	c #wall_clock_time = 0.098s
8.69/8.80	c #decision = 3280
8.69/8.80	c #random_decision = 0
8.69/8.80	c #conflict = 0
8.69/8.80	c #restart = 0
8.69/8.80	c BCD2: found a new core of size 26: cost of the new core is >=1
8.69/8.80	c lower bound updated to 32
8.80/8.84	c BCD2: 32 <= obj <= 39322
8.80/8.84	c BCD2: #cores=32, #unrelaxed=36255, #relaxed=3068, #hardened=0
8.80/8.84	c BCD2: #sat=1 #unsat=33 bias=33/34
8.80/8.84	c Solving starts ...
8.80/8.84	c ============================[ Search Statistics ]============================
8.80/8.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.80/8.84	c       |         |          |          |    Limit     GC | Var      | Constra 
8.80/8.84	c =============================================================================
8.80/8.84	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
8.90/8.95	c  0.1s |       0 |     4133 |        0 |    85336      0 |        3 |        1
8.90/8.95	c #cpu_time = 0.108s
8.90/8.95	c #wall_clock_time = 0.108s
8.90/8.95	c #decision = 4133
8.90/8.95	c #random_decision = 0
8.90/8.95	c #conflict = 0
8.90/8.95	c #restart = 0
8.90/8.96	c BCD2: found a new core of size 27: cost of the new core is >=1
8.90/8.96	c lower bound updated to 33
8.90/8.98	c BCD2: 33 <= obj <= 39322
8.90/8.98	c BCD2: #cores=33, #unrelaxed=36228, #relaxed=3095, #hardened=0
8.90/8.98	c BCD2: #sat=1 #unsat=34 bias=34/35
8.90/8.98	c Solving starts ...
8.90/8.98	c ============================[ Search Statistics ]============================
8.90/8.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.90/8.98	c       |         |          |          |    Limit     GC | Var      | Constra 
8.90/8.98	c =============================================================================
8.90/8.99	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
9.09/9.10	c  0.1s |       0 |     7641 |        0 |    85336      0 |        3 |        1
9.09/9.10	c #cpu_time = 0.111s
9.09/9.10	c #wall_clock_time = 0.112s
9.09/9.10	c #decision = 7641
9.09/9.10	c #random_decision = 0
9.09/9.10	c #conflict = 0
9.09/9.10	c #restart = 0
9.09/9.12	c BCD2: found a new core of size 3469: cost of the new core is >=1
9.09/9.12	c lower bound updated to 34
9.09/9.15	c BCD2: 34 <= obj <= 39322
9.09/9.15	c BCD2: #cores=34, #unrelaxed=32759, #relaxed=6564, #hardened=0
9.09/9.15	c BCD2: #sat=1 #unsat=35 bias=35/36
9.09/9.17	c Solving starts ...
9.09/9.17	c ============================[ Search Statistics ]============================
9.09/9.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.09/9.17	c       |         |          |          |    Limit     GC | Var      | Constra 
9.09/9.17	c =============================================================================
9.09/9.17	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
9.19/9.29	c  0.1s |       0 |     4692 |        0 |    85336      0 |        3 |        1
9.19/9.29	c #cpu_time = 0.116s
9.19/9.29	c #wall_clock_time = 0.117s
9.19/9.29	c #decision = 4692
9.19/9.29	c #random_decision = 0
9.19/9.29	c #conflict = 0
9.19/9.29	c #restart = 0
9.19/9.29	c BCD2: found a new core of size 351: cost of the new core is >=1
9.19/9.29	c lower bound updated to 35
9.29/9.31	c BCD2: 35 <= obj <= 39322
9.29/9.31	c BCD2: #cores=35, #unrelaxed=32408, #relaxed=6915, #hardened=0
9.29/9.31	c BCD2: #sat=1 #unsat=36 bias=36/37
9.29/9.33	c Solving starts ...
9.29/9.33	c ============================[ Search Statistics ]============================
9.29/9.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.29/9.33	c       |         |          |          |    Limit     GC | Var      | Constra 
9.29/9.33	c =============================================================================
9.29/9.33	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
9.39/9.45	c  0.1s |       0 |     5179 |        0 |    85336      0 |        3 |        1
9.39/9.45	c #cpu_time = 0.115s
9.39/9.45	c #wall_clock_time = 0.115s
9.39/9.45	c #decision = 5179
9.39/9.45	c #random_decision = 0
9.39/9.45	c #conflict = 0
9.39/9.45	c #restart = 0
9.39/9.45	c BCD2: found a new core of size 1321: cost of the new core is >=1
9.39/9.45	c lower bound updated to 36
9.39/9.48	c BCD2: 36 <= obj <= 39322
9.39/9.48	c BCD2: #cores=36, #unrelaxed=31087, #relaxed=8236, #hardened=0
9.39/9.48	c BCD2: #sat=1 #unsat=37 bias=37/38
9.49/9.50	c Solving starts ...
9.49/9.50	c ============================[ Search Statistics ]============================
9.49/9.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.49/9.50	c       |         |          |          |    Limit     GC | Var      | Constra 
9.49/9.50	c =============================================================================
9.49/9.50	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
9.59/9.63	c  0.1s |       0 |     4071 |        0 |    85336      0 |        3 |        1
9.59/9.63	c #cpu_time = 0.117s
9.59/9.63	c #wall_clock_time = 0.118s
9.59/9.63	c #decision = 4071
9.59/9.63	c #random_decision = 0
9.59/9.63	c #conflict = 0
9.59/9.63	c #restart = 0
9.59/9.63	c BCD2: found a new core of size 81: cost of the new core is >=1
9.59/9.63	c lower bound updated to 37
9.59/9.64	c BCD2: 37 <= obj <= 39322
9.59/9.64	c BCD2: #cores=37, #unrelaxed=31006, #relaxed=8317, #hardened=0
9.59/9.64	c BCD2: #sat=1 #unsat=38 bias=38/39
9.59/9.66	c Solving starts ...
9.59/9.66	c ============================[ Search Statistics ]============================
9.59/9.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.59/9.66	c       |         |          |          |    Limit     GC | Var      | Constra 
9.59/9.66	c =============================================================================
9.59/9.67	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
9.69/9.79	c  0.1s |       0 |     4747 |        0 |    85336      0 |        3 |        1
9.69/9.79	c #cpu_time = 0.117s
9.69/9.79	c #wall_clock_time = 0.117s
9.69/9.79	c #decision = 4747
9.69/9.79	c #random_decision = 0
9.69/9.79	c #conflict = 0
9.69/9.79	c #restart = 0
9.69/9.79	c BCD2: found a new core of size 9: cost of the new core is >=1
9.69/9.79	c lower bound updated to 38
9.79/9.81	c BCD2: 38 <= obj <= 39322
9.79/9.81	c BCD2: #cores=38, #unrelaxed=30997, #relaxed=8326, #hardened=0
9.79/9.81	c BCD2: #sat=1 #unsat=39 bias=39/40
9.79/9.83	c Solving starts ...
9.79/9.83	c ============================[ Search Statistics ]============================
9.79/9.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.79/9.83	c       |         |          |          |    Limit     GC | Var      | Constra 
9.79/9.83	c =============================================================================
9.79/9.84	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
9.89/9.96	c  0.1s |       0 |     5126 |        0 |    85336      0 |        3 |        1
9.89/9.96	c #cpu_time = 0.122s
9.89/9.96	c #wall_clock_time = 0.122s
9.89/9.96	c #decision = 5126
9.89/9.96	c #random_decision = 0
9.89/9.96	c #conflict = 0
9.89/9.96	c #restart = 0
9.89/9.96	c BCD2: found a new core of size 363: cost of the new core is >=1
9.89/9.96	c lower bound updated to 39
9.89/9.98	c BCD2: 39 <= obj <= 39322
9.89/9.98	c BCD2: #cores=39, #unrelaxed=30634, #relaxed=8689, #hardened=0
9.89/9.98	c BCD2: #sat=1 #unsat=40 bias=40/41
9.89/10.00	c Solving starts ...
9.89/10.00	c ============================[ Search Statistics ]============================
9.89/10.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.89/10.00	c       |         |          |          |    Limit     GC | Var      | Constra 
9.89/10.00	c =============================================================================
9.99/10.00	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
10.09/10.15	c  0.1s |       0 |     8051 |        0 |    85336      0 |        3 |        1
10.09/10.15	c #cpu_time = 0.138s
10.09/10.15	c #wall_clock_time = 0.139s
10.09/10.15	c #decision = 8051
10.09/10.15	c #random_decision = 0
10.09/10.15	c #conflict = 0
10.09/10.15	c #restart = 0
10.09/10.15	c BCD2: found a new core of size 306: cost of the new core is >=1
10.09/10.15	c lower bound updated to 40
10.09/10.17	c BCD2: 40 <= obj <= 39322
10.09/10.17	c BCD2: #cores=40, #unrelaxed=30328, #relaxed=8995, #hardened=0
10.09/10.17	c BCD2: #sat=1 #unsat=41 bias=41/42
10.09/10.19	c Solving starts ...
10.09/10.19	c ============================[ Search Statistics ]============================
10.09/10.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.09/10.19	c       |         |          |          |    Limit     GC | Var      | Constra 
10.09/10.19	c =============================================================================
10.19/10.20	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
10.29/10.34	c  0.1s |       0 |     8164 |        0 |    85336      0 |        3 |        1
10.29/10.34	c #cpu_time = 0.139s
10.29/10.34	c #wall_clock_time = 0.140s
10.29/10.34	c #decision = 8164
10.29/10.34	c #random_decision = 0
10.29/10.34	c #conflict = 0
10.29/10.34	c #restart = 0
10.29/10.34	c BCD2: found a new core of size 33: cost of the new core is >=1
10.29/10.34	c lower bound updated to 41
10.29/10.36	c BCD2: 41 <= obj <= 39322
10.29/10.36	c BCD2: #cores=41, #unrelaxed=30295, #relaxed=9028, #hardened=0
10.29/10.36	c BCD2: #sat=1 #unsat=42 bias=42/43
10.29/10.38	c Solving starts ...
10.29/10.38	c ============================[ Search Statistics ]============================
10.29/10.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.29/10.38	c       |         |          |          |    Limit     GC | Var      | Constra 
10.29/10.38	c =============================================================================
10.29/10.39	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
10.49/10.55	c  0.2s |       0 |    12903 |        0 |    85336      0 |        3 |        1
10.49/10.55	c #cpu_time = 0.156s
10.49/10.55	c #wall_clock_time = 0.157s
10.49/10.55	c #decision = 12903
10.49/10.55	c #random_decision = 0
10.49/10.55	c #conflict = 0
10.49/10.55	c #restart = 0
10.49/10.55	c BCD2: found a new core of size 81: cost of the new core is >=1
10.49/10.55	c lower bound updated to 42
10.49/10.58	c BCD2: 42 <= obj <= 39322
10.49/10.58	c BCD2: #cores=42, #unrelaxed=30214, #relaxed=9109, #hardened=0
10.49/10.58	c BCD2: #sat=1 #unsat=43 bias=43/44
10.59/10.60	c Solving starts ...
10.59/10.60	c ============================[ Search Statistics ]============================
10.59/10.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.59/10.60	c       |         |          |          |    Limit     GC | Var      | Constra 
10.59/10.60	c =============================================================================
10.59/10.60	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
10.69/10.78	c  0.2s |       0 |    14538 |        0 |    85336      0 |        3 |        1
10.69/10.78	c #cpu_time = 0.162s
10.69/10.78	c #wall_clock_time = 0.163s
10.69/10.78	c #decision = 14538
10.69/10.78	c #random_decision = 0
10.69/10.78	c #conflict = 0
10.69/10.78	c #restart = 0
10.69/10.78	c BCD2: found a new core of size 285: cost of the new core is >=1
10.69/10.78	c lower bound updated to 43
10.79/10.80	c BCD2: 43 <= obj <= 39322
10.79/10.80	c BCD2: #cores=43, #unrelaxed=29929, #relaxed=9394, #hardened=0
10.79/10.80	c BCD2: #sat=1 #unsat=44 bias=44/45
10.79/10.82	c Solving starts ...
10.79/10.82	c ============================[ Search Statistics ]============================
10.79/10.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.79/10.82	c       |         |          |          |    Limit     GC | Var      | Constra 
10.79/10.82	c =============================================================================
10.79/10.82	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
10.99/11.03	c  0.2s |       0 |    25352 |        0 |    85336      0 |        3 |        1
10.99/11.03	c #cpu_time = 0.198s
10.99/11.03	c #wall_clock_time = 0.198s
10.99/11.03	c #decision = 25352
10.99/11.03	c #random_decision = 0
10.99/11.03	c #conflict = 0
10.99/11.03	c #restart = 0
10.99/11.03	c BCD2: found a new core of size 358: cost of the new core is >=1
10.99/11.03	c lower bound updated to 44
10.99/11.07	c BCD2: 44 <= obj <= 39322
10.99/11.07	c BCD2: #cores=44, #unrelaxed=29571, #relaxed=9752, #hardened=0
10.99/11.07	c BCD2: #sat=1 #unsat=45 bias=45/46
10.99/11.09	c Solving starts ...
10.99/11.09	c ============================[ Search Statistics ]============================
10.99/11.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.99/11.09	c       |         |          |          |    Limit     GC | Var      | Constra 
10.99/11.09	c =============================================================================
10.99/11.09	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
11.29/11.34	c  0.2s |       0 |    29583 |        0 |    85336      0 |        3 |        1
11.29/11.34	c #cpu_time = 0.225s
11.29/11.34	c #wall_clock_time = 0.226s
11.29/11.34	c #decision = 29583
11.29/11.34	c #random_decision = 0
11.29/11.34	c #conflict = 0
11.29/11.34	c #restart = 0
11.29/11.34	c BCD2: found a new core of size 11274: cost of the new core is >=1
11.29/11.34	c lower bound updated to 45
11.39/11.41	c BCD2: 45 <= obj <= 39322
11.39/11.41	c BCD2: #cores=45, #unrelaxed=18297, #relaxed=21026, #hardened=0
11.39/11.41	c BCD2: #sat=1 #unsat=46 bias=46/47
11.39/11.48	c Solving starts ...
11.39/11.48	c ============================[ Search Statistics ]============================
11.39/11.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.39/11.48	c       |         |          |          |    Limit     GC | Var      | Constra 
11.39/11.48	c =============================================================================
11.39/11.48	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        1
11.69/11.80	c  0.3s |       0 |    37260 |        0 |    85336      0 |        3 |        1
11.69/11.80	c #cpu_time = 0.246s
11.69/11.80	c #wall_clock_time = 0.246s
11.69/11.80	c #decision = 37260
11.69/11.80	c #random_decision = 35
11.69/11.80	c #conflict = 0
11.69/11.80	c #restart = 0
11.79/11.80	o 83
12.09/12.12	c BCD2: updating upper bound: 39322 -> 82
12.29/12.36	c BCD2: 45 <= obj <= 82
12.29/12.36	c BCD2: #cores=45, #unrelaxed=18297, #relaxed=21026, #hardened=0
12.29/12.36	c BCD2: #sat=2 #unsat=46 bias=46/48
12.39/12.46	c Solving starts ...
12.39/12.46	c ============================[ Search Statistics ]============================
12.39/12.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.39/12.46	c       |         |          |          |    Limit     GC | Var      | Constra 
12.39/12.46	c =============================================================================
12.39/12.46	c  0.0s |       0 |        0 |        0 |    85336      0 |        3 |        2
13.39/13.47	c  1.0s |       1 |   182890 |      100 |    85336      0 |        3 |        2
14.58/14.60	c  2.1s |       2 |   205848 |      250 |    93870      0 |        3 |        2
15.58/15.63	c  3.2s |       3 |   246186 |      475 |   103258      0 |        3 |        2
16.18/16.20	c  3.7s |       4 |   265986 |      813 |   113584      0 |        3 |        2
18.18/18.26	c  5.8s |       4 |   396738 |     1040 |   124943      0 |        3 |        2
18.18/18.26	c #cpu_time = 5.723s
18.18/18.26	c #wall_clock_time = 5.738s
18.18/18.26	c #decision = 396738
18.18/18.26	c #random_decision = 62
18.18/18.26	c #conflict = 1040
18.18/18.26	c #restart = 4
18.18/18.27	o 63
18.28/18.30	c BCD2: updating upper bound: 82 -> 62
18.48/18.54	c BCD2: 45 <= obj <= 62
18.48/18.54	c BCD2: #cores=45, #unrelaxed=18297, #relaxed=21026, #hardened=0
18.48/18.54	c BCD2: #sat=3 #unsat=46 bias=46/49
18.48/18.57	c Solving starts ...
18.48/18.57	c ============================[ Search Statistics ]============================
18.48/18.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.48/18.57	c       |         |          |          |    Limit     GC | Var      | Constra 
18.48/18.57	c =============================================================================
18.48/18.58	c  0.0s |       0 |        0 |        0 |   124943      0 |        3 |        3
19.18/19.28	c  0.7s |       0 |   100193 |       80 |   124943      0 |        3 |        3
19.18/19.28	c #cpu_time = 0.690s
19.18/19.28	c #wall_clock_time = 0.692s
19.18/19.28	c #decision = 100193
19.18/19.28	c #random_decision = 1
19.18/19.28	c #conflict = 80
19.18/19.28	c #restart = 0
19.18/19.28	c BCD2: relaxing 126 and merging with 10 cores into a new core of size 682: cost of the new core is >=11
19.18/19.28	c lower bound updated to 46
19.28/19.34	c BCD2: 46 <= obj <= 62
19.28/19.34	c BCD2: #cores=36, #unrelaxed=18171, #relaxed=21152, #hardened=0
19.28/19.34	c BCD2: #sat=3 #unsat=47 bias=47/50
19.28/19.34	c Solving starts ...
19.28/19.34	c ============================[ Search Statistics ]============================
19.28/19.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.28/19.34	c       |         |          |          |    Limit     GC | Var      | Constra 
19.28/19.34	c =============================================================================
19.28/19.34	c  0.0s |       0 |        0 |        0 |   124943      0 |       33 |        3
19.68/19.80	c  0.5s |       1 |    37902 |      100 |   124943      0 |       33 |       53
19.98/20.08	c  0.7s |       2 |    57244 |      250 |   137438      0 |       33 |       53
20.68/20.71	c  1.4s |       3 |    76513 |      475 |   137438      0 |       33 |       53
21.08/21.11	c  1.8s |       4 |    96112 |      813 |   137438      0 |       33 |       53
21.78/21.80	c  2.5s |       5 |   117895 |     1320 |   151182      0 |       33 |       53
22.58/22.61	c  3.3s |       6 |   141042 |     2081 |   151182      0 |       33 |       53
23.78/23.80	c  4.5s |       7 |   166096 |     3223 |   166301      0 |       33 |       53
25.39/25.48	c  6.1s |       8 |   193904 |     4936 |   182932      0 |       33 |       53
27.49/27.54	c  8.2s |       8 |   225356 |     7136 |   201226      0 |       33 |       53
27.88/27.91	c  8.6s |       9 |   227470 |     7506 |   201226      0 |       33 |       53
29.88/29.95	c 10.6s |       9 |   254608 |     9606 |   201226      0 |       33 |       53
31.68/31.76	c 12.4s |      10 |   265496 |    11361 |   221349      0 |       33 |       53
33.68/33.79	c 14.4s |      10 |   293211 |    13361 |   221349      0 |       33 |       53
35.78/35.83	c 16.5s |      10 |   311949 |    15261 |   221349      0 |       33 |       53
37.78/37.87	c 18.5s |      10 |   328153 |    16861 |   243484      0 |       33 |       53
38.08/38.18	c 18.8s |      11 |   331371 |    17144 |   243484      0 |       33 |       53
40.28/40.30	c 21.0s |      11 |   365864 |    18444 |   243484      0 |       33 |       53
42.28/42.36	c 23.0s |      11 |   376967 |    19944 |   243484      0 |       33 |       53
44.38/44.45	c 25.1s |      11 |   394426 |    21244 |   243484      0 |       33 |       53
46.38/46.49	c 27.1s |      11 |   410738 |    22644 |   243484      0 |       33 |       53
48.49/48.51	c 29.2s |      11 |   423614 |    24144 |   243484      0 |       33 |       53
50.48/50.60	c 31.3s |      11 |   440184 |    25344 |   267833      0 |       33 |       53
51.38/51.48	c 32.1s |      12 |   445350 |    25819 |   267833      0 |       33 |       53
53.48/53.56	c 34.2s |      12 |   474467 |    27019 |   267833      0 |       33 |       53
55.68/55.73	c 36.4s |      12 |   491200 |    28319 |   267833      0 |       33 |       53
57.78/57.80	c 38.5s |      12 |   507195 |    29619 |   267833      0 |       33 |       53
59.78/59.88	c 40.5s |      12 |   522705 |    30819 |   267833      0 |       33 |       53
61.98/62.02	c 42.7s |      12 |   531194 |    31919 |   267833      0 |       33 |       53
63.98/64.04	c 44.7s |      12 |   548137 |    33319 |   267833      0 |       33 |       53
66.08/66.15	c 46.8s |      12 |   562661 |    34519 |   267833      0 |       33 |       53
68.18/68.27	c 48.9s |      12 |   578581 |    35919 |   267833      0 |       33 |       53
70.28/70.37	c 51.0s |      12 |   594114 |    37219 |   267833      0 |       33 |       53
72.28/72.37	c 53.0s |      12 |   607766 |    38319 |   294617      0 |       33 |       53
73.17/73.27	c 53.9s |      13 |   612615 |    38832 |   294617      0 |       33 |       53
75.27/75.30	c 56.0s |      13 |   642691 |    39832 |   294617      0 |       33 |       53
77.27/77.39	c 58.0s |      13 |   656335 |    41032 |   294617      0 |       33 |       53
79.47/79.51	c 60.2s |      13 |   666886 |    42232 |   294617      0 |       33 |       53
81.48/81.57	c 62.2s |      13 |   678981 |    43432 |   294617      0 |       33 |       53
83.47/83.59	c 64.2s |      13 |   691222 |    44532 |   294617      0 |       33 |       53
85.67/85.77	c 66.4s |      13 |   703781 |    45632 |   294617      0 |       33 |       53
87.67/87.77	c 68.4s |      13 |   713529 |    46732 |   294617      0 |       33 |       53
89.77/89.83	c 70.5s |      13 |   722301 |    47932 |   294617      0 |       33 |       53
91.87/91.95	c 72.6s |      13 |   731743 |    49032 |   294617      0 |       33 |       53
93.97/94.00	c 74.7s |      13 |   740858 |    50132 |   294617      0 |       33 |       53
95.97/96.09	c 76.7s |      13 |   747878 |    51132 |   294617      0 |       33 |       53
98.17/98.24	c 78.9s |      13 |   755774 |    52032 |   294617      0 |       33 |       53
100.27/100.39	c 81.0s |      13 |   766905 |    52832 |   294617      0 |       33 |       53
102.57/102.64	c 83.3s |      13 |   771823 |    53432 |   294617      0 |       33 |       53
104.58/104.67	c 85.3s |      13 |   780486 |    54132 |   294617      0 |       33 |       53
106.97/107.01	c 87.7s |      13 |   788806 |    54832 |   294617      0 |       33 |       53
109.07/109.15	c 89.8s |      13 |   796874 |    55432 |   294617      0 |       33 |       53
111.37/111.46	c 92.1s |      13 |   804594 |    56032 |   294617      0 |       33 |       53
113.57/113.67	c 94.3s |      13 |   815969 |    57032 |   324079      0 |       33 |       53
115.67/115.70	c 96.4s |      13 |   825002 |    57932 |   324079      0 |       33 |       53
116.77/116.88	c 97.5s |      14 |   830187 |    58352 |   324079      0 |       33 |       53
119.07/119.19	c 99.8s |      14 |   857140 |    58852 |   324079      0 |       33 |       53
121.37/121.41	c  102s |      14 |   866808 |    59652 |   324079      0 |       33 |       53
123.37/123.42	c  104s |      14 |   875824 |    60552 |   324079      0 |       33 |       53
125.67/125.74	c  106s |      14 |   884343 |    61252 |   324079      0 |       33 |       53
127.67/127.77	c  108s |      14 |   892752 |    61852 |   324079      0 |       33 |       53
129.77/129.81	c  110s |      14 |   906790 |    62852 |   324079      0 |       33 |       53
132.07/132.14	c  112s |      14 |   916643 |    63552 |   324079      0 |       33 |       53
134.27/134.38	c  115s |      14 |   923014 |    64252 |   324079      0 |       33 |       53
136.37/136.42	c  117s |      14 |   931431 |    64952 |   324079      0 |       33 |       53
138.36/138.45	c  119s |      14 |   942281 |    65652 |   324079      0 |       33 |       53
140.57/140.60	c  121s |      14 |   949123 |    66352 |   324079      0 |       33 |       53
142.77/142.89	c  123s |      14 |   957476 |    67052 |   324079      0 |       33 |       53
144.97/145.08	c  125s |      14 |   967358 |    67752 |   324079      0 |       33 |       53
147.07/147.16	c  127s |      14 |   976211 |    68452 |   324079      0 |       33 |       53
149.17/149.24	c  129s |      14 |   985283 |    69252 |   324079      0 |       33 |       53
151.27/151.36	c  132s |      14 |   992502 |    69952 |   324079      0 |       33 |       53
153.57/153.65	c  134s |      14 |  1003094 |    70652 |   324079      0 |       33 |       53
155.77/155.87	c  136s |      14 |  1009999 |    71452 |   324079      0 |       33 |       53
158.07/158.10	c  138s |      14 |  1017480 |    72152 |   324079      0 |       33 |       53
160.17/160.25	c  140s |      14 |  1027459 |    72852 |   324079      0 |       33 |       53
162.47/162.50	c  143s |      14 |  1037788 |    73552 |   324079      0 |       33 |       53
164.47/164.50	c  145s |      14 |  1045802 |    74152 |   324079      0 |       33 |       53
166.87/166.91	c  147s |      14 |  1051900 |    74852 |   324079      0 |       33 |       53
169.17/169.24	c  149s |      14 |  1061093 |    75552 |   324079      0 |       33 |       53
171.57/171.68	c  152s |      14 |  1068408 |    76152 |   324079      0 |       33 |       53
173.97/174.04	c  154s |      14 |  1073107 |    76552 |   324079      0 |       33 |       53
176.57/176.64	c  157s |      14 |  1078056 |    76952 |   324079      0 |       33 |       53
179.06/179.15	c  159s |      14 |  1081921 |    77352 |   324079      0 |       33 |       53
181.26/181.38	c  162s |      14 |  1084749 |    77652 |   324079      0 |       33 |       53
183.36/183.47	c  164s |      14 |  1087017 |    77952 |   324079      0 |       33 |       53
186.16/186.21	c  166s |      14 |  1090752 |    78352 |   324079      0 |       33 |       53
188.17/188.26	c  168s |      14 |  1094236 |    78652 |   324079      0 |       33 |       53
190.16/190.29	c  170s |      14 |  1097480 |    78952 |   324079      0 |       33 |       53
192.47/192.57	c  173s |      14 |  1101550 |    79252 |   324079      0 |       33 |       53
194.56/194.67	c  175s |      14 |  1104232 |    79552 |   324079      0 |       33 |       53
196.66/196.70	c  177s |      14 |  1106335 |    79852 |   324079      0 |       33 |       53
198.66/198.71	c  179s |      14 |  1114066 |    80452 |   324079      0 |       33 |       53
200.66/200.75	c  181s |      14 |  1119673 |    80952 |   324079      0 |       33 |       53
202.76/202.89	c  183s |      14 |  1125545 |    81652 |   324079      0 |       33 |       53
205.26/205.38	c  186s |      14 |  1131240 |    82252 |   324079      0 |       33 |       53
207.46/207.56	c  188s |      14 |  1134613 |    82552 |   324079      0 |       33 |       53
209.66/209.75	c  190s |      14 |  1138054 |    82852 |   324079      0 |       33 |       53
211.66/211.76	c  192s |      14 |  1140532 |    83152 |   324079      0 |       33 |       53
213.66/213.79	c  194s |      14 |  1146934 |    83652 |   324079      0 |       33 |       53
216.06/216.15	c  196s |      14 |  1153878 |    84252 |   324079      0 |       33 |       53
218.26/218.33	c  198s |      14 |  1158399 |    84652 |   324079      0 |       33 |       53
220.66/220.75	c  201s |      14 |  1164164 |    85052 |   324079      0 |       33 |       53
223.16/223.26	c  203s |      14 |  1171082 |    85452 |   324079      0 |       33 |       53
225.76/225.83	c  206s |      14 |  1175534 |    85852 |   324079      0 |       33 |       53
227.76/227.87	c  208s |      14 |  1183338 |    86352 |   356487      0 |       33 |       53
230.06/230.18	c  210s |      14 |  1194287 |    87152 |   356487      0 |       33 |       53
231.46/231.50	c  212s |      15 |  1197921 |    87632 |   356487      0 |       33 |       53
233.46/233.53	c  214s |      15 |  1222947 |    88232 |   356487      0 |       33 |       53
235.56/235.69	c  216s |      15 |  1227660 |    88632 |   356487      0 |       33 |       53
238.06/238.11	c  218s |      15 |  1232516 |    89032 |   356487      0 |       33 |       53
240.26/240.33	c  220s |      15 |  1235842 |    89432 |   356487      0 |       33 |       53
242.46/242.54	c  223s |      15 |  1237934 |    89732 |   356487      0 |       33 |       53
244.45/244.57	c  225s |      15 |  1239860 |    90032 |   356487      0 |       33 |       53
246.65/246.73	c  227s |      15 |  1246261 |    90832 |   356487      0 |       33 |       53
248.66/248.74	c  229s |      15 |  1252080 |    91732 |   356487      0 |       33 |       53
250.76/250.80	c  231s |      15 |  1258169 |    92432 |   356487      0 |       33 |       53
253.15/253.24	c  233s |      15 |  1264164 |    92932 |   356487      0 |       33 |       53
255.75/255.84	c  236s |      15 |  1265841 |    93332 |   356487      0 |       33 |       53
258.25/258.39	c  239s |      15 |  1268269 |    93732 |   356487      0 |       33 |       53
260.55/260.66	c  241s |      15 |  1271862 |    94132 |   356487      0 |       33 |       53
262.55/262.69	c  243s |      15 |  1277893 |    94732 |   356487      0 |       33 |       53
264.55/264.69	c  245s |      15 |  1283985 |    95132 |   356487      0 |       33 |       53
266.85/266.91	c  247s |      15 |  1287908 |    95532 |   356487      0 |       33 |       53
268.95/269.03	c  249s |      15 |  1291947 |    95932 |   356487      0 |       33 |       53
271.05/271.10	c  251s |      15 |  1295927 |    96332 |   356487      0 |       33 |       53
273.15/273.28	c  253s |      15 |  1301084 |    97332 |   356487      0 |       33 |       53
275.55/275.63	c  256s |      15 |  1307628 |    97932 |   356487      0 |       33 |       53
277.75/277.84	c  258s |      15 |  1313366 |    98332 |   356487      0 |       33 |       53
279.95/280.00	c  260s |      15 |  1318211 |    98832 |   356487      0 |       33 |       53
282.05/282.11	c  262s |      15 |  1325437 |    99532 |   356487      0 |       33 |       53
284.15/284.28	c  264s |      15 |  1332339 |   100232 |   356487      0 |       33 |       53
286.65/286.78	c  267s |      15 |  1338730 |   101032 |   356487      0 |       33 |       53
288.95/289.04	c  269s |      15 |  1347534 |   101732 |   356487      0 |       33 |       53
291.15/291.25	c  271s |      15 |  1354169 |   102432 |   356487      0 |       33 |       53
293.35/293.41	c  274s |      15 |  1363018 |   103132 |   356487      0 |       33 |       53
295.55/295.63	c  276s |      15 |  1369619 |   103832 |   356487      0 |       33 |       53
297.54/297.69	c  278s |      15 |  1373986 |   104532 |   356487      0 |       33 |       53
299.54/299.70	c  280s |      15 |  1379392 |   105132 |   356487      0 |       33 |       53
301.94/302.06	c  282s |      15 |  1383257 |   105732 |   356487      0 |       33 |       53
304.14/304.28	c  284s |      15 |  1389208 |   106332 |   356487      0 |       33 |       53
306.24/306.31	c  286s |      15 |  1395234 |   106932 |   356487      0 |       33 |       53
308.44/308.58	c  289s |      15 |  1402260 |   107632 |   356487      0 |       33 |       53
310.44/310.60	c  291s |      15 |  1408196 |   108232 |   356487      0 |       33 |       53
312.45/312.60	c  293s |      15 |  1410669 |   108632 |   356487      0 |       33 |       53
314.65/314.72	c  295s |      15 |  1416016 |   109232 |   356487      0 |       33 |       53
316.75/316.85	c  297s |      15 |  1421377 |   109932 |   356487      0 |       33 |       53
318.74/318.88	c  299s |      15 |  1425372 |   110432 |   356487      0 |       33 |       53
321.34/321.47	c  302s |      15 |  1431943 |   111232 |   356487      0 |       33 |       53
323.45/323.58	c  304s |      15 |  1436993 |   111632 |   356487      0 |       33 |       53
325.94/326.03	c  306s |      15 |  1443416 |   112132 |   356487      0 |       33 |       53
327.94/328.06	c  308s |      15 |  1447357 |   112532 |   356487      0 |       33 |       53
330.34/330.45	c  311s |      15 |  1452078 |   112932 |   356487      0 |       33 |       53
332.54/332.62	c  313s |      15 |  1455897 |   113232 |   356487      0 |       33 |       53
334.84/334.90	c  315s |      15 |  1461044 |   113532 |   356487      0 |       33 |       53
337.54/337.65	c  318s |      15 |  1468871 |   113832 |   356487      0 |       33 |       53
339.64/339.79	c  320s |      15 |  1477436 |   114032 |   356487      0 |       33 |       53
342.54/342.60	c  323s |      15 |  1479975 |   114332 |   356487      0 |       33 |       53
344.94/345.03	c  325s |      15 |  1496848 |   114532 |   356487      0 |       33 |       53
347.44/347.55	c  328s |      15 |  1509773 |   114832 |   356487      0 |       33 |       53
350.24/350.31	c  330s |      15 |  1511659 |   115132 |   356487      0 |       33 |       53
352.74/352.84	c  333s |      15 |  1525218 |   115432 |   356487      0 |       33 |       53
355.24/355.33	c  335s |      15 |  1534264 |   115732 |   356487      0 |       33 |       53
357.23/357.38	c  338s |      15 |  1542769 |   116032 |   356487      0 |       33 |       53
359.83/359.92	c  340s |      15 |  1554425 |   116332 |   356487      0 |       33 |       53
362.33/362.44	c  343s |      15 |  1563004 |   116632 |   356487      0 |       33 |       53
364.83/364.93	c  345s |      15 |  1568043 |   116932 |   356487      0 |       33 |       53
367.34/367.49	c  348s |      15 |  1571726 |   117332 |   356487      0 |       33 |       53
369.73/369.87	c  350s |      15 |  1584631 |   117632 |   356487      0 |       33 |       53
372.73/372.80	c  353s |      15 |  1594141 |   117932 |   356487      0 |       33 |       53
374.93/375.00	c  355s |      15 |  1597868 |   118132 |   356487      0 |       33 |       53
377.53/377.69	c  358s |      15 |  1606269 |   118432 |   356487      0 |       33 |       53
380.03/380.16	c  360s |      15 |  1616724 |   118732 |   356487      0 |       33 |       53
382.53/382.67	c  363s |      15 |  1625456 |   119032 |   356487      0 |       33 |       53
384.83/385.00	c  365s |      15 |  1635105 |   119432 |   356487      0 |       33 |       53
387.33/387.40	c  368s |      15 |  1642892 |   119732 |   356487      0 |       33 |       53
389.83/389.97	c  370s |      15 |  1648456 |   120032 |   356487      0 |       33 |       53
392.23/392.32	c  372s |      15 |  1653609 |   120332 |   356487      0 |       33 |       53
394.63/394.79	c  375s |      15 |  1655832 |   120632 |   356487      0 |       33 |       53
397.32/397.40	c  378s |      15 |  1663379 |   120932 |   356487      0 |       33 |       53
399.82/399.94	c  380s |      15 |  1673487 |   121232 |   356487      0 |       33 |       53
402.12/402.28	c  382s |      15 |  1682364 |   121532 |   356487      0 |       33 |       53
404.42/404.56	c  385s |      15 |  1683602 |   121832 |   356487      0 |       33 |       53
407.12/407.27	c  387s |      15 |  1690990 |   122232 |   356487      0 |       33 |       53
409.62/409.71	c  390s |      15 |  1692727 |   122532 |   356487      0 |       33 |       53
412.32/412.44	c  393s |      15 |  1702033 |   122832 |   356487      0 |       33 |       53
414.92/415.06	c  395s |      15 |  1707421 |   123132 |   356487      0 |       33 |       53
417.52/417.66	c  398s |      15 |  1712160 |   123432 |   356487      0 |       33 |       53
420.72/420.89	c  401s |      15 |  1718873 |   123732 |   356487      0 |       33 |       53
423.62/423.75	c  404s |      15 |  1731190 |   123932 |   356487      0 |       33 |       53
425.73/425.87	c  406s |      15 |  1735427 |   124232 |   356487      0 |       33 |       53
428.41/428.55	c  409s |      15 |  1742505 |   124532 |   356487      0 |       33 |       53
431.12/431.21	c  411s |      15 |  1753761 |   124832 |   356487      0 |       33 |       53
433.32/433.49	c  414s |      15 |  1758642 |   125132 |   356487      0 |       33 |       53
435.81/435.90	c  416s |      15 |  1766841 |   125432 |   356487      0 |       33 |       53
438.21/438.38	c  419s |      15 |  1775251 |   125732 |   356487      0 |       33 |       53
440.71/440.87	c  421s |      15 |  1782190 |   126032 |   356487      0 |       33 |       53
443.22/443.40	c  424s |      15 |  1785419 |   126332 |   356487      0 |       33 |       53
445.81/445.99	c  426s |      15 |  1793898 |   126632 |   356487      0 |       33 |       53
448.21/448.31	c  428s |      15 |  1799109 |   126932 |   356487      0 |       33 |       53
451.02/451.13	c  431s |      15 |  1806020 |   127232 |   356487      0 |       33 |       53
453.12/453.24	c  433s |      15 |  1807557 |   127532 |   356487      0 |       33 |       53
455.61/455.73	c  436s |      15 |  1819607 |   127832 |   356487      0 |       33 |       53
458.31/458.40	c  439s |      15 |  1821643 |   128132 |   356487      0 |       33 |       53
460.61/460.71	c  441s |      15 |  1828432 |   128432 |   356487      0 |       33 |       53
463.02/463.11	c  443s |      15 |  1830976 |   128732 |   356487      0 |       33 |       53
465.31/465.42	c  446s |      15 |  1835699 |   129032 |   356487      0 |       33 |       53
467.51/467.66	c  448s |      15 |  1838782 |   129332 |   356487      0 |       33 |       53
470.40/470.51	c  451s |      15 |  1849142 |   129632 |   392136      0 |       33 |       53
472.40/472.58	c  453s |      15 |  1852315 |   130032 |   392136      0 |       33 |       53
474.70/474.82	c  455s |      15 |  1855361 |   130532 |   392136      0 |       33 |       53
477.00/477.12	c  457s |      15 |  1863510 |   130732 |   392136      0 |       33 |       53
480.00/480.10	c  460s |      15 |  1869771 |   130932 |   392136      0 |       33 |       53
482.60/482.72	c  463s |      15 |  1881030 |   131232 |   392136      0 |       33 |       53
484.70/484.85	c  465s |      15 |  1888078 |   131532 |   392136      0 |       33 |       53
484.90/485.02	c  465s |      16 |  1888106 |   131552 |   392136      0 |       33 |       53
487.80/487.97	c  468s |      16 |  1921534 |   131852 |   392136      0 |       33 |       53
490.30/490.44	c  471s |      16 |  1923667 |   132152 |   392136      0 |       33 |       53
492.40/492.50	c  473s |      16 |  1929815 |   132452 |   392136      0 |       33 |       53
495.01/495.17	c  475s |      16 |  1936321 |   132752 |   392136      0 |       33 |       53
498.00/498.17	c  478s |      16 |  1943329 |   133052 |   392136      0 |       33 |       53
501.00/501.19	c  481s |      16 |  1956010 |   133352 |   392136      0 |       33 |       53
503.40/503.58	c  484s |      16 |  1960179 |   133652 |   392136      0 |       33 |       53
506.10/506.25	c  486s |      16 |  1969828 |   133952 |   392136      0 |       33 |       53
509.10/509.20	c  489s |      16 |  1972270 |   134252 |   392136      0 |       33 |       53
511.90/512.03	c  492s |      16 |  1985901 |   134552 |   392136      0 |       33 |       53
514.49/514.68	c  495s |      16 |  1989853 |   134852 |   392136      0 |       33 |       53
517.39/517.58	c  498s |      16 |  2003019 |   135152 |   392136      0 |       33 |       53
519.89/520.07	c  500s |      16 |  2007037 |   135452 |   392136      0 |       33 |       53
522.29/522.42	c  503s |      16 |  2016762 |   135652 |   392136      0 |       33 |       53
524.99/525.14	c  505s |      16 |  2025646 |   135852 |   392136      0 |       33 |       53
527.39/527.55	c  508s |      16 |  2028766 |   136152 |   392136      0 |       33 |       53
529.89/530.05	c  510s |      16 |  2047760 |   136352 |   392136      0 |       33 |       53
532.99/533.11	c  513s |      16 |  2051389 |   136552 |   392136      0 |       33 |       53
535.49/535.65	c  516s |      16 |  2054804 |   136752 |   392136      0 |       33 |       53
538.39/538.55	c  519s |      16 |  2060550 |   137052 |   392136      0 |       33 |       53
541.20/541.35	c  522s |      16 |  2064639 |   137352 |   392136      0 |       33 |       53
543.30/543.49	c  524s |      16 |  2069545 |   137552 |   392136      0 |       33 |       53
545.69/545.86	c  526s |      16 |  2072842 |   137752 |   392136      0 |       33 |       53
547.79/547.91	c  528s |      16 |  2076934 |   138152 |   392136      0 |       33 |       53
550.09/550.22	c  530s |      16 |  2081027 |   138552 |   392136      0 |       33 |       53
552.89/553.00	c  533s |      16 |  2083693 |   138852 |   392136      0 |       33 |       53
555.19/555.32	c  535s |      16 |  2086252 |   139052 |   392136      0 |       33 |       53
557.49/557.68	c  538s |      16 |  2099818 |   139252 |   392136      0 |       33 |       53
559.98/560.14	c  540s |      16 |  2102551 |   139452 |   392136      0 |       33 |       53
562.18/562.39	c  543s |      16 |  2106452 |   139652 |   392136      0 |       33 |       53
564.88/565.05	c  545s |      16 |  2111659 |   139852 |   392136      0 |       33 |       53
566.98/567.18	c  547s |      16 |  2114257 |   140052 |   392136      0 |       33 |       53
569.28/569.47	c  550s |      16 |  2118435 |   140252 |   392136      0 |       33 |       53
571.68/571.81	c  552s |      16 |  2119863 |   140452 |   392136      0 |       33 |       53
574.19/574.31	c  554s |      16 |  2127141 |   140652 |   392136      0 |       33 |       53
576.39/576.52	c  557s |      16 |  2138721 |   140852 |   392136      0 |       33 |       53
579.08/579.28	c  559s |      16 |  2139808 |   141152 |   392136      0 |       33 |       53
581.18/581.36	c  562s |      16 |  2145235 |   141352 |   392136      0 |       33 |       53
584.49/584.67	c  565s |      16 |  2147011 |   141652 |   392136      0 |       33 |       53
586.79/586.93	c  567s |      16 |  2149764 |   141952 |   392136      0 |       33 |       53
589.09/589.24	c  569s |      16 |  2161035 |   142252 |   392136      0 |       33 |       53
591.19/591.30	c  571s |      16 |  2167899 |   142552 |   392136      0 |       33 |       53
593.69/593.81	c  574s |      16 |  2176951 |   142852 |   392136      0 |       33 |       53
596.19/596.36	c  577s |      16 |  2179757 |   143152 |   392136      0 |       33 |       53
598.99/599.19	c  579s |      16 |  2188470 |   143452 |   392136      0 |       33 |       53
601.98/602.16	c  582s |      16 |  2199055 |   143752 |   392136      0 |       33 |       53
604.78/604.97	c  585s |      16 |  2208018 |   144052 |   392136      0 |       33 |       53
607.68/607.82	c  588s |      16 |  2215002 |   144352 |   392136      0 |       33 |       53
610.49/610.65	c  591s |      16 |  2227405 |   144652 |   392136      0 |       33 |       53
612.98/613.19	c  593s |      16 |  2235459 |   144952 |   392136      0 |       33 |       53
615.08/615.21	c  595s |      16 |  2242771 |   145152 |   392136      0 |       33 |       53
617.38/617.54	c  598s |      16 |  2247919 |   145452 |   392136      0 |       33 |       53
619.78/619.92	c  600s |      16 |  2254906 |   145752 |   392136      0 |       33 |       53
622.08/622.28	c  602s |      16 |  2259481 |   146052 |   392136      0 |       33 |       53
624.18/624.39	c  605s |      16 |  2269544 |   146252 |   392136      0 |       33 |       53
626.37/626.58	c  607s |      16 |  2280952 |   146452 |   392136      0 |       33 |       53
629.27/629.48	c  610s |      16 |  2288634 |   146652 |   392136      0 |       33 |       53
631.97/632.16	c  612s |      16 |  2294424 |   146852 |   392136      0 |       33 |       53
634.07/634.29	c  614s |      16 |  2295366 |   146952 |   392136      0 |       33 |       53
636.88/637.06	c  617s |      16 |  2303772 |   147252 |   392136      0 |       33 |       53
639.67/639.81	c  620s |      16 |  2314951 |   147552 |   392136      0 |       33 |       53
641.87/642.05	c  622s |      16 |  2320814 |   147752 |   392136      0 |       33 |       53
644.17/644.33	c  624s |      16 |  2327835 |   147952 |   392136      0 |       33 |       53
646.37/646.52	c  627s |      16 |  2334564 |   148152 |   392136      0 |       33 |       53
648.46/648.68	c  629s |      16 |  2344206 |   148352 |   392136      0 |       33 |       53
651.36/651.53	c  632s |      16 |  2353082 |   148652 |   392136      0 |       33 |       53
653.96/654.17	c  634s |      16 |  2362945 |   148952 |   392136      0 |       33 |       53
656.67/656.83	c  637s |      16 |  2383959 |   149252 |   392136      0 |       33 |       53
658.76/658.97	c  639s |      16 |  2384955 |   149452 |   392136      0 |       33 |       53
661.26/661.47	c  642s |      16 |  2393678 |   149852 |   392136      0 |       33 |       53
664.16/664.33	c  644s |      16 |  2400287 |   150152 |   392136      0 |       33 |       53
666.56/666.78	c  647s |      16 |  2408960 |   150452 |   392136      0 |       33 |       53
668.76/668.92	c  649s |      16 |  2415657 |   150652 |   392136      0 |       33 |       53
671.35/671.52	c  652s |      16 |  2420227 |   150952 |   392136      0 |       33 |       53
674.05/674.20	c  654s |      16 |  2424485 |   151252 |   392136      0 |       33 |       53
676.95/677.18	c  657s |      16 |  2436058 |   151552 |   392136      0 |       33 |       53
679.34/679.50	c  660s |      16 |  2440166 |   151852 |   392136      0 |       33 |       53
681.85/682.10	c  662s |      16 |  2450138 |   152052 |   392136      0 |       33 |       53
685.34/685.51	c  666s |      16 |  2456766 |   152352 |   392136      0 |       33 |       53
688.24/688.43	c  669s |      16 |  2463070 |   152552 |   392136      0 |       33 |       53
691.04/691.29	c  671s |      16 |  2479933 |   152752 |   392136      0 |       33 |       53
693.14/693.32	c  673s |      16 |  2487512 |   152952 |   392136      0 |       33 |       53
695.24/695.40	c  676s |      16 |  2488144 |   153152 |   392136      0 |       33 |       53
698.34/698.51	c  679s |      16 |  2504776 |   153452 |   392136      0 |       33 |       53
700.93/701.11	c  681s |      16 |  2507034 |   153752 |   392136      0 |       33 |       53
702.93/703.17	c  683s |      16 |  2507654 |   153952 |   392136      0 |       33 |       53
705.13/705.30	c  685s |      16 |  2511719 |   154152 |   392136      0 |       33 |       53
707.14/707.35	c  688s |      16 |  2517542 |   154352 |   392136      0 |       33 |       53
709.44/709.63	c  690s |      16 |  2521226 |   154552 |   392136      0 |       33 |       53
712.33/712.59	c  693s |      16 |  2523453 |   154852 |   392136      0 |       33 |       53
715.13/715.33	c  695s |      16 |  2528942 |   155052 |   392136      0 |       33 |       53
718.23/718.48	c  699s |      16 |  2539233 |   155252 |   392136      0 |       33 |       53
721.13/721.33	c  701s |      16 |  2547028 |   155552 |   392136      0 |       33 |       53
723.33/723.51	c  704s |      16 |  2555068 |   155852 |   392136      0 |       33 |       53
725.72/725.95	c  706s |      16 |  2567281 |   156152 |   392136      0 |       33 |       53
727.92/728.16	c  708s |      16 |  2571098 |   156452 |   392136      0 |       33 |       53
730.02/730.23	c  710s |      16 |  2575793 |   156652 |   392136      0 |       33 |       53
732.72/732.96	c  713s |      16 |  2577329 |   156952 |   392136      0 |       33 |       53
735.62/735.81	c  716s |      16 |  2580366 |   157252 |   392136      0 |       33 |       53
737.93/738.13	c  718s |      16 |  2586699 |   157552 |   392136      0 |       33 |       53
740.42/740.63	c  721s |      16 |  2589445 |   157852 |   392136      0 |       33 |       53
743.22/743.45	c  724s |      16 |  2591108 |   158152 |   392136      0 |       33 |       53
746.12/746.38	c  727s |      16 |  2593277 |   158452 |   392136      0 |       33 |       53
749.02/749.24	c  729s |      16 |  2598482 |   158752 |   392136      0 |       33 |       53
751.91/752.17	c  732s |      16 |  2600236 |   159052 |   392136      0 |       33 |       53
754.01/754.29	c  734s |      16 |  2602154 |   159252 |   392136      0 |       33 |       53
756.11/756.38	c  737s |      16 |  2606138 |   159452 |   392136      0 |       33 |       53
758.21/758.47	c  739s |      16 |  2607514 |   159652 |   392136      0 |       33 |       53
760.31/760.54	c  741s |      16 |  2609133 |   159852 |   392136      0 |       33 |       53
762.41/762.61	c  743s |      16 |  2613985 |   160252 |   392136      0 |       33 |       53
764.61/764.85	c  745s |      16 |  2621742 |   160552 |   392136      0 |       33 |       53
767.31/767.53	c  748s |      16 |  2630089 |   160852 |   392136      0 |       33 |       53
769.71/770.00	c  750s |      16 |  2633876 |   161152 |   392136      0 |       33 |       53
772.31/772.50	c  753s |      16 |  2637671 |   161452 |   392136      0 |       33 |       53
775.21/775.45	c  756s |      16 |  2645259 |   161752 |   392136      0 |       33 |       53
777.40/777.65	c  758s |      16 |  2647456 |   161952 |   392136      0 |       33 |       53
780.20/780.42	c  761s |      16 |  2650972 |   162252 |   392136      0 |       33 |       53
782.30/782.56	c  763s |      16 |  2654099 |   162452 |   392136      0 |       33 |       53
784.40/784.60	c  765s |      16 |  2659618 |   162652 |   392136      0 |       33 |       53
787.10/787.40	c  768s |      16 |  2666587 |   162952 |   392136      0 |       33 |       53
789.40/789.63	c  770s |      16 |  2669204 |   163152 |   392136      0 |       33 |       53
791.40/791.67	c  772s |      16 |  2678763 |   163352 |   392136      0 |       33 |       53
793.50/793.78	c  774s |      16 |  2681295 |   163552 |   392136      0 |       33 |       53
796.40/796.65	c  777s |      16 |  2685016 |   163852 |   392136      0 |       33 |       53
799.29/799.55	c  780s |      16 |  2689425 |   164152 |   392136      0 |       33 |       53
801.29/801.58	c  782s |      16 |  2692286 |   164352 |   392136      0 |       33 |       53
803.39/803.61	c  784s |      16 |  2695079 |   164552 |   392136      0 |       33 |       53
805.39/805.66	c  786s |      16 |  2696435 |   164752 |   392136      0 |       33 |       53
807.69/807.97	c  788s |      16 |  2698303 |   165152 |   392136      0 |       33 |       53
809.99/810.27	c  790s |      16 |  2706018 |   165552 |   392136      0 |       33 |       53
812.80/813.00	c  793s |      16 |  2712123 |   165852 |   392136      0 |       33 |       53
815.49/815.79	c  796s |      16 |  2718122 |   166152 |   392136      0 |       33 |       53
818.38/818.68	c  799s |      16 |  2720054 |   166452 |   392136      0 |       33 |       53
820.88/821.18	c  801s |      16 |  2722732 |   166752 |   392136      0 |       33 |       53
823.28/823.55	c  804s |      16 |  2733003 |   167152 |   392136      0 |       33 |       53
825.58/825.82	c  806s |      16 |  2743702 |   167452 |   392136      0 |       33 |       53
828.38/828.66	c  809s |      16 |  2752640 |   167752 |   392136      0 |       33 |       53
830.98/831.24	c  811s |      16 |  2758695 |   168052 |   392136      0 |       33 |       53
833.69/833.95	c  814s |      16 |  2768296 |   168352 |   392136      0 |       33 |       53
836.38/836.62	c  817s |      16 |  2772530 |   168552 |   392136      0 |       33 |       53
839.38/839.61	c  820s |      16 |  2779664 |   168852 |   392136      0 |       33 |       53
842.18/842.43	c  823s |      16 |  2783991 |   169052 |   392136      0 |       33 |       53
844.98/845.26	c  825s |      16 |  2794504 |   169252 |   392136      0 |       33 |       53
847.47/847.71	c  828s |      16 |  2800837 |   169452 |   392136      0 |       33 |       53
849.47/849.74	c  830s |      16 |  2806170 |   169652 |   392136      0 |       33 |       53
851.57/851.86	c  832s |      16 |  2809148 |   169852 |   392136      0 |       33 |       53
853.67/853.95	c  834s |      16 |  2818733 |   170052 |   392136      0 |       33 |       53
855.87/856.10	c  836s |      16 |  2821061 |   170252 |   392136      0 |       33 |       53
858.17/858.42	c  839s |      16 |  2826028 |   170452 |   392136      0 |       33 |       53
860.67/860.95	c  841s |      16 |  2832533 |   170752 |   392136      0 |       33 |       53
863.57/863.83	c  844s |      16 |  2837265 |   171052 |   392136      0 |       33 |       53
866.37/866.69	c  847s |      16 |  2842626 |   171252 |   392136      0 |       33 |       53
868.56/868.87	c  849s |      16 |  2845636 |   171452 |   392136      0 |       33 |       53
871.46/871.72	c  852s |      16 |  2851538 |   171752 |   392136      0 |       33 |       53
873.76/874.01	c  854s |      16 |  2855095 |   171952 |   392136      0 |       33 |       53
876.36/876.63	c  857s |      16 |  2860279 |   172152 |   392136      0 |       33 |       53
878.56/878.86	c  859s |      16 |  2865837 |   172352 |   392136      0 |       33 |       53
880.87/881.12	c  861s |      16 |  2869965 |   172552 |   392136      0 |       33 |       53
882.96/883.21	c  863s |      16 |  2876308 |   172852 |   392136      0 |       33 |       53
885.36/885.61	c  866s |      16 |  2881224 |   173152 |   392136      0 |       33 |       53
888.15/888.44	c  869s |      16 |  2885969 |   173452 |   392136      0 |       33 |       53
890.76/891.04	c  871s |      16 |  2891376 |   173752 |   392136      0 |       33 |       53
893.86/894.17	c  874s |      16 |  2902354 |   174052 |   392136      0 |       33 |       53
895.86/896.18	c  876s |      16 |  2905259 |   174252 |   392136      0 |       33 |       53
898.15/898.42	c  879s |      16 |  2911675 |   174452 |   392136      0 |       33 |       53
900.76/901.03	c  881s |      16 |  2918908 |   174752 |   392136      0 |       33 |       53
902.86/903.10	c  883s |      16 |  2923532 |   174952 |   392136      0 |       33 |       53
905.25/905.58	c  886s |      16 |  2928912 |   175252 |   392136      0 |       33 |       53
907.35/907.60	c  888s |      16 |  2932145 |   175452 |   392136      0 |       33 |       53
910.05/910.33	c  890s |      16 |  2941099 |   175652 |   392136      0 |       33 |       53
912.25/912.54	c  893s |      16 |  2943451 |   175952 |   392136      0 |       33 |       53
914.45/914.78	c  895s |      16 |  2946450 |   176252 |   392136      0 |       33 |       53
917.34/917.69	c  898s |      16 |  2951916 |   176552 |   392136      0 |       33 |       53
920.34/920.63	c  901s |      16 |  2960820 |   176852 |   392136      0 |       33 |       53
923.14/923.44	c  904s |      16 |  2963057 |   177152 |   392136      0 |       33 |       53
926.05/926.35	c  907s |      16 |  2967131 |   177452 |   392136      0 |       33 |       53
928.04/928.39	c  909s |      16 |  2973368 |   177652 |   392136      0 |       33 |       53
930.35/930.67	c  911s |      16 |  2975945 |   177852 |   392136      0 |       33 |       53
933.24/933.58	c  914s |      16 |  2993314 |   178152 |   392136      0 |       33 |       53
935.95/936.23	c  916s |      16 |  2998973 |   178452 |   392136      0 |       33 |       53
938.54/938.84	c  919s |      16 |  3004017 |   178752 |   392136      0 |       33 |       53
940.74/941.00	c  921s |      16 |  3007340 |   178952 |   392136      0 |       33 |       53
943.54/943.81	c  924s |      16 |  3008806 |   179252 |   392136      0 |       33 |       53
946.03/946.39	c  927s |      16 |  3016321 |   179552 |   392136      0 |       33 |       53
948.73/949.08	c  929s |      16 |  3021942 |   179852 |   392136      0 |       33 |       53
951.34/951.64	c  932s |      16 |  3027755 |   180152 |   392136      0 |       33 |       53
954.23/954.51	c  935s |      16 |  3030859 |   180452 |   392136      0 |       33 |       53
956.63/956.90	c  937s |      16 |  3033627 |   180752 |   392136      0 |       33 |       53
959.13/959.40	c  940s |      16 |  3036685 |   181052 |   392136      0 |       33 |       53
961.83/962.15	c  942s |      16 |  3040040 |   181352 |   392136      0 |       33 |       53
964.73/965.05	c  945s |      16 |  3043978 |   181652 |   392136      0 |       33 |       53
967.52/967.85	c  948s |      16 |  3048264 |   181852 |   392136      0 |       33 |       53
970.32/970.65	c  951s |      16 |  3054123 |   182052 |   392136      0 |       33 |       53
973.72/974.03	c  954s |      16 |  3057860 |   182252 |   392136      0 |       33 |       53
976.72/977.08	c  957s |      16 |  3062850 |   182452 |   392136      0 |       33 |       53
979.83/980.12	c  960s |      16 |  3070708 |   182652 |   392136      0 |       33 |       53
983.23/983.56	c  964s |      16 |  3079123 |   182852 |   392136      0 |       33 |       53
986.32/986.65	c  967s |      16 |  3084221 |   183052 |   392136      0 |       33 |       53
989.82/990.12	c  970s |      16 |  3092088 |   183252 |   392136      0 |       33 |       53
991.92/992.21	c  972s |      16 |  3092671 |   183352 |   392136      0 |       33 |       53
996.01/996.31	c  976s |      16 |  3094273 |   183552 |   392136      0 |       33 |       53
998.81/999.12	c  979s |      16 |  3100999 |   183652 |   392136      0 |       33 |       53
1001.61/1001.98	c  982s |      16 |  3120024 |   183852 |   392136      0 |       33 |       53
1003.81/1004.17	c  984s |      16 |  3126612 |   184052 |   392136      0 |       33 |       53
1005.91/1006.21	c  986s |      16 |  3127879 |   184252 |   392136      0 |       33 |       53
1009.10/1009.41	c  990s |      16 |  3133890 |   184552 |   392136      0 |       33 |       53
1012.30/1012.63	c  993s |      16 |  3142522 |   184752 |   392136      0 |       33 |       53
1015.01/1015.32	c  995s |      16 |  3155498 |   184952 |   392136      0 |       33 |       53
1017.21/1017.55	c  998s |      16 |  3157844 |   185152 |   392136      0 |       33 |       53
1020.20/1020.53	c 1001s |      16 |  3158694 |   185452 |   392136      0 |       33 |       53
1022.81/1023.11	c 1003s |      16 |  3171814 |   185652 |   392136      0 |       33 |       53
1025.10/1025.48	c 1006s |      16 |  3175088 |   185852 |   392136      0 |       33 |       53
1028.09/1028.43	c 1009s |      16 |  3177920 |   186152 |   392136      0 |       33 |       53
1030.50/1030.81	c 1011s |      16 |  3184186 |   186352 |   392136      0 |       33 |       53
1033.49/1033.83	c 1014s |      16 |  3189633 |   186552 |   392136      0 |       33 |       53
1036.09/1036.46	c 1017s |      16 |  3197129 |   186752 |   392136      0 |       33 |       53
1038.79/1039.17	c 1019s |      16 |  3205986 |   186952 |   392136      0 |       33 |       53
1041.50/1041.81	c 1022s |      16 |  3210674 |   187152 |   392136      0 |       33 |       53
1043.49/1043.85	c 1024s |      16 |  3217180 |   187452 |   392136      0 |       33 |       53
1045.80/1046.17	c 1026s |      16 |  3224328 |   187652 |   392136      0 |       33 |       53
1048.49/1048.88	c 1029s |      16 |  3230077 |   187952 |   392136      0 |       33 |       53
1051.49/1051.85	c 1032s |      16 |  3244071 |   188352 |   392136      0 |       33 |       53
1054.79/1055.11	c 1035s |      16 |  3254750 |   188752 |   392136      0 |       33 |       53
1057.59/1057.98	c 1038s |      16 |  3257948 |   188952 |   392136      0 |       33 |       53
1060.29/1060.65	c 1041s |      16 |  3262136 |   189152 |   392136      0 |       33 |       53
1062.79/1063.13	c 1043s |      16 |  3267362 |   189352 |   392136      0 |       33 |       53
1066.39/1066.71	c 1047s |      16 |  3276348 |   189552 |   392136      0 |       33 |       53
1069.59/1069.99	c 1050s |      16 |  3283995 |   189752 |   392136      0 |       33 |       53
1071.89/1072.22	c 1052s |      16 |  3292612 |   189952 |   392136      0 |       33 |       53
1074.98/1075.39	c 1056s |      16 |  3295190 |   190152 |   392136      0 |       33 |       53
1078.58/1078.91	c 1059s |      16 |  3304637 |   190352 |   392136      0 |       33 |       53
1081.28/1081.63	c 1062s |      16 |  3319114 |   190552 |   392136      0 |       33 |       53
1083.48/1083.82	c 1064s |      16 |  3322972 |   190752 |   392136      0 |       33 |       53
1086.18/1086.59	c 1067s |      16 |  3325561 |   191052 |   392136      0 |       33 |       53
1088.28/1088.60	c 1069s |      16 |  3333440 |   191252 |   392136      0 |       33 |       53
1091.18/1091.50	c 1072s |      16 |  3339159 |   191552 |   392136      0 |       33 |       53
1093.68/1094.03	c 1074s |      16 |  3345598 |   191752 |   392136      0 |       33 |       53
1096.18/1096.51	c 1077s |      16 |  3351572 |   191952 |   392136      0 |       33 |       53
1098.38/1098.77	c 1079s |      16 |  3360096 |   192152 |   392136      0 |       33 |       53
1100.68/1101.08	c 1081s |      16 |  3363375 |   192352 |   392136      0 |       33 |       53
1103.28/1103.64	c 1084s |      16 |  3368695 |   192552 |   392136      0 |       33 |       53
1105.58/1105.96	c 1086s |      16 |  3371737 |   192752 |   392136      0 |       33 |       53
1108.18/1108.52	c 1089s |      16 |  3374159 |   192952 |   392136      0 |       33 |       53
1110.69/1111.10	c 1091s |      16 |  3375690 |   193152 |   392136      0 |       33 |       53
1113.58/1113.92	c 1094s |      16 |  3376126 |   193352 |   392136      0 |       33 |       53
1116.88/1117.29	c 1097s |      16 |  3383377 |   193552 |   392136      0 |       33 |       53
1120.28/1120.67	c 1101s |      16 |  3388424 |   193752 |   392136      0 |       33 |       53
1123.08/1123.41	c 1104s |      16 |  3399542 |   194052 |   392136      0 |       33 |       53
1125.88/1126.22	c 1106s |      16 |  3406018 |   194352 |   392136      0 |       33 |       53
1128.08/1128.41	c 1109s |      16 |  3409444 |   194552 |   392136      0 |       33 |       53
1130.28/1130.62	c 1111s |      16 |  3416926 |   194752 |   392136      0 |       33 |       53
1133.08/1133.45	c 1114s |      16 |  3420414 |   195052 |   431350      0 |       33 |       53
1135.88/1136.27	c 1116s |      16 |  3436090 |   195252 |   431350      0 |       33 |       53
1138.18/1138.57	c 1119s |      16 |  3438021 |   195452 |   431350      0 |       33 |       53
1140.97/1141.34	c 1121s |      16 |  3453182 |   195652 |   431350      0 |       33 |       53
1143.17/1143.50	c 1124s |      16 |  3456852 |   195852 |   431350      0 |       33 |       53
1145.88/1146.28	c 1126s |      16 |  3463010 |   196052 |   431350      0 |       33 |       53
1148.08/1148.47	c 1129s |      16 |  3464736 |   196252 |   431350      0 |       33 |       53
1150.28/1150.68	c 1131s |      16 |  3470655 |   196452 |   431350      0 |       33 |       53
1152.37/1152.73	c 1133s |      16 |  3472379 |   196652 |   431350      0 |       33 |       53
1154.87/1155.27	c 1135s |      16 |  3475505 |   196852 |   431350      0 |       33 |       53
1157.67/1158.02	c 1138s |      16 |  3486880 |   197052 |   431350      0 |       33 |       53
1160.28/1160.64	c 1141s |      16 |  3489254 |   197352 |   431350      0 |       33 |       53
1161.17/1161.57	c 1142s |      17 |  3491310 |   197432 |   431350      0 |       33 |       53
1164.27/1164.69	c 1145s |      17 |  3516168 |   197632 |   431350      0 |       33 |       53
1167.07/1167.41	c 1148s |      17 |  3518823 |   197832 |   431350      0 |       33 |       53
1169.27/1169.69	c 1150s |      17 |  3521064 |   198032 |   431350      0 |       33 |       53
1171.57/1171.93	c 1152s |      17 |  3526149 |   198232 |   431350      0 |       33 |       53
1173.67/1174.06	c 1154s |      17 |  3527066 |   198432 |   431350      0 |       33 |       53
1176.27/1176.68	c 1157s |      17 |  3529052 |   198632 |   431350      0 |       33 |       53
1178.67/1179.08	c 1159s |      17 |  3533675 |   198832 |   431350      0 |       33 |       53
1181.87/1182.23	c 1162s |      17 |  3545246 |   199132 |   431350      0 |       33 |       53
1183.97/1184.38	c 1165s |      17 |  3551734 |   199332 |   431350      0 |       33 |       53
1186.47/1186.88	c 1167s |      17 |  3562290 |   199532 |   431350      0 |       33 |       53
1189.57/1189.97	c 1170s |      17 |  3566113 |   199832 |   431350      0 |       33 |       53
1191.77/1192.14	c 1172s |      17 |  3572323 |   200032 |   431350      0 |       33 |       53
1193.87/1194.26	c 1174s |      17 |  3578043 |   200232 |   431350      0 |       33 |       53
1195.96/1196.33	c 1176s |      17 |  3579657 |   200432 |   431350      0 |       33 |       53
1198.56/1198.93	c 1179s |      17 |  3587278 |   200632 |   431350      0 |       33 |       53
1201.76/1202.12	c 1182s |      17 |  3591317 |   200932 |   431350      0 |       33 |       53
1204.06/1204.42	c 1185s |      17 |  3595888 |   201132 |   431350      0 |       33 |       53
1206.16/1206.56	c 1187s |      17 |  3602282 |   201332 |   431350      0 |       33 |       53
1209.16/1209.53	c 1190s |      17 |  3614445 |   201632 |   431350      0 |       33 |       53
1211.26/1211.66	c 1192s |      17 |  3618643 |   201832 |   431350      0 |       33 |       53
1213.46/1213.85	c 1194s |      17 |  3619506 |   202032 |   431350      0 |       33 |       53
1215.96/1216.35	c 1197s |      17 |  3625324 |   202232 |   431350      0 |       33 |       53
1218.06/1218.48	c 1199s |      17 |  3627564 |   202432 |   431350      0 |       33 |       53
1220.46/1220.84	c 1201s |      17 |  3636446 |   202632 |   431350      0 |       33 |       53
1222.66/1223.04	c 1203s |      17 |  3641845 |   202832 |   431350      0 |       33 |       53
1225.07/1225.42	c 1206s |      17 |  3646105 |   203032 |   431350      0 |       33 |       53
1228.16/1228.50	c 1209s |      17 |  3651348 |   203332 |   431350      0 |       33 |       53
1230.46/1230.83	c 1211s |      17 |  3655240 |   203532 |   431350      0 |       33 |       53
1232.96/1233.37	c 1214s |      17 |  3657735 |   203732 |   431350      0 |       33 |       53
1235.16/1235.58	c 1216s |      17 |  3664909 |   203932 |   431350      0 |       33 |       53
1237.26/1237.70	c 1218s |      17 |  3665840 |   204132 |   431350      0 |       33 |       53
1239.76/1240.12	c 1220s |      17 |  3669857 |   204332 |   431350      0 |       33 |       53
1242.06/1242.46	c 1223s |      17 |  3674582 |   204532 |   431350      0 |       33 |       53
1244.46/1244.88	c 1225s |      17 |  3686588 |   204732 |   431350      0 |       33 |       53
1246.76/1247.19	c 1227s |      17 |  3687571 |   204932 |   431350      0 |       33 |       53
1249.06/1249.44	c 1230s |      17 |  3688029 |   205132 |   431350      0 |       33 |       53
1251.46/1251.82	c 1232s |      17 |  3692708 |   205332 |   431350      0 |       33 |       53
1253.85/1254.28	c 1234s |      17 |  3695410 |   205532 |   431350      0 |       33 |       53
1256.96/1257.33	c 1237s |      17 |  3703721 |   205732 |   431350      0 |       33 |       53
1260.05/1260.49	c 1241s |      17 |  3710642 |   205932 |   431350      0 |       33 |       53
1263.15/1263.57	c 1244s |      17 |  3713480 |   206132 |   431350      0 |       33 |       53
1266.75/1267.14	c 1247s |      17 |  3718402 |   206332 |   431350      0 |       33 |       53
1268.75/1269.14	c 1249s |      17 |  3721823 |   206432 |   431350      0 |       33 |       53
1272.85/1273.29	c 1253s |      17 |  3722772 |   206632 |   431350      0 |       33 |       53
1274.95/1275.31	c 1255s |      17 |  3725486 |   206732 |   431350      0 |       33 |       53
1277.55/1277.91	c 1258s |      17 |  3745578 |   206932 |   431350      0 |       33 |       53
1280.06/1280.47	c 1261s |      17 |  3749828 |   207132 |   431350      0 |       33 |       53
1282.65/1283.09	c 1263s |      17 |  3755801 |   207332 |   431350      0 |       33 |       53
1285.15/1285.59	c 1266s |      17 |  3769358 |   207532 |   431350      0 |       33 |       53
1287.25/1287.68	c 1268s |      17 |  3772814 |   207732 |   431350      0 |       33 |       53
1290.55/1290.91	c 1271s |      17 |  3777784 |   208032 |   431350      0 |       33 |       53
1292.55/1292.94	c 1273s |      17 |  3781551 |   208232 |   431350      0 |       33 |       53
1294.75/1295.10	c 1275s |      17 |  3786501 |   208432 |   431350      0 |       33 |       53
1296.95/1297.34	c 1277s |      17 |  3794155 |   208632 |   431350      0 |       33 |       53
1299.15/1299.57	c 1280s |      17 |  3795613 |   208832 |   431350      0 |       33 |       53
1301.25/1301.60	c 1282s |      17 |  3797213 |   209032 |   431350      0 |       33 |       53
1303.55/1303.95	c 1284s |      17 |  3810714 |   209232 |   431350      0 |       33 |       53
1305.95/1306.34	c 1286s |      17 |  3812492 |   209432 |   431350      0 |       33 |       53
1308.05/1308.46	c 1289s |      17 |  3813247 |   209632 |   431350      0 |       33 |       53
1310.35/1310.79	c 1291s |      17 |  3816581 |   209832 |   431350      0 |       33 |       53
1312.75/1313.16	c 1293s |      17 |  3825459 |   210032 |   431350      0 |       33 |       53
1314.95/1315.39	c 1296s |      17 |  3833822 |   210232 |   431350      0 |       33 |       53
1317.24/1317.68	c 1298s |      17 |  3840883 |   210432 |   431350      0 |       33 |       53
1319.65/1320.00	c 1300s |      17 |  3841794 |   210632 |   431350      0 |       33 |       53
1322.04/1322.48	c 1303s |      17 |  3848295 |   210832 |   431350      0 |       33 |       53
1324.54/1324.91	c 1305s |      17 |  3856105 |   211032 |   431350      0 |       33 |       53
1326.74/1327.15	c 1307s |      17 |  3859870 |   211232 |   431350      0 |       33 |       53
1328.94/1329.37	c 1310s |      17 |  3866407 |   211432 |   431350      0 |       33 |       53
1331.04/1331.45	c 1312s |      17 |  3867144 |   211632 |   431350      0 |       33 |       53
1333.44/1333.89	c 1314s |      17 |  3875235 |   211832 |   431350      0 |       33 |       53
1336.15/1336.51	c 1317s |      17 |  3885928 |   212032 |   431350      0 |       33 |       53
1338.45/1338.81	c 1319s |      17 |  3891609 |   212232 |   431350      0 |       33 |       53
1340.84/1341.23	c 1321s |      17 |  3894586 |   212432 |   431350      0 |       33 |       53
1343.25/1343.65	c 1324s |      17 |  3902721 |   212632 |   431350      0 |       33 |       53
1345.65/1346.08	c 1326s |      17 |  3905923 |   212832 |   431350      0 |       33 |       53
1348.26/1348.61	c 1329s |      17 |  3920129 |   213032 |   431350      0 |       33 |       53
1350.55/1350.92	c 1331s |      17 |  3925942 |   213232 |   431350      0 |       33 |       53
1353.45/1353.87	c 1334s |      17 |  3936635 |   213532 |   431350      0 |       33 |       53
1355.85/1356.28	c 1336s |      17 |  3940993 |   213732 |   431350      0 |       33 |       53
1358.15/1358.57	c 1339s |      17 |  3943380 |   213932 |   431350      0 |       33 |       53
1361.05/1361.49	c 1342s |      17 |  3945651 |   214232 |   431350      0 |       33 |       53
1363.35/1363.70	c 1344s |      17 |  3952698 |   214432 |   431350      0 |       33 |       53
1365.95/1366.36	c 1347s |      17 |  3954254 |   214632 |   431350      0 |       33 |       53
1367.95/1368.39	c 1349s |      17 |  3959771 |   214832 |   431350      0 |       33 |       53
1370.35/1370.74	c 1351s |      17 |  3961131 |   215032 |   431350      0 |       33 |       53
1372.74/1373.18	c 1353s |      17 |  3964086 |   215232 |   431350      0 |       33 |       53
1375.04/1375.41	c 1356s |      17 |  3967150 |   215432 |   431350      0 |       33 |       53
1378.05/1378.44	c 1359s |      17 |  3971137 |   215632 |   431350      0 |       33 |       53
1381.04/1381.47	c 1362s |      17 |  3984004 |   215832 |   431350      0 |       33 |       53
1384.14/1384.58	c 1365s |      17 |  3991587 |   216032 |   431350      0 |       33 |       53
1387.95/1388.35	c 1369s |      17 |  3993323 |   216232 |   431350      0 |       33 |       53
1391.25/1391.62	c 1372s |      17 |  4007388 |   216432 |   431350      0 |       33 |       53
1393.45/1393.81	c 1374s |      17 |  4021565 |   216632 |   431350      0 |       33 |       53
1395.55/1395.96	c 1376s |      17 |  4022308 |   216832 |   431350      0 |       33 |       53
1397.75/1398.17	c 1378s |      17 |  4023469 |   217032 |   431350      0 |       33 |       53
1399.95/1400.34	c 1380s |      17 |  4030081 |   217232 |   431350      0 |       33 |       53
1402.44/1402.86	c 1383s |      17 |  4040011 |   217432 |   431350      0 |       33 |       53
1404.84/1405.24	c 1385s |      17 |  4040524 |   217632 |   431350      0 |       33 |       53
1407.24/1407.66	c 1388s |      17 |  4053628 |   217832 |   431350      0 |       33 |       53
1409.74/1410.10	c 1390s |      17 |  4057424 |   218032 |   431350      0 |       33 |       53
1412.15/1412.60	c 1393s |      17 |  4058183 |   218232 |   431350      0 |       33 |       53
1414.84/1415.24	c 1395s |      17 |  4075529 |   218432 |   431350      0 |       33 |       53
1417.34/1417.71	c 1398s |      17 |  4077800 |   218632 |   431350      0 |       33 |       53
1419.44/1419.85	c 1400s |      17 |  4084388 |   218832 |   431350      0 |       33 |       53
1421.94/1422.36	c 1403s |      17 |  4088650 |   219032 |   431350      0 |       33 |       53
1424.44/1424.86	c 1405s |      17 |  4089639 |   219232 |   431350      0 |       33 |       53
1427.24/1427.65	c 1408s |      17 |  4094461 |   219432 |   431350      0 |       33 |       53
1429.74/1430.16	c 1410s |      17 |  4097853 |   219632 |   431350      0 |       33 |       53
1432.44/1432.80	c 1413s |      17 |  4103475 |   219832 |   431350      0 |       33 |       53
1435.14/1435.58	c 1416s |      17 |  4108061 |   220032 |   431350      0 |       33 |       53
1437.83/1438.24	c 1418s |      17 |  4113157 |   220232 |   431350      0 |       33 |       53
1440.13/1440.59	c 1421s |      17 |  4114709 |   220432 |   431350      0 |       33 |       53
1443.13/1443.56	c 1424s |      17 |  4126489 |   220632 |   431350      0 |       33 |       53
1445.73/1446.16	c 1426s |      17 |  4130884 |   220832 |   431350      0 |       33 |       53
1448.34/1448.71	c 1429s |      17 |  4145979 |   221032 |   431350      0 |       33 |       53
1450.64/1451.05	c 1431s |      17 |  4151753 |   221232 |   431350      0 |       33 |       53
1452.93/1453.32	c 1433s |      17 |  4152345 |   221432 |   431350      0 |       33 |       53
1455.53/1455.95	c 1436s |      17 |  4159106 |   221632 |   431350      0 |       33 |       53
1458.24/1458.65	c 1439s |      17 |  4160349 |   221832 |   431350      0 |       33 |       53
1460.33/1460.72	c 1441s |      17 |  4166717 |   222032 |   431350      0 |       33 |       53
1463.53/1463.97	c 1444s |      17 |  4170411 |   222332 |   431350      0 |       33 |       53
1465.83/1466.30	c 1446s |      17 |  4175390 |   222532 |   431350      0 |       33 |       53
1468.13/1468.51	c 1449s |      17 |  4178884 |   222732 |   431350      0 |       33 |       53
1470.43/1470.89	c 1451s |      17 |  4182396 |   222932 |   431350      0 |       33 |       53
1472.63/1473.10	c 1453s |      17 |  4186247 |   223132 |   431350      0 |       33 |       53
1475.43/1475.89	c 1456s |      17 |  4192740 |   223332 |   431350      0 |       33 |       53
1478.03/1478.40	c 1459s |      17 |  4197350 |   223532 |   431350      0 |       33 |       53
1480.53/1480.99	c 1461s |      17 |  4210342 |   223732 |   431350      0 |       33 |       53
1483.03/1483.47	c 1464s |      17 |  4219300 |   223932 |   431350      0 |       33 |       53
1485.33/1485.71	c 1466s |      17 |  4220973 |   224132 |   431350      0 |       33 |       53
1487.42/1487.87	c 1468s |      17 |  4223910 |   224332 |   431350      0 |       33 |       53
1489.92/1490.39	c 1471s |      17 |  4229123 |   224532 |   431350      0 |       33 |       53
1492.62/1493.02	c 1473s |      17 |  4230008 |   224732 |   431350      0 |       33 |       53
1495.32/1495.77	c 1476s |      17 |  4241468 |   224932 |   431350      0 |       33 |       53
1497.93/1498.31	c 1478s |      17 |  4244970 |   225132 |   431350      0 |       33 |       53
1500.32/1500.77	c 1481s |      17 |  4246944 |   225332 |   431350      0 |       33 |       53
1503.12/1503.51	c 1484s |      17 |  4251667 |   225532 |   431350      0 |       33 |       53
1505.72/1506.11	c 1486s |      17 |  4254812 |   225732 |   431350      0 |       33 |       53
1508.02/1508.46	c 1489s |      17 |  4264369 |   225932 |   431350      0 |       33 |       53
1510.22/1510.63	c 1491s |      17 |  4272013 |   226132 |   431350      0 |       33 |       53
1512.52/1512.90	c 1493s |      17 |  4274502 |   226332 |   431350      0 |       33 |       53
1515.12/1515.50	c 1496s |      17 |  4284262 |   226532 |   431350      0 |       33 |       53
1517.42/1517.80	c 1498s |      17 |  4285656 |   226732 |   431350      0 |       33 |       53
1519.62/1520.00	c 1500s |      17 |  4294222 |   226932 |   431350      0 |       33 |       53
1521.92/1522.37	c 1503s |      17 |  4300055 |   227132 |   431350      0 |       33 |       53
1524.52/1524.96	c 1505s |      17 |  4302014 |   227332 |   431350      0 |       33 |       53
1526.92/1527.31	c 1507s |      17 |  4303756 |   227532 |   431350      0 |       33 |       53
1529.72/1530.15	c 1510s |      17 |  4315961 |   227732 |   431350      0 |       33 |       53
1532.02/1532.43	c 1513s |      17 |  4322671 |   227932 |   431350      0 |       33 |       53
1534.32/1534.79	c 1515s |      17 |  4327834 |   228132 |   431350      0 |       33 |       53
1537.02/1537.40	c 1518s |      17 |  4334146 |   228332 |   431350      0 |       33 |       53
1539.42/1539.84	c 1520s |      17 |  4335674 |   228532 |   431350      0 |       33 |       53
1541.82/1542.21	c 1522s |      17 |  4337230 |   228732 |   431350      0 |       33 |       53
1545.42/1545.81	c 1526s |      17 |  4349315 |   228932 |   431350      0 |       33 |       53
1548.61/1549.07	c 1529s |      17 |  4362085 |   229132 |   431350      0 |       33 |       53
1551.11/1551.53	c 1532s |      17 |  4363149 |   229332 |   431350      0 |       33 |       53
1553.92/1554.36	c 1535s |      17 |  4369829 |   229532 |   431350      0 |       33 |       53
1556.71/1557.10	c 1537s |      17 |  4376426 |   229732 |   431350      0 |       33 |       53
1559.21/1559.66	c 1540s |      17 |  4380976 |   229932 |   431350      0 |       33 |       53
1561.91/1562.33	c 1542s |      17 |  4389638 |   230132 |   431350      0 |       33 |       53
1564.51/1564.96	c 1545s |      17 |  4390126 |   230332 |   431350      0 |       33 |       53
1567.01/1567.47	c 1548s |      17 |  4396456 |   230532 |   431350      0 |       33 |       53
1569.61/1570.03	c 1550s |      17 |  4399741 |   230732 |   431350      0 |       33 |       53
1572.41/1572.82	c 1553s |      17 |  4405161 |   230932 |   431350      0 |       33 |       53
1575.01/1575.41	c 1556s |      17 |  4407932 |   231132 |   431350      0 |       33 |       53
1577.21/1577.66	c 1558s |      17 |  4409750 |   231332 |   431350      0 |       33 |       53
1579.51/1579.92	c 1560s |      17 |  4412450 |   231532 |   431350      0 |       33 |       53
1581.52/1581.93	c 1562s |      17 |  4414569 |   231732 |   431350      0 |       33 |       53
1583.62/1584.02	c 1564s |      17 |  4416756 |   231932 |   431350      0 |       33 |       53
1585.81/1586.29	c 1566s |      17 |  4417899 |   232132 |   431350      0 |       33 |       53
1588.61/1589.08	c 1569s |      17 |  4433365 |   232332 |   431350      0 |       33 |       53
1591.11/1591.54	c 1572s |      17 |  4438681 |   232532 |   431350      0 |       33 |       53
1593.31/1593.79	c 1574s |      17 |  4441858 |   232732 |   431350      0 |       33 |       53
1596.01/1596.49	c 1577s |      17 |  4456732 |   232932 |   431350      0 |       33 |       53
1598.61/1599.08	c 1579s |      17 |  4460417 |   233132 |   431350      0 |       33 |       53
1601.11/1601.51	c 1582s |      17 |  4461809 |   233332 |   431350      0 |       33 |       53
1603.61/1604.01	c 1584s |      17 |  4472724 |   233532 |   431350      0 |       33 |       53
1605.80/1606.22	c 1586s |      17 |  4478780 |   233732 |   431350      0 |       33 |       53
1608.30/1608.73	c 1589s |      17 |  4480553 |   233932 |   431350      0 |       33 |       53
1611.00/1611.40	c 1592s |      17 |  4488048 |   234132 |   431350      0 |       33 |       53
1613.50/1613.94	c 1594s |      17 |  4495990 |   234332 |   431350      0 |       33 |       53
1615.90/1616.31	c 1596s |      17 |  4496758 |   234532 |   431350      0 |       33 |       53
1618.20/1618.62	c 1599s |      17 |  4501409 |   234732 |   431350      0 |       33 |       53
1620.80/1621.26	c 1601s |      17 |  4513271 |   234932 |   431350      0 |       33 |       53
1623.31/1623.73	c 1604s |      17 |  4513762 |   235132 |   431350      0 |       33 |       53
1625.60/1626.00	c 1606s |      17 |  4521699 |   235332 |   431350      0 |       33 |       53
1628.10/1628.54	c 1609s |      17 |  4530934 |   235532 |   431350      0 |       33 |       53
1630.40/1630.82	c 1611s |      17 |  4532145 |   235732 |   431350      0 |       33 |       53
1632.50/1632.92	c 1613s |      17 |  4533993 |   235932 |   431350      0 |       33 |       53
1635.10/1635.56	c 1616s |      17 |  4546350 |   236132 |   431350      0 |       33 |       53
1637.30/1637.72	c 1618s |      17 |  4547659 |   236332 |   431350      0 |       33 |       53
1639.60/1640.05	c 1620s |      17 |  4553558 |   236532 |   431350      0 |       33 |       53
1642.01/1642.41	c 1623s |      17 |  4560947 |   236732 |   431350      0 |       33 |       53
1644.30/1644.70	c 1625s |      17 |  4563093 |   236932 |   431350      0 |       33 |       53
1646.80/1647.23	c 1627s |      17 |  4570348 |   237132 |   431350      0 |       33 |       53
1649.20/1649.65	c 1630s |      17 |  4573694 |   237332 |   431350      0 |       33 |       53
1651.60/1652.06	c 1632s |      17 |  4576515 |   237532 |   431350      0 |       33 |       53
1653.90/1654.36	c 1635s |      17 |  4582573 |   237732 |   431350      0 |       33 |       53
1656.20/1656.67	c 1637s |      17 |  4589206 |   237932 |   431350      0 |       33 |       53
1658.60/1659.09	c 1639s |      17 |  4592391 |   238132 |   431350      0 |       33 |       53
1661.10/1661.55	c 1642s |      17 |  4598438 |   238332 |   431350      0 |       33 |       53
1663.40/1663.83	c 1644s |      17 |  4599768 |   238532 |   431350      0 |       33 |       53
1665.69/1666.12	c 1646s |      17 |  4602251 |   238732 |   431350      0 |       33 |       53
1667.99/1668.47	c 1649s |      17 |  4610252 |   238932 |   431350      0 |       33 |       53
1670.19/1670.60	c 1651s |      17 |  4615711 |   239132 |   431350      0 |       33 |       53
1672.49/1672.96	c 1653s |      17 |  4626547 |   239332 |   431350      0 |       33 |       53
1675.00/1675.49	c 1656s |      17 |  4627087 |   239532 |   431350      0 |       33 |       53
1677.20/1677.68	c 1658s |      17 |  4632056 |   239732 |   431350      0 |       33 |       53
1679.69/1680.15	c 1660s |      17 |  4634518 |   239932 |   431350      0 |       33 |       53
1682.29/1682.72	c 1663s |      17 |  4638818 |   240132 |   431350      0 |       33 |       53
1684.69/1685.14	c 1665s |      17 |  4639491 |   240332 |   431350      0 |       33 |       53
1686.79/1687.29	c 1667s |      17 |  4643488 |   240532 |   431350      0 |       33 |       53
1689.20/1689.69	c 1670s |      17 |  4646748 |   240732 |   431350      0 |       33 |       53
1691.79/1692.28	c 1672s |      17 |  4656038 |   240932 |   431350      0 |       33 |       53
1694.80/1695.24	c 1675s |      17 |  4659596 |   241232 |   431350      0 |       33 |       53
1697.09/1697.55	c 1678s |      17 |  4669175 |   241432 |   431350      0 |       33 |       53
1699.49/1699.93	c 1680s |      17 |  4670324 |   241632 |   431350      0 |       33 |       53
1701.79/1702.27	c 1682s |      17 |  4675611 |   241832 |   431350      0 |       33 |       53
1704.39/1704.89	c 1685s |      17 |  4688790 |   242032 |   431350      0 |       33 |       53
1706.59/1707.03	c 1687s |      17 |  4690285 |   242232 |   431350      0 |       33 |       53
1708.69/1709.15	c 1689s |      17 |  4692520 |   242432 |   431350      0 |       33 |       53
1710.89/1711.38	c 1692s |      17 |  4696343 |   242632 |   431350      0 |       33 |       53
1712.99/1713.47	c 1694s |      17 |  4698921 |   242832 |   431350      0 |       33 |       53
1715.39/1715.81	c 1696s |      17 |  4706697 |   243032 |   431350      0 |       33 |       53
1717.59/1718.04	c 1698s |      17 |  4715503 |   243232 |   431350      0 |       33 |       53
1719.79/1720.27	c 1700s |      17 |  4716100 |   243432 |   431350      0 |       33 |       53
1722.19/1722.66	c 1703s |      17 |  4728295 |   243632 |   431350      0 |       33 |       53
1724.39/1724.83	c 1705s |      17 |  4733114 |   243832 |   431350      0 |       33 |       53
1726.59/1727.07	c 1707s |      17 |  4733704 |   244032 |   431350      0 |       33 |       53
1728.89/1729.32	c 1709s |      17 |  4738553 |   244232 |   431350      0 |       33 |       53
1731.18/1731.69	c 1712s |      17 |  4749180 |   244432 |   431350      0 |       33 |       53
1733.58/1734.00	c 1714s |      17 |  4751720 |   244632 |   431350      0 |       33 |       53
1735.88/1736.33	c 1716s |      17 |  4755562 |   244832 |   431350      0 |       33 |       53
1739.08/1739.50	c 1720s |      17 |  4765416 |   245132 |   431350      0 |       33 |       53
1741.38/1741.83	c 1722s |      17 |  4773196 |   245332 |   431350      0 |       33 |       53
1743.88/1744.35	c 1725s |      17 |  4775778 |   245532 |   431350      0 |       33 |       53
1746.58/1747.01	c 1727s |      17 |  4780319 |   245732 |   431350      0 |       33 |       53
1748.88/1749.33	c 1729s |      17 |  4784848 |   245932 |   431350      0 |       33 |       53
1751.38/1751.82	c 1732s |      17 |  4793725 |   246132 |   431350      0 |       33 |       53
1753.78/1754.24	c 1734s |      17 |  4801668 |   246332 |   431350      0 |       33 |       53
1756.08/1756.55	c 1737s |      17 |  4802469 |   246532 |   431350      0 |       33 |       53
1758.59/1759.02	c 1739s |      17 |  4803187 |   246732 |   431350      0 |       33 |       53
1761.58/1762.02	c 1742s |      17 |  4809437 |   247032 |   431350      0 |       33 |       53
1763.99/1764.48	c 1745s |      17 |  4826785 |   247232 |   431350      0 |       33 |       53
1766.48/1766.94	c 1747s |      17 |  4827849 |   247432 |   431350      0 |       33 |       53
1768.78/1769.29	c 1749s |      17 |  4835666 |   247632 |   431350      0 |       33 |       53
1771.28/1771.79	c 1752s |      17 |  4839682 |   247832 |   431350      0 |       33 |       53
1773.68/1774.17	c 1754s |      17 |  4840878 |   248032 |   431350      0 |       33 |       53
1776.28/1776.75	c 1757s |      17 |  4849256 |   248232 |   431350      0 |       33 |       53
1778.78/1779.21	c 1759s |      17 |  4860241 |   248432 |   431350      0 |       33 |       53
1781.28/1781.71	c 1762s |      17 |  4861087 |   248632 |   431350      0 |       33 |       53
1783.78/1784.28	c 1764s |      17 |  4862418 |   248832 |   431350      0 |       33 |       53
1786.28/1786.76	c 1767s |      17 |  4869462 |   249032 |   431350      0 |       33 |       53
1788.38/1788.84	c 1769s |      17 |  4881780 |   249232 |   431350      0 |       33 |       53
1790.68/1791.10	c 1771s |      17 |  4883582 |   249432 |   431350      0 |       33 |       53
1793.28/1793.71	c 1774s |      17 |  4886653 |   249632 |   431350      0 |       33 |       53
1795.78/1796.21	c 1776s |      17 |  4899311 |   249832 |   431350      0 |       33 |       53
1797.97/1798.44	c 1779s |      17 |  4900946 |   250032 |   431350      0 |       33 |       53

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

pid=11121
running on 4 cores: 1,3,5,7

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.20 2.18 2.17 3/179 11124
/proc/meminfo: memFree=29647444/32872528 swapFree=12208/1156848
[pid=11124] ppid=11121 vsize=780732 CPUtime=0 cores=1,3,5,7
/proc/11124/stat : 11124 (toysat) R 11121 11124 9895 0 -1 4202496 2924 0 0 0 0 0 0 0 20 0 4 0 107184598 799469568 3285 33554432000 4194304 16246674 140737083861024 140737083860448 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11124/statm: 195951 3294 441 2943 0 192845 0
[pid=11124/tid=11125] ppid=11121 vsize=799164 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11125/stat : 11125 (toysat) S 11121 11124 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107184598 818343936 3356 33554432000 4194304 16246674 140737083861024 139717035142384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11124/tid=11126] ppid=11121 vsize=803260 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11126/stat : 11126 (toysat) S 11121 11124 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107184598 822538240 3373 33554432000 4194304 16246674 140737083861024 139717024652528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11124/tid=11127] ppid=11121 vsize=807356 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11127/stat : 11127 (toysat) S 11121 11124 9895 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107184598 826732544 3389 33554432000 4194304 16246674 140737083861024 139717014178992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.10013 s]
/proc/loadavg: 2.20 2.18 2.17 3/179 11124
/proc/meminfo: memFree=29647444/32872528 swapFree=12208/1156848
[pid=11124] ppid=11121 vsize=1301060 CPUtime=0.09 cores=1,3,5,7
/proc/11124/stat : 11124 (toysat) R 11121 11124 9895 0 -1 4202496 27520 0 0 0 6 3 0 0 20 0 4 0 107184598 1332285440 27819 33554432000 4194304 16246674 140737083861024 140737083860336 7378241 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11124/statm: 325265 27834 800 2943 0 322159 0
[pid=11124/tid=11125] ppid=11121 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11125/stat : 11125 (toysat) S 11121 11124 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107184598 1332285440 27845 33554432000 4194304 16246674 140737083861024 139717035142384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11124/tid=11126] ppid=11121 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11126/stat : 11126 (toysat) S 11121 11124 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107184598 1332285440 27855 33554432000 4194304 16246674 140737083861024 139717024652528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11124/tid=11127] ppid=11121 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11127/stat : 11127 (toysat) S 11121 11124 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107184598 1332285440 27869 33554432000 4194304 16246674 140737083861024 139717014178992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1301060

[startup+0.200498 s]
/proc/loadavg: 2.20 2.18 2.17 3/179 11124
/proc/meminfo: memFree=29647444/32872528 swapFree=12208/1156848
[pid=11124] ppid=11121 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/11124/stat : 11124 (toysat) R 11121 11124 9895 0 -1 4202496 45603 0 0 0 13 6 0 0 20 0 4 0 107184598 1343819776 46412 33554432000 4194304 16246674 140737083861024 140737083860336 7439750 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11124/statm: 328081 46412 802 2943 0 324975 0
[pid=11124/tid=11125] ppid=11121 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11125/stat : 11125 (toysat) S 11121 11124 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107184598 1343819776 46412 33554432000 4194304 16246674 140737083861024 139717035142384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11124/tid=11126] ppid=11121 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11126/stat : 11126 (toysat) S 11121 11124 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107184598 1343819776 46412 33554432000 4194304 16246674 140737083861024 139717024652528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11124/tid=11127] ppid=11121 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11127/stat : 11127 (toysat) S 11121 11124 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107184598 1343819776 46412 33554432000 4194304 16246674 140737083861024 139717014178992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300463 s]
/proc/loadavg: 2.20 2.18 2.17 3/179 11124
/proc/meminfo: memFree=29647444/32872528 swapFree=12208/1156848
[pid=11124] ppid=11121 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/11124/stat : 11124 (toysat) R 11121 11124 9895 0 -1 4202496 61009 0 0 0 21 8 0 0 20 0 4 0 107184598 1344868352 61818 33554432000 4194304 16246674 140737083861024 140737083860336 8055570 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11124/statm: 328337 61818 802 2943 0 325231 0
[pid=11124/tid=11125] ppid=11121 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11125/stat : 11125 (toysat) S 11121 11124 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107184598 1344868352 61818 33554432000 4194304 16246674 140737083861024 139717035142384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11124/tid=11126] ppid=11121 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11126/stat : 11126 (toysat) S 11121 11124 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107184598 1344868352 61818 33554432000 4194304 16246674 140737083861024 139717024652528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11124/tid=11127] ppid=11121 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11127/stat : 11127 (toysat) S 11121 11124 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107184598 1344868352 61818 33554432000 4194304 16246674 140737083861024 139717014178992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700415 s]
/proc/loadavg: 2.20 2.18 2.17 3/179 11124
/proc/meminfo: memFree=29647444/32872528 swapFree=12208/1156848
[pid=11124] ppid=11121 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/11124/stat : 11124 (toysat) R 11121 11124 9895 0 -1 4202496 70568 0 0 0 59 10 0 0 20 0 4 0 107184598 1344868352 71377 33554432000 4194304 16246674 140737083861024 140737083860336 4220495 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11124/statm: 328337 71377 803 2943 0 325231 0
[pid=11124/tid=11125] ppid=11121 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11125/stat : 11125 (toysat) S 11121 11124 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107184598 1344868352 71377 33554432000 4194304 16246674 140737083861024 139717035142384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11124/tid=11126] ppid=11121 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11126/stat : 11126 (toysat) S 11121 11124 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107184598 1344868352 71377 33554432000 4194304 16246674 140737083861024 139717024652528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11124/tid=11127] ppid=11121 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11127/stat : 11127 (toysat) S 11121 11124 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107184598 1344868352 71377 33554432000 4194304 16246674 140737083861024 139717014178992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50037 s]
/proc/loadavg: 2.20 2.18 2.17 3/183 11128
/proc/meminfo: memFree=29338376/32872528 swapFree=12208/1156848
[pid=11124] ppid=11121 vsize=1333828 CPUtime=1.49 cores=1,3,5,7
/proc/11124/stat : 11124 (toysat) R 11121 11124 9895 0 -1 4202496 109451 0 0 0 134 15 0 0 20 0 4 0 107184598 1365839872 110260 33554432000 4194304 16246674 140737083861024 140737083860336 9616021 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11124/statm: 333457 110269 835 2943 0 330351 0
[pid=11124/tid=11125] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11125/stat : 11125 (toysat) S 11121 11124 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 110275 33554432000 4194304 16246674 140737083861024 139717035142384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11124/tid=11126] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11126/stat : 11126 (toysat) S 11121 11124 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 110280 33554432000 4194304 16246674 140737083861024 139717024652528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11124/tid=11127] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11127/stat : 11127 (toysat) S 11121 11124 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 110285 33554432000 4194304 16246674 140737083861024 139717014178992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1333828

[startup+3.10041 s]
/proc/loadavg: 2.20 2.18 2.17 3/183 11128
/proc/meminfo: memFree=28691608/32872528 swapFree=12208/1156848
[pid=11124] ppid=11121 vsize=1333828 CPUtime=3.09 cores=1,3,5,7
/proc/11124/stat : 11124 (toysat) R 11121 11124 9895 0 -1 4202496 274081 0 0 0 270 39 0 0 20 0 4 0 107184598 1365839872 274890 33554432000 4194304 16246674 140737083861024 140737083842944 12874809 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11124/statm: 333457 274890 836 2943 0 330351 0
[pid=11124/tid=11125] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11125/stat : 11125 (toysat) S 11121 11124 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274890 33554432000 4194304 16246674 140737083861024 139717035142384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11124/tid=11126] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11126/stat : 11126 (toysat) S 11121 11124 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274890 33554432000 4194304 16246674 140737083861024 139717024652528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11124/tid=11127] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11127/stat : 11127 (toysat) S 11121 11124 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274890 33554432000 4194304 16246674 140737083861024 139717014178992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1333828

[startup+6.30041 s]
/proc/loadavg: 2.26 2.20 2.17 3/183 11128
/proc/meminfo: memFree=28548768/32872528 swapFree=12208/1156848
[pid=11124] ppid=11121 vsize=1333828 CPUtime=6.29 cores=1,3,5,7
/proc/11124/stat : 11124 (toysat) R 11121 11124 9895 0 -1 4202496 274150 0 0 0 589 40 0 0 20 0 4 0 107184598 1365839872 274959 33554432000 4194304 16246674 140737083861024 140737083842944 12997780 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11124/statm: 333457 274959 904 2943 0 330351 0
[pid=11124/tid=11125] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11125/stat : 11125 (toysat) S 11121 11124 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274959 33554432000 4194304 16246674 140737083861024 139717035142384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11124/tid=11126] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11126/stat : 11126 (toysat) S 11121 11124 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274959 33554432000 4194304 16246674 140737083861024 139717024652528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11124/tid=11127] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11127/stat : 11127 (toysat) S 11121 11124 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274959 33554432000 4194304 16246674 140737083861024 139717014178992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1333828

[startup+12.7004 s]
/proc/loadavg: 2.32 2.21 2.18 3/183 11128
/proc/meminfo: memFree=28548772/32872528 swapFree=12208/1156848
[pid=11124] ppid=11121 vsize=1333828 CPUtime=12.69 cores=1,3,5,7
/proc/11124/stat : 11124 (toysat) R 11121 11124 9895 0 -1 4202496 274158 0 0 0 1229 40 0 0 20 0 4 0 107184598 1365839872 274967 33554432000 4194304 16246674 140737083861024 140737083842944 5754801 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11124/statm: 333457 274967 912 2943 0 330351 0
[pid=11124/tid=11125] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11125/stat : 11125 (toysat) S 11121 11124 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274967 33554432000 4194304 16246674 140737083861024 139717035142384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11124/tid=11126] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11126/stat : 11126 (toysat) S 11121 11124 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274967 33554432000 4194304 16246674 140737083861024 139717024652528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11124/tid=11127] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11127/stat : 11127 (toysat) S 11121 11124 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274967 33554432000 4194304 16246674 140737083861024 139717014178992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1333828

[startup+25.5005 s]
/proc/loadavg: 2.25 2.20 2.17 3/183 11128
/proc/meminfo: memFree=28549484/32872528 swapFree=12208/1156848
[pid=11124] ppid=11121 vsize=1333828 CPUtime=25.48 cores=1,3,5,7
/proc/11124/stat : 11124 (toysat) R 11121 11124 9895 0 -1 4202496 274160 0 0 0 2508 40 0 0 20 0 4 0 107184598 1365839872 274969 33554432000 4194304 16246674 140737083861024 140737083842944 5991667 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11124/statm: 333457 274969 914 2943 0 330351 0
[pid=11124/tid=11125] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11125/stat : 11125 (toysat) S 11121 11124 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274969 33554432000 4194304 16246674 140737083861024 139717035142384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11124/tid=11126] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11126/stat : 11126 (toysat) S 11121 11124 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274969 33554432000 4194304 16246674 140737083861024 139717024652528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11124/tid=11127] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11127/stat : 11127 (toysat) S 11121 11124 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274969 33554432000 4194304 16246674 140737083861024 139717014178992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1333828

[startup+51.1005 s]
/proc/loadavg: 2.22 2.20 2.17 3/183 11128
/proc/meminfo: memFree=28549860/32872528 swapFree=12208/1156848
[pid=11124] ppid=11121 vsize=1333828 CPUtime=51.08 cores=1,3,5,7
/proc/11124/stat : 11124 (toysat) R 11121 11124 9895 0 -1 4202496 274160 0 0 0 5068 40 0 0 20 0 4 0 107184598 1365839872 274969 33554432000 4194304 16246674 140737083861024 140737083842944 5822756 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11124/statm: 333457 274969 914 2943 0 330351 0
[pid=11124/tid=11125] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11125/stat : 11125 (toysat) S 11121 11124 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274969 33554432000 4194304 16246674 140737083861024 139717035142384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11124/tid=11126] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11126/stat : 11126 (toysat) S 11121 11124 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274969 33554432000 4194304 16246674 140737083861024 139717024652528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11124/tid=11127] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11127/stat : 11127 (toysat) S 11121 11124 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274969 33554432000 4194304 16246674 140737083861024 139717014178992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1333828

[startup+102.3 s]
/proc/loadavg: 2.20 2.20 2.17 3/183 11129
/proc/meminfo: memFree=28549364/32872528 swapFree=12208/1156848
[pid=11124] ppid=11121 vsize=1333828 CPUtime=102.28 cores=1,3,5,7
/proc/11124/stat : 11124 (toysat) R 11121 11124 9895 0 -1 4202496 274160 0 0 0 10188 40 0 0 20 0 4 0 107184598 1365839872 274969 33554432000 4194304 16246674 140737083861024 140737083842944 5822604 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11124/statm: 333457 274969 914 2943 0 330351 0
[pid=11124/tid=11125] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11125/stat : 11125 (toysat) S 11121 11124 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274969 33554432000 4194304 16246674 140737083861024 139717035142384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11124/tid=11126] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11126/stat : 11126 (toysat) S 11121 11124 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274969 33554432000 4194304 16246674 140737083861024 139717024652528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11124/tid=11127] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11127/stat : 11127 (toysat) S 11121 11124 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274969 33554432000 4194304 16246674 140737083861024 139717014178992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1333828


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

/proc/11124/task/11127/stat : 11127 (toysat) S 11121 11124 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717014178992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 1333828

[startup+1362.3 s]
/proc/loadavg: 2.19 2.16 2.17 3/183 11209
/proc/meminfo: memFree=28520464/32872528 swapFree=12208/1156848
[pid=11124] ppid=11121 vsize=1333828 CPUtime=1361.95 cores=1,3,5,7
/proc/11124/stat : 11124 (toysat) R 11121 11124 9895 0 -1 4202496 274447 0 0 0 136151 44 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 140737083842944 5822252 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11124/statm: 333457 274973 915 2943 0 330351 0
[pid=11124/tid=11125] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11125/stat : 11125 (toysat) S 11121 11124 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717035142384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11124/tid=11126] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11126/stat : 11126 (toysat) S 11121 11124 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717024652528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11124/tid=11127] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11127/stat : 11127 (toysat) S 11121 11124 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717014178992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 1333828

[startup+1422.3 s]
/proc/loadavg: 2.11 2.15 2.16 3/183 11211
/proc/meminfo: memFree=28519824/32872528 swapFree=12208/1156848
[pid=11124] ppid=11121 vsize=1333828 CPUtime=1421.94 cores=1,3,5,7
/proc/11124/stat : 11124 (toysat) R 11121 11124 9895 0 -1 4202496 274447 0 0 0 142150 44 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 140737083842944 5672188 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11124/statm: 333457 274973 915 2943 0 330351 0
[pid=11124/tid=11125] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11125/stat : 11125 (toysat) S 11121 11124 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717035142384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11124/tid=11126] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11126/stat : 11126 (toysat) S 11121 11124 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717024652528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11124/tid=11127] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11127/stat : 11127 (toysat) S 11121 11124 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717014178992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 1333828

[startup+1482.3 s]
/proc/loadavg: 2.14 2.15 2.16 3/183 11212
/proc/meminfo: memFree=28519476/32872528 swapFree=12208/1156848
[pid=11124] ppid=11121 vsize=1333828 CPUtime=1481.93 cores=1,3,5,7
/proc/11124/stat : 11124 (toysat) R 11121 11124 9895 0 -1 4202496 274447 0 0 0 148149 44 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 140737083842944 5822484 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11124/statm: 333457 274973 915 2943 0 330351 0
[pid=11124/tid=11125] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11125/stat : 11125 (toysat) S 11121 11124 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717035142384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11124/tid=11126] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11126/stat : 11126 (toysat) S 11121 11124 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717024652528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11124/tid=11127] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11127/stat : 11127 (toysat) S 11121 11124 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717014178992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 1333828

[startup+1542.31 s]
/proc/loadavg: 2.21 2.16 2.16 3/184 11216
/proc/meminfo: memFree=28519848/32872528 swapFree=12208/1156848
[pid=11124] ppid=11121 vsize=1333828 CPUtime=1541.92 cores=1,3,5,7
/proc/11124/stat : 11124 (toysat) R 11121 11124 9895 0 -1 4202496 274447 0 0 0 154148 44 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 140737083842944 5822252 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11124/statm: 333457 274973 915 2943 0 330351 0
[pid=11124/tid=11125] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11125/stat : 11125 (toysat) S 11121 11124 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717035142384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11124/tid=11126] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11126/stat : 11126 (toysat) S 11121 11124 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717024652528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11124/tid=11127] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11127/stat : 11127 (toysat) S 11121 11124 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717014178992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 1333828

[startup+1602.3 s]
/proc/loadavg: 2.15 2.16 2.16 3/184 11240
/proc/meminfo: memFree=28519468/32872528 swapFree=12208/1156848
[pid=11124] ppid=11121 vsize=1333828 CPUtime=1601.91 cores=1,3,5,7
/proc/11124/stat : 11124 (toysat) R 11121 11124 9895 0 -1 4202496 274447 0 0 0 160147 44 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 140737083842944 5822252 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11124/statm: 333457 274973 915 2943 0 330351 0
[pid=11124/tid=11125] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11125/stat : 11125 (toysat) S 11121 11124 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717035142384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11124/tid=11126] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11126/stat : 11126 (toysat) S 11121 11124 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717024652528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11124/tid=11127] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11127/stat : 11127 (toysat) S 11121 11124 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717014178992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 1333828

[startup+1662.3 s]
/proc/loadavg: 2.15 2.16 2.16 3/183 11241
/proc/meminfo: memFree=28520084/32872528 swapFree=12208/1156848
[pid=11124] ppid=11121 vsize=1333828 CPUtime=1661.9 cores=1,3,5,7
/proc/11124/stat : 11124 (toysat) R 11121 11124 9895 0 -1 4202496 274447 0 0 0 166146 44 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 140737083842944 5673852 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11124/statm: 333457 274973 915 2943 0 330351 0
[pid=11124/tid=11125] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11125/stat : 11125 (toysat) S 11121 11124 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717035142384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11124/tid=11126] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11126/stat : 11126 (toysat) S 11121 11124 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717024652528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11124/tid=11127] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11127/stat : 11127 (toysat) S 11121 11124 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717014178992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 1333828

[startup+1722.3 s]
/proc/loadavg: 2.22 2.17 2.17 3/183 11243
/proc/meminfo: memFree=28519496/32872528 swapFree=12208/1156848
[pid=11124] ppid=11121 vsize=1333828 CPUtime=1721.89 cores=1,3,5,7
/proc/11124/stat : 11124 (toysat) R 11121 11124 9895 0 -1 4202496 274447 0 0 0 172145 44 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 140737083842944 5822604 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11124/statm: 333457 274973 915 2943 0 330351 0
[pid=11124/tid=11125] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11125/stat : 11125 (toysat) S 11121 11124 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717035142384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11124/tid=11126] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11126/stat : 11126 (toysat) S 11121 11124 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717024652528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11124/tid=11127] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11127/stat : 11127 (toysat) S 11121 11124 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717014178992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 1333828

[startup+1782.3 s]
/proc/loadavg: 2.12 2.15 2.16 4/183 11244
/proc/meminfo: memFree=28519984/32872528 swapFree=12208/1156848
[pid=11124] ppid=11121 vsize=1333828 CPUtime=1781.88 cores=1,3,5,7
/proc/11124/stat : 11124 (toysat) R 11121 11124 9895 0 -1 4202496 274447 0 0 0 178144 44 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 140737083842944 5822604 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11124/statm: 333457 274973 915 2943 0 330351 0
[pid=11124/tid=11125] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11125/stat : 11125 (toysat) S 11121 11124 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717035142384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11124/tid=11126] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11126/stat : 11126 (toysat) S 11121 11124 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717024652528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11124/tid=11127] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11127/stat : 11127 (toysat) S 11121 11124 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717014178992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 1333828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.15 2.16 2.16 3/183 11244
/proc/meminfo: memFree=28520276/32872528 swapFree=12208/1156848
[pid=11124] ppid=11121 vsize=1333828 CPUtime=1800.07 cores=1,3,5,7
/proc/11124/stat : 11124 (toysat) R 11121 11124 9895 0 -1 4202496 274447 0 0 0 179963 44 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 140737083842944 5677667 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11124/statm: 333457 274973 915 2943 0 330351 0
[pid=11124/tid=11125] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11125/stat : 11125 (toysat) S 11121 11124 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717035142384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11124/tid=11126] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11126/stat : 11126 (toysat) S 11121 11124 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717024652528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11124/tid=11127] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11127/stat : 11127 (toysat) S 11121 11124 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717014178992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1333828

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

[startup+1800.5 s]
/proc/loadavg: 2.15 2.16 2.16 3/183 11244
/proc/meminfo: memFree=28520276/32872528 swapFree=12208/1156848
[pid=11124] ppid=11121 vsize=1333828 CPUtime=1800.07 cores=1,3,5,7
/proc/11124/stat : 11124 (toysat) R 11121 11124 9895 0 -1 4202496 274447 0 0 0 179963 44 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 140737083842944 5677667 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11124/statm: 333457 274973 915 2943 0 330351 0
[pid=11124/tid=11125] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11125/stat : 11125 (toysat) S 11121 11124 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717035142384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11124/tid=11126] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11126/stat : 11126 (toysat) S 11121 11124 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717024652528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11124/tid=11127] ppid=11121 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/11124/task/11127/stat : 11127 (toysat) S 11121 11124 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107184598 1365839872 274973 33554432000 4194304 16246674 140737083861024 139717014178992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1333828

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.51
CPU time (s): 1800.09
CPU user time (s): 1799.65
CPU system time (s): 0.446932
CPU usage (%): 99.9768
Max. virtual memory (cumulated for all children) (KiB): 1333828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 0.446932
maximum resident set size= 1099892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274447
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= 306
involuntary context switches= 1833

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.79827 second user time and 7.27889 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-07 00:35:00
IDJOB=4079806
IDBENCH=25033
IDSOLVER=2542
FILE ID=node114/4079806-1465252500
RUNJOBID= node114-1465241547-9912
PBS_JOBID= 19843245
Free space on /tmp= 71716 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_opers/normalized-fir10_area_opers.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079806-1465252500/watcher-4079806-1465252500 -o /tmp/evaluation-result-4079806-1465252500/solver-4079806-1465252500 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465241547-9912 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079806-1465252500.opb

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

MD5SUM BENCH= cca2bc3212eb56e1c6b2ae84ca292ee3
RANDOM SEED=1994477564

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29648344 kB
Buffers:           54712 kB
Cached:           219348 kB
SwapCached:         1724 kB
Active:          1213168 kB
Inactive:         149868 kB
Active(anon):    1089880 kB
Inactive(anon):     1200 kB
Active(file):     123288 kB
Inactive(file):   148668 kB
Unevictable:     1156848 kB
Mlocked:           12208 kB
SwapTotal:      67108856 kB
SwapFree:       67096600 kB
Dirty:             22160 kB
Writeback:             8 kB
AnonPages:       2244712 kB
Mapped:            10732 kB
Shmem:                 0 kB
Slab:             570596 kB
SReclaimable:      14168 kB
SUnreclaim:       556428 kB
KernelStack:        1448 kB
PageTables:         8636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2391432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1146880 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= 71700 MiB
End job on node114 at 2016-06-07 01:05:01