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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : GRP617-1 : TPTP v8.1.2. Released v3.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n023.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 00:55:01 EDT 2023

% Result   : Unsatisfiable 174.14s 22.25s
% Output   : CNFRefutation 174.14s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_associativity1')

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

cnf('2',plain,
    product(identity,X,X),
    inference(cnf_transformation,[],['$inc_left_identity']) ).

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

cnf('4',plain,
    product(X,inverse(X),identity),
    inference(cnf_transformation,[],['$inc_right_inverse']) ).

cnf('5',plain,
    ( ~ product(inverse(X),Y,Z)
    | product(X,Z,Y) ),
    inference(resolution,[],['3','4']) ).

cnf('6',plain,
    product(X,identity,inverse(inverse(X))),
    inference(resolution,[],['5','4']) ).

cnf('7',plain,
    ( ~ product(X,Y,Z)
    | ~ product(X,Y,U)
    | U = Z ),
    inference(cnf_transformation,[],['$inc_total_function2']) ).

cnf('8',plain,
    product(X,identity,X),
    inference(cnf_transformation,[],['$inc_right_identity']) ).

cnf('9',plain,
    ( ~ product(X,identity,Y)
    | Y = X ),
    inference(resolution,[],['7','8']) ).

cnf('10',plain,
    inverse(inverse(X)) = X,
    inference(resolution,[],['6','9']) ).

cnf('11',plain,
    ( subgroup2_member(multiply(X,multiply(Y,inverse(X))))
    | ~ subgroup2_member(Y) ),
    inference(cnf_transformation,[],[normality2]) ).

cnf('12',plain,
    subgroup2_member(u),
    inference(cnf_transformation,[],[u_in_G2]) ).

cnf('13',plain,
    subgroup2_member(multiply(X,multiply(u,inverse(X)))),
    inference(resolution,[],['11','12']) ).

cnf('14',plain,
    subgroup2_member(multiply(inverse(X),multiply(u,X))),
    inference(paramodulation,[],['10','13']) ).

cnf('15',plain,
    ( ~ product(X,Y,Z)
    | ~ subgroup2_member(Y)
    | ~ subgroup2_member(X)
    | subgroup2_member(Z) ),
    inference(cnf_transformation,[],[closure_of_product2]) ).

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

cnf('17',plain,
    ( subgroup2_member(multiply(X,Y))
    | ~ subgroup2_member(X)
    | ~ subgroup2_member(Y) ),
    inference(resolution,[],['15','16']) ).

cnf('18',plain,
    ( subgroup2_member(inverse(X))
    | ~ subgroup2_member(X) ),
    inference(cnf_transformation,[],[closure_of_inverse2]) ).

cnf('19',plain,
    subgroup2_member(inverse(u)),
    inference(resolution,[],['18','12']) ).

cnf('20',plain,
    ( subgroup2_member(multiply(inverse(u),X))
    | ~ subgroup2_member(X) ),
    inference(resolution,[],['17','19']) ).

cnf('21',plain,
    subgroup2_member(multiply(inverse(u),multiply(inverse(X),multiply(u,X)))),
    inference(resolution,[],['14','20']) ).

cnf('22',plain,
    ( X = identity
    | ~ subgroup2_member(X)
    | ~ subgroup1_member(X) ),
    inference(cnf_transformation,[],[trivial_intersection]) ).

cnf('23',plain,
    ( multiply(inverse(u),multiply(inverse(X3),multiply(u,X3))) = identity
    | ~ subgroup1_member(multiply(inverse(u),multiply(inverse(X3),multiply(u,X3)))) ),
    inference(resolution,[],['21','22']) ).

cnf('24',plain,
    ( ~ product(X,inverse(Y),Z)
    | ~ product(U,X,Y)
    | product(U,Z,identity) ),
    inference(resolution,[],['1','4']) ).

cnf('25',plain,
    ( product(X,multiply(Y,inverse(Z)),identity)
    | ~ product(X,Y,Z) ),
    inference(resolution,[],['24','16']) ).

cnf('26',plain,
    product(X,multiply(inverse(X),Y),Y),
    inference(resolution,[],['5','16']) ).

cnf('27',plain,
    product(inverse(X),multiply(X,Y),Y),
    inference(paramodulation,[],['10','26']) ).

cnf('28',plain,
    product(inverse(X),multiply(multiply(X,Y),inverse(Y)),identity),
    inference(resolution,[],['25','27']) ).

cnf('29',plain,
    ( X = multiply(Y,Z)
    | ~ product(Y,Z,X) ),
    inference(resolution,[],['7','16']) ).

cnf('30',plain,
    X = multiply(Y,multiply(inverse(Y),X)),
    inference(resolution,[],['26','29']) ).

cnf('31',plain,
    X = multiply(inverse(Y),multiply(Y,X)),
    inference(paramodulation,[],['10','30']) ).

cnf('32',plain,
    ( ~ product(inverse(X),multiply(X,Y),Z)
    | Z = Y ),
    inference(resolution,[],['27','7']) ).

cnf('33',plain,
    ( ~ product(inverse(inverse(X3)),Y3,Z3)
    | Z3 = multiply(X3,Y3) ),
    inference(paramodulation,[],['31','32']) ).

cnf('34',plain,
    ( ~ product(X,Y,Z)
    | Z = multiply(X,Y) ),
    inference(simplify,[],['33','10']) ).

cnf('35',plain,
    identity = multiply(inverse(X),multiply(multiply(X,Y),inverse(Y))),
    inference(resolution,[],['28','34']) ).

cnf('36',plain,
    multiply(multiply(X3,Y3),inverse(Y3)) = multiply(X3,identity),
    inference(paramodulation,[],['35','30']) ).

cnf('37',plain,
    multiply(X,identity) = X,
    inference(resolution,[],['9','16']) ).

cnf('38',plain,
    multiply(multiply(X,Y),inverse(Y)) = X,
    inference(simplify,[],['36','37']) ).

cnf('39',plain,
    inverse(X) = multiply(inverse(multiply(Y,X)),Y),
    inference(paramodulation,[],['38','31']) ).

cnf('40',plain,
    ( product(X,Y,multiply(Z,U))
    | ~ product(X,V,Z)
    | ~ product(V,U,Y) ),
    inference(resolution,[],['1','16']) ).

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

cnf('42',plain,
    product(X,Y,multiply(multiply(X,Z),multiply(inverse(Z),Y))),
    inference(resolution,[],['41','26']) ).

cnf('43',plain,
    multiply(multiply(X,Y),multiply(inverse(Y),Z)) = multiply(X,Z),
    inference(resolution,[],['42','34']) ).

cnf('44',plain,
    multiply(inverse(X),multiply(inverse(Y),Z)) = multiply(inverse(multiply(Y,X)),Z),
    inference(paramodulation,[],['39','43']) ).

cnf('45',plain,
    ( multiply(inverse(multiply(X,u)),multiply(u,X)) = identity
    | ~ subgroup1_member(multiply(inverse(multiply(X,u)),multiply(u,X))) ),
    inference(simplify,[then_simplify],['23','44','44']) ).

cnf('46',plain,
    multiply(multiply(X,multiply(Y,Z)),inverse(Z)) = multiply(X,Y),
    inference(paramodulation,[],['39','43']) ).

cnf('47',plain,
    ( ~ product(X,Y,Z)
    | ~ subgroup1_member(Y)
    | ~ subgroup1_member(X)
    | subgroup1_member(Z) ),
    inference(cnf_transformation,[],[closure_of_product1]) ).

cnf('48',plain,
    ( ~ subgroup1_member(multiply(inverse(X),Y))
    | ~ subgroup1_member(X)
    | subgroup1_member(Y) ),
    inference(resolution,[],['26','47']) ).

cnf('49',plain,
    ( ~ subgroup1_member(multiply(X,Y))
    | ~ subgroup1_member(inverse(Y))
    | subgroup1_member(X) ),
    inference(paramodulation,[],['39','48']) ).

cnf('50',plain,
    ( subgroup1_member(multiply(X,multiply(Y,inverse(X))))
    | ~ subgroup1_member(Y) ),
    inference(cnf_transformation,[],[normality1]) ).

cnf('51',plain,
    subgroup1_member(v),
    inference(cnf_transformation,[],[v_in_G1]) ).

cnf('52',plain,
    subgroup1_member(multiply(X,multiply(v,inverse(X)))),
    inference(resolution,[],['50','51']) ).

cnf('53',plain,
    ( ~ subgroup1_member(inverse(multiply(v,inverse(X3))))
    | subgroup1_member(X3) ),
    inference(resolution,[],['49','52']) ).

cnf('54',plain,
    multiply(X,inverse(multiply(Y,X))) = inverse(Y),
    inference(paramodulation,[],['31','38']) ).

cnf('55',plain,
    inverse(multiply(X,inverse(Y))) = multiply(Y,inverse(X)),
    inference(paramodulation,[],['54','30']) ).

cnf('56',plain,
    ( ~ subgroup1_member(multiply(X,inverse(v)))
    | subgroup1_member(X) ),
    inference(simplify,[],['53','55']) ).

cnf('57',plain,
    ( subgroup1_member(multiply(X,multiply(Y,v)))
    | ~ subgroup1_member(multiply(X,Y)) ),
    inference(paramodulation,[],['46','56']) ).

cnf('58',plain,
    ( subgroup1_member(inverse(X))
    | ~ subgroup1_member(X) ),
    inference(cnf_transformation,[],[closure_of_inverse1]) ).

cnf('59',plain,
    subgroup1_member(inverse(v)),
    inference(resolution,[],['58','51']) ).

cnf('60',plain,
    subgroup1_member(multiply(X,multiply(inverse(v),inverse(X)))),
    inference(resolution,[],['59','50']) ).

cnf('61',plain,
    subgroup1_member(multiply(inverse(X),multiply(inverse(v),X))),
    inference(paramodulation,[],['10','60']) ).

cnf('62',plain,
    subgroup1_member(multiply(inverse(multiply(v,X)),X)),
    inference(paramodulation,[],['31','61']) ).

cnf('63',plain,
    subgroup1_member(multiply(inverse(multiply(v,X)),multiply(X,v))),
    inference(resolution,[],['57','62']) ).

cnf('64',plain,
    multiply(inverse(multiply(v,u)),multiply(u,v)) = identity,
    inference(resolution,[],['45','63']) ).

cnf('65',plain,
    multiply(u,v) = multiply(multiply(v,u),identity),
    inference(paramodulation,[],['64','30']) ).

cnf('66',plain,
    multiply(u,v) = multiply(v,u),
    inference(simplify,[],['65','37']) ).

cnf('67',plain,
    multiply(v,u) != multiply(u,v),
    inference(cnf_transformation,[],[prove_vu_equals_uv]) ).

cnf('68',plain,
    $false,
    inference(paramodulation,[],['66','67']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.01/0.06  % Problem  : GRP617-1 : TPTP v8.1.2. Released v3.1.0.
% 0.01/0.07  % Command  : gkc %s
% 0.06/0.25  % Computer : n023.cluster.edu
% 0.06/0.25  % Model    : x86_64 x86_64
% 0.06/0.25  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.06/0.25  % Memory   : 8042.1875MB
% 0.06/0.25  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.06/0.25  % CPULimit : 300
% 0.06/0.25  % WCLimit  : 300
% 0.06/0.25  % DateTime : Mon Aug 28 20:14:25 EDT 2023
% 0.06/0.25  % CPUTime  : 
% 0.09/0.30  
% 0.09/0.30  input clause set summed statistics:
% 0.09/0.30  ----------------------------------
% 0.09/0.30  in_clause_count:                    18
% 0.09/0.30  in_rule_clause_count:               14
% 0.09/0.30  in_fact_clause_count:                4
% 0.09/0.30  in_answer_clause_count:              0
% 0.09/0.30  in_ground_clause_count:              3
% 0.09/0.30  in_unit_clause_count:                8
% 0.09/0.30  in_horn_clause_count:               18
% 0.09/0.30  in_pos_clause_count:                 7
% 0.09/0.30  in_neg_clause_count:                 1
% 0.09/0.30  in_poseq_clause_count:               2
% 0.09/0.30  in_negeq_clause_count:               1
% 0.09/0.30  in_unitposeq_clause_count:           0
% 0.09/0.30  in_chain_clause_count:               0
% 0.09/0.30  in_min_length:             1
% 0.09/0.30  in_max_length:             4
% 0.09/0.30  in_min_depth:              1
% 0.09/0.30  in_max_depth:              4
% 0.09/0.30  in_min_size:               2
% 0.09/0.30  in_max_size:              16
% 0.09/0.30  in_min_vars:               0
% 0.09/0.30  in_max_vars:               6
% 0.09/0.30  in_extaxiom_count:                 8
% 0.09/0.30  in_axiom_count:                    4
% 0.09/0.30  in_assumption_count:               5
% 0.09/0.30  in_goal_count:                     1
% 0.09/0.30  in_neg_goal_count:                 1
% 0.09/0.30  in_pos_goal_count:                 0
% 0.09/0.30  in_posunit_goal_count:             0
% 0.09/0.30  
% 0.09/0.30  auto guide:
% 0.09/0.30  -----------
% 0.09/0.30  {
% 0.09/0.30  "print":1,
% 0.09/0.30  "print_level": 15,
% 0.09/0.30  "max_size": 0,
% 0.09/0.30  "max_depth": 0,
% 0.09/0.30  "max_length": 0,
% 0.09/0.30  "max_dseconds": 0,
% 0.09/0.30  "runs":[
% 0.09/0.30  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.09/0.30  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.09/0.30  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.09/0.30  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.09/0.30  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.09/0.30  {"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.09/0.30  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.09/0.30  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.09/0.30  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.09/0.30  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.09/0.30  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.09/0.30  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.09/0.30  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.09/0.30  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.09/0.30  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.09/0.30  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.09/0.30  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.09/0.30  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.09/0.30  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.09/0.30  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.09/0.30  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.09/0.30  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.09/0.30  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.09/0.30  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.09/0.30  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.09/0.30  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.09/0.30  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.09/0.30  {"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.09/0.30  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.09/0.30  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.09/0.30  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.09/0.30  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.09/0.30  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.09/0.30  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.09/0.30  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.09/0.30  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.09/0.30  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.09/0.30  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.09/0.30  {"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.09/0.30  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.09/0.30  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.09/0.30  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.09/0.30  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.09/0.30  
% 0.09/0.30  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.09/0.30  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.09/0.30  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.09/0.30  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.09/0.30  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.09/0.30  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.09/0.30  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.09/0.30  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.09/0.30  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.09/0.30  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.09/0.30  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.09/0.30  {"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.09/0.30  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.09/0.30  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.09/0.30  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.09/0.30  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.09/0.30  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.09/0.30  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.09/0.30  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.09/0.30  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.09/0.30  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.09/0.30  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.09/0.30  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.09/0.30  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.09/0.30  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.09/0.30  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.09/0.30  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.09/0.30  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.09/0.30  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.09/0.30  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.09/0.30  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.09/0.30  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.09/0.30  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.09/0.30  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.09/0.30  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.09/0.30  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.09/0.30  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.09/0.30  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.09/0.30  {"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.09/0.30  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.09/0.30  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.09/0.30  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.09/0.30  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.09/0.30  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.09/0.30  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.09/0.30  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.09/0.30  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.09/0.30  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.09/0.30  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.09/0.30  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.09/0.30  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.09/0.30  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.09/0.30  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.09/0.30  {"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.09/0.30  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.09/0.30  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.09/0.30  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.09/0.30  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.09/0.30  
% 0.09/0.30  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.09/0.30  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.09/0.30  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.09/0.30  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.09/0.30  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.09/0.30  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.09/0.30  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.09/0.30  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.09/0.30  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.09/0.30  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.09/0.30  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.09/0.30  {"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.09/0.30  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.09/0.30  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.09/0.30  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.09/0.30  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.09/0.30  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.09/0.30  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.09/0.30  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.09/0.30  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.09/0.30  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.09/0.30  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.09/0.30  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.09/0.30  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.09/0.30  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.09/0.30  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.09/0.30  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.09/0.30  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.09/0.30  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.09/0.30  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.09/0.30  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.09/0.30  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.09/0.30  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.09/0.30  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.09/0.30  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.09/0.30  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.09/0.30  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.09/0.30  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.09/0.30  {"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.09/0.30  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.09/0.30  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.09/0.30  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.09/0.30  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.09/0.30  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.09/0.30  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.09/0.30  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.09/0.30  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.09/0.30  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.09/0.30  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.09/0.30  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.09/0.30  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.09/0.30  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.09/0.30  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.09/0.30  {"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.09/0.30  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.09/0.30  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.09/0.30  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.09/0.30  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.09/0.30  
% 0.09/0.30  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.09/0.30  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.09/0.30  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.09/0.30  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.09/0.30  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.09/0.30  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.09/0.30  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.09/0.30  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.09/0.30  
% 0.09/0.30  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.09/0.30  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.09/0.30  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.09/0.30  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.09/0.30  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.09/0.30  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.09/0.30  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.09/0.30  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.09/0.30  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.09/0.30  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.09/0.30  
% 0.09/0.30  ]}
% 0.09/0.30  
% 0.09/0.30  
% 0.09/0.30  **** run 1 fork 0 starts with strategy
% 0.09/0.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.09/0.30  
% 0.09/0.30  **** run 2 fork 1 starts with strategy
% 0.09/0.30  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.09/0.30  
% 0.09/0.30  **** run 3 fork 2 starts with strategy
% 0.09/0.30  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.09/0.30  
% 0.09/0.30  **** run 4 fork 3 starts with strategy
% 0.09/0.30  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.09/0.30  
% 0.09/0.30  **** run 5 fork 4 starts with strategy
% 0.09/0.30  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.09/0.30  
% 0.09/0.30  **** run 7 fork 6 starts with strategy
% 0.09/0.30  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.09/0.30  
% 0.09/0.30  **** run 6 fork 5 starts with strategy
% 0.09/0.30  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.09/0.31  
% 0.09/0.31  **** run 8 fork 7 starts with strategy
% 0.09/0.31  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.09/0.42  
% 0.09/0.42  fork 0: search finished without proof.
% 0.09/0.42  
% 0.09/0.42  
% 0.09/0.42  fork 6: search terminated without proof.
% 0.09/0.42  
% 0.09/0.42  
% 0.09/0.42  fork 2: search terminated without proof.
% 0.09/0.43  
% 0.09/0.43  
% 0.09/0.43  fork 4: search terminated without proof.
% 0.09/0.43  
% 0.09/0.43  
% 0.09/0.43  fork 5: search terminated without proof.
% 0.09/0.44  
% 0.09/0.44  
% 0.09/0.44  fork 1: search terminated without proof.
% 0.09/0.44  
% 0.09/0.44  
% 0.09/0.44  fork 7: search terminated without proof.
% 0.09/0.44  
% 0.09/0.44  **** run 9 fork 0 starts with strategy
% 0.09/0.44  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.09/0.45  
% 0.09/0.45  **** run 13 fork 4 starts with strategy
% 0.09/0.45  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.09/0.45  
% 0.09/0.45  **** run 11 fork 2 starts with strategy
% 0.09/0.45  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.09/0.45  
% 0.09/0.45  
% 0.09/0.45  fork 3: search terminated without proof.
% 0.09/0.45  
% 0.09/0.45  **** run 15 fork 6 starts with strategy
% 0.09/0.45  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.09/0.45  
% 0.09/0.45  **** run 14 fork 5 starts with strategy
% 0.09/0.45  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.09/0.46  
% 0.09/0.46  **** run 16 fork 7 starts with strategy
% 0.09/0.46  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.09/0.46  
% 0.09/0.46  **** run 10 fork 1 starts with strategy
% 0.09/0.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.09/0.47  
% 0.09/0.47  **** run 12 fork 3 starts with strategy
% 0.09/0.47  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.09/0.56  
% 0.09/0.56  
% 0.09/0.56  fork 0: search terminated without proof.
% 0.09/0.57  
% 0.09/0.57  
% 0.09/0.57  fork 2: search terminated without proof.
% 0.09/0.57  
% 0.09/0.57  
% 0.09/0.57  fork 5: search terminated without proof.
% 0.09/0.57  
% 0.09/0.57  
% 0.09/0.57  fork 6: search terminated without proof.
% 2.14/0.58  
% 2.14/0.58  
% 2.14/0.58  fork 4: search terminated without proof.
% 2.14/0.58  
% 2.14/0.58  
% 2.14/0.58  fork 7: search terminated without proof.
% 2.14/0.58  
% 2.14/0.58  **** run 17 fork 0 starts with strategy
% 2.14/0.58  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.24/0.58  
% 2.24/0.58  
% 2.24/0.58  fork 1: search terminated without proof.
% 2.24/0.59  
% 2.24/0.59  **** run 22 fork 5 starts with strategy
% 2.24/0.59  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 2.24/0.59  
% 2.24/0.59  **** run 19 fork 2 starts with strategy
% 2.24/0.59  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 2.24/0.59  
% 2.24/0.59  
% 2.24/0.59  fork 3: search terminated without proof.
% 2.24/0.59  
% 2.24/0.59  **** run 23 fork 6 starts with strategy
% 2.24/0.60  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 2.24/0.60  
% 2.24/0.60  **** run 21 fork 4 starts with strategy
% 2.24/0.60  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 2.24/0.60  
% 2.24/0.60  **** run 24 fork 7 starts with strategy
% 2.24/0.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 2.24/0.61  
% 2.24/0.61  **** run 18 fork 1 starts with strategy
% 2.24/0.61  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 2.24/0.61  
% 2.24/0.61  **** run 20 fork 3 starts with strategy
% 2.24/0.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 2.66/0.70  
% 2.66/0.70  
% 2.66/0.70  fork 5: search terminated without proof.
% 3.29/0.71  
% 3.29/0.71  
% 3.29/0.71  fork 0: search terminated without proof.
% 3.29/0.71  
% 3.29/0.71  
% 3.29/0.71  fork 4: search terminated without proof.
% 3.29/0.72  
% 3.29/0.72  
% 3.29/0.72  fork 6: search terminated without proof.
% 3.29/0.72  
% 3.29/0.72  **** run 30 fork 5 starts with strategy
% 3.29/0.72  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 3.29/0.72  
% 3.29/0.72  
% 3.29/0.72  fork 2: search terminated without proof.
% 3.29/0.73  
% 3.29/0.73  
% 3.29/0.73  fork 3: search terminated without proof.
% 3.29/0.73  
% 3.29/0.73  
% 3.29/0.73  fork 7: search terminated without proof.
% 3.29/0.73  
% 3.29/0.73  **** run 25 fork 0 starts with strategy
% 3.29/0.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.29/0.73  
% 3.29/0.73  **** run 29 fork 4 starts with strategy
% 3.29/0.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 3.29/0.74  
% 3.29/0.74  **** run 31 fork 6 starts with strategy
% 3.29/0.74  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 3.29/0.74  
% 3.29/0.74  
% 3.29/0.74  fork 1: search terminated without proof.
% 3.29/0.74  
% 3.29/0.74  **** run 27 fork 2 starts with strategy
% 3.29/0.74  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 3.29/0.75  
% 3.29/0.75  **** run 28 fork 3 starts with strategy
% 3.29/0.75  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 3.29/0.75  
% 3.29/0.75  **** run 32 fork 7 starts with strategy
% 3.29/0.75  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 3.29/0.76  
% 3.29/0.76  **** run 26 fork 1 starts with strategy
% 3.29/0.76  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.78/0.79  
% 3.78/0.79  fork 7: search finished without proof.
% 3.78/0.81  
% 3.78/0.81  **** run 40 fork 7 starts with strategy
% 3.78/0.81  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 3.78/0.85  
% 3.78/0.85  
% 3.78/0.85  fork 4: search terminated without proof.
% 3.78/0.86  
% 3.78/0.86  
% 3.78/0.86  fork 0: search terminated without proof.
% 3.78/0.86  
% 3.78/0.86  
% 3.78/0.86  fork 5: search terminated without proof.
% 4.47/0.87  
% 4.47/0.87  
% 4.47/0.87  fork 2: search terminated without proof.
% 4.47/0.87  
% 4.47/0.87  **** run 37 fork 4 starts with strategy
% 4.47/0.87  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.47/0.87  
% 4.47/0.87  
% 4.47/0.87  fork 3: search terminated without proof.
% 4.47/0.87  
% 4.47/0.87  
% 4.47/0.87  fork 6: search terminated without proof.
% 4.47/0.87  
% 4.47/0.87  **** run 33 fork 0 starts with strategy
% 4.47/0.87  {"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.47/0.87  
% 4.47/0.87  **** run 38 fork 5 starts with strategy
% 4.47/0.87  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.64/0.89  
% 4.64/0.89  
% 4.64/0.89  fork 1: search terminated without proof.
% 4.64/0.89  
% 4.64/0.89  **** run 35 fork 2 starts with strategy
% 4.64/0.89  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.64/0.89  
% 4.64/0.89  **** run 39 fork 6 starts with strategy
% 4.64/0.89  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.64/0.90  
% 4.64/0.90  **** run 36 fork 3 starts with strategy
% 4.64/0.90  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 4.64/0.91  
% 4.64/0.91  **** run 34 fork 1 starts with strategy
% 4.64/0.91  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 5.07/0.93  
% 5.07/0.93  
% 5.07/0.93  fork 7: search terminated without proof.
% 5.07/0.96  
% 5.07/0.96  **** run 48 fork 7 starts with strategy
% 5.07/0.96  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 5.07/0.98  
% 5.07/0.98  fork 7: search finished without proof.
% 5.07/0.99  
% 5.07/0.99  
% 5.07/0.99  fork 4: search terminated without proof.
% 5.07/1.00  
% 5.07/1.00  
% 5.07/1.00  fork 0: search terminated without proof.
% 5.07/1.00  
% 5.07/1.00  
% 5.07/1.00  fork 5: search terminated without proof.
% 5.07/1.00  
% 5.07/1.00  **** run 56 fork 7 starts with strategy
% 5.07/1.00  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.07/1.00  
% 5.07/1.00  **** run 45 fork 4 starts with strategy
% 5.07/1.00  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.07/1.01  
% 5.07/1.01  
% 5.07/1.01  fork 2: search terminated without proof.
% 5.07/1.01  
% 5.07/1.01  
% 5.07/1.01  fork 6: search terminated without proof.
% 5.69/1.02  
% 5.69/1.02  **** run 41 fork 0 starts with strategy
% 5.69/1.02  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 5.69/1.02  
% 5.69/1.02  **** run 46 fork 5 starts with strategy
% 5.69/1.02  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 5.69/1.03  
% 5.69/1.03  
% 5.69/1.03  fork 3: search terminated without proof.
% 5.69/1.03  
% 5.69/1.03  **** run 43 fork 2 starts with strategy
% 5.69/1.03  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.69/1.03  
% 5.69/1.03  **** run 47 fork 6 starts with strategy
% 5.69/1.03  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.69/1.03  
% 5.69/1.03  
% 5.69/1.03  fork 1: search terminated without proof.
% 5.69/1.05  
% 5.69/1.05  **** run 44 fork 3 starts with strategy
% 5.69/1.05  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.69/1.06  
% 5.69/1.06  **** run 42 fork 1 starts with strategy
% 5.69/1.06  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 6.26/1.13  
% 6.26/1.13  
% 6.26/1.13  fork 7: search terminated without proof.
% 6.26/1.13  
% 6.26/1.13  
% 6.26/1.13  fork 4: search terminated without proof.
% 6.26/1.14  
% 6.26/1.14  
% 6.26/1.14  fork 0: search terminated without proof.
% 6.26/1.14  
% 6.26/1.14  fork 5: search finished without proof.
% 6.26/1.15  
% 6.26/1.15  **** run 64 fork 7 starts with strategy
% 6.26/1.15  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 6.26/1.15  
% 6.26/1.15  
% 6.26/1.15  fork 2: search terminated without proof.
% 6.26/1.15  
% 6.26/1.15  **** run 53 fork 4 starts with strategy
% 6.26/1.15  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 6.26/1.15  
% 6.26/1.15  **** run 49 fork 0 starts with strategy
% 6.26/1.15  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 6.26/1.16  
% 6.26/1.16  
% 6.26/1.16  fork 6: search terminated without proof.
% 6.26/1.16  
% 6.26/1.16  **** run 54 fork 5 starts with strategy
% 6.26/1.16  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 6.93/1.17  
% 6.93/1.17  **** run 51 fork 2 starts with strategy
% 6.93/1.17  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.93/1.18  
% 6.93/1.18  **** run 55 fork 6 starts with strategy
% 6.93/1.18  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 6.93/1.18  
% 6.93/1.18  
% 6.93/1.18  fork 1: search terminated without proof.
% 6.93/1.18  
% 6.93/1.18  
% 6.93/1.18  fork 3: search terminated without proof.
% 7.09/1.20  
% 7.09/1.20  **** run 50 fork 1 starts with strategy
% 7.09/1.20  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 7.09/1.21  
% 7.09/1.21  **** run 52 fork 3 starts with strategy
% 7.09/1.21  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 7.33/1.27  
% 7.33/1.27  fork 0: search finished without proof.
% 7.33/1.27  
% 7.33/1.27  
% 7.33/1.27  fork 7: search terminated without proof.
% 7.33/1.28  
% 7.33/1.28  
% 7.33/1.28  fork 5: search terminated without proof.
% 7.33/1.28  
% 7.33/1.28  **** run 57 fork 0 starts with strategy
% 7.33/1.28  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 7.33/1.29  
% 7.33/1.29  
% 7.33/1.29  fork 4: search terminated without proof.
% 7.33/1.29  
% 7.33/1.29  
% 7.33/1.29  fork 2: search terminated without proof.
% 7.33/1.30  
% 7.33/1.30  **** run 72 fork 7 starts with strategy
% 7.33/1.30  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 7.33/1.30  
% 7.33/1.30  
% 7.33/1.30  fork 6: search terminated without proof.
% 7.33/1.30  
% 7.33/1.30  **** run 62 fork 5 starts with strategy
% 7.33/1.30  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 8.00/1.31  
% 8.00/1.31  **** run 61 fork 4 starts with strategy
% 8.00/1.31  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 8.00/1.31  
% 8.00/1.31  **** run 59 fork 2 starts with strategy
% 8.00/1.31  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 8.00/1.32  
% 8.00/1.32  **** run 63 fork 6 starts with strategy
% 8.00/1.32  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 8.00/1.33  
% 8.00/1.33  fork 5: search finished without proof.
% 8.00/1.33  
% 8.00/1.33  
% 8.00/1.33  fork 1: search terminated without proof.
% 8.00/1.33  
% 8.00/1.33  
% 8.00/1.33  fork 3: search terminated without proof.
% 8.00/1.34  
% 8.00/1.34  fork 4: search finished without proof.
% 8.00/1.34  
% 8.00/1.34  **** run 70 fork 5 starts with strategy
% 8.00/1.34  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 8.00/1.34  
% 8.00/1.34  fork 6: search finished without proof.
% 8.00/1.36  
% 8.00/1.36  **** run 58 fork 1 starts with strategy
% 8.00/1.36  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 8.00/1.36  
% 8.00/1.36  **** run 60 fork 3 starts with strategy
% 8.00/1.36  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 8.00/1.36  
% 8.00/1.36  **** run 69 fork 4 starts with strategy
% 8.00/1.36  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.00/1.36  
% 8.00/1.36  **** run 71 fork 6 starts with strategy
% 8.00/1.36  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 8.59/1.38  
% 8.59/1.38  fork 6: search finished without proof.
% 8.59/1.39  
% 8.59/1.39  fork 0: search finished without proof.
% 8.59/1.40  
% 8.59/1.40  **** run 79 fork 6 starts with strategy
% 8.59/1.40  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 8.59/1.41  
% 8.59/1.41  **** run 65 fork 0 starts with strategy
% 8.59/1.41  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 8.59/1.42  
% 8.59/1.42  
% 8.59/1.42  fork 7: search terminated without proof.
% 8.59/1.43  
% 8.59/1.43  fork 2: search finished without proof.
% 8.59/1.44  
% 8.59/1.44  **** run 67 fork 2 starts with strategy
% 8.59/1.44  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 8.59/1.45  
% 8.59/1.45  **** run 80 fork 7 starts with strategy
% 8.59/1.45  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 8.59/1.46  
% 8.59/1.46  
% 8.59/1.46  fork 5: search terminated without proof.
% 9.32/1.47  
% 9.32/1.47  
% 9.32/1.47  fork 4: search terminated without proof.
% 9.32/1.48  
% 9.32/1.48  
% 9.32/1.48  fork 1: search terminated without proof.
% 9.32/1.48  
% 9.32/1.48  **** run 78 fork 5 starts with strategy
% 9.32/1.48  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 9.32/1.48  
% 9.32/1.48  
% 9.32/1.48  fork 3: search terminated without proof.
% 9.32/1.49  
% 9.32/1.49  fork 7: search finished without proof.
% 9.50/1.49  
% 9.50/1.49  **** run 77 fork 4 starts with strategy
% 9.50/1.49  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 9.50/1.50  
% 9.50/1.50  **** run 66 fork 1 starts with strategy
% 9.50/1.50  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 9.50/1.51  
% 9.50/1.51  **** run 68 fork 3 starts with strategy
% 9.50/1.51  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 9.50/1.51  
% 9.50/1.51  **** run 88 fork 7 starts with strategy
% 9.50/1.51  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 9.69/1.52  
% 9.69/1.52  fork 6: search finished without proof.
% 9.77/1.53  
% 9.77/1.53  
% 9.77/1.53  fork 0: search terminated without proof.
% 9.77/1.54  
% 9.77/1.54  **** run 87 fork 6 starts with strategy
% 9.77/1.54  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 9.77/1.55  
% 9.77/1.55  **** run 73 fork 0 starts with strategy
% 9.77/1.55  {"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}
% 9.77/1.56  
% 9.77/1.56  fork 2: search finished without proof.
% 9.77/1.58  
% 9.77/1.58  **** run 75 fork 2 starts with strategy
% 9.77/1.58  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.77/1.60  
% 9.77/1.60  fork 5: search finished without proof.
% 10.44/1.61  
% 10.44/1.61  **** run 86 fork 5 starts with strategy
% 10.44/1.61  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 10.44/1.62  
% 10.44/1.62  
% 10.44/1.62  fork 1: search terminated without proof.
% 10.44/1.63  
% 10.44/1.63  
% 10.44/1.63  fork 3: search terminated without proof.
% 10.44/1.63  
% 10.44/1.63  fork 4: search finished without proof.
% 10.44/1.63  
% 10.44/1.63  
% 10.44/1.63  fork 7: search terminated without proof.
% 10.44/1.65  
% 10.44/1.65  **** run 74 fork 1 starts with strategy
% 10.44/1.65  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 10.44/1.65  
% 10.44/1.65  **** run 76 fork 3 starts with strategy
% 10.44/1.65  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 10.44/1.66  
% 10.44/1.66  **** run 85 fork 4 starts with strategy
% 10.44/1.66  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 10.44/1.66  
% 10.44/1.66  
% 10.44/1.66  fork 6: search terminated without proof.
% 10.44/1.66  
% 10.44/1.66  **** run 96 fork 7 starts with strategy
% 10.44/1.66  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 10.44/1.67  
% 10.44/1.67  
% 10.44/1.67  fork 0: search terminated without proof.
% 10.44/1.67  
% 10.44/1.67  **** run 95 fork 6 starts with strategy
% 10.44/1.67  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 11.05/1.69  
% 11.05/1.69  **** run 81 fork 0 starts with strategy
% 11.05/1.69  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 11.05/1.70  
% 11.05/1.70  
% 11.05/1.70  fork 2: search terminated without proof.
% 11.05/1.71  
% 11.05/1.71  **** run 83 fork 2 starts with strategy
% 11.05/1.71  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 11.05/1.74  
% 11.05/1.74  
% 11.05/1.74  fork 5: search terminated without proof.
% 11.05/1.76  
% 11.05/1.76  **** run 94 fork 5 starts with strategy
% 11.05/1.76  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.05/1.77  
% 11.05/1.77  
% 11.05/1.77  fork 1: search terminated without proof.
% 11.05/1.77  
% 11.05/1.77  
% 11.05/1.77  fork 4: search terminated without proof.
% 11.05/1.78  
% 11.05/1.78  
% 11.05/1.78  fork 3: search terminated without proof.
% 11.82/1.79  
% 11.82/1.79  **** run 82 fork 1 starts with strategy
% 11.82/1.79  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 11.89/1.79  
% 11.89/1.79  **** run 84 fork 3 starts with strategy
% 11.89/1.79  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 11.89/1.80  
% 11.89/1.80  **** run 93 fork 4 starts with strategy
% 11.89/1.80  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 12.02/1.81  
% 12.02/1.81  
% 12.02/1.81  fork 0: search terminated without proof.
% 12.08/1.83  
% 12.08/1.83  **** run 89 fork 0 starts with strategy
% 12.08/1.83  {"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}
% 12.08/1.83  
% 12.08/1.83  
% 12.08/1.83  fork 2: search terminated without proof.
% 12.08/1.85  
% 12.08/1.85  **** run 91 fork 2 starts with strategy
% 12.08/1.85  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 12.78/1.91  
% 12.78/1.91  
% 12.78/1.91  fork 1: search terminated without proof.
% 12.78/1.91  
% 12.78/1.91  
% 12.78/1.91  fork 3: search terminated without proof.
% 12.78/1.93  
% 12.78/1.93  **** run 90 fork 1 starts with strategy
% 12.78/1.93  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 12.78/1.93  
% 12.78/1.93  **** run 92 fork 3 starts with strategy
% 12.78/1.93  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 12.78/1.93  
% 12.78/1.93  
% 12.78/1.93  fork 4: search terminated without proof.
% 12.78/1.95  
% 12.78/1.95  **** run 101 fork 4 starts with strategy
% 12.78/1.95  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 12.78/1.95  
% 12.78/1.95  
% 12.78/1.95  fork 0: search terminated without proof.
% 12.78/1.97  
% 12.78/1.97  
% 12.78/1.97  fork 2: search terminated without proof.
% 12.78/1.98  
% 12.78/1.98  **** run 97 fork 0 starts with strategy
% 12.78/1.98  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 13.45/1.99  
% 13.45/1.99  **** run 99 fork 2 starts with strategy
% 13.45/1.99  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 13.45/2.05  
% 13.45/2.05  
% 13.45/2.05  fork 3: search terminated without proof.
% 13.45/2.05  
% 13.45/2.05  fork 1: search finished without proof.
% 13.45/2.07  
% 13.45/2.07  **** run 100 fork 3 starts with strategy
% 13.45/2.07  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 13.45/2.07  
% 13.45/2.07  **** run 98 fork 1 starts with strategy
% 13.45/2.07  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 18.98/2.68  
% 18.98/2.68  
% 18.98/2.68  fork 7: search terminated without proof.
% 18.98/2.70  
% 18.98/2.70  
% 18.98/2.70  fork 6: search terminated without proof.
% 19.18/2.71  
% 19.18/2.71  **** run 104 fork 7 starts with strategy
% 19.18/2.71  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 19.32/2.72  
% 19.32/2.72  **** run 103 fork 6 starts with strategy
% 19.32/2.72  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 19.32/2.77  
% 19.32/2.77  
% 19.32/2.77  fork 5: search terminated without proof.
% 19.32/2.80  
% 19.32/2.80  **** run 102 fork 5 starts with strategy
% 19.32/2.80  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 21.28/3.00  
% 21.28/3.00  
% 21.28/3.00  fork 4: search terminated without proof.
% 21.49/3.01  
% 21.49/3.01  
% 21.49/3.01  fork 0: search terminated without proof.
% 21.49/3.01  
% 21.49/3.01  
% 21.49/3.01  fork 2: search terminated without proof.
% 21.49/3.02  
% 21.49/3.02  **** run 109 fork 4 starts with strategy
% 21.49/3.02  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 21.71/3.04  
% 21.71/3.04  **** run 107 fork 2 starts with strategy
% 21.71/3.04  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 21.71/3.04  
% 21.71/3.04  **** run 105 fork 0 starts with strategy
% 21.71/3.04  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 21.71/3.09  
% 21.71/3.09  
% 21.71/3.09  fork 3: search terminated without proof.
% 21.71/3.10  
% 21.71/3.10  
% 21.71/3.10  fork 1: search terminated without proof.
% 21.71/3.12  
% 21.71/3.12  **** run 108 fork 3 starts with strategy
% 21.71/3.12  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 21.71/3.12  
% 21.71/3.12  **** run 106 fork 1 starts with strategy
% 21.71/3.12  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 27.23/3.73  
% 27.23/3.73  
% 27.23/3.73  fork 7: search terminated without proof.
% 27.23/3.75  
% 27.23/3.75  
% 27.23/3.75  fork 6: search terminated without proof.
% 27.23/3.77  
% 27.23/3.77  **** run 112 fork 7 starts with strategy
% 27.23/3.77  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 27.23/3.77  
% 27.23/3.77  **** run 111 fork 6 starts with strategy
% 27.23/3.77  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 27.74/3.82  
% 27.74/3.82  
% 27.74/3.82  fork 5: search terminated without proof.
% 27.74/3.84  
% 27.74/3.84  **** run 110 fork 5 starts with strategy
% 27.74/3.84  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 29.46/4.06  
% 29.46/4.06  
% 29.46/4.06  fork 2: search terminated without proof.
% 29.46/4.06  
% 29.46/4.06  
% 29.46/4.06  fork 0: search terminated without proof.
% 29.95/4.08  
% 29.95/4.08  **** run 115 fork 2 starts with strategy
% 29.95/4.08  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 29.95/4.08  
% 29.95/4.08  **** run 113 fork 0 starts with strategy
% 29.95/4.08  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 29.95/4.08  
% 29.95/4.08  
% 29.95/4.08  fork 4: search terminated without proof.
% 29.95/4.12  
% 29.95/4.12  **** run 117 fork 4 starts with strategy
% 29.95/4.12  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 29.95/4.14  
% 29.95/4.14  
% 29.95/4.14  fork 3: search terminated without proof.
% 29.95/4.16  
% 29.95/4.16  **** run 116 fork 3 starts with strategy
% 29.95/4.16  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 30.71/4.16  
% 30.71/4.16  
% 30.71/4.16  fork 1: search terminated without proof.
% 30.71/4.18  
% 30.71/4.18  **** run 114 fork 1 starts with strategy
% 30.71/4.18  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 35.64/4.79  
% 35.64/4.79  
% 35.64/4.79  fork 7: search terminated without proof.
% 35.90/4.81  
% 35.90/4.81  **** run 120 fork 7 starts with strategy
% 35.90/4.81  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 36.02/4.83  
% 36.02/4.83  fork 6: search finished without proof.
% 36.02/4.85  
% 36.02/4.85  **** run 119 fork 6 starts with strategy
% 36.02/4.85  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 36.02/4.86  
% 36.02/4.86  
% 36.02/4.86  fork 5: search terminated without proof.
% 36.02/4.89  
% 36.02/4.89  **** run 118 fork 5 starts with strategy
% 36.02/4.89  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 38.12/5.10  
% 38.12/5.10  
% 38.12/5.10  fork 2: search terminated without proof.
% 38.12/5.10  
% 38.12/5.10  
% 38.12/5.10  fork 0: search terminated without proof.
% 38.32/5.12  
% 38.32/5.12  **** run 121 fork 0 starts with strategy
% 38.32/5.12  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 38.32/5.13  
% 38.32/5.13  **** run 123 fork 2 starts with strategy
% 38.32/5.13  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 38.32/5.14  
% 38.32/5.14  
% 38.32/5.14  fork 4: search terminated without proof.
% 38.32/5.17  
% 38.32/5.17  **** run 125 fork 4 starts with strategy
% 38.32/5.17  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 38.32/5.18  
% 38.32/5.18  
% 38.32/5.18  fork 3: search terminated without proof.
% 39.01/5.20  
% 39.01/5.20  
% 39.01/5.20  fork 1: search terminated without proof.
% 39.01/5.20  
% 39.01/5.20  fork 4: search finished without proof.
% 39.01/5.21  
% 39.01/5.21  **** run 124 fork 3 starts with strategy
% 39.01/5.21  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 39.01/5.22  
% 39.01/5.22  **** run 122 fork 1 starts with strategy
% 39.01/5.22  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 39.01/5.23  
% 39.01/5.23  **** run 133 fork 4 starts with strategy
% 39.01/5.23  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 43.82/5.84  
% 43.82/5.84  
% 43.82/5.84  fork 7: search terminated without proof.
% 43.82/5.86  
% 43.82/5.86  **** run 128 fork 7 starts with strategy
% 43.82/5.86  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 44.52/5.90  
% 44.52/5.90  
% 44.52/5.90  fork 6: search terminated without proof.
% 44.52/5.92  
% 44.52/5.92  
% 44.52/5.92  fork 5: search terminated without proof.
% 44.52/5.92  
% 44.52/5.92  **** run 127 fork 6 starts with strategy
% 44.52/5.92  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 44.52/5.94  
% 44.52/5.94  **** run 126 fork 5 starts with strategy
% 44.52/5.94  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 46.25/6.14  
% 46.25/6.14  
% 46.25/6.14  fork 0: search terminated without proof.
% 46.25/6.15  
% 46.25/6.15  
% 46.25/6.15  fork 2: search terminated without proof.
% 46.25/6.16  
% 46.25/6.16  **** run 129 fork 0 starts with strategy
% 46.25/6.16  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 46.25/6.17  
% 46.25/6.17  **** run 131 fork 2 starts with strategy
% 46.25/6.17  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 46.98/6.23  
% 46.98/6.23  
% 46.98/6.23  fork 3: search terminated without proof.
% 46.98/6.24  
% 46.98/6.24  
% 46.98/6.24  fork 1: search terminated without proof.
% 46.98/6.25  
% 46.98/6.25  
% 46.98/6.25  fork 4: search terminated without proof.
% 46.98/6.26  
% 46.98/6.26  **** run 132 fork 3 starts with strategy
% 46.98/6.26  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 46.98/6.27  
% 46.98/6.27  **** run 130 fork 1 starts with strategy
% 46.98/6.27  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 46.98/6.28  
% 46.98/6.28  **** run 141 fork 4 starts with strategy
% 46.98/6.28  {"max_dseconds":10,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 47.66/6.30  
% 47.66/6.30  fork 4: search finished without proof.
% 47.66/6.32  
% 47.66/6.32  **** run 149 fork 4 starts with strategy
% 47.66/6.32  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 52.37/6.88  
% 52.37/6.88  
% 52.37/6.88  fork 7: search terminated without proof.
% 52.37/6.91  
% 52.37/6.91  **** run 136 fork 7 starts with strategy
% 52.37/6.91  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 52.37/6.96  
% 52.37/6.96  
% 52.37/6.96  fork 5: search terminated without proof.
% 52.37/6.96  
% 52.37/6.96  
% 52.37/6.96  fork 6: search terminated without proof.
% 53.13/6.98  
% 53.13/6.98  **** run 134 fork 5 starts with strategy
% 53.13/6.98  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 53.13/6.99  
% 53.13/6.99  **** run 135 fork 6 starts with strategy
% 53.13/6.99  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 54.75/7.18  
% 54.75/7.18  
% 54.75/7.18  fork 0: search terminated without proof.
% 54.75/7.20  
% 54.75/7.20  
% 54.75/7.20  fork 2: search terminated without proof.
% 54.75/7.20  
% 54.75/7.20  **** run 137 fork 0 starts with strategy
% 54.75/7.20  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 54.75/7.23  
% 54.75/7.23  **** run 139 fork 2 starts with strategy
% 54.75/7.23  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":3}
% 54.75/7.27  
% 54.75/7.27  fork 3: search finished without proof.
% 55.59/7.28  
% 55.59/7.28  
% 55.59/7.28  fork 1: search terminated without proof.
% 55.59/7.30  
% 55.59/7.30  **** run 140 fork 3 starts with strategy
% 55.59/7.30  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 55.75/7.31  
% 55.75/7.31  **** run 138 fork 1 starts with strategy
% 55.75/7.31  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 55.96/7.34  
% 55.96/7.34  
% 55.96/7.34  fork 4: search terminated without proof.
% 55.96/7.37  
% 55.96/7.37  **** run 157 fork 4 starts with strategy
% 55.96/7.37  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":10}
% 60.75/7.93  
% 60.75/7.93  
% 60.75/7.93  fork 7: search terminated without proof.
% 60.75/7.96  
% 60.75/7.96  **** run 144 fork 7 starts with strategy
% 60.75/7.96  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 60.75/8.00  
% 60.75/8.00  
% 60.75/8.00  fork 5: search terminated without proof.
% 61.42/8.03  
% 61.42/8.03  **** run 142 fork 5 starts with strategy
% 61.42/8.03  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 61.42/8.04  
% 61.42/8.04  
% 61.42/8.04  fork 6: search terminated without proof.
% 61.42/8.07  
% 61.42/8.07  **** run 143 fork 6 starts with strategy
% 61.42/8.07  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 63.01/8.22  
% 63.01/8.22  fork 2: search finished without proof.
% 63.14/8.23  
% 63.14/8.23  
% 63.14/8.23  fork 0: search terminated without proof.
% 63.14/8.24  
% 63.14/8.24  **** run 147 fork 2 starts with strategy
% 63.14/8.24  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 63.14/8.25  
% 63.14/8.25  **** run 145 fork 0 starts with strategy
% 63.14/8.25  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 63.82/8.32  
% 63.82/8.32  
% 63.82/8.32  fork 3: search terminated without proof.
% 63.82/8.33  
% 63.82/8.33  
% 63.82/8.33  fork 1: search terminated without proof.
% 63.82/8.34  
% 63.82/8.34  **** run 148 fork 3 starts with strategy
% 63.82/8.34  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 63.82/8.36  
% 63.82/8.36  **** run 146 fork 1 starts with strategy
% 63.82/8.36  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 63.82/8.39  
% 63.82/8.39  
% 63.82/8.39  fork 4: search terminated without proof.
% 64.48/8.42  
% 64.48/8.42  **** run 165 fork 4 starts with strategy
% 64.48/8.42  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 68.40/8.95  
% 68.40/8.95  fork 5: search finished without proof.
% 68.40/8.97  
% 68.40/8.97  fork 7: search finished without proof.
% 68.40/8.97  
% 68.40/8.97  **** run 150 fork 5 starts with strategy
% 68.40/8.97  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":2}
% 69.10/8.99  
% 69.10/8.99  **** run 152 fork 7 starts with strategy
% 69.10/8.99  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 69.96/9.18  
% 69.96/9.18  
% 69.96/9.18  fork 6: search terminated without proof.
% 69.96/9.20  
% 69.96/9.20  **** run 151 fork 6 starts with strategy
% 69.96/9.20  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 70.77/9.27  
% 70.77/9.27  
% 70.77/9.27  fork 2: search terminated without proof.
% 70.77/9.28  
% 70.77/9.28  
% 70.77/9.28  fork 0: search terminated without proof.
% 70.77/9.29  
% 70.77/9.29  **** run 155 fork 2 starts with strategy
% 70.77/9.29  {"max_dseconds":10,"strategy":["unit","pure_unit"],"query_preference":0}
% 71.54/9.30  
% 71.54/9.30  **** run 153 fork 0 starts with strategy
% 71.54/9.30  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 71.54/9.31  
% 71.54/9.31  fork 2: search finished without proof.
% 71.54/9.33  
% 71.54/9.33  **** run 163 fork 2 starts with strategy
% 71.54/9.33  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 71.54/9.35  
% 71.54/9.35  fork 3: search finished without proof.
% 71.54/9.37  
% 71.54/9.37  **** run 156 fork 3 starts with strategy
% 71.54/9.37  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 72.29/9.39  
% 72.29/9.39  fork 3: search finished without proof.
% 72.29/9.41  
% 72.29/9.41  **** run 164 fork 3 starts with strategy
% 72.29/9.41  {"max_dseconds":10,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 72.29/9.43  
% 72.29/9.43  fork 3: search finished without proof.
% 72.29/9.44  
% 72.29/9.44  
% 72.29/9.44  fork 1: search terminated without proof.
% 72.29/9.45  
% 72.29/9.45  **** run 172 fork 3 starts with strategy
% 72.29/9.45  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 72.29/9.46  
% 72.29/9.46  
% 72.29/9.46  fork 4: search terminated without proof.
% 72.29/9.46  
% 72.29/9.46  **** run 154 fork 1 starts with strategy
% 72.29/9.46  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 72.29/9.48  
% 72.29/9.48  **** run 173 fork 4 starts with strategy
% 72.29/9.48  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 73.14/9.50  
% 73.14/9.50  fork 1: search finished without proof.
% 73.17/9.51  
% 73.17/9.51  fork 4: search finished without proof.
% 73.23/9.52  
% 73.23/9.52  **** run 162 fork 1 starts with strategy
% 73.23/9.52  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 73.23/9.53  
% 73.23/9.53  **** run 181 fork 4 starts with strategy
% 73.23/9.53  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":10}
% 75.46/9.81  
% 75.46/9.81  fork 5: search finished without proof.
% 75.46/9.83  
% 75.46/9.83  **** run 158 fork 5 starts with strategy
% 75.46/9.83  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":10}
% 76.38/9.93  
% 76.38/9.93  fork 7: search finished without proof.
% 76.38/9.96  
% 76.38/9.96  **** run 160 fork 7 starts with strategy
% 76.38/9.96  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 78.87/10.24  
% 78.87/10.24  
% 78.87/10.24  fork 6: search terminated without proof.
% 78.87/10.27  
% 78.87/10.27  **** run 159 fork 6 starts with strategy
% 78.87/10.27  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":10}
% 79.52/10.32  
% 79.52/10.32  
% 79.52/10.32  fork 0: search terminated without proof.
% 79.52/10.35  
% 79.52/10.35  
% 79.52/10.35  fork 2: search terminated without proof.
% 79.52/10.35  
% 79.52/10.35  **** run 161 fork 0 starts with strategy
% 79.52/10.35  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 79.52/10.37  
% 79.52/10.37  **** run 171 fork 2 starts with strategy
% 79.52/10.37  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 80.17/10.39  
% 80.17/10.39  fork 3: search finished without proof.
% 80.17/10.41  
% 80.17/10.41  **** run 180 fork 3 starts with strategy
% 80.17/10.41  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 81.25/10.54  
% 81.25/10.54  
% 81.25/10.54  fork 1: search terminated without proof.
% 81.25/10.55  
% 81.25/10.55  
% 81.25/10.55  fork 4: search terminated without proof.
% 81.25/10.57  
% 81.25/10.57  **** run 189 fork 4 starts with strategy
% 81.25/10.57  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1}
% 81.25/10.57  
% 81.25/10.57  **** run 170 fork 1 starts with strategy
% 81.25/10.57  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 83.68/10.85  
% 83.68/10.85  
% 83.68/10.85  fork 5: search terminated without proof.
% 83.68/10.87  
% 83.68/10.87  **** run 166 fork 5 starts with strategy
% 83.68/10.87  {"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}
% 83.68/10.90  
% 83.68/10.90  fork 7: search finished without proof.
% 84.44/10.92  
% 84.44/10.92  **** run 168 fork 7 starts with strategy
% 84.44/10.92  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 87.47/11.30  
% 87.47/11.30  
% 87.47/11.30  fork 6: search terminated without proof.
% 87.47/11.31  
% 87.47/11.31  fork 2: search finished without proof.
% 87.47/11.33  
% 87.47/11.33  **** run 167 fork 6 starts with strategy
% 87.47/11.33  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 87.47/11.33  
% 87.47/11.33  **** run 179 fork 2 starts with strategy
% 87.47/11.33  {"max_dseconds":10,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 87.47/11.37  
% 87.47/11.37  
% 87.47/11.37  fork 0: search terminated without proof.
% 88.19/11.39  
% 88.19/11.39  **** run 169 fork 0 starts with strategy
% 88.19/11.39  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 88.49/11.43  
% 88.49/11.43  fork 3: search finished without proof.
% 88.49/11.45  
% 88.49/11.45  **** run 188 fork 3 starts with strategy
% 88.49/11.45  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1}
% 89.76/11.59  
% 89.76/11.59  
% 89.76/11.59  fork 1: search terminated without proof.
% 89.76/11.62  
% 89.76/11.62  **** run 178 fork 1 starts with strategy
% 89.76/11.62  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 92.21/11.89  
% 92.21/11.89  
% 92.21/11.89  fork 5: search terminated without proof.
% 92.21/11.91  
% 92.21/11.91  **** run 174 fork 5 starts with strategy
% 92.21/11.91  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 92.21/11.94  
% 92.21/11.94  
% 92.21/11.94  fork 7: search terminated without proof.
% 92.21/11.96  
% 92.21/11.96  **** run 176 fork 7 starts with strategy
% 92.21/11.96  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":10}
% 95.59/12.35  
% 95.59/12.35  
% 95.59/12.35  fork 2: search terminated without proof.
% 95.59/12.37  
% 95.59/12.37  
% 95.59/12.37  fork 6: search terminated without proof.
% 95.59/12.38  
% 95.59/12.38  **** run 187 fork 2 starts with strategy
% 95.59/12.38  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 95.59/12.39  
% 95.59/12.39  fork 0: search finished without proof.
% 95.59/12.39  
% 95.59/12.39  **** run 175 fork 6 starts with strategy
% 95.59/12.39  {"max_dseconds":10,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 96.38/12.41  
% 96.38/12.41  **** run 177 fork 0 starts with strategy
% 96.38/12.41  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":10}
% 97.82/12.64  
% 97.82/12.64  
% 97.82/12.64  fork 1: search terminated without proof.
% 97.82/12.67  
% 97.82/12.67  **** run 186 fork 1 starts with strategy
% 97.82/12.67  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 100.26/12.93  
% 100.26/12.93  
% 100.26/12.93  fork 5: search terminated without proof.
% 100.26/12.95  
% 100.26/12.95  **** run 182 fork 5 starts with strategy
% 100.26/12.95  {"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}
% 100.26/12.99  
% 100.26/12.99  
% 100.26/12.99  fork 7: search terminated without proof.
% 101.00/13.01  
% 101.00/13.01  **** run 184 fork 7 starts with strategy
% 101.00/13.01  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 104.19/13.43  
% 104.19/13.43  
% 104.19/13.43  fork 0: search terminated without proof.
% 104.19/13.44  
% 104.19/13.44  
% 104.19/13.44  fork 6: search terminated without proof.
% 104.19/13.47  
% 104.19/13.47  **** run 183 fork 6 starts with strategy
% 104.19/13.47  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":10}
% 104.19/13.47  
% 104.19/13.47  **** run 185 fork 0 starts with strategy
% 104.19/13.47  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":10}
% 105.86/13.69  
% 105.86/13.69  
% 105.86/13.69  fork 1: search terminated without proof.
% 106.59/13.71  
% 106.59/13.71  **** run 194 fork 1 starts with strategy
% 106.59/13.71  {"max_dseconds":50,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 108.26/13.97  
% 108.26/13.97  
% 108.26/13.97  fork 5: search terminated without proof.
% 108.89/13.99  
% 108.89/13.99  **** run 190 fork 5 starts with strategy
% 108.89/13.99  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 108.89/14.04  
% 108.89/14.04  
% 108.89/14.04  fork 7: search terminated without proof.
% 108.89/14.07  
% 108.89/14.07  **** run 192 fork 7 starts with strategy
% 108.89/14.07  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 112.41/14.48  
% 112.41/14.48  fork 6: search finished without proof.
% 112.41/14.49  
% 112.41/14.49  
% 112.41/14.49  fork 0: search terminated without proof.
% 112.41/14.50  
% 112.41/14.50  **** run 191 fork 6 starts with strategy
% 112.41/14.50  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 112.41/14.51  
% 112.41/14.51  **** run 193 fork 0 starts with strategy
% 112.41/14.51  {"max_dseconds":50,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 121.65/15.59  
% 121.65/15.59  
% 121.65/15.59  fork 4: search terminated without proof.
% 121.89/15.64  
% 121.89/15.64  **** run 197 fork 4 starts with strategy
% 121.89/15.64  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":1}
% 128.04/16.47  
% 128.04/16.47  
% 128.04/16.47  fork 3: search terminated without proof.
% 128.85/16.51  
% 128.85/16.51  **** run 196 fork 3 starts with strategy
% 128.85/16.51  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0}
% 136.05/17.47  
% 136.05/17.47  
% 136.05/17.47  fork 2: search terminated without proof.
% 136.80/17.51  
% 136.80/17.51  **** run 195 fork 2 starts with strategy
% 136.80/17.51  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 146.29/18.73  
% 146.29/18.73  
% 146.29/18.73  fork 1: search terminated without proof.
% 146.29/18.76  
% 146.29/18.76  **** run 202 fork 1 starts with strategy
% 146.29/18.76  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 148.61/19.01  
% 148.61/19.01  
% 148.61/19.01  fork 5: search terminated without proof.
% 148.61/19.03  
% 148.61/19.03  **** run 198 fork 5 starts with strategy
% 148.61/19.03  {"max_dseconds":50,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 149.47/19.09  
% 149.47/19.09  
% 149.47/19.09  fork 7: search terminated without proof.
% 149.77/19.12  
% 149.77/19.12  **** run 200 fork 7 starts with strategy
% 149.77/19.12  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 152.89/19.55  
% 152.89/19.55  
% 152.89/19.55  fork 6: search terminated without proof.
% 152.89/19.58  
% 152.89/19.58  **** run 199 fork 6 starts with strategy
% 152.89/19.58  {"max_dseconds":50,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 153.55/19.60  
% 153.55/19.60  
% 153.55/19.60  fork 0: search terminated without proof.
% 153.55/19.63  
% 153.55/19.63  **** run 201 fork 0 starts with strategy
% 153.55/19.63  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 162.34/20.73  
% 162.34/20.73  
% 162.34/20.73  fork 4: search terminated without proof.
% 162.34/20.75  
% 162.34/20.75  **** run 205 fork 4 starts with strategy
% 162.34/20.75  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 169.61/21.65  
% 169.61/21.65  
% 169.61/21.65  fork 3: search terminated without proof.
% 169.61/21.68  
% 169.61/21.68  **** run 204 fork 3 starts with strategy
% 169.61/21.68  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 174.14/22.25  
% 174.14/22.25  
% 174.14/22.25  result: proof found
% 174.14/22.25  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 174.14/22.25  by run 204 fork 3 strategy {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 174.14/22.25  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 174.14/22.25  
% 174.14/22.25  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 174.14/22.25  
% 174.14/22.25  run 204 fork 3 statistics:
% 174.14/22.25  ----------------------------------
% 174.14/22.25  this run seconds: 0.220436
% 174.14/22.25  total seconds: 21.479843
% 174.14/22.25  stat_given_used: 842
% 174.14/22.25  stat_given_used_at_endgame: 0
% 174.14/22.25  stat_given_candidates:   5912
% 174.14/22.25  stat_given_candidates_at_endgame: 0
% 174.14/22.25  stat_given_candidates_h: 0
% 174.14/22.25  stat_binres_derived_cl:   20501
% 174.14/22.25  stat_binres_derived_cl_h: 0
% 174.14/22.25  stat_factor_derived_cl: 39
% 174.14/22.25  stat_para_derived_cl: 47642
% 174.14/22.25  stat_tautologies_discarded: 227
% 174.14/22.25  stat_forward_subsumed: 10386
% 174.14/22.25  stat_derived_cut: 208
% 174.14/22.25  stat_derived_rewritten: 1394
% 174.14/22.25  stat_weight_discarded_building: 0
% 174.14/22.25  stat_weight_discarded_cl: 38874
% 174.14/22.25  stat_internlimit_discarded_cl: 0
% 174.14/22.25  stat_simplified:  1394 simplified 0 derived 0 given
% 174.14/22.25  stat_kept_cl: 17239
% 174.14/22.25  stat_built_cl: 59191
% 174.14/22.25  stat_hyperres_partial_cl: 0
% 174.14/22.25  stat_made_rewriters: 38
% 174.14/22.25  stat_backward_subsumed: 0
% 174.14/22.25  stat_propagated_subsumed: 0
% 174.14/22.25  stat_clsubs_attempted:                     44735
% 174.14/22.25  stat_clsubs_fact_groundunit_found:             5
% 174.14/22.25  stat_clsubs_rule_groundunit_found:            39
% 174.14/22.25  stat_clsubs_top_meta_attempted:             800704
% 174.14/22.25  stat_clsubs_top_meta_failed:                755969
% 174.14/22.25  stat_clsubs_top_meta_nonpref_attempted:              800704
% 174.14/22.25  stat_clsubs_top_meta_nonpref_succeeded:              180717
% 174.14/22.25  stat_clsubs_top_meta_pref_attempted:                 180717
% 174.14/22.25  stat_clsubs_top_meta_pref1_succeeded:                 69165
% 174.14/22.25  stat_clsubs_top_meta_pref2_succeeded:                 49750
% 174.14/22.25  stat_clsubs_top_meta_pref3_succeeded:                 44735
% 174.14/22.25  stat_clsubs_top_meta_pref_succeeded:                  44735
% 174.14/22.25  stat_clsubs_meta_attempted:                64243
% 174.14/22.25  stat_clsubs_meta_failed:                   24984
% 174.14/22.25  stat_clsubs_predsymbs_attempted:               0
% 174.14/22.25  stat_clsubs_unit_attempted:                13905
% 174.14/22.25  stat_clsubs_full_attempted:                30830
% 174.14/22.25  stat_forwardsubs_attempted:                66499
% 174.14/22.25  stat_lit_hash_added:                  25703
% 174.14/22.25  stat_lit_hash_computed:              130617
% 174.14/22.25  stat_lit_hash_match_found:            13143
% 174.14/22.25  stat_lit_hash_match_miss:            168236
% 174.14/22.25  stat_lit_hash_cut_ok:                   853
% 174.14/22.25  stat_lit_strong_cut_ok:                   0
% 174.14/22.25  stat_lit_hash_subsume_ok:             10386
% 174.14/22.25  clqueue els 10000000 used 1
% 174.14/22.25  clactive els 10000000 used 843
% 174.14/22.25  clactivesubsume els 10000000 used 4171
% 174.14/22.25  queue_termbuf els 200000000 used 1297215
% 174.14/22.25  hyper_termbuf els 100000000 used 1
% 174.14/22.25  active_termbuf els 100000000 used 32506
% 174.14/22.25  varstack els 5000 last used 1
% 174.14/22.25  given_termbuf els 10000000 last used 1
% 174.14/22.25  simplified_termbuf els 10000000 last used 1
% 174.14/22.25  derived_termbuf els 10000000 last used 36
% 174.14/22.25  wr_mallocs: 14333
% 174.14/22.25  wr_callocs: 19
% 174.14/22.25  wr_reallocs: 6974
% 174.14/22.25  wr_frees: 2
% 174.14/22.25  wr_malloc_bytes: 4163191860
% 174.14/22.25  wr_calloc_bytes: 96065504
% 174.14/22.25  wr_realloc_bytes: 1254456
% 174.14/22.25  wr_realloc_freebytes: 0
% 174.14/22.25  ----------------------------------
%------------------------------------------------------------------------------