TSTP Solution File: RNG008-7 by GKC---0.8

View Problem - Process Solution

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

% Computer : n022.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 13:53:37 EDT 2023

% Result   : Unsatisfiable 13.76s 2.18s
% Output   : CNFRefutation 13.76s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named a_times_b_is_c)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    multiply(a,b) = c,
    inference(cnf_transformation,[],[a_times_b_is_c]) ).

cnf('2',plain,
    multiply(X,X) = X,
    inference(cnf_transformation,[],[boolean_ring]) ).

cnf('3',plain,
    multiply(X,multiply(Y,Z)) = multiply(multiply(X,Y),Z),
    inference(cnf_transformation,[],['$inc_associativity_for_multiplication']) ).

cnf('4',plain,
    multiply(X,multiply(X,Y)) = multiply(X,Y),
    inference(paramodulation,[],['2','3']) ).

cnf('5',plain,
    multiply(a,c) = multiply(a,b),
    inference(paramodulation,[],['1','4']) ).

cnf('6',plain,
    multiply(a,c) = c,
    inference(simplify,[],['5','1']) ).

cnf('7',plain,
    add(additive_identity,X) = X,
    inference(cnf_transformation,[],['$inc_left_additive_identity']) ).

cnf('8',plain,
    multiply(add(X,Y),Z) = add(multiply(X,Z),multiply(Y,Z)),
    inference(cnf_transformation,[],['$inc_distribute2']) ).

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

cnf('10',plain,
    add(X,additive_inverse(X)) = additive_identity,
    inference(cnf_transformation,[],['$inc_right_additive_inverse']) ).

cnf('11',plain,
    add(X,add(Y,Z)) = add(add(X,Y),Z),
    inference(cnf_transformation,[],['$inc_associativity_for_addition']) ).

cnf('12',plain,
    add(X3,additive_identity) = add(add(X3,Y3),additive_inverse(Y3)),
    inference(paramodulation,[],['10','11']) ).

cnf('13',plain,
    add(X,additive_identity) = X,
    inference(cnf_transformation,[],['$inc_right_additive_identity']) ).

cnf('14',plain,
    X = add(add(X,Y),additive_inverse(Y)),
    inference(simplify,[],['12','13']) ).

cnf('15',plain,
    multiply(X,Y) = add(multiply(add(X,Y),Y),additive_inverse(Y)),
    inference(paramodulation,[],['9','14']) ).

cnf('16',plain,
    multiply(additive_identity,X3) = add(multiply(X3,X3),additive_inverse(X3)),
    inference(paramodulation,[],['7','15']) ).

cnf('17',plain,
    multiply(additive_identity,X) = additive_identity,
    inference(simplify,[then_simplify],['16','2','10']) ).

cnf('18',plain,
    add(X,Y) = add(Y,X),
    inference(cnf_transformation,[],['$inc_commutativity_for_addition']) ).

cnf('19',plain,
    add(additive_inverse(X),add(Y,X)) = Y,
    inference(paramodulation,[],['14','18']) ).

cnf('20',plain,
    X = add(add(additive_inverse(Y),X),Y),
    inference(paramodulation,[],['19','11']) ).

cnf('21',plain,
    additive_inverse(additive_inverse(X)) = X,
    inference(paramodulation,[],['20','14']) ).

cnf('22',plain,
    add(additive_inverse(X),X) = additive_identity,
    inference(cnf_transformation,[],['$inc_left_additive_inverse']) ).

cnf('23',plain,
    multiply(X,add(Y,Z)) = add(multiply(X,Y),multiply(X,Z)),
    inference(cnf_transformation,[],['$inc_distribute1']) ).

cnf('24',plain,
    multiply(X,add(Y,X)) = add(multiply(X,Y),X),
    inference(paramodulation,[],['2','23']) ).

cnf('25',plain,
    multiply(X,Y) = add(multiply(X,add(Y,X)),additive_inverse(X)),
    inference(paramodulation,[],['24','14']) ).

cnf('26',plain,
    multiply(X3,additive_inverse(X3)) = add(multiply(X3,additive_identity),additive_inverse(X3)),
    inference(paramodulation,[],['22','25']) ).

cnf('27',plain,
    multiply(X3,additive_identity) = add(multiply(X3,X3),additive_inverse(X3)),
    inference(paramodulation,[],['7','25']) ).

cnf('28',plain,
    multiply(X,additive_identity) = additive_identity,
    inference(simplify,[then_simplify],['27','2','10']) ).

cnf('29',plain,
    multiply(X,additive_inverse(X)) = additive_inverse(X),
    inference(simplify,[then_simplify],['26','28','7']) ).

cnf('30',plain,
    multiply(additive_inverse(X3),X3) = additive_inverse(additive_inverse(X3)),
    inference(paramodulation,[],['21','29']) ).

cnf('31',plain,
    multiply(additive_inverse(X),X) = X,
    inference(simplify,[],['30','21']) ).

cnf('32',plain,
    multiply(add(additive_inverse(X3),X3),X3) = add(X3,X3),
    inference(paramodulation,[],['31','9']) ).

cnf('33',plain,
    multiply(additive_identity,X) = add(X,X),
    inference(simplify,[],['32','22']) ).

cnf('34',plain,
    X = add(add(Y,X),additive_inverse(Y)),
    inference(paramodulation,[],['18','14']) ).

cnf('35',plain,
    X = add(multiply(additive_identity,X),additive_inverse(X)),
    inference(paramodulation,[],['33','34']) ).

cnf('36',plain,
    X3 = add(additive_identity,additive_inverse(X3)),
    inference(paramodulation,[],['17','35']) ).

cnf('37',plain,
    X = additive_inverse(X),
    inference(simplify,[],['36','7']) ).

cnf('38',plain,
    X = add(add(Y,X),Y),
    inference(paramodulation,[],['37','20']) ).

cnf('39',plain,
    multiply(add(X,Y),X) = add(X,multiply(Y,X)),
    inference(paramodulation,[],['2','8']) ).

cnf('40',plain,
    multiply(multiply(X3,Y3),multiply(add(Y3,X3),Y3)) = add(multiply(multiply(X3,Y3),Y3),multiply(X3,Y3)),
    inference(paramodulation,[],['39','24']) ).

cnf('41',plain,
    multiply(add(multiply(X3,Y3),X3),Y3) = multiply(multiply(X3,Y3),add(Y3,multiply(X3,Y3))),
    inference(paramodulation,[],['24','8']) ).

cnf('42',plain,
    multiply(multiply(X,add(Y,X)),Y) = multiply(multiply(X,Y),multiply(add(Y,X),Y)),
    inference(simplify,[then_simplify],['41','24','39']) ).

cnf('43',plain,
    multiply(X,Y) = multiply(multiply(X,Y),Y),
    inference(paramodulation,[],['2','3']) ).

cnf('44',plain,
    multiply(multiply(X,add(Y,X)),Y) = additive_identity,
    inference(simplify,[then_simplify],['40','42','43','33','17']) ).

cnf('45',plain,
    multiply(multiply(X,Y),add(X,Y)) = additive_identity,
    inference(paramodulation,[],['38','44']) ).

cnf('46',plain,
    multiply(c,add(a,c)) = additive_identity,
    inference(paramodulation,[],['6','45']) ).

cnf('47',plain,
    multiply(c,a) = add(additive_identity,additive_inverse(c)),
    inference(paramodulation,[],['46','25']) ).

cnf('48',plain,
    multiply(a,b) = multiply(c,b),
    inference(paramodulation,[],['1','43']) ).

cnf('49',plain,
    c = multiply(c,b),
    inference(simplify,[],['48','1']) ).

cnf('50',plain,
    multiply(X3,multiply(additive_identity,Y3)) = add(multiply(X3,Y3),multiply(X3,Y3)),
    inference(paramodulation,[],['33','23']) ).

cnf('51',plain,
    multiply(multiply(X,Y),multiply(Y,Z)) = multiply(multiply(X,Y),Z),
    inference(paramodulation,[],['43','3']) ).

cnf('52',plain,
    multiply(multiply(X3,Y3),multiply(Y3,Z3)) = multiply(X3,multiply(Y3,Z3)),
    inference(paramodulation,[],['3','51']) ).

cnf('53',plain,
    multiply(multiply(X,Y),Z) = multiply(X,multiply(Y,Z)),
    inference(simplify,[],['52','51']) ).

cnf('54',plain,
    multiply(additive_identity,X) = multiply(Y,multiply(additive_identity,X)),
    inference(paramodulation,[],['28','53']) ).

cnf('55',plain,
    multiply(additive_identity,X) = multiply(additive_identity,multiply(Y,X)),
    inference(simplify,[then_simplify],['50','54','33']) ).

cnf('56',plain,
    multiply(additive_identity,b) = multiply(additive_identity,c),
    inference(paramodulation,[],['49','55']) ).

cnf('57',plain,
    multiply(add(additive_identity,b),b) = add(multiply(additive_identity,c),b),
    inference(paramodulation,[],['56','9']) ).

cnf('58',plain,
    b = add(multiply(additive_identity,c),b),
    inference(simplify,[then_simplify],['57','7','2']) ).

cnf('59',plain,
    add(additive_inverse(b),b) = multiply(additive_identity,c),
    inference(paramodulation,[],['58','19']) ).

cnf('60',plain,
    additive_identity = multiply(additive_identity,c),
    inference(simplify,[],['59','22']) ).

cnf('61',plain,
    c = add(additive_identity,additive_inverse(c)),
    inference(paramodulation,[],['60','35']) ).

cnf('62',plain,
    c = additive_inverse(c),
    inference(simplify,[],['61','7']) ).

cnf('63',plain,
    X = add(add(c,X),c),
    inference(paramodulation,[],['62','20']) ).

cnf('64',plain,
    multiply(X,add(X,Y)) = add(X,multiply(X,Y)),
    inference(paramodulation,[],['2','23']) ).

cnf('65',plain,
    multiply(multiply(X3,add(X3,Y3)),multiply(X3,Y3)) = add(multiply(X3,multiply(X3,Y3)),multiply(X3,Y3)),
    inference(paramodulation,[],['64','9']) ).

cnf('66',plain,
    multiply(add(X3,multiply(X3,Y3)),multiply(X3,Y3)) = multiply(X3,add(multiply(X3,Y3),Y3)),
    inference(paramodulation,[],['23','9']) ).

cnf('67',plain,
    multiply(multiply(X,add(X,Y)),multiply(X,Y)) = multiply(X,multiply(add(X,Y),Y)),
    inference(simplify,[then_simplify],['66','64','9']) ).

cnf('68',plain,
    multiply(X,multiply(add(X,Y),Y)) = multiply(additive_identity,Y),
    inference(simplify,[then_simplify],['65','67','4','33','55']) ).

cnf('69',plain,
    multiply(add(c,X3),multiply(X3,c)) = multiply(additive_identity,c),
    inference(paramodulation,[],['63','68']) ).

cnf('70',plain,
    multiply(add(c,X),multiply(X,c)) = additive_identity,
    inference(simplify,[],['69','60']) ).

cnf('71',plain,
    multiply(add(c,b),b) = add(c,b),
    inference(paramodulation,[],['49','9']) ).

cnf('72',plain,
    multiply(add(c,b),X) = multiply(add(c,b),multiply(b,X)),
    inference(paramodulation,[],['71','53']) ).

cnf('73',plain,
    multiply(add(c,b),c) = additive_identity,
    inference(paramodulation,[],['70','72']) ).

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

cnf('75',plain,
    multiply(add(X,Y),Z) = multiply(add(Y,X),Z),
    inference(simplify,[],['74','8']) ).

cnf('76',plain,
    multiply(add(b,c),c) = additive_identity,
    inference(paramodulation,[],['73','75']) ).

cnf('77',plain,
    multiply(b,c) = add(additive_identity,additive_inverse(c)),
    inference(paramodulation,[],['76','15']) ).

cnf('78',plain,
    multiply(b,c) = c,
    inference(simplify,[then_simplify],['77','37','7']) ).

cnf('79',plain,
    multiply(X,c) = multiply(multiply(X,a),b),
    inference(paramodulation,[],['1','3']) ).

cnf('80',plain,
    multiply(multiply(X,c),Y) = multiply(multiply(X,a),multiply(b,Y)),
    inference(paramodulation,[],['79','53']) ).

cnf('81',plain,
    multiply(multiply(b,c),a) = multiply(b,a),
    inference(paramodulation,[],['80','2']) ).

cnf('82',plain,
    multiply(c,a) = multiply(b,a),
    inference(paramodulation,[],['78','81']) ).

cnf('83',plain,
    multiply(b,a) != c,
    inference(cnf_transformation,[],[prove_commutativity]) ).

cnf('84',plain,
    multiply(c,a) != c,
    inference(paramodulation,[],['82','83']) ).

cnf('85',plain,
    $false,
    inference(simplify,[then_simplify],['47','84','37','7']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : RNG008-7 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.35  % Computer : n022.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Sun Aug 27 02:05:24 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.20/0.39  
% 0.20/0.39  input clause set summed statistics:
% 0.20/0.39  ----------------------------------
% 0.20/0.39  in_clause_count:                    12
% 0.20/0.39  in_rule_clause_count:               12
% 0.20/0.39  in_fact_clause_count:                0
% 0.20/0.39  in_answer_clause_count:              0
% 0.20/0.39  in_ground_clause_count:              2
% 0.20/0.39  in_unit_clause_count:               12
% 0.20/0.39  in_horn_clause_count:               12
% 0.20/0.39  in_pos_clause_count:                11
% 0.20/0.39  in_neg_clause_count:                 1
% 0.20/0.39  in_poseq_clause_count:              11
% 0.20/0.39  in_negeq_clause_count:               1
% 0.20/0.39  in_unitposeq_clause_count:          11
% 0.20/0.39  in_chain_clause_count:               0
% 0.20/0.39  in_min_length:             1
% 0.20/0.39  in_max_length:             1
% 0.20/0.39  in_min_depth:              2
% 0.20/0.39  in_max_depth:              3
% 0.20/0.39  in_min_size:               5
% 0.20/0.39  in_max_size:              13
% 0.20/0.39  in_min_vars:               0
% 0.20/0.39  in_max_vars:               3
% 0.20/0.39  in_extaxiom_count:                 9
% 0.20/0.39  in_axiom_count:                    0
% 0.20/0.39  in_assumption_count:               1
% 0.20/0.39  in_goal_count:                     2
% 0.20/0.39  in_neg_goal_count:                 1
% 0.20/0.39  in_pos_goal_count:                 1
% 0.20/0.39  in_posunit_goal_count:             1
% 0.20/0.39  
% 0.20/0.39  auto guide:
% 0.20/0.39  -----------
% 0.20/0.39  {
% 0.20/0.39  "print":1,
% 0.20/0.39  "print_level": 15,
% 0.20/0.39  "max_size": 0,
% 0.20/0.39  "max_depth": 0,
% 0.20/0.39  "max_length": 0,
% 0.20/0.39  "max_dseconds": 0,
% 0.20/0.39  "runs":[
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.20/0.40  
% 0.20/0.40  ]}
% 0.20/0.40  
% 0.20/0.40  
% 0.20/0.40  **** run 1 fork 0 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.40  
% 0.20/0.40  **** run 2 fork 1 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 3 fork 2 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.40  
% 0.20/0.40  **** run 4 fork 3 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.40  
% 0.20/0.40  **** run 5 fork 4 starts with strategy
% 0.20/0.40  
% 0.20/0.40  **** run 6 fork 5 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.20/0.40  
% 0.20/0.40  **** run 7 fork 6 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.41  
% 0.20/0.41  **** run 8 fork 7 starts with strategy
% 0.20/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 1: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 3: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 4: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 2: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 5: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 6: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 0: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 7: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  **** run 12 fork 3 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.55  
% 0.20/0.55  **** run 10 fork 1 starts with strategy
% 0.20/0.55  
% 0.20/0.55  **** run 13 fork 4 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.55  
% 0.20/0.55  **** run 14 fork 5 starts with strategy
% 0.20/0.55  {"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.20/0.55  
% 0.20/0.55  **** run 11 fork 2 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.55  
% 0.20/0.55  **** run 15 fork 6 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.55  
% 0.20/0.55  **** run 16 fork 7 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.56  
% 0.20/0.56  **** run 9 fork 0 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 3: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 1: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 4: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 5: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 2: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 6: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 7: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 0: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  **** run 20 fork 3 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.20/0.68  
% 0.20/0.68  **** run 18 fork 1 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.68  
% 0.20/0.68  **** run 21 fork 4 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.69  
% 0.20/0.69  **** run 23 fork 6 starts with strategy
% 0.20/0.69  {"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.20/0.69  
% 0.20/0.69  **** run 19 fork 2 starts with strategy
% 0.20/0.69  
% 0.20/0.69  **** run 22 fork 5 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.20/0.69  
% 0.20/0.69  **** run 17 fork 0 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.70  
% 0.20/0.70  **** run 24 fork 7 starts with strategy
% 0.20/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.80  
% 0.20/0.80  
% 0.20/0.80  fork 3: search terminated without proof.
% 0.20/0.81  
% 0.20/0.81  
% 0.20/0.81  fork 0: search terminated without proof.
% 0.20/0.81  
% 0.20/0.81  
% 0.20/0.81  fork 1: search terminated without proof.
% 0.20/0.81  
% 0.20/0.81  
% 0.20/0.81  fork 4: search terminated without proof.
% 0.20/0.82  
% 0.20/0.82  
% 0.20/0.82  fork 6: search terminated without proof.
% 0.20/0.82  
% 0.20/0.82  
% 0.20/0.82  fork 2: search terminated without proof.
% 0.20/0.82  
% 0.20/0.82  **** run 28 fork 3 starts with strategy
% 0.20/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.82  
% 0.20/0.82  
% 0.20/0.82  fork 5: search terminated without proof.
% 0.20/0.83  
% 0.20/0.83  **** run 25 fork 0 starts with strategy
% 0.20/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.83  
% 0.20/0.83  **** run 26 fork 1 starts with strategy
% 0.20/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.83  
% 0.20/0.83  **** run 29 fork 4 starts with strategy
% 0.20/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.84  
% 0.20/0.84  **** run 31 fork 6 starts with strategy
% 0.20/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.84  
% 0.20/0.84  **** run 27 fork 2 starts with strategy
% 0.20/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.85  
% 0.20/0.85  **** run 30 fork 5 starts with strategy
% 0.20/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 3.63/0.95  
% 3.63/0.95  
% 3.63/0.95  fork 1: search terminated without proof.
% 3.63/0.96  
% 3.63/0.96  
% 3.63/0.96  fork 4: search terminated without proof.
% 3.63/0.96  
% 3.63/0.96  
% 3.63/0.96  fork 0: search terminated without proof.
% 3.63/0.96  
% 3.63/0.96  
% 3.63/0.96  fork 6: search terminated without proof.
% 3.63/0.96  
% 3.63/0.96  
% 3.63/0.96  fork 2: search terminated without proof.
% 3.63/0.97  
% 3.63/0.97  
% 3.63/0.97  fork 7: search terminated without proof.
% 3.63/0.97  
% 3.63/0.97  **** run 34 fork 1 starts with strategy
% 3.63/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 3.63/0.97  
% 3.63/0.97  
% 3.63/0.97  fork 5: search terminated without proof.
% 3.63/0.98  
% 3.63/0.98  **** run 37 fork 4 starts with strategy
% 3.63/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 3.63/0.98  
% 3.63/0.98  **** run 33 fork 0 starts with strategy
% 3.63/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.57/0.98  
% 4.57/0.98  **** run 39 fork 6 starts with strategy
% 4.57/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.57/0.98  
% 4.57/0.98  **** run 35 fork 2 starts with strategy
% 4.57/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.57/0.99  
% 4.57/0.99  **** run 38 fork 5 starts with strategy
% 4.57/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.57/1.00  
% 4.57/1.00  **** run 32 fork 7 starts with strategy
% 4.57/1.00  {"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}
% 4.71/1.01  
% 4.71/1.01  
% 4.71/1.01  fork 3: search terminated without proof.
% 4.83/1.03  
% 4.83/1.03  **** run 36 fork 3 starts with strategy
% 4.83/1.03  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.83/1.09  
% 4.83/1.09  
% 4.83/1.09  fork 1: search terminated without proof.
% 4.83/1.10  
% 4.83/1.10  
% 4.83/1.10  fork 4: search terminated without proof.
% 4.83/1.10  
% 4.83/1.10  
% 4.83/1.10  fork 0: search terminated without proof.
% 4.83/1.11  
% 4.83/1.11  
% 4.83/1.11  fork 2: search terminated without proof.
% 4.83/1.11  
% 4.83/1.11  
% 4.83/1.11  fork 6: search terminated without proof.
% 4.83/1.11  
% 4.83/1.11  **** run 42 fork 1 starts with strategy
% 4.83/1.11  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.61/1.12  
% 5.61/1.12  **** run 45 fork 4 starts with strategy
% 5.61/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.61/1.12  
% 5.61/1.12  
% 5.61/1.12  fork 5: search terminated without proof.
% 5.61/1.12  
% 5.61/1.12  **** run 41 fork 0 starts with strategy
% 5.61/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.61/1.12  
% 5.61/1.12  
% 5.61/1.12  fork 7: search terminated without proof.
% 5.61/1.13  
% 5.61/1.13  **** run 43 fork 2 starts with strategy
% 5.61/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.61/1.13  
% 5.61/1.13  **** run 47 fork 6 starts with strategy
% 5.61/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.61/1.14  
% 5.61/1.14  **** run 46 fork 5 starts with strategy
% 5.61/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.61/1.14  
% 5.61/1.14  **** run 40 fork 7 starts with strategy
% 5.61/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.61/1.15  
% 5.61/1.15  
% 5.61/1.15  fork 3: search terminated without proof.
% 5.61/1.17  
% 5.61/1.17  fork 5: search finished without proof.
% 5.61/1.17  
% 5.61/1.17  **** run 44 fork 3 starts with strategy
% 5.61/1.17  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.61/1.18  
% 5.61/1.18  **** run 54 fork 5 starts with strategy
% 5.61/1.18  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.28/1.23  
% 6.28/1.23  
% 6.28/1.23  fork 1: search terminated without proof.
% 6.28/1.24  
% 6.28/1.24  
% 6.28/1.24  fork 4: search terminated without proof.
% 6.28/1.24  
% 6.28/1.24  
% 6.28/1.24  fork 0: search terminated without proof.
% 6.28/1.25  
% 6.28/1.25  
% 6.28/1.25  fork 6: search terminated without proof.
% 6.28/1.25  
% 6.28/1.25  
% 6.28/1.25  fork 2: search terminated without proof.
% 6.28/1.25  
% 6.28/1.25  **** run 50 fork 1 starts with strategy
% 6.28/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.28/1.26  
% 6.28/1.26  **** run 53 fork 4 starts with strategy
% 6.28/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.28/1.26  
% 6.28/1.26  **** run 49 fork 0 starts with strategy
% 6.28/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.28/1.26  
% 6.28/1.26  
% 6.28/1.26  fork 7: search terminated without proof.
% 6.28/1.27  
% 6.28/1.27  **** run 55 fork 6 starts with strategy
% 6.28/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.28/1.27  
% 6.28/1.27  **** run 51 fork 2 starts with strategy
% 6.28/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 7.00/1.28  
% 7.00/1.28  **** run 48 fork 7 starts with strategy
% 7.00/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 7.00/1.30  
% 7.00/1.30  
% 7.00/1.30  fork 3: search terminated without proof.
% 7.10/1.30  
% 7.10/1.30  fork 2: search finished without proof.
% 7.10/1.30  
% 7.10/1.30  
% 7.10/1.30  fork 5: search terminated without proof.
% 7.21/1.32  
% 7.21/1.32  **** run 59 fork 2 starts with strategy
% 7.21/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 7.21/1.32  
% 7.21/1.32  **** run 62 fork 5 starts with strategy
% 7.21/1.32  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.21/1.32  
% 7.21/1.32  **** run 52 fork 3 starts with strategy
% 7.21/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 7.21/1.37  
% 7.21/1.37  
% 7.21/1.37  fork 1: search terminated without proof.
% 7.21/1.38  
% 7.21/1.38  
% 7.21/1.38  fork 4: search terminated without proof.
% 7.21/1.38  
% 7.21/1.38  
% 7.21/1.38  fork 0: search terminated without proof.
% 7.21/1.39  
% 7.21/1.39  
% 7.21/1.39  fork 6: search terminated without proof.
% 7.21/1.39  
% 7.21/1.39  **** run 58 fork 1 starts with strategy
% 7.21/1.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 7.21/1.40  
% 7.21/1.40  **** run 61 fork 4 starts with strategy
% 7.21/1.40  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.21/1.40  
% 7.21/1.40  **** run 57 fork 0 starts with strategy
% 7.21/1.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.21/1.40  
% 7.21/1.40  
% 7.21/1.40  fork 7: search terminated without proof.
% 7.21/1.41  
% 7.21/1.41  **** run 63 fork 6 starts with strategy
% 7.21/1.41  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 8.02/1.42  
% 8.02/1.42  **** run 56 fork 7 starts with strategy
% 8.02/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 8.02/1.44  
% 8.02/1.44  
% 8.02/1.44  fork 2: search terminated without proof.
% 8.02/1.44  
% 8.02/1.44  
% 8.02/1.44  fork 5: search terminated without proof.
% 8.02/1.44  
% 8.02/1.44  
% 8.02/1.44  fork 3: search terminated without proof.
% 8.02/1.46  
% 8.02/1.46  **** run 67 fork 2 starts with strategy
% 8.02/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 8.02/1.46  
% 8.02/1.46  **** run 70 fork 5 starts with strategy
% 8.02/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 8.02/1.47  
% 8.02/1.47  **** run 60 fork 3 starts with strategy
% 8.02/1.47  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 8.02/1.51  
% 8.02/1.51  
% 8.02/1.51  fork 1: search terminated without proof.
% 8.02/1.52  
% 8.02/1.52  
% 8.02/1.52  fork 4: search terminated without proof.
% 8.02/1.52  
% 8.02/1.52  
% 8.02/1.52  fork 0: search terminated without proof.
% 8.02/1.53  
% 8.02/1.53  
% 8.02/1.53  fork 6: search terminated without proof.
% 8.02/1.53  
% 8.02/1.53  **** run 66 fork 1 starts with strategy
% 8.02/1.53  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 8.02/1.54  
% 8.02/1.54  **** run 69 fork 4 starts with strategy
% 8.02/1.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 8.02/1.54  
% 8.02/1.54  **** run 65 fork 0 starts with strategy
% 8.02/1.54  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 8.02/1.54  
% 8.02/1.54  
% 8.02/1.54  fork 7: search terminated without proof.
% 8.02/1.55  
% 8.02/1.55  **** run 71 fork 6 starts with strategy
% 8.02/1.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 8.02/1.56  
% 8.02/1.56  **** run 64 fork 7 starts with strategy
% 8.02/1.56  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 8.02/1.58  
% 8.02/1.58  
% 8.02/1.58  fork 2: search terminated without proof.
% 8.02/1.59  
% 8.02/1.59  
% 8.02/1.59  fork 3: search terminated without proof.
% 8.02/1.60  
% 8.02/1.60  **** run 75 fork 2 starts with strategy
% 8.02/1.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 8.02/1.63  
% 8.02/1.63  **** run 68 fork 3 starts with strategy
% 8.02/1.63  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 8.02/1.65  
% 8.02/1.65  
% 8.02/1.65  fork 1: search terminated without proof.
% 8.02/1.66  
% 8.02/1.66  
% 8.02/1.66  fork 0: search terminated without proof.
% 8.02/1.67  
% 8.02/1.67  
% 8.02/1.67  fork 4: search terminated without proof.
% 8.02/1.67  
% 8.02/1.67  **** run 74 fork 1 starts with strategy
% 8.02/1.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 9.66/1.68  
% 9.66/1.68  
% 9.66/1.68  fork 6: search terminated without proof.
% 9.66/1.68  
% 9.66/1.68  **** run 73 fork 0 starts with strategy
% 9.66/1.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 9.66/1.69  
% 9.66/1.69  **** run 77 fork 4 starts with strategy
% 9.66/1.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 9.66/1.69  
% 9.66/1.69  
% 9.66/1.69  fork 7: search terminated without proof.
% 9.66/1.70  
% 9.66/1.70  
% 9.66/1.70  fork 5: search terminated without proof.
% 9.66/1.70  
% 9.66/1.70  **** run 79 fork 6 starts with strategy
% 9.66/1.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 9.66/1.71  
% 9.66/1.71  **** run 72 fork 7 starts with strategy
% 9.66/1.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.66/1.72  
% 9.66/1.72  **** run 78 fork 5 starts with strategy
% 9.66/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 9.66/1.73  
% 9.66/1.73  
% 9.66/1.73  fork 2: search terminated without proof.
% 9.66/1.75  
% 9.66/1.75  **** run 83 fork 2 starts with strategy
% 9.66/1.75  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 10.62/1.79  
% 10.62/1.79  
% 10.62/1.79  fork 3: search terminated without proof.
% 10.62/1.79  
% 10.62/1.79  
% 10.62/1.79  fork 1: search terminated without proof.
% 10.93/1.80  
% 10.93/1.80  **** run 76 fork 3 starts with strategy
% 10.93/1.80  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 10.93/1.81  
% 10.93/1.81  
% 10.93/1.81  fork 0: search terminated without proof.
% 10.93/1.81  
% 10.93/1.81  **** run 82 fork 1 starts with strategy
% 10.93/1.81  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 10.93/1.81  
% 10.93/1.81  
% 10.93/1.81  fork 4: search terminated without proof.
% 10.93/1.83  
% 10.93/1.83  **** run 81 fork 0 starts with strategy
% 10.93/1.83  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 10.93/1.83  
% 10.93/1.83  
% 10.93/1.83  fork 6: search terminated without proof.
% 10.93/1.83  
% 10.93/1.83  **** run 85 fork 4 starts with strategy
% 10.93/1.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 10.93/1.83  
% 10.93/1.83  
% 10.93/1.83  fork 7: search terminated without proof.
% 11.24/1.85  
% 11.24/1.85  **** run 87 fork 6 starts with strategy
% 11.24/1.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 11.24/1.85  
% 11.24/1.85  
% 11.24/1.85  fork 5: search terminated without proof.
% 11.24/1.86  
% 11.24/1.86  **** run 80 fork 7 starts with strategy
% 11.24/1.86  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.24/1.88  
% 11.24/1.88  **** run 86 fork 5 starts with strategy
% 11.24/1.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 11.24/1.93  
% 11.24/1.93  
% 11.24/1.93  fork 3: search terminated without proof.
% 12.02/1.95  
% 12.02/1.95  **** run 84 fork 3 starts with strategy
% 12.02/1.95  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 12.02/1.96  
% 12.02/1.96  
% 12.02/1.96  fork 0: search terminated without proof.
% 12.02/1.97  
% 12.02/1.97  **** run 89 fork 0 starts with strategy
% 12.02/1.97  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 12.02/1.98  
% 12.02/1.98  
% 12.02/1.98  fork 7: search terminated without proof.
% 12.53/2.00  
% 12.53/2.00  **** run 88 fork 7 starts with strategy
% 12.53/2.00  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 13.76/2.18  
% 13.76/2.18  
% 13.76/2.18  result: proof found
% 13.76/2.18  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 13.76/2.18  by run 86 fork 5 strategy {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 13.76/2.18  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 13.76/2.18  
% 13.76/2.18  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 13.76/2.18  
% 13.76/2.18  run 86 fork 5 statistics:
% 13.76/2.18  ----------------------------------
% 13.76/2.18  this run seconds: 0.283198
% 13.76/2.18  total seconds: 1.668910
% 13.76/2.18  stat_given_used: 291
% 13.76/2.18  stat_given_used_at_endgame: 0
% 13.76/2.18  stat_given_candidates:   2987
% 13.76/2.18  stat_given_candidates_at_endgame: 0
% 13.76/2.18  stat_given_candidates_h: 0
% 13.76/2.18  stat_binres_derived_cl:   0
% 13.76/2.18  stat_binres_derived_cl_h: 0
% 13.76/2.18  stat_factor_derived_cl: 0
% 13.76/2.18  stat_para_derived_cl: 33489
% 13.76/2.18  stat_tautologies_discarded: 0
% 13.76/2.18  stat_forward_subsumed: 6879
% 13.76/2.18  stat_derived_cut: 1
% 13.76/2.18  stat_derived_rewritten: 290
% 13.76/2.18  stat_weight_discarded_building: 0
% 13.76/2.18  stat_weight_discarded_cl: 0
% 13.76/2.18  stat_internlimit_discarded_cl: 0
% 13.76/2.18  stat_simplified:  290 simplified 0 derived 0 given
% 13.76/2.18  stat_kept_cl: 25281
% 13.76/2.18  stat_built_cl: 26152
% 13.76/2.18  stat_hyperres_partial_cl: 0
% 13.76/2.18  stat_made_rewriters: 275
% 13.76/2.18  stat_backward_subsumed: 0
% 13.76/2.18  stat_propagated_subsumed: 0
% 13.76/2.18  stat_clsubs_attempted:                      6392
% 13.76/2.18  stat_clsubs_fact_groundunit_found:             0
% 13.76/2.18  stat_clsubs_rule_groundunit_found:             1
% 13.76/2.18  stat_clsubs_top_meta_attempted:              33421
% 13.76/2.18  stat_clsubs_top_meta_failed:                 27029
% 13.76/2.18  stat_clsubs_top_meta_nonpref_attempted:               33421
% 13.76/2.18  stat_clsubs_top_meta_nonpref_succeeded:               13026
% 13.76/2.18  stat_clsubs_top_meta_pref_attempted:                  13026
% 13.76/2.18  stat_clsubs_top_meta_pref1_succeeded:                 13026
% 13.76/2.18  stat_clsubs_top_meta_pref2_succeeded:                  9049
% 13.76/2.18  stat_clsubs_top_meta_pref3_succeeded:                  6392
% 13.76/2.18  stat_clsubs_top_meta_pref_succeeded:                   6392
% 13.76/2.18  stat_clsubs_meta_attempted:                 6392
% 13.76/2.18  stat_clsubs_meta_failed:                      23
% 13.76/2.18  stat_clsubs_predsymbs_attempted:               0
% 13.76/2.18  stat_clsubs_unit_attempted:                 6392
% 13.76/2.18  stat_clsubs_full_attempted:                    0
% 13.76/2.18  stat_forwardsubs_attempted:                32160
% 13.76/2.18  stat_lit_hash_added:                  25391
% 13.76/2.18  stat_lit_hash_computed:               58339
% 13.76/2.18  stat_lit_hash_match_found:             6968
% 13.76/2.18  stat_lit_hash_match_miss:             51551
% 13.76/2.18  stat_lit_hash_cut_ok:                     1
% 13.76/2.18  stat_lit_strong_cut_ok:                   0
% 13.76/2.18  stat_lit_hash_subsume_ok:              6879
% 13.76/2.18  clqueue els 10000000 used 1
% 13.76/2.18  clactive els 10000000 used 292
% 13.76/2.18  clactivesubsume els 10000000 used 1159
% 13.76/2.18  queue_termbuf els 200000000 used 1892343
% 13.76/2.18  hyper_termbuf els 100000000 used 1
% 13.76/2.18  active_termbuf els 100000000 used 11342
% 13.76/2.18  varstack els 5000 last used 1
% 13.76/2.18  given_termbuf els 10000000 last used 1
% 13.76/2.18  simplified_termbuf els 10000000 last used 1
% 13.76/2.18  derived_termbuf els 10000000 last used 3
% 13.76/2.18  wr_mallocs: 97949
% 13.76/2.18  wr_callocs: 21
% 13.76/2.18  wr_reallocs: 3118
% 13.76/2.18  wr_frees: 2
% 13.76/2.18  wr_malloc_bytes: 4166082340
% 13.76/2.18  wr_calloc_bytes: 112065536
% 13.76/2.18  wr_realloc_bytes: 744624
% 13.76/2.18  wr_realloc_freebytes: 0
% 13.76/2.18  ----------------------------------
%------------------------------------------------------------------------------