TSTP Solution File: SET777-1 by SnakeForV-SAT---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV-SAT---1.0
% Problem  : SET777-1 : TPTP v8.1.0. Released v2.5.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_sat --cores 0 -t %d %s

% Computer : n023.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  : 300s
% DateTime : Wed Aug 31 18:25:37 EDT 2022

% Result   : Satisfiable 0.21s 0.56s
% Output   : Saturation 0.21s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
cnf(u11,axiom,
    equal_sets(X0,X0) ).

cnf(set_equal_sets_are_subsets1,axiom,
    ( ~ equal_sets(X1,X2)
    | subset(X1,X2) ) ).

cnf(set_equal_sets_are_subsets2,axiom,
    ( ~ equal_sets(X2,X1)
    | subset(X1,X2) ) ).

cnf(u8,axiom,
    subset(X0,X0) ).

cnf(membership_in_subsets,axiom,
    ( ~ subset(X1,X2)
    | member(X0,X2)
    | ~ member(X0,X1) ) ).

cnf(subsets_are_set_equal_sets,axiom,
    ( ~ subset(X4,X3)
    | equal_sets(X4,X3)
    | ~ subset(X3,X4) ) ).

cnf(subsets_axiom1,axiom,
    ( member(member_of_1_not_of_2(X1,X2),X1)
    | subset(X1,X2) ) ).

cnf(subsets_axiom2,axiom,
    ( ~ member(member_of_1_not_of_2(X1,X2),X2)
    | subset(X1,X2) ) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem    : SET777-1 : TPTP v8.1.0. Released v2.5.0.
% 0.07/0.13  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_sat --cores 0 -t %d %s
% 0.14/0.34  % Computer : n023.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit   : 300
% 0.14/0.34  % WCLimit    : 300
% 0.14/0.34  % DateTime   : Tue Aug 30 14:38:20 EDT 2022
% 0.14/0.35  % CPUTime    : 
% 0.21/0.55  % (31173)dis+10_1:1_fsd=on:sp=occurrence:i=7:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/7Mi)
% 0.21/0.56  % (31173)First to succeed.
% 0.21/0.56  % SZS status Satisfiable for theBenchmark
% 0.21/0.56  % (31173)# SZS output start Saturation.
% See solution above
% 0.21/0.56  % (31173)------------------------------
% 0.21/0.56  % (31173)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.21/0.56  % (31173)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.21/0.56  % (31173)Termination reason: Satisfiable
% 0.21/0.56  
% 0.21/0.56  % (31173)Memory used [KB]: 5373
% 0.21/0.56  % (31173)Time elapsed: 0.128 s
% 0.21/0.56  % (31173)Instructions burned: 1 (million)
% 0.21/0.56  % (31173)------------------------------
% 0.21/0.56  % (31173)------------------------------
% 0.21/0.56  % (31165)Success in time 0.208 s
%------------------------------------------------------------------------------