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

View Problem - Process Solution

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

% Computer : n031.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:38:35 EDT 2023

% Result   : Unsatisfiable 33.41s 4.72s
% Output   : CNFRefutation 33.41s
% 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,
    equivalent(X,Y) = and(implies(X,Y),implies(Y,X)),
    inference(cnf_transformation,[],['$inc_equivalent_defn']) ).

cnf('3',plain,
    and(X0,X1) = not(or(not(X0),not(X1))),
    inference(cnf_transformation,[],['$inc_and_defn']) ).

cnf('4',plain,
    and(X,Y) = not(implies(X,not(Y))),
    inference(simplify,[],['3','1']) ).

cnf('5',plain,
    implies(implies(X,not(Y)),Z) = or(and(X,Y),Z),
    inference(paramodulation,[],['4','1']) ).

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

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

cnf('8',plain,
    theorem(implies(implies(X,Y),implies(or(Z,X),or(Z,Y)))),
    inference(resolution,[],['6','7']) ).

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

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

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

cnf('12',plain,
    theorem(implies(or(X,Y),or(Y,X))),
    inference(resolution,[],['11','7']) ).

cnf('13',plain,
    theorem(implies(or(X,or(Y,Z)),or(X,or(Z,Y)))),
    inference(resolution,[],['10','12']) ).

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

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

cnf('16',plain,
    theorem(implies(or(X,X),X)),
    inference(resolution,[],['15','7']) ).

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

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

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

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

cnf('21',plain,
    theorem(implies(or(X,Y),or(X,or(Z,Y)))),
    inference(resolution,[],['10','20']) ).

cnf('22',plain,
    ( theorem(or(X,or(Y,Z)))
    | ~ theorem(or(X,Z)) ),
    inference(resolution,[],['21','9']) ).

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

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

cnf('25',plain,
    theorem(or(or(X,Y),not(Y))),
    inference(resolution,[],['24','20']) ).

cnf('26',plain,
    theorem(or(or(X,Y),or(Z,not(Y)))),
    inference(resolution,[],['22','25']) ).

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

cnf('28',plain,
    theorem(or(or(X,not(Y)),Y)),
    inference(resolution,[],['18','27']) ).

cnf('29',plain,
    theorem(or(X,or(Y,not(X)))),
    inference(resolution,[],['28','23']) ).

cnf('30',plain,
    theorem(or(X3,or(not(X3),Y3))),
    inference(resolution,[],['14','29']) ).

cnf('31',plain,
    theorem(or(X,implies(X,Y))),
    inference(simplify,[],['30','1']) ).

cnf('32',plain,
    theorem(or(implies(X,Y),X)),
    inference(resolution,[],['31','23']) ).

cnf('33',plain,
    theorem(or(implies(X,Y),or(Z,X))),
    inference(resolution,[],['32','22']) ).

cnf('34',plain,
    theorem(or(implies(X,Y),or(X,Z))),
    inference(resolution,[],['33','14']) ).

cnf('35',plain,
    theorem(implies(implies(X3,or(Y3,Y3)),or(not(X3),Y3))),
    inference(paramodulation,[],['1','17']) ).

cnf('36',plain,
    theorem(implies(implies(X,or(Y,Y)),implies(X,Y))),
    inference(simplify,[],['35','1']) ).

cnf('37',plain,
    ( ~ theorem(implies(X,or(Y,Y)))
    | theorem(implies(X,Y)) ),
    inference(resolution,[],['36','9']) ).

cnf('38',plain,
    theorem(implies(X,implies(Y,X))),
    inference(paramodulation,[],['1','20']) ).

cnf('39',plain,
    theorem(implies(or(X,Y),or(X,implies(Z,Y)))),
    inference(resolution,[],['10','38']) ).

cnf('40',plain,
    theorem(implies(or(implies(X,Y),Y),implies(X,Y))),
    inference(resolution,[],['37','39']) ).

cnf('41',plain,
    ( ~ theorem(or(implies(X,Y),Y))
    | theorem(implies(X,Y)) ),
    inference(resolution,[],['40','9']) ).

cnf('42',plain,
    theorem(implies(X,or(X,Y))),
    inference(resolution,[],['34','41']) ).

cnf('43',plain,
    theorem(implies(not(X),implies(X,Y))),
    inference(paramodulation,[],['1','42']) ).

cnf('44',plain,
    theorem(implies(or(X,not(Y)),or(X,implies(Y,Z)))),
    inference(resolution,[],['43','10']) ).

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

cnf('46',plain,
    theorem(implies(implies(X3,Y3),or(not(X3),implies(Z3,Y3)))),
    inference(paramodulation,[],['1','39']) ).

cnf('47',plain,
    theorem(implies(implies(X,Y),implies(X,implies(Z,Y)))),
    inference(simplify,[],['46','1']) ).

cnf('48',plain,
    theorem(or(implies(X,implies(Y,Z)),not(implies(X,Z)))),
    inference(resolution,[],['47','24']) ).

cnf('49',plain,
    theorem(or(implies(X,implies(Y,Z)),implies(implies(X,Z),U))),
    inference(resolution,[],['45','48']) ).

cnf('50',plain,
    theorem(implies(X,implies(implies(X,Y),Y))),
    inference(resolution,[],['49','41']) ).

cnf('51',plain,
    theorem(or(implies(implies(X,Y),Y),not(X))),
    inference(resolution,[],['50','24']) ).

cnf('52',plain,
    theorem(or(implies(implies(X,Y),Y),implies(X,Z))),
    inference(resolution,[],['51','45']) ).

cnf('53',plain,
    theorem(or(implies(X,Y),implies(implies(X,Z),Z))),
    inference(resolution,[],['52','23']) ).

cnf('54',plain,
    theorem(or(implies(X,Y),or(and(X,Z),not(Z)))),
    inference(paramodulation,[],['5','53']) ).

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

cnf('56',plain,
    theorem(implies(or(X,or(Y,Z)),or(Y,or(X,Z)))),
    inference(resolution,[],['55','7']) ).

cnf('57',plain,
    ( ~ theorem(or(X,or(Y,Z)))
    | theorem(or(Y,or(X,Z))) ),
    inference(resolution,[],['56','9']) ).

cnf('58',plain,
    theorem(or(and(X,Y),or(implies(X,Z),not(Y)))),
    inference(resolution,[],['54','57']) ).

cnf('59',plain,
    theorem(or(and(X3,Y3),or(not(Y3),implies(X3,Z3)))),
    inference(resolution,[],['58','14']) ).

cnf('60',plain,
    theorem(or(and(X,Y),implies(Y,implies(X,Z)))),
    inference(simplify,[],['59','1']) ).

cnf('61',plain,
    theorem(or(implies(X,implies(Y,Z)),and(Y,X))),
    inference(resolution,[],['60','23']) ).

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

cnf('63',plain,
    theorem(or(implies(X,implies(Y,Z)),implies(U,and(Y,X)))),
    inference(resolution,[],['61','62']) ).

cnf('64',plain,
    theorem(implies(X,implies(Y,and(Y,X)))),
    inference(resolution,[],['63','41']) ).

cnf('65',plain,
    theorem(implies(implies(X,Y),implies(implies(Y,X),equivalent(Y,X)))),
    inference(paramodulation,[],['2','64']) ).

cnf('66',plain,
    ( theorem(implies(implies(X,Y),equivalent(X,Y)))
    | ~ theorem(implies(Y,X)) ),
    inference(resolution,[],['65','9']) ).

cnf('67',plain,
    theorem(implies(implies(or(X,Y),X),equivalent(or(X,Y),X))),
    inference(resolution,[],['66','42']) ).

cnf('68',plain,
    ( ~ theorem(implies(or(X,Y),X))
    | theorem(equivalent(or(X,Y),X)) ),
    inference(resolution,[],['67','9']) ).

cnf('69',plain,
    theorem(equivalent(or(X,X),X)),
    inference(resolution,[],['68','16']) ).

cnf('70',plain,
    ~ theorem(equivalent(implies(p,not(p)),not(p))),
    inference(cnf_transformation,[],[prove_this]) ).

cnf('71',plain,
    $false,
    inference(paramodulation,[then_simplify],['1','69','70']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LCL311-3 : TPTP v8.1.2. Released v2.3.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n031.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Fri Aug 25 05:06:06 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.20/0.37  
% 0.20/0.37  input clause set summed statistics:
% 0.20/0.37  ----------------------------------
% 0.20/0.37  in_clause_count:                    11
% 0.20/0.37  in_rule_clause_count:               11
% 0.20/0.37  in_fact_clause_count:                0
% 0.20/0.37  in_answer_clause_count:              0
% 0.20/0.37  in_ground_clause_count:              1
% 0.20/0.37  in_unit_clause_count:                9
% 0.20/0.37  in_horn_clause_count:               11
% 0.20/0.37  in_pos_clause_count:                 8
% 0.20/0.37  in_neg_clause_count:                 1
% 0.20/0.37  in_poseq_clause_count:               3
% 0.20/0.37  in_negeq_clause_count:               0
% 0.20/0.37  in_unitposeq_clause_count:           3
% 0.20/0.37  in_chain_clause_count:               1
% 0.20/0.37  in_min_length:             1
% 0.20/0.37  in_max_length:             3
% 0.20/0.37  in_min_depth:              1
% 0.20/0.37  in_max_depth:              4
% 0.20/0.37  in_min_size:               4
% 0.20/0.37  in_max_size:              12
% 0.20/0.37  in_min_vars:               0
% 0.20/0.37  in_max_vars:               3
% 0.20/0.37  in_extaxiom_count:                10
% 0.20/0.37  in_axiom_count:                    0
% 0.20/0.37  in_assumption_count:               0
% 0.20/0.37  in_goal_count:                     1
% 0.20/0.37  in_neg_goal_count:                 1
% 0.20/0.37  in_pos_goal_count:                 0
% 0.20/0.37  in_posunit_goal_count:             0
% 0.20/0.37  
% 0.20/0.37  auto guide:
% 0.20/0.37  -----------
% 0.20/0.37  {
% 0.20/0.37  "print":1,
% 0.20/0.37  "print_level": 15,
% 0.20/0.37  "max_size": 0,
% 0.20/0.37  "max_depth": 0,
% 0.20/0.37  "max_length": 0,
% 0.20/0.37  "max_dseconds": 0,
% 0.20/0.37  "runs":[
% 0.20/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.20/0.37  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.37  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.37  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.20/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.37  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.20/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.37  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.37  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.37  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.37  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.37  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.37  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.20/0.37  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.37  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.20/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.37  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.37  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.37  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.20/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.20/0.37  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.20/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.37  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.20/0.37  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.37  
% 0.20/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.37  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.37  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.37  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.20/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.20/0.37  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.20/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.37  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.37  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.20/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.37  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.20/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.37  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.37  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.37  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.37  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.37  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.37  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.37  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.37  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.20/0.37  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.37  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.37  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.20/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.20/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.37  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.20/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.37  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.37  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.37  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.20/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.20/0.37  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.20/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.37  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.20/0.37  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.37  
% 0.20/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.37  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.37  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.37  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.20/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.20/0.37  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.20/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.37  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.37  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.20/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.37  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.20/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.37  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.37  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.37  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.37  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.37  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.37  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.37  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.37  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.20/0.37  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.37  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.37  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.20/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.20/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.37  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.20/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.37  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.37  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.37  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.20/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.20/0.37  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.20/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.37  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.20/0.37  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.37  
% 0.20/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.37  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.37  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.37  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.37  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.37  
% 0.20/0.37  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.37  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.37  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.37  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.37  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.37  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.37  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.37  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.37  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.37  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.20/0.37  
% 0.20/0.37  ]}
% 0.20/0.37  
% 0.20/0.37  
% 0.20/0.37  **** run 1 fork 0 starts with strategy
% 0.20/0.37  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.37  
% 0.20/0.37  **** run 2 fork 1 starts with strategy
% 0.20/0.37  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.20/0.37  
% 0.20/0.37  **** run 3 fork 2 starts with strategy
% 0.20/0.37  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.37  
% 0.20/0.37  **** run 4 fork 3 starts with strategy
% 0.20/0.37  
% 0.20/0.37  **** run 5 fork 4 starts with strategy
% 0.20/0.37  
% 0.20/0.37  **** run 6 fork 5 starts with strategy
% 0.20/0.37  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.37  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.37  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.37  
% 0.20/0.37  **** run 7 fork 6 starts with strategy
% 0.20/0.37  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.39  
% 0.20/0.39  **** run 8 fork 7 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.49  
% 0.20/0.49  
% 0.20/0.49  fork 5: search terminated without proof.
% 0.20/0.50  
% 0.20/0.50  
% 0.20/0.50  fork 0: search terminated without proof.
% 0.20/0.50  
% 0.20/0.50  
% 0.20/0.50  fork 4: search terminated without proof.
% 0.20/0.50  
% 0.20/0.50  
% 0.20/0.50  fork 2: search terminated without proof.
% 0.20/0.50  
% 0.20/0.50  fork 1: search finished without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 3: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 6: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 7: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  **** run 14 fork 5 starts with strategy
% 0.20/0.52  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.20/0.52  
% 0.20/0.52  **** run 13 fork 4 starts with strategy
% 0.20/0.52  
% 0.20/0.52  **** run 11 fork 2 starts with strategy
% 0.20/0.52  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.52  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.20/0.52  
% 0.20/0.52  **** run 10 fork 1 starts with strategy
% 0.20/0.52  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.53  
% 0.20/0.53  **** run 9 fork 0 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.53  
% 0.20/0.53  **** run 12 fork 3 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.20/0.54  
% 0.20/0.54  **** run 16 fork 7 starts with strategy
% 0.20/0.54  
% 0.20/0.54  **** run 15 fork 6 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.63  
% 0.20/0.63  
% 0.20/0.63  fork 5: search terminated without proof.
% 0.20/0.64  
% 0.20/0.64  
% 0.20/0.64  fork 4: search terminated without proof.
% 0.20/0.64  
% 0.20/0.64  
% 0.20/0.64  fork 2: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 7: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 1: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 0: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  **** run 19 fork 2 starts with strategy
% 0.20/0.66  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.20/0.66  
% 0.20/0.66  **** run 21 fork 4 starts with strategy
% 0.20/0.66  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.20/0.66  
% 0.20/0.66  **** run 22 fork 5 starts with strategy
% 0.20/0.66  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 3: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  **** run 24 fork 7 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.20/0.68  
% 0.20/0.68  **** run 17 fork 0 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.68  
% 0.20/0.68  **** run 18 fork 1 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.20/0.69  
% 0.20/0.69  
% 0.20/0.69  fork 6: search terminated without proof.
% 0.20/0.69  
% 0.20/0.69  **** run 20 fork 3 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 2.17/0.72  
% 2.17/0.72  **** run 23 fork 6 starts with strategy
% 2.17/0.72  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 2.17/0.77  
% 2.17/0.77  
% 2.17/0.77  fork 4: search terminated without proof.
% 2.17/0.77  
% 2.17/0.77  
% 2.17/0.77  fork 5: search terminated without proof.
% 3.20/0.78  
% 3.20/0.78  fork 2: search finished without proof.
% 3.20/0.79  
% 3.20/0.79  **** run 29 fork 4 starts with strategy
% 3.20/0.79  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 3.20/0.79  
% 3.20/0.79  **** run 30 fork 5 starts with strategy
% 3.20/0.79  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 3.20/0.79  
% 3.20/0.79  
% 3.20/0.79  fork 1: search terminated without proof.
% 3.20/0.80  
% 3.20/0.80  **** run 27 fork 2 starts with strategy
% 3.20/0.80  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 3.20/0.81  
% 3.20/0.81  **** run 26 fork 1 starts with strategy
% 3.20/0.81  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.20/0.82  
% 3.20/0.82  
% 3.20/0.82  fork 0: search terminated without proof.
% 3.20/0.82  
% 3.20/0.82  
% 3.20/0.82  fork 3: search terminated without proof.
% 3.20/0.83  
% 3.20/0.83  
% 3.20/0.83  fork 7: search terminated without proof.
% 3.20/0.84  
% 3.20/0.84  **** run 28 fork 3 starts with strategy
% 3.20/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 3.20/0.85  
% 3.20/0.85  **** run 25 fork 0 starts with strategy
% 3.20/0.85  
% 3.20/0.85  **** run 32 fork 7 starts with strategy
% 3.20/0.85  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 3.20/0.85  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.20/0.85  
% 3.20/0.85  
% 3.20/0.85  fork 6: search terminated without proof.
% 3.20/0.87  
% 3.20/0.87  fork 7: search finished without proof.
% 3.20/0.87  
% 3.20/0.87  **** run 31 fork 6 starts with strategy
% 3.20/0.87  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 4.02/0.89  
% 4.02/0.89  **** run 40 fork 7 starts with strategy
% 4.02/0.89  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 4.36/0.92  
% 4.36/0.92  
% 4.36/0.92  fork 4: search terminated without proof.
% 4.36/0.92  
% 4.36/0.92  
% 4.36/0.92  fork 2: search terminated without proof.
% 4.36/0.92  
% 4.36/0.92  
% 4.36/0.92  fork 5: search terminated without proof.
% 4.36/0.94  
% 4.36/0.94  **** run 35 fork 2 starts with strategy
% 4.36/0.94  
% 4.36/0.94  **** run 37 fork 4 starts with strategy
% 4.36/0.94  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.36/0.94  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.36/0.94  
% 4.36/0.94  **** run 38 fork 5 starts with strategy
% 4.36/0.94  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.36/0.95  
% 4.36/0.95  
% 4.36/0.95  fork 1: search terminated without proof.
% 4.36/0.96  
% 4.36/0.96  
% 4.36/0.96  fork 3: search terminated without proof.
% 4.36/0.97  
% 4.36/0.97  **** run 34 fork 1 starts with strategy
% 4.36/0.97  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.36/0.97  
% 4.36/0.97  
% 4.36/0.97  fork 0: search terminated without proof.
% 4.36/0.98  
% 4.36/0.98  **** run 36 fork 3 starts with strategy
% 4.36/0.98  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 4.36/0.99  
% 4.36/0.99  **** run 33 fork 0 starts with strategy
% 4.36/0.99  {"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.36/1.00  
% 4.36/1.00  
% 4.36/1.00  fork 6: search terminated without proof.
% 4.36/1.01  
% 4.36/1.01  
% 4.36/1.01  fork 7: search terminated without proof.
% 5.16/1.02  
% 5.16/1.02  **** run 39 fork 6 starts with strategy
% 5.16/1.02  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.16/1.03  
% 5.16/1.03  **** run 48 fork 7 starts with strategy
% 5.16/1.03  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 5.16/1.06  
% 5.16/1.06  
% 5.16/1.06  fork 4: search terminated without proof.
% 5.16/1.06  
% 5.16/1.06  
% 5.16/1.06  fork 2: search terminated without proof.
% 5.16/1.07  
% 5.16/1.07  
% 5.16/1.07  fork 5: search terminated without proof.
% 5.16/1.08  
% 5.16/1.08  **** run 43 fork 2 starts with strategy
% 5.16/1.08  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.16/1.08  
% 5.16/1.08  **** run 45 fork 4 starts with strategy
% 5.16/1.08  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.16/1.09  
% 5.16/1.09  
% 5.16/1.09  fork 1: search terminated without proof.
% 5.16/1.09  
% 5.16/1.09  **** run 46 fork 5 starts with strategy
% 5.16/1.09  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.78/1.10  
% 5.78/1.10  
% 5.78/1.10  fork 3: search terminated without proof.
% 5.78/1.11  
% 5.78/1.11  **** run 42 fork 1 starts with strategy
% 5.78/1.11  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 5.78/1.11  
% 5.78/1.11  fork 7: search finished without proof.
% 5.78/1.12  
% 5.78/1.12  
% 5.78/1.12  fork 0: search terminated without proof.
% 5.78/1.12  
% 5.78/1.12  **** run 44 fork 3 starts with strategy
% 5.78/1.12  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.78/1.13  
% 5.78/1.13  **** run 56 fork 7 starts with strategy
% 5.78/1.13  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 5.78/1.14  
% 5.78/1.14  **** run 41 fork 0 starts with strategy
% 5.78/1.14  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 5.78/1.14  
% 5.78/1.14  fork 6: search finished without proof.
% 5.78/1.16  
% 5.78/1.16  fork 7: search finished without proof.
% 5.78/1.16  
% 5.78/1.16  **** run 47 fork 6 starts with strategy
% 5.78/1.16  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 5.78/1.17  
% 5.78/1.17  **** run 64 fork 7 starts with strategy
% 5.78/1.17  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 6.39/1.20  
% 6.39/1.20  
% 6.39/1.20  fork 2: search terminated without proof.
% 6.39/1.20  
% 6.39/1.20  
% 6.39/1.20  fork 4: search terminated without proof.
% 6.39/1.21  
% 6.39/1.21  **** run 51 fork 2 starts with strategy
% 6.39/1.21  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 6.39/1.21  
% 6.39/1.21  **** run 53 fork 4 starts with strategy
% 6.39/1.21  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 6.39/1.22  
% 6.39/1.22  
% 6.39/1.22  fork 5: search terminated without proof.
% 6.39/1.22  
% 6.39/1.22  fork 1: search finished without proof.
% 6.39/1.24  
% 6.39/1.24  **** run 54 fork 5 starts with strategy
% 6.39/1.24  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.39/1.25  
% 6.39/1.25  **** run 50 fork 1 starts with strategy
% 6.39/1.25  
% 6.39/1.25  
% 6.39/1.25  fork 3: search terminated without proof.
% 6.39/1.25  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 6.39/1.26  
% 6.39/1.26  
% 6.39/1.26  fork 0: search terminated without proof.
% 6.39/1.26  
% 6.39/1.26  **** run 52 fork 3 starts with strategy
% 6.39/1.26  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 7.19/1.28  
% 7.19/1.28  **** run 49 fork 0 starts with strategy
% 7.19/1.28  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 7.19/1.28  
% 7.19/1.28  
% 7.19/1.28  fork 6: search terminated without proof.
% 7.19/1.29  
% 7.19/1.29  
% 7.19/1.29  fork 7: search terminated without proof.
% 7.36/1.30  
% 7.36/1.30  **** run 55 fork 6 starts with strategy
% 7.36/1.30  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 7.36/1.31  
% 7.36/1.31  **** run 72 fork 7 starts with strategy
% 7.36/1.31  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.55/1.33  
% 7.55/1.33  
% 7.55/1.33  fork 4: search terminated without proof.
% 7.55/1.34  
% 7.55/1.34  
% 7.55/1.34  fork 2: search terminated without proof.
% 7.55/1.35  
% 7.55/1.35  **** run 61 fork 4 starts with strategy
% 7.55/1.35  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 7.55/1.36  
% 7.55/1.36  **** run 59 fork 2 starts with strategy
% 7.55/1.36  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 7.55/1.36  
% 7.55/1.36  
% 7.55/1.36  fork 5: search terminated without proof.
% 7.55/1.37  
% 7.55/1.37  
% 7.55/1.37  fork 1: search terminated without proof.
% 7.55/1.38  
% 7.55/1.38  **** run 62 fork 5 starts with strategy
% 7.55/1.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 7.55/1.39  
% 7.55/1.39  
% 7.55/1.39  fork 3: search terminated without proof.
% 7.55/1.39  
% 7.55/1.39  **** run 58 fork 1 starts with strategy
% 7.55/1.39  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 7.55/1.40  
% 7.55/1.40  
% 7.55/1.40  fork 0: search terminated without proof.
% 7.55/1.41  
% 7.55/1.41  fork 5: search finished without proof.
% 7.55/1.41  
% 7.55/1.41  **** run 60 fork 3 starts with strategy
% 7.55/1.41  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 7.55/1.42  
% 7.55/1.42  
% 7.55/1.42  fork 6: search terminated without proof.
% 7.55/1.42  
% 7.55/1.42  **** run 70 fork 5 starts with strategy
% 7.55/1.42  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.55/1.43  
% 7.55/1.43  **** run 57 fork 0 starts with strategy
% 7.55/1.43  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 7.55/1.43  
% 7.55/1.43  
% 7.55/1.43  fork 7: search terminated without proof.
% 7.55/1.43  
% 7.55/1.43  fork 1: search finished without proof.
% 7.55/1.44  
% 7.55/1.44  fork 3: search finished without proof.
% 7.55/1.45  
% 7.55/1.45  **** run 63 fork 6 starts with strategy
% 7.55/1.45  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 7.55/1.45  
% 7.55/1.45  **** run 80 fork 7 starts with strategy
% 7.55/1.45  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 7.55/1.45  
% 7.55/1.45  **** run 68 fork 3 starts with strategy
% 7.55/1.45  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":1}
% 7.55/1.46  
% 7.55/1.46  **** run 66 fork 1 starts with strategy
% 7.55/1.46  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 7.55/1.47  
% 7.55/1.47  
% 7.55/1.47  fork 4: search terminated without proof.
% 7.55/1.48  
% 7.55/1.48  
% 7.55/1.48  fork 2: search terminated without proof.
% 7.55/1.49  
% 7.55/1.49  **** run 69 fork 4 starts with strategy
% 7.55/1.49  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.55/1.50  
% 7.55/1.50  **** run 67 fork 2 starts with strategy
% 7.55/1.50  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 8.66/1.55  
% 8.66/1.55  
% 8.66/1.55  fork 5: search terminated without proof.
% 8.66/1.56  
% 8.66/1.56  **** run 78 fork 5 starts with strategy
% 8.66/1.56  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 8.66/1.57  
% 8.66/1.57  
% 8.66/1.57  fork 7: search terminated without proof.
% 8.66/1.57  
% 8.66/1.57  
% 8.66/1.57  fork 3: search terminated without proof.
% 8.66/1.59  
% 8.66/1.59  
% 8.66/1.59  fork 6: search terminated without proof.
% 8.66/1.59  
% 8.66/1.59  **** run 88 fork 7 starts with strategy
% 8.66/1.59  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.66/1.59  
% 8.66/1.59  **** run 76 fork 3 starts with strategy
% 8.66/1.59  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 8.66/1.61  
% 8.66/1.61  **** run 71 fork 6 starts with strategy
% 8.66/1.61  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 8.66/1.61  
% 8.66/1.61  
% 8.66/1.61  fork 1: search terminated without proof.
% 8.66/1.62  
% 8.66/1.62  
% 8.66/1.62  fork 4: search terminated without proof.
% 9.83/1.62  
% 9.83/1.62  
% 9.83/1.62  fork 2: search terminated without proof.
% 9.83/1.63  
% 9.83/1.63  
% 9.83/1.63  fork 0: search terminated without proof.
% 9.83/1.63  
% 9.83/1.63  **** run 77 fork 4 starts with strategy
% 9.83/1.63  
% 9.83/1.63  **** run 74 fork 1 starts with strategy
% 9.83/1.63  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 9.83/1.63  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 9.83/1.64  
% 9.83/1.64  **** run 75 fork 2 starts with strategy
% 9.83/1.64  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 9.83/1.65  
% 9.83/1.65  **** run 65 fork 0 starts with strategy
% 9.83/1.65  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 9.83/1.67  
% 9.83/1.67  fork 2: search finished without proof.
% 9.83/1.68  
% 9.83/1.68  
% 9.83/1.68  fork 5: search terminated without proof.
% 9.83/1.69  
% 9.83/1.69  **** run 83 fork 2 starts with strategy
% 9.83/1.69  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 10.44/1.70  
% 10.44/1.70  **** run 86 fork 5 starts with strategy
% 10.44/1.70  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 10.44/1.71  
% 10.44/1.71  
% 10.44/1.71  fork 7: search terminated without proof.
% 10.44/1.71  
% 10.44/1.71  
% 10.44/1.71  fork 3: search terminated without proof.
% 10.44/1.72  
% 10.44/1.72  
% 10.44/1.72  fork 6: search terminated without proof.
% 10.44/1.73  
% 10.44/1.73  **** run 96 fork 7 starts with strategy
% 10.44/1.73  
% 10.44/1.73  **** run 84 fork 3 starts with strategy
% 10.44/1.73  {"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}
% 10.44/1.73  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 10.44/1.74  
% 10.44/1.74  **** run 79 fork 6 starts with strategy
% 10.44/1.74  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 10.44/1.76  
% 10.44/1.76  
% 10.44/1.76  fork 1: search terminated without proof.
% 10.44/1.76  
% 10.44/1.76  
% 10.44/1.76  fork 4: search terminated without proof.
% 10.44/1.77  
% 10.44/1.77  
% 10.44/1.77  fork 0: search terminated without proof.
% 10.44/1.77  
% 10.44/1.77  **** run 82 fork 1 starts with strategy
% 10.44/1.77  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 11.05/1.77  
% 11.05/1.77  **** run 85 fork 4 starts with strategy
% 11.05/1.77  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 11.05/1.79  
% 11.05/1.79  **** run 73 fork 0 starts with strategy
% 11.05/1.79  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 11.05/1.81  
% 11.05/1.81  
% 11.05/1.81  fork 2: search terminated without proof.
% 11.05/1.83  
% 11.05/1.83  
% 11.05/1.83  fork 5: search terminated without proof.
% 11.05/1.83  
% 11.05/1.83  **** run 91 fork 2 starts with strategy
% 11.05/1.83  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 11.05/1.85  
% 11.05/1.85  **** run 94 fork 5 starts with strategy
% 11.05/1.85  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 11.05/1.85  
% 11.05/1.85  
% 11.05/1.85  fork 3: search terminated without proof.
% 11.83/1.87  
% 11.83/1.87  
% 11.83/1.87  fork 6: search terminated without proof.
% 11.83/1.88  
% 11.83/1.88  **** run 92 fork 3 starts with strategy
% 11.83/1.88  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 11.83/1.89  
% 11.83/1.89  **** run 87 fork 6 starts with strategy
% 11.83/1.89  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 12.00/1.90  
% 12.00/1.90  
% 12.00/1.90  fork 1: search terminated without proof.
% 12.00/1.90  
% 12.00/1.90  
% 12.00/1.90  fork 4: search terminated without proof.
% 12.00/1.91  
% 12.00/1.91  **** run 90 fork 1 starts with strategy
% 12.00/1.91  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 12.00/1.91  
% 12.00/1.91  **** run 93 fork 4 starts with strategy
% 12.00/1.91  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 12.00/1.92  
% 12.00/1.92  
% 12.00/1.92  fork 0: search terminated without proof.
% 12.21/1.93  
% 12.21/1.93  **** run 81 fork 0 starts with strategy
% 12.21/1.93  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 12.82/2.01  
% 12.82/2.01  
% 12.82/2.01  fork 6: search terminated without proof.
% 12.82/2.03  
% 12.82/2.03  **** run 95 fork 6 starts with strategy
% 12.82/2.03  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 12.82/2.06  
% 12.82/2.06  
% 12.82/2.06  fork 0: search terminated without proof.
% 13.43/2.09  
% 13.43/2.09  **** run 89 fork 0 starts with strategy
% 13.43/2.09  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 18.54/2.75  
% 18.54/2.75  
% 18.54/2.75  fork 7: search terminated without proof.
% 18.54/2.77  
% 18.54/2.77  **** run 104 fork 7 starts with strategy
% 18.54/2.77  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 18.54/2.85  
% 18.54/2.85  
% 18.54/2.85  fork 2: search terminated without proof.
% 18.54/2.87  
% 18.54/2.87  
% 18.54/2.87  fork 5: search terminated without proof.
% 18.54/2.88  
% 18.54/2.88  **** run 99 fork 2 starts with strategy
% 18.54/2.88  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 18.54/2.90  
% 18.54/2.90  **** run 102 fork 5 starts with strategy
% 18.54/2.90  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 18.54/2.90  
% 18.54/2.90  
% 18.54/2.90  fork 3: search terminated without proof.
% 18.54/2.92  
% 18.54/2.92  fork 1: search finished without proof.
% 18.54/2.93  
% 18.54/2.93  
% 18.54/2.93  fork 4: search terminated without proof.
% 18.54/2.94  
% 18.54/2.94  **** run 100 fork 3 starts with strategy
% 18.54/2.94  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 18.54/2.95  
% 18.54/2.95  **** run 98 fork 1 starts with strategy
% 18.54/2.95  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 19.73/2.97  
% 19.73/2.97  **** run 101 fork 4 starts with strategy
% 19.73/2.97  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 20.94/3.05  
% 20.94/3.05  
% 20.94/3.05  fork 6: search terminated without proof.
% 20.94/3.08  
% 20.94/3.08  **** run 103 fork 6 starts with strategy
% 20.94/3.08  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 22.01/3.24  
% 22.01/3.24  
% 22.01/3.24  fork 0: search terminated without proof.
% 22.74/3.27  
% 22.74/3.27  **** run 97 fork 0 starts with strategy
% 22.74/3.27  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 26.62/3.79  
% 26.62/3.79  
% 26.62/3.79  fork 7: search terminated without proof.
% 26.96/3.81  
% 26.96/3.81  **** run 112 fork 7 starts with strategy
% 26.96/3.81  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 27.79/3.97  
% 27.79/3.97  
% 27.79/3.97  fork 1: search terminated without proof.
% 27.79/3.98  
% 27.79/3.98  
% 27.79/3.98  fork 3: search terminated without proof.
% 28.19/3.99  
% 28.19/3.99  
% 28.19/3.99  fork 4: search terminated without proof.
% 28.19/4.00  
% 28.19/4.00  **** run 106 fork 1 starts with strategy
% 28.19/4.00  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 28.19/4.01  
% 28.19/4.01  **** run 108 fork 3 starts with strategy
% 28.19/4.01  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 28.19/4.01  
% 28.19/4.01  **** run 109 fork 4 starts with strategy
% 28.19/4.01  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 28.19/4.04  
% 28.19/4.04  
% 28.19/4.04  fork 2: search terminated without proof.
% 28.73/4.07  
% 28.73/4.07  **** run 107 fork 2 starts with strategy
% 28.73/4.07  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 28.73/4.10  
% 28.73/4.10  
% 28.73/4.10  fork 5: search terminated without proof.
% 29.07/4.12  
% 29.07/4.12  **** run 110 fork 5 starts with strategy
% 29.07/4.12  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 29.31/4.26  
% 29.31/4.26  
% 29.31/4.26  fork 6: search terminated without proof.
% 29.31/4.29  
% 29.31/4.29  
% 29.31/4.29  fork 0: search terminated without proof.
% 29.31/4.30  
% 29.31/4.30  **** run 111 fork 6 starts with strategy
% 29.31/4.30  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 30.28/4.33  
% 30.28/4.33  **** run 105 fork 0 starts with strategy
% 30.28/4.33  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 33.41/4.72  
% 33.41/4.72  
% 33.41/4.72  result: proof found
% 33.41/4.72  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 33.41/4.72  by run 107 fork 2 strategy {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 33.41/4.72  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 33.41/4.72  
% 33.41/4.72  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 33.41/4.72  
% 33.41/4.72  run 107 fork 2 statistics:
% 33.41/4.72  ----------------------------------
% 33.41/4.72  this run seconds: 0.431924
% 33.41/4.72  total seconds: 4.009847
% 33.41/4.72  stat_given_used: 1925
% 33.41/4.72  stat_given_used_at_endgame: 0
% 33.41/4.72  stat_given_candidates:   3592
% 33.41/4.72  stat_given_candidates_at_endgame: 0
% 33.41/4.72  stat_given_candidates_h: 0
% 33.41/4.72  stat_binres_derived_cl:   144664
% 33.41/4.72  stat_binres_derived_cl_h: 0
% 33.41/4.72  stat_factor_derived_cl: 0
% 33.41/4.72  stat_para_derived_cl: 5851
% 33.41/4.72  stat_tautologies_discarded: 2
% 33.41/4.72  stat_forward_subsumed: 14398
% 33.41/4.72  stat_derived_cut: 4
% 33.41/4.72  stat_derived_rewritten: 64
% 33.41/4.72  stat_weight_discarded_building: 0
% 33.41/4.72  stat_weight_discarded_cl: 131280
% 33.41/4.72  stat_internlimit_discarded_cl: 0
% 33.41/4.72  stat_simplified:  65 simplified 0 derived 0 given
% 33.41/4.72  stat_kept_cl: 4822
% 33.41/4.72  stat_built_cl: 140017
% 33.41/4.72  stat_hyperres_partial_cl: 0
% 33.41/4.72  stat_made_rewriters: 6
% 33.41/4.72  stat_backward_subsumed: 0
% 33.41/4.72  stat_propagated_subsumed: 0
% 33.41/4.72  stat_clsubs_attempted:                    242419
% 33.41/4.72  stat_clsubs_fact_groundunit_found:             0
% 33.41/4.72  stat_clsubs_rule_groundunit_found:             1
% 33.41/4.72  stat_clsubs_top_meta_attempted:            2343602
% 33.41/4.72  stat_clsubs_top_meta_failed:               2101183
% 33.41/4.72  stat_clsubs_top_meta_nonpref_attempted:             2343602
% 33.41/4.72  stat_clsubs_top_meta_nonpref_succeeded:             1171599
% 33.41/4.72  stat_clsubs_top_meta_pref_attempted:                1171599
% 33.41/4.72  stat_clsubs_top_meta_pref1_succeeded:               1132847
% 33.41/4.72  stat_clsubs_top_meta_pref2_succeeded:                478416
% 33.41/4.72  stat_clsubs_top_meta_pref3_succeeded:                242419
% 33.41/4.72  stat_clsubs_top_meta_pref_succeeded:                 242419
% 33.41/4.72  stat_clsubs_meta_attempted:               253579
% 33.41/4.72  stat_clsubs_meta_failed:                   33519
% 33.41/4.72  stat_clsubs_predsymbs_attempted:               0
% 33.41/4.72  stat_clsubs_unit_attempted:               225307
% 33.41/4.72  stat_clsubs_full_attempted:                17112
% 33.41/4.72  stat_forwardsubs_attempted:               150501
% 33.41/4.72  stat_lit_hash_added:                   5646
% 33.41/4.72  stat_lit_hash_computed:              163543
% 33.41/4.72  stat_lit_hash_match_found:            14654
% 33.41/4.72  stat_lit_hash_match_miss:            280969
% 33.41/4.72  stat_lit_hash_cut_ok:                     3
% 33.41/4.72  stat_lit_strong_cut_ok:                   3
% 33.41/4.72  stat_lit_hash_subsume_ok:             14398
% 33.41/4.72  clqueue els 10000000 used 1
% 33.41/4.72  clactive els 10000000 used 1926
% 33.41/4.72  clactivesubsume els 10000000 used 11545
% 33.41/4.72  queue_termbuf els 200000000 used 294216
% 33.41/4.72  hyper_termbuf els 100000000 used 1
% 33.41/4.72  active_termbuf els 100000000 used 84084
% 33.41/4.72  varstack els 5000 last used 1
% 33.41/4.72  given_termbuf els 10000000 last used 1
% 33.41/4.72  simplified_termbuf els 10000000 last used 1
% 33.41/4.72  derived_termbuf els 10000000 last used 48
% 33.41/4.72  wr_mallocs: 29177
% 33.41/4.72  wr_callocs: 21
% 33.41/4.72  wr_reallocs: 943
% 33.41/4.72  wr_frees: 2
% 33.41/4.72  wr_malloc_bytes: 4163579188
% 33.41/4.72  wr_calloc_bytes: 112065536
% 33.41/4.72  wr_realloc_bytes: 215248
% 33.41/4.72  wr_realloc_freebytes: 0
% 33.41/4.72  ----------------------------------
%------------------------------------------------------------------------------