TSTP Solution File: RNG008-5 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : RNG008-5 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n018.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 13:53:37 EDT 2023

% Result   : Unsatisfiable 45.38s 6.30s
% Output   : CNFRefutation 45.38s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_multiplication_is_well_defined')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( ~ product(X,Y,Z)
    | ~ product(X,Y,U)
    | U = Z ),
    inference(cnf_transformation,[],['$inc_multiplication_is_well_defined']) ).

cnf('2',plain,
    product(X,X,X),
    inference(cnf_transformation,[],[x_squared_is_x]) ).

cnf('3',plain,
    ( ~ product(X,X,Y)
    | Y = X ),
    inference(resolution,[],['1','2']) ).

cnf('4',plain,
    product(X,Y,multiply(X,Y)),
    inference(cnf_transformation,[],['$inc_closure_of_multiplication']) ).

cnf('5',plain,
    multiply(X,X) = X,
    inference(resolution,[],['3','4']) ).

cnf('6',plain,
    ( ~ product(X,Y,Z)
    | ~ product(U,Y,V)
    | ~ product(W,Y,X2006)
    | ~ sum(W,U,X)
    | sum(X2006,V,Z) ),
    inference(cnf_transformation,[],['$inc_distributivity3']) ).

cnf('7',plain,
    product(X,X,X),
    inference(paramodulation,[],['5','4']) ).

cnf('8',plain,
    ( ~ product(X,Y,Z)
    | ~ product(U,Y,V)
    | ~ sum(X,U,Y)
    | sum(Z,V,Y) ),
    inference(resolution,[],['6','7']) ).

cnf('9',plain,
    ( ~ product(X,Y,Z)
    | ~ sum(X,X,Y)
    | sum(Z,Z,Y) ),
    inference(factorization,[],['8']) ).

cnf('10',plain,
    ( ~ sum(X,Y,Z)
    | sum(Y,X,Z) ),
    inference(cnf_transformation,[],['$inc_commutativity_of_addition']) ).

cnf('11',plain,
    sum(X,Y,add(X,Y)),
    inference(cnf_transformation,[],['$inc_closure_of_addition']) ).

cnf('12',plain,
    sum(X,Y,add(Y,X)),
    inference(resolution,[],['10','11']) ).

cnf('13',plain,
    ( ~ product(X,add(X,X),Y)
    | sum(Y,Y,add(X,X)) ),
    inference(resolution,[],['9','12']) ).

cnf('14',plain,
    ( ~ product(X,Y,Z)
    | ~ product(X,U,V)
    | ~ sum(V,Z,W)
    | ~ sum(U,Y,X2006)
    | product(X,X2006,W) ),
    inference(cnf_transformation,[],['$inc_distributivity2']) ).

cnf('15',plain,
    ( ~ product(X,Y,Z)
    | ~ sum(Z,Z,U)
    | ~ sum(Y,Y,V)
    | product(X,V,U) ),
    inference(factorization,[],['14']) ).

cnf('16',plain,
    ( ~ product(X,Y,Y)
    | ~ sum(Y,Y,Z)
    | product(X,Z,Z) ),
    inference(factorization,[],['15']) ).

cnf('17',plain,
    ( ~ sum(X,X,Y)
    | product(X,Y,Y) ),
    inference(resolution,[],['16','7']) ).

cnf('18',plain,
    product(X,add(X,X),add(X,X)),
    inference(resolution,[],['17','12']) ).

cnf('19',plain,
    sum(add(X,X),add(X,X),add(X,X)),
    inference(resolution,[],['13','18']) ).

cnf('20',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(U,Y,V)
    | ~ sum(W,U,X)
    | sum(W,V,Z) ),
    inference(cnf_transformation,[],['$inc_associativity_of_addition1']) ).

cnf('21',plain,
    sum(X,additive_inverse(X),additive_identity),
    inference(cnf_transformation,[],['$inc_right_inverse']) ).

cnf('22',plain,
    ( ~ sum(X,additive_inverse(Y),Z)
    | ~ sum(U,X,Y)
    | sum(U,Z,additive_identity) ),
    inference(resolution,[],['20','21']) ).

cnf('23',plain,
    ( ~ sum(X,Y,Y)
    | sum(X,additive_identity,additive_identity) ),
    inference(resolution,[],['22','21']) ).

cnf('24',plain,
    sum(add(X,X),additive_identity,additive_identity),
    inference(resolution,[],['19','23']) ).

cnf('25',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(U,Z,V)
    | ~ sum(U,X,W)
    | sum(W,Y,V) ),
    inference(cnf_transformation,[],['$inc_associativity_of_addition2']) ).

cnf('26',plain,
    sum(additive_inverse(X),X,additive_identity),
    inference(cnf_transformation,[],['$inc_left_inverse']) ).

cnf('27',plain,
    ( ~ sum(X,additive_inverse(Y),Z)
    | ~ sum(X,additive_identity,U)
    | sum(Z,Y,U) ),
    inference(resolution,[],['25','26']) ).

cnf('28',plain,
    sum(additive_identity,X,X),
    inference(cnf_transformation,[],['$inc_additive_identity1']) ).

cnf('29',plain,
    ( ~ sum(X,Y,additive_identity)
    | ~ sum(Y,Z,U)
    | sum(X,U,Z) ),
    inference(resolution,[],['20','28']) ).

cnf('30',plain,
    ( sum(additive_inverse(X),Y,Z)
    | ~ sum(X,Z,Y) ),
    inference(resolution,[],['29','26']) ).

cnf('31',plain,
    sum(additive_inverse(X),add(Y,X),Y),
    inference(resolution,[],['30','12']) ).

cnf('32',plain,
    sum(add(X,Y),additive_inverse(Y),X),
    inference(resolution,[],['31','10']) ).

cnf('33',plain,
    ( ~ sum(add(X,Y),additive_identity,Z)
    | sum(X,Y,Z) ),
    inference(resolution,[],['27','32']) ).

cnf('34',plain,
    sum(X,X,additive_identity),
    inference(resolution,[],['24','33']) ).

cnf('35',plain,
    ( ~ product(X,Y,Z)
    | ~ product(U,Y,V)
    | ~ sum(V,Z,W)
    | ~ sum(U,X,X2006)
    | product(X2006,Y,W) ),
    inference(cnf_transformation,[],['$inc_distributivity4']) ).

cnf('36',plain,
    ( ~ sum(X,multiply(Y,Z),U)
    | ~ product(V,Z,X)
    | ~ sum(V,Y,W)
    | product(W,Z,U) ),
    inference(resolution,[],['35','4']) ).

cnf('37',plain,
    ( ~ product(X,Y,multiply(Z,Y))
    | ~ sum(X,Z,U)
    | product(U,Y,additive_identity) ),
    inference(resolution,[],['34','36']) ).

cnf('38',plain,
    ( ~ product(X,Y,Y)
    | ~ sum(X,Y,Z)
    | product(Z,Y,additive_identity) ),
    inference(paramodulation,[],['5','37']) ).

cnf('39',plain,
    ( ~ product(X,Y,Y)
    | ~ product(X,Z,Z)
    | ~ sum(Y,Z,U)
    | product(X,U,U) ),
    inference(factorization,[],['14']) ).

cnf('40',plain,
    ( ~ product(X,Y,Y)
    | ~ sum(X,Y,Z)
    | product(X,Z,Z) ),
    inference(resolution,[],['39','7']) ).

cnf('41',plain,
    ( ~ product(X,Y,Z)
    | ~ product(U,Y,V)
    | ~ product(W,U,X)
    | product(W,V,Z) ),
    inference(cnf_transformation,[],['$inc_associativity_of_multiplication1']) ).

cnf('42',plain,
    ( ~ product(X,Y,Y)
    | ~ product(Y,Z,U)
    | product(X,U,U) ),
    inference(factorization,[],['41']) ).

cnf('43',plain,
    ( ~ product(X,Y,Z)
    | product(X,Z,Z) ),
    inference(resolution,[],['42','7']) ).

cnf('44',plain,
    product(a,b,c),
    inference(cnf_transformation,[],[a_times_b_is_c]) ).

cnf('45',plain,
    product(a,c,c),
    inference(resolution,[],['43','44']) ).

cnf('46',plain,
    ( ~ sum(a,c,X)
    | product(a,X,X) ),
    inference(resolution,[],['40','45']) ).

cnf('47',plain,
    product(a,add(a,c),add(a,c)),
    inference(resolution,[],['46','11']) ).

cnf('48',plain,
    ( ~ sum(a,add(a,c),X)
    | product(X,add(a,c),additive_identity) ),
    inference(resolution,[],['38','47']) ).

cnf('49',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(X,Y,U)
    | U = Z ),
    inference(cnf_transformation,[],['$inc_addition_is_well_defined']) ).

cnf('50',plain,
    sum(X,additive_identity,X),
    inference(cnf_transformation,[],['$inc_additive_identity2']) ).

cnf('51',plain,
    ( ~ sum(X,additive_identity,Y)
    | Y = X ),
    inference(resolution,[],['49','50']) ).

cnf('52',plain,
    add(X,additive_identity) = X,
    inference(resolution,[],['51','11']) ).

cnf('53',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(X,Y,U)
    | sum(Z,additive_identity,U) ),
    inference(resolution,[],['25','50']) ).

cnf('54',plain,
    ( sum(add(X,Y),additive_identity,Z)
    | ~ sum(Y,X,Z) ),
    inference(resolution,[],['53','12']) ).

cnf('55',plain,
    sum(add(X,Y),additive_identity,add(Y,X)),
    inference(resolution,[],['54','11']) ).

cnf('56',plain,
    ( ~ sum(add(X,Y),additive_identity,Z)
    | Z = add(Y,X) ),
    inference(resolution,[],['55','49']) ).

cnf('57',plain,
    ( Y3 = add(additive_identity,X3)
    | ~ sum(X3,additive_identity,Y3) ),
    inference(paramodulation,[],['52','56']) ).

cnf('58',plain,
    add(additive_identity,X) = X,
    inference(resolution,[],['51','12']) ).

cnf('59',plain,
    ( X = Y
    | ~ sum(Y,additive_identity,X) ),
    inference(simplify,[],['57','58']) ).

cnf('60',plain,
    additive_identity = add(X,X),
    inference(resolution,[],['24','59']) ).

cnf('61',plain,
    sum(additive_inverse(X),add(X,Y),Y),
    inference(resolution,[],['30','11']) ).

cnf('62',plain,
    sum(add(X,Y),additive_inverse(X),Y),
    inference(resolution,[],['61','10']) ).

cnf('63',plain,
    sum(additive_identity,additive_inverse(X),X),
    inference(paramodulation,[],['60','62']) ).

cnf('64',plain,
    sum(additive_identity,add(X,Y),add(Y,X)),
    inference(resolution,[],['55','10']) ).

cnf('65',plain,
    ( ~ sum(additive_identity,add(X,Y),Z)
    | Z = add(Y,X) ),
    inference(resolution,[],['64','49']) ).

cnf('66',plain,
    ( Y3 = add(additive_identity,X3)
    | ~ sum(additive_identity,X3,Y3) ),
    inference(paramodulation,[],['52','65']) ).

cnf('67',plain,
    ( X = Y
    | ~ sum(additive_identity,Y,X) ),
    inference(simplify,[],['66','58']) ).

cnf('68',plain,
    X = additive_inverse(X),
    inference(resolution,[],['63','67']) ).

cnf('69',plain,
    sum(X,add(X,Y),Y),
    inference(paramodulation,[],['68','61']) ).

cnf('70',plain,
    product(c,add(a,c),additive_identity),
    inference(resolution,[],['48','69']) ).

cnf('71',plain,
    product(X,additive_inverse(Y),additive_inverse(multiply(X,Y))),
    inference(cnf_transformation,[],[multiply_additive_inverse]) ).

cnf('72',plain,
    product(X,additive_inverse(X),additive_inverse(X)),
    inference(paramodulation,[],['5','71']) ).

cnf('73',plain,
    ( ~ sum(X,additive_inverse(Y),Z)
    | ~ sum(U,additive_inverse(Y),V)
    | ~ product(Y,U,X)
    | product(Y,V,Z) ),
    inference(resolution,[],['14','72']) ).

cnf('74',plain,
    ( ~ sum(X3,additive_inverse(Y3),Z3)
    | ~ product(Y3,X3,additive_identity)
    | product(Y3,Z3,Y3) ),
    inference(resolution,[],['63','73']) ).

cnf('75',plain,
    ( ~ sum(X,Y,Z)
    | ~ product(Y,X,additive_identity)
    | product(Y,Z,Y) ),
    inference(simplify,[],['74','68']) ).

cnf('76',plain,
    ( ~ sum(add(a,c),c,X)
    | product(c,X,c) ),
    inference(resolution,[],['70','75']) ).

cnf('77',plain,
    sum(add(X,Y),Y,X),
    inference(paramodulation,[],['68','32']) ).

cnf('78',plain,
    product(c,a,c),
    inference(resolution,[],['76','77']) ).

cnf('79',plain,
    ( X = multiply(Y,Z)
    | ~ product(Y,Z,X) ),
    inference(resolution,[],['1','4']) ).

cnf('80',plain,
    c = multiply(c,a),
    inference(resolution,[],['78','79']) ).

cnf('81',plain,
    ( ~ sum(X3,additive_inverse(Y3),Z3)
    | ~ product(Y3,X3,Y3)
    | product(Y3,Z3,additive_identity) ),
    inference(resolution,[],['73','21']) ).

cnf('82',plain,
    ( ~ sum(X,Y,Z)
    | ~ product(Y,X,Y)
    | product(Y,Z,additive_identity) ),
    inference(simplify,[],['81','68']) ).

cnf('83',plain,
    ( ~ product(X,Y,X)
    | ~ product(Z,Y,Z)
    | ~ sum(X,Z,U)
    | product(U,Y,U) ),
    inference(factorization,[],['35']) ).

cnf('84',plain,
    ( ~ product(X,Y,X)
    | ~ sum(Y,X,Z)
    | product(Z,Y,Z) ),
    inference(resolution,[],['83','7']) ).

cnf('85',plain,
    ( ~ product(X,Y,Z)
    | ~ product(U,Z,V)
    | ~ product(U,X,W)
    | product(W,Y,V) ),
    inference(cnf_transformation,[],['$inc_associativity_of_multiplication2']) ).

cnf('86',plain,
    ( ~ product(X,Y,Z)
    | ~ product(Y,U,Y)
    | product(Z,U,Z) ),
    inference(factorization,[],['85']) ).

cnf('87',plain,
    ( ~ product(X,Y,Z)
    | product(Z,Y,Z) ),
    inference(resolution,[],['86','7']) ).

cnf('88',plain,
    product(c,b,c),
    inference(resolution,[],['87','44']) ).

cnf('89',plain,
    ( ~ sum(b,c,X)
    | product(X,b,X) ),
    inference(resolution,[],['84','88']) ).

cnf('90',plain,
    product(add(b,c),b,add(b,c)),
    inference(resolution,[],['89','11']) ).

cnf('91',plain,
    ( ~ sum(b,add(b,c),X)
    | product(add(b,c),X,additive_identity) ),
    inference(resolution,[],['82','90']) ).

cnf('92',plain,
    product(add(b,c),c,additive_identity),
    inference(resolution,[],['91','69']) ).

cnf('93',plain,
    ( product(X,Y,multiply(Z,Y))
    | ~ product(U,Y,additive_identity)
    | ~ sum(U,Z,X) ),
    inference(resolution,[],['36','28']) ).

cnf('94',plain,
    ( ~ sum(add(b,c),X,Y)
    | product(Y,c,multiply(X,c)) ),
    inference(resolution,[],['92','93']) ).

cnf('95',plain,
    product(b,c,multiply(c,c)),
    inference(resolution,[],['94','77']) ).

cnf('96',plain,
    product(b,c,c),
    inference(simplify,[],['95','5']) ).

cnf('97',plain,
    ( ~ product(X,multiply(Y,Z),U)
    | ~ product(X,Y,V)
    | product(V,Z,U) ),
    inference(resolution,[],['85','4']) ).

cnf('98',plain,
    ( product(X,Y,multiply(Z,U))
    | ~ product(X,V,Z)
    | ~ product(V,U,Y) ),
    inference(resolution,[],['41','4']) ).

cnf('99',plain,
    ( product(a,X,multiply(c,Y))
    | ~ product(b,Y,X) ),
    inference(resolution,[],['98','44']) ).

cnf('100',plain,
    product(a,multiply(b,X),multiply(c,X)),
    inference(resolution,[],['99','4']) ).

cnf('101',plain,
    ( ~ product(X,Y,Z)
    | ~ product(Y,Z,U)
    | product(X,U,Z) ),
    inference(resolution,[],['41','7']) ).

cnf('102',plain,
    ( ~ product(X,multiply(Y,X),Z)
    | product(Y,Z,multiply(Y,X)) ),
    inference(resolution,[],['101','4']) ).

cnf('103',plain,
    product(b,multiply(c,a),multiply(b,a)),
    inference(resolution,[],['100','102']) ).

cnf('104',plain,
    ( product(X,a,multiply(b,a))
    | ~ product(b,c,X) ),
    inference(resolution,[],['97','103']) ).

cnf('105',plain,
    product(c,a,multiply(b,a)),
    inference(resolution,[],['96','104']) ).

cnf('106',plain,
    multiply(b,a) = multiply(c,a),
    inference(resolution,[],['105','79']) ).

cnf('107',plain,
    product(b,a,multiply(c,a)),
    inference(paramodulation,[],['106','4']) ).

cnf('108',plain,
    ~ product(b,a,c),
    inference(cnf_transformation,[],[prove_b_times_a_is_c]) ).

cnf('109',plain,
    $false,
    inference(paramodulation,[then_simplify],['80','107','108']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : RNG008-5 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n018.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 : Sun Aug 27 02:52:30 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.21/0.39  
% 0.21/0.39  input clause set summed statistics:
% 0.21/0.39  ----------------------------------
% 0.21/0.39  in_clause_count:                    26
% 0.21/0.39  in_rule_clause_count:               20
% 0.21/0.39  in_fact_clause_count:                6
% 0.21/0.39  in_answer_clause_count:              0
% 0.21/0.39  in_ground_clause_count:              3
% 0.21/0.39  in_unit_clause_count:               15
% 0.21/0.39  in_horn_clause_count:               26
% 0.21/0.39  in_pos_clause_count:                14
% 0.21/0.39  in_neg_clause_count:                 1
% 0.21/0.39  in_poseq_clause_count:               2
% 0.21/0.39  in_negeq_clause_count:               0
% 0.21/0.39  in_unitposeq_clause_count:           0
% 0.21/0.39  in_chain_clause_count:               0
% 0.21/0.39  in_min_length:             1
% 0.21/0.39  in_max_length:             5
% 0.21/0.39  in_min_depth:              1
% 0.21/0.39  in_max_depth:              3
% 0.21/0.39  in_min_size:               4
% 0.21/0.39  in_max_size:              20
% 0.21/0.39  in_min_vars:               0
% 0.21/0.39  in_max_vars:               7
% 0.21/0.39  in_extaxiom_count:                17
% 0.21/0.39  in_axiom_count:                    6
% 0.21/0.39  in_assumption_count:               2
% 0.21/0.39  in_goal_count:                     1
% 0.21/0.39  in_neg_goal_count:                 1
% 0.21/0.39  in_pos_goal_count:                 0
% 0.21/0.39  in_posunit_goal_count:             0
% 0.21/0.39  
% 0.21/0.39  auto guide:
% 0.21/0.39  -----------
% 0.21/0.39  {
% 0.21/0.39  "print":1,
% 0.21/0.39  "print_level": 15,
% 0.21/0.39  "max_size": 0,
% 0.21/0.39  "max_depth": 0,
% 0.21/0.39  "max_length": 0,
% 0.21/0.39  "max_dseconds": 0,
% 0.21/0.39  "runs":[
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.39  {"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.21/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.21/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.21/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.39  {"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.21/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.21/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.21/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.21/0.39  {"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.21/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.21/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.39  {"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.21/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.21/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.21/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.39  {"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.21/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.21/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.21/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.21/0.39  {"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.21/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.21/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.39  {"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.21/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.21/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.21/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.39  {"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.21/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.21/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.21/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.21/0.39  {"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.21/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.21/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.21/0.39  
% 0.21/0.39  ]}
% 0.21/0.39  
% 0.21/0.39  
% 0.21/0.39  **** run 1 fork 0 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.21/0.39  
% 0.21/0.39  **** run 2 fork 1 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.21/0.39  
% 0.21/0.39  **** run 3 fork 2 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.21/0.39  
% 0.21/0.39  **** run 4 fork 3 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.21/0.39  
% 0.21/0.39  **** run 5 fork 4 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.39  
% 0.21/0.39  **** run 6 fork 5 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.39  
% 0.21/0.39  **** run 7 fork 6 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.21/0.40  
% 0.21/0.40  **** run 8 fork 7 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.43  
% 0.21/0.43  fork 3: search finished without proof.
% 0.21/0.47  
% 0.21/0.47  **** run 12 fork 3 starts with strategy
% 0.21/0.47  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.21/0.51  
% 0.21/0.51  
% 0.21/0.51  fork 0: search terminated without proof.
% 0.21/0.51  
% 0.21/0.51  
% 0.21/0.51  fork 4: search terminated without proof.
% 0.21/0.51  
% 0.21/0.51  
% 0.21/0.51  fork 6: search terminated without proof.
% 0.21/0.51  
% 0.21/0.51  
% 0.21/0.51  fork 2: search terminated without proof.
% 0.21/0.51  
% 0.21/0.51  
% 0.21/0.51  fork 5: search terminated without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 1: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 7: search terminated without proof.
% 0.21/0.54  
% 0.21/0.54  **** run 14 fork 5 starts with strategy
% 0.21/0.54  
% 0.21/0.54  **** run 15 fork 6 starts with strategy
% 0.21/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.21/0.54  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.21/0.54  
% 0.21/0.54  **** run 13 fork 4 starts with strategy
% 0.21/0.54  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.21/0.54  
% 0.21/0.54  **** run 10 fork 1 starts with strategy
% 0.21/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.21/0.54  
% 0.21/0.54  **** run 9 fork 0 starts with strategy
% 0.21/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.21/0.54  
% 0.21/0.54  **** run 11 fork 2 starts with strategy
% 0.21/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.21/0.55  
% 0.21/0.55  **** run 16 fork 7 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.21/0.58  
% 0.21/0.58  
% 0.21/0.58  fork 3: search terminated without proof.
% 0.21/0.60  
% 0.21/0.60  **** run 20 fork 3 starts with strategy
% 0.21/0.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.21/0.65  
% 0.21/0.65  
% 0.21/0.65  fork 5: search terminated without proof.
% 0.21/0.65  
% 0.21/0.65  
% 0.21/0.65  fork 6: search terminated without proof.
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 4: search terminated without proof.
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 1: search terminated without proof.
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 2: search terminated without proof.
% 0.21/0.67  
% 0.21/0.67  
% 0.21/0.67  fork 7: search terminated without proof.
% 0.21/0.67  
% 0.21/0.67  **** run 23 fork 6 starts with strategy
% 0.21/0.67  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.21/0.67  
% 0.21/0.67  **** run 22 fork 5 starts with strategy
% 0.21/0.67  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.21/0.68  
% 0.21/0.68  **** run 18 fork 1 starts with strategy
% 0.21/0.68  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.21/0.68  
% 0.21/0.68  **** run 21 fork 4 starts with strategy
% 0.21/0.68  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 0: search terminated without proof.
% 0.21/0.69  
% 0.21/0.69  **** run 19 fork 2 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.21/0.69  
% 0.21/0.69  **** run 24 fork 7 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.21/0.71  
% 0.21/0.71  **** run 17 fork 0 starts with strategy
% 0.21/0.71  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.73  
% 0.21/0.73  
% 0.21/0.73  fork 3: search terminated without proof.
% 0.21/0.75  
% 0.21/0.75  **** run 28 fork 3 starts with strategy
% 0.21/0.75  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 0.21/0.79  
% 0.21/0.79  
% 0.21/0.79  fork 5: search terminated without proof.
% 2.79/0.80  
% 2.79/0.80  
% 2.79/0.80  fork 2: search terminated without proof.
% 2.79/0.81  
% 2.79/0.81  **** run 30 fork 5 starts with strategy
% 2.79/0.81  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 2.79/0.81  
% 2.79/0.81  
% 2.79/0.81  fork 4: search terminated without proof.
% 2.79/0.82  
% 2.79/0.82  
% 2.79/0.82  fork 6: search terminated without proof.
% 2.79/0.83  
% 2.79/0.83  
% 2.79/0.83  fork 7: search terminated without proof.
% 2.79/0.83  
% 2.79/0.83  **** run 27 fork 2 starts with strategy
% 2.79/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 2.79/0.83  
% 2.79/0.83  **** run 29 fork 4 starts with strategy
% 2.79/0.83  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 2.79/0.84  
% 2.79/0.84  
% 2.79/0.84  fork 1: search terminated without proof.
% 2.79/0.84  
% 2.79/0.84  **** run 31 fork 6 starts with strategy
% 2.79/0.84  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 3.65/0.85  
% 3.65/0.85  
% 3.65/0.85  fork 0: search terminated without proof.
% 3.65/0.85  
% 3.65/0.85  **** run 32 fork 7 starts with strategy
% 3.65/0.85  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 3.65/0.86  
% 3.65/0.86  **** run 26 fork 1 starts with strategy
% 3.65/0.86  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.65/0.87  
% 3.65/0.87  **** run 25 fork 0 starts with strategy
% 3.65/0.87  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.65/0.87  
% 3.65/0.87  
% 3.65/0.87  fork 3: search terminated without proof.
% 4.00/0.89  
% 4.00/0.89  **** run 36 fork 3 starts with strategy
% 4.00/0.89  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 4.42/0.94  
% 4.42/0.94  
% 4.42/0.94  fork 5: search terminated without proof.
% 4.42/0.94  
% 4.42/0.94  
% 4.42/0.94  fork 2: search terminated without proof.
% 4.42/0.95  
% 4.42/0.95  
% 4.42/0.95  fork 4: search terminated without proof.
% 4.50/0.96  
% 4.50/0.96  **** run 38 fork 5 starts with strategy
% 4.50/0.96  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.50/0.97  
% 4.50/0.97  **** run 37 fork 4 starts with strategy
% 4.50/0.97  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.50/0.97  
% 4.50/0.97  fork 7: search finished without proof.
% 4.50/0.97  
% 4.50/0.97  **** run 35 fork 2 starts with strategy
% 4.50/0.97  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.50/0.98  
% 4.50/0.98  
% 4.50/0.98  fork 6: search terminated without proof.
% 4.50/0.98  
% 4.50/0.98  
% 4.50/0.98  fork 0: search terminated without proof.
% 4.50/0.98  
% 4.50/0.98  
% 4.50/0.98  fork 1: search terminated without proof.
% 4.50/0.99  
% 4.50/0.99  **** run 40 fork 7 starts with strategy
% 4.50/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 4.50/1.00  
% 4.50/1.00  **** run 33 fork 0 starts with strategy
% 4.50/1.00  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 4.50/1.00  
% 4.50/1.00  **** run 39 fork 6 starts with strategy
% 4.50/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.50/1.00  
% 4.50/1.00  **** run 34 fork 1 starts with strategy
% 4.50/1.00  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.95/1.01  
% 4.95/1.01  
% 4.95/1.01  fork 3: search terminated without proof.
% 4.95/1.03  
% 4.95/1.03  **** run 44 fork 3 starts with strategy
% 4.95/1.03  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.31/1.08  
% 5.31/1.08  
% 5.31/1.08  fork 4: search terminated without proof.
% 5.31/1.08  
% 5.31/1.08  
% 5.31/1.08  fork 5: search terminated without proof.
% 5.31/1.09  
% 5.31/1.09  
% 5.31/1.09  fork 2: search terminated without proof.
% 5.31/1.10  
% 5.31/1.10  **** run 46 fork 5 starts with strategy
% 5.31/1.10  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 5.31/1.10  
% 5.31/1.10  **** run 45 fork 4 starts with strategy
% 5.31/1.10  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.31/1.11  
% 5.31/1.11  
% 5.31/1.11  fork 7: search terminated without proof.
% 5.31/1.11  
% 5.31/1.11  **** run 43 fork 2 starts with strategy
% 5.31/1.11  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.31/1.12  
% 5.31/1.12  
% 5.31/1.12  fork 6: search terminated without proof.
% 5.31/1.12  
% 5.31/1.12  
% 5.31/1.12  fork 1: search terminated without proof.
% 5.31/1.13  
% 5.31/1.13  **** run 48 fork 7 starts with strategy
% 5.31/1.13  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 5.31/1.13  
% 5.31/1.13  
% 5.31/1.13  fork 0: search terminated without proof.
% 6.07/1.14  
% 6.07/1.14  **** run 47 fork 6 starts with strategy
% 6.07/1.14  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 6.07/1.15  
% 6.07/1.15  **** run 42 fork 1 starts with strategy
% 6.07/1.15  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 6.07/1.15  
% 6.07/1.15  **** run 41 fork 0 starts with strategy
% 6.07/1.15  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 6.07/1.15  
% 6.07/1.15  fork 7: search finished without proof.
% 6.07/1.16  
% 6.07/1.16  
% 6.07/1.16  fork 3: search terminated without proof.
% 6.07/1.17  
% 6.07/1.17  **** run 52 fork 3 starts with strategy
% 6.07/1.17  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 6.07/1.17  
% 6.07/1.17  **** run 56 fork 7 starts with strategy
% 6.07/1.17  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.41/1.22  
% 6.41/1.22  
% 6.41/1.22  fork 5: search terminated without proof.
% 6.41/1.23  
% 6.41/1.23  
% 6.41/1.23  fork 2: search terminated without proof.
% 6.41/1.23  
% 6.41/1.23  
% 6.41/1.23  fork 4: search terminated without proof.
% 6.41/1.24  
% 6.41/1.24  **** run 54 fork 5 starts with strategy
% 6.41/1.24  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 6.90/1.25  
% 6.90/1.25  **** run 51 fork 2 starts with strategy
% 6.90/1.25  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.90/1.25  
% 6.90/1.25  **** run 53 fork 4 starts with strategy
% 6.90/1.25  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 6.90/1.27  
% 6.90/1.27  
% 6.90/1.27  fork 6: search terminated without proof.
% 6.90/1.27  
% 6.90/1.27  
% 6.90/1.27  fork 1: search terminated without proof.
% 6.90/1.27  
% 6.90/1.27  fork 0: search finished without proof.
% 6.90/1.29  
% 6.90/1.29  **** run 55 fork 6 starts with strategy
% 6.90/1.29  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 6.90/1.29  
% 6.90/1.29  **** run 49 fork 0 starts with strategy
% 6.90/1.29  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 6.90/1.29  
% 6.90/1.29  
% 6.90/1.29  fork 7: search terminated without proof.
% 6.90/1.29  
% 6.90/1.29  **** run 50 fork 1 starts with strategy
% 6.90/1.29  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 6.90/1.30  
% 6.90/1.30  
% 6.90/1.30  fork 3: search terminated without proof.
% 6.90/1.32  
% 6.90/1.32  **** run 64 fork 7 starts with strategy
% 6.90/1.32  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 6.90/1.32  
% 6.90/1.32  **** run 60 fork 3 starts with strategy
% 6.90/1.32  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 6.90/1.36  
% 6.90/1.36  
% 6.90/1.36  fork 5: search terminated without proof.
% 6.90/1.37  
% 6.90/1.37  
% 6.90/1.37  fork 2: search terminated without proof.
% 6.90/1.38  
% 6.90/1.38  
% 6.90/1.38  fork 4: search terminated without proof.
% 6.90/1.38  
% 6.90/1.38  **** run 62 fork 5 starts with strategy
% 6.90/1.38  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 6.90/1.39  
% 6.90/1.39  **** run 59 fork 2 starts with strategy
% 6.90/1.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 6.90/1.40  
% 6.90/1.40  **** run 61 fork 4 starts with strategy
% 6.90/1.40  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 6.90/1.40  
% 6.90/1.40  fork 5: search finished without proof.
% 6.90/1.42  
% 6.90/1.42  
% 6.90/1.42  fork 0: search terminated without proof.
% 6.90/1.42  
% 6.90/1.42  **** run 70 fork 5 starts with strategy
% 6.90/1.42  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.90/1.43  
% 6.90/1.43  **** run 57 fork 0 starts with strategy
% 6.90/1.43  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 6.90/1.44  
% 6.90/1.44  
% 6.90/1.44  fork 7: search terminated without proof.
% 7.89/1.44  
% 7.89/1.44  
% 7.89/1.44  fork 3: search terminated without proof.
% 7.89/1.46  
% 7.89/1.46  **** run 72 fork 7 starts with strategy
% 7.89/1.46  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 7.89/1.46  
% 7.89/1.46  **** run 68 fork 3 starts with strategy
% 7.89/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.63/1.51  
% 8.63/1.51  
% 8.63/1.51  fork 2: search terminated without proof.
% 8.63/1.51  
% 8.63/1.51  
% 8.63/1.51  fork 6: search terminated without proof.
% 8.63/1.52  
% 8.63/1.52  fork 4: search finished without proof.
% 8.63/1.52  
% 8.63/1.52  
% 8.63/1.52  fork 1: search terminated without proof.
% 8.63/1.53  
% 8.63/1.53  **** run 67 fork 2 starts with strategy
% 8.63/1.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 8.63/1.53  
% 8.63/1.53  **** run 63 fork 6 starts with strategy
% 8.63/1.53  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 8.63/1.54  
% 8.63/1.54  **** run 69 fork 4 starts with strategy
% 8.63/1.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.63/1.54  
% 8.63/1.54  
% 8.63/1.54  fork 5: search terminated without proof.
% 8.63/1.55  
% 8.63/1.55  **** run 58 fork 1 starts with strategy
% 8.63/1.55  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 8.63/1.56  
% 8.63/1.56  **** run 78 fork 5 starts with strategy
% 8.63/1.56  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 8.63/1.56  
% 8.63/1.56  
% 8.63/1.56  fork 0: search terminated without proof.
% 9.35/1.58  
% 9.35/1.58  **** run 65 fork 0 starts with strategy
% 9.35/1.58  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 9.35/1.58  
% 9.35/1.58  fork 6: search finished without proof.
% 9.35/1.58  
% 9.35/1.58  
% 9.35/1.58  fork 3: search terminated without proof.
% 9.35/1.59  
% 9.35/1.59  
% 9.35/1.59  fork 7: search terminated without proof.
% 9.40/1.60  
% 9.40/1.60  **** run 71 fork 6 starts with strategy
% 9.40/1.60  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 9.40/1.60  
% 9.40/1.60  **** run 76 fork 3 starts with strategy
% 9.40/1.60  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 9.53/1.61  
% 9.53/1.61  **** run 80 fork 7 starts with strategy
% 9.53/1.61  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 9.61/1.62  
% 9.61/1.62  fork 6: search finished without proof.
% 9.61/1.64  
% 9.61/1.64  fork 2: search finished without proof.
% 9.61/1.64  
% 9.61/1.64  **** run 79 fork 6 starts with strategy
% 9.61/1.64  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 9.61/1.66  
% 9.61/1.66  **** run 75 fork 2 starts with strategy
% 9.61/1.66  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.61/1.66  
% 9.61/1.66  
% 9.61/1.66  fork 4: search terminated without proof.
% 9.61/1.67  
% 9.61/1.67  
% 9.61/1.67  fork 1: search terminated without proof.
% 9.61/1.68  
% 9.61/1.68  
% 9.61/1.68  fork 5: search terminated without proof.
% 9.61/1.68  
% 9.61/1.68  **** run 77 fork 4 starts with strategy
% 9.61/1.68  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 9.61/1.70  
% 9.61/1.70  **** run 86 fork 5 starts with strategy
% 9.61/1.70  
% 9.61/1.70  **** run 66 fork 1 starts with strategy
% 9.61/1.70  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 9.61/1.70  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 9.61/1.70  
% 9.61/1.70  
% 9.61/1.70  fork 0: search terminated without proof.
% 10.36/1.72  
% 10.36/1.72  **** run 73 fork 0 starts with strategy
% 10.36/1.72  {"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}
% 10.36/1.72  
% 10.36/1.72  fork 7: search finished without proof.
% 10.36/1.72  
% 10.36/1.72  
% 10.36/1.72  fork 3: search terminated without proof.
% 10.36/1.74  
% 10.36/1.74  **** run 84 fork 3 starts with strategy
% 10.36/1.74  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 10.36/1.74  
% 10.36/1.74  **** run 88 fork 7 starts with strategy
% 10.36/1.74  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 10.36/1.76  
% 10.36/1.76  
% 10.36/1.76  fork 6: search terminated without proof.
% 10.36/1.77  
% 10.36/1.77  
% 10.36/1.77  fork 2: search terminated without proof.
% 10.36/1.78  
% 10.36/1.78  **** run 87 fork 6 starts with strategy
% 10.36/1.78  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.99/1.79  
% 10.99/1.79  **** run 83 fork 2 starts with strategy
% 10.99/1.79  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.99/1.80  
% 10.99/1.80  
% 10.99/1.80  fork 4: search terminated without proof.
% 10.99/1.82  
% 10.99/1.82  
% 10.99/1.82  fork 1: search terminated without proof.
% 10.99/1.82  
% 10.99/1.82  **** run 85 fork 4 starts with strategy
% 10.99/1.82  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 10.99/1.82  
% 10.99/1.82  
% 10.99/1.82  fork 5: search terminated without proof.
% 10.99/1.84  
% 10.99/1.84  **** run 94 fork 5 starts with strategy
% 10.99/1.84  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 10.99/1.84  
% 10.99/1.84  
% 10.99/1.84  fork 0: search terminated without proof.
% 10.99/1.84  
% 10.99/1.84  **** run 74 fork 1 starts with strategy
% 10.99/1.84  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 10.99/1.86  
% 10.99/1.86  **** run 81 fork 0 starts with strategy
% 10.99/1.86  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 10.99/1.86  
% 10.99/1.86  
% 10.99/1.86  fork 3: search terminated without proof.
% 10.99/1.87  
% 10.99/1.87  
% 10.99/1.87  fork 7: search terminated without proof.
% 11.74/1.88  
% 11.74/1.88  **** run 92 fork 3 starts with strategy
% 11.74/1.88  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 11.78/1.89  
% 11.78/1.89  **** run 96 fork 7 starts with strategy
% 11.78/1.89  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 11.78/1.90  
% 11.78/1.90  
% 11.78/1.90  fork 6: search terminated without proof.
% 11.91/1.91  
% 11.91/1.91  
% 11.91/1.91  fork 2: search terminated without proof.
% 11.91/1.92  
% 11.91/1.92  **** run 95 fork 6 starts with strategy
% 11.91/1.92  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 11.91/1.94  
% 11.91/1.94  
% 11.91/1.94  fork 4: search terminated without proof.
% 11.91/1.95  
% 11.91/1.95  **** run 91 fork 2 starts with strategy
% 11.91/1.95  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 11.91/1.96  
% 11.91/1.96  **** run 93 fork 4 starts with strategy
% 11.91/1.96  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 11.91/1.97  
% 11.91/1.97  
% 11.91/1.97  fork 1: search terminated without proof.
% 11.91/1.98  
% 11.91/1.98  
% 11.91/1.98  fork 0: search terminated without proof.
% 11.91/1.99  
% 11.91/1.99  **** run 82 fork 1 starts with strategy
% 11.91/1.99  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 11.91/2.00  
% 11.91/2.00  **** run 89 fork 0 starts with strategy
% 11.91/2.00  {"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}
% 11.91/2.00  
% 11.91/2.00  
% 11.91/2.00  fork 3: search terminated without proof.
% 11.91/2.02  
% 11.91/2.02  **** run 100 fork 3 starts with strategy
% 11.91/2.02  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 11.91/2.08  
% 11.91/2.08  
% 11.91/2.08  fork 4: search terminated without proof.
% 12.77/2.10  
% 12.77/2.10  **** run 101 fork 4 starts with strategy
% 12.77/2.10  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 12.77/2.11  
% 12.77/2.11  fork 1: search finished without proof.
% 12.77/2.12  
% 12.77/2.12  
% 12.77/2.12  fork 0: search terminated without proof.
% 12.77/2.13  
% 12.77/2.13  **** run 90 fork 1 starts with strategy
% 12.77/2.13  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 12.77/2.13  
% 12.77/2.13  
% 12.77/2.13  fork 2: search terminated without proof.
% 12.77/2.14  
% 12.77/2.14  **** run 97 fork 0 starts with strategy
% 12.77/2.14  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 12.77/2.15  
% 12.77/2.15  **** run 99 fork 2 starts with strategy
% 12.77/2.15  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 12.77/2.17  
% 12.77/2.17  fork 0: search finished without proof.
% 14.03/2.19  
% 14.03/2.19  **** run 105 fork 0 starts with strategy
% 14.03/2.19  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 14.03/2.25  
% 14.03/2.25  
% 14.03/2.25  fork 1: search terminated without proof.
% 14.68/2.28  
% 14.68/2.28  **** run 98 fork 1 starts with strategy
% 14.68/2.28  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 19.05/2.86  
% 19.05/2.86  
% 19.05/2.86  fork 5: search terminated without proof.
% 19.05/2.88  
% 19.05/2.88  **** run 102 fork 5 starts with strategy
% 19.05/2.88  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 19.64/2.97  
% 19.64/2.97  
% 19.64/2.97  fork 7: search terminated without proof.
% 20.17/2.99  
% 20.17/2.99  **** run 104 fork 7 starts with strategy
% 20.17/2.99  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 20.17/3.02  
% 20.17/3.02  
% 20.17/3.02  fork 6: search terminated without proof.
% 20.17/3.04  
% 20.17/3.04  
% 20.17/3.04  fork 3: search terminated without proof.
% 20.17/3.04  
% 20.17/3.04  **** run 103 fork 6 starts with strategy
% 20.17/3.04  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 20.87/3.06  
% 20.87/3.06  **** run 108 fork 3 starts with strategy
% 20.87/3.06  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 21.10/3.12  
% 21.10/3.12  
% 21.10/3.12  fork 4: search terminated without proof.
% 21.44/3.14  
% 21.44/3.14  **** run 109 fork 4 starts with strategy
% 21.44/3.14  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 21.44/3.18  
% 21.44/3.18  fork 0: search finished without proof.
% 21.44/3.19  
% 21.44/3.19  **** run 113 fork 0 starts with strategy
% 21.44/3.19  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 22.00/3.23  
% 22.00/3.23  
% 22.00/3.23  fork 2: search terminated without proof.
% 22.00/3.25  
% 22.00/3.25  **** run 107 fork 2 starts with strategy
% 22.00/3.25  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 22.54/3.30  
% 22.54/3.30  
% 22.54/3.30  fork 1: search terminated without proof.
% 22.54/3.33  
% 22.54/3.33  **** run 106 fork 1 starts with strategy
% 22.54/3.33  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 27.37/3.90  
% 27.37/3.90  
% 27.37/3.90  fork 5: search terminated without proof.
% 27.37/3.92  
% 27.37/3.92  **** run 110 fork 5 starts with strategy
% 27.37/3.92  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 28.28/4.01  
% 28.28/4.01  
% 28.28/4.01  fork 7: search terminated without proof.
% 28.36/4.03  
% 28.36/4.03  **** run 112 fork 7 starts with strategy
% 28.36/4.03  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 28.36/4.09  
% 28.36/4.09  
% 28.36/4.09  fork 3: search terminated without proof.
% 28.36/4.11  
% 28.36/4.11  **** run 116 fork 3 starts with strategy
% 28.36/4.11  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 28.36/4.16  
% 28.36/4.16  
% 28.36/4.16  fork 4: search terminated without proof.
% 28.36/4.18  
% 28.36/4.18  fork 0: search finished without proof.
% 28.36/4.19  
% 28.36/4.19  **** run 117 fork 4 starts with strategy
% 28.36/4.19  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 28.36/4.20  
% 28.36/4.20  **** run 121 fork 0 starts with strategy
% 28.36/4.20  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 28.36/4.25  
% 28.36/4.25  fork 2: search finished without proof.
% 28.36/4.27  
% 28.36/4.27  **** run 115 fork 2 starts with strategy
% 28.36/4.27  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 28.36/4.30  
% 28.36/4.30  fork 1: search finished without proof.
% 28.36/4.31  
% 28.36/4.31  
% 28.36/4.31  fork 6: search terminated without proof.
% 28.36/4.32  
% 28.36/4.32  **** run 114 fork 1 starts with strategy
% 28.36/4.32  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 30.12/4.36  
% 30.12/4.36  **** run 111 fork 6 starts with strategy
% 30.12/4.36  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 35.18/4.94  
% 35.18/4.94  
% 35.18/4.94  fork 5: search terminated without proof.
% 35.68/4.96  
% 35.68/4.96  **** run 118 fork 5 starts with strategy
% 35.68/4.96  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 35.68/5.05  
% 35.68/5.05  
% 35.68/5.05  fork 7: search terminated without proof.
% 35.68/5.07  
% 35.68/5.07  **** run 120 fork 7 starts with strategy
% 35.68/5.07  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 35.68/5.13  
% 35.68/5.13  
% 35.68/5.13  fork 3: search terminated without proof.
% 35.68/5.15  
% 35.68/5.15  **** run 124 fork 3 starts with strategy
% 35.68/5.15  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 36.63/5.21  
% 36.63/5.21  
% 36.63/5.21  fork 4: search terminated without proof.
% 37.74/5.22  
% 37.74/5.22  
% 37.74/5.22  fork 0: search terminated without proof.
% 37.74/5.24  
% 37.74/5.24  **** run 125 fork 4 starts with strategy
% 37.74/5.24  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 37.74/5.24  
% 37.74/5.24  **** run 129 fork 0 starts with strategy
% 37.74/5.24  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 38.05/5.29  
% 38.05/5.29  
% 38.05/5.29  fork 2: search terminated without proof.
% 38.05/5.32  
% 38.05/5.32  **** run 123 fork 2 starts with strategy
% 38.05/5.32  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 38.68/5.34  
% 38.68/5.34  
% 38.68/5.34  fork 1: search terminated without proof.
% 38.68/5.36  
% 38.68/5.36  **** run 122 fork 1 starts with strategy
% 38.68/5.36  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 39.64/5.51  
% 39.64/5.51  
% 39.64/5.51  fork 6: search terminated without proof.
% 40.11/5.53  
% 40.11/5.53  **** run 119 fork 6 starts with strategy
% 40.11/5.53  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 43.05/5.95  
% 43.05/5.95  fork 5: search finished without proof.
% 43.29/5.97  
% 43.29/5.97  **** run 126 fork 5 starts with strategy
% 43.29/5.97  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 44.08/6.09  
% 44.08/6.09  
% 44.08/6.09  fork 7: search terminated without proof.
% 44.08/6.11  
% 44.08/6.11  **** run 128 fork 7 starts with strategy
% 44.08/6.11  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 44.70/6.18  
% 44.70/6.18  
% 44.70/6.18  fork 3: search terminated without proof.
% 44.70/6.20  
% 44.70/6.20  **** run 132 fork 3 starts with strategy
% 44.70/6.20  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 45.38/6.26  
% 45.38/6.26  
% 45.38/6.26  fork 0: search terminated without proof.
% 45.38/6.28  
% 45.38/6.28  **** run 137 fork 0 starts with strategy
% 45.38/6.28  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 45.38/6.30  
% 45.38/6.30  
% 45.38/6.30  result: proof found
% 45.38/6.30  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 45.38/6.30  by run 125 fork 4 strategy {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 45.38/6.30  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 45.38/6.30  
% 45.38/6.30  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 45.38/6.30  
% 45.38/6.30  run 125 fork 4 statistics:
% 45.38/6.30  ----------------------------------
% 45.38/6.30  this run seconds: 0.345549
% 45.38/6.30  total seconds: 5.194613
% 45.38/6.30  stat_given_used: 2079
% 45.38/6.30  stat_given_used_at_endgame: 0
% 45.38/6.30  stat_given_candidates:   10209
% 45.38/6.30  stat_given_candidates_at_endgame: 0
% 45.38/6.30  stat_given_candidates_h: 0
% 45.38/6.30  stat_binres_derived_cl:   25302
% 45.38/6.30  stat_binres_derived_cl_h: 0
% 45.38/6.30  stat_factor_derived_cl: 210
% 45.38/6.30  stat_para_derived_cl: 4776
% 45.38/6.30  stat_tautologies_discarded: 239
% 45.38/6.30  stat_forward_subsumed: 8785
% 45.38/6.30  stat_derived_cut: 13
% 45.38/6.30  stat_derived_rewritten: 2348
% 45.38/6.30  stat_weight_discarded_building: 0
% 45.38/6.30  stat_weight_discarded_cl: 7176
% 45.38/6.30  stat_internlimit_discarded_cl: 0
% 45.38/6.30  stat_simplified:  2349 simplified 0 derived 0 given
% 45.38/6.30  stat_kept_cl: 13698
% 45.38/6.30  stat_built_cl: 27381
% 45.38/6.30  stat_hyperres_partial_cl: 0
% 45.38/6.30  stat_made_rewriters: 14
% 45.38/6.30  stat_backward_subsumed: 0
% 45.38/6.30  stat_propagated_subsumed: 0
% 45.38/6.30  stat_clsubs_attempted:                    277126
% 45.38/6.30  stat_clsubs_fact_groundunit_found:            17
% 45.38/6.30  stat_clsubs_rule_groundunit_found:            14
% 45.38/6.30  stat_clsubs_top_meta_attempted:            6193497
% 45.38/6.30  stat_clsubs_top_meta_failed:               5916371
% 45.38/6.30  stat_clsubs_top_meta_nonpref_attempted:             6193497
% 45.38/6.30  stat_clsubs_top_meta_nonpref_succeeded:             2074971
% 45.38/6.30  stat_clsubs_top_meta_pref_attempted:                2074971
% 45.38/6.30  stat_clsubs_top_meta_pref1_succeeded:                618029
% 45.38/6.30  stat_clsubs_top_meta_pref2_succeeded:                301027
% 45.38/6.30  stat_clsubs_top_meta_pref3_succeeded:                277126
% 45.38/6.30  stat_clsubs_top_meta_pref_succeeded:                 277126
% 45.38/6.30  stat_clsubs_meta_attempted:               449000
% 45.38/6.30  stat_clsubs_meta_failed:                  155004
% 45.38/6.30  stat_clsubs_predsymbs_attempted:               0
% 45.38/6.30  stat_clsubs_unit_attempted:                46890
% 45.38/6.30  stat_clsubs_full_attempted:               230236
% 45.38/6.30  stat_forwardsubs_attempted:                29660
% 45.38/6.30  stat_lit_hash_added:                  17218
% 45.38/6.30  stat_lit_hash_computed:              131906
% 45.38/6.30  stat_lit_hash_match_found:            10049
% 45.38/6.30  stat_lit_hash_match_miss:            155976
% 45.38/6.30  stat_lit_hash_cut_ok:                    29
% 45.38/6.30  stat_lit_strong_cut_ok:                   1
% 45.38/6.30  stat_lit_hash_subsume_ok:              8785
% 45.38/6.30  clqueue els 10000000 used 1
% 45.38/6.30  clactive els 10000000 used 2080
% 45.38/6.30  clactivesubsume els 10000000 used 11677
% 45.38/6.30  queue_termbuf els 200000000 used 849641
% 45.38/6.30  hyper_termbuf els 100000000 used 1
% 45.38/6.30  active_termbuf els 100000000 used 72454
% 45.38/6.30  varstack els 5000 last used 1
% 45.38/6.30  given_termbuf els 10000000 last used 1
% 45.38/6.30  simplified_termbuf els 10000000 last used 1
% 45.38/6.30  derived_termbuf els 10000000 last used 24
% 45.38/6.30  wr_mallocs: 17693
% 45.38/6.30  wr_callocs: 21
% 45.38/6.30  wr_reallocs: 4053
% 45.38/6.30  wr_frees: 2
% 45.38/6.30  wr_malloc_bytes: 4163207988
% 45.38/6.30  wr_calloc_bytes: 112065536
% 45.38/6.30  wr_realloc_bytes: 987632
% 45.38/6.30  wr_realloc_freebytes: 0
% 45.38/6.30  ----------------------------------
%------------------------------------------------------------------------------