Trace number 4112674

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
minisatp 2012-10-02 git-d91742bSAT (TO)46 1800.02 1800.3

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_3.opb
MD5SUM8d16c34d0eecf3c16ca4b890652c15ca
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark1800.72
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 7
Optimality of the best value was proved NO
Number of variables146
Total number of constraints12
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint64
Maximum length of a constraint66
Number of terms in the objective function 96
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1270
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4321
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Parsing PB file...
0.00/0.00	c Converting 12 PB-constraints to clauses...
0.00/0.00	c   -- Unit propagations: (none)
0.00/0.00	c   -- Detecting intervals from adjacent constraints: ######
0.00/0.00	c   -- Clauses(.)/Splits(s): (none)
0.00/0.00	c ---[  10]---> Adder-cost: 332   maxlim: 1521   bits: 12/11
0.00/0.01	c ---[   8]---> Adder-cost: 302   maxlim: 1397   bits: 12/11
0.00/0.03	c ---[   6]---> Adder-cost: 320   maxlim: 1453   bits: 12/11
0.00/0.04	c ---[   4]---> Adder-cost: 306   maxlim: 1305   bits: 12/11
0.00/0.05	c ---[   2]---> Adder-cost: 338   maxlim: 1525   bits: 12/11
0.00/0.06	c ---[   0]---> Adder-cost: 284   maxlim: 1301   bits: 12/11
0.09/0.10	|  Eliminated clauses:           0.00 Mb                                      |
0.09/0.10	============================[ Search Statistics ]==============================
0.09/0.10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.10	===============================================================================
0.09/0.10	|       100 |    1949    12719    45058 |     4663       99     11 |  6.638 % |
0.09/0.10	|       250 |    1946    12719    45058 |     5129      246     11 |  6.781 % |
0.09/0.10	|       475 |    1943    12719    45058 |     5642      468     11 |  6.925 % |
0.09/0.10	===============================================================================
0.09/0.10	c Found solution: 679
0.09/0.10	c ---[   0]---> Sorter-cost: 1884     Base: 2 2 2 2 2 2 2
0.09/0.17	|  Eliminated clauses:           0.03 Mb                                      |
0.09/0.17	============================[ Search Statistics ]==============================
0.09/0.17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.17	===============================================================================
0.09/0.17	|       748 |    3007    17051    56359 |     6252      740     12 |  3.922 % |
0.09/0.17	|       898 |    3007    17051    56359 |     6877      890     14 |  3.922 % |
0.09/0.17	|      1123 |    3005    17051    56359 |     7564     1113     16 |  3.975 % |
0.09/0.17	|      1460 |    3005    17051    56359 |     8321     1450     16 |  3.975 % |
0.09/0.17	|      1966 |    3003    17051    56359 |     9153     1954     16 |  4.029 % |
0.09/0.17	===============================================================================
0.09/0.17	c Found solution: 662
0.09/0.17	c ---[   0]---> Sorter-cost:    8     Base: 2 2 2 2 2 2 2
0.09/0.18	|  Eliminated clauses:           0.03 Mb                                      |
0.09/0.18	============================[ Search Statistics ]==============================
0.09/0.18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.18	===============================================================================
0.09/0.18	===============================================================================
0.09/0.18	c Found solution: 571
0.09/0.18	c ---[   0]---> Sorter-cost:    7     Base: 2 2 2 2 2 2 2
0.19/0.27	|  Eliminated clauses:           0.03 Mb                                      |
0.19/0.27	============================[ Search Statistics ]==============================
0.19/0.27	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.27	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.27	===============================================================================
0.19/0.27	|      2540 |    3011    17074    56710 |     6260     2528     16 |  3.970 % |
0.19/0.27	|      2690 |    3011    17074    56710 |     6886     2678     17 |  3.970 % |
0.19/0.27	|      2915 |    3010    17074    56710 |     7575     2902     17 |  3.996 % |
0.19/0.27	|      3252 |    3009    17074    56710 |     8332     3238     18 |  4.022 % |
0.19/0.27	|      3758 |    3009    17074    56710 |     9165     3744     20 |  4.022 % |
0.19/0.27	|      4517 |    3008    17074    56710 |    10082     4502     21 |  4.048 % |
0.19/0.27	===============================================================================
0.19/0.27	c Found solution: 569
0.19/0.27	c ---[   0]---> Sorter-cost:    6     Base: 2 2 2 2 2 2 2
0.39/0.41	|  Eliminated clauses:           0.03 Mb                                      |
0.39/0.41	============================[ Search Statistics ]==============================
0.39/0.41	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.41	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.41	===============================================================================
0.39/0.41	|      4754 |    3007    17054    56721 |     6253     4739     21 |  4.053 % |
0.39/0.41	|      4904 |    3007    17054    56721 |     6878     4889     21 |  4.053 % |
0.39/0.41	|      5129 |    3007    17054    56721 |     7566     5114     21 |  4.053 % |
0.39/0.41	|      5466 |    3007    17054    56721 |     8322     5451     21 |  4.053 % |
0.39/0.41	|      5972 |    3007    17054    56721 |     9155     5957     23 |  4.053 % |
0.39/0.41	|      6731 |    3006    17054    56721 |    10070     6715     23 |  4.078 % |
0.39/0.41	|      7870 |    3006    17054    56721 |    11077     7854     28 |  4.078 % |
0.39/0.41	===============================================================================
0.39/0.41	c Found solution: 555
0.39/0.41	c ---[   0]---> Sorter-cost:    5     Base: 2 2 2 2 2 2 2
0.39/0.42	|  Eliminated clauses:           0.03 Mb                                      |
0.39/0.42	============================[ Search Statistics ]==============================
0.39/0.42	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.42	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.42	===============================================================================
0.39/0.42	===============================================================================
0.39/0.42	c Found solution: 553
0.39/0.42	c ---[   0]---> Sorter-cost:    5     Base: 2 2 2 2 2 2 2
0.39/0.43	|  Eliminated clauses:           0.03 Mb                                      |
0.39/0.43	============================[ Search Statistics ]==============================
0.39/0.43	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.43	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.43	===============================================================================
0.39/0.43	===============================================================================
0.39/0.43	c Found solution: 551
0.39/0.43	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2 2
0.39/0.44	|  Eliminated clauses:           0.03 Mb                                      |
0.39/0.44	============================[ Search Statistics ]==============================
0.39/0.44	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.44	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.44	===============================================================================
0.39/0.44	===============================================================================
0.39/0.44	c Found solution: 549
0.39/0.44	c ---[   0]---> Sorter-cost:    4     Base: 2 2 2 2 2 2 2
0.39/0.45	|  Eliminated clauses:           0.03 Mb                                      |
0.39/0.45	============================[ Search Statistics ]==============================
0.39/0.45	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.45	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.45	===============================================================================
0.39/0.45	===============================================================================
0.39/0.45	c Found solution: 547
0.39/0.45	c ---[   0]---> Sorter-cost:    6     Base: 2 2 2 2 2 2 2
0.39/0.45	|  Eliminated clauses:           0.04 Mb                                      |
0.39/0.45	============================[ Search Statistics ]==============================
0.39/0.45	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.45	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.45	===============================================================================
0.39/0.45	===============================================================================
0.39/0.45	c Found solution: 545
0.39/0.45	c ---[   0]---> Sorter-cost:    6     Base: 2 2 2 2 2 2 2
0.39/0.46	|  Eliminated clauses:           0.04 Mb                                      |
0.39/0.46	============================[ Search Statistics ]==============================
0.39/0.46	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.46	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.46	===============================================================================
0.39/0.46	|      8513 |    3015    17111    57349 |     6274     4382     30 |  4.112 % |
0.39/0.46	===============================================================================
0.39/0.46	c Found solution: 543
0.39/0.46	c ---[   0]---> Sorter-cost:    6     Base: 2 2 2 2 2 2 2
0.39/0.47	|  Eliminated clauses:           0.04 Mb                                      |
0.39/0.47	============================[ Search Statistics ]==============================
0.39/0.47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.47	===============================================================================
0.39/0.47	===============================================================================
0.39/0.47	c Found solution: 541
0.39/0.47	c ---[   0]---> Sorter-cost:    5     Base: 2 2 2 2 2 2 2
0.49/0.50	|  Eliminated clauses:           0.04 Mb                                      |
0.49/0.50	============================[ Search Statistics ]==============================
0.49/0.50	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.50	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.50	===============================================================================
0.49/0.50	|      8640 |    3017    17135    57606 |     6282     4509     32 |  4.121 % |
0.49/0.50	|      8790 |    3017    17135    57606 |     6911     4659     31 |  4.121 % |
0.49/0.50	|      9015 |    3017    17135    57606 |     7602     4884     31 |  4.121 % |
0.49/0.50	===============================================================================
0.49/0.50	c Found solution: 539
0.49/0.50	c ---[   0]---> Sorter-cost:    4     Base: 2 2 2 2 2 2 2
0.49/0.52	|  Eliminated clauses:           0.04 Mb                                      |
0.49/0.52	============================[ Search Statistics ]==============================
0.49/0.52	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.52	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.52	===============================================================================
0.49/0.52	|      9392 |    3018    17145    57692 |     6286     5261     30 |  4.132 % |
0.49/0.52	|      9542 |    3018    17145    57692 |     6915     5411     30 |  4.132 % |
0.49/0.52	===============================================================================
0.49/0.52	c Found solution: 527
0.49/0.52	c ---[   0]---> Sorter-cost:    5     Base: 2 2 2 2 2 2 2
0.49/0.53	|  Eliminated clauses:           0.04 Mb                                      |
0.49/0.53	============================[ Search Statistics ]==============================
0.49/0.53	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.53	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.53	===============================================================================
0.49/0.53	===============================================================================
0.49/0.53	c Found solution: 525
0.49/0.53	c ---[   0]---> Sorter-cost:    5     Base: 2 2 2 2 2 2 2
0.49/0.54	|  Eliminated clauses:           0.04 Mb                                      |
0.49/0.54	============================[ Search Statistics ]==============================
0.49/0.54	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.54	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.54	===============================================================================
0.49/0.54	|      9823 |    3021    17170    57938 |     6295     5692     29 |  4.143 % |
0.49/0.54	|      9973 |    3021    17170    57938 |     6925     5842     29 |  4.143 % |
0.49/0.54	===============================================================================
0.49/0.54	c Found solution: 499
0.49/0.54	c ---[   0]---> Sorter-cost:    5     Base: 2 2 2 2 2 2 2
0.49/0.55	|  Eliminated clauses:           0.04 Mb                                      |
0.49/0.55	============================[ Search Statistics ]==============================
0.49/0.55	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.55	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.55	===============================================================================
0.49/0.55	===============================================================================
0.49/0.55	c Found solution: 487
0.49/0.55	c ---[   0]---> Sorter-cost:    3     Base: 2 2 2 2 2 2 2
0.49/0.56	|  Eliminated clauses:           0.04 Mb                                      |
0.49/0.56	============================[ Search Statistics ]==============================
0.49/0.56	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.56	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.56	===============================================================================
0.49/0.56	===============================================================================
0.49/0.56	c Found solution: 473
0.49/0.56	c ---[   0]---> Sorter-cost:    4     Base: 2 2 2 2 2 2 2
0.49/0.57	|  Eliminated clauses:           0.04 Mb                                      |
0.49/0.57	============================[ Search Statistics ]==============================
0.49/0.57	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.57	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.57	===============================================================================
0.49/0.57	===============================================================================
0.49/0.57	c Found solution: 471
0.49/0.57	c ---[   0]---> Sorter-cost:    5     Base: 2 2 2 2 2 2 2
0.49/0.57	|  Eliminated clauses:           0.04 Mb                                      |
0.49/0.57	============================[ Search Statistics ]==============================
0.49/0.57	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.57	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.57	===============================================================================
0.49/0.57	===============================================================================
0.49/0.57	c Found solution: 467
0.49/0.57	c ---[   0]---> Sorter-cost:    4     Base: 2 2 2 2 2 2 2
0.49/0.58	|  Eliminated clauses:           0.04 Mb                                      |
0.49/0.58	============================[ Search Statistics ]==============================
0.49/0.58	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.58	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.58	===============================================================================
0.49/0.58	===============================================================================
0.49/0.58	c Found solution: 463
0.49/0.58	c ---[   0]---> Sorter-cost:    3     Base: 2 2 2 2 2 2 2
0.49/0.59	|  Eliminated clauses:           0.04 Mb                                      |
0.49/0.59	============================[ Search Statistics ]==============================
0.49/0.59	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.59	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.59	===============================================================================
0.49/0.59	===============================================================================
0.49/0.59	c Found solution: 447
0.49/0.59	c ---[   0]---> Sorter-cost:    4     Base: 2 2 2 2 2 2 2
0.49/0.59	|  Eliminated clauses:           0.04 Mb                                      |
0.49/0.59	============================[ Search Statistics ]==============================
0.49/0.59	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.59	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.59	===============================================================================
0.49/0.59	===============================================================================
0.49/0.59	c Found solution: 445
0.49/0.59	c ---[   0]---> Sorter-cost:    4     Base: 2 2 2 2 2 2 2
0.59/0.60	|  Eliminated clauses:           0.04 Mb                                      |
0.59/0.60	============================[ Search Statistics ]==============================
0.59/0.60	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.59/0.60	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.59/0.60	===============================================================================
0.59/0.60	===============================================================================
0.59/0.60	c Found solution: 399
0.59/0.60	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2 2
0.59/0.61	|  Eliminated clauses:           0.04 Mb                                      |
0.59/0.61	============================[ Search Statistics ]==============================
0.59/0.61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.59/0.61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.59/0.61	===============================================================================
0.59/0.61	===============================================================================
0.59/0.61	c Found solution: 397
0.59/0.61	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2 2
0.59/0.68	|  Eliminated clauses:           0.04 Mb                                      |
0.59/0.68	============================[ Search Statistics ]==============================
0.59/0.68	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.59/0.68	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.59/0.68	===============================================================================
0.59/0.68	|     10426 |    3002    17025    56475 |     6242     3361     22 |  4.264 % |
0.59/0.68	|     10576 |    3002    17025    56475 |     6866     3511     22 |  4.264 % |
0.59/0.68	|     10801 |    3002    17025    56475 |     7553     3736     22 |  4.264 % |
0.59/0.68	|     11138 |    3002    17025    56475 |     8308     4073     22 |  4.264 % |
0.59/0.68	|     11644 |    3002    17025    56475 |     9139     4579     23 |  4.264 % |
0.59/0.68	===============================================================================
0.59/0.68	c Found solution: 367
0.59/0.68	c ---[   0]---> Sorter-cost:    4     Base: 2 2 2 2 2 2 2
0.59/0.69	|  Eliminated clauses:           0.04 Mb                                      |
0.59/0.69	============================[ Search Statistics ]==============================
0.59/0.69	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.59/0.69	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.59/0.69	===============================================================================
0.59/0.69	===============================================================================
0.59/0.69	c Found solution: 365
0.59/0.69	c ---[   0]---> Sorter-cost:    4     Base: 2 2 2 2 2 2 2
0.59/0.69	|  Eliminated clauses:           0.05 Mb                                      |
0.59/0.69	============================[ Search Statistics ]==============================
0.59/0.69	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.59/0.69	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.59/0.69	===============================================================================
0.59/0.69	===============================================================================
0.59/0.69	c Found solution: 363
0.59/0.69	c ---[   0]---> Sorter-cost:    3     Base: 2 2 2 2 2 2 2
0.69/0.70	|  Eliminated clauses:           0.05 Mb                                      |
0.69/0.70	============================[ Search Statistics ]==============================
0.69/0.70	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.70	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.70	===============================================================================
0.69/0.70	===============================================================================
0.69/0.70	c Found solution: 361
0.69/0.70	c ---[   0]---> Sorter-cost:    3     Base: 2 2 2 2 2 2 2
0.69/0.70	|  Eliminated clauses:           0.05 Mb                                      |
0.69/0.70	============================[ Search Statistics ]==============================
0.69/0.70	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.70	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.70	===============================================================================
0.69/0.70	===============================================================================
0.69/0.70	c Found solution: 357
0.69/0.70	c ---[   0]---> Sorter-cost:    3     Base: 2 2 2 2 2 2 2
0.69/0.71	|  Eliminated clauses:           0.05 Mb                                      |
0.69/0.71	============================[ Search Statistics ]==============================
0.69/0.71	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.71	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.71	===============================================================================
0.69/0.71	===============================================================================
0.69/0.71	c Found solution: 353
0.69/0.71	c ---[   0]---> Sorter-cost:    3     Base: 2 2 2 2 2 2 2
0.69/0.72	|  Eliminated clauses:           0.05 Mb                                      |
0.69/0.72	============================[ Search Statistics ]==============================
0.69/0.72	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.72	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.72	===============================================================================
0.69/0.72	===============================================================================
0.69/0.72	c Found solution: 349
0.69/0.72	c ---[   0]---> Sorter-cost:    3     Base: 2 2 2 2 2 2 2
0.69/0.72	|  Eliminated clauses:           0.05 Mb                                      |
0.69/0.72	============================[ Search Statistics ]==============================
0.69/0.72	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.72	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.72	===============================================================================
0.69/0.72	===============================================================================
0.69/0.72	c Found solution: 345
0.69/0.72	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2 2
0.69/0.73	|  Eliminated clauses:           0.05 Mb                                      |
0.69/0.73	============================[ Search Statistics ]==============================
0.69/0.73	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.73	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.73	===============================================================================
0.69/0.73	===============================================================================
0.69/0.73	c Found solution: 301
0.69/0.73	c ---[   0]---> Sorter-cost:    3     Base: 2 2 2 2 2 2 2
0.79/0.88	|  Eliminated clauses:           0.05 Mb                                      |
0.79/0.88	============================[ Search Statistics ]==============================
0.79/0.88	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.79/0.88	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.79/0.88	===============================================================================
0.79/0.88	|     12352 |    3011    17067    56791 |     6257     5287     24 |  4.377 % |
0.79/0.88	|     12502 |    3011    17067    56791 |     6883     5437     25 |  4.377 % |
0.79/0.88	|     12727 |    3011    17067    56791 |     7572     5662     26 |  4.377 % |
0.79/0.88	|     13064 |    3011    17067    56791 |     8329     5999     26 |  4.377 % |
0.79/0.88	|     13570 |    3011    17067    56791 |     9162     6505     26 |  4.377 % |
0.79/0.88	|     14329 |    3011    17067    56791 |    10078     7264     27 |  4.377 % |
0.79/0.88	|     15468 |    3011    17067    56791 |    11086     8403     31 |  4.377 % |
0.79/0.88	===============================================================================
0.79/0.88	c Found solution: 293
0.79/0.88	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2 2
0.79/0.89	|  Eliminated clauses:           0.05 Mb                                      |
0.79/0.89	============================[ Search Statistics ]==============================
0.79/0.89	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.79/0.89	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.79/0.89	===============================================================================
0.79/0.89	===============================================================================
0.79/0.89	c Found solution: 291
0.79/0.89	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2 2
0.89/0.90	|  Eliminated clauses:           0.05 Mb                                      |
0.89/0.90	============================[ Search Statistics ]==============================
0.89/0.90	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.89/0.90	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.89/0.90	===============================================================================
0.89/0.90	===============================================================================
0.89/0.90	c Found solution: 289
0.89/0.90	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2 2
0.89/0.91	|  Eliminated clauses:           0.05 Mb                                      |
0.89/0.91	============================[ Search Statistics ]==============================
0.89/0.91	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.89/0.91	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.89/0.91	===============================================================================
0.89/0.91	===============================================================================
0.89/0.91	c Found solution: 283
0.89/0.91	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2 2
1.59/1.63	|  Eliminated clauses:           0.05 Mb                                      |
1.59/1.63	============================[ Search Statistics ]==============================
1.59/1.63	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.59/1.63	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.59/1.63	===============================================================================
1.59/1.63	|     15655 |    3012    17075    56848 |     6260     4365     29 |  4.428 % |
1.59/1.63	|     15805 |    3012    17075    56848 |     6886     4515     29 |  4.428 % |
1.59/1.63	|     16030 |    3012    17075    56848 |     7575     4740     29 |  4.428 % |
1.59/1.63	|     16367 |    3012    17075    56848 |     8333     5077     30 |  4.428 % |
1.59/1.63	|     16873 |    3012    17075    56848 |     9166     5583     30 |  4.428 % |
1.59/1.63	|     17632 |    3012    17075    56848 |    10083     6342     30 |  4.428 % |
1.59/1.63	|     18771 |    3012    17075    56848 |    11091     7481     31 |  4.428 % |
1.59/1.63	|     20479 |    3012    17075    56848 |    12200     9189     31 |  4.428 % |
1.59/1.63	|     23041 |    3011    17075    56848 |    13420    11749     32 |  4.451 % |
1.59/1.63	|     26885 |    3011    17075    56848 |    14762     8748     29 |  4.451 % |
1.59/1.63	===============================================================================
1.59/1.63	c Found solution: 282
1.59/1.63	c ---[   0]---> Sorter-cost:    7     Base: 2 2 2 2 2 2 2
3.30/3.38	|  Eliminated clauses:           0.05 Mb                                      |
3.30/3.38	============================[ Search Statistics ]==============================
3.30/3.38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.30/3.38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.30/3.38	===============================================================================
3.30/3.38	|     31165 |    3005    17054    56726 |     6253     3332     27 |  4.457 % |
3.30/3.38	|     31315 |    3005    17054    56726 |     6878     3482     26 |  4.457 % |
3.30/3.38	|     31540 |    3005    17054    56726 |     7566     3707     26 |  4.457 % |
3.30/3.38	|     31877 |    3005    17054    56726 |     8322     4044     26 |  4.457 % |
3.30/3.38	|     32383 |    3005    17054    56726 |     9155     4550     27 |  4.457 % |
3.30/3.38	|     33142 |    3005    17054    56726 |    10070     5309     27 |  4.457 % |
3.30/3.38	|     34281 |    3005    17054    56726 |    11077     6448     30 |  4.457 % |
3.30/3.38	|     35989 |    3005    17054    56726 |    12185     8156     30 |  4.457 % |
3.30/3.38	|     38551 |    3005    17054    56726 |    13404    10718     33 |  4.457 % |
3.30/3.38	|     42395 |    3005    17054    56726 |    14744     7726     28 |  4.457 % |
3.30/3.38	|     48161 |    3005    17054    56726 |    16219    13492     33 |  4.457 % |
3.30/3.38	|     56810 |    3005    17054    56726 |    17840    13913     33 |  4.457 % |
3.30/3.38	===============================================================================
3.30/3.38	c Found solution: 278
3.30/3.38	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2 2
3.30/3.40	|  Eliminated clauses:           0.05 Mb                                      |
3.30/3.40	============================[ Search Statistics ]==============================
3.30/3.40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.30/3.40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.30/3.40	===============================================================================
3.30/3.40	===============================================================================
3.30/3.40	c Found solution: 270
3.30/3.40	c ---[   0]---> Sorter-cost:    6     Base: 2 2 2 2 2 2 2
3.40/3.41	|  Eliminated clauses:           0.05 Mb                                      |
3.40/3.41	============================[ Search Statistics ]==============================
3.40/3.41	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.40/3.41	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.40/3.41	===============================================================================
3.40/3.41	===============================================================================
3.40/3.41	c Found solution: 254
3.40/3.41	c ---[   0]---> Sorter-cost:    5     Base: 2 2 2 2 2 2 2
3.40/3.42	|  Eliminated clauses:           0.05 Mb                                      |
3.40/3.42	============================[ Search Statistics ]==============================
3.40/3.42	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.40/3.42	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.40/3.42	===============================================================================
3.40/3.42	===============================================================================
3.40/3.42	c Found solution: 248
3.40/3.42	c ---[   0]---> Sorter-cost:    8     Base: 2 2 2 2 2 2 2
3.40/3.42	|  Eliminated clauses:           0.05 Mb                                      |
3.40/3.42	============================[ Search Statistics ]==============================
3.40/3.42	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.40/3.42	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.40/3.42	===============================================================================
3.40/3.42	===============================================================================
3.40/3.42	c Found solution: 246
3.40/3.42	c ---[   0]---> Sorter-cost:    4     Base: 2 2 2 2 2 2 2
3.59/3.61	|  Eliminated clauses:           0.05 Mb                                      |
3.59/3.61	============================[ Search Statistics ]==============================
3.59/3.61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.59/3.61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.59/3.61	===============================================================================
3.59/3.61	|     65706 |    3006    17057    56725 |     6254     3542     29 |  4.526 % |
3.59/3.61	|     65856 |    3006    17057    56725 |     6879     3692     28 |  4.526 % |
3.59/3.61	|     66081 |    3006    17057    56725 |     7567     3917     28 |  4.526 % |
3.59/3.61	|     66418 |    3006    17057    56725 |     8324     4254     28 |  4.526 % |
3.59/3.61	|     66924 |    3006    17057    56725 |     9156     4760     28 |  4.526 % |
3.59/3.61	|     67683 |    3006    17057    56725 |    10072     5519     26 |  4.526 % |
3.59/3.61	|     68822 |    3006    17057    56725 |    11079     6658     29 |  4.526 % |
3.59/3.61	===============================================================================
3.59/3.61	c Found solution: 230
3.59/3.61	c ---[   0]---> Sorter-cost:    5     Base: 2 2 2 2 2 2 2
4.99/5.05	|  Eliminated clauses:           0.05 Mb                                      |
4.99/5.05	============================[ Search Statistics ]==============================
4.99/5.05	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.99/5.05	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.99/5.05	===============================================================================
4.99/5.05	|     70415 |    3001    17026    56554 |     6242     4176     24 |  4.534 % |
4.99/5.05	|     70565 |    3001    17026    56554 |     6867     4326     25 |  4.534 % |
4.99/5.05	|     70790 |    3001    17026    56554 |     7553     4551     25 |  4.534 % |
4.99/5.05	|     71127 |    3001    17026    56554 |     8309     4888     26 |  4.534 % |
4.99/5.05	|     71633 |    3001    17026    56554 |     9140     5394     27 |  4.534 % |
4.99/5.05	|     72392 |    3001    17026    56554 |    10054     6153     29 |  4.534 % |
4.99/5.05	|     73531 |    3001    17026    56554 |    11059     7292     29 |  4.534 % |
4.99/5.05	|     75239 |    3001    17026    56554 |    12165     9000     29 |  4.534 % |
4.99/5.05	|     77801 |    3001    17026    56554 |    13382    11562     33 |  4.534 % |
4.99/5.05	|     81645 |    3001    17026    56554 |    14720     8547     32 |  4.534 % |
4.99/5.05	|     87411 |    3001    17026    56554 |    16192    14313     40 |  4.534 % |
4.99/5.05	===============================================================================
4.99/5.05	c Found solution: 191
4.99/5.05	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2 2
4.99/5.07	|  Eliminated clauses:           0.05 Mb                                      |
4.99/5.07	============================[ Search Statistics ]==============================
4.99/5.07	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.99/5.07	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.99/5.07	===============================================================================
4.99/5.07	===============================================================================
4.99/5.07	c Found solution: 183
4.99/5.07	c ---[   0]---> Sorter-cost:    4     Base: 2 2 2 2 2 2 2
7.69/7.79	|  Eliminated clauses:           0.05 Mb                                      |
7.69/7.79	============================[ Search Statistics ]==============================
7.69/7.79	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.69/7.79	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.69/7.79	===============================================================================
7.69/7.79	|     93385 |    2998    17023    56519 |     6241     3113     26 |  4.556 % |
7.69/7.79	|     93535 |    2998    17023    56519 |     6865     3263     26 |  4.556 % |
7.69/7.79	|     93760 |    2998    17023    56519 |     7552     3488     26 |  4.556 % |
7.69/7.79	|     94097 |    2996    17023    56519 |     8307     3824     27 |  4.601 % |
7.69/7.79	|     94603 |    2994    17023    56519 |     9138     4329     30 |  4.646 % |
7.69/7.79	|     95362 |    2994    17023    56519 |    10052     5088     31 |  4.646 % |
7.69/7.79	|     96501 |    2994    17023    56519 |    11057     6226     33 |  4.646 % |
7.69/7.79	|     98209 |    2994    17023    56519 |    12163     7934     32 |  4.646 % |
7.69/7.79	|    100771 |    2994    17023    56519 |    13379    10496     33 |  4.646 % |
7.69/7.79	|    104615 |    2994    17023    56519 |    14717     7292     27 |  4.646 % |
7.69/7.79	|    110381 |    2994    17023    56519 |    16189    13058     32 |  4.646 % |
7.69/7.79	|    119030 |    2992    17023    56519 |    17808    13499     35 |  4.691 % |
7.69/7.79	|    132004 |    2992    17023    56519 |    19589    17395     36 |  4.691 % |
7.69/7.79	===============================================================================
7.69/7.79	c Found solution: 166
7.69/7.79	c ---[   0]---> Sorter-cost:    3     Base: 2 2 2 2 2 2 2
7.79/7.81	|  Eliminated clauses:           0.05 Mb                                      |
7.79/7.81	============================[ Search Statistics ]==============================
7.79/7.81	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.79/7.81	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.79/7.81	===============================================================================
7.79/7.81	===============================================================================
7.79/7.81	c Found solution: 158
7.79/7.81	c ---[   0]---> Sorter-cost:    4     Base: 2 2 2 2 2 2 2
7.79/7.81	|  Eliminated clauses:           0.05 Mb                                      |
7.79/7.81	============================[ Search Statistics ]==============================
7.79/7.81	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.79/7.81	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.79/7.81	===============================================================================
7.79/7.81	===============================================================================
7.79/7.81	c Found solution: 150
7.79/7.81	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2 2
7.79/7.82	|  Eliminated clauses:           0.05 Mb                                      |
7.79/7.82	============================[ Search Statistics ]==============================
7.79/7.82	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.79/7.82	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.79/7.82	===============================================================================
7.79/7.82	===============================================================================
7.79/7.82	c Found solution: 142
7.79/7.82	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2 2
10.29/10.37	|  Eliminated clauses:           0.05 Mb                                      |
10.29/10.37	============================[ Search Statistics ]==============================
10.29/10.37	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.29/10.37	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.29/10.37	===============================================================================
10.29/10.37	|    141912 |    2972    16938    56258 |     6210     4349     19 |  4.727 % |
10.29/10.37	|    142062 |    2972    16938    56258 |     6831     4499     19 |  4.727 % |
10.29/10.37	|    142287 |    2972    16938    56258 |     7514     4724     20 |  4.727 % |
10.29/10.37	|    142624 |    2972    16938    56258 |     8266     5061     20 |  4.727 % |
10.29/10.37	|    143130 |    2972    16938    56258 |     9092     5567     21 |  4.727 % |
10.29/10.37	|    143889 |    2972    16938    56258 |    10002     6326     23 |  4.727 % |
10.29/10.37	|    145028 |    2972    16938    56258 |    11002     7465     25 |  4.727 % |
10.29/10.37	|    146736 |    2972    16938    56258 |    12102     9173     26 |  4.727 % |
10.29/10.37	|    149298 |    2972    16938    56258 |    13312    11735     30 |  4.727 % |
10.29/10.37	|    153142 |    2970    16938    56258 |    14644     8792     31 |  4.771 % |
10.29/10.37	|    158908 |    2970    16938    56258 |    16108    14558     35 |  4.771 % |
10.29/10.37	|    167557 |    2970    16938    56258 |    17719    14852     37 |  4.771 % |
10.29/10.37	|    180531 |    2970    16938    56258 |    19491     9664     34 |  4.771 % |
10.29/10.37	===============================================================================
10.29/10.37	c Found solution: 118
10.29/10.37	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2
51.39/51.43	|  Eliminated clauses:           0.06 Mb                                      |
51.39/51.43	============================[ Search Statistics ]==============================
51.39/51.43	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.39/51.43	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.39/51.43	===============================================================================
51.39/51.43	|    185168 |    2916    16754    55604 |     6143     3650     24 |  5.051 % |
51.39/51.43	|    185318 |    2916    16754    55604 |     6757     3800     24 |  5.051 % |
51.39/51.43	|    185543 |    2916    16754    55604 |     7433     4025     24 |  5.051 % |
51.39/51.43	|    185880 |    2916    16754    55604 |     8176     4362     23 |  5.051 % |
51.39/51.43	|    186386 |    2916    16754    55604 |     8994     4868     23 |  5.051 % |
51.39/51.43	|    187145 |    2916    16754    55604 |     9893     5627     24 |  5.051 % |
51.39/51.43	|    188284 |    2916    16754    55604 |    10882     6766     28 |  5.051 % |
51.39/51.43	|    189992 |    2916    16754    55604 |    11971     8474     27 |  5.051 % |
51.39/51.43	|    192554 |    2916    16754    55604 |    13168    11036     31 |  5.051 % |
51.39/51.43	|    196398 |    2916    16754    55604 |    14485     8115     31 |  5.051 % |
51.39/51.43	|    202164 |    2916    16754    55604 |    15933    13881     36 |  5.051 % |
51.39/51.43	|    210813 |    2915    16754    55604 |    17527    14416     39 |  5.073 % |
51.39/51.43	|    223787 |    2915    16754    55604 |    19279     9333     33 |  5.073 % |
51.39/51.43	|    243248 |    2915    16754    55604 |    21207    19038     36 |  5.073 % |
51.39/51.43	|    272440 |    2912    16754    55604 |    23328    15652     33 |  5.140 % |
51.39/51.43	|    316229 |    2908    16754    55604 |    25661    23553     36 |  5.228 % |
51.39/51.43	|    381913 |    2908    16754    55604 |    28227    23885     39 |  5.228 % |
51.39/51.43	|    480439 |    2904    16754    55604 |    31050    19723     32 |  5.317 % |
51.39/51.43	|    628228 |    2899    16754    55604 |    34155    22869     41 |  5.428 % |
51.39/51.43	===============================================================================
51.39/51.43	c Found solution: 116
51.39/51.43	c ---[   0]---> Sorter-cost:    6     Base: 2 2 2 2 2 2
51.39/51.47	|  Eliminated clauses:           0.06 Mb                                      |
51.39/51.47	============================[ Search Statistics ]==============================
51.39/51.47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.39/51.47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.39/51.47	===============================================================================
51.39/51.47	===============================================================================
51.39/51.47	c Found solution: 114
51.39/51.47	c ---[   0]---> Sorter-cost:    5     Base: 2 2 2 2 2 2
51.39/51.47	|  Eliminated clauses:           0.06 Mb                                      |
51.39/51.47	============================[ Search Statistics ]==============================
51.39/51.47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.39/51.47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.39/51.47	===============================================================================
51.39/51.47	===============================================================================
51.39/51.47	c Found solution: 98
51.39/51.47	c ---[   0]---> Sorter-cost:    4     Base: 2 2 2 2 2 2
51.39/51.48	|  Eliminated clauses:           0.06 Mb                                      |
51.39/51.48	============================[ Search Statistics ]==============================
51.39/51.48	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.39/51.48	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.39/51.48	===============================================================================
51.39/51.48	===============================================================================
51.39/51.48	c Found solution: 96
51.39/51.48	c ---[   0]---> Sorter-cost:    5     Base: 2 2 2 2 2 2
51.39/51.48	|  Eliminated clauses:           0.06 Mb                                      |
51.39/51.48	============================[ Search Statistics ]==============================
51.39/51.48	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.39/51.48	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.39/51.48	===============================================================================
51.39/51.48	===============================================================================
51.39/51.48	c Found solution: 94
51.39/51.48	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2
51.39/51.49	|  Eliminated clauses:           0.06 Mb                                      |
51.39/51.49	============================[ Search Statistics ]==============================
51.39/51.49	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.39/51.49	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.39/51.49	===============================================================================
51.39/51.49	===============================================================================
51.39/51.49	c Found solution: 92
51.39/51.49	c ---[   0]---> Sorter-cost:    5     Base: 2 2 2 2 2 2
51.39/51.49	|  Eliminated clauses:           0.06 Mb                                      |
51.39/51.49	============================[ Search Statistics ]==============================
51.39/51.49	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.39/51.49	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.39/51.49	===============================================================================
51.39/51.49	===============================================================================
51.39/51.49	c Found solution: 90
51.39/51.49	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2
51.49/51.50	|  Eliminated clauses:           0.06 Mb                                      |
51.49/51.50	============================[ Search Statistics ]==============================
51.49/51.50	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.49/51.50	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.49/51.50	===============================================================================
51.49/51.50	===============================================================================
51.49/51.50	c Found solution: 88
51.49/51.50	c ---[   0]---> Sorter-cost:    3     Base: 2 2 2 2 2 2
73.79/73.80	|  Eliminated clauses:           0.06 Mb                                      |
73.79/73.80	============================[ Search Statistics ]==============================
73.79/73.80	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
73.79/73.80	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
73.79/73.80	===============================================================================
73.79/73.80	|    738978 |    2871    16574    55145 |     6077     4074     26 |  5.586 % |
73.79/73.80	|    739128 |    2871    16574    55145 |     6684     4224     26 |  5.586 % |
73.79/73.80	|    739353 |    2871    16574    55145 |     7353     4449     27 |  5.586 % |
73.79/73.80	|    739690 |    2871    16574    55145 |     8088     4786     27 |  5.586 % |
73.79/73.80	|    740196 |    2866    16574    55145 |     8897     5291     27 |  5.694 % |
73.79/73.80	|    740955 |    2866    16574    55145 |     9787     6050     27 |  5.694 % |
73.79/73.80	|    742094 |    2866    16574    55145 |    10766     7189     27 |  5.694 % |
73.79/73.80	|    743802 |    2866    16574    55145 |    11842     8897     28 |  5.694 % |
73.79/73.80	|    746364 |    2866    16574    55145 |    13026    11457     29 |  5.694 % |
73.79/73.80	|    750208 |    2866    16574    55145 |    14329     8648     27 |  5.694 % |
73.79/73.80	|    755974 |    2866    16574    55145 |    15762    14414     31 |  5.694 % |
73.79/73.80	|    764623 |    2866    16574    55145 |    17338    14779     32 |  5.694 % |
73.79/73.80	|    777597 |    2866    16574    55145 |    19072    10045     34 |  5.694 % |
73.79/73.80	|    797058 |    2856    16574    55145 |    20979    10077     28 |  5.910 % |
73.79/73.80	|    826250 |    2856    16574    55145 |    23077    17684     40 |  5.910 % |
73.79/73.80	|    870039 |    2856    16574    55145 |    25385    13895     32 |  5.910 % |
73.79/73.80	|    935723 |    2856    16574    55145 |    27924    14808     35 |  5.910 % |
73.79/73.80	|   1034249 |    2856    16574    55145 |    30716    27744     35 |  5.910 % |
73.79/73.80	===============================================================================
73.79/73.80	c Found solution: 87
73.79/73.80	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2
73.79/73.82	|  Eliminated clauses:           0.06 Mb                                      |
73.79/73.82	============================[ Search Statistics ]==============================
73.79/73.82	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
73.79/73.82	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
73.79/73.82	===============================================================================
73.79/73.82	===============================================================================
73.79/73.82	c Found solution: 85
73.79/73.82	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2
73.79/73.83	|  Eliminated clauses:           0.06 Mb                                      |
73.79/73.83	============================[ Search Statistics ]==============================
73.79/73.83	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
73.79/73.83	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
73.79/73.83	===============================================================================
73.79/73.83	===============================================================================
73.79/73.83	c Found solution: 79
73.79/73.83	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2
73.79/73.83	|  Eliminated clauses:           0.06 Mb                                      |
73.79/73.83	============================[ Search Statistics ]==============================
73.79/73.83	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
73.79/73.83	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
73.79/73.83	===============================================================================
73.79/73.83	===============================================================================
73.79/73.83	c Found solution: 77
73.79/73.83	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2
109.87/109.94	|  Eliminated clauses:           0.06 Mb                                      |
109.87/109.94	============================[ Search Statistics ]==============================
109.87/109.94	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
109.87/109.94	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
109.87/109.94	===============================================================================
109.87/109.94	|   1040863 |    2842    16450    54771 |     6031     4697     23 |  5.951 % |
109.87/109.94	|   1041013 |    2842    16450    54771 |     6634     4847     22 |  5.951 % |
109.87/109.94	|   1041238 |    2842    16450    54771 |     7298     5072     22 |  5.951 % |
109.87/109.94	|   1041575 |    2842    16450    54771 |     8028     5409     23 |  5.951 % |
109.87/109.94	|   1042081 |    2842    16450    54771 |     8830     5915     24 |  5.951 % |
109.87/109.94	|   1042840 |    2842    16450    54771 |     9714     6674     25 |  5.951 % |
109.87/109.94	|   1043979 |    2842    16450    54771 |    10685     7813     28 |  5.951 % |
109.87/109.94	|   1045687 |    2842    16450    54771 |    11754     9521     29 |  5.951 % |
109.87/109.94	|   1048249 |    2842    16450    54771 |    12929    12083     30 |  5.951 % |
109.87/109.94	|   1052093 |    2842    16450    54771 |    14222     9312     32 |  5.951 % |
109.87/109.94	|   1057859 |    2842    16450    54771 |    15644     7548     28 |  5.951 % |
109.87/109.94	|   1066508 |    2842    16450    54771 |    17209     8144     26 |  5.951 % |
109.87/109.94	|   1079482 |    2842    16450    54771 |    18929    12268     36 |  5.951 % |
109.87/109.94	|   1098943 |    2842    16450    54771 |    20822    12471     31 |  5.951 % |
109.87/109.94	|   1128135 |    2842    16450    54771 |    22905    20291     37 |  5.951 % |
109.87/109.94	|   1171924 |    2842    16450    54771 |    25195    17230     36 |  5.951 % |
109.87/109.94	|   1237608 |    2842    16450    54771 |    27715    18721     42 |  5.951 % |
109.87/109.94	|   1336134 |    2842    16450    54771 |    30486    18203     33 |  5.951 % |
109.87/109.94	|   1483923 |    2838    16450    54771 |    33535    24336     42 |  6.037 % |
109.87/109.94	===============================================================================
109.87/109.94	c Found solution: 75
109.87/109.94	c ---[   0]---> Sorter-cost:    3     Base: 2 2 2 2 2 2
109.87/109.97	|  Eliminated clauses:           0.06 Mb                                      |
109.87/109.97	============================[ Search Statistics ]==============================
109.87/109.97	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
109.87/109.97	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
109.87/109.97	===============================================================================
109.87/109.97	===============================================================================
109.87/109.97	c Found solution: 73
109.87/109.97	c ---[   0]---> Sorter-cost:    3     Base: 2 2 2 2 2 2
201.96/202.04	|  Eliminated clauses:           0.06 Mb                                      |
201.96/202.04	============================[ Search Statistics ]==============================
201.96/202.04	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
201.96/202.04	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
201.96/202.04	===============================================================================
201.96/202.04	|   1510718 |    2836    16433    54866 |     6025     3546     25 |  6.039 % |
201.96/202.04	|   1510868 |    2836    16433    54866 |     6627     3696     25 |  6.039 % |
201.96/202.04	|   1511093 |    2836    16433    54866 |     7290     3921     25 |  6.039 % |
201.96/202.04	|   1511430 |    2836    16433    54866 |     8019     4258     25 |  6.039 % |
201.96/202.04	|   1511936 |    2836    16433    54866 |     8821     4764     26 |  6.039 % |
201.96/202.04	|   1512695 |    2836    16433    54866 |     9704     5523     27 |  6.039 % |
201.96/202.04	|   1513834 |    2836    16433    54866 |    10674     6662     28 |  6.039 % |
201.96/202.04	|   1515542 |    2836    16433    54866 |    11741     8370     30 |  6.039 % |
201.96/202.04	|   1518104 |    2836    16433    54866 |    12916    10932     33 |  6.039 % |
201.96/202.04	|   1521948 |    2836    16433    54866 |    14207     8149     35 |  6.039 % |
201.96/202.04	|   1527714 |    2836    16433    54866 |    15628    13915     35 |  6.039 % |
201.96/202.04	|   1536363 |    2836    16433    54866 |    17191    14532     31 |  6.039 % |
201.96/202.04	|   1549337 |    2836    16433    54866 |    18910     9791     34 |  6.039 % |
201.96/202.04	|   1568798 |    2836    16433    54866 |    20801    10002     29 |  6.039 % |
201.96/202.04	|   1597990 |    2836    16433    54866 |    22881    17909     32 |  6.039 % |
201.96/202.04	|   1641779 |    2836    16433    54866 |    25169    14896     30 |  6.039 % |
201.96/202.04	|   1707463 |    2831    16433    54866 |    27686    15668     40 |  6.146 % |
201.96/202.04	|   1805989 |    2825    16433    54866 |    30455    15132     31 |  6.274 % |
201.96/202.04	|   1953778 |    2825    16433    54866 |    33500    20025     41 |  6.274 % |
201.96/202.04	|   2175461 |    2825    16433    54866 |    36851    19615     37 |  6.274 % |
201.96/202.04	|   2507986 |    2825    16433    54866 |    40536    23407     53 |  6.274 % |
201.96/202.04	===============================================================================
201.96/202.04	c Found solution: 72
201.96/202.04	c ---[   0]---> Sorter-cost:    4     Base: 2 2 2 2 2 2
201.96/202.07	|  Eliminated clauses:           0.06 Mb                                      |
201.96/202.07	============================[ Search Statistics ]==============================
201.96/202.07	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
201.96/202.07	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
201.96/202.07	===============================================================================
201.96/202.07	===============================================================================
201.96/202.07	c Found solution: 68
201.96/202.07	c ---[   0]---> Sorter-cost:    4     Base: 2 2 2 2 2 2
269.25/269.35	|  Eliminated clauses:           0.06 Mb                                      |
269.25/269.35	============================[ Search Statistics ]==============================
269.25/269.35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
269.25/269.35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
269.25/269.35	===============================================================================
269.25/269.35	|   2592951 |    2808    16336    54744 |     5989     3786     28 |  6.332 % |
269.25/269.35	|   2593101 |    2808    16336    54744 |     6588     3936     28 |  6.332 % |
269.25/269.35	|   2593326 |    2808    16336    54744 |     7247     4161     28 |  6.332 % |
269.25/269.35	|   2593663 |    2808    16336    54744 |     7972     4498     27 |  6.332 % |
269.25/269.35	|   2594169 |    2808    16336    54744 |     8769     5004     28 |  6.332 % |
269.25/269.35	|   2594928 |    2808    16336    54744 |     9646     5763     27 |  6.332 % |
269.25/269.35	|   2596067 |    2808    16336    54744 |    10611     6902     28 |  6.332 % |
269.25/269.35	|   2597775 |    2808    16336    54744 |    11672     8610     27 |  6.332 % |
269.25/269.35	|   2600337 |    2808    16336    54744 |    12839    11172     31 |  6.332 % |
269.25/269.35	|   2604181 |    2808    16336    54744 |    14123     8370     34 |  6.332 % |
269.25/269.35	|   2609947 |    2808    16336    54744 |    15536    14136     37 |  6.332 % |
269.25/269.35	|   2618596 |    2808    16336    54744 |    17089    14645     37 |  6.332 % |
269.25/269.35	|   2631570 |    2808    16336    54744 |    18798    10081     35 |  6.332 % |
269.25/269.35	|   2651031 |    2808    16336    54744 |    20678    10229     30 |  6.332 % |
269.25/269.35	|   2680223 |    2808    16336    54744 |    22746    18050     41 |  6.332 % |
269.25/269.35	|   2724012 |    2808    16336    54744 |    25021    15316     33 |  6.332 % |
269.25/269.35	|   2789696 |    2808    16336    54744 |    27523    17019     39 |  6.332 % |
269.25/269.35	|   2888222 |    2808    16336    54744 |    30275    15347     33 |  6.332 % |
269.25/269.35	|   3036011 |    2808    16336    54744 |    33303    21032     46 |  6.332 % |
269.25/269.35	|   3257694 |    2798    16336    54744 |    36633    16059     35 |  6.544 % |
269.25/269.35	===============================================================================
269.25/269.35	c Found solution: 66
269.25/269.35	c ---[   0]---> Sorter-cost:    3     Base: 2 2 2 2 2 2
476.81/476.91	|  Eliminated clauses:           0.07 Mb                                      |
476.81/476.91	============================[ Search Statistics ]==============================
476.81/476.91	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
476.81/476.91	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
476.81/476.91	===============================================================================
476.81/476.91	|   3413300 |    2777    16212    54447 |     5944     5139     20 |  6.610 % |
476.81/476.91	|   3413450 |    2777    16212    54447 |     6538     5289     19 |  6.610 % |
476.81/476.91	|   3413675 |    2777    16212    54447 |     7192     5514     19 |  6.610 % |
476.81/476.91	|   3414012 |    2777    16212    54447 |     7911     5851     19 |  6.610 % |
476.81/476.91	|   3414518 |    2777    16212    54447 |     8703     6357     20 |  6.610 % |
476.81/476.91	|   3415277 |    2777    16212    54447 |     9573     7116     20 |  6.610 % |
476.81/476.91	|   3416416 |    2777    16212    54447 |    10530     8255     23 |  6.610 % |
476.81/476.91	|   3418124 |    2777    16212    54447 |    11583     9963     24 |  6.610 % |
476.81/476.91	|   3420686 |    2777    16212    54447 |    12742    12525     28 |  6.610 % |
476.81/476.91	|   3424530 |    2777    16212    54447 |    14016     9834     33 |  6.610 % |
476.81/476.91	|   3430296 |    2777    16212    54447 |    15418     8322     32 |  6.610 % |
476.81/476.91	|   3438945 |    2777    16212    54447 |    16960     8922     28 |  6.610 % |
476.81/476.91	|   3451919 |    2777    16212    54447 |    18656    12914     37 |  6.610 % |
476.81/476.91	|   3471380 |    2777    16212    54447 |    20521    13248     34 |  6.610 % |
476.81/476.91	|   3500572 |    2772    16212    54447 |    22573    10886     37 |  6.716 % |
476.81/476.91	|   3544361 |    2772    16212    54447 |    24831    20040     36 |  6.716 % |
476.81/476.91	|   3610045 |    2772    16212    54447 |    27314    22174     37 |  6.716 % |
476.81/476.91	|   3708571 |    2772    16212    54447 |    30045    21937     36 |  6.716 % |
476.81/476.91	|   3856360 |    2772    16212    54447 |    33050    27999     42 |  6.716 % |
476.81/476.91	|   4078043 |    2772    16212    54447 |    36355    30201     36 |  6.716 % |
476.81/476.91	|   4410568 |    2772    16212    54447 |    39990    20066     49 |  6.716 % |
476.81/476.91	|   4909356 |    2772    16212    54447 |    43990    24088     34 |  6.716 % |
476.81/476.91	|   5657538 |    2772    16212    54447 |    48389    35741     48 |  6.716 % |
476.81/476.91	===============================================================================
476.81/476.91	c Found solution: 64
476.81/476.91	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2
476.81/476.95	|  Eliminated clauses:           0.07 Mb                                      |
476.81/476.95	============================[ Search Statistics ]==============================
476.81/476.95	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
476.81/476.95	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
476.81/476.95	===============================================================================
476.81/476.95	===============================================================================
476.81/476.95	c Found solution: 52
476.81/476.95	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2
476.81/476.96	|  Eliminated clauses:           0.07 Mb                                      |
476.81/476.96	============================[ Search Statistics ]==============================
476.81/476.96	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
476.81/476.96	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
476.81/476.96	===============================================================================
476.81/476.96	===============================================================================
476.81/476.96	c Found solution: 48
476.81/476.96	c ---[   0]---> Sorter-cost:    3     Base: 2 2 2 2 2
476.81/476.96	|  Eliminated clauses:           0.07 Mb                                      |
476.81/476.96	============================[ Search Statistics ]==============================
476.81/476.96	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
476.81/476.96	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
476.81/476.96	===============================================================================
476.81/476.96	===============================================================================
476.81/476.96	c Found solution: 46
476.81/476.96	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2
1800.01/1800.30	|  Eliminated clauses:           0.07 Mb                                      |
1800.01/1800.30	============================[ Search Statistics ]==============================
1800.01/1800.30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1800.01/1800.30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1800.01/1800.30	===============================================================================
1800.01/1800.30	|   5658019 |    2650    15685    52560 |     5751     4200     28 |  8.267 % |
1800.01/1800.30	|   5658169 |    2650    15685    52560 |     6326     4350     27 |  8.267 % |
1800.01/1800.30	|   5658394 |    2650    15685    52560 |     6958     4575     27 |  8.267 % |
1800.01/1800.30	|   5658731 |    2650    15685    52560 |     7654     4912     27 |  8.267 % |
1800.01/1800.30	|   5659237 |    2650    15685    52560 |     8420     5418     29 |  8.267 % |
1800.01/1800.30	|   5659996 |    2645    15685    52560 |     9262     6176     30 |  8.372 % |
1800.01/1800.30	|   5661135 |    2645    15685    52560 |    10188     7315     32 |  8.372 % |
1800.01/1800.30	|   5662843 |    2645    15685    52560 |    11207     9023     33 |  8.372 % |
1800.01/1800.30	|   5665405 |    2645    15685    52560 |    12328    11585     35 |  8.372 % |
1800.01/1800.30	|   5669249 |    2645    15685    52560 |    13560     8961     32 |  8.372 % |
1800.01/1800.30	|   5675015 |    2645    15685    52560 |    14917     7499     33 |  8.372 % |
1800.01/1800.30	|   5683664 |    2645    15685    52560 |    16408     8354     27 |  8.372 % |
1800.01/1800.30	|   5696638 |    2645    15685    52560 |    18049    12638     36 |  8.372 % |
1800.01/1800.30	|   5716099 |    2641    15685    52560 |    19854    13388     33 |  8.455 % |
1800.01/1800.30	|   5745291 |    2641    15685    52560 |    21840    11910     38 |  8.455 % |
1800.01/1800.30	|   5789080 |    2636    15685    52560 |    24024    21772     37 |  8.560 % |
1800.01/1800.30	|   5854764 |    2636    15685    52560 |    26426    13468     37 |  8.560 % |
1800.01/1800.30	|   5953290 |    2636    15685    52560 |    29069    17292     37 |  8.560 % |
1800.01/1800.30	|   6101079 |    2636    15685    52560 |    31976    29803     43 |  8.560 % |
1800.01/1800.30	|   6322762 |    2636    15685    52560 |    35173    27797     35 |  8.560 % |
1800.01/1800.30	|   6655287 |    2603    15685    52560 |    38690    18518     44 |  9.251 % |
1800.01/1800.30	|   7154075 |    2557    15685    52560 |    42560    31607     38 | 10.213 % |
1800.01/1800.30	|   7902257 |    2527    15685    52560 |    46816    18529     39 | 10.841 % |
1800.01/1800.30	|   9024531 |    2527    15685    52560 |    51497    23385     33 | 10.841 % |
1800.01/1800.30	|  10707942 |    2527    15685    52560 |    56647    37351     46 | 10.841 % |
1800.01/1800.30	|  13233058 |    2527    15685    52560 |    62312    25557     46 | 10.841 % |
1800.01/1800.30	|  17020733 |    2503    15685    52560 |    68543    61439     48 | 11.344 % |
1800.01/1800.30	c 
1800.01/1800.30	c *** TERMINATED ***
1800.01/1800.30	s SATISFIABLE
1800.01/1800.30	v -x1 -x2 x3 x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 x18 x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 x99 -x100 x101 -x102 x103 x104 -x105 x106 -x107 x108 x109 x110 x111 -x112 x113 x114 -x115 -x116 -x117 x118 x119 x120 x121 x122 x123 -x124 x125 -x126 -x127 -x128 x129 x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 x139 -x140 -x141 -x142 x143 -x144 x145 -x146

Verifier Data

OK	46

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-4112674-1466559157/watcher-4112674-1466559157 -o /tmp/evaluation-result-4112674-1466559157/solver-4112674-1466559157 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466551503-22029 --watchdog 1960 minisatp HOME/instance-4112674-1466559157.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.29 2.29 2.26 3/178 23295
/proc/meminfo: memFree=30299460/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=6324 CPUtime=0 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 57962099 6475776 195 33554432000 4194304 5646918 140733689287520 140736276814056 4866896 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 1581 195 112 355 0 1222 0

[startup+0.100159 s]
/proc/loadavg: 2.29 2.29 2.26 3/178 23295
/proc/meminfo: memFree=30299460/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=7756 CPUtime=0.09 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 837 0 0 0 9 0 0 0 20 0 1 0 57962099 7942144 700 33554432000 4194304 5646918 140733689287520 140736276814056 4826286 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 1939 700 179 355 0 1580 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7756

[startup+0.200252 s]
/proc/loadavg: 2.29 2.29 2.26 3/178 23295
/proc/meminfo: memFree=30299460/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=8672 CPUtime=0.19 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 1147 0 0 0 19 0 0 0 20 0 1 0 57962099 8880128 1001 33554432000 4194304 5646918 140733689287520 140736276814056 4399291 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 2168 1001 185 355 0 1809 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8672

[startup+0.300342 s]
/proc/loadavg: 2.29 2.29 2.26 3/178 23295
/proc/meminfo: memFree=30299460/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=8804 CPUtime=0.29 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 1262 0 0 0 29 0 0 0 20 0 1 0 57962099 9015296 1111 33554432000 4194304 5646918 140733689287520 140736276814056 4416598 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 2201 1111 186 355 0 1842 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8804

[startup+0.700234 s]
/proc/loadavg: 2.29 2.29 2.26 3/178 23295
/proc/meminfo: memFree=30299460/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=6476 CPUtime=0.69 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 2108 0 0 0 69 0 0 0 20 0 1 0 57962099 6631424 1333 33554432000 4194304 5646918 140733689287520 140733689286184 4311150 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 1619 1333 188 355 0 1260 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6476

[startup+1.50028 s]
/proc/loadavg: 2.29 2.29 2.26 3/179 23296
/proc/meminfo: memFree=30293516/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=9788 CPUtime=1.49 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 2981 0 0 0 149 0 0 0 20 0 1 0 57962099 10022912 2191 33554432000 4194304 5646918 140733689287520 140733689286184 4402849 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 2447 2191 188 355 0 2088 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9788

[startup+3.10023 s]
/proc/loadavg: 2.29 2.29 2.26 3/179 23296
/proc/meminfo: memFree=30291044/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=12676 CPUtime=3.09 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 3339 0 0 0 309 0 0 0 20 0 1 0 57962099 12980224 2549 33554432000 4194304 5646918 140733689287520 140733689285768 4402736 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 3169 2549 188 355 0 2810 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12676

[startup+6.30025 s]
/proc/loadavg: 2.35 2.30 2.27 3/179 23296
/proc/meminfo: memFree=30285672/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=15420 CPUtime=6.29 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 3825 0 0 0 629 0 0 0 20 0 1 0 57962099 15790080 3545 33554432000 4194304 5646918 140733689287520 140733689285800 4403159 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 3855 3545 188 355 0 3496 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15420

[startup+12.7002 s]
/proc/loadavg: 2.32 2.30 2.27 3/179 23296
/proc/meminfo: memFree=30284756/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=15420 CPUtime=12.69 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 3888 0 0 0 1269 0 0 0 20 0 1 0 57962099 15790080 3606 33554432000 4194304 5646918 140733689287520 140733689285800 4388978 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 3855 3606 188 355 0 3496 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15420

[startup+25.5004 s]
/proc/loadavg: 2.32 2.30 2.27 3/179 23296
/proc/meminfo: memFree=30275296/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=18136 CPUtime=25.49 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 4795 0 0 0 2549 0 0 0 20 0 1 0 57962099 18571264 4285 33554432000 4194304 5646918 140733689287520 140733689285784 4403159 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 4534 4285 188 355 0 4175 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 18136

[startup+51.1003 s]
/proc/loadavg: 2.21 2.27 2.26 3/179 23296
/proc/meminfo: memFree=30276108/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=24268 CPUtime=51.09 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 5321 0 0 0 5108 1 0 0 20 0 1 0 57962099 24850432 5818 33554432000 4194304 5646918 140733689287520 140733689285768 4403495 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 6067 5818 188 355 0 5708 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 24268

[startup+102.3 s]
/proc/loadavg: 2.27 2.27 2.26 3/179 23297
/proc/meminfo: memFree=30259736/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=24268 CPUtime=102.28 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 5322 0 0 0 10227 1 0 0 20 0 1 0 57962099 24850432 5819 33554432000 4194304 5646918 140733689287520 140733689285800 4402764 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 6067 5819 188 355 0 5708 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 24268

[startup+162.3 s]
/proc/loadavg: 2.24 2.27 2.26 3/179 23298
/proc/meminfo: memFree=30248136/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=33116 CPUtime=162.27 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 7485 0 0 0 16225 2 0 0 20 0 1 0 57962099 33910784 8032 33554432000 4194304 5646918 140733689287520 140733689285784 4403544 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 8279 8032 189 355 0 7920 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 33116

[startup+222.307 s]
/proc/loadavg: 2.14 2.23 2.25 3/178 23299
/proc/meminfo: memFree=30247404/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=33116 CPUtime=222.26 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 9692 0 0 0 22224 2 0 0 20 0 1 0 57962099 33910784 8032 33554432000 4194304 5646918 140733689287520 140733689285800 4403454 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 8279 8032 189 355 0 7920 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 33116

[startup+282.3 s]
/proc/loadavg: 2.23 2.23 2.25 3/179 23301
/proc/meminfo: memFree=30245100/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=35788 CPUtime=282.24 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 9854 0 0 0 28222 2 0 0 20 0 1 0 57962099 36646912 8701 33554432000 4194304 5646918 140733689287520 140733689285800 4403159 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 8947 8701 189 355 0 8588 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 35788

[startup+342.3 s]
/proc/loadavg: 2.19 2.22 2.24 3/179 23302
/proc/meminfo: memFree=30240444/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=40208 CPUtime=342.23 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 10448 0 0 0 34221 2 0 0 20 0 1 0 57962099 41172992 9805 33554432000 4194304 5646918 140733689287520 140733689285784 4403495 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 10052 9805 189 355 0 9693 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 40208

[startup+402.3 s]
/proc/loadavg: 2.16 2.20 2.23 4/179 23303
/proc/meminfo: memFree=30240868/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=40208 CPUtime=402.23 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 12085 0 0 0 40220 3 0 0 20 0 1 0 57962099 41172992 9190 33554432000 4194304 5646918 140733689287520 140733689285784 4403176 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 10052 9190 189 355 0 9693 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 40208

[startup+462.3 s]
/proc/loadavg: 2.39 2.26 2.25 3/180 23307
/proc/meminfo: memFree=30239984/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=40208 CPUtime=462.22 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 12085 0 0 0 46219 3 0 0 20 0 1 0 57962099 41172992 9190 33554432000 4194304 5646918 140733689287520 140733689285784 4402853 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 10052 9190 189 355 0 9693 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 40208

[startup+522.3 s]
/proc/loadavg: 2.25 2.24 2.24 4/179 23308
/proc/meminfo: memFree=30237944/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=40208 CPUtime=522.21 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 12193 0 0 0 52218 3 0 0 20 0 1 0 57962099 41172992 9806 33554432000 4194304 5646918 140733689287520 140733689285800 4403495 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 10052 9806 189 355 0 9693 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 40208

[startup+582.3 s]
/proc/loadavg: 2.15 2.21 2.23 3/179 23310
/proc/meminfo: memFree=30235896/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=50008 CPUtime=582.2 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 12195 0 0 0 58217 3 0 0 20 0 1 0 57962099 51208192 10319 33554432000 4194304 5646918 140733689287520 140733689285768 4402853 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 12502 10319 189 355 0 12143 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 50008


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


[startup+942.3 s]
/proc/loadavg: 2.30 2.23 2.23 3/179 23317
/proc/meminfo: memFree=30222584/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=54592 CPUtime=942.14 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 13310 0 0 0 94209 5 0 0 20 0 1 0 57962099 55902208 13409 33554432000 4194304 5646918 140733689287520 140733689286232 4402736 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 13648 13409 189 355 0 13289 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 54592

[startup+1002.3 s]
/proc/loadavg: 2.19 2.22 2.22 3/179 23318
/proc/meminfo: memFree=30220292/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=73268 CPUtime=1002.13 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 13404 0 0 0 100208 5 0 0 20 0 1 0 57962099 75026432 14013 33554432000 4194304 5646918 140733689287520 140733689285768 4402788 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 18317 14013 189 355 0 17958 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 73268

[startup+1062.3 s]
/proc/loadavg: 2.29 2.24 2.22 3/180 23322
/proc/meminfo: memFree=30220588/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=73268 CPUtime=1062.12 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 13404 0 0 0 106207 5 0 0 20 0 1 0 57962099 75026432 14013 33554432000 4194304 5646918 140733689287520 140733689285768 4402661 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 18317 14013 189 355 0 17958 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 73268

[startup+1122.3 s]
/proc/loadavg: 2.20 2.22 2.22 3/179 23323
/proc/meminfo: memFree=30219852/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=73268 CPUtime=1122.11 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 13502 0 0 0 112206 5 0 0 20 0 1 0 57962099 75026432 14110 33554432000 4194304 5646918 140733689287520 140733689285768 4402764 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 18317 14110 189 355 0 17958 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 73268

[startup+1182.3 s]
/proc/loadavg: 2.18 2.21 2.21 3/179 23325
/proc/meminfo: memFree=30210176/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=73268 CPUtime=1182.11 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 13502 0 0 0 118206 5 0 0 20 0 1 0 57962099 75026432 14110 33554432000 4194304 5646918 140733689287520 140733689285768 4402751 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 18317 14110 189 355 0 17958 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 73268

[startup+1242.3 s]
/proc/loadavg: 2.26 2.23 2.21 3/179 23326
/proc/meminfo: memFree=30201104/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=73268 CPUtime=1242.1 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 13649 0 0 0 124205 5 0 0 20 0 1 0 57962099 75026432 16301 33554432000 4194304 5646918 140733689287520 140733689285768 4402853 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 18317 16301 189 355 0 17958 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 73268

[startup+1302.3 s]
/proc/loadavg: 2.19 2.21 2.21 3/179 23327
/proc/meminfo: memFree=30193964/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=73268 CPUtime=1302.08 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 13897 0 0 0 130203 5 0 0 20 0 1 0 57962099 75026432 18078 33554432000 4194304 5646918 140733689287520 140733689285768 4403454 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 18317 18078 189 355 0 17958 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 73268

[startup+1362.3 s]
/proc/loadavg: 2.16 2.20 2.20 3/179 23384
/proc/meminfo: memFree=30252872/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=73268 CPUtime=1362.07 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 13897 0 0 0 136202 5 0 0 20 0 1 0 57962099 75026432 18078 33554432000 4194304 5646918 140733689287520 140733689285768 4397906 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 18317 18078 189 355 0 17958 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 73268

[startup+1422.3 s]
/proc/loadavg: 2.22 2.21 2.20 3/179 23385
/proc/meminfo: memFree=30241924/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=73268 CPUtime=1422.07 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 13897 0 0 0 142202 5 0 0 20 0 1 0 57962099 75026432 18078 33554432000 4194304 5646918 140733689287520 140733689285768 4397213 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 18317 18078 189 355 0 17958 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 73268

[startup+1482.3 s]
/proc/loadavg: 2.25 2.21 2.20 3/179 23387
/proc/meminfo: memFree=30249012/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=61720 CPUtime=1482.06 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 15474 0 0 0 148200 6 0 0 20 0 1 0 57962099 63201280 15191 33554432000 4194304 5646918 140733689287520 140733689285768 4402832 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 15430 15191 189 355 0 15071 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 61720

[startup+1542.31 s]
/proc/loadavg: 2.17 2.20 2.19 3/179 23388
/proc/meminfo: memFree=30234372/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=73228 CPUtime=1542.06 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 15571 0 0 0 154200 6 0 0 20 0 1 0 57962099 74985472 17326 33554432000 4194304 5646918 140733689287520 140733689285768 4402832 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 18307 17326 189 355 0 17948 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 73228

[startup+1602.3 s]
/proc/loadavg: 2.27 2.22 2.19 3/179 23389
/proc/meminfo: memFree=30226988/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=80412 CPUtime=1602.04 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 15826 0 0 0 160198 6 0 0 20 0 1 0 57962099 82341888 19114 33554432000 4194304 5646918 140733689287520 140733689285784 4403411 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 20103 19114 189 355 0 19744 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 80412

[startup+1662.3 s]
/proc/loadavg: 2.33 2.24 2.20 3/180 23393
/proc/meminfo: memFree=30226944/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=80412 CPUtime=1662.03 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 15826 0 0 0 166197 6 0 0 20 0 1 0 57962099 82341888 19114 33554432000 4194304 5646918 140733689287520 140733689285784 4402764 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 20103 19114 189 355 0 19744 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 80412

[startup+1722.3 s]
/proc/loadavg: 2.23 2.23 2.19 3/180 23417
/proc/meminfo: memFree=30226356/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=80412 CPUtime=1722.02 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 15826 0 0 0 172196 6 0 0 20 0 1 0 57962099 82341888 19114 33554432000 4194304 5646918 140733689287520 140733689285784 4403420 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 20103 19114 189 355 0 19744 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 80412

[startup+1782.3 s]
/proc/loadavg: 2.29 2.24 2.19 3/179 23419
/proc/meminfo: memFree=30226560/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=80412 CPUtime=1782.01 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 15826 0 0 0 178195 6 0 0 20 0 1 0 57962099 82341888 19114 33554432000 4194304 5646918 140733689287520 140733689285784 4397501 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 20103 19114 189 355 0 19744 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 80412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.23 2.23 2.19 4/179 23419
/proc/meminfo: memFree=30226728/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=80412 CPUtime=1800.01 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 15828 0 0 0 179995 6 0 0 20 0 1 0 57962099 82341888 19114 33554432000 4194304 5646918 140733689287520 140733689285784 4403372 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 20103 19114 189 355 0 19744 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 80412

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

[startup+1800.3 s]
/proc/loadavg: 2.23 2.23 2.19 4/179 23419
/proc/meminfo: memFree=30226728/32872528 swapFree=1482636/1662508
[pid=23295] ppid=23292 vsize=80412 CPUtime=1800.01 cores=0,2,4,6
/proc/23295/stat : 23295 (minisatp) R 23292 23295 22013 0 -1 4202496 15828 0 0 0 179995 6 0 0 20 0 1 0 57962099 82341888 19114 33554432000 4194304 5646918 140733689287520 140733689285784 4403372 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/23295/statm: 20103 19114 189 355 0 19744 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 80412

Child status: 0
Real time (s): 1800.3
CPU time (s): 1800.02
CPU user time (s): 1799.95
CPU system time (s): 0.065989
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 91944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.065989
maximum resident set size= 76456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15828
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= 13
involuntary context switches= 1853

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.65329 second user time and 6.80596 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-22 03:32:37
IDJOB=4112674
IDBENCH=2910
IDSOLVER=2555
FILE ID=node134/4112674-1466559157
RUNJOBID= node134-1466551503-22029
PBS_JOBID= 19943329
Free space on /tmp= 71692 MiB

SOLVER NAME= minisatp 2012-10-02 git-d91742b
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_6_50_3.opb
COMMAND LINE= minisatp BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4112674-1466559157/watcher-4112674-1466559157 -o /tmp/evaluation-result-4112674-1466559157/solver-4112674-1466559157 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466551503-22029 --watchdog 1960  minisatp HOME/instance-4112674-1466559157.opb

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

MD5SUM BENCH= 8d16c34d0eecf3c16ca4b890652c15ca
RANDOM SEED=1121759167

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
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	: 5334.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
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	: 7358.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
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		: 2667.020
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		: 2667.020
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		: 2667.020
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
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:        30300532 kB
Buffers:           75332 kB
Cached:            67124 kB
SwapCached:         2052 kB
Active:            90136 kB
Inactive:          90436 kB
Active(anon):      39016 kB
Inactive(anon):     1692 kB
Active(file):      51120 kB
Inactive(file):    88744 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67098964 kB
Dirty:              3872 kB
Writeback:             0 kB
AnonPages:       1699892 kB
Mapped:             7836 kB
Shmem:                 0 kB
Slab:             596668 kB
SReclaimable:      40428 kB
SUnreclaim:       556240 kB
KernelStack:        1472 kB
PageTables:         7404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1815760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-4112674-1466559157.opb

Free space on /tmp at the end= 71688 MiB
End job on node134 at 2016-06-22 04:02:37