TSTP Solution File: PUZ135_2 by SPASS+T---2.2.22

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SPASS+T---2.2.22
% Problem  : PUZ135_2 : TPTP v8.1.0. Released v5.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : spasst-tptp-script %s %d

% Computer : n019.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 : Mon Jul 18 18:27:45 EDT 2022

% Result   : Theorem 0.83s 1.10s
% Output   : Refutation 0.83s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    1
%            Number of leaves      :   31
% Syntax   : Number of clauses     :   32 (  17 unt;   2 nHn;  32 RR)
%            Number of literals    :   67 (   0 equ;  50 neg)
%            Maximal clause size   :    5 (   2 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    5 (   4 usr;   1 prp; 0-2 aty)
%            Number of functors    :   14 (  14 usr;  12 con; 0-1 aty)
%            Number of variables   :   16 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(9,axiom,
    knowheyan(d),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(10,axiom,
    knowheyan(c),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(11,axiom,
    knowheyan(b),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(12,axiom,
    knowheyan(a),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(28,axiom,
    ~ equal(d,c),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(29,axiom,
    ~ equal(d,b),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(30,axiom,
    ~ equal(c,b),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(31,axiom,
    ~ equal(d,a),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(32,axiom,
    ~ equal(c,a),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(33,axiom,
    ~ equal(b,a),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(34,axiom,
    ~ equal(entry_of(b),laser_etching),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(35,axiom,
    ~ equal(place_of(b),third),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(36,axiom,
    ~ equal(place_of(c),third),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(37,axiom,
    ~ equal(place_of(b),fourth),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(38,axiom,
    ~ equal(place_of(a),first),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(39,axiom,
    ~ equal(entry_of(a),holography),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(40,axiom,
    ( ~ knowheyan(U)
    | place(place_of(U)) ),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(41,axiom,
    ( ~ knowheyan(U)
    | entry(entry_of(U)) ),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(42,axiom,
    ( ~ knowheyan(U)
    | ~ equal(U,a)
    | ~ equal(entry_of(U),laser_etching) ),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(43,axiom,
    ( ~ knowheyan(U)
    | ~ equal(U,c)
    | ~ equal(entry_of(U),collage_painting) ),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(44,axiom,
    ( ~ knowheyan(U)
    | ~ equal(U,a)
    | ~ equal(entry_of(U),collage_painting) ),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(45,axiom,
    ( ~ knowheyan(U)
    | ~ equal(entry_of(U),laser_etching)
    | ~ equal(place_of(U),second) ),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(46,axiom,
    ( ~ knowheyan(U)
    | ~ equal(entry_of(U),laser_etching)
    | ~ equal(place_of(U),fourth) ),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(47,axiom,
    ( ~ knowheyan(U)
    | ~ equal(entry_of(U),collage_painting)
    | ~ equal(place_of(U),second) ),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(48,axiom,
    ( ~ knowheyan(U)
    | ~ equal(entry_of(U),collage_painting)
    | ~ equal(place_of(U),first) ),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(50,axiom,
    ( ~ knowheyan(U)
    | ~ equal(place_of(U),fourth)
    | ~ equal(entry_of(U),reconstituted_materials_sculpture) ),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(51,axiom,
    ( ~ knowheyan(U)
    | ~ knowheyan(V)
    | ~ equal(place_of(U),place_of(V))
    | equal(U,V) ),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(52,axiom,
    ( ~ knowheyan(U)
    | ~ knowheyan(V)
    | ~ equal(entry_of(U),entry_of(V))
    | equal(U,V) ),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(53,axiom,
    ( ~ place(U)
    | equal(U,first)
    | equal(U,second)
    | equal(U,third)
    | equal(U,fourth) ),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(54,axiom,
    ( ~ entry(U)
    | equal(U,collage_painting)
    | equal(U,holography)
    | equal(U,laser_etching)
    | equal(U,reconstituted_materials_sculpture) ),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(56,axiom,
    ( ~ equal(place_of(a),third)
    | ~ equal(place_of(b),second)
    | ~ equal(place_of(c),first)
    | ~ equal(place_of(d),fourth) ),
    file('PUZ135_2.p',unknown),
    [] ).

cnf(413,plain,
    $false,
    inference(thr,[status(thm)],[56,54,53,52,51,50,48,47,46,45,44,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,12,11,10,9]),
    [iquote('0:ThR:56,54,53,52,51,50,48,47,46,45,44,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,12,11,10,9')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : PUZ135_2 : TPTP v8.1.0. Released v5.1.0.
% 0.10/0.13  % Command  : spasst-tptp-script %s %d
% 0.12/0.34  % Computer : n019.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Sat May 28 19:52:26 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.21/0.47  % Using EUF theory
% 0.83/1.10  
% 0.83/1.10  
% 0.83/1.10  % SZS status Theorem for /tmp/SPASST_26335_n019.cluster.edu
% 0.83/1.10  
% 0.83/1.10  SPASS V 2.2.22  in combination with yices.
% 0.83/1.10  SPASS beiseite: Proof found by SPASS and SMT.
% 0.83/1.10  Problem: /tmp/SPASST_26335_n019.cluster.edu 
% 0.83/1.10  SPASS derived 259 clauses, backtracked 29 clauses and kept 144 clauses.
% 0.83/1.10  SPASS backtracked 4 times (1 times due to theory inconsistency).
% 0.83/1.10  SPASS allocated 6576 KBytes.
% 0.83/1.10  SPASS spent	0:00:00.03 on the problem.
% 0.83/1.10  		0:00:00.00 for the input.
% 0.83/1.10  		0:00:00.00 for the FLOTTER CNF translation.
% 0.83/1.10  		0:00:00.00 for inferences.
% 0.83/1.10  		0:00:00.00 for the backtracking.
% 0.83/1.10  		0:00:00.01 for the reduction.
% 0.83/1.10  		0:00:00.00 for interacting with the SMT procedure.
% 0.83/1.10  		
% 0.83/1.10  
% 0.83/1.10  % SZS output start CNFRefutation for /tmp/SPASST_26335_n019.cluster.edu
% See solution above
% 0.83/1.10  
% 0.83/1.10  Formulae used in the proof : fof_d_knowheyan fof_c_knowheyan fof_b_knowheyan fof_a_knowheyan fof_c_not_d fof_b_not_d fof_b_not_c fof_a_not_d fof_a_not_c fof_a_not_b fof_laser_etching_info fof_third_info fof_fourth_info2 fof_a_info fof_place_of_type fof_entry_of_type fof_collage_info fof_fourth_info fof_unique_places fof_unique_entrys fof_only_places fof_only_entries fof_places
% 0.83/1.10  
% 0.83/1.10  SPASS+T ended
%------------------------------------------------------------------------------