TSTP Solution File: GEO354+1 by SnakeForV-SAT---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV-SAT---1.0
% Problem  : GEO354+1 : TPTP v8.1.0. Released v6.4.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 : n004.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 16:12:46 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(u190,axiom,
    ~ line(X1) ).

cnf(u208,axiom,
    ~ distinct_points(X2,X0) ).

cnf(u144,axiom,
    ~ left_convergent_lines(X0,X1) ).

cnf(u167,axiom,
    ( ~ distinct_lines(X1,X2)
    | distinct_lines(X1,X0)
    | distinct_lines(X2,X0) ) ).

cnf(u178,axiom,
    ~ distinct_lines(X0,reverse_line(X0)) ).

cnf(u158,axiom,
    ~ distinct_lines(X0,X0) ).

cnf(u185,axiom,
    ~ unequally_directed_lines(X0,X2) ).

cnf(u175,axiom,
    ~ left_apart_point(X0,X1) ).

cnf(u173,axiom,
    ~ apart_point_and_line(X0,parallel_through_point(X1,X0)) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem    : GEO354+1 : TPTP v8.1.0. Released v6.4.0.
% 0.03/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.35  % Computer : n004.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit   : 300
% 0.14/0.35  % WCLimit    : 300
% 0.14/0.35  % DateTime   : Mon Aug 29 21:38:50 EDT 2022
% 0.14/0.35  % CPUTime    : 
% 0.21/0.49  % (2130)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)
% 0.21/0.49  % (2138)ott+10_1:28_bd=off:bs=on:tgt=ground:i=101:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/101Mi)
% 0.21/0.51  % (2129)ott+33_1:4_s2a=on:tgt=ground:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.21/0.51  % (2124)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.21/0.51  % (2152)ott+10_1:5_bd=off:tgt=full:i=500:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/500Mi)
% 0.21/0.51  % (2147)ott+3_1:1_gsp=on:lcm=predicate:i=138:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/138Mi)
% 0.21/0.51  % (2138)First to succeed.
% 0.21/0.51  % SZS status Satisfiable for theBenchmark
% 0.21/0.51  % (2138)# SZS output start Saturation.
% See solution above
% 0.21/0.51  % (2138)------------------------------
% 0.21/0.51  % (2138)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.21/0.51  % (2138)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.21/0.51  % (2138)Termination reason: Satisfiable
% 0.21/0.51  
% 0.21/0.51  % (2138)Memory used [KB]: 5500
% 0.21/0.51  % (2138)Time elapsed: 0.107 s
% 0.21/0.51  % (2138)Instructions burned: 3 (million)
% 0.21/0.51  % (2138)------------------------------
% 0.21/0.51  % (2138)------------------------------
% 0.21/0.51  % (2119)Success in time 0.159 s
%------------------------------------------------------------------------------