TSTP Solution File: LCL211-3 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : LCL211-3 : TPTP v8.1.2. Released v2.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n014.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 07:37:57 EDT 2023

% Result   : Unsatisfiable 21.22s 3.21s
% Output   : CNFRefutation 21.22s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_implies_definition')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    implies(X,Y) = or(not(X),Y),
    inference(cnf_transformation,[],['$inc_implies_definition']) ).

cnf('2',plain,
    axiom(implies(or(X,or(Y,Z)),or(Y,or(X,Z)))),
    inference(cnf_transformation,[],['$inc_axiom_1_5']) ).

cnf('3',plain,
    ( ~ theorem(implies(X,Y))
    | ~ theorem(X)
    | theorem(Y) ),
    inference(cnf_transformation,[],['$inc_rule_2']) ).

cnf('4',plain,
    ( ~ axiom(X)
    | theorem(X) ),
    inference(cnf_transformation,[],['$inc_rule_1']) ).

cnf('5',plain,
    ( ~ axiom(implies(X,Y))
    | ~ theorem(X)
    | theorem(Y) ),
    inference(resolution,[],['3','4']) ).

cnf('6',plain,
    ( ~ theorem(or(X,or(Y,Z)))
    | theorem(or(Y,or(X,Z))) ),
    inference(resolution,[],['2','5']) ).

cnf('7',plain,
    ( ~ axiom(or(X,or(Y,Z)))
    | theorem(or(Y,or(X,Z))) ),
    inference(resolution,[],['6','4']) ).

cnf('8',plain,
    axiom(implies(or(X,Y),or(Y,X))),
    inference(cnf_transformation,[],['$inc_axiom_1_4']) ).

cnf('9',plain,
    ( ~ theorem(or(X,Y))
    | theorem(or(Y,X)) ),
    inference(resolution,[],['5','8']) ).

cnf('10',plain,
    ( theorem(or(or(X,Y),Z))
    | ~ axiom(or(X,or(Z,Y))) ),
    inference(resolution,[],['7','9']) ).

cnf('11',plain,
    axiom(implies(X,or(Y,X))),
    inference(cnf_transformation,[],['$inc_axiom_1_3']) ).

cnf('12',plain,
    ( theorem(or(X,Y))
    | ~ theorem(Y) ),
    inference(resolution,[],['5','11']) ).

cnf('13',plain,
    ( theorem(or(X,or(Y,Z)))
    | ~ theorem(or(X,Z)) ),
    inference(resolution,[],['6','12']) ).

cnf('14',plain,
    axiom(implies(or(X,X),X)),
    inference(cnf_transformation,[],['$inc_axiom_1_2']) ).

cnf('15',plain,
    ( ~ theorem(or(X,X))
    | theorem(X) ),
    inference(resolution,[],['5','14']) ).

cnf('16',plain,
    ( ~ theorem(or(or(X,Y),Y))
    | theorem(or(X,Y)) ),
    inference(resolution,[],['13','15']) ).

cnf('17',plain,
    ( ~ axiom(or(X,or(Y,Y)))
    | theorem(or(X,Y)) ),
    inference(resolution,[],['10','16']) ).

cnf('18',plain,
    ( ~ axiom(implies(X3,or(Y3,Y3)))
    | theorem(or(not(X3),Y3)) ),
    inference(paramodulation,[],['1','17']) ).

cnf('19',plain,
    ( ~ axiom(implies(X,or(Y,Y)))
    | theorem(implies(X,Y)) ),
    inference(simplify,[],['18','1']) ).

cnf('20',plain,
    theorem(implies(X,X)),
    inference(resolution,[],['19','11']) ).

cnf('21',plain,
    ( theorem(or(X,not(Y)))
    | ~ theorem(implies(Y,X)) ),
    inference(paramodulation,[],['1','9']) ).

cnf('22',plain,
    ( ~ theorem(implies(X,not(Y)))
    | theorem(implies(Y,not(X))) ),
    inference(paramodulation,[],['1','21']) ).

cnf('23',plain,
    theorem(implies(X,not(not(X)))),
    inference(resolution,[],['20','22']) ).

cnf('24',plain,
    axiom(implies(implies(X,Y),implies(or(Z,X),or(Z,Y)))),
    inference(cnf_transformation,[],['$inc_axiom_1_6']) ).

cnf('25',plain,
    ( theorem(implies(or(X,Y),or(X,Z)))
    | ~ theorem(implies(Y,Z)) ),
    inference(resolution,[],['24','5']) ).

cnf('26',plain,
    ( ~ theorem(implies(X,Y))
    | ~ theorem(or(Z,X))
    | theorem(or(Z,Y)) ),
    inference(resolution,[],['25','3']) ).

cnf('27',plain,
    ( theorem(or(X,not(not(Y))))
    | ~ theorem(or(X,Y)) ),
    inference(resolution,[],['23','26']) ).

cnf('28',plain,
    axiom(implies(or(X,not(Y)),implies(Y,X))),
    inference(paramodulation,[],['1','8']) ).

cnf('29',plain,
    ( ~ theorem(or(X,not(Y)))
    | theorem(implies(Y,X)) ),
    inference(resolution,[],['28','5']) ).

cnf('30',plain,
    ( theorem(implies(not(X),Y))
    | ~ theorem(or(Y,X)) ),
    inference(resolution,[],['27','29']) ).

cnf('31',plain,
    ~ theorem(implies(not(q),implies(or(p,q),p))),
    inference(cnf_transformation,[],[prove_this]) ).

cnf('32',plain,
    ~ theorem(or(implies(or(p,q),p),q)),
    inference(resolution,[],['30','31']) ).

cnf('33',plain,
    ( theorem(or(Y3,or(not(X3),Z3)))
    | ~ theorem(implies(X3,or(Y3,Z3))) ),
    inference(paramodulation,[],['1','6']) ).

cnf('34',plain,
    ( theorem(or(X,implies(Y,Z)))
    | ~ theorem(implies(Y,or(X,Z))) ),
    inference(simplify,[],['33','1']) ).

cnf('35',plain,
    ( theorem(or(implies(X,Y),Z))
    | ~ theorem(implies(X,or(Z,Y))) ),
    inference(resolution,[],['34','9']) ).

cnf('36',plain,
    ~ theorem(implies(or(p,q),or(q,p))),
    inference(resolution,[],['32','35']) ).

cnf('37',plain,
    axiom(implies(or(X0,X1),or(X1,X0))),
    inference(cnf_transformation,[],['$inc_axiom_1_4']) ).

cnf('38',plain,
    $false,
    inference(resolution,[then_simplify],['36','4','37']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : LCL211-3 : TPTP v8.1.2. Released v2.3.0.
% 0.00/0.14  % Command  : gkc %s
% 0.15/0.35  % Computer : n014.cluster.edu
% 0.15/0.35  % Model    : x86_64 x86_64
% 0.15/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.35  % Memory   : 8042.1875MB
% 0.15/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.35  % CPULimit : 300
% 0.15/0.35  % WCLimit  : 300
% 0.15/0.35  % DateTime : Thu Aug 24 17:32:03 EDT 2023
% 0.15/0.35  % CPUTime  : 
% 0.21/0.39  
% 0.21/0.39  input clause set summed statistics:
% 0.21/0.39  ----------------------------------
% 0.21/0.39  in_clause_count:                     9
% 0.21/0.39  in_rule_clause_count:                9
% 0.21/0.39  in_fact_clause_count:                0
% 0.21/0.39  in_answer_clause_count:              0
% 0.21/0.39  in_ground_clause_count:              1
% 0.21/0.39  in_unit_clause_count:                7
% 0.21/0.39  in_horn_clause_count:                9
% 0.21/0.39  in_pos_clause_count:                 6
% 0.21/0.39  in_neg_clause_count:                 1
% 0.21/0.39  in_poseq_clause_count:               1
% 0.21/0.39  in_negeq_clause_count:               0
% 0.21/0.39  in_unitposeq_clause_count:           1
% 0.21/0.39  in_chain_clause_count:               1
% 0.21/0.39  in_min_length:             1
% 0.21/0.39  in_max_length:             3
% 0.21/0.39  in_min_depth:              1
% 0.21/0.39  in_max_depth:              4
% 0.21/0.39  in_min_size:               4
% 0.21/0.39  in_max_size:              12
% 0.21/0.39  in_min_vars:               0
% 0.21/0.39  in_max_vars:               3
% 0.21/0.39  in_extaxiom_count:                 8
% 0.21/0.39  in_axiom_count:                    0
% 0.21/0.39  in_assumption_count:               0
% 0.21/0.39  in_goal_count:                     1
% 0.21/0.39  in_neg_goal_count:                 1
% 0.21/0.39  in_pos_goal_count:                 0
% 0.21/0.39  in_posunit_goal_count:             0
% 0.21/0.39  
% 0.21/0.39  auto guide:
% 0.21/0.39  -----------
% 0.21/0.39  {
% 0.21/0.39  "print":1,
% 0.21/0.39  "print_level": 15,
% 0.21/0.39  "max_size": 0,
% 0.21/0.39  "max_depth": 0,
% 0.21/0.39  "max_length": 0,
% 0.21/0.39  "max_dseconds": 0,
% 0.21/0.39  "runs":[
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.21/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.21/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.21/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.21/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.21/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.21/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.21/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.21/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.21/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.21/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.21/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.21/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.21/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.21/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.21/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.21/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.21/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.21/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.21/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.21/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.21/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":250, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["hardness_pref", "posunitpara"], "query_preference":0} 
% 0.21/0.40  
% 0.21/0.40  ]}
% 0.21/0.40  
% 0.21/0.40  
% 0.21/0.40  **** run 1 fork 0 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.21/0.40  
% 0.21/0.40  **** run 2 fork 1 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.21/0.40  
% 0.21/0.40  **** run 3 fork 2 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.40  
% 0.21/0.40  **** run 4 fork 3 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 0.21/0.40  
% 0.21/0.40  **** run 5 fork 4 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.40  
% 0.21/0.40  **** run 6 fork 5 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.21/0.40  
% 0.21/0.40  **** run 7 fork 6 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.21/0.40  
% 0.21/0.40  **** run 8 fork 7 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.21/0.52  
% 0.21/0.52  fork 5: search finished without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 0: search terminated without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 2: search terminated without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 3: search terminated without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 1: search terminated without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 4: search terminated without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 6: search terminated without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 7: search terminated without proof.
% 0.21/0.55  
% 0.21/0.55  **** run 14 fork 5 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.21/0.55  
% 0.21/0.55  **** run 13 fork 4 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0}
% 0.21/0.55  
% 0.21/0.55  **** run 15 fork 6 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.21/0.55  
% 0.21/0.55  **** run 10 fork 1 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.21/0.55  
% 0.21/0.55  **** run 16 fork 7 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.21/0.56  
% 0.21/0.56  **** run 12 fork 3 starts with strategy
% 0.21/0.56  
% 0.21/0.56  **** run 9 fork 0 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.21/0.56  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.21/0.56  
% 0.21/0.56  **** run 11 fork 2 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 5: search terminated without proof.
% 0.21/0.66  
% 0.21/0.66  fork 4: search finished without proof.
% 0.21/0.67  
% 0.21/0.67  
% 0.21/0.67  fork 1: search terminated without proof.
% 0.21/0.67  
% 0.21/0.67  fork 2: search finished without proof.
% 0.21/0.67  
% 0.21/0.67  
% 0.21/0.67  fork 6: search terminated without proof.
% 0.21/0.67  
% 0.21/0.67  
% 0.21/0.67  fork 7: search terminated without proof.
% 0.21/0.67  
% 0.21/0.67  
% 0.21/0.67  fork 0: search terminated without proof.
% 0.21/0.67  
% 0.21/0.67  
% 0.21/0.67  fork 3: search terminated without proof.
% 0.21/0.69  
% 0.21/0.69  **** run 22 fork 5 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.21/0.69  
% 0.21/0.69  **** run 21 fork 4 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.21/0.69  
% 0.21/0.69  **** run 17 fork 0 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 0.21/0.69  
% 0.21/0.69  **** run 20 fork 3 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.21/0.69  
% 0.21/0.69  **** run 18 fork 1 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 0.21/0.70  
% 0.21/0.70  **** run 19 fork 2 starts with strategy
% 0.21/0.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.21/0.70  
% 0.21/0.70  **** run 24 fork 7 starts with strategy
% 0.21/0.70  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 0.21/0.70  
% 0.21/0.70  **** run 23 fork 6 starts with strategy
% 0.21/0.70  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 0.21/0.72  
% 0.21/0.72  fork 7: search finished without proof.
% 0.21/0.73  
% 0.21/0.73  fork 0: search finished without proof.
% 0.21/0.74  
% 0.21/0.74  fork 6: search finished without proof.
% 0.21/0.75  
% 0.21/0.75  **** run 25 fork 0 starts with strategy
% 0.21/0.75  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.21/0.75  
% 0.21/0.75  **** run 32 fork 7 starts with strategy
% 0.21/0.75  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.75  
% 0.21/0.75  **** run 31 fork 6 starts with strategy
% 0.21/0.75  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 0.21/0.80  
% 0.21/0.80  fork 4: search finished without proof.
% 0.21/0.82  
% 0.21/0.82  **** run 29 fork 4 starts with strategy
% 0.21/0.82  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 0.21/0.83  
% 0.21/0.83  
% 0.21/0.83  fork 5: search terminated without proof.
% 0.21/0.84  
% 0.21/0.84  
% 0.21/0.84  fork 2: search terminated without proof.
% 0.21/0.85  
% 0.21/0.85  **** run 30 fork 5 starts with strategy
% 0.21/0.85  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.21/0.85  
% 0.21/0.85  **** run 27 fork 2 starts with strategy
% 0.21/0.85  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 0.21/0.86  
% 0.21/0.86  fork 7: search finished without proof.
% 0.21/0.87  
% 0.21/0.87  
% 0.21/0.87  fork 0: search terminated without proof.
% 2.87/0.88  
% 2.87/0.88  fork 6: search finished without proof.
% 3.80/0.89  
% 3.80/0.89  **** run 33 fork 0 starts with strategy
% 3.80/0.89  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 3.80/0.89  
% 3.80/0.89  **** run 40 fork 7 starts with strategy
% 3.80/0.89  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 3.80/0.89  
% 3.80/0.89  
% 3.80/0.89  fork 3: search terminated without proof.
% 3.80/0.90  
% 3.80/0.90  **** run 39 fork 6 starts with strategy
% 3.80/0.90  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 3.80/0.91  
% 3.80/0.91  fork 1: search finished without proof.
% 3.80/0.92  
% 3.80/0.92  **** run 28 fork 3 starts with strategy
% 3.80/0.92  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 3.80/0.93  
% 3.80/0.93  fork 7: search finished without proof.
% 3.80/0.93  
% 3.80/0.93  
% 3.80/0.93  fork 4: search terminated without proof.
% 3.80/0.94  
% 3.80/0.94  **** run 26 fork 1 starts with strategy
% 3.80/0.94  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 3.80/0.95  
% 3.80/0.95  **** run 48 fork 7 starts with strategy
% 3.80/0.95  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 3.80/0.95  
% 3.80/0.95  **** run 37 fork 4 starts with strategy
% 3.80/0.95  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 4.45/0.98  
% 4.45/0.98  
% 4.45/0.98  fork 5: search terminated without proof.
% 4.60/0.98  
% 4.60/0.98  fork 2: search finished without proof.
% 4.60/0.99  
% 4.60/0.99  **** run 38 fork 5 starts with strategy
% 4.60/0.99  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 4.60/1.00  
% 4.60/1.00  **** run 35 fork 2 starts with strategy
% 4.60/1.00  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 4.60/1.01  
% 4.60/1.01  
% 4.60/1.01  fork 0: search terminated without proof.
% 4.60/1.02  
% 4.60/1.02  
% 4.60/1.02  fork 6: search terminated without proof.
% 4.90/1.03  
% 4.90/1.03  **** run 41 fork 0 starts with strategy
% 4.90/1.03  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 4.99/1.03  
% 4.99/1.03  **** run 47 fork 6 starts with strategy
% 4.99/1.03  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.99/1.04  
% 4.99/1.04  fork 3: search finished without proof.
% 4.99/1.05  
% 4.99/1.05  
% 4.99/1.05  fork 1: search terminated without proof.
% 4.99/1.06  
% 4.99/1.06  **** run 36 fork 3 starts with strategy
% 4.99/1.06  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 4.99/1.07  
% 4.99/1.07  
% 4.99/1.07  fork 7: search terminated without proof.
% 4.99/1.08  
% 4.99/1.08  **** run 34 fork 1 starts with strategy
% 4.99/1.08  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 4.99/1.08  
% 4.99/1.08  
% 4.99/1.08  fork 4: search terminated without proof.
% 4.99/1.09  
% 4.99/1.09  **** run 56 fork 7 starts with strategy
% 4.99/1.09  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 4.99/1.10  
% 4.99/1.10  **** run 45 fork 4 starts with strategy
% 4.99/1.10  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 4.99/1.11  
% 4.99/1.11  fork 2: search finished without proof.
% 5.61/1.11  
% 5.61/1.11  fork 5: search finished without proof.
% 5.61/1.12  
% 5.61/1.12  fork 4: search finished without proof.
% 5.61/1.12  
% 5.61/1.12  **** run 43 fork 2 starts with strategy
% 5.61/1.12  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 5.61/1.13  
% 5.61/1.13  **** run 46 fork 5 starts with strategy
% 5.61/1.13  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 5.61/1.14  
% 5.61/1.14  **** run 53 fork 4 starts with strategy
% 5.61/1.14  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 5.61/1.15  
% 5.61/1.15  fork 0: search finished without proof.
% 5.61/1.15  
% 5.61/1.15  
% 5.61/1.15  fork 6: search terminated without proof.
% 5.61/1.16  
% 5.61/1.16  fork 4: search finished without proof.
% 5.61/1.17  
% 5.61/1.17  **** run 49 fork 0 starts with strategy
% 5.61/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 5.61/1.17  
% 5.61/1.17  **** run 55 fork 6 starts with strategy
% 5.61/1.17  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 5.61/1.17  
% 5.61/1.17  **** run 61 fork 4 starts with strategy
% 5.61/1.17  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 6.17/1.18  
% 6.17/1.18  
% 6.17/1.18  fork 3: search terminated without proof.
% 6.17/1.19  
% 6.17/1.19  fork 1: search finished without proof.
% 6.17/1.19  
% 6.17/1.19  fork 0: search finished without proof.
% 6.17/1.20  
% 6.17/1.20  fork 6: search finished without proof.
% 6.17/1.20  
% 6.17/1.20  **** run 44 fork 3 starts with strategy
% 6.17/1.20  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 6.17/1.21  
% 6.17/1.21  **** run 57 fork 0 starts with strategy
% 6.17/1.21  {"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}
% 6.17/1.21  
% 6.17/1.21  fork 7: search finished without proof.
% 6.17/1.21  
% 6.17/1.21  **** run 63 fork 6 starts with strategy
% 6.17/1.21  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.17/1.22  
% 6.17/1.22  **** run 42 fork 1 starts with strategy
% 6.17/1.22  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 6.17/1.23  
% 6.17/1.23  fork 3: search finished without proof.
% 6.17/1.23  
% 6.17/1.23  **** run 64 fork 7 starts with strategy
% 6.17/1.23  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 6.17/1.24  
% 6.17/1.24  fork 1: search finished without proof.
% 6.17/1.24  
% 6.17/1.24  
% 6.17/1.24  fork 2: search terminated without proof.
% 6.17/1.25  
% 6.17/1.25  fork 5: search finished without proof.
% 6.17/1.25  
% 6.17/1.25  **** run 52 fork 3 starts with strategy
% 6.17/1.25  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.17/1.26  
% 6.17/1.26  fork 7: search finished without proof.
% 6.17/1.26  
% 6.17/1.26  **** run 50 fork 1 starts with strategy
% 6.17/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 6.17/1.26  
% 6.17/1.26  **** run 51 fork 2 starts with strategy
% 6.17/1.26  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 6.86/1.27  
% 6.86/1.27  **** run 54 fork 5 starts with strategy
% 6.86/1.27  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 6.86/1.28  
% 6.86/1.28  **** run 72 fork 7 starts with strategy
% 6.86/1.28  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 7.01/1.29  
% 7.01/1.29  fork 4: search finished without proof.
% 7.01/1.31  
% 7.01/1.31  **** run 69 fork 4 starts with strategy
% 7.01/1.31  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 7.31/1.33  
% 7.31/1.33  
% 7.31/1.33  fork 0: search terminated without proof.
% 7.31/1.33  
% 7.31/1.33  fork 6: search finished without proof.
% 7.31/1.35  
% 7.31/1.35  **** run 65 fork 0 starts with strategy
% 7.31/1.35  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 7.31/1.35  
% 7.31/1.35  **** run 71 fork 6 starts with strategy
% 7.31/1.35  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.31/1.37  
% 7.31/1.37  
% 7.31/1.37  fork 3: search terminated without proof.
% 7.31/1.37  
% 7.31/1.37  fork 0: search finished without proof.
% 7.31/1.38  
% 7.31/1.38  
% 7.31/1.38  fork 1: search terminated without proof.
% 7.31/1.39  
% 7.31/1.39  fork 2: search finished without proof.
% 7.31/1.39  
% 7.31/1.39  **** run 73 fork 0 starts with strategy
% 7.31/1.39  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 7.31/1.39  
% 7.31/1.39  **** run 60 fork 3 starts with strategy
% 7.31/1.39  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 7.31/1.40  
% 7.31/1.40  
% 7.31/1.40  fork 5: search terminated without proof.
% 7.31/1.40  
% 7.31/1.40  **** run 58 fork 1 starts with strategy
% 7.31/1.40  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.31/1.41  
% 7.31/1.41  **** run 59 fork 2 starts with strategy
% 7.31/1.41  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.31/1.42  
% 7.31/1.42  **** run 62 fork 5 starts with strategy
% 7.31/1.42  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 7.31/1.43  
% 7.31/1.43  fork 4: search finished without proof.
% 7.31/1.45  
% 7.31/1.45  **** run 77 fork 4 starts with strategy
% 7.31/1.45  {"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}
% 7.31/1.47  
% 7.31/1.47  
% 7.31/1.47  fork 6: search terminated without proof.
% 7.31/1.48  
% 7.31/1.48  
% 7.31/1.48  fork 7: search terminated without proof.
% 7.31/1.49  
% 7.31/1.49  **** run 79 fork 6 starts with strategy
% 7.31/1.49  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 7.31/1.51  
% 7.31/1.51  
% 7.31/1.51  fork 3: search terminated without proof.
% 7.31/1.51  
% 7.31/1.51  fork 0: search finished without proof.
% 7.31/1.52  
% 7.31/1.52  **** run 80 fork 7 starts with strategy
% 7.31/1.52  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 7.31/1.52  
% 7.31/1.52  
% 7.31/1.52  fork 1: search terminated without proof.
% 7.31/1.53  
% 7.31/1.53  **** run 68 fork 3 starts with strategy
% 7.31/1.53  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.31/1.53  
% 7.31/1.53  **** run 81 fork 0 starts with strategy
% 7.31/1.53  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 7.61/1.54  
% 7.61/1.54  
% 7.61/1.54  fork 5: search terminated without proof.
% 7.61/1.54  
% 7.61/1.54  **** run 66 fork 1 starts with strategy
% 7.61/1.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 7.61/1.55  
% 7.61/1.55  
% 7.61/1.55  fork 2: search terminated without proof.
% 7.61/1.56  
% 7.61/1.56  **** run 70 fork 5 starts with strategy
% 7.61/1.56  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 7.61/1.57  
% 7.61/1.57  fork 1: search finished without proof.
% 7.61/1.58  
% 7.61/1.58  
% 7.61/1.58  fork 4: search terminated without proof.
% 7.61/1.58  
% 7.61/1.58  **** run 67 fork 2 starts with strategy
% 7.61/1.58  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 7.61/1.59  
% 7.61/1.59  **** run 74 fork 1 starts with strategy
% 7.61/1.59  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 7.61/1.60  
% 7.61/1.60  **** run 85 fork 4 starts with strategy
% 7.61/1.60  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 7.61/1.61  
% 7.61/1.61  fork 6: search finished without proof.
% 9.55/1.63  
% 9.55/1.63  **** run 87 fork 6 starts with strategy
% 9.55/1.63  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 9.55/1.64  
% 9.55/1.64  fork 3: search finished without proof.
% 9.55/1.65  
% 9.55/1.65  fork 0: search finished without proof.
% 9.55/1.65  
% 9.55/1.65  
% 9.55/1.65  fork 7: search terminated without proof.
% 9.55/1.66  
% 9.55/1.66  **** run 76 fork 3 starts with strategy
% 9.55/1.66  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 9.55/1.67  
% 9.55/1.67  **** run 88 fork 7 starts with strategy
% 9.55/1.67  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 9.55/1.67  
% 9.55/1.67  **** run 89 fork 0 starts with strategy
% 9.55/1.67  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 9.55/1.68  
% 9.55/1.68  fork 5: search finished without proof.
% 10.09/1.70  
% 10.09/1.70  **** run 78 fork 5 starts with strategy
% 10.09/1.70  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 10.09/1.70  
% 10.09/1.70  
% 10.09/1.70  fork 2: search terminated without proof.
% 10.09/1.71  
% 10.09/1.71  
% 10.09/1.71  fork 1: search terminated without proof.
% 10.09/1.72  
% 10.09/1.72  **** run 75 fork 2 starts with strategy
% 10.09/1.72  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.09/1.74  
% 10.09/1.74  **** run 82 fork 1 starts with strategy
% 10.09/1.74  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 10.80/1.78  
% 10.80/1.78  fork 3: search finished without proof.
% 10.80/1.80  
% 10.80/1.80  **** run 84 fork 3 starts with strategy
% 10.80/1.80  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 11.07/1.82  
% 11.07/1.82  
% 11.07/1.82  fork 5: search terminated without proof.
% 11.25/1.84  
% 11.25/1.84  **** run 86 fork 5 starts with strategy
% 11.25/1.84  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 11.25/1.84  
% 11.25/1.84  fork 2: search finished without proof.
% 11.25/1.86  
% 11.25/1.86  **** run 83 fork 2 starts with strategy
% 11.25/1.86  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 11.25/1.87  
% 11.25/1.87  
% 11.25/1.87  fork 1: search terminated without proof.
% 11.25/1.89  
% 11.25/1.89  **** run 90 fork 1 starts with strategy
% 11.25/1.89  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 17.44/2.65  
% 17.44/2.65  
% 17.44/2.65  fork 6: search terminated without proof.
% 17.44/2.67  
% 17.44/2.67  **** run 95 fork 6 starts with strategy
% 17.44/2.67  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0}
% 17.94/2.69  
% 17.94/2.69  
% 17.94/2.69  fork 7: search terminated without proof.
% 17.94/2.69  
% 17.94/2.69  
% 17.94/2.69  fork 0: search terminated without proof.
% 17.94/2.70  
% 17.94/2.70  
% 17.94/2.70  fork 4: search terminated without proof.
% 17.94/2.71  
% 17.94/2.71  **** run 96 fork 7 starts with strategy
% 17.94/2.71  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":20}
% 17.94/2.72  
% 17.94/2.72  **** run 97 fork 0 starts with strategy
% 17.94/2.72  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 17.94/2.73  
% 17.94/2.73  **** run 93 fork 4 starts with strategy
% 17.94/2.73  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 18.54/2.82  
% 18.54/2.82  
% 18.54/2.82  fork 3: search terminated without proof.
% 18.54/2.84  
% 18.54/2.84  **** run 92 fork 3 starts with strategy
% 18.54/2.84  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 18.54/2.86  
% 18.54/2.86  
% 18.54/2.86  fork 5: search terminated without proof.
% 18.54/2.88  
% 18.54/2.88  **** run 94 fork 5 starts with strategy
% 18.54/2.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 19.81/2.95  
% 19.81/2.95  
% 19.81/2.95  fork 2: search terminated without proof.
% 19.81/2.98  
% 19.81/2.98  **** run 91 fork 2 starts with strategy
% 19.81/2.98  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 19.81/2.99  
% 19.81/2.99  
% 19.81/2.99  fork 1: search terminated without proof.
% 19.81/3.01  
% 19.81/3.01  **** run 98 fork 1 starts with strategy
% 19.81/3.01  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 21.22/3.21  
% 21.22/3.21  
% 21.22/3.21  result: proof found
% 21.22/3.21  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 21.22/3.21  by run 93 fork 4 strategy {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 21.22/3.21  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 21.22/3.21  
% 21.22/3.21  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 21.22/3.21  
% 21.22/3.21  run 93 fork 4 statistics:
% 21.22/3.21  ----------------------------------
% 21.22/3.21  this run seconds: 0.257829
% 21.22/3.21  total seconds: 2.532554
% 21.22/3.21  stat_given_used: 1242
% 21.22/3.21  stat_given_used_at_endgame: 0
% 21.22/3.21  stat_given_candidates:   5618
% 21.22/3.21  stat_given_candidates_at_endgame: 0
% 21.22/3.21  stat_given_candidates_h: 0
% 21.22/3.21  stat_binres_derived_cl:   15396
% 21.22/3.21  stat_binres_derived_cl_h: 0
% 21.22/3.21  stat_factor_derived_cl: 19
% 21.22/3.21  stat_para_derived_cl: 861
% 21.22/3.21  stat_tautologies_discarded: 53
% 21.22/3.21  stat_forward_subsumed: 3042
% 21.22/3.21  stat_derived_cut: 3
% 21.22/3.21  stat_derived_rewritten: 86
% 21.22/3.21  stat_weight_discarded_building: 0
% 21.22/3.21  stat_weight_discarded_cl: 0
% 21.22/3.21  stat_internlimit_discarded_cl: 0
% 21.22/3.21  stat_simplified:  86 simplified 0 derived 0 given
% 21.22/3.21  stat_kept_cl: 13178
% 21.22/3.21  stat_built_cl: 15748
% 21.22/3.21  stat_hyperres_partial_cl: 0
% 21.22/3.21  stat_made_rewriters: 1
% 21.22/3.21  stat_backward_subsumed: 0
% 21.22/3.21  stat_propagated_subsumed: 0
% 21.22/3.21  stat_clsubs_attempted:                     71710
% 21.22/3.21  stat_clsubs_fact_groundunit_found:             0
% 21.22/3.21  stat_clsubs_rule_groundunit_found:            19
% 21.22/3.21  stat_clsubs_top_meta_attempted:            1819493
% 21.22/3.21  stat_clsubs_top_meta_failed:               1747783
% 21.22/3.21  stat_clsubs_top_meta_nonpref_attempted:             1819493
% 21.22/3.21  stat_clsubs_top_meta_nonpref_succeeded:              394250
% 21.22/3.21  stat_clsubs_top_meta_pref_attempted:                 394250
% 21.22/3.21  stat_clsubs_top_meta_pref1_succeeded:                205352
% 21.22/3.21  stat_clsubs_top_meta_pref2_succeeded:                 87892
% 21.22/3.21  stat_clsubs_top_meta_pref3_succeeded:                 71710
% 21.22/3.21  stat_clsubs_top_meta_pref_succeeded:                  71710
% 21.22/3.21  stat_clsubs_meta_attempted:               147934
% 21.22/3.21  stat_clsubs_meta_failed:                   66790
% 21.22/3.21  stat_clsubs_predsymbs_attempted:               0
% 21.22/3.21  stat_clsubs_unit_attempted:                 8693
% 21.22/3.21  stat_clsubs_full_attempted:                63017
% 21.22/3.21  stat_forwardsubs_attempted:                16221
% 21.22/3.21  stat_lit_hash_added:                  16331
% 21.22/3.21  stat_lit_hash_computed:              100573
% 21.22/3.21  stat_lit_hash_match_found:             3101
% 21.22/3.21  stat_lit_hash_match_miss:            107340
% 21.22/3.21  stat_lit_hash_cut_ok:                    18
% 21.22/3.21  stat_lit_strong_cut_ok:                   3
% 21.22/3.21  stat_lit_hash_subsume_ok:              3042
% 21.22/3.21  clqueue els 10000000 used 1
% 21.22/3.21  clactive els 10000000 used 1243
% 21.22/3.21  clactivesubsume els 10000000 used 6985
% 21.22/3.21  queue_termbuf els 200000000 used 818263
% 21.22/3.21  hyper_termbuf els 100000000 used 1
% 21.22/3.21  active_termbuf els 100000000 used 50846
% 21.22/3.21  varstack els 5000 last used 1
% 21.22/3.21  given_termbuf els 10000000 last used 1
% 21.22/3.21  simplified_termbuf els 10000000 last used 1
% 21.22/3.21  derived_termbuf els 10000000 last used 42
% 21.22/3.21  wr_mallocs: 13391
% 21.22/3.21  wr_callocs: 21
% 21.22/3.21  wr_reallocs: 2596
% 21.22/3.21  wr_frees: 2
% 21.22/3.21  wr_malloc_bytes: 4163054052
% 21.22/3.21  wr_calloc_bytes: 112065536
% 21.22/3.21  wr_realloc_bytes: 955016
% 21.22/3.21  wr_realloc_freebytes: 0
% 21.22/3.21  ----------------------------------
%------------------------------------------------------------------------------