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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : GRP607-1 : TPTP v8.1.2. Released v2.6.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 00:54:58 EDT 2023

% Result   : Unsatisfiable 5.27s 1.12s
% Output   : CNFRefutation 5.27s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named multiply)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    multiply(X,Y) = inverse(double_divide(Y,X)),
    inference(cnf_transformation,[],[multiply]) ).

cnf('2',plain,
    double_divide(inverse(double_divide(X0,inverse(double_divide(inverse(X1),double_divide(X0,X2))))),X2) = X1,
    inference(cnf_transformation,[],[single_axiom]) ).

cnf('3',plain,
    double_divide(multiply(multiply(double_divide(X,Y),inverse(Z)),X),Y) = Z,
    inference(simplify,[then_simplify],['2','1','1']) ).

cnf('4',plain,
    multiply(X,multiply(multiply(double_divide(Y,X),inverse(Z)),Y)) = inverse(Z),
    inference(paramodulation,[],['3','1']) ).

cnf('5',plain,
    double_divide(multiply(multiply(X,inverse(Y)),multiply(multiply(double_divide(Z,U),inverse(X)),Z)),U) = Y,
    inference(paramodulation,[],['3','3']) ).

cnf('6',plain,
    double_divide(inverse(X),multiply(X,inverse(Y))) = Y,
    inference(paramodulation,[],['4','5']) ).

cnf('7',plain,
    multiply(multiply(X,inverse(Y)),inverse(X)) = inverse(Y),
    inference(paramodulation,[],['6','1']) ).

cnf('8',plain,
    multiply(multiply(X3,multiply(Y3,Z3)),inverse(X3)) = inverse(double_divide(Z3,Y3)),
    inference(paramodulation,[],['1','7']) ).

cnf('9',plain,
    multiply(multiply(X,multiply(Y,Z)),inverse(X)) = multiply(Y,Z),
    inference(simplify,[],['8','1']) ).

cnf('10',plain,
    double_divide(inverse(multiply(X,inverse(Y))),inverse(Y)) = X,
    inference(paramodulation,[],['7','6']) ).

cnf('11',plain,
    double_divide(inverse(multiply(X,Y)),inverse(Z)) = multiply(Z,multiply(X,Y)),
    inference(paramodulation,[],['9','10']) ).

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

cnf('13',plain,
    multiply(double_divide(X,Y),multiply(Z,multiply(Y,X))) = Z,
    inference(paramodulation,[],['1','12']) ).

cnf('14',plain,
    multiply(X3,multiply(multiply(double_divide(Y3,X3),multiply(Z3,U3)),Y3)) = inverse(double_divide(U3,Z3)),
    inference(paramodulation,[],['1','4']) ).

cnf('15',plain,
    multiply(X,multiply(multiply(double_divide(Y,X),multiply(Z,U)),Y)) = multiply(Z,U),
    inference(simplify,[],['14','1']) ).

cnf('16',plain,
    multiply(X,multiply(multiply(Y,Z),U)) = multiply(multiply(double_divide(V,double_divide(U,X)),multiply(Y,Z)),V),
    inference(paramodulation,[],['15','15']) ).

cnf('17',plain,
    multiply(double_divide(inverse(X),Y),Y) = X,
    inference(paramodulation,[],['12','13']) ).

cnf('18',plain,
    multiply(X,Y) = double_divide(inverse(Y),inverse(X)),
    inference(paramodulation,[],['17','12']) ).

cnf('19',plain,
    multiply(inverse(X),inverse(multiply(Y,inverse(X)))) = inverse(Y),
    inference(paramodulation,[],['7','7']) ).

cnf('20',plain,
    multiply(inverse(X),inverse(inverse(Y))) = inverse(multiply(X,inverse(Y))),
    inference(paramodulation,[],['19','7']) ).

cnf('21',plain,
    multiply(double_divide(inverse(X),X),inverse(Y)) = inverse(Y),
    inference(paramodulation,[],['12','4']) ).

cnf('22',plain,
    double_divide(multiply(X,Y),multiply(double_divide(Y,X),inverse(Z))) = Z,
    inference(paramodulation,[],['1','6']) ).

cnf('23',plain,
    double_divide(multiply(X,inverse(X)),inverse(Y)) = Y,
    inference(paramodulation,[],['21','22']) ).

cnf('24',plain,
    double_divide(inverse(multiply(X3,inverse(X3))),inverse(Y3)) = Y3,
    inference(paramodulation,[],['20','23']) ).

cnf('25',plain,
    multiply(X,multiply(Y,inverse(Y))) = X,
    inference(simplify,[],['24','18']) ).

cnf('26',plain,
    multiply(double_divide(inverse(X),X),Y) = Y,
    inference(paramodulation,[],['25','13']) ).

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

cnf('28',plain,
    multiply(multiply(double_divide(X,Y),multiply(Y,X)),Z) = Z,
    inference(paramodulation,[],['1','27']) ).

cnf('29',plain,
    multiply(X,multiply(multiply(double_divide(Y,X),Z),Y)) = Z,
    inference(paramodulation,[],['16','28']) ).

cnf('30',plain,
    multiply(double_divide(X,multiply(double_divide(X,Y),Z)),Z) = Y,
    inference(paramodulation,[],['29','13']) ).

cnf('31',plain,
    multiply(double_divide(X,Y),multiply(Y,multiply(Z,X))) = Z,
    inference(paramodulation,[],['13','30']) ).

cnf('32',plain,
    multiply(X,multiply(double_divide(Y,Z),multiply(Z,Y))) = X,
    inference(paramodulation,[],['1','25']) ).

cnf('33',plain,
    X = double_divide(Y,double_divide(Y,X)),
    inference(paramodulation,[],['31','32']) ).

cnf('34',plain,
    multiply(double_divide(X,Y),X) = inverse(Y),
    inference(paramodulation,[],['33','1']) ).

cnf('35',plain,
    inverse(inverse(X)) = X,
    inference(paramodulation,[],['34','17']) ).

cnf('36',plain,
    multiply(X,double_divide(inverse(Y),X)) = Y,
    inference(paramodulation,[],['33','17']) ).

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

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

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

cnf('40',plain,
    double_divide(inverse(multiply(X,Y)),Y) = X,
    inference(paramodulation,[],['39','6']) ).

cnf('41',plain,
    double_divide(inverse(X3),inverse(Y3)) = multiply(X3,Y3),
    inference(paramodulation,[],['38','40']) ).

cnf('42',plain,
    multiply(X,inverse(Y)) = double_divide(Y,inverse(X)),
    inference(paramodulation,[],['35','18']) ).

cnf('43',plain,
    multiply(X,Y) = multiply(Y,X),
    inference(simplify,[then_simplify],['41','42','35']) ).

cnf('44',plain,
    multiply(multiply(a3,b3),c3) != multiply(a3,multiply(b3,c3)),
    inference(cnf_transformation,[],[prove_these_axioms_3]) ).

cnf('45',plain,
    multiply(multiply(a3,b3),c3) != multiply(a3,multiply(c3,b3)),
    inference(paramodulation,[],['43','44']) ).

cnf('46',plain,
    multiply(X3,multiply(Y3,Z3)) = multiply(Y3,multiply(X3,Z3)),
    inference(paramodulation,[],['13','15']) ).

cnf('47',plain,
    $false,
    inference(paramodulation,[then_simplify],['43','45','46']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : GRP607-1 : TPTP v8.1.2. Released v2.6.0.
% 0.11/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 : Tue Aug 29 02:17:25 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.18/0.38  
% 0.18/0.38  input clause set summed statistics:
% 0.18/0.38  ----------------------------------
% 0.18/0.38  in_clause_count:                     3
% 0.18/0.38  in_rule_clause_count:                3
% 0.18/0.38  in_fact_clause_count:                0
% 0.18/0.38  in_answer_clause_count:              0
% 0.18/0.38  in_ground_clause_count:              1
% 0.18/0.38  in_unit_clause_count:                3
% 0.18/0.38  in_horn_clause_count:                3
% 0.18/0.38  in_pos_clause_count:                 2
% 0.18/0.38  in_neg_clause_count:                 1
% 0.18/0.38  in_poseq_clause_count:               2
% 0.18/0.38  in_negeq_clause_count:               1
% 0.18/0.38  in_unitposeq_clause_count:           2
% 0.18/0.38  in_chain_clause_count:               0
% 0.18/0.38  in_min_length:             1
% 0.18/0.38  in_max_length:             1
% 0.18/0.38  in_min_depth:              3
% 0.18/0.38  in_max_depth:              7
% 0.18/0.38  in_min_size:               8
% 0.18/0.38  in_max_size:              14
% 0.18/0.38  in_min_vars:               0
% 0.18/0.38  in_max_vars:               3
% 0.18/0.38  in_extaxiom_count:                 0
% 0.18/0.38  in_axiom_count:                    2
% 0.18/0.38  in_assumption_count:               0
% 0.18/0.38  in_goal_count:                     1
% 0.18/0.38  in_neg_goal_count:                 1
% 0.18/0.38  in_pos_goal_count:                 0
% 0.18/0.38  in_posunit_goal_count:             0
% 0.18/0.38  
% 0.18/0.38  auto guide:
% 0.18/0.38  -----------
% 0.18/0.38  {
% 0.18/0.38  "print":1,
% 0.18/0.38  "print_level": 15,
% 0.18/0.38  "max_size": 0,
% 0.18/0.38  "max_depth": 0,
% 0.18/0.38  "max_length": 0,
% 0.18/0.38  "max_dseconds": 0,
% 0.18/0.38  "runs":[
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"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.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"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.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.18/0.38  {"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.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"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.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.18/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"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.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"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.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.18/0.38  {"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.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"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.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.18/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"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.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"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.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.18/0.38  {"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.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"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.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.18/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.18/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.18/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.18/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4} 
% 0.18/0.38  
% 0.18/0.38  ]}
% 0.18/0.38  
% 0.18/0.38  
% 0.18/0.38  **** run 1 fork 0 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.18/0.38  
% 0.18/0.38  **** run 2 fork 1 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.18/0.38  
% 0.18/0.38  **** run 3 fork 2 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.18/0.38  
% 0.18/0.38  **** run 4 fork 3 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.18/0.38  
% 0.18/0.38  **** run 5 fork 4 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.18/0.38  
% 0.18/0.38  **** run 6 fork 5 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.18/0.38  
% 0.18/0.38  **** run 7 fork 6 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.18/0.39  
% 0.18/0.39  **** run 8 fork 7 starts with strategy
% 0.18/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 0: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 1: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 2: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 3: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 4: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 5: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 6: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 7: search terminated without proof.
% 0.18/0.53  
% 0.18/0.53  **** run 11 fork 2 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.53  
% 0.18/0.53  **** run 15 fork 6 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.18/0.53  
% 0.18/0.53  **** run 12 fork 3 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.18/0.54  
% 0.18/0.54  **** run 13 fork 4 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.18/0.54  
% 0.18/0.54  **** run 9 fork 0 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.18/0.54  
% 0.18/0.54  **** run 14 fork 5 starts with strategy
% 0.18/0.54  {"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.18/0.54  
% 0.18/0.54  **** run 10 fork 1 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.18/0.54  
% 0.18/0.54  **** run 16 fork 7 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 2: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 6: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 4: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 0: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 5: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 1: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 7: search terminated without proof.
% 0.18/0.66  
% 0.18/0.66  **** run 19 fork 2 starts with strategy
% 0.18/0.66  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.18/0.67  
% 0.18/0.67  **** run 23 fork 6 starts with strategy
% 0.18/0.67  {"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.18/0.67  
% 0.18/0.67  **** run 21 fork 4 starts with strategy
% 0.18/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.18/0.68  
% 0.18/0.68  **** run 24 fork 7 starts with strategy
% 0.18/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.18/0.68  
% 0.18/0.68  **** run 17 fork 0 starts with strategy
% 0.18/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.18/0.68  
% 0.18/0.68  **** run 18 fork 1 starts with strategy
% 0.18/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.18/0.68  
% 0.18/0.68  **** run 22 fork 5 starts with strategy
% 0.18/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.18/0.70  
% 0.18/0.70  fork 2: search finished without proof.
% 0.18/0.71  
% 0.18/0.71  fork 6: search finished without proof.
% 0.18/0.71  
% 0.18/0.71  fork 7: search finished without proof.
% 0.18/0.71  
% 0.18/0.71  fork 4: search finished without proof.
% 0.18/0.72  
% 0.18/0.72  fork 5: search finished without proof.
% 2.55/0.72  
% 2.55/0.72  **** run 27 fork 2 starts with strategy
% 2.55/0.72  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 2.55/0.73  
% 2.55/0.73  **** run 31 fork 6 starts with strategy
% 2.55/0.73  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 2.55/0.73  
% 2.55/0.73  **** run 32 fork 7 starts with strategy
% 2.55/0.73  {"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.80/0.73  
% 2.80/0.73  **** run 29 fork 4 starts with strategy
% 2.80/0.73  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 2.80/0.74  
% 2.80/0.74  **** run 30 fork 5 starts with strategy
% 2.80/0.74  {"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}
% 2.80/0.75  
% 2.80/0.75  fork 2: search finished without proof.
% 2.80/0.75  
% 2.80/0.75  fork 6: search finished without proof.
% 2.80/0.76  
% 2.80/0.76  fork 7: search finished without proof.
% 2.80/0.76  
% 2.80/0.76  fork 4: search finished without proof.
% 2.80/0.76  
% 2.80/0.76  fork 5: search finished without proof.
% 2.80/0.77  
% 2.80/0.77  **** run 35 fork 2 starts with strategy
% 2.80/0.77  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 2.80/0.77  
% 2.80/0.77  **** run 39 fork 6 starts with strategy
% 2.80/0.77  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 2.80/0.78  
% 2.80/0.78  **** run 40 fork 7 starts with strategy
% 2.80/0.78  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 2.80/0.78  
% 2.80/0.78  **** run 37 fork 4 starts with strategy
% 2.80/0.78  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 2.80/0.79  
% 2.80/0.79  **** run 38 fork 5 starts with strategy
% 2.80/0.79  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 2.80/0.79  
% 2.80/0.79  
% 2.80/0.79  fork 1: search terminated without proof.
% 2.80/0.79  
% 2.80/0.79  fork 2: search finished without proof.
% 3.26/0.81  
% 3.26/0.81  **** run 43 fork 2 starts with strategy
% 3.26/0.81  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 3.26/0.81  
% 3.26/0.81  
% 3.26/0.81  fork 0: search terminated without proof.
% 3.26/0.82  
% 3.26/0.82  **** run 26 fork 1 starts with strategy
% 3.26/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.26/0.83  
% 3.26/0.83  **** run 25 fork 0 starts with strategy
% 3.26/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.26/0.83  
% 3.26/0.83  fork 2: search finished without proof.
% 3.26/0.85  
% 3.26/0.85  **** run 51 fork 2 starts with strategy
% 3.26/0.85  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 3.26/0.85  
% 3.26/0.85  fork 1: search finished without proof.
% 3.26/0.86  
% 3.26/0.86  fork 0: search finished without proof.
% 3.72/0.87  
% 3.72/0.87  **** run 34 fork 1 starts with strategy
% 3.72/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 3.72/0.88  
% 3.72/0.88  **** run 33 fork 0 starts with strategy
% 3.72/0.88  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 3.72/0.88  
% 3.72/0.88  fork 2: search finished without proof.
% 3.72/0.89  
% 3.72/0.89  
% 3.72/0.89  fork 6: search terminated without proof.
% 3.72/0.89  
% 3.72/0.89  
% 3.72/0.89  fork 7: search terminated without proof.
% 3.72/0.90  
% 3.72/0.90  **** run 59 fork 2 starts with strategy
% 3.72/0.90  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 3.72/0.90  
% 3.72/0.90  fork 1: search finished without proof.
% 3.72/0.90  
% 3.72/0.90  
% 3.72/0.90  fork 4: search terminated without proof.
% 3.72/0.91  
% 3.72/0.91  
% 3.72/0.91  fork 5: search terminated without proof.
% 3.72/0.91  
% 3.72/0.91  fork 0: search finished without proof.
% 3.72/0.91  
% 3.72/0.91  **** run 47 fork 6 starts with strategy
% 3.72/0.91  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 3.72/0.91  
% 3.72/0.91  **** run 48 fork 7 starts with strategy
% 3.72/0.91  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 3.72/0.92  
% 3.72/0.92  **** run 42 fork 1 starts with strategy
% 3.72/0.92  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 3.72/0.92  
% 3.72/0.92  **** run 41 fork 0 starts with strategy
% 3.72/0.92  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 3.72/0.93  
% 3.72/0.93  **** run 45 fork 4 starts with strategy
% 3.72/0.93  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 3.72/0.93  
% 3.72/0.93  **** run 46 fork 5 starts with strategy
% 3.72/0.93  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 3.72/0.95  
% 3.72/0.95  fork 6: search finished without proof.
% 3.72/0.96  
% 3.72/0.96  fork 5: search finished without proof.
% 3.72/0.96  
% 3.72/0.96  **** run 55 fork 6 starts with strategy
% 3.72/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 4.41/0.98  
% 4.41/0.98  **** run 54 fork 5 starts with strategy
% 4.41/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 4.62/1.02  
% 4.62/1.02  
% 4.62/1.02  fork 2: search terminated without proof.
% 4.86/1.04  
% 4.86/1.04  **** run 67 fork 2 starts with strategy
% 4.86/1.04  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 4.86/1.04  
% 4.86/1.04  
% 4.86/1.04  fork 1: search terminated without proof.
% 4.86/1.05  
% 4.86/1.05  
% 4.86/1.05  fork 0: search terminated without proof.
% 4.86/1.05  
% 4.86/1.05  
% 4.86/1.05  fork 4: search terminated without proof.
% 4.86/1.07  
% 4.86/1.07  **** run 50 fork 1 starts with strategy
% 4.86/1.07  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 4.86/1.07  
% 4.86/1.07  **** run 49 fork 0 starts with strategy
% 4.86/1.07  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 4.86/1.07  
% 4.86/1.07  **** run 53 fork 4 starts with strategy
% 4.86/1.07  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 4.86/1.08  
% 4.86/1.08  
% 4.86/1.08  fork 6: search terminated without proof.
% 4.86/1.09  
% 4.86/1.09  
% 4.86/1.09  fork 5: search terminated without proof.
% 5.27/1.10  
% 5.27/1.10  **** run 63 fork 6 starts with strategy
% 5.27/1.10  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 5.27/1.12  
% 5.27/1.12  **** run 62 fork 5 starts with strategy
% 5.27/1.12  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 5.27/1.12  
% 5.27/1.12  
% 5.27/1.12  result: proof found
% 5.27/1.12  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 5.27/1.12  by run 67 fork 2 strategy {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 5.27/1.12  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 5.27/1.12  
% 5.27/1.12  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 5.27/1.12  
% 5.27/1.12  run 67 fork 2 statistics:
% 5.27/1.12  ----------------------------------
% 5.27/1.12  this run seconds: 0.052113
% 5.27/1.12  total seconds: 0.739930
% 5.27/1.12  stat_given_used: 112
% 5.27/1.12  stat_given_used_at_endgame: 0
% 5.27/1.12  stat_given_candidates:   344
% 5.27/1.12  stat_given_candidates_at_endgame: 0
% 5.27/1.12  stat_given_candidates_h: 0
% 5.27/1.12  stat_binres_derived_cl:   0
% 5.27/1.12  stat_binres_derived_cl_h: 0
% 5.27/1.12  stat_factor_derived_cl: 0
% 5.27/1.12  stat_para_derived_cl: 12165
% 5.27/1.12  stat_tautologies_discarded: 0
% 5.27/1.12  stat_forward_subsumed: 2952
% 5.27/1.12  stat_derived_cut: 1
% 5.27/1.12  stat_derived_rewritten: 8
% 5.27/1.12  stat_weight_discarded_building: 0
% 5.27/1.12  stat_weight_discarded_cl: 0
% 5.27/1.12  stat_internlimit_discarded_cl: 0
% 5.27/1.12  stat_simplified:  8 simplified 0 derived 0 given
% 5.27/1.12  stat_kept_cl: 8792
% 5.27/1.12  stat_built_cl: 9024
% 5.27/1.12  stat_hyperres_partial_cl: 0
% 5.27/1.12  stat_made_rewriters: 108
% 5.27/1.12  stat_backward_subsumed: 0
% 5.27/1.12  stat_propagated_subsumed: 0
% 5.27/1.12  stat_clsubs_attempted:                       681
% 5.27/1.12  stat_clsubs_fact_groundunit_found:             0
% 5.27/1.12  stat_clsubs_rule_groundunit_found:             1
% 5.27/1.12  stat_clsubs_top_meta_attempted:               6210
% 5.27/1.12  stat_clsubs_top_meta_failed:                  5529
% 5.27/1.12  stat_clsubs_top_meta_nonpref_attempted:                6210
% 5.27/1.12  stat_clsubs_top_meta_nonpref_succeeded:                1869
% 5.27/1.12  stat_clsubs_top_meta_pref_attempted:                   1869
% 5.27/1.12  stat_clsubs_top_meta_pref1_succeeded:                  1847
% 5.27/1.12  stat_clsubs_top_meta_pref2_succeeded:                   921
% 5.27/1.12  stat_clsubs_top_meta_pref3_succeeded:                   681
% 5.27/1.12  stat_clsubs_top_meta_pref_succeeded:                    681
% 5.27/1.12  stat_clsubs_meta_attempted:                  681
% 5.27/1.12  stat_clsubs_meta_failed:                      24
% 5.27/1.12  stat_clsubs_predsymbs_attempted:               0
% 5.27/1.12  stat_clsubs_unit_attempted:                  681
% 5.27/1.12  stat_clsubs_full_attempted:                    0
% 5.27/1.12  stat_forwardsubs_attempted:                11745
% 5.27/1.12  stat_lit_hash_added:                   8797
% 5.27/1.12  stat_lit_hash_computed:               20674
% 5.27/1.12  stat_lit_hash_match_found:             2968
% 5.27/1.12  stat_lit_hash_match_miss:             17710
% 5.27/1.12  stat_lit_hash_cut_ok:                     0
% 5.27/1.12  stat_lit_strong_cut_ok:                   1
% 5.27/1.12  stat_lit_hash_subsume_ok:              2952
% 5.27/1.12  clqueue els 10000000 used 1
% 5.27/1.12  clactive els 10000000 used 113
% 5.27/1.12  clactivesubsume els 10000000 used 661
% 5.27/1.12  queue_termbuf els 200000000 used 801958
% 5.27/1.12  hyper_termbuf els 100000000 used 1
% 5.27/1.12  active_termbuf els 100000000 used 5291
% 5.27/1.12  varstack els 5000 last used 1
% 5.27/1.12  given_termbuf els 10000000 last used 1
% 5.27/1.12  simplified_termbuf els 10000000 last used 1
% 5.27/1.12  derived_termbuf els 10000000 last used 51
% 5.27/1.12  wr_mallocs: 32363
% 5.27/1.12  wr_callocs: 21
% 5.27/1.12  wr_reallocs: 914
% 5.27/1.12  wr_frees: 2
% 5.27/1.12  wr_malloc_bytes: 4163744132
% 5.27/1.12  wr_calloc_bytes: 112065536
% 5.27/1.12  wr_realloc_bytes: 227336
% 5.27/1.12  wr_realloc_freebytes: 0
% 5.27/1.12  ----------------------------------
%------------------------------------------------------------------------------