TSTP Solution File: SET103-7 by SnakeForV-SAT---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV-SAT---1.0
% Problem  : SET103-7 : TPTP v8.1.0. Bugfixed v2.1.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 : n007.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:23:44 EDT 2022

% Result   : Unsatisfiable 1.26s 0.55s
% Output   : Refutation 1.26s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :    6
% Syntax   : Number of formulae    :   15 (  13 unt;   0 def)
%            Number of atoms       :   17 (  13 equ)
%            Maximal formula atoms :    2 (   1 avg)
%            Number of connectives :    9 (   7   ~;   2   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    3 (   2 avg)
%            Maximal term depth    :    4 (   2 avg)
%            Number of predicates  :    3 (   1 usr;   1 prp; 0-2 aty)
%            Number of functors    :    7 (   7 usr;   4 con; 0-2 aty)
%            Number of variables   :    9 (   9   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f324,plain,
    $false,
    inference(subsumption_resolution,[],[f323,f108]) ).

fof(f108,axiom,
    ! [X0,X1] : unordered_pair(X0,X1) = unordered_pair(X1,X0),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',commutativity_of_unordered_pair) ).

fof(f323,plain,
    unordered_pair(unordered_pair(null_class,x),unordered_pair(x,x)) != unordered_pair(unordered_pair(x,x),unordered_pair(null_class,x)),
    inference(forward_demodulation,[],[f316,f108]) ).

fof(f316,plain,
    unordered_pair(unordered_pair(null_class,x),unordered_pair(x,x)) != unordered_pair(unordered_pair(x,x),unordered_pair(x,null_class)),
    inference(backward_demodulation,[],[f250,f311]) ).

fof(f311,plain,
    null_class = unordered_pair(y,y),
    inference(resolution,[],[f226,f149]) ).

fof(f149,axiom,
    ~ member(y,universal_class),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_property_1_of_ordered_pair_2) ).

fof(f226,plain,
    ! [X0] :
      ( member(X0,universal_class)
      | unordered_pair(X0,X0) = null_class ),
    inference(definition_unfolding,[],[f126,f12]) ).

fof(f12,axiom,
    ! [X0] : unordered_pair(X0,X0) = singleton(X0),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',singleton_set) ).

fof(f126,axiom,
    ! [X0] :
      ( member(X0,universal_class)
      | singleton(X0) = null_class ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',singleton_is_null_class) ).

fof(f250,plain,
    unordered_pair(unordered_pair(null_class,x),unordered_pair(x,x)) != unordered_pair(unordered_pair(x,x),unordered_pair(x,unordered_pair(y,y))),
    inference(forward_demodulation,[],[f247,f108]) ).

fof(f247,plain,
    unordered_pair(unordered_pair(x,null_class),unordered_pair(x,x)) != unordered_pair(unordered_pair(x,x),unordered_pair(x,unordered_pair(y,y))),
    inference(backward_demodulation,[],[f177,f108]) ).

fof(f177,plain,
    unordered_pair(unordered_pair(x,x),unordered_pair(x,null_class)) != unordered_pair(unordered_pair(x,x),unordered_pair(x,unordered_pair(y,y))),
    inference(definition_unfolding,[],[f148,f12,f154]) ).

fof(f154,plain,
    ! [X0,X1] : ordered_pair(X0,X1) = unordered_pair(unordered_pair(X0,X0),unordered_pair(X0,unordered_pair(X1,X1))),
    inference(definition_unfolding,[],[f13,f12,f12]) ).

fof(f13,axiom,
    ! [X0,X1] : unordered_pair(singleton(X0),unordered_pair(X0,singleton(X1))) = ordered_pair(X0,X1),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',ordered_pair) ).

fof(f148,axiom,
    unordered_pair(singleton(x),unordered_pair(x,null_class)) != ordered_pair(x,y),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_property_1_of_ordered_pair_1) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem    : SET103-7 : TPTP v8.1.0. Bugfixed v2.1.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.12/0.34  % Computer : n007.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    : 300
% 0.12/0.34  % DateTime   : Tue Aug 30 13:02:16 EDT 2022
% 0.12/0.34  % CPUTime    : 
% 0.20/0.47  % (976)dis+2_1:64_add=large:bce=on:bd=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.20/0.47  % (976)Instruction limit reached!
% 0.20/0.47  % (976)------------------------------
% 0.20/0.47  % (976)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.47  % (976)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.47  % (976)Termination reason: Unknown
% 0.20/0.47  % (976)Termination phase: Function definition elimination
% 0.20/0.47  
% 0.20/0.47  % (976)Memory used [KB]: 1023
% 0.20/0.47  % (976)Time elapsed: 0.003 s
% 0.20/0.47  % (976)Instructions burned: 2 (million)
% 0.20/0.47  % (976)------------------------------
% 0.20/0.47  % (976)------------------------------
% 0.20/0.48  % (984)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=99:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99Mi)
% 0.20/0.53  % (960)fmb+10_1:1_bce=on:fmbsr=1.5:nm=4:skr=on:i=191324:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/191324Mi)
% 0.20/0.53  % (962)ott+4_1:1_av=off:bd=off:nwc=5.0:s2a=on:s2at=2.0:slsq=on:slsqc=2:slsql=off:slsqr=1,2:sp=frequency:i=37:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/37Mi)
% 0.20/0.53  % (973)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=48:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/48Mi)
% 1.26/0.53  % (972)ott+33_1:4_s2a=on:tgt=ground:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 1.26/0.53  % (963)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 1.26/0.53  % (983)ott+11_2:3_av=off:fde=unused:nwc=5.0:tgt=ground:i=75:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/75Mi)
% 1.26/0.54  % (981)ott+10_1:5_bd=off:tgt=full:i=99:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99Mi)
% 1.26/0.54  % (980)ott+10_1:28_bd=off:bs=on:tgt=ground:i=101:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/101Mi)
% 1.26/0.54  % (979)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 1.26/0.54  % (992)ott+10_1:1_kws=precedence:tgt=ground:i=482:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/482Mi)
% 1.26/0.54  % (986)ott+10_1:1_tgt=ground:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 1.26/0.54  % (974)fmb+10_1:1_fmbsr=2.0:nm=4:skr=on:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 1.26/0.54  % (990)dis+21_1:1_av=off:er=filter:slsq=on:slsqc=0:slsqr=1,1:sp=frequency:to=lpo:i=498:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/498Mi)
% 1.26/0.54  % (991)ott+11_1:1_drc=off:nwc=5.0:slsq=on:slsqc=1:spb=goal_then_units:to=lpo:i=467:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/467Mi)
% 1.26/0.54  % (961)ott+10_1:32_abs=on:br=off:urr=ec_only:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 1.26/0.54  % (978)ott+2_1:1_fsr=off:gsp=on:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 1.26/0.55  % (997)ott+10_7:2_awrs=decay:awrsf=8:bd=preordered:drc=off:fd=preordered:fde=unused:fsr=off:slsq=on:slsqc=2:slsqr=5,8:sp=const_min:spb=units:to=lpo:i=355:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/355Mi)
% 1.26/0.55  % (996)ott+33_1:4_s2a=on:tgt=ground:i=439:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/439Mi)
% 1.26/0.55  % (995)ott+11_2:3_av=off:fde=unused:nwc=5.0:tgt=ground:i=177:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/177Mi)
% 1.26/0.55  % (990)First to succeed.
% 1.26/0.55  % (990)Refutation found. Thanks to Tanya!
% 1.26/0.55  % SZS status Unsatisfiable for theBenchmark
% 1.26/0.55  % SZS output start Proof for theBenchmark
% See solution above
% 1.26/0.55  % (990)------------------------------
% 1.26/0.55  % (990)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.26/0.55  % (990)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.26/0.55  % (990)Termination reason: Refutation
% 1.26/0.55  
% 1.26/0.55  % (990)Memory used [KB]: 1151
% 1.26/0.55  % (990)Time elapsed: 0.120 s
% 1.26/0.55  % (990)Instructions burned: 12 (million)
% 1.26/0.55  % (990)------------------------------
% 1.26/0.55  % (990)------------------------------
% 1.26/0.55  % (959)Success in time 0.198 s
%------------------------------------------------------------------------------