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

View Problem - Process Solution

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

% Computer : n017.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:30 EDT 2023

% Result   : Unsatisfiable 3.22s 0.95s
% Output   : CNFRefutation 3.22s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_wajsberg_1')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    implies(truth,X) = X,
    inference(cnf_transformation,[],['$inc_wajsberg_1']) ).

cnf('2',plain,
    xor(X0,X1) = or(and(X0,not(X1)),and(not(X0),X1)),
    inference(cnf_transformation,[],['$inc_xor_definition']) ).

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

cnf('4',plain,
    and_star(X,Y) = not(or(not(X),not(Y))),
    inference(cnf_transformation,[],['$inc_and_star_definition']) ).

cnf('5',plain,
    and(X,Y) = and_star(X,Y),
    inference(simplify,[],['3','4']) ).

cnf('6',plain,
    xor(X,Y) = or(and_star(X,not(Y)),and_star(not(X),Y)),
    inference(simplify,[then_simplify],['2','5','5']) ).

cnf('7',plain,
    or(X,Y) = or(Y,X),
    inference(cnf_transformation,[],['$inc_or_commutativity']) ).

cnf('8',plain,
    or(and_star(not(X3),Y3),and_star(X3,not(Y3))) = xor(X3,Y3),
    inference(paramodulation,[],['6','7']) ).

cnf('9',plain,
    not(truth) = falsehood,
    inference(cnf_transformation,[],['$inc_false_definition']) ).

cnf('10',plain,
    or(X,Y) = implies(not(X),Y),
    inference(cnf_transformation,[],['$inc_or_definition']) ).

cnf('11',plain,
    or(or(not(X),not(Y)),Z) = implies(and_star(X,Y),Z),
    inference(paramodulation,[],['4','10']) ).

cnf('12',plain,
    implies(implies(X,Y),implies(implies(Y,Z),implies(X,Z))) = truth,
    inference(cnf_transformation,[],['$inc_wajsberg_2']) ).

cnf('13',plain,
    implies(X3,implies(implies(X3,Y3),implies(truth,Y3))) = truth,
    inference(paramodulation,[],['1','12']) ).

cnf('14',plain,
    implies(X,implies(implies(X,Y),Y)) = truth,
    inference(simplify,[],['13','1']) ).

cnf('15',plain,
    truth = implies(implies(truth,X3),X3),
    inference(paramodulation,[],['14','1']) ).

cnf('16',plain,
    truth = implies(X,X),
    inference(simplify,[],['15','1']) ).

cnf('17',plain,
    or(X,not(X)) = truth,
    inference(paramodulation,[],['16','10']) ).

cnf('18',plain,
    implies(implies(not(X0),not(X1)),implies(X1,X0)) = truth,
    inference(cnf_transformation,[],['$inc_wajsberg_4']) ).

cnf('19',plain,
    implies(or(X,not(Y)),implies(Y,X)) = truth,
    inference(simplify,[],['18','10']) ).

cnf('20',plain,
    implies(or(X3,not(truth)),X3) = truth,
    inference(paramodulation,[],['1','19']) ).

cnf('21',plain,
    implies(or(X,falsehood),X) = truth,
    inference(simplify,[],['20','9']) ).

cnf('22',plain,
    implies(or(falsehood,X),X) = truth,
    inference(paramodulation,[],['7','21']) ).

cnf('23',plain,
    implies(truth,not(falsehood)) = truth,
    inference(paramodulation,[],['17','22']) ).

cnf('24',plain,
    not(falsehood) = truth,
    inference(simplify,[],['23','1']) ).

cnf('25',plain,
    or(falsehood,X3) = implies(truth,X3),
    inference(paramodulation,[],['24','10']) ).

cnf('26',plain,
    or(falsehood,X) = X,
    inference(simplify,[],['25','1']) ).

cnf('27',plain,
    or(X,falsehood) = X,
    inference(paramodulation,[],['26','7']) ).

cnf('28',plain,
    implies(and_star(X,Y),falsehood) = or(not(X),not(Y)),
    inference(paramodulation,[],['11','27']) ).

cnf('29',plain,
    implies(and_star(truth,X3),falsehood) = or(falsehood,not(X3)),
    inference(paramodulation,[],['9','28']) ).

cnf('30',plain,
    implies(and_star(truth,X),falsehood) = not(X),
    inference(simplify,[],['29','26']) ).

cnf('31',plain,
    or(not(X3),not(Y3)) = implies(and_star(Y3,X3),falsehood),
    inference(paramodulation,[],['28','7']) ).

cnf('32',plain,
    implies(and_star(X,Y),falsehood) = implies(and_star(Y,X),falsehood),
    inference(simplify,[],['31','28']) ).

cnf('33',plain,
    implies(and_star(X,truth),falsehood) = not(X),
    inference(paramodulation,[],['30','32']) ).

cnf('34',plain,
    implies(implies(X,Y),Y) = implies(implies(Y,X),X),
    inference(cnf_transformation,[],['$inc_wajsberg_3']) ).

cnf('35',plain,
    implies(X,implies(implies(Y,X),X)) = truth,
    inference(paramodulation,[],['34','14']) ).

cnf('36',plain,
    truth = implies(implies(X,truth),truth),
    inference(paramodulation,[],['35','1']) ).

cnf('37',plain,
    implies(X,truth) = truth,
    inference(paramodulation,[],['36','14']) ).

cnf('38',plain,
    or(X3,truth) = truth,
    inference(paramodulation,[],['37','10']) ).

cnf('39',plain,
    or(truth,X) = implies(falsehood,X),
    inference(paramodulation,[],['9','10']) ).

cnf('40',plain,
    or(X,truth) = implies(falsehood,X),
    inference(paramodulation,[],['7','39']) ).

cnf('41',plain,
    implies(falsehood,X) = truth,
    inference(simplify,[],['38','40']) ).

cnf('42',plain,
    implies(implies(X3,falsehood),falsehood) = implies(truth,X3),
    inference(paramodulation,[],['41','34']) ).

cnf('43',plain,
    implies(implies(X,falsehood),falsehood) = X,
    inference(simplify,[],['42','1']) ).

cnf('44',plain,
    implies(not(X3),falsehood) = and_star(X3,truth),
    inference(paramodulation,[],['33','43']) ).

cnf('45',plain,
    and_star(X0,X1) = not(or(not(X0),not(X1))),
    inference(cnf_transformation,[],['$inc_and_star_definition']) ).

cnf('46',plain,
    and_star(X,Y) = not(implies(and_star(X,Y),falsehood)),
    inference(simplify,[],['45','28']) ).

cnf('47',plain,
    and_star(X,truth) = not(not(X)),
    inference(paramodulation,[],['33','46']) ).

cnf('48',plain,
    X = not(not(X)),
    inference(simplify,[then_simplify],['44','10','27','47']) ).

cnf('49',plain,
    or(not(X3),not(Y3)) = not(and_star(X3,Y3)),
    inference(paramodulation,[],['4','48']) ).

cnf('50',plain,
    or(not(X),Y) = implies(X,Y),
    inference(paramodulation,[],['48','10']) ).

cnf('51',plain,
    or(X,not(Y)) = implies(Y,X),
    inference(paramodulation,[],['50','7']) ).

cnf('52',plain,
    implies(X,not(Y)) = not(and_star(Y,X)),
    inference(simplify,[],['49','51']) ).

cnf('53',plain,
    implies(X,Y) = not(and_star(not(Y),X)),
    inference(paramodulation,[],['48','52']) ).

cnf('54',plain,
    and_star(not(X),Y) = not(implies(Y,X)),
    inference(paramodulation,[],['53','48']) ).

cnf('55',plain,
    and_star(X,Y) = and_star(Y,X),
    inference(cnf_transformation,[],['$inc_and_star_commutativity']) ).

cnf('56',plain,
    and_star(X,not(Y)) = not(implies(X,Y)),
    inference(paramodulation,[],['54','55']) ).

cnf('57',plain,
    not(and_star(implies(X,Y),implies(Y,X))) = xor(Y,X),
    inference(simplify,[then_simplify],['8','54','56','51','52']) ).

cnf('58',plain,
    and_star(implies(X,Y),implies(Y,X)) = not(xor(Y,X)),
    inference(paramodulation,[],['57','48']) ).

cnf('59',plain,
    and_star(X3,implies(X3,truth)) = not(xor(X3,truth)),
    inference(paramodulation,[],['1','58']) ).

cnf('60',plain,
    X = not(xor(X,truth)),
    inference(simplify,[then_simplify],['59','37','47','48']) ).

cnf('61',plain,
    xor(X,truth) = not(X),
    inference(paramodulation,[],['60','48']) ).

cnf('62',plain,
    not(x) != xor(x,truth),
    inference(cnf_transformation,[],[prove_alternative_wajsberg_axiom]) ).

cnf('63',plain,
    $false,
    inference(paramodulation,[],['61','62']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : LCL153-1 : TPTP v8.1.2. Released v1.0.0.
% 0.07/0.13  % Command  : gkc %s
% 0.14/0.35  % Computer : n017.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Fri Aug 25 01:30:10 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.22/0.40  
% 0.22/0.40  input clause set summed statistics:
% 0.22/0.40  ----------------------------------
% 0.22/0.40  in_clause_count:                    17
% 0.22/0.40  in_rule_clause_count:               17
% 0.22/0.40  in_fact_clause_count:                0
% 0.22/0.40  in_answer_clause_count:              0
% 0.22/0.40  in_ground_clause_count:              2
% 0.22/0.40  in_unit_clause_count:               17
% 0.22/0.40  in_horn_clause_count:               17
% 0.22/0.40  in_pos_clause_count:                16
% 0.22/0.40  in_neg_clause_count:                 1
% 0.22/0.40  in_poseq_clause_count:              16
% 0.22/0.40  in_negeq_clause_count:               1
% 0.22/0.40  in_unitposeq_clause_count:          16
% 0.22/0.40  in_chain_clause_count:               0
% 0.22/0.40  in_min_length:             1
% 0.22/0.40  in_max_length:             1
% 0.22/0.40  in_min_depth:              2
% 0.22/0.40  in_max_depth:              4
% 0.22/0.40  in_min_size:               4
% 0.22/0.40  in_max_size:              13
% 0.22/0.40  in_min_vars:               0
% 0.22/0.40  in_max_vars:               3
% 0.22/0.40  in_extaxiom_count:                16
% 0.22/0.40  in_axiom_count:                    0
% 0.22/0.40  in_assumption_count:               0
% 0.22/0.40  in_goal_count:                     1
% 0.22/0.40  in_neg_goal_count:                 1
% 0.22/0.40  in_pos_goal_count:                 0
% 0.22/0.40  in_posunit_goal_count:             0
% 0.22/0.40  
% 0.22/0.40  auto guide:
% 0.22/0.40  -----------
% 0.22/0.40  {
% 0.22/0.40  "print":1,
% 0.22/0.40  "print_level": 15,
% 0.22/0.40  "max_size": 0,
% 0.22/0.40  "max_depth": 0,
% 0.22/0.40  "max_length": 0,
% 0.22/0.40  "max_dseconds": 0,
% 0.22/0.40  "runs":[
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.22/0.40  
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.22/0.40  
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.22/0.40  
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.22/0.40  
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.22/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.22/0.40  
% 0.22/0.40  ]}
% 0.22/0.40  
% 0.22/0.40  
% 0.22/0.40  **** run 1 fork 0 starts with strategy
% 0.22/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.22/0.40  
% 0.22/0.40  **** run 2 fork 1 starts with strategy
% 0.22/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.22/0.40  
% 0.22/0.40  **** run 3 fork 2 starts with strategy
% 0.22/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.22/0.40  
% 0.22/0.40  **** run 4 fork 3 starts with strategy
% 0.22/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.22/0.40  
% 0.22/0.40  **** run 5 fork 4 starts with strategy
% 0.22/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.22/0.40  
% 0.22/0.40  **** run 6 fork 5 starts with strategy
% 0.22/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.22/0.40  
% 0.22/0.40  **** run 7 fork 6 starts with strategy
% 0.22/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.22/0.40  
% 0.22/0.40  **** run 8 fork 7 starts with strategy
% 0.22/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.22/0.53  
% 0.22/0.53  
% 0.22/0.53  fork 3: search terminated without proof.
% 0.22/0.53  
% 0.22/0.53  
% 0.22/0.53  fork 4: search terminated without proof.
% 0.22/0.53  
% 0.22/0.53  
% 0.22/0.53  fork 5: search terminated without proof.
% 0.22/0.53  
% 0.22/0.53  
% 0.22/0.53  fork 6: search terminated without proof.
% 0.22/0.53  
% 0.22/0.53  
% 0.22/0.53  fork 2: search terminated without proof.
% 0.22/0.53  
% 0.22/0.53  
% 0.22/0.53  fork 7: search terminated without proof.
% 0.22/0.55  
% 0.22/0.55  **** run 11 fork 2 starts with strategy
% 0.22/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.22/0.56  
% 0.22/0.56  **** run 12 fork 3 starts with strategy
% 0.22/0.56  
% 0.22/0.56  **** run 13 fork 4 starts with strategy
% 0.22/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.22/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.22/0.56  
% 0.22/0.56  **** run 14 fork 5 starts with strategy
% 0.22/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.22/0.56  
% 0.22/0.56  **** run 15 fork 6 starts with strategy
% 0.22/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.22/0.56  
% 0.22/0.56  **** run 16 fork 7 starts with strategy
% 0.22/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.22/0.67  
% 0.22/0.67  
% 0.22/0.67  fork 2: search terminated without proof.
% 0.22/0.68  
% 0.22/0.68  
% 0.22/0.68  fork 4: search terminated without proof.
% 0.22/0.68  
% 0.22/0.68  
% 0.22/0.68  fork 3: search terminated without proof.
% 0.22/0.68  
% 0.22/0.68  
% 0.22/0.68  fork 7: search terminated without proof.
% 0.22/0.68  
% 0.22/0.68  
% 0.22/0.68  fork 5: search terminated without proof.
% 0.22/0.68  
% 0.22/0.68  
% 0.22/0.68  fork 6: search terminated without proof.
% 0.22/0.70  
% 0.22/0.70  **** run 19 fork 2 starts with strategy
% 0.22/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.22/0.71  
% 0.22/0.71  **** run 23 fork 6 starts with strategy
% 0.22/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.22/0.71  
% 0.22/0.71  **** run 21 fork 4 starts with strategy
% 0.22/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.22/0.71  
% 0.22/0.71  **** run 20 fork 3 starts with strategy
% 0.22/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.22/0.71  
% 0.22/0.71  **** run 24 fork 7 starts with strategy
% 0.22/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.22/0.71  
% 0.22/0.71  **** run 22 fork 5 starts with strategy
% 0.22/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 2.68/0.83  
% 2.68/0.83  
% 2.68/0.83  fork 7: search terminated without proof.
% 2.68/0.83  
% 2.68/0.83  
% 2.68/0.83  fork 3: search terminated without proof.
% 2.68/0.84  
% 2.68/0.84  
% 2.68/0.84  fork 4: search terminated without proof.
% 2.68/0.85  
% 2.68/0.85  **** run 32 fork 7 starts with strategy
% 2.68/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 2.68/0.85  
% 2.68/0.85  **** run 28 fork 3 starts with strategy
% 2.68/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 2.68/0.86  
% 2.68/0.86  
% 2.68/0.86  fork 2: search terminated without proof.
% 2.68/0.87  
% 2.68/0.87  **** run 29 fork 4 starts with strategy
% 2.68/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 2.68/0.88  
% 2.68/0.88  
% 2.68/0.88  fork 5: search terminated without proof.
% 2.68/0.89  
% 2.68/0.89  **** run 27 fork 2 starts with strategy
% 2.68/0.89  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 2.68/0.91  
% 2.68/0.91  **** run 30 fork 5 starts with strategy
% 2.68/0.91  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 3.22/0.95  
% 3.22/0.95  
% 3.22/0.95  result: proof found
% 3.22/0.95  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 3.22/0.95  by run 23 fork 6 strategy {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 3.22/0.95  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 3.22/0.95  
% 3.22/0.95  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 3.22/0.95  
% 3.22/0.95  run 23 fork 6 statistics:
% 3.22/0.95  ----------------------------------
% 3.22/0.95  this run seconds: 0.049919
% 3.22/0.95  total seconds: 0.388871
% 3.22/0.95  stat_given_used: 140
% 3.22/0.95  stat_given_used_at_endgame: 0
% 3.22/0.95  stat_given_candidates:   1041
% 3.22/0.95  stat_given_candidates_at_endgame: 0
% 3.22/0.95  stat_given_candidates_h: 0
% 3.22/0.95  stat_binres_derived_cl:   0
% 3.22/0.95  stat_binres_derived_cl_h: 0
% 3.22/0.95  stat_factor_derived_cl: 0
% 3.22/0.95  stat_para_derived_cl: 7739
% 3.22/0.95  stat_tautologies_discarded: 0
% 3.22/0.95  stat_forward_subsumed: 2455
% 3.22/0.95  stat_derived_cut: 0
% 3.22/0.95  stat_derived_rewritten: 102
% 3.22/0.95  stat_weight_discarded_building: 0
% 3.22/0.95  stat_weight_discarded_cl: 0
% 3.22/0.95  stat_internlimit_discarded_cl: 0
% 3.22/0.95  stat_simplified:  102 simplified 0 derived 0 given
% 3.22/0.95  stat_kept_cl: 4650
% 3.22/0.95  stat_built_cl: 5032
% 3.22/0.95  stat_hyperres_partial_cl: 0
% 3.22/0.95  stat_made_rewriters: 123
% 3.22/0.95  stat_backward_subsumed: 0
% 3.22/0.95  stat_propagated_subsumed: 0
% 3.22/0.95  stat_clsubs_attempted:                       729
% 3.22/0.95  stat_clsubs_fact_groundunit_found:             0
% 3.22/0.95  stat_clsubs_rule_groundunit_found:             1
% 3.22/0.95  stat_clsubs_top_meta_attempted:              11330
% 3.22/0.95  stat_clsubs_top_meta_failed:                 10601
% 3.22/0.95  stat_clsubs_top_meta_nonpref_attempted:               11330
% 3.22/0.95  stat_clsubs_top_meta_nonpref_succeeded:                4489
% 3.22/0.95  stat_clsubs_top_meta_pref_attempted:                   4489
% 3.22/0.95  stat_clsubs_top_meta_pref1_succeeded:                  4489
% 3.22/0.95  stat_clsubs_top_meta_pref2_succeeded:                  1066
% 3.22/0.95  stat_clsubs_top_meta_pref3_succeeded:                   729
% 3.22/0.95  stat_clsubs_top_meta_pref_succeeded:                    729
% 3.22/0.95  stat_clsubs_meta_attempted:                  729
% 3.22/0.95  stat_clsubs_meta_failed:                      50
% 3.22/0.95  stat_clsubs_predsymbs_attempted:               0
% 3.22/0.95  stat_clsubs_unit_attempted:                  729
% 3.22/0.95  stat_clsubs_full_attempted:                    0
% 3.22/0.95  stat_forwardsubs_attempted:                 7105
% 3.22/0.95  stat_lit_hash_added:                   4674
% 3.22/0.95  stat_lit_hash_computed:               11991
% 3.22/0.95  stat_lit_hash_match_found:             2466
% 3.22/0.95  stat_lit_hash_match_miss:              9603
% 3.22/0.95  stat_lit_hash_cut_ok:                     0
% 3.22/0.95  stat_lit_strong_cut_ok:                   0
% 3.22/0.95  stat_lit_hash_subsume_ok:              2455
% 3.22/0.95  clqueue els 10000000 used 1
% 3.22/0.95  clactive els 10000000 used 141
% 3.22/0.95  clactivesubsume els 10000000 used 799
% 3.22/0.95  queue_termbuf els 200000000 used 285201
% 3.22/0.95  hyper_termbuf els 100000000 used 1
% 3.22/0.95  active_termbuf els 100000000 used 4930
% 3.22/0.95  varstack els 5000 last used 1
% 3.22/0.95  given_termbuf els 10000000 last used 1
% 3.22/0.95  simplified_termbuf els 10000000 last used 1
% 3.22/0.95  derived_termbuf els 10000000 last used 34
% 3.22/0.95  wr_mallocs: 19079
% 3.22/0.95  wr_callocs: 21
% 3.22/0.95  wr_reallocs: 477
% 3.22/0.95  wr_frees: 2
% 3.22/0.95  wr_malloc_bytes: 4163260132
% 3.22/0.95  wr_calloc_bytes: 112065536
% 3.22/0.95  wr_realloc_bytes: 121136
% 3.22/0.95  wr_realloc_freebytes: 0
% 3.22/0.95  ----------------------------------
%------------------------------------------------------------------------------