TSTP Solution File: GRP192-1 by EQP---0.9e

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : EQP---0.9e
% Problem  : GRP192-1 : TPTP v8.1.0. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : tptp2X_and_run_eqp %s

% Computer : n028.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Sat Jul 16 08:45:53 EDT 2022

% Result   : Unsatisfiable 0.41s 1.06s
% Output   : Refutation 0.41s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :    6
% Syntax   : Number of clauses     :   20 (  20 unt;   0 nHn;   2 RR)
%            Number of literals    :   20 (   0 equ;   1 neg)
%            Maximal clause size   :    1 (   1 avg)
%            Maximal term depth    :    4 (   2 avg)
%            Number of predicates  :    2 (   1 usr;   1 prp; 0-2 aty)
%            Number of functors    :    6 (   6 usr;   3 con; 0-2 aty)
%            Number of variables   :   27 (   5 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(1,plain,
    equal(multiply(identity,A),A),
    file('GRP192-1.p',unknown),
    [] ).

cnf(2,plain,
    equal(multiply(inverse(A),A),identity),
    file('GRP192-1.p',unknown),
    [] ).

cnf(3,plain,
    equal(multiply(multiply(A,B),C),multiply(A,multiply(B,C))),
    file('GRP192-1.p',unknown),
    [] ).

cnf(5,plain,
    equal(least_upper_bound(A,B),least_upper_bound(B,A)),
    file('GRP192-1.p',unknown),
    [] ).

cnf(12,plain,
    equal(multiply(A,least_upper_bound(B,C)),least_upper_bound(multiply(A,B),multiply(A,C))),
    file('GRP192-1.p',unknown),
    [] ).

cnf(16,plain,
    equal(least_upper_bound(identity,A),A),
    file('GRP192-1.p',unknown),
    [] ).

cnf(17,plain,
    ~ equal(multiply(b,a),multiply(a,b)),
    inference(flip,[status(thm),theory(equality)],[1]),
    [iquote('flip(1)')] ).

cnf(18,plain,
    equal(multiply(inverse(A),multiply(A,B)),B),
    inference(flip,[status(thm),theory(equality)],[inference(demod,[status(thm),theory(equality)],[inference(para,[status(thm),theory(equality)],[2,3]),1]),1]),
    [iquote('para(2,3),demod([1]),flip(1)')] ).

cnf(19,plain,
    equal(least_upper_bound(A,identity),A),
    inference(flip,[status(thm),theory(equality)],[inference(para,[status(thm),theory(equality)],[16,5]),1]),
    [iquote('para(16,5),flip(1)')] ).

cnf(49,plain,
    equal(multiply(inverse(inverse(A)),identity),A),
    inference(para,[status(thm),theory(equality)],[2,18]),
    [iquote('para(2,18)')] ).

cnf(54,plain,
    equal(multiply(inverse(inverse(A)),B),multiply(A,B)),
    inference(para,[status(thm),theory(equality)],[18,18]),
    [iquote('para(18,18)')] ).

cnf(55,plain,
    equal(multiply(A,identity),A),
    inference(demod,[status(thm),theory(equality)],[inference(demod,[status(thm),theory(equality)],[49]),54]),
    [iquote('back_demod(49),demod([54])')] ).

cnf(57,plain,
    equal(inverse(inverse(A)),A),
    inference(flip,[status(thm),theory(equality)],[inference(demod,[status(thm),theory(equality)],[inference(para,[status(thm),theory(equality)],[54,55]),55]),1]),
    [iquote('para(54,55),demod([55]),flip(1)')] ).

cnf(58,plain,
    equal(least_upper_bound(A,multiply(A,B)),multiply(A,B)),
    inference(flip,[status(thm),theory(equality)],[inference(demod,[status(thm),theory(equality)],[inference(para,[status(thm),theory(equality)],[16,12]),55]),1]),
    [iquote('para(16,12),demod([55]),flip(1)')] ).

cnf(60,plain,
    equal(multiply(A,inverse(A)),identity),
    inference(para,[status(thm),theory(equality)],[57,2]),
    [iquote('para(57,2)')] ).

cnf(64,plain,
    equal(inverse(A),identity),
    inference(demod,[status(thm),theory(equality)],[inference(para,[status(thm),theory(equality)],[2,58]),19,2]),
    [iquote('para(2,58),demod([19,2])')] ).

cnf(73,plain,
    equal(A,identity),
    inference(demod,[status(thm),theory(equality)],[inference(demod,[status(thm),theory(equality)],[60]),64,55]),
    [iquote('back_demod(60),demod([64,55])')] ).

cnf(74,plain,
    equal(identity,A),
    inference(flip,[status(thm),theory(equality)],[73]),
    [iquote('flip(73)')] ).

cnf(75,plain,
    equal(A,B),
    inference(para,[status(thm),theory(equality)],[74,74]),
    [iquote('para(74,74)')] ).

cnf(76,plain,
    $false,
    inference(conflict,[status(thm)],[75,17]),
    [iquote('conflict(75,17)')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.11  % Problem  : GRP192-1 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.11/0.12  % Command  : tptp2X_and_run_eqp %s
% 0.12/0.33  % Computer : n028.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Tue Jun 14 06:41:53 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.41/1.05  ----- EQP 0.9e, May 2009 -----
% 0.41/1.05  The job began on n028.cluster.edu, Tue Jun 14 06:41:54 2022
% 0.41/1.05  The command was "./eqp09e".
% 0.41/1.05  
% 0.41/1.05  set(prolog_style_variables).
% 0.41/1.05  set(lrpo).
% 0.41/1.05  set(basic_paramod).
% 0.41/1.05  set(functional_subsume).
% 0.41/1.05  set(ordered_paramod).
% 0.41/1.05  set(prime_paramod).
% 0.41/1.05  set(para_pairs).
% 0.41/1.05  assign(pick_given_ratio,4).
% 0.41/1.05  clear(print_kept).
% 0.41/1.05  clear(print_new_demod).
% 0.41/1.05  clear(print_back_demod).
% 0.41/1.05  clear(print_given).
% 0.41/1.05  assign(max_mem,64000).
% 0.41/1.05  end_of_commands.
% 0.41/1.05  
% 0.41/1.05  Usable:
% 0.41/1.05  end_of_list.
% 0.41/1.05  
% 0.41/1.05  Sos:
% 0.41/1.05  0 (wt=-1) [] multiply(identity,A) = A.
% 0.41/1.05  0 (wt=-1) [] multiply(inverse(A),A) = identity.
% 0.41/1.05  0 (wt=-1) [] multiply(multiply(A,B),C) = multiply(A,multiply(B,C)).
% 0.41/1.05  0 (wt=-1) [] greatest_lower_bound(A,B) = greatest_lower_bound(B,A).
% 0.41/1.05  0 (wt=-1) [] least_upper_bound(A,B) = least_upper_bound(B,A).
% 0.41/1.05  0 (wt=-1) [] greatest_lower_bound(A,greatest_lower_bound(B,C)) = greatest_lower_bound(greatest_lower_bound(A,B),C).
% 0.41/1.05  0 (wt=-1) [] least_upper_bound(A,least_upper_bound(B,C)) = least_upper_bound(least_upper_bound(A,B),C).
% 0.41/1.05  0 (wt=-1) [] least_upper_bound(A,A) = A.
% 0.41/1.05  0 (wt=-1) [] greatest_lower_bound(A,A) = A.
% 0.41/1.05  0 (wt=-1) [] least_upper_bound(A,greatest_lower_bound(A,B)) = A.
% 0.41/1.05  0 (wt=-1) [] greatest_lower_bound(A,least_upper_bound(A,B)) = A.
% 0.41/1.05  0 (wt=-1) [] multiply(A,least_upper_bound(B,C)) = least_upper_bound(multiply(A,B),multiply(A,C)).
% 0.41/1.05  0 (wt=-1) [] multiply(A,greatest_lower_bound(B,C)) = greatest_lower_bound(multiply(A,B),multiply(A,C)).
% 0.41/1.05  0 (wt=-1) [] multiply(least_upper_bound(A,B),C) = least_upper_bound(multiply(A,C),multiply(B,C)).
% 0.41/1.05  0 (wt=-1) [] multiply(greatest_lower_bound(A,B),C) = greatest_lower_bound(multiply(A,C),multiply(B,C)).
% 0.41/1.05  0 (wt=-1) [] least_upper_bound(identity,A) = A.
% 0.41/1.05  0 (wt=-1) [] -(multiply(a,b) = multiply(b,a)).
% 0.41/1.05  end_of_list.
% 0.41/1.05  
% 0.41/1.05  Demodulators:
% 0.41/1.05  end_of_list.
% 0.41/1.05  
% 0.41/1.05  Passive:
% 0.41/1.05  end_of_list.
% 0.41/1.05  
% 0.41/1.05  Starting to process input.
% 0.41/1.05  
% 0.41/1.05  ** KEPT: 1 (wt=5) [] multiply(identity,A) = A.
% 0.41/1.05  1 is a new demodulator.
% 0.41/1.05  
% 0.41/1.05  ** KEPT: 2 (wt=6) [] multiply(inverse(A),A) = identity.
% 0.41/1.05  2 is a new demodulator.
% 0.41/1.05  
% 0.41/1.05  ** KEPT: 3 (wt=11) [] multiply(multiply(A,B),C) = multiply(A,multiply(B,C)).
% 0.41/1.05  3 is a new demodulator.
% 0.41/1.05  
% 0.41/1.05  ** KEPT: 4 (wt=7) [] greatest_lower_bound(A,B) = greatest_lower_bound(B,A).
% 0.41/1.06  clause forward subsumed: 0 (wt=7) [flip(4)] greatest_lower_bound(B,A) = greatest_lower_bound(A,B).
% 0.41/1.06  
% 0.41/1.06  ** KEPT: 5 (wt=7) [] least_upper_bound(A,B) = least_upper_bound(B,A).
% 0.41/1.06  clause forward subsumed: 0 (wt=7) [flip(5)] least_upper_bound(B,A) = least_upper_bound(A,B).
% 0.41/1.06  
% 0.41/1.06  ** KEPT: 6 (wt=11) [flip(1)] greatest_lower_bound(greatest_lower_bound(A,B),C) = greatest_lower_bound(A,greatest_lower_bound(B,C)).
% 0.41/1.06  6 is a new demodulator.
% 0.41/1.06  
% 0.41/1.06  ** KEPT: 7 (wt=11) [flip(1)] least_upper_bound(least_upper_bound(A,B),C) = least_upper_bound(A,least_upper_bound(B,C)).
% 0.41/1.06  7 is a new demodulator.
% 0.41/1.06  
% 0.41/1.06  ** KEPT: 8 (wt=5) [] least_upper_bound(A,A) = A.
% 0.41/1.06  8 is a new demodulator.
% 0.41/1.06  
% 0.41/1.06  ** KEPT: 9 (wt=5) [] greatest_lower_bound(A,A) = A.
% 0.41/1.06  9 is a new demodulator.
% 0.41/1.06  
% 0.41/1.06  ** KEPT: 10 (wt=7) [] least_upper_bound(A,greatest_lower_bound(A,B)) = A.
% 0.41/1.06  10 is a new demodulator.
% 0.41/1.06  
% 0.41/1.06  ** KEPT: 11 (wt=7) [] greatest_lower_bound(A,least_upper_bound(A,B)) = A.
% 0.41/1.06  11 is a new demodulator.
% 0.41/1.06  
% 0.41/1.06  ** KEPT: 12 (wt=13) [] multiply(A,least_upper_bound(B,C)) = least_upper_bound(multiply(A,B),multiply(A,C)).
% 0.41/1.06  12 is a new demodulator.
% 0.41/1.06  
% 0.41/1.06  ** KEPT: 13 (wt=13) [] multiply(A,greatest_lower_bound(B,C)) = greatest_lower_bound(multiply(A,B),multiply(A,C)).
% 0.41/1.06  13 is a new demodulator.
% 0.41/1.06  
% 0.41/1.06  ** KEPT: 14 (wt=13) [] multiply(least_upper_bound(A,B),C) = least_upper_bound(multiply(A,C),multiply(B,C)).
% 0.41/1.06  14 is a new demodulator.
% 0.41/1.06  
% 0.41/1.06  ** KEPT: 15 (wt=13) [] multiply(greatest_lower_bound(A,B),C) = greatest_lower_bound(multiply(A,C),multiply(B,C)).
% 0.41/1.06  15 is a new demodulator.
% 0.41/1.06  
% 0.41/1.06  ** KEPT: 16 (wt=5) [] least_upper_bound(identity,A) = A.
% 0.41/1.06  16 is a new demodulator.
% 0.41/1.06  
% 0.41/1.06  ** KEPT: 17 (wt=7) [flip(1)] -(multiply(b,a) = multiply(a,b)).
% 0.41/1.06  ---------------- PROOF FOUND ----------------
% 0.41/1.06  % SZS status Unsatisfiable
% 0.41/1.06  
% 0.41/1.06  
% 0.41/1.06  After processing input:
% 0.41/1.06  
% 0.41/1.06  Usable:
% 0.41/1.06  end_of_list.
% 0.41/1.06  
% 0.41/1.06  Sos:
% 0.41/1.06  1 (wt=5) [] multiply(identity,A) = A.
% 0.41/1.06  8 (wt=5) [] least_upper_bound(A,A) = A.
% 0.41/1.06  9 (wt=5) [] greatest_lower_bound(A,A) = A.
% 0.41/1.06  16 (wt=5) [] least_upper_bound(identity,A) = A.
% 0.41/1.06  2 (wt=6) [] multiply(inverse(A),A) = identity.
% 0.41/1.06  4 (wt=7) [] greatest_lower_bound(A,B) = greatest_lower_bound(B,A).
% 0.41/1.06  5 (wt=7) [] least_upper_bound(A,B) = least_upper_bound(B,A).
% 0.41/1.06  10 (wt=7) [] least_upper_bound(A,greatest_lower_bound(A,B)) = A.
% 0.41/1.06  11 (wt=7) [] greatest_lower_bound(A,least_upper_bound(A,B)) = A.
% 0.41/1.06  17 (wt=7) [flip(1)] -(multiply(b,a) = multiply(a,b)).
% 0.41/1.06  3 (wt=11) [] multiply(multiply(A,B),C) = multiply(A,multiply(B,C)).
% 0.41/1.06  6 (wt=11) [flip(1)] greatest_lower_bound(greatest_lower_bound(A,B),C) = greatest_lower_bound(A,greatest_lower_bound(B,C)).
% 0.41/1.06  7 (wt=11) [flip(1)] least_upper_bound(least_upper_bound(A,B),C) = least_upper_bound(A,least_upper_bound(B,C)).
% 0.41/1.06  12 (wt=13) [] multiply(A,least_upper_bound(B,C)) = least_upper_bound(multiply(A,B),multiply(A,C)).
% 0.41/1.06  13 (wt=13) [] multiply(A,greatest_lower_bound(B,C)) = greatest_lower_bound(multiply(A,B),multiply(A,C)).
% 0.41/1.06  14 (wt=13) [] multiply(least_upper_bound(A,B),C) = least_upper_bound(multiply(A,C),multiply(B,C)).
% 0.41/1.06  15 (wt=13) [] multiply(greatest_lower_bound(A,B),C) = greatest_lower_bound(multiply(A,C),multiply(B,C)).
% 0.41/1.06  end_of_list.
% 0.41/1.06  
% 0.41/1.06  Demodulators:
% 0.41/1.06  1 (wt=5) [] multiply(identity,A) = A.
% 0.41/1.06  2 (wt=6) [] multiply(inverse(A),A) = identity.
% 0.41/1.06  3 (wt=11) [] multiply(multiply(A,B),C) = multiply(A,multiply(B,C)).
% 0.41/1.06  6 (wt=11) [flip(1)] greatest_lower_bound(greatest_lower_bound(A,B),C) = greatest_lower_bound(A,greatest_lower_bound(B,C)).
% 0.41/1.06  7 (wt=11) [flip(1)] least_upper_bound(least_upper_bound(A,B),C) = least_upper_bound(A,least_upper_bound(B,C)).
% 0.41/1.06  8 (wt=5) [] least_upper_bound(A,A) = A.
% 0.41/1.06  9 (wt=5) [] greatest_lower_bound(A,A) = A.
% 0.41/1.06  10 (wt=7) [] least_upper_bound(A,greatest_lower_bound(A,B)) = A.
% 0.41/1.06  11 (wt=7) [] greatest_lower_bound(A,least_upper_bound(A,B)) = A.
% 0.41/1.06  12 (wt=13) [] multiply(A,least_upper_bound(B,C)) = least_upper_bound(multiply(A,B),multiply(A,C)).
% 0.41/1.06  13 (wt=13) [] multiply(A,greatest_lower_bound(B,C)) = greatest_lower_bound(multiply(A,B),multiply(A,C)).
% 0.41/1.06  14 (wt=13) [] multiply(least_upper_bound(A,B),C) = least_upper_bound(multiply(A,C),multiply(B,C)).
% 0.41/1.06  15 (wt=13) [] multiply(greatest_lower_bound(A,B),C) = greatest_lower_bound(multiply(A,C),multiply(B,C)).
% 0.41/1.06  16 (wt=5) [] least_upper_bound(identity,A) = A.
% 0.41/1.06  end_of_list.
% 0.41/1.06  
% 0.41/1.06  Passive:
% 0.41/1.06  end_of_list.
% 0.41/1.06  
% 0.41/1.06  UNIT CONFLICT from 75 and 17 at   0.01 seconds.
% 0.41/1.06  
% 0.41/1.06  ---------------- PROOF ----------------
% 0.41/1.06  % SZS output start Refutation
% See solution above
% 0.41/1.06  ------------ end of proof -------------
% 0.41/1.06  
% 0.41/1.06  
% 0.41/1.06  ------------- memory usage ------------
% 0.41/1.06  Memory dynamically allocated (tp_alloc): 488.
% 0.41/1.06    type (bytes each)        gets      frees     in use      avail      bytes
% 0.41/1.06  sym_ent (  96)               58          0         58          0      5.4 K
% 0.41/1.06  term (  16)                5173       4446        727         15     14.2 K
% 0.41/1.06  gen_ptr (   8)             3869       1486       2383         19     18.8 K
% 0.41/1.06  context ( 808)             4034       4032          2          3      3.9 K
% 0.41/1.06  trail (  12)                332        332          0          4      0.0 K
% 0.41/1.06  bt_node (  68)             1671       1670          1          5      0.4 K
% 0.41/1.06  ac_position (285432)          0          0          0          0      0.0 K
% 0.41/1.06  ac_match_pos (14044)          0          0          0          0      0.0 K
% 0.41/1.06  ac_match_free_vars_pos (4020)
% 0.41/1.06                                0          0          0          0      0.0 K
% 0.41/1.06  discrim (  12)              734        300        434        135      6.7 K
% 0.41/1.06  flat (  40)                4951       4951          0         13      0.5 K
% 0.41/1.06  discrim_pos (  12)          278        278          0          1      0.0 K
% 0.41/1.06  fpa_head (  12)             427          0        427          0      5.0 K
% 0.41/1.06  fpa_tree (  28)             124        124          0          7      0.2 K
% 0.41/1.06  fpa_pos (  36)              138        138          0          1      0.0 K
% 0.41/1.06  literal (  12)              331        256         75          1      0.9 K
% 0.41/1.06  clause (  24)               331        256         75          1      1.8 K
% 0.41/1.06  list (  12)                 122         66         56          3      0.7 K
% 0.41/1.06  list_pos (  20)             347        128        219         23      4.7 K
% 0.41/1.06  pair_index (   40)              2          0          2          0      0.1 K
% 0.41/1.06  
% 0.41/1.06  -------------- statistics -------------
% 0.41/1.06  Clauses input                 17
% 0.41/1.06    Usable input                   0
% 0.41/1.06    Sos input                     17
% 0.41/1.06    Demodulators input             0
% 0.41/1.06    Passive input                  0
% 0.41/1.06  
% 0.41/1.06  Processed BS (before search)  19
% 0.41/1.06  Forward subsumed BS            2
% 0.41/1.06  Kept BS                       17
% 0.41/1.06  New demodulators BS           14
% 0.41/1.06  Back demodulated BS            0
% 0.41/1.06  
% 0.41/1.06  Clauses or pairs given       572
% 0.41/1.06  Clauses generated            208
% 0.41/1.06  Forward subsumed             150
% 0.41/1.06  Deleted by weight              0
% 0.41/1.06  Deleted by variable count      0
% 0.41/1.06  Kept                          58
% 0.41/1.06  New demodulators              49
% 0.41/1.06  Back demodulated              22
% 0.41/1.06  Ordered paramod prunes         0
% 0.41/1.06  Basic paramod prunes         657
% 0.41/1.06  Prime paramod prunes          14
% 0.41/1.06  Semantic prunes                0
% 0.41/1.06  
% 0.41/1.06  Rewrite attmepts            1340
% 0.41/1.06  Rewrites                     247
% 0.41/1.06  
% 0.41/1.06  FPA overloads                  0
% 0.41/1.06  FPA underloads                 0
% 0.41/1.06  
% 0.41/1.06  Usable size                    0
% 0.41/1.06  Sos size                      52
% 0.41/1.06  Demodulators size             41
% 0.41/1.06  Passive size                   0
% 0.41/1.06  Disabled size                 22
% 0.41/1.06  
% 0.41/1.06  Proofs found                   1
% 0.41/1.06  
% 0.41/1.06  ----------- times (seconds) ----------- Tue Jun 14 06:41:54 2022
% 0.41/1.06  
% 0.41/1.06  user CPU time             0.01   (0 hr, 0 min, 0 sec)
% 0.41/1.06  system CPU time           0.01   (0 hr, 0 min, 0 sec)
% 0.41/1.06  wall-clock time           0      (0 hr, 0 min, 0 sec)
% 0.41/1.06  input time                0.00
% 0.41/1.06  paramodulation time       0.00
% 0.41/1.06  demodulation time         0.00
% 0.41/1.06  orient time               0.00
% 0.41/1.06  weigh time                0.00
% 0.41/1.06  forward subsume time      0.00
% 0.41/1.06  back demod find time      0.00
% 0.41/1.06  conflict time             0.00
% 0.41/1.06  LRPO time                 0.00
% 0.41/1.06  store clause time         0.00
% 0.41/1.06  disable clause time       0.00
% 0.41/1.06  prime paramod time        0.00
% 0.41/1.06  semantics time            0.00
% 0.41/1.06  
% 0.41/1.06  EQP interrupted
%------------------------------------------------------------------------------