TSTP Solution File: SWC015-1 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : SWC015-1 : TPTP v8.1.2. Released v2.4.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n008.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 : Thu Aug 31 20:36:37 EDT 2023

% Result   : Unsatisfiable 24.76s 3.67s
% Output   : CNFRefutation 24.76s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_clause100')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( neq(X,Y)
    | X = Y
    | ~ ssList(X)
    | ~ ssList(Y) ),
    inference(cnf_transformation,[],['$inc_clause100']) ).

cnf('2',plain,
    ( ~ neq(sk4,nil)
    | ~ neq(nil,sk4)
    | app(sk3,X1) != X0
    | tl(sk4) != X1
    | sk4 = X0
    | ~ ssList(X1)
    | ~ ssList(X0) ),
    inference(cnf_transformation,[],[co1_11]) ).

cnf('3',plain,
    ( neq(sk2,nil)
    | neq(sk2,nil) ),
    inference(cnf_transformation,[],[co1_7]) ).

cnf('4',plain,
    sk2 = sk4,
    inference(cnf_transformation,[],[co1_5]) ).

cnf('5',plain,
    ( neq(sk4,nil)
    | neq(sk4,nil) ),
    inference(simplify,[then_simplify],['3','4','4']) ).

cnf('6',plain,
    neq(sk4,nil),
    inference(factorization,[],['5']) ).

cnf('7',plain,
    ( ~ neq(nil,sk4)
    | app(sk3,X) != Y
    | tl(sk4) != X
    | sk4 = Y
    | ~ ssList(X)
    | ~ ssList(Y) ),
    inference(simplify,[],['2','6']) ).

cnf('8',plain,
    ssList(nil),
    inference(cnf_transformation,[],['$inc_clause8']) ).

cnf('9',plain,
    ssList(sk4),
    inference(cnf_transformation,[],[co1_4]) ).

cnf('10',plain,
    ( nil = sk4
    | app(sk3,X) != Y
    | tl(sk4) != X
    | sk4 = Y
    | ~ ssList(Y)
    | ~ ssList(X) ),
    inference(resolution,[then_simplify],['1','7','8','9']) ).

cnf('11',plain,
    ( ~ neq(X,Y)
    | X != Y
    | ~ ssList(Y)
    | ~ ssList(X) ),
    inference(cnf_transformation,[],['$inc_clause115']) ).

cnf('12',plain,
    neq(sk4,nil),
    inference(factorization,[],['5']) ).

cnf('13',plain,
    sk4 != nil,
    inference(resolution,[then_simplify],['11','12','8','9']) ).

cnf('14',plain,
    ( app(sk3,X) != Y
    | tl(sk4) != X
    | sk4 = Y
    | ~ ssList(Y)
    | ~ ssList(X) ),
    inference(paramodulation,[],['10','13']) ).

cnf('15',plain,
    ( sk4 = app(sk3,X)
    | tl(sk4) != X
    | ~ ssList(app(sk3,X))
    | ~ ssList(X) ),
    inference(reflexivity,[],['14']) ).

cnf('16',plain,
    ( ssList(app(X,Y))
    | ~ ssList(X)
    | ~ ssList(Y) ),
    inference(cnf_transformation,[],['$inc_clause85']) ).

cnf('17',plain,
    ( ~ ssList(tl(sk4))
    | app(sk3,tl(sk4)) != X
    | sk4 = X
    | ~ ssList(X) ),
    inference(reflexivity,[],['14']) ).

cnf('18',plain,
    ( ~ ssList(app(sk3,tl(sk4)))
    | ~ ssList(tl(sk4))
    | sk4 = app(sk3,tl(sk4)) ),
    inference(reflexivity,[],['17']) ).

cnf('19',plain,
    ( app(X,Y) != app(X,Z)
    | Y = Z
    | ~ ssList(Z)
    | ~ ssList(Y)
    | ~ ssList(X) ),
    inference(cnf_transformation,[],['$inc_clause150']) ).

cnf('20',plain,
    ssList(sk3),
    inference(cnf_transformation,[],[co1_3]) ).

cnf('21',plain,
    ( ~ ssList(app(sk3,tl(sk4)))
    | ~ ssList(tl(sk4))
    | app(sk3,X) != sk4
    | X = tl(sk4)
    | ~ ssList(X) ),
    inference(paramodulation,[then_simplify],['18','19','20']) ).

cnf('22',plain,
    ( ~ ssList(tl(sk4))
    | app(sk3,X) != sk4
    | X = tl(sk4)
    | ~ ssList(X) ),
    inference(resolution,[then_simplify],['16','21','20']) ).

cnf('23',plain,
    ( ~ ssList(tl(sk4))
    | tl(sk4) != X
    | ~ ssList(app(sk3,X))
    | X = tl(sk4)
    | ~ ssList(X) ),
    inference(paramodulation,[],['15','22']) ).

cnf('24',plain,
    ( ssList(tl(X))
    | nil = X
    | ~ ssList(X) ),
    inference(cnf_transformation,[],['$inc_clause75']) ).

cnf('25',plain,
    ( app(X,Y) = nil
    | nil != Y
    | nil != X
    | ~ ssList(Y)
    | ~ ssList(X) ),
    inference(cnf_transformation,[],['$inc_clause145']) ).

cnf('26',plain,
    ( app(nil,X) = nil
    | nil != X
    | ~ ssList(X) ),
    inference(reflexivity,[then_simplify],['25','8']) ).

cnf('27',plain,
    ( app(nil,X) = X
    | ~ ssList(X) ),
    inference(cnf_transformation,[],['$inc_clause74']) ).

cnf('28',plain,
    ( app(X,X) = nil
    | nil != X
    | ~ ssList(X) ),
    inference(factorization,[],['25']) ).

cnf('29',plain,
    app(nil,nil) = nil,
    inference(reflexivity,[then_simplify],['28','8']) ).

cnf('30',plain,
    ( app(app(X,Y),Z) = app(X,app(Y,Z))
    | ~ ssList(X)
    | ~ ssList(Y)
    | ~ ssList(Z) ),
    inference(cnf_transformation,[],['$inc_clause149']) ).

cnf('31',plain,
    ( app(nil,X) = app(nil,app(nil,X))
    | ~ ssList(X) ),
    inference(paramodulation,[then_simplify],['29','30','8']) ).

cnf('32',plain,
    ( X = app(nil,app(nil,X))
    | ~ ssList(X) ),
    inference(paramodulation,[],['27','31']) ).

cnf('33',plain,
    ( X3 = app(nil,nil)
    | nil != X3
    | ~ ssList(X3) ),
    inference(paramodulation,[],['26','32']) ).

cnf('34',plain,
    ( X = nil
    | nil != X
    | ~ ssList(X) ),
    inference(simplify,[],['33','29']) ).

cnf('35',plain,
    nil != sk4,
    inference(resolution,[then_simplify],['34','13','9']) ).

cnf('36',plain,
    ( tl(sk4) != X
    | ~ ssList(app(sk3,X))
    | X = tl(sk4)
    | ~ ssList(X) ),
    inference(resolution,[then_simplify],['23','24','35','9']) ).

cnf('37',plain,
    ( cons(skaf83(X),skaf82(X)) = X
    | nil = X
    | ~ ssList(X) ),
    inference(cnf_transformation,[],['$inc_clause109']) ).

cnf('38',plain,
    ( tl(cons(X,Y)) = Y
    | ~ ssItem(X)
    | ~ ssList(Y) ),
    inference(cnf_transformation,[],['$inc_clause96']) ).

cnf('39',plain,
    ssItem(skaf83(X0)),
    inference(cnf_transformation,[],['$inc_clause12']) ).

cnf('40',plain,
    ssList(skaf82(X0)),
    inference(cnf_transformation,[],['$inc_clause13']) ).

cnf('41',plain,
    ( tl(X) = skaf82(X)
    | nil = X
    | ~ ssList(X) ),
    inference(paramodulation,[then_simplify],['37','38','39','40']) ).

cnf('42',plain,
    ( ~ ssList(app(sk3,skaf82(sk4)))
    | skaf82(sk4) = tl(sk4) ),
    inference(resolution,[then_simplify],['36','41','35','9','40']) ).

cnf('43',plain,
    skaf82(sk4) = tl(sk4),
    inference(resolution,[then_simplify],['42','16','20','40']) ).

cnf('44',plain,
    cons(skaf83(sk4),tl(sk4)) = sk4,
    inference(paramodulation,[then_simplify],['43','37','35','9']) ).

cnf('45',plain,
    ( app(X,nil) = X
    | ~ ssList(X) ),
    inference(cnf_transformation,[],['$inc_clause73']) ).

cnf('46',plain,
    ( cons(X,app(Y,Z)) = app(cons(X,Y),Z)
    | ~ ssItem(X)
    | ~ ssList(Z)
    | ~ ssList(Y) ),
    inference(cnf_transformation,[],['$inc_clause157']) ).

cnf('47',plain,
    ( cons(X,Y) = app(cons(X,Y),nil)
    | ~ ssItem(X)
    | ~ ssList(Y) ),
    inference(paramodulation,[then_simplify],['45','46','8']) ).

cnf('48',plain,
    ssList(skaf82(X)),
    inference(cnf_transformation,[],['$inc_clause13']) ).

cnf('49',plain,
    ssList(tl(sk4)),
    inference(paramodulation,[],['43','48']) ).

cnf('50',plain,
    cons(skaf83(sk4),tl(sk4)) = app(sk4,nil),
    inference(paramodulation,[then_simplify],['44','47','49','39']) ).

cnf('51',plain,
    ( hd(cons(X,Y)) = X
    | ~ ssItem(X)
    | ~ ssList(Y) ),
    inference(cnf_transformation,[],['$inc_clause97']) ).

cnf('52',plain,
    hd(sk4) = skaf83(sk4),
    inference(paramodulation,[then_simplify],['44','51','49','39']) ).

cnf('53',plain,
    ( hd(X) = skaf83(X)
    | nil = X
    | ~ ssList(X) ),
    inference(paramodulation,[then_simplify],['37','51','39','40']) ).

cnf('54',plain,
    ( cons(hd(X),skaf82(X)) = X
    | nil = X
    | ~ ssList(X) ),
    inference(paramodulation,[],['53','37']) ).

cnf('55',plain,
    cons(hd(sk4),tl(sk4)) = sk4,
    inference(paramodulation,[then_simplify],['43','54','35','9']) ).

cnf('56',plain,
    sk4 = app(sk4,nil),
    inference(simplify,[then_simplify],['50','52','55']) ).

cnf('57',plain,
    ( tl(app(X,Y)) = app(tl(X),Y)
    | nil = X
    | ~ ssList(X)
    | ~ ssList(Y) ),
    inference(cnf_transformation,[],['$inc_clause133']) ).

cnf('58',plain,
    ( app(X,Y) = app(nil,app(X,Y))
    | ~ ssList(Y)
    | ~ ssList(X) ),
    inference(paramodulation,[then_simplify],['27','30','8']) ).

cnf('59',plain,
    ( app(X,skaf45(Y,X)) = Y
    | ~ frontsegP(Y,X)
    | ~ ssList(X)
    | ~ ssList(Y) ),
    inference(cnf_transformation,[],['$inc_clause132']) ).

cnf('60',plain,
    ( app(X,Y) != Z
    | frontsegP(Z,X)
    | ~ ssList(Z)
    | ~ ssList(Y)
    | ~ ssList(X) ),
    inference(cnf_transformation,[],['$inc_clause144']) ).

cnf('61',plain,
    ( app(X,Y) = app(X,app(nil,Y))
    | ~ ssList(Y)
    | ~ ssList(X) ),
    inference(paramodulation,[then_simplify],['45','30','8']) ).

cnf('62',plain,
    ( sk4 = app(sk3,app(nil,X))
    | tl(sk4) != X
    | ~ ssList(app(sk3,X))
    | ~ ssList(X) ),
    inference(paramodulation,[then_simplify],['15','61','20']) ).

cnf('63',plain,
    ( app(sk3,X) = sk4
    | tl(sk4) != X
    | ~ ssList(app(sk3,X))
    | ~ ssList(X) ),
    inference(paramodulation,[then_simplify],['62','61','20']) ).

cnf('64',plain,
    ( ~ ssList(app(sk3,tl(sk4)))
    | ~ ssList(tl(sk4))
    | app(sk3,tl(sk4)) = sk4 ),
    inference(reflexivity,[],['63']) ).

cnf('65',plain,
    ( ~ ssList(app(sk3,tl(sk4)))
    | ~ ssList(tl(sk4))
    | frontsegP(sk4,sk3) ),
    inference(resolution,[then_simplify],['60','64','9','20']) ).

cnf('66',plain,
    ( ~ ssList(tl(sk4))
    | frontsegP(sk4,sk3) ),
    inference(resolution,[then_simplify],['65','16','20']) ).

cnf('67',plain,
    ( ~ frontsegP(X,Y)
    | ~ frontsegP(Z,X)
    | frontsegP(Z,Y)
    | ~ ssList(Y)
    | ~ ssList(X)
    | ~ ssList(Z) ),
    inference(cnf_transformation,[],['$inc_clause154']) ).

cnf('68',plain,
    ( ~ ssList(tl(sk4))
    | ~ frontsegP(X,sk4)
    | frontsegP(X,sk3)
    | ~ ssList(X) ),
    inference(resolution,[then_simplify],['66','67','20','9']) ).

cnf('69',plain,
    ( ~ frontsegP(X,sk4)
    | frontsegP(X,sk3)
    | ~ ssList(X) ),
    inference(resolution,[then_simplify],['68','24','35','9']) ).

cnf('70',plain,
    ( frontsegP(X,X)
    | ~ ssList(X) ),
    inference(cnf_transformation,[],['$inc_clause61']) ).

cnf('71',plain,
    frontsegP(sk4,sk3),
    inference(resolution,[then_simplify],['69','70','9']) ).

cnf('72',plain,
    ssList(skaf45(X0,X1)),
    inference(cnf_transformation,[],['$inc_clause51']) ).

cnf('73',plain,
    ( ~ ssList(tl(sk4))
    | skaf45(sk4,sk3) = tl(sk4) ),
    inference(resolution,[then_simplify],['59','22','71','20','9','72']) ).

cnf('74',plain,
    ( ~ ssList(tl(sk4))
    | app(sk3,tl(sk4)) = sk4 ),
    inference(paramodulation,[then_simplify],['73','59','71','20','9']) ).

cnf('75',plain,
    ( ~ ssList(tl(sk4))
    | sk4 = app(nil,app(sk3,tl(sk4))) ),
    inference(paramodulation,[then_simplify],['74','58','20']) ).

cnf('76',plain,
    ( ~ ssList(tl(sk4))
    | sk4 = app(sk3,tl(sk4)) ),
    inference(paramodulation,[then_simplify],['58','75','20']) ).

cnf('77',plain,
    ( app(app(X,Y),nil) = app(X,Y)
    | ~ ssList(X)
    | ~ ssList(Y) ),
    inference(paramodulation,[then_simplify],['45','30','8']) ).

cnf('78',plain,
    ( ~ ssList(tl(sk4))
    | app(app(sk3,tl(sk4)),nil) = sk4 ),
    inference(paramodulation,[then_simplify],['76','77','20']) ).

cnf('79',plain,
    ( ~ ssList(tl(sk4))
    | sk4 = app(sk3,app(tl(sk4),nil)) ),
    inference(paramodulation,[then_simplify],['78','30','20','8']) ).

cnf('80',plain,
    ( ~ ssList(tl(sk4))
    | sk4 = app(sk3,tl(app(sk4,nil))) ),
    inference(paramodulation,[then_simplify],['57','79','35','9','8']) ).

cnf('81',plain,
    sk4 = app(sk3,tl(sk4)),
    inference(paramodulation,[then_simplify],['56','80','49']) ).

cnf('82',plain,
    ( ~ ssList(tl(sk4))
    | app(app(nil,sk3),tl(sk4)) = sk4 ),
    inference(paramodulation,[then_simplify],['75','30','8','20']) ).

cnf('83',plain,
    ( ~ ssList(tl(sk4))
    | nil != sk3
    | app(nil,tl(sk4)) = sk4 ),
    inference(paramodulation,[then_simplify],['26','82','20']) ).

cnf('84',plain,
    ( app(app(X,nil),nil) = app(X,nil)
    | ~ ssList(X) ),
    inference(paramodulation,[then_simplify],['29','30','8']) ).

cnf('85',plain,
    ( app(app(X,nil),nil) = X
    | ~ ssList(X) ),
    inference(paramodulation,[],['45','84']) ).

cnf('86',plain,
    ( X = app(X,nil)
    | ~ ssList(X) ),
    inference(paramodulation,[],['85','84']) ).

cnf('87',plain,
    ( app(sk4,X) = app(sk3,app(Y,X))
    | tl(sk4) != Y
    | ~ ssList(app(sk3,Y))
    | ~ ssList(X)
    | ~ ssList(Y) ),
    inference(paramodulation,[then_simplify],['15','30','20']) ).

cnf('88',plain,
    ( sk4 = app(sk3,app(X,nil))
    | tl(sk4) != X
    | ~ ssList(app(sk3,X))
    | ~ ssList(X) ),
    inference(paramodulation,[then_simplify],['86','87','9','8']) ).

cnf('89',plain,
    ( ~ ssList(app(sk3,tl(sk4)))
    | ~ ssList(tl(sk4))
    | app(sk4,X) = app(sk3,app(tl(sk4),X))
    | ~ ssList(X) ),
    inference(paramodulation,[then_simplify],['18','30','20']) ).

cnf('90',plain,
    ( ~ ssList(app(sk3,tl(sk4)))
    | ~ ssList(tl(sk4))
    | app(sk4,nil) = sk4 ),
    inference(paramodulation,[then_simplify],['88','89','8']) ).

cnf('91',plain,
    ( ~ ssList(tl(sk4))
    | app(sk4,nil) = sk4 ),
    inference(resolution,[then_simplify],['90','16','20']) ).

cnf('92',plain,
    ( ~ ssList(tl(sk4))
    | sk4 = app(sk4,app(nil,nil)) ),
    inference(paramodulation,[then_simplify],['91','61','8','9']) ).

cnf('93',plain,
    ( ~ ssList(tl(sk4))
    | sk4 = app(sk4,nil) ),
    inference(simplify,[],['92','29']) ).

cnf('94',plain,
    ( ~ ssList(tl(sk4))
    | sk4 = app(nil,app(sk4,nil)) ),
    inference(paramodulation,[then_simplify],['93','58','8','9']) ).

cnf('95',plain,
    ( ~ ssList(tl(sk4))
    | sk4 = app(nil,sk4) ),
    inference(paramodulation,[],['93','94']) ).

cnf('96',plain,
    ( ~ ssList(tl(sk4))
    | app(nil,X) != sk4
    | X = sk4
    | ~ ssList(X) ),
    inference(paramodulation,[then_simplify],['95','19','9','8']) ).

cnf('97',plain,
    ( ~ ssList(tl(sk4))
    | nil != sk3
    | tl(sk4) = sk4 ),
    inference(resolution,[],['83','96']) ).

cnf('98',plain,
    ( cons(X,Y) != Y
    | ~ ssItem(X)
    | ~ ssList(Y) ),
    inference(cnf_transformation,[],['$inc_clause99']) ).

cnf('99',plain,
    ( X != skaf82(X)
    | nil = X
    | ~ ssList(X) ),
    inference(paramodulation,[then_simplify],['37','98','39','40']) ).

cnf('100',plain,
    ( X != tl(X)
    | nil = X
    | ~ ssList(X) ),
    inference(paramodulation,[],['41','99']) ).

cnf('101',plain,
    ( ~ ssList(tl(sk4))
    | nil != sk3 ),
    inference(paramodulation,[then_simplify],['97','100','35','9']) ).

cnf('102',plain,
    nil != sk3,
    inference(resolution,[then_simplify],['101','24','35','9']) ).

cnf('103',plain,
    tl(sk4) = app(tl(sk3),tl(sk4)),
    inference(paramodulation,[then_simplify],['81','57','102','20','49']) ).

cnf('104',plain,
    ( app(X,Y) != app(Z,Y)
    | X = Z
    | ~ ssList(Z)
    | ~ ssList(Y)
    | ~ ssList(X) ),
    inference(cnf_transformation,[],['$inc_clause151']) ).

cnf('105',plain,
    ( X != app(Y,X)
    | nil = Y
    | ~ ssList(Y)
    | ~ ssList(X) ),
    inference(paramodulation,[then_simplify],['27','104','8']) ).

cnf('106',plain,
    ( hd(app(X,Y)) = hd(X)
    | nil = X
    | ~ ssList(X)
    | ~ ssList(Y) ),
    inference(cnf_transformation,[],['$inc_clause123']) ).

cnf('107',plain,
    hd(sk4) = hd(sk3),
    inference(paramodulation,[then_simplify],['81','106','102','20','49']) ).

cnf('108',plain,
    cons(hd(sk4),skaf82(sk3)) = sk3,
    inference(paramodulation,[then_simplify],['107','54','102','20']) ).

cnf('109',plain,
    ssItem(skaf83(X)),
    inference(cnf_transformation,[],['$inc_clause12']) ).

cnf('110',plain,
    ssItem(hd(sk4)),
    inference(paramodulation,[],['52','109']) ).

cnf('111',plain,
    tl(sk3) = skaf82(sk3),
    inference(paramodulation,[then_simplify],['108','38','110','40']) ).

cnf('112',plain,
    ssList(tl(sk3)),
    inference(paramodulation,[],['111','48']) ).

cnf('113',plain,
    nil = tl(sk3),
    inference(resolution,[then_simplify],['103','105','112','49']) ).

cnf('114',plain,
    ( cons(hd(X),tl(X)) = X
    | nil = X
    | ~ ssList(X) ),
    inference(cnf_transformation,[],['$inc_clause104']) ).

cnf('115',plain,
    cons(hd(sk4),tl(sk3)) = sk3,
    inference(paramodulation,[then_simplify],['107','114','102','20']) ).

cnf('116',plain,
    cons(hd(sk4),nil) = sk3,
    inference(paramodulation,[],['113','115']) ).

cnf('117',plain,
    ( cons(X,nil) != Y
    | ~ ssItem(X)
    | ~ ssList(Y)
    | singletonP(Y) ),
    inference(cnf_transformation,[],['$inc_clause116']) ).

cnf('118',plain,
    ( cons(skaf44(X),nil) = X
    | ~ singletonP(X)
    | ~ ssList(X) ),
    inference(cnf_transformation,[],['$inc_clause101']) ).

cnf('119',plain,
    ( ~ neq(sk4,nil)
    | app(cons(X0,nil),X1) != sk2
    | cons(X0,nil) != sk1
    | ~ ssItem(X0)
    | ~ ssList(X1) ),
    inference(cnf_transformation,[],[co1_12]) ).

cnf('120',plain,
    sk1 = sk3,
    inference(cnf_transformation,[],[co1_6]) ).

cnf('121',plain,
    ( app(cons(X,nil),Y) != sk4
    | cons(X,nil) != sk3
    | ~ ssItem(X)
    | ~ ssList(Y) ),
    inference(simplify,[then_simplify],['119','6','4','120']) ).

cnf('122',plain,
    ssItem(skaf44(X0)),
    inference(cnf_transformation,[],['$inc_clause47']) ).

cnf('123',plain,
    ( cons(skaf44(X),nil) != sk3
    | app(X,Y) != sk4
    | ~ singletonP(X)
    | ~ ssList(Y)
    | ~ ssList(X) ),
    inference(paramodulation,[then_simplify],['118','121','122']) ).

cnf('124',plain,
    ( ~ singletonP(sk3)
    | app(sk3,X) != sk4
    | ~ ssList(X) ),
    inference(resolution,[then_simplify],['123','118','20']) ).

cnf('125',plain,
    ( ~ ssList(app(sk3,tl(sk4)))
    | ~ ssList(tl(sk4))
    | ~ singletonP(sk3) ),
    inference(paramodulation,[],['18','124']) ).

cnf('126',plain,
    ( ~ ssList(tl(sk4))
    | ~ singletonP(sk3) ),
    inference(resolution,[then_simplify],['125','16','20']) ).

cnf('127',plain,
    ~ singletonP(sk3),
    inference(resolution,[then_simplify],['126','24','35','9']) ).

cnf('128',plain,
    $false,
    inference(resolution,[then_simplify],['116','117','110','20','127']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SWC015-1 : TPTP v8.1.2. Released v2.4.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n008.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Mon Aug 28 17:51:32 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.20/0.40  
% 0.20/0.40  input clause set summed statistics:
% 0.20/0.40  ----------------------------------
% 0.20/0.40  in_clause_count:                   197
% 0.20/0.40  in_rule_clause_count:              181
% 0.20/0.40  in_fact_clause_count:               16
% 0.20/0.40  in_answer_clause_count:              0
% 0.20/0.40  in_ground_clause_count:             20
% 0.20/0.40  in_unit_clause_count:               60
% 0.20/0.40  in_horn_clause_count:              162
% 0.20/0.40  in_pos_clause_count:                59
% 0.20/0.40  in_neg_clause_count:                14
% 0.20/0.40  in_poseq_clause_count:              60
% 0.20/0.40  in_negeq_clause_count:              38
% 0.20/0.40  in_unitposeq_clause_count:           2
% 0.20/0.40  in_chain_clause_count:               0
% 0.20/0.40  in_min_length:             1
% 0.20/0.40  in_max_length:            10
% 0.20/0.40  in_min_depth:              1
% 0.20/0.40  in_max_depth:              5
% 0.20/0.40  in_min_size:               2
% 0.20/0.40  in_max_size:              31
% 0.20/0.40  in_min_vars:               0
% 0.20/0.40  in_max_vars:               6
% 0.20/0.40  in_extaxiom_count:               185
% 0.20/0.40  in_axiom_count:                    0
% 0.20/0.40  in_assumption_count:               0
% 0.20/0.40  in_goal_count:                    12
% 0.20/0.40  in_neg_goal_count:                 1
% 0.20/0.40  in_pos_goal_count:                 7
% 0.20/0.40  in_posunit_goal_count:             6
% 0.20/0.40  
% 0.20/0.40  auto guide:
% 0.20/0.40  -----------
% 0.20/0.40  {
% 0.20/0.40  "print":1,
% 0.20/0.40  "print_level": 15,
% 0.20/0.40  "max_size": 0,
% 0.20/0.40  "max_depth": 0,
% 0.20/0.40  "max_length": 0,
% 0.20/0.40  "max_dseconds": 0,
% 0.20/0.40  "runs":[
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1, "max_size":15},
% 0.20/0.40  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.20/0.40  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":1},
% 0.20/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.20/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":1},
% 0.20/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.40  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.20/0.40  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":1},
% 0.20/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.20/0.40  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.20/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.20/0.40  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.20/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.20/0.40  {"sine":2, "weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.40  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1, "sine":2},
% 0.20/0.40  
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10, "max_size":15},
% 0.20/0.40  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.20/0.40  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":10},
% 0.20/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.20/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":10},
% 0.20/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.40  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.20/0.40  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":10},
% 0.20/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.20/0.40  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.20/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.20/0.40  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.20/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.20/0.40  {"sine":2, "weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.40  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10, "sine":2},
% 0.20/0.40  
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50, "max_size":15},
% 0.20/0.40  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.20/0.40  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":50},
% 0.20/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.20/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":50},
% 0.20/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.40  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.20/0.40  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":50},
% 0.20/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.20/0.40  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.20/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.20/0.40  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.20/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.20/0.40  {"sine":2, "weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.40  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50, "sine":2},
% 0.20/0.40  
% 0.20/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":250},
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.40  
% 0.20/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":1250},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "max_depth":2} 
% 0.20/0.40  
% 0.20/0.40  ]}
% 0.20/0.40  
% 0.20/0.40  
% 0.20/0.40  **** run 1 fork 0 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 2 fork 1 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 3 fork 2 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 4 fork 3 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.41  
% 0.20/0.41  **** run 5 fork 4 starts with strategy
% 0.20/0.41  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.41  
% 0.20/0.41  **** run 6 fork 5 starts with strategy
% 0.20/0.41  
% 0.20/0.41  **** run 7 fork 6 starts with strategy
% 0.20/0.41  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.41  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.41  
% 0.20/0.41  **** run 8 fork 7 starts with strategy
% 0.20/0.41  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.53  
% 0.20/0.53  fork 3: search finished without proof.
% 0.20/0.54  
% 0.20/0.54  
% 0.20/0.54  fork 2: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  
% 0.20/0.54  fork 1: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  fork 7: search finished without proof.
% 0.20/0.54  
% 0.20/0.54  fork 0: search finished without proof.
% 0.20/0.55  
% 0.20/0.55  
% 0.20/0.55  fork 4: search terminated without proof.
% 0.20/0.55  
% 0.20/0.55  
% 0.20/0.55  fork 5: search terminated without proof.
% 0.20/0.55  
% 0.20/0.55  
% 0.20/0.55  fork 6: search terminated without proof.
% 0.20/0.55  
% 0.20/0.55  **** run 12 fork 3 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.56  
% 0.20/0.56  **** run 11 fork 2 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.57  
% 0.20/0.57  **** run 10 fork 1 starts with strategy
% 0.20/0.57  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.20/0.57  
% 0.20/0.57  **** run 16 fork 7 starts with strategy
% 0.20/0.57  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.20/0.57  
% 0.20/0.57  **** run 9 fork 0 starts with strategy
% 0.20/0.57  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.57  
% 0.20/0.57  **** run 15 fork 6 starts with strategy
% 0.20/0.57  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.20/0.58  
% 0.20/0.58  **** run 13 fork 4 starts with strategy
% 0.20/0.58  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.20/0.58  
% 0.20/0.58  **** run 14 fork 5 starts with strategy
% 0.20/0.58  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.68  
% 0.20/0.68  
% 0.20/0.68  fork 3: search terminated without proof.
% 0.20/0.69  
% 0.20/0.69  
% 0.20/0.69  fork 2: search terminated without proof.
% 0.20/0.69  
% 0.20/0.69  fork 1: search finished without proof.
% 0.20/0.70  
% 0.20/0.70  
% 0.20/0.70  fork 0: search terminated without proof.
% 0.20/0.70  
% 0.20/0.70  **** run 20 fork 3 starts with strategy
% 0.20/0.70  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.20/0.70  
% 0.20/0.70  
% 0.20/0.70  fork 4: search terminated without proof.
% 0.20/0.70  
% 0.20/0.70  
% 0.20/0.70  fork 7: search terminated without proof.
% 0.20/0.70  
% 0.20/0.70  
% 0.20/0.70  fork 5: search terminated without proof.
% 0.20/0.71  
% 0.20/0.71  **** run 18 fork 1 starts with strategy
% 0.20/0.71  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 0.20/0.72  
% 0.20/0.72  **** run 17 fork 0 starts with strategy
% 0.20/0.72  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.72  
% 0.20/0.72  **** run 19 fork 2 starts with strategy
% 0.20/0.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.20/0.72  
% 0.20/0.72  **** run 24 fork 7 starts with strategy
% 0.20/0.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.73  
% 0.20/0.73  **** run 22 fork 5 starts with strategy
% 0.20/0.73  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.20/0.73  
% 0.20/0.73  **** run 21 fork 4 starts with strategy
% 0.20/0.73  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.20/0.73  
% 0.20/0.73  
% 0.20/0.73  fork 6: search terminated without proof.
% 0.20/0.76  No candidate clauses found.
% 0.20/0.76  
% 0.20/0.76  
% 0.20/0.76  fork 1: search terminated without proof.
% 0.20/0.76  
% 0.20/0.76  **** run 23 fork 6 starts with strategy
% 0.20/0.76  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 0.20/0.78  
% 0.20/0.78  **** run 26 fork 1 starts with strategy
% 0.20/0.78  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 0.20/0.84  
% 0.20/0.84  
% 0.20/0.84  fork 3: search terminated without proof.
% 0.20/0.85  
% 0.20/0.85  
% 0.20/0.85  fork 4: search terminated without proof.
% 0.20/0.86  
% 0.20/0.86  
% 0.20/0.86  fork 0: search terminated without proof.
% 0.20/0.86  
% 0.20/0.86  **** run 28 fork 3 starts with strategy
% 0.20/0.86  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 0.20/0.86  
% 0.20/0.86  
% 0.20/0.86  fork 7: search terminated without proof.
% 0.20/0.87  
% 0.20/0.87  
% 0.20/0.87  fork 5: search terminated without proof.
% 0.20/0.87  
% 0.20/0.87  **** run 29 fork 4 starts with strategy
% 0.20/0.87  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.20/0.88  
% 0.20/0.88  **** run 25 fork 0 starts with strategy
% 0.20/0.88  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 0.20/0.88  
% 0.20/0.88  **** run 30 fork 5 starts with strategy
% 0.20/0.88  
% 0.20/0.88  **** run 32 fork 7 starts with strategy
% 0.20/0.88  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.20/0.88  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 0.20/0.90  
% 0.20/0.90  
% 0.20/0.90  fork 2: search terminated without proof.
% 0.20/0.91  
% 0.20/0.91  
% 0.20/0.91  fork 1: search terminated without proof.
% 4.05/0.92  
% 4.05/0.92  **** run 27 fork 2 starts with strategy
% 4.05/0.92  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 4.05/0.93  
% 4.05/0.93  **** run 34 fork 1 starts with strategy
% 4.05/0.93  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 4.39/0.98  
% 4.39/0.98  
% 4.39/0.98  fork 6: search terminated without proof.
% 4.39/0.99  
% 4.39/0.99  
% 4.39/0.99  fork 3: search terminated without proof.
% 4.39/0.99  
% 4.39/0.99  
% 4.39/0.99  fork 4: search terminated without proof.
% 4.39/1.00  
% 4.39/1.00  **** run 31 fork 6 starts with strategy
% 4.39/1.00  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 4.39/1.01  
% 4.39/1.01  **** run 36 fork 3 starts with strategy
% 4.39/1.01  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 4.39/1.01  
% 4.39/1.01  **** run 37 fork 4 starts with strategy
% 4.39/1.01  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 4.39/1.01  
% 4.39/1.01  
% 4.39/1.01  fork 0: search terminated without proof.
% 4.39/1.01  
% 4.39/1.01  
% 4.39/1.01  fork 7: search terminated without proof.
% 4.39/1.02  
% 4.39/1.02  
% 4.39/1.02  fork 5: search terminated without proof.
% 4.39/1.03  
% 4.39/1.03  **** run 33 fork 0 starts with strategy
% 4.39/1.03  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 4.39/1.03  
% 4.39/1.03  **** run 38 fork 5 starts with strategy
% 4.39/1.03  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 4.39/1.04  
% 4.39/1.04  **** run 40 fork 7 starts with strategy
% 4.39/1.04  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1,"max_size":15}
% 4.39/1.05  
% 4.39/1.05  
% 4.39/1.05  fork 2: search terminated without proof.
% 4.39/1.05  
% 4.39/1.05  fork 4: search finished without proof.
% 4.39/1.05  
% 4.39/1.05  
% 4.39/1.05  fork 1: search terminated without proof.
% 5.22/1.07  
% 5.22/1.07  **** run 35 fork 2 starts with strategy
% 5.22/1.07  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 5.22/1.07  
% 5.22/1.07  **** run 45 fork 4 starts with strategy
% 5.22/1.07  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 5.22/1.07  
% 5.22/1.07  **** run 42 fork 1 starts with strategy
% 5.22/1.07  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara","prohibit_unordered_para"],"max_dseconds":1}
% 5.55/1.13  
% 5.55/1.13  
% 5.55/1.13  fork 6: search terminated without proof.
% 5.85/1.14  
% 5.85/1.14  
% 5.85/1.14  fork 3: search terminated without proof.
% 5.85/1.14  
% 5.85/1.14  fork 5: search finished without proof.
% 5.85/1.14  
% 5.85/1.14  **** run 39 fork 6 starts with strategy
% 5.85/1.14  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":2,"strategy":["unit"],"max_dseconds":1}
% 5.85/1.16  
% 5.85/1.16  **** run 44 fork 3 starts with strategy
% 5.85/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 5.85/1.16  
% 5.85/1.16  **** run 46 fork 5 starts with strategy
% 5.85/1.16  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 5.85/1.16  
% 5.85/1.16  
% 5.85/1.16  fork 0: search terminated without proof.
% 5.85/1.17  
% 5.85/1.17  
% 5.85/1.17  fork 7: search terminated without proof.
% 5.85/1.18  
% 5.85/1.18  **** run 41 fork 0 starts with strategy
% 5.85/1.18  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 5.85/1.19  
% 5.85/1.19  **** run 48 fork 7 starts with strategy
% 5.85/1.19  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 5.85/1.20  
% 5.85/1.20  
% 5.85/1.20  fork 4: search terminated without proof.
% 5.85/1.20  
% 5.85/1.20  
% 5.85/1.20  fork 1: search terminated without proof.
% 5.85/1.20  
% 5.85/1.20  
% 5.85/1.20  fork 2: search terminated without proof.
% 5.85/1.22  
% 5.85/1.22  **** run 53 fork 4 starts with strategy
% 5.85/1.22  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 5.85/1.22  
% 5.85/1.22  **** run 50 fork 1 starts with strategy
% 5.85/1.22  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 5.85/1.22  
% 5.85/1.22  **** run 43 fork 2 starts with strategy
% 5.85/1.22  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 6.63/1.27  
% 6.63/1.27  
% 6.63/1.27  fork 6: search terminated without proof.
% 6.63/1.29  
% 6.63/1.29  
% 6.63/1.29  fork 3: search terminated without proof.
% 6.63/1.29  
% 6.63/1.29  **** run 47 fork 6 starts with strategy
% 6.63/1.29  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"sine":3,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.63/1.29  
% 6.63/1.29  
% 6.63/1.29  fork 5: search terminated without proof.
% 7.09/1.31  
% 7.09/1.31  **** run 52 fork 3 starts with strategy
% 7.09/1.31  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 7.09/1.31  
% 7.09/1.31  **** run 54 fork 5 starts with strategy
% 7.09/1.31  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.09/1.31  
% 7.09/1.31  
% 7.09/1.31  fork 0: search terminated without proof.
% 7.09/1.32  
% 7.09/1.32  
% 7.09/1.32  fork 7: search terminated without proof.
% 7.09/1.33  
% 7.09/1.33  **** run 49 fork 0 starts with strategy
% 7.09/1.33  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":1}
% 7.09/1.34  
% 7.09/1.34  **** run 56 fork 7 starts with strategy
% 7.09/1.34  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":1}
% 7.09/1.35  
% 7.09/1.35  
% 7.09/1.35  fork 1: search terminated without proof.
% 7.09/1.35  
% 7.09/1.35  
% 7.09/1.35  fork 2: search terminated without proof.
% 7.09/1.35  
% 7.09/1.35  
% 7.09/1.35  fork 4: search terminated without proof.
% 7.63/1.37  
% 7.63/1.37  **** run 58 fork 1 starts with strategy
% 7.63/1.37  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.63/1.37  
% 7.63/1.37  **** run 61 fork 4 starts with strategy
% 7.63/1.37  {"depth_penalty":50,"sine":3,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.63/1.37  
% 7.63/1.37  **** run 51 fork 2 starts with strategy
% 7.63/1.37  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.93/1.42  
% 7.93/1.42  
% 7.93/1.42  fork 6: search terminated without proof.
% 7.93/1.43  
% 7.93/1.43  fork 3: search finished without proof.
% 7.93/1.44  
% 7.93/1.44  
% 7.93/1.44  fork 5: search terminated without proof.
% 7.93/1.44  
% 7.93/1.44  **** run 55 fork 6 starts with strategy
% 7.93/1.44  {"max_dseconds":1,"sine":4,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 8.23/1.46  
% 8.23/1.46  **** run 62 fork 5 starts with strategy
% 8.23/1.46  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 8.23/1.46  
% 8.23/1.46  **** run 60 fork 3 starts with strategy
% 8.23/1.46  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 8.23/1.46  
% 8.23/1.46  
% 8.23/1.46  fork 0: search terminated without proof.
% 8.23/1.47  
% 8.23/1.47  
% 8.23/1.47  fork 7: search terminated without proof.
% 8.23/1.48  
% 8.23/1.48  **** run 57 fork 0 starts with strategy
% 8.23/1.48  {"weight_select_ratio":20,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 8.23/1.49  
% 8.23/1.49  **** run 64 fork 7 starts with strategy
% 8.23/1.49  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["unit"],"max_dseconds":1}
% 8.23/1.49  
% 8.23/1.49  fork 4: search finished without proof.
% 8.23/1.50  
% 8.23/1.50  
% 8.23/1.50  fork 1: search terminated without proof.
% 8.23/1.50  
% 8.23/1.50  
% 8.23/1.50  fork 2: search terminated without proof.
% 8.23/1.52  
% 8.23/1.52  **** run 69 fork 4 starts with strategy
% 8.23/1.52  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 8.23/1.52  
% 8.23/1.52  **** run 66 fork 1 starts with strategy
% 8.23/1.52  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 8.23/1.52  
% 8.23/1.52  **** run 59 fork 2 starts with strategy
% 8.23/1.52  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_depth":2,"max_dseconds":1}
% 8.23/1.58  
% 8.23/1.58  
% 8.23/1.58  fork 3: search terminated without proof.
% 8.23/1.59  
% 8.23/1.59  
% 8.23/1.59  fork 5: search terminated without proof.
% 8.23/1.60  
% 8.23/1.60  fork 6: search finished without proof.
% 8.23/1.60  
% 8.23/1.60  **** run 68 fork 3 starts with strategy
% 8.23/1.60  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.23/1.61  
% 8.23/1.61  **** run 70 fork 5 starts with strategy
% 8.23/1.61  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 8.23/1.61  
% 8.23/1.61  
% 8.23/1.61  fork 0: search terminated without proof.
% 8.23/1.62  
% 8.23/1.62  
% 8.23/1.62  fork 7: search terminated without proof.
% 8.23/1.63  
% 8.23/1.63  **** run 65 fork 0 starts with strategy
% 8.23/1.63  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 8.23/1.64  
% 8.23/1.64  **** run 72 fork 7 starts with strategy
% 8.23/1.64  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 8.23/1.64  
% 8.23/1.64  **** run 63 fork 6 starts with strategy
% 8.23/1.64  {"sine":1,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 8.23/1.64  
% 8.23/1.64  
% 8.23/1.64  fork 1: search terminated without proof.
% 8.23/1.65  
% 8.23/1.65  
% 8.23/1.65  fork 4: search terminated without proof.
% 8.23/1.66  
% 8.23/1.66  **** run 74 fork 1 starts with strategy
% 8.23/1.66  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 8.23/1.67  
% 8.23/1.67  **** run 77 fork 4 starts with strategy
% 8.23/1.67  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":1}
% 10.01/1.69  
% 10.01/1.69  
% 10.01/1.69  fork 2: search terminated without proof.
% 10.01/1.71  
% 10.01/1.71  **** run 67 fork 2 starts with strategy
% 10.01/1.71  {"sine":2,"query_preference":0,"strategy":["unit"],"max_dseconds":1}
% 10.01/1.73  
% 10.01/1.73  fork 3: search finished without proof.
% 10.48/1.73  
% 10.48/1.73  
% 10.48/1.73  fork 5: search terminated without proof.
% 10.48/1.75  
% 10.48/1.75  **** run 76 fork 3 starts with strategy
% 10.48/1.75  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 10.48/1.75  
% 10.48/1.75  **** run 78 fork 5 starts with strategy
% 10.48/1.75  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100,"sine":1}
% 10.48/1.77  
% 10.48/1.77  
% 10.48/1.77  fork 0: search terminated without proof.
% 10.48/1.77  
% 10.48/1.77  
% 10.48/1.77  fork 7: search terminated without proof.
% 10.48/1.78  
% 10.48/1.78  **** run 73 fork 0 starts with strategy
% 10.48/1.78  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 10.48/1.78  
% 10.48/1.78  **** run 80 fork 7 starts with strategy
% 10.48/1.78  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 10.48/1.79  
% 10.48/1.79  
% 10.48/1.79  fork 6: search terminated without proof.
% 10.48/1.79  
% 10.48/1.79  
% 10.48/1.79  fork 4: search terminated without proof.
% 11.00/1.80  
% 11.00/1.80  
% 11.00/1.80  fork 1: search terminated without proof.
% 11.00/1.80  
% 11.00/1.80  **** run 71 fork 6 starts with strategy
% 11.00/1.80  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 11.00/1.81  
% 11.00/1.81  **** run 85 fork 4 starts with strategy
% 11.00/1.81  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 11.00/1.82  
% 11.00/1.82  **** run 82 fork 1 starts with strategy
% 11.00/1.82  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 11.00/1.82  
% 11.00/1.82  fork 0: search finished without proof.
% 11.00/1.83  
% 11.00/1.83  fork 2: search finished without proof.
% 11.00/1.84  
% 11.00/1.84  **** run 81 fork 0 starts with strategy
% 11.00/1.84  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.00/1.85  
% 11.00/1.85  **** run 75 fork 2 starts with strategy
% 11.00/1.85  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 11.49/1.88  
% 11.49/1.88  
% 11.49/1.88  fork 3: search terminated without proof.
% 11.49/1.88  
% 11.49/1.88  
% 11.49/1.88  fork 5: search terminated without proof.
% 11.49/1.90  
% 11.49/1.90  **** run 86 fork 5 starts with strategy
% 11.49/1.90  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 11.80/1.90  
% 11.80/1.90  **** run 84 fork 3 starts with strategy
% 11.80/1.90  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 11.80/1.92  
% 11.80/1.92  
% 11.80/1.92  fork 7: search terminated without proof.
% 11.80/1.93  
% 11.80/1.93  
% 11.80/1.93  fork 6: search terminated without proof.
% 12.11/1.94  
% 12.11/1.94  **** run 88 fork 7 starts with strategy
% 12.11/1.94  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 12.11/1.94  
% 12.11/1.94  
% 12.11/1.94  fork 4: search terminated without proof.
% 12.11/1.94  
% 12.11/1.94  
% 12.11/1.94  fork 1: search terminated without proof.
% 12.11/1.95  
% 12.11/1.95  **** run 79 fork 6 starts with strategy
% 12.11/1.95  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 12.11/1.96  
% 12.11/1.96  **** run 90 fork 1 starts with strategy
% 12.11/1.96  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 12.11/1.96  
% 12.11/1.96  **** run 93 fork 4 starts with strategy
% 12.11/1.96  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 12.11/1.97  
% 12.11/1.97  
% 12.11/1.97  fork 0: search terminated without proof.
% 12.11/1.98  
% 12.11/1.98  
% 12.11/1.98  fork 2: search terminated without proof.
% 12.11/1.99  
% 12.11/1.99  **** run 89 fork 0 starts with strategy
% 12.11/1.99  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 12.11/2.00  
% 12.11/2.00  fork 1: search finished without proof.
% 12.11/2.00  
% 12.11/2.00  **** run 83 fork 2 starts with strategy
% 12.11/2.00  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 12.11/2.01  
% 12.11/2.01  **** run 98 fork 1 starts with strategy
% 12.11/2.01  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 12.11/2.02  
% 12.11/2.02  fork 3: search finished without proof.
% 12.11/2.03  
% 12.11/2.03  
% 12.11/2.03  fork 5: search terminated without proof.
% 12.90/2.04  
% 12.90/2.04  **** run 92 fork 3 starts with strategy
% 12.90/2.04  {"sine":1,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_depth":2,"max_dseconds":1}
% 12.90/2.05  
% 12.90/2.05  **** run 94 fork 5 starts with strategy
% 12.90/2.05  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"depth_penalty":100,"sine":1}
% 12.90/2.07  
% 12.90/2.07  
% 12.90/2.07  fork 7: search terminated without proof.
% 12.90/2.08  
% 12.90/2.08  **** run 96 fork 7 starts with strategy
% 12.90/2.08  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0,"sine":2}
% 12.90/2.09  
% 12.90/2.09  
% 12.90/2.09  fork 6: search terminated without proof.
% 13.36/2.10  
% 13.36/2.10  
% 13.36/2.10  fork 4: search terminated without proof.
% 13.36/2.10  
% 13.36/2.10  **** run 87 fork 6 starts with strategy
% 13.36/2.10  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 13.36/2.12  
% 13.36/2.12  
% 13.36/2.12  fork 0: search terminated without proof.
% 13.36/2.12  
% 13.36/2.12  **** run 101 fork 4 starts with strategy
% 13.36/2.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 13.36/2.13  
% 13.36/2.13  
% 13.36/2.13  fork 2: search terminated without proof.
% 13.36/2.14  
% 13.36/2.14  **** run 97 fork 0 starts with strategy
% 13.36/2.14  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 13.36/2.14  
% 13.36/2.14  
% 13.36/2.14  fork 1: search terminated without proof.
% 13.36/2.15  
% 13.36/2.15  **** run 91 fork 2 starts with strategy
% 13.36/2.15  {"sine":1,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_dseconds":1}
% 13.89/2.16  
% 13.89/2.16  **** run 106 fork 1 starts with strategy
% 13.89/2.16  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100,"sine":2}
% 13.89/2.16  
% 13.89/2.16  
% 13.89/2.16  fork 3: search terminated without proof.
% 13.89/2.18  
% 13.89/2.18  
% 13.89/2.18  fork 5: search terminated without proof.
% 13.89/2.18  
% 13.89/2.18  **** run 100 fork 3 starts with strategy
% 13.89/2.18  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"sine":1}
% 13.89/2.20  
% 13.89/2.20  **** run 102 fork 5 starts with strategy
% 13.89/2.20  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":1}
% 13.89/2.21  
% 13.89/2.21  
% 13.89/2.21  fork 7: search terminated without proof.
% 13.89/2.23  
% 13.89/2.23  
% 13.89/2.23  fork 6: search terminated without proof.
% 13.89/2.23  
% 13.89/2.23  **** run 104 fork 7 starts with strategy
% 13.89/2.23  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 13.89/2.25  
% 13.89/2.25  **** run 95 fork 6 starts with strategy
% 13.89/2.25  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2,"sine":1}
% 13.89/2.26  
% 13.89/2.26  
% 13.89/2.26  fork 4: search terminated without proof.
% 13.89/2.28  
% 13.89/2.28  **** run 109 fork 4 starts with strategy
% 13.89/2.28  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 13.89/2.28  
% 13.89/2.28  
% 13.89/2.28  fork 0: search terminated without proof.
% 13.89/2.30  
% 13.89/2.30  
% 13.89/2.30  fork 1: search terminated without proof.
% 13.89/2.30  
% 13.89/2.30  
% 13.89/2.30  fork 2: search terminated without proof.
% 13.89/2.31  
% 13.89/2.31  **** run 105 fork 0 starts with strategy
% 13.89/2.31  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 13.89/2.32  
% 13.89/2.32  **** run 99 fork 2 starts with strategy
% 13.89/2.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 13.89/2.32  
% 13.89/2.32  **** run 114 fork 1 starts with strategy
% 13.89/2.32  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1,"sine":1}
% 13.89/2.32  
% 13.89/2.32  
% 13.89/2.32  fork 3: search terminated without proof.
% 15.06/2.34  
% 15.06/2.34  **** run 108 fork 3 starts with strategy
% 15.06/2.34  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 15.06/2.35  
% 15.06/2.35  
% 15.06/2.35  fork 5: search terminated without proof.
% 15.38/2.36  
% 15.38/2.36  
% 15.38/2.36  fork 7: search terminated without proof.
% 15.38/2.37  
% 15.38/2.37  **** run 110 fork 5 starts with strategy
% 15.38/2.37  {"sine":1,"rewrite":0,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 15.38/2.38  
% 15.38/2.38  **** run 112 fork 7 starts with strategy
% 15.38/2.38  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 15.38/2.41  
% 15.38/2.41  
% 15.38/2.41  fork 6: search terminated without proof.
% 15.38/2.41  
% 15.38/2.41  
% 15.38/2.41  fork 4: search terminated without proof.
% 15.38/2.42  
% 15.38/2.42  **** run 103 fork 6 starts with strategy
% 15.38/2.42  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 15.38/2.43  
% 15.38/2.43  **** run 117 fork 4 starts with strategy
% 15.38/2.43  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 15.38/2.43  
% 15.38/2.43  fork 0: search finished without proof.
% 15.38/2.44  
% 15.38/2.44  
% 15.38/2.44  fork 1: search terminated without proof.
% 15.38/2.45  
% 15.38/2.45  
% 15.38/2.45  fork 2: search terminated without proof.
% 15.38/2.45  
% 15.38/2.45  **** run 113 fork 0 starts with strategy
% 15.38/2.45  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 15.38/2.46  
% 15.38/2.46  fork 6: search finished without proof.
% 16.17/2.46  
% 16.17/2.46  **** run 122 fork 1 starts with strategy
% 16.17/2.46  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 16.17/2.47  
% 16.17/2.47  **** run 107 fork 2 starts with strategy
% 16.17/2.47  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 16.17/2.48  
% 16.17/2.48  
% 16.17/2.48  fork 3: search terminated without proof.
% 16.17/2.48  
% 16.17/2.48  **** run 111 fork 6 starts with strategy
% 16.17/2.48  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 16.17/2.49  
% 16.17/2.49  **** run 116 fork 3 starts with strategy
% 16.17/2.49  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 16.48/2.50  
% 16.48/2.50  
% 16.48/2.50  fork 5: search terminated without proof.
% 16.48/2.50  
% 16.48/2.50  fork 7: search finished without proof.
% 16.48/2.52  
% 16.48/2.52  **** run 118 fork 5 starts with strategy
% 16.48/2.52  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 16.48/2.52  
% 16.48/2.52  **** run 120 fork 7 starts with strategy
% 16.48/2.52  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 16.76/2.55  
% 16.76/2.55  
% 16.76/2.55  fork 4: search terminated without proof.
% 16.76/2.57  
% 16.76/2.57  fork 0: search finished without proof.
% 16.76/2.57  
% 16.76/2.57  **** run 125 fork 4 starts with strategy
% 16.76/2.57  {"sine":2,"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 16.76/2.59  
% 16.76/2.59  **** run 121 fork 0 starts with strategy
% 16.76/2.59  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":1,"strategy":["query_focus","prohibit_nested_para"],"max_dseconds":1}
% 16.76/2.59  
% 16.76/2.59  
% 16.76/2.59  fork 1: search terminated without proof.
% 17.27/2.60  
% 17.27/2.60  
% 17.27/2.60  fork 2: search terminated without proof.
% 17.27/2.61  
% 17.27/2.61  
% 17.27/2.61  fork 6: search terminated without proof.
% 17.27/2.61  
% 17.27/2.61  **** run 130 fork 1 starts with strategy
% 17.27/2.61  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 17.27/2.62  
% 17.27/2.62  **** run 115 fork 2 starts with strategy
% 17.27/2.62  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 17.27/2.62  
% 17.27/2.62  
% 17.27/2.62  fork 3: search terminated without proof.
% 17.27/2.63  
% 17.27/2.63  **** run 119 fork 6 starts with strategy
% 17.27/2.63  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 17.27/2.64  
% 17.27/2.64  **** run 124 fork 3 starts with strategy
% 17.27/2.64  {"sine":1,"rewrite":0,"depth_penalty":50,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 17.27/2.64  
% 17.27/2.64  
% 17.27/2.64  fork 5: search terminated without proof.
% 17.27/2.65  
% 17.27/2.65  
% 17.27/2.65  fork 7: search terminated without proof.
% 17.77/2.66  
% 17.77/2.66  **** run 126 fork 5 starts with strategy
% 17.77/2.66  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1,"sine":2}
% 17.77/2.67  
% 17.77/2.67  **** run 128 fork 7 starts with strategy
% 17.77/2.67  {"max_dseconds":10,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 17.77/2.70  
% 17.77/2.70  
% 17.77/2.70  fork 4: search terminated without proof.
% 17.77/2.71  
% 17.77/2.71  fork 5: search finished without proof.
% 17.77/2.72  
% 17.77/2.72  **** run 133 fork 4 starts with strategy
% 17.77/2.72  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 17.77/2.72  
% 17.77/2.72  
% 17.77/2.72  fork 0: search terminated without proof.
% 17.77/2.73  
% 17.77/2.73  **** run 134 fork 5 starts with strategy
% 17.77/2.73  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 17.77/2.74  
% 17.77/2.74  **** run 129 fork 0 starts with strategy
% 17.77/2.74  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 17.77/2.75  
% 17.77/2.75  
% 17.77/2.75  fork 2: search terminated without proof.
% 17.77/2.75  
% 17.77/2.75  fork 1: search finished without proof.
% 17.77/2.76  
% 17.77/2.76  
% 17.77/2.76  fork 6: search terminated without proof.
% 18.57/2.76  
% 18.57/2.76  **** run 123 fork 2 starts with strategy
% 18.57/2.76  
% 18.57/2.76  fork 3: search finished without proof.
% 18.57/2.76  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 18.57/2.77  
% 18.57/2.77  **** run 138 fork 1 starts with strategy
% 18.57/2.77  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 18.57/2.78  
% 18.57/2.78  **** run 127 fork 6 starts with strategy
% 18.57/2.78  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 18.57/2.78  
% 18.57/2.78  **** run 132 fork 3 starts with strategy
% 18.57/2.78  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 19.14/2.89  
% 19.14/2.89  
% 19.14/2.89  fork 2: search terminated without proof.
% 19.14/2.91  
% 19.14/2.91  **** run 131 fork 2 starts with strategy
% 19.14/2.91  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 24.76/3.67  
% 24.76/3.67  
% 24.76/3.67  result: proof found
% 24.76/3.67  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 24.76/3.67  by run 134 fork 5 strategy {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 24.76/3.67  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 24.76/3.67  
% 24.76/3.67  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 24.76/3.67  
% 24.76/3.67  run 134 fork 5 statistics:
% 24.76/3.67  ----------------------------------
% 24.76/3.67  this run seconds: 0.603562
% 24.76/3.67  total seconds: 2.932686
% 24.76/3.67  stat_given_used: 2303
% 24.76/3.67  stat_given_used_at_endgame: 0
% 24.76/3.67  stat_given_candidates:   12689
% 24.76/3.67  stat_given_candidates_at_endgame: 0
% 24.76/3.67  stat_given_candidates_h: 0
% 24.76/3.67  stat_binres_derived_cl:   15916
% 24.76/3.67  stat_binres_derived_cl_h: 0
% 24.76/3.67  stat_factor_derived_cl: 1396
% 24.76/3.67  stat_para_derived_cl: 81025
% 24.76/3.67  stat_tautologies_discarded: 3588
% 24.76/3.67  stat_forward_subsumed: 24772
% 24.76/3.67  stat_derived_cut: 30956
% 24.76/3.67  stat_derived_rewritten: 224
% 24.76/3.67  stat_weight_discarded_building: 0
% 24.76/3.67  stat_weight_discarded_cl: 5378
% 24.76/3.67  stat_internlimit_discarded_cl: 0
% 24.76/3.67  stat_simplified:  630 simplified 0 derived 0 given
% 24.76/3.67  stat_kept_cl: 58750
% 24.76/3.67  stat_built_cl: 69364
% 24.76/3.67  stat_hyperres_partial_cl: 0
% 24.76/3.67  stat_made_rewriters: 24
% 24.76/3.67  stat_backward_subsumed: 0
% 24.76/3.67  stat_propagated_subsumed: 0
% 24.76/3.67  stat_clsubs_attempted:                     89480
% 24.76/3.67  stat_clsubs_fact_groundunit_found:            18
% 24.76/3.67  stat_clsubs_rule_groundunit_found:             5
% 24.76/3.67  stat_clsubs_top_meta_attempted:            9126676
% 24.76/3.67  stat_clsubs_top_meta_failed:               9037196
% 24.76/3.67  stat_clsubs_top_meta_nonpref_attempted:             9126676
% 24.76/3.67  stat_clsubs_top_meta_nonpref_succeeded:             2157041
% 24.76/3.67  stat_clsubs_top_meta_pref_attempted:                2157041
% 24.76/3.67  stat_clsubs_top_meta_pref1_succeeded:                278274
% 24.76/3.67  stat_clsubs_top_meta_pref2_succeeded:                104684
% 24.76/3.67  stat_clsubs_top_meta_pref3_succeeded:                 89480
% 24.76/3.67  stat_clsubs_top_meta_pref_succeeded:                  89480
% 24.76/3.67  stat_clsubs_meta_attempted:               237346
% 24.76/3.67  stat_clsubs_meta_failed:                   96056
% 24.76/3.67  stat_clsubs_predsymbs_attempted:               0
% 24.76/3.67  stat_clsubs_unit_attempted:                  394
% 24.76/3.67  stat_clsubs_full_attempted:                89086
% 24.76/3.67  stat_forwardsubs_attempted:                88901
% 24.76/3.67  stat_lit_hash_added:                   6234
% 24.76/3.67  stat_lit_hash_computed:              606887
% 24.76/3.67  stat_lit_hash_match_found:            66967
% 24.76/3.67  stat_lit_hash_match_miss:           1002661
% 24.76/3.67  stat_lit_hash_cut_ok:                 40951
% 24.76/3.67  stat_lit_strong_cut_ok:                7263
% 24.76/3.67  stat_lit_hash_subsume_ok:             24772
% 24.76/3.67  clqueue els 10000000 used 1
% 24.76/3.67  clactive els 10000000 used 2304
% 24.76/3.67  clactivesubsume els 10000000 used 12883
% 24.76/3.67  queue_termbuf els 200000000 used 5570822
% 24.76/3.67  hyper_termbuf els 100000000 used 1
% 24.76/3.67  active_termbuf els 100000000 used 101736
% 24.76/3.67  varstack els 5000 last used 1
% 24.76/3.67  given_termbuf els 10000000 last used 1
% 24.76/3.67  simplified_termbuf els 10000000 last used 1
% 24.76/3.67  derived_termbuf els 10000000 last used 45
% 24.76/3.67  wr_mallocs: 17541
% 24.76/3.67  wr_callocs: 21
% 24.76/3.67  wr_reallocs: 3094
% 24.76/3.67  wr_frees: 4
% 24.76/3.67  wr_malloc_bytes: 4163204980
% 24.76/3.67  wr_calloc_bytes: 112065536
% 24.76/3.67  wr_realloc_bytes: 1504664
% 24.76/3.67  wr_realloc_freebytes: 0
% 24.76/3.67  ----------------------------------
%------------------------------------------------------------------------------