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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : GRP097-1 : TPTP v8.1.2. Bugfixed v2.7.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n005.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:52:20 EDT 2023

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

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

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

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

cnf('4',plain,
    multiply(X3,divide(multiply(Y3,Z3),divide(X3,inverse(Z3)))) = Y3,
    inference(paramodulation,[],['1','3']) ).

cnf('5',plain,
    multiply(X,divide(multiply(Y,Z),multiply(X,Z))) = Y,
    inference(simplify,[],['4','1']) ).

cnf('6',plain,
    multiply(X,divide(multiply(Y,divide(multiply(Z,U),multiply(X,U))),Z)) = Y,
    inference(paramodulation,[],['5','5']) ).

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

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

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

cnf('10',plain,
    multiply(inverse(divide(X,Y)),X) = Y,
    inference(paramodulation,[],['8','9']) ).

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

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

cnf('13',plain,
    divide(X,divide(X,Y)) = Y,
    inference(paramodulation,[],['12','3']) ).

cnf('14',plain,
    multiply(inverse(X),Y) = inverse(divide(X,Y)),
    inference(paramodulation,[],['10','9']) ).

cnf('15',plain,
    inverse(divide(divide(X,Y),X)) = Y,
    inference(paramodulation,[],['14','10']) ).

cnf('16',plain,
    inverse(divide(X,Y)) = divide(Y,X),
    inference(paramodulation,[],['13','15']) ).

cnf('17',plain,
    inverse(divide(X,multiply(Y,X))) = Y,
    inference(paramodulation,[],['14','9']) ).

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

cnf('19',plain,
    divide(multiply(X,Y),X) = Y,
    inference(paramodulation,[],['18','13']) ).

cnf('20',plain,
    divide(X3,Y3) = divide(divide(X3,Z3),divide(Y3,Z3)),
    inference(paramodulation,[],['3','19']) ).

cnf('21',plain,
    multiply(X,divide(Y,Z)) = divide(X,divide(Z,Y)),
    inference(paramodulation,[],['16','1']) ).

cnf('22',plain,
    divide(X,Y) = multiply(divide(X,Z),divide(Z,Y)),
    inference(simplify,[],['20','21']) ).

cnf('23',plain,
    divide(X3,divide(Y3,Z3)) = multiply(divide(X3,Y3),Z3),
    inference(paramodulation,[],['13','22']) ).

cnf('24',plain,
    multiply(X,divide(Y,Z)) = multiply(divide(X,Z),Y),
    inference(simplify,[],['23','21']) ).

cnf('25',plain,
    multiply(multiply(X3,Y3),divide(Z3,X3)) = multiply(Y3,Z3),
    inference(paramodulation,[],['19','24']) ).

cnf('26',plain,
    divide(X,Y) = divide(multiply(X,Z),multiply(Y,Z)),
    inference(paramodulation,[],['5','19']) ).

cnf('27',plain,
    multiply(multiply(X,Y),divide(Z,X)) = multiply(Z,Y),
    inference(paramodulation,[],['26','8']) ).

cnf('28',plain,
    multiply(X,Y) = multiply(Y,X),
    inference(simplify,[],['25','27']) ).

cnf('29',plain,
    ( multiply(multiply(a3,b3),c3) != multiply(a3,multiply(b3,c3))
    | multiply(inverse(a1),a1) != multiply(inverse(b1),b1)
    | multiply(multiply(inverse(b2),b2),a2) != a2
    | multiply(a4,b4) != multiply(b4,a4) ),
    inference(cnf_transformation,[],[prove_these_axioms]) ).

cnf('30',plain,
    divide(X,divide(Y,Y)) = X,
    inference(paramodulation,[],['12','7']) ).

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

cnf('32',plain,
    ( multiply(multiply(a3,b3),c3) != multiply(a3,multiply(b3,c3))
    | divide(a1,a1) != divide(b1,b1)
    | multiply(a4,b4) != multiply(b4,a4) ),
    inference(simplify,[then_simplify],['29','14','16','14','16','14','16','31']) ).

cnf('33',plain,
    multiply(X,Y) = multiply(divide(X,Z),multiply(Y,Z)),
    inference(paramodulation,[],['18','24']) ).

cnf('34',plain,
    multiply(multiply(X3,Y3),Z3) = multiply(X3,multiply(Z3,Y3)),
    inference(paramodulation,[],['18','33']) ).

cnf('35',plain,
    divide(X3,X3) = divide(Y3,Y3),
    inference(paramodulation,[],['12','8']) ).

cnf('36',plain,
    multiply(X3,Y3) = multiply(Y3,X3),
    inference(paramodulation,[],['18','8']) ).

cnf('37',plain,
    $false,
    inference(paramodulation,[then_simplify],['28','32','34','35','36']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : GRP097-1 : TPTP v8.1.2. Bugfixed v2.7.0.
% 0.11/0.12  % Command  : gkc %s
% 0.12/0.32  % Computer : n005.cluster.edu
% 0.12/0.32  % Model    : x86_64 x86_64
% 0.12/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.32  % Memory   : 8042.1875MB
% 0.12/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.32  % CPULimit : 300
% 0.12/0.32  % WCLimit  : 300
% 0.12/0.32  % DateTime : Mon Aug 28 20:31:23 EDT 2023
% 0.12/0.32  % CPUTime  : 
% 0.12/0.37  
% 0.12/0.37  input clause set summed statistics:
% 0.12/0.37  ----------------------------------
% 0.12/0.37  in_clause_count:                     3
% 0.12/0.37  in_rule_clause_count:                3
% 0.12/0.37  in_fact_clause_count:                0
% 0.12/0.37  in_answer_clause_count:              0
% 0.12/0.37  in_ground_clause_count:              1
% 0.12/0.37  in_unit_clause_count:                2
% 0.12/0.37  in_horn_clause_count:                3
% 0.12/0.37  in_pos_clause_count:                 2
% 0.12/0.37  in_neg_clause_count:                 1
% 0.12/0.37  in_poseq_clause_count:               2
% 0.12/0.37  in_negeq_clause_count:               1
% 0.12/0.37  in_unitposeq_clause_count:           2
% 0.12/0.37  in_chain_clause_count:               0
% 0.12/0.37  in_min_length:             1
% 0.12/0.37  in_max_length:             4
% 0.12/0.37  in_min_depth:              3
% 0.12/0.37  in_max_depth:              5
% 0.12/0.37  in_min_size:               8
% 0.12/0.37  in_max_size:              35
% 0.12/0.37  in_min_vars:               0
% 0.12/0.37  in_max_vars:               3
% 0.12/0.37  in_extaxiom_count:                 0
% 0.12/0.37  in_axiom_count:                    2
% 0.12/0.37  in_assumption_count:               0
% 0.12/0.37  in_goal_count:                     1
% 0.12/0.37  in_neg_goal_count:                 1
% 0.12/0.37  in_pos_goal_count:                 0
% 0.12/0.37  in_posunit_goal_count:             0
% 0.12/0.37  
% 0.12/0.37  auto guide:
% 0.12/0.37  -----------
% 0.12/0.37  {
% 0.12/0.37  "print":1,
% 0.12/0.37  "print_level": 15,
% 0.12/0.37  "max_size": 0,
% 0.12/0.37  "max_depth": 0,
% 0.12/0.37  "max_length": 0,
% 0.12/0.37  "max_dseconds": 0,
% 0.12/0.37  "runs":[
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.12/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.12/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.37  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.12/0.37  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.12/0.37  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.12/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.12/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.12/0.37  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.12/0.37  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.12/0.37  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.12/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.12/0.37  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.12/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.12/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.12/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.12/0.37  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.12/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.12/0.37  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.12/0.37  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.12/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.12/0.37  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.12/0.37  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.12/0.37  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.12/0.37  
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.37  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.12/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.12/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.37  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.12/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.12/0.37  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.12/0.37  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.12/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.12/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.12/0.37  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.12/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.12/0.37  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.12/0.37  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.12/0.37  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.12/0.37  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.12/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.12/0.37  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.12/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.12/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.12/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.12/0.37  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.12/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.12/0.37  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.12/0.37  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.12/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.12/0.37  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.12/0.37  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.12/0.37  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.12/0.37  
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.37  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.12/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.12/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.37  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.12/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.12/0.37  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.12/0.37  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.12/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.12/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.12/0.37  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.12/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.12/0.37  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.12/0.37  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.12/0.37  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.12/0.37  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.12/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.12/0.37  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.12/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.12/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.12/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.12/0.37  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.12/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.12/0.37  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.12/0.37  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.12/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.12/0.37  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.12/0.37  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.12/0.37  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.12/0.37  
% 0.12/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.37  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":250, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.12/0.37  
% 0.12/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.37  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1250, "strategy":["hardness_pref", "posunitpara"], "query_preference":0} 
% 0.12/0.37  
% 0.12/0.37  ]}
% 0.12/0.37  
% 0.12/0.37  
% 0.12/0.37  **** run 1 fork 0 starts with strategy
% 0.12/0.37  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.12/0.37  
% 0.12/0.37  **** run 2 fork 1 starts with strategy
% 0.12/0.37  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.12/0.37  
% 0.12/0.37  **** run 3 fork 2 starts with strategy
% 0.12/0.37  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.12/0.37  
% 0.12/0.37  **** run 4 fork 3 starts with strategy
% 0.12/0.37  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 0.12/0.37  
% 0.12/0.37  **** run 5 fork 4 starts with strategy
% 0.12/0.37  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.12/0.37  
% 0.12/0.37  **** run 6 fork 5 starts with strategy
% 0.12/0.37  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.12/0.37  
% 0.12/0.37  **** run 7 fork 6 starts with strategy
% 0.12/0.37  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.12/0.37  
% 0.12/0.37  **** run 8 fork 7 starts with strategy
% 0.12/0.37  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.12/0.40  
% 0.12/0.40  fork 5: search finished without proof.
% 0.12/0.40  
% 0.12/0.40  fork 7: search finished without proof.
% 0.12/0.40  
% 0.12/0.40  fork 3: search finished without proof.
% 0.12/0.40  
% 0.12/0.40  fork 6: search finished without proof.
% 0.17/0.43  
% 0.17/0.43  
% 0.17/0.43  result: proof found
% 0.17/0.43  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 0.17/0.43  by run 2 fork 1 strategy {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.17/0.43  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 0.17/0.43  
% 0.17/0.43  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 0.17/0.43  
% 0.17/0.43  run 2 fork 1 statistics:
% 0.17/0.43  ----------------------------------
% 0.17/0.43  this run seconds: 0.034612
% 0.17/0.43  total seconds: 0.059597
% 0.17/0.43  stat_given_used: 60
% 0.17/0.43  stat_given_used_at_endgame: 0
% 0.17/0.43  stat_given_candidates:   303
% 0.17/0.43  stat_given_candidates_at_endgame: 0
% 0.17/0.43  stat_given_candidates_h: 0
% 0.17/0.43  stat_binres_derived_cl:   0
% 0.17/0.43  stat_binres_derived_cl_h: 0
% 0.17/0.43  stat_factor_derived_cl: 0
% 0.17/0.43  stat_para_derived_cl: 4084
% 0.17/0.43  stat_tautologies_discarded: 0
% 0.17/0.43  stat_forward_subsumed: 1457
% 0.17/0.43  stat_derived_cut: 6
% 0.17/0.43  stat_derived_rewritten: 31
% 0.17/0.43  stat_weight_discarded_building: 0
% 0.17/0.43  
% 0.17/0.43  **** run 15 fork 6 starts with strategy
% 0.17/0.43  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.17/0.43  stat_weight_discarded_cl: 0
% 0.17/0.43  stat_internlimit_discarded_cl: 0
% 0.17/0.43  stat_simplified:  31 simplified 0 derived 0 given
% 0.17/0.43  stat_kept_cl: 2384
% 0.17/0.43  stat_built_cl: 2535
% 0.17/0.43  stat_hyperres_partial_cl: 0
% 0.17/0.43  stat_made_rewriters: 48
% 0.17/0.43  stat_backward_subsumed: 0
% 0.17/0.43  stat_propagated_subsumed: 0
% 0.17/0.43  stat_clsubs_attempted:                       303
% 0.17/0.43  stat_clsubs_fact_groundunit_found:             0
% 0.17/0.43  stat_clsubs_rule_groundunit_found:             0
% 0.17/0.43  stat_clsubs_top_meta_attempted:               2419
% 0.17/0.43  stat_clsubs_top_meta_failed:                  2116
% 0.17/0.43  stat_clsubs_top_meta_nonpref_attempted:                2419
% 0.17/0.43  stat_clsubs_top_meta_nonpref_succeeded:                 972
% 0.17/0.43  stat_clsubs_top_meta_pref_attempted:                    972
% 0.17/0.43  stat_clsubs_top_meta_pref1_succeeded:                   931
% 0.17/0.43  stat_clsubs_top_meta_pref2_succeeded:                   357
% 0.17/0.43  stat_clsubs_top_meta_pref3_succeeded:                   303
% 0.17/0.43  stat_clsubs_top_meta_pref_succeeded:                    303
% 0.17/0.43  stat_clsubs_meta_attempted:                  303
% 0.17/0.43  stat_clsubs_meta_failed:                       1
% 0.17/0.43  stat_clsubs_predsymbs_attempted:               0
% 0.17/0.43  stat_clsubs_unit_attempted:                  303
% 0.17/0.43  stat_clsubs_full_attempted:                    0
% 0.17/0.43  stat_forwardsubs_attempted:                 3842
% 0.17/0.43  stat_lit_hash_added:                   2386
% 0.17/0.43  stat_lit_hash_computed:                6371
% 0.17/0.43  stat_lit_hash_match_found:             1490
% 0.17/0.43  stat_lit_hash_match_miss:              4933
% 0.17/0.43  stat_lit_hash_cut_ok:                     0
% 0.17/0.43  stat_lit_strong_cut_ok:                  12
% 0.17/0.43  stat_lit_hash_subsume_ok:              1457
% 0.17/0.43  clqueue els 10000000 used 1
% 0.17/0.43  clactive els 10000000 used 61
% 0.17/0.43  clactivesubsume els 10000000 used 361
% 0.17/0.43  queue_termbuf els 200000000 used 151780
% 0.17/0.43  hyper_termbuf els 100000000 used 1
% 0.17/0.43  active_termbuf els 100000000 used 2338
% 0.17/0.43  varstack els 5000 last used 1
% 0.17/0.43  given_termbuf els 10000000 last used 1
% 0.17/0.43  simplified_termbuf els 10000000 last used 1
% 0.17/0.43  derived_termbuf els 10000000 last used 84
% 0.17/0.43  wr_mallocs: 8538
% 0.17/0.43  wr_callocs: 21
% 0.17/0.43  wr_reallocs: 418
% 0.17/0.43  wr_frees: 2
% 0.17/0.43  wr_malloc_bytes: 4162883924
% 0.17/0.43  wr_calloc_bytes: 112065536
% 0.17/0.43  wr_realloc_bytes: 73032
% 0.17/0.43  wr_realloc_freebytes: 0
% 0.17/0.43  ----------------------------------
%------------------------------------------------------------------------------